/*
Theme Name: Kita
Theme URI: http://www.kita.de
Author: MinCode
Author URI: http:vtspro.de/
Version: 1.0
Text Domain: kita
*/
@font-face {
    font-family: 'Sniglet';
  src: url("/wp-content/themes/kita/assets/fonts/Sniglet-Regular-400.ttf");
}
@font-face {
    font-family: 'SnigletBold';
  src: url("/wp-content/themes/kita/assets/fonts/Sniglet-ExtraBold-800.ttf");
}
body {
    font-family: "Sniglet"!important;
}

h1, h2, h3, h4, h5 {
    font-family: "Nunito", sans-serif;
}

.page__services {
    margin-top: 100px;
}

.title__page {
    font-family: "Sniglet"!important;
    font-weight: 700;
    font-size: 50px;
}

.line {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    height: 8px;
    background-color: unset;
    color: #ff5f2e;
}

.line:before {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 4px;
    overflow: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.line:after {
    content: "\f401\f401\f401\f401\f401\f401\f401\f401";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: inherit;
    letter-spacing: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 4px;
    overflow: hidden;
}

/*** Header ***/
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    background-color: #fff;
}

header .logo__col {
    position: relative;
}

header .logo__col img {
    max-width: 230px;
    width: 100%;
}

header .logo__col:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 90%;
    left: 0;
    right: 0;
    bottom: -30px;
    background: url(/wp-content/themes/kita/assets/images/logo-bg.webp);
}

header .menu__col {
    text-align: right;
}

header .menu__col ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
    width: 100%;
}

header .menu__col ul li {
    display: inline-block;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    font-size: 18px;
}

header .menu__col ul li a {
    display: block;
    color: #32004a;
}

header .menu__col ul li a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
}

header .menu__col ul li.nav__about a {
    color: #f86a9a;
}

header .menu__col ul li.nav__address a {
    color: #43cd66;
}

header .menu__col ul li.nav__user a {
    color: #f9b001;
}

header .menu__col ul li.nav__blog a {
    color: #2aaae2;
}

header .menu__col ul li.nav__contact a {
    color: #43cd66;
}

/*** Home ***/
.slider {
    width: 100%;
    height: 100vh;
    background-color: #8baedc;
    position: relative;
}

.slider .slider__content {
    margin: auto;
    color: #fff;
    position: relative;
    z-index: 7;
}

.slider .slider__content h4 {
    font-size: 18px;
}

.slider .slider__content h1 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider .slider__content p {
    font-size: 20px;
    color: #32004a;
}

.slider:after {
    content: "";
    position: absolute;
    max-width: 600px;
    max-height: 600px;
    height: 100%;
    width: 100%;
    right: 5%;
    bottom: 4%;
    background: url(/wp-content/themes/kita/assets/images/slider_bg.jpg);
    background-size: cover;
}

.slider:before {
    content: "";
    position: absolute;
    max-height: 150px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/themes/kita/assets/images/slider_bg-2.webp);
    background-size: cover;
    z-index: 2;
}

.slider .slider__img-1 {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 234px;
    height: 77px;
}

.slider .slider__img-2 {
    position: absolute;
    left: 80%;
    top: 15%;
    width: 40px;
}

.slider .slider__img-3 {
    position: absolute;
    left: 53%;
    top: 20%;
    width: 40px;
}

/** About Row **/
.about {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .about__top {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.about .about__top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    width: 120%;
    height: 100%;
    background-image: url(/wp-content/themes/kita/assets/images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.about .about__top .img_bg {
    background-image: url(/wp-content/themes/kita/assets/images/about-img-1.webp);
    background-color: #8baedc;
    background-size: cover;
    width: 135px;
    height: 102px;
    margin: auto;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .about__top img {
    position: relative;
    width: 53px;
}

.about .about__top h4 {
    color: #033b62;
}

.about .about__top p {
    color: #666666;
}

.about .about__top .about__item:nth-child(2) .img_bg {
    background-color: #f96a9a;
}

.about .about__top .about__item:nth-child(2) .img_bg img {
    width: 40px;
}

.about .about__top .about__item:nth-child(3) .img_bg {
    background-color: #43cd66;
}

.about .about__top .about__item:nth-child(3) .img_bg img {
    width: 40px;
}

.about .about__top .about__item:nth-child(4) .img_bg {
    background-color: #f9b001;
}

.about .about__top .about__item:nth-child(4) .img_bg img {
    width: 35px;
}

.about .about__bottom {
    margin-bottom: 50px;
}

.about .about__bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
    background-image: url(/wp-content/themes/kita/assets/images/about-bg-bt.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.about .about__bottom .about__img-bt {
    text-align: center;
}

.about .about__bottom .about__img-bt img {
    width: 100%;
    max-width: 400px;
}

.about .about__bottom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word;
    margin-top: 25px;
}

.about .about__bottom ul {
    list-style: none;
}

.about .about__bottom ul li {
    position: relative;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #033b62;
}

.about .about__bottom ul li::before {
    content: "";
    background: #f96a9a;
    position: absolute;
    top: 5px;
    left: -30px;
    height: 15px;
    width: 15px;
    z-index: 2;
    border-radius: 100%;
}

.about .about__bottom h3 {
    position: relative;
}

.about .about__bottom h3::after {
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 20px;
    width: 20%;
    left: 0;
    bottom: -10px;
    background: #f96a9a;
}

.location {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/wp-content/themes/kita/assets/images/about-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.location .title {
    margin-bottom: 40px;
    font-size: 34px;
}

.location a {
    color: #000;
    text-decoration: none;
}

.location a:hover {
    color: #000;
    text-decoration: none;
}

.location .location__top {
    padding-bottom: 100px;
}

.location .location__top .location__item {
    border-radius: 10px;
}

.location .location__top .location__item img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.location .location__top .location__item .location__content {
    background-color: #fff;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    transition: all 0.3s;
}

.location .location__top .location__item .location__content:before {
    content: "\f21b\f21b\f21b\f21b\f21b\f21b\f21b";
    position: absolute;
    font-family: Ionicons;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    display: block;
    transition: all 0.3s;
    top: -20px;
    width: 100%;
    left: 0;
}

.location .location__top .location__item .location__content:hover {
    transition: all 0.3s;
    background-color: rgba(249, 106, 154, 0.9);
    color: #fff;
}

.location .location__top .location__item .location__content:hover:before {
    color: rgba(249, 106, 154, 0.9);
}

.location .location__top .location__item .location__content .price {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: rgba(249, 106, 154, 0.9);
    top: -60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    padding-left: 13px;
    line-height: 1;
    text-align: left !important;
    z-index: 3;
}

.location .location__top .location__item .location__content .price:before {
    width: 90%;
    height: 90%;
    border: 1px dashed #fff;
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -1;
    border-radius: 100%;
}

.location .location__top .location__item .location__content h4 {
    font-size: 20px;
}

.location .location__top .location__item .location__info {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}

.location .location__top .location__item .location__info p {
    border-right: 2px solid #aeaeae;
    padding-left: 20px;
    padding-right: 20px;
}

.location .location__top .location__item .location__info p:nth-last-child(1) {
    border: none;
}

.location .desc {
    margin-top: -15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    word-break: break-word;
}

.choose__info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 80px;
    position: relative;
}

.choose__info:before {
    content: "";
    position: absolute;
    width: 130%;
    height: 100%;
    left: -13%;
    top: 10%;
    background: url("/wp-content/themes/kita/assets/images/choose-bg-1.png");
    background-repeat: no-repeat;
}

.choose__info .choose__item {
    max-width: 20%;
    position: relative;
}

.choose__info .choose__item img {
    z-index: 0;
    width: 100%;
}

.choose__info .choose__item .image {
    position: relative;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.choose__info .choose__item .image::before {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 2px dashed #8baedc;
    z-index: 9;
}

.choose__info .choose__item h4 {
    margin-top: 40px;
    font-size: 20px;
}

.choose__info .item__1 {
    margin-top: 20px;
}

.choose__info .item__1 .image {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 90%;
    margin-left: 5%;
}

.choose__info .item__2 .image {
    border-radius: 100%;
}

.choose__info .item__2 .image img {
    border-radius: 100%;
}

.choose__info .item__2 .image:before {
    border-radius: 100%;
    border-color: #f96a9a;
}

.choose__info .item__3 {
    margin-top: 20px;
}

.choose__info .item__3 .image {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 90%;
    margin-left: 5%;
}

.choose__info .item__3 .image::before {
    border-color: #43cd66;
}

.choose__info .item__4 .image {
    border-radius: 100%;
}

.choose__info .item__4 .image img {
    border-radius: 100%;
}

.choose__info .item__4 .image:before {
    border-radius: 100%;
    border-color: #f9b001;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery .title {
    margin-bottom: 30px;
    font-size: 34px;
}

.gallery__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery__row .gallery__it {
    width: 18%;
    margin-bottom: 20px;
}

.gallery__row img {
    width: 100%;
    border-radius: 10px;
}

.contact__row {
    text-align: left;
    padding-top: 120px;
    padding-bottom: 140px;
    margin-top: 180px;
    background: #dbf5fd url(/wp-content/themes/kita/assets/images/contact-bg.png) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    position: relative;
}

.contact__row:before {
    content: "";
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: 220px;
    background: #dbf5fd url(/wp-content/themes/kita/assets/images/contact-bg-2.png) !important;
}

.contact__row .title {
    font-size: 34px;
}

.contact__row .contact__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

.contact__row .contact__form input, .contact__row .contact__form textarea {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 20px;
}

.contact__row .contact__form .submit {
    background: #f96a9a;
    color: #fff;
}

.contact__row .contact__form .submit:hover {
    background-color: #fff;
    color: #f96a9a;
    transition: 0.6s;
}

footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e2eaf1;
    background: #e2eaf1 url("/wp-content/themes/kita/assets/images/footer-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

footer p {
    margin-bottom: 10px;
}

footer .footer h4 {
    font-size: 20px;
}

footer .footer p {
    font-size: 17px;
}

footer .footer a {
    color: #000;
}
footer .copy a{
  color: #000;
  text-decoration: underline;
}
footer .copy {
    margin-top: 40px;
    padding-top: 20px;
    border: 1pz solid #fff;
    -ms-flex-align: center;
    align-items: center;
}

/*** About ***/
.about__info {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/wp-content/themes/kita/assets/images/about-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
    color: #fff;
}

.about__info ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.about__info ul li {
    display: inline;
}

.about__info ul li a {
    color: #fff;
}

.about__content {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.about__content .col__img {
    padding: 20px;
    margin-bottom: 30px;
}

.about__content .col__img img {
    width: 100%;
}

.about__content .col__text {
    padding: 20px;
}

.about__content .col__text h2 {
    color: #56509f;
    margin-bottom: 20px;
    font-weight: 700;
}

.about__content .col__text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #797979;
    word-break: break-word;
}

.about__content .col__text .line {
    margin-bottom: 25px;
}

.about__content .col__text .phone {
    font-family: "Sniglet";
    font-weight: 800;
    font-size: 35px;
    line-height: 1.8;
    color: #ff7096;
    word-break: break-word;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 40px;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__content .col__text .phone span {
    margin-left: 20px;
}

.about__content .col__text .phone a {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #ff7096;
    box-shadow: 0 0 0 5px rgba(255, 170, 186, 0.6);
    transition: all 0.2s;
    text-decoration: none;
}

.about__services {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(/wp-content/themes/kita/assets/images/about-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #56509f;
}

.about__services .services__top {
    margin-top: -135px;
}

.about__services .services__item {
    padding: 20px;
}

.about__services .services__item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccae2;
    word-break: break-word;
}

.about__services .services__item h4 {
    color: #fff;
}

.about__services .services__item .icon__img {
    margin-left: auto;
    margin-right: auto;
    width: 144px;
    height: 147px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
}

.about__services .services__item .icon__img .icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__services .services__item .icon__img .icon-background .petal {
    height: 146px;
    width: 44px;
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 22px);
    background-color: inherit;
    border-radius: 22px;
}

.about__services .services__item .icon__img .icon-background .petal:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
}

.about__services .services__item .icon__img .icon-background .petal:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
    transform: rotateZ(72deg);
}

.about__services .services__item .icon__img .icon-background .petal:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
    transform: rotateZ(108deg);
}

.about__services .services__item .icon__img .icon-background .petal:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
    transform: rotateZ(144deg);
}

.about__services .services__item .icon__img .flower {
    background-color: #00b9f1;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: relative;
}

.about__services .services__item .line {
    color: #00b9f1;
}

.about__services .item-2 .flower {
    background-color: #f9c00c !important;
}

.about__services .item-2 .line {
    color: #f9c00c;
}

.about__services .item-3 .flower {
    background-color: #56a902 !important;
}

.about__services .item-3 .line {
    color: #56a902;
}

.about__gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__gallery .gallery__it {
    width: 16.666667%;
}

.about__gallery .gallery__it img {
    width: 100%;
}

/*** Contact ***/
.contact__page {
    background: inherit !important;
    padding-top: 0px;
}

.contact__page:before {
    display: none !important;
}

.contact__page .contact__form input {
    background-color: #dbf5fd;
}
.contact__page .desc{
  max-width: 650px;
}

@media only screen and (max-width: 1550px) {
  .choose__info:before{
    width: 100%;
    top: 20%;
    left: 0;
    background-size: contain;
  }
  .slider .slider__img-1{
    z-index: 2;
  }
  .location .location__top .location__item .location__content:before{
    font-size: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .slider .slider__content h1{
    font-size: 60px;
  }
  .slider .slider__content p{
    font-size: 18px;
    max-width: 470px;
  }
  header .logo__col:after{
    background-size: contain;
    background-repeat: no-repeat;

  }
  header .menu__col ul li a span{
    display: none;
  }
  header .menu__col{
    display: none!important;
  }
  .burger__menu{
    position: absolute;
    right: 25px;
    top: 13px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8baedc;
    cursor: pointer;
    z-index: 99;
  }

  .burger__menu span{
    width: 30px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 10px;
    border-radius: 10px;
    transition: 0.4s;
  }
  .burger__menu span:nth-child(2){
    top: 30px;
  }

  header .burger__menu:hover span{
    transform: rotate(45deg);
    top: 22px;
  }
  header.burger__menu:hover span:nth-child(2){
    transform: rotate(135deg);
    top: 22px;
  }


  header.active .burger__menu span{
    transform: rotate(45deg);
    top: 22px;
  }
  header.active .burger__menu span:nth-child(2){
    transform: rotate(135deg);
    top: 22px;
  }

  header.active .menu__col{
    display: flex!important;
    align-items: center;
    padding-left: 60px;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
  }

  header.active .menu__col .menu__nav{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  header.active .menu__col .menu__nav li{
    width: 100%;
    text-align: left;
  }

  .about .about__top:before{
    width: 60%;
    height: 45%;
    left: -10%;
  }

  .location .location__top .location__item{
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }

  .choose__info .choose__item{
    max-width: 44%;
    margin-bottom: 50px;
  }

  .choose__info{
    justify-content: space-between;
  }
  .location .desc{
    max-width: 600px;
    margin: auto;
  }
  .gallery__row .gallery__it{
    width: 45%;
  }
  .col__contact{
    margin-bottom: 50px;
  }

  footer {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  footer .col__copy{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .slider .slider__content h1{
    font-size: 48px;
  }
  .slider .slider__content p{
    color: #fff;
    font-size: 16px;
  }
  .slider:after{
    width: 60%;
    height: 60%;
    right: 0;
    bottom: 10%;
  }
  .about{
    margin-bottom: 10px;
  }
  .about .about__top .about__item{
    margin-bottom: 40px;
  }
  .about .about__bottom .about__img-bt{
    margin-bottom: 80px;
  }
  .contact__row:before{
    top: -100px;
    height: 100px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
  }
  .contact__row{
    margin-top: 40px;
    padding-top: 100px;
  }
  footer{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media only screen and (max-width: 560px) {
  header.active .menu__col{
    padding-left: 10px;
  }
  .slider .slider__content h1{
    font-size: 34px;
  }
  .about .about__top:before{
    height: 30%;
    width: 45%;
  }
  .location{
    padding-top: 20px;
  }
  .choose__info .choose__item{
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
  .title__page{
    font-size: 34px;
  }
  .kita__single .post__title{
    font-size: 24px;
  }

  .content__event.active, .content__schedule.active{
    height: 90%;
    width: 90%;
    left: 5%;
    top: 5%;
    border-radius: 20px;
  }
}
