header{
    width: 100%;
    padding: 44px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
header .logo{
    width: 261px;
    height: 32px;
}
header .mobile_toggle{
    display: none;
}
header .row{
    max-width: 1290px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
header nav{
    display: flex;
    align-items: center;
}
header ul{
    display: flex ;
}
header ul li{
    margin-right: 25px;
    position: relative;
}
header ul li ul li{
    margin-right: 0px;
}
header ul li:nth-last-of-type(1){
    margin-right: 0;
}
header .mobile__nav{
    display: none;
}
header .mobile__nav ul{
    flex-direction: column;
}
header .mobile__nav ul li{
    margin: 0 0 20px;
}
header ul li a{
    display: inline;
    padding-bottom: 10px;
}
header .toggle{
    
}
header .toggle span{
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 4px;
    margin-top: 4px;
    
}
header .toggle span
header ul .sub-menu::after{
    content: "\f107";
    position: absolute;
    top: 1px;
    right: -5px;
    font-family: fontAwesome;
    font-size: 17px;
    font-weight: 500;
}
header ul li ul{
    display: none;
    position: absolute;
    left: 0;
    left: -13px;
    top: 27px;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: #000;
    transition: all 0.5s ease-in-out;
    width: 140px;
}
header ul li .space-menu{
    width: 180px;
}
header ul li ul li a:before{
    display: none;
}
header ul li ul li a:hover {
 color: #ff6b00 ;
   padding-left: 5px;
    
    
}
header ul li:hover ul{
    display: block;
}
header ul li ul li{
    margin-bottom: 15px;
    position: relative;
}
header ul li .sub-menu{
    margin-right: 15px;
}
header ul li .sub-menu li a{
    transition:none;
}
header ul li a{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 20.72px;
 
}
header ul li a::before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left: 0px;
    bottom: -5px;
    transition: all 0.6s ease-in-out;
}
header ul li a:hover::before,.active::before{
    width: 100%;
}
header .toggle{
    margin-left: 35px ;
    cursor: pointer;
    position: relative;
}
header .toggle ul{
    display: none;
    position: absolute;
    left: 0;
    left: -60px;
    top: 22px;
    padding: 8px 5px;
    background-color: #000;
    /*transition: all 0.5s ease-in-out;*/
}
header .toggle ul li{
    margin-bottom: 15px;
}
header .toggle:hover ul{
    display: block;
}

header .btn-booking{
    margin-left: 43px;
    display: flex;
}
header .btn-booking a{
    color: #fff;
    border:  1px solid #fff;
    padding: 8px 18px;
    border-radius: 6px;
}
header .btn-booking a:hover{
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    transition:  all 0.5s ease-in-out;
}
/* sticky nav-bar */
header.sticky {
   background-color: rgba(0, 0, 0,0.7   );
   padding: 15px 0;
   width: 100%;
   animation: fadeIn .5s ease 1 forwards;
   transform: translateY(-20px);
}
@keyframes fadeIn {
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
/* bannersttart */
.home-banner{
     height: 100%;
}
.home-banner .content{
    position: absolute;
    bottom: 80px;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    color: rgb(250, 255, 255);
    z-index: 99;
}

.home-banner .slider-fade .img-col img{
    width: 100%;
    height: 100%;
}
.home-banner .content h1{
    font-size: 50px;
    font-weight: 600;
    position: relative;
    line-height: 78.2px;
    display: flex;
    margin-bottom: 18px ;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.home-banner .content h1 span{
    font-size: 62px;
    line-height: 106px;
    font-weight: 700;
    margin-left: 10px;
}
.banner .booking-box{
    background-color: #653d00;
}
/* magic start */
section.magic{
    margin-top: 95px;
    margin-bottom: 40px;
}
.magic .col.left{
    width: 48%;
}
.magic .col.left.about{ 
   margin-bottom: 8px;
   padding: 8px;
}
.magic .col.right{
    width: 48%;
}
.magic-story.top{
    margin: 60px 0;
}
.magic-story p{
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
    /* color: #653d00; */
    margin-bottom: 10px;
  
}

.magic .col .magic-story p{
    font-weight: 400;
    line-height: 22px;
    font-size: 20px;
    color: #4a4a4a;
   
}
.magic .col .view-more{
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-top: 22px;
}   
.magic .col.right ul{
    display: flex;
    gap: 35px;
}
.magic .col.right ul li{
    width: 48%;
}
.magic .col.right ul li:nth-child(1){
    margin-top: 100px;
}
.magic .col.right ul li img{
    width: 100%;
}
/* Accommondation */
.accommondation{
    padding: 56px 0 40px;
    margin-top: 30px ;
    background-color: #fff9ef;
}
.accommondation.amenties{
    padding-bottom: 50px ;
}
.accordion-title{
    display:flex;
    background-color: #fafafa;
    justify-content: space-between;
    margin-bottom:10px;
    padding: 10px 20px;
    
}
.accommondation h3{
    color: #4a4a4a;
    padding-bottom: 21px;
}
.accommondation .tabs {
    max-width: 700px;
    margin: 0 auto;
}
.accommondation .tabs a{
    color: #9c998f;
    background-color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding: 10px 45px;
    display: inline-block;
}
.accommondation .tabs a.active{
    background: #888888;
    border-radius:20px 0px 20px 0;
    color: #FFF9EF;
}
.accommondation .tabs a.ament.active{
    border-radius:0px 20px 0px 20;
};
.accommondation .tab-content{
    display: none;
}
.accommondation .tab-content .fedatures{
    margin-top: 60px;
}
.accommondation .tab-content.active{
    display: block;
}
.accommondation .tab-content{
    display: none;
}
.accommondation .col{
    width: calc(33.33% - 14px);
    margin-right: 14px;
    position: relative;
}
.accommondation .img-container{
    margin-top: 40px;
}
.accommondation .col{
    margin-bottom: 18px;
    border-radius: 10px;
}
.accommondation .col:nth-of-type(3n){
    margin-right: 0px;
}
.accommondation .col figure{
    width: 100%;  
}
.accommondation .col figure img{
border-radius: 4px;
overflow: hidden;
}
.accommondation .col img {
    width: 100%;
    height: auto;
}
.accommondation .col .content{
    position: absolute;
   width: 100%;
   height: 0;
   overflow: hidden;
   background-color: rgba(0, 0, 0,0.5);
   left: 0px;
   top: 0px;
   z-index: 9;
   transition:  0.6s ease-in-out;
}
.accommondation .col:hover .content{
    height: 100%;
}
.accommondation .col .content p{
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    font-family: 'Marcellus SC', serif;
    left: 17px;
}
.accommondation .amenties-box{
    width: 48%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 18px 15px;
    background: #fff;
    box-shadow:  0px 3.431671619415283px 20.590028762817383px -0.8579179048538208px #00000033;
}

.accommondation .amenties-box:nth-of-type(2n){
    margin-right: 0;
}
.accommondation .amenties-box:hover {
    color: #fff;
    background-color:#A66400;
}

.accommondation .amenties-box .col:nth-of-type(2){
    width: 54%;
}
.accommondation .amenties-box .col:nth-of-type(2) p{
    text-align: left;
}

.accommondation .amenties-box .col:nth-child(1){
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accommondation .amenties-box .col figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
}
.accommondation .amenties-box .col figure img{
    width: 100%;
    height: 100%;
}
.accommondation .amenties-box:hover .col figure img{
    filter: brightness(200%);
}
.accommondation .amenties-box .col p{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #9c998f;
    padding-top: 20px;
}
.accommondation .amenties-box:hover p {
    color: #fff;
}
.accommondation .amenties-box:hover h6{
    color: #000;
    font-size: 17px;
}
.accommondation .amenties-box  h6{
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    color: #A66400;
    margin-top: 5px;
}

/* gallery */
.gallery{
   padding: 60px 0;
}
.gallery .main-heading{
    margin-bottom: 55px;
    color: #4a4a4a;
}
.gallery .col{
    width: calc(33.33% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
    transition: all 0.6s ease-in-out;
    border-radius: 18px;
    overflow: hidden;
}
 .gallery-slider .gallery__wrapper figure { 
   margin-right: 20px;
}
.gallery figure img{
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
}
.gallery li{
    overflow: hidden;
    border-radius: 10px;
}
.gallery li:hover img{
    transition: all 0.5s ease-in-out;
    transform: scale(1.05);
    border-radius: 10px;
   
}
.gallery .col ul{
    overflow: hidden;
}
.gallery .col ul li{
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
}
.gallery .colgallery-box{
    width: 66%;
}
.gallery .colgallery-box ul li{
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
}
.gallery .colgallery-box ul li:nth-last-of-type(1){
    margin-bottom: 0;
}
.gallery .col ul li.box:nth-last-of-type(1){
    margin-bottom: 0;
}
.gallery .col:nth-of-type(3n){
    margin-right: 0px;
    border-radius: 18px;
}
.gallery .view-more{
    margin-top: 61px;
}

/* experiences */
.experiences {
    background: #fff9ef;
    padding: 40px 0 76px;
}
.experiences h3{
    color: #4a4a4a;
}

.experiences .col{
    width: 48%;
    margin-top: 20px;
}
.experiences .col .temple h6{
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 39px;

}
.experiences .col .temple p{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    max-width: 500px;
    margin-top: 12px;
    color: #7a7a7a;
}
.experiences .col .temple-img{
    margin-top: 14px;
    /* box-shadow: 0px 3.431671619415283px 20.590028762817383px -0.8579179048538208px #00000033; */
    border-radius: 15px;

}
.experiences .col .temple-img,.experiences .col .temple-img figure{
    width: 536px !important;
    height: 420px;
}
.experiences .col .templ-card{
    display: flex;
    gap: 36px;
    max-width: 590px;
    background: #fff;
    padding: 27px 22px;
    border-radius: 10px;
    margin-bottom: 29px;
    box-shadow: 0px 3.431671619415283px 20.590028762817383px -0.8579179048538208px #00000033;

}
.experiences .center .view-more{
    margin-top: 40px;
}
.experiences .col .templ-card:nth-last-of-type(1) .view-more{
    margin-top: 60px;
}
.experiences .col .templ-card:nth-last-of-type(1){
    margin-bottom: 0px;
}
.experiences .col .templ-card .card-img figure{
    width: 204px;
    height: 230px;
}
.experiences .col .templ-card .crd-txt{
    width: calc(100% - 203px);
}
.experiences .col .templ-card .crd-txt p{
 
  font-size: 20px;
  font-weight:400;
   line-height: 18px;
 color: #9d9d9d;
  text-align: left;
  margin-top: 15px;
}
.experiences .col .templ-card h6{
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #4a4a4a;
}
.experiences .col .templ-card:nth-child(1){
    margin-top: 0 ;
}
.experiences .col .templ-card ,
.experiences .col .templ-card .view-more{
    margin-top: 21px;
    display: flex;
    justify-content: flex-end;
}
/* testimonial */
.testimonial{
    width: 100%;
    background-image: url(../image/bground-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 88px 0 120px;
    /* height: 530px; */
   z-index: 9;
    position: relative;
}
.testimonial::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}

.testimonial h3{
    color: #fff;
}
.testimonial .testimonial-slider{
    max-width: 800px;
    margin: 0 auto;
}
.testimonial .testimonial-slider ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}
.testimonial .testimonial-slider ul li{
    margin-right: 10px;
}
.testimonial .testimonial-slider ul li.slick-active button{
    background-color: #ff6b00;
}
.testimonial .testimonial-slider ul li button{
    width: 16px;
    height: 16px;
    background-color: #fff;
    font-size: 0px;
    outline: none;
    border: none;
    border-radius: 50%;
}
.testimonial .testimonial-slider .wrapper-testimonial{
    display: flex;
    gap: 50px;
}
.testimonial .testimonial-slider .wrapper-testimonial .testimonial-content{
    width: calc(100% - 130px);
}
.testimonial .testimonial-slider .wrapper-testimonial .testimonial-content p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
    position: relative;
}
.testimonial .testimonial-slider .wrapper-testimonial .testimonial-content p:before{
    content: "\f10d";
    position: absolute;
    left: -41px;
    top: 0;
    font-family: fontAwesome;
    font-size: 32px;
}
/* blog */
.blog{
    margin: 81px 0 0;
    padding-bottom: 117px; 
}
.blog .main-heading{
    color: #4a4a4a;
}
.blog .box{
    width: calc(33.33% - 10px);
    margin-right: 14px;
    margin-top: 14px;
}
.blog .box:nth-last-of-type(1){
    margin-right: 0px;
}
.blog .box .blog-content{
    width: 100%;
    position: relative;
}
.blog .box .blog-content h6{
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    margin-top: -50px;
    background: #fff1d9;
    width: 250px;
    color: #4a4a4a;
    padding:8px;
    margin-left: 74px;
} 
.blog .box .blog-seen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Location */
.location{
    width: 100%;
    background-image: url(../image/location.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    z-index: 9;
}
.location::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
}
.location .col{
    width: 50%;
    z-index: 9;
}
.location .col:nth-last-of-type(1){
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.location .col .address{
    padding-top: 93px;
    color: #fff;
}
.location .col .address p{
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
     max-width: 331px;    
}
.location .col .address h3{
    color: #fff;
}
.location .col .form-container{
    background: #FFF9EF;
    padding:  20px 24px;
    margin-top: 15px;
    max-width: 450px;
    border-radius: 10px 10px 10px 10px;
    
    
}
.location .col .form-container h4{
font-size: 20px;
font-weight: 500;
line-height: 39px;
letter-spacing: 0em;
position: relative;
}
.location .col .form-container h4::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 65%;
    height: 1px;
    background: #b5b5b5;
}
.form_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.location .form-control{
    width: 100%;
}
.location .form-control textarea{
    background-color: transparent;
    border: none;
}
.location .form-control.half{
    width: 48%;
}
.location .col .form-container .form-control{
    background: #fff1d9;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px ;
}
.location .col .form-container .form-control:nth-last-of-type(1){
    background: transparent    ;
    padding: 0;
}
.location .col .form-container .form-control label{
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    color: #A66400;
}
input[type='date']:in-range::-webkit-datetime-edit-year-field,input[type='date']:in-range::-webkit-datetime-edit-month-field,input[type='date']:in-range::-webkit-datetime-edit-day-field,input[type='date']:in-range::-webkit-datetime-edit-text{  color: transparent;}

.location .col .form-container .form-style{
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff1d9;
    color: #A66400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
.location .col .form-container .form-control.half select{
    width: 100%;
}
.location .col .form-container .form-control.half .form-style{
    width: 100%;

}
.location .col .form-container .form-style::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #A66400;
}
.location .col .form-container h3::after{
    content: "";
    width: 220px;
    height: 1px;
    background: #b5b5b5;
    position: absolute;
}
.location .col .form-container .submit .btn{
    background: #A66400;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 18px;
    padding: 12px 8px;
    text-align: center;
    text-transform: capitalize;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out;
    color : #fff;
   border-radius: 3px;
}
.location .col .form-container .submit .btn:hover{
    color: #fff1d9;
    background-color: #000;
}
/* footer */
.bottom-footer{
    background: #653d00;
    padding: 25px 0 0;  
}  
.bottom-footer .row{
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
}
.bottom-footer .col:nth-of-type(1){
    width: 40%;
}
.bottom-footer .col:nth-of-type(1) h4{
    font-weight: 500;
    font-size: 24px;
    font-family: 'Philosopher', sans-serif;
}
.bottom-footer .col:nth-of-type(2){
    width: 25%;
}
.bottom-footer .col{
    width: 34%; 
}
.bottom-footer .col h4{
    color: #fff;
   font-size: 24px;
  font-weight: 500;
 line-height: 44px;
 letter-spacing: 0px;
 margin-bottom: 18px;
 font-family: 'Philosopher', sans-serif;
}
.bottom-footer .col p{
    max-width: 360px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
}
.bottom-footer .col .footer-menu li a{
    color:#fff ;
    font-family: 'Philosopher', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
 letter-spacing: 0em;
}
.bottom-footer .col .contact li{
    display: flex;
    align-items: center;
}
.bottom-footer .col .contact li:nth-last-of-type(1){
    margin-bottom: 0px;
    margin-top: 28px;
}
.bottom-footer .col .contact i{
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin-right: 14px; 
}
.bottom-footer .col .contact li a{
    font-family: 'Philosopher', sans-serif;
 font-size: 18px;
 font-weight: 400;
 line-height: 30px;
 letter-spacing: 0px;
 text-align: left;
 color: #fff;
}
.bottom-footer .col .social-media{
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: start;
}
.bottom-footer .col .social-media h6{
    font-size: 16px;
    color: #fff;
}
.bottom-footer .col .social-media .media{
    display: flex;
    align-items: center;
    margin-right: 75px;
}
.bottom-footer .col .social-media .media li{
    margin-right: 10px;
}
.bottom-footer .col .social-media .media li.col:nth-last-of-type(1){
    margin: 0px;
}
.bottom-footer .col .social-media .media li a{
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0,0.2);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-footer .col .social-media .media li a i{
    margin-right: 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.bottom-footer .copyright{
    margin-top: 40px;
    background: #999;
    padding: 20px ;
}
.bottom-footer .copyright p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Philosopher', sans-serif;
}
/* About */
.hero-banner{
    width: 100%;
    height: 500px;
    background-image: url(../image/Club-Mahindra-Kanatal-Resort-kb6592737.webp);
    background-image: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-banner.experience{
    background-image: url(../image/experience.jfif);

}
.hero-banner::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(60, 180, 200, 0.5);
  
}
.hero-banner .content h1{
    position: absolute;
    color: #A66400;
    font-size: 62px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    font-family: 'Philosopher', sans-serif;
    transform: translate(-50%, -50%);
    z-index: 9;

}
/* experience */
.temple.experience{
    margin: 116px 0 56px;
}
.temple .row{
    margin-bottom: 66px;
}
.temple .row:nth-last-of-type(1){
    margin-bottom: 0;
}
.temple .col{
    width: 48%;
}
.temple .col .main-heading{
    color: #A66400;
}
/* chalet-rushli */
.chalet-rushli{
    margin: 115px 0 95px;
}
.chalet-rushli .row{
   /* justify-content: space-between; */
   gap: 65px;
}
.chalet-rushli .col{
    width: 47%;
}
.chalet-rushli .col figure{
   max-width: 560px;
    height: 100%;
}
.chalet-rushli .row{
    margin-bottom: 62px;
}
.chalet-rushli .row:nth-last-of-type(1){
    margin-bottom: 0px;
}
.chalet-rushli .col .story{
    max-width: 557px;
}
.chalet-rushli .col .mountain-forest .story{
    max-width: 535px;
}
.chalet-rushli .col .local-culture .inner-heading{
    max-width: 432px;
}
.chalet-rushli .col .boanfire-picnics .inner-heading{
    max-width: 435px;
}
.chalet-rushli .col .boanfire-picnics .story{
    max-width: 535px;
}
.chalet-rushli .col .spend-quality .inner-heading{
    max-width: 580px;
    margin-bottom: 19px;
}
.chalet-rushli .col .spend-quality .story{
    max-width: 535px;
}
/* amenities */

.amenities .accommondation{
    background-color: #fff;
}
/* experience */
.experience .col{
    width: 48%;
}
.experience .col img{
    height: 430px;
}
.experience .row{
    margin-bottom: 65px;
}
/* .experience .row:nth-last-child(1){
    margin-bottom: 50px;
} */
.experience .col .main-heading{
    color: #A66400;
    font-size: 56px;
    line-height: 70px;
}
.experience .col p{
    font-size: 20px;
        max-width: 576px;
}
/* contact */
.hero-banner.contact{
    margin-bottom: 80px;
}
.reservation{
    background-color:  #FFF1D9;;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
max-width: 820px;
margin: 0 auto;
height: 590px;
 padding: 20px 55px;
}
.reservation .reserve-contact h6{
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #979797;
    margin-bottom: 27px;
}
.reservation .reserve-contact .main-heading{
    color:#E6AB4A;   
}
.reservation .reserve-contact ul{
    text-align: left;
    padding-top: 30px;
}
.reservation .reserve-contact ul li{
    margin-bottom: 65px;
}
.reservation .reserve-contact ul li i{
    color:  #E6AB4A;;
    margin-right: 15px 0;
}
.reservation .reserve-contact ul li a{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #4a4a4a;
}
.location.contact-location{
    margin-top: 70px;
}
.gallery.img-section{
    background-color: #fff;
    padding: 0;
    margin-bottom: 40px;
}
.gallery .gallery-tabs{
    margin-bottom: 125px;
}
.gallery .gallery-tabs a{
    display: inline-block;
    margin: 20px;
    color:#B06A00;
    font-size: 17px    ;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.gallery .gallery-tabs a:after{
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 20px;
    font-family: fontAwesome;
}
.gallery .gallery-tabs a:nth-last-of-type(1)::after{
    display: none;
}
.gallery .gallery-tabs.active{
    display: block;
}
.gallery .gallery-tabs .tab-content{
    display: none;
}

.gallery-slider{
    display: none;
}
.imglist {
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
}
.gallery .wrap{
    display: flex;
    flex-wrap: wrap;
}
.gallery .wrap .box{
    width: 33.33%;
}
.gallery .wrap .box .imglist{
    display: flex;
    flex-wrap: wrap;
}
.gallery .wrap .box .imglist li{
    width: 100%;
}
.gallery .wrap .box-right{
    width: 66.66%;
}
.gallery .wrap .box-right .imglist{
    display: flex;
    flex-direction: column;
}
.gallery .wrap .box-right .imglist li{
    width: 100%;
}
.fancybox{
    z-index: 99;
}
.imglist li{
    width: calc(33% - 9px);
    margin-right: 18px;
    margin-bottom: 18px;
}
.imglist li img{
    border-radius: 10px;
}
.imglist li .colum li{
    width: 100%;
   
}
colum li:nth-last-of-type(1){
    margin-bottom: 0px;
}
.imglist .fill-box{
    width: 100%;
}
.imglist li:nth-of-type(3n){
    margin-right: 0px;
}
@media(max-width: 768px){
    .gallery-slider{
        display: flex;
        padding-top: 30px;
    }
    .gallery-slider h2{
        color: #B06A00;
        padding-bottom: 40px;
    }

}
/* faq */
.faq-colum{
    margin-top: 80px;
    margin-bottom: 50px;
}
.faq-colum h2{
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0;
}
.accordion-title-head{
    font-size: 22px;
    color: #000;
}
.active-title{
  color: #653d00;
}


}
.accordion-title{
    background-color: #fff1d9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition:.4s;
}

.accordion-title:hover{
background-color:#ccc;  
}
.accordion-content{
    display: none;
    background-color: #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}



/* plus mark and its rotate  */

.plus {
    margin-top: 0;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
}

.plus::before{
    content: '\f105';
   position: absolute;
   top:0px;
    display: inline-block;
    align-items: center;
    font-family: fontAwesome;
    font-size: 24px;
    transition: all 0.4s;
}

.plus::after{
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 10px;
}

.rotate::before{
    transform: rotate(90deg);
}

/* gallery */

/* lightbox styles */
#lightbox { position: fixed;
     top: 0; left: 0; width: 100%;
      height: 100%;
    }
#lightbox img { max-width: 100% !important; 
    z-index: 9;
}


/* slideshow styles */
#slideshow {
     position: relative;
     top: 80px;
     z-index: 100;
      width: 700px;
       height: 420px;
       border-radius: 10px;
        padding: 10px; 
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.25); 
       
     }
     #imageSet{
        display: flex;
        flex-wrap: wrap;
     }
     #imageSet li{
        width: calc(33.33% - 18px);
        margin-right: 18px;
        margin-bottom: 18px;
     }
     #imageSet li img{
        border-radius: 10px;
     }
     /* #imageSet li:nth-last-of-type(3n){
        margin-right: 0px;
     } */
   
#slideshow ul > li { position: absolute;
     top: 10px; 
     left: 10px;
      right: 10px; 
      bottom: 10px; 
      list-style: none;
     }
.nav { display: block; }
.prev, .next {
     position: absolute; 
    top: 50%;
     background: rgba(100, 100, 100, .5);
      padding: .25em .5em; 
      color: #fff;
       text-decoration: none;
     }
.next { right: 10px; }
.prev { left: 10px; }



.fancybox__content img{
    width: 600px;
    height: 500px;
    margin-top: 0px;
    z-index: 99;
    position: relative;
}

.privacy .container .legal h5, .privacy .container .legal{
    margin:30px 0;
    font-size: 32px;
}

.privacy .privacy-box ul li{
    line-height: 20px;
    /* font-weight: 600; */
    
    font-size: 20px;
    margin-bottom: 5px;
}
ul.privacy-list{
    margin-bottom: 20px;
}

ul.privacy-list li{
    list-style-type: disc;
    font-size: 18px;
}
.privacy .privacy-box p{
    margin-top: 10px;
    font-size:20px;
    margin-bottom: 10px;
}
.privacy .privacy-box p b{
    font-size: 18px;
    line-height: 20px;
}
/* guest speak */
.hero-banner.guest-banner{
    background-image: url(../image/bird-watching.jpg);
    background-position: center;
}

 .guest-speak{
    margin: 80px 0 40px  0 ;
 
 }
 .guest-speak .center p{
    margin-bottom: 20px;
    font-size: 18px;
 }
 .guest-speak .guest-box{
    width: 45%;
   margin-bottom: 30px;
    border:  1px darkgray dotted;
    padding: 20px;
    border-radius: 15px;
}
.guest-speak .guest-box h6{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #653d00;
}
.guest-speak .guest-box .guest-img{
    width: 180px;
}
.guest-speak .guest-box .guest-content{
    width: calc(100% - 200px);
    
}
/* team */
.team{
    width: 100%;
    background-image: url(../image/team.jpeg);
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}


.dis-fl {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.form-group.wd {
    width: 100%;
}

input#captcha {
    height: 40px;
    border-radius: 100px;
    background-color: #fff1d9;
    border: 0;
    padding-left: 10px;
}

input#captcha::placeholder {
    color: #8c5a0d;
}

.rr-form {
    width: 100%;
}

.rr-form h4 {
    margin-bottom: 35px;
}
.legal p{
    font-size:20px;
}
.msgbx {
    height: 20px;
    width: 100%;
    padding: 0;
}

.btnhm {
    background: #A66400;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 18px;
    padding: 12px 8px;
    text-align: center;
    text-transform: capitalize;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out;
    color: #fff;
    border-radius: 3px;
}

.thank-you-box {
    text-align: center;
}

.thank-you-box img {
    width: 40%;
}

.thank-page-sec p {
    padding: 5px 0;
}

.thank-page-sec a {
    display: inline-block;
    background-color: #A66400;
    color: #fff;
    border-radius: 100px;
    padding: 10px 25px;
}

.thank-page-sec a:hover {
    background-color: #000;
    color: #fff;
}
.thanku {
    padding: 170px 0 50px;
}
.colorchange {
        background-color: rgba(0, 0, 0,0.7 );
}

 .smfld {
        width: 100%!important;
    }




@media only screen and (min-width: 320px) and (max-width: 767px){
    .rr-form {
        max-width: 100%!important;
        width: 100%;
    }
    .msgbx {
        width: 100%!important;
    }
    .smfld {
        width: 100%!important;
    }
}


@media only screen and (min-width: 767px) and (max-width: 1023px){
    .rr-form {
        max-width: 100%!important;
        width: 100%;
    }

    .msgbx {
        width: 100%!important;
    }

    .smfld {
        width: 100%!important;
    }
}