.slide img{
    object-position: center 0%;
}

.header-top {
    background-color: #552315;
}



.service__item2-inner {
    
    border: 2px solid #9a4a34;
    border-radius: 2rem;
    background: #F8F5F0;
    height: auto;
    box-shadow: 1px 3px 10px #9a4a3457;
}

.testimonial__item-content {
    height: 150px;
}

.testimonial  .section-header__content{
    margin-top: 50px;
}

.testimonial .quotes{
    color:#000;
}

.gallery .swiper-slide{
    width:400px!important;
    height:400px!important;
}

.gallery .sponsor__item img{
    height:350px!important;
    width:400px!important;
}

.gallery .sponsor__item{
    height:400px!important;
}

.abt_services .swiper-slide{
    width:200px!important;
    height:200px!important;
}

.abt_services .service__item2-content h3{
    font-size: 14px!important;
}

.abt_services .service__item2-inner{
    background:none;
    border:0px!important;
    box-shadow: none;
}

.abt_services .service__item2:hover .service__item2-inner {
    background-color: #fff!important;
   
  }

  .family_widget{
    height:575px!important;
  }

  .deluxe_widget{
    height:465px!important;
  }

/* .abt_services .sponsor__item img{
    height:150px!important;
    width:100px!important;
}

.abt_services .sponsor__item{
    height:100px!important;
} */

.contact-form .btn-info{
    margin-top:20px;
}

.contact-form .btn-info:hover{
    background:#fff;
    color:#9A4A34;
    border:1px solid #9A4A34;
}

.contact__form {
    padding: 3rem 2rem 3rem 0rem;
}

.map__wrapper iframe {
    min-height: 350px!important;
}

.form-control {
   
    border: 1px solid #9a4a33;
}

.footer__wrapper {
    border-top: 21px ridge #9A4A34!important;
    background-color: transparent!important;
}

.footer__copyright {
    background-color: #f9f5ec;
    border-top: 2px solid #9a4a34;
}

.copyrite{
    text-align: left;
}

.bookingjini{
    text-align: end;
}

.scrollToTop{
    bottom: 10%!important;
    left: 4%!important;
    box-shadow: 1px 1px 15px #000000;
}

.gallery{
    padding-top:80px;
}

.header-top-area {
    justify-content: space-around;
}


@media(max-width:576px){
    .mobile_bg1 img{
        display: none!important;
    }
    
    .mobile_bg1{
        background: url('/assets/images/PrakritiHeroImage.jpg');
        background-size: cover;
        height: 500px;
        background-position: right center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg2 img{
        display: none!important;
    }
    
    .mobile_bg2{
        background: url('/assets/myimages/gallery/3.jpeg');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg3 img{
        display: none!important;
    }
    
    .mobile_bg3{
        background: url('/assets/images/yoga/34.jpg');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .copyrite{
        text-align: center;
    }
    
    .bookingjini{
        text-align: center;
    }

    .whatsapp_float {
        left: 10px;
    }

    .scrollToTop{
        bottom: 15%!important;
        left: 3%!important;
        
    }

    .family_widget{
        height:400px!important;
      }
    
      .deluxe_widget{
        height:400px!important;
      }
      
      .footer__info-item{
          margin-block-end: 2px!important;
      }
    
    .mobile_bg1 img,.mobile_bg2 img,.mobile_bg3 img {
        display: block !important;
    }
    
    
    .slide img {
        height: 536px!important;
    }
    
    .testimonial__item-content {
        height: 200px;
    }
    
    
    .gallery .swiper-slide{
        width:200px!important;
        height:200px!important;
    }
    
    .gallery .sponsor__item img{
        height:350px!important;
        width:300px!important;
    }
    
    .gallery .sponsor__item{
        height:200px!important;
    }
    
    .map__wrapper{
        margin-top:-110px!important;
    }
    .map__wrapper iframe {
        min-height: 220px !important;
    }
    
    .contact  {
        padding-top:80px!important;
    }
    
    .footer__links-item:not(:last-child) {
        margin-block-end: 2px!important;
    }
    
    footer .footer__block{
        margin-top:;
    }


    .menu-item-has-children > a::after {
    right: 15px!important;
}
    
}


.footer{
    position: relative;
    z-index:1;
}

.footer__block-title h5 {
    color: #ffdfd6;
}

.footer__links-item a {
    color: #ffdfd6;
}

.footer__links-item a span svg {
    color:#ffdfd6;
}

.footer__info-item p {
    color: #ffdfd6;
    
}

.footer__info-item span svg {
    color: #ffffff;
}
.footer__about > p {
    color: #ffdfd6;
}

.area{
    /*background: #f9f5ec;*/
    background: linear-gradient(to top, #9a4a34, #462117);
    /*background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  */
    width: 100%;
    height:100%;
    position: absolute;
    z-index:-1;
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #9a4a3454;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

