@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'HolidayFree';
    src: url('../HolidayFreeRegular.woff2') format('woff2'),
        url('../HolidayFreeRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.nav-link.nav-title {
     color: #fff;
    padding: 1rem !important;
    font-size: 12px;
}

#preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 9999;
            transition: opacity 1s ease;
        }

        .preloader-logo {
            width: 150px;
            margin-bottom: 30px;
            animation: pulse 1.5s infinite alternate;
            -webkit-animation: rotate 1s normal linear infinite;
            animation: rotate 1s normal linear infinite;
        }


@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
}



body {
    font-family:"Montserrat", sans-serif;
  }




.loader{
  background: #111;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader div{
  background: #fff;
  width: 16px;
  height: 32px;
  margin-left: 10px;
  animation: loader 1.2s infinite;
}

@keyframes loader{
  50%{
    height: 64px;
  }
}

.loader div:nth-child(1){
  background: #FF9F1A;
  animation-delay: -0.40s;
}

.loader div:nth-child(2){
  background: #FED330;
  animation-delay: -0.20s;
}

.loader div:nth-child(3){
  background: #FFFA65;
  animation-delay: 0s;
}
      

header{
    width: 100%;
    position: fixed;
/*    background: transparent;*/
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    background: linear-gradient(to top, rgb(0 0 0 / 1%) 0%, rgb(0 0 0 / 68%) 100%);
}
.header-info{
    background-color: #b49459 !important;
}
.navbar{
    transition: all 0.8s;
    padding: 15px 0;
}
.navbar-brand {
    top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

/*    margin: 0 20px;*/
    }
    header .navbar nav-item{
        margin: 0 6px;
    }

   .navbar-brand img {
    width: 177px;
    margin-top: 4px;
}
.nav-title{
    color: #fff;
    padding: 14px 0;
    font-size: 13px;
}
.book-now{
    background: 0 0;
    border-radius: 0;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 5px;
    font-family: 'VERDANA' !important;
    font-size: 13px;
}
.book-now:hover{
    background-color: #b49459;
}
.banner-content{
        position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
/*    text-shadow: 2px 0 0 #000;*/
    text-align: center;
    /* animation: fadeInDownBig; */
    /* animation-duration: 4s; */
    color: #fff;
}
.booking-form{
    margin: 0;
    padding: 0;
}
.input-column span{
    text-align: left;
    text-shadow: none;
}
.input-column {
    text-align: left;
}
.main-banner-title{
        font-size: calc(0.875rem + 1.2vw);
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 2px 2px 2px #000;
/*    text-transform: capitalize;*/
}
.main-banner-title span{
    font-size: calc(0.675rem + 1vw);
    display: block;
}
.main-banner-title b{
 font-family: 'HolidayFree';
    font-weight: normal;
    font-style: normal;   
}
.know-more1 {
    padding: 5px 20px;
    background-color: #b49459;
    border: 1px solid #b49459;
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
}

.amenities-data{
    list-style: none!important;
    padding: 0;
    margin:0;
}
.venue-slider-main1 h5{
    font-size: 15px!important;
    text-transform:capitalize!important;
}

.bnr-img{
/*    background-image: url("../images1/main-banner-image-h.webp");*/
    /*background-image: url("../images1/couple-holding-hands.jpg");
    background-image: url("../images1/main-banner-top.webp");*/

/*    background-repeat: no-repeat;*/
    position: relative;
    height: 100vh;
    /*background-size: cover ;
    background-position: center;*/
}
.bnr-img video{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.booking-form-inner{
    width: 100%;
    background: #b49459;
    padding: 10px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin: 0px 0 0px;
    position: relative;
    z-index: 1;
}
.booking-box{
    background: 0 0;
    margin-top: 2px;
}
.search-btn{
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #b49459;
    color: #b49459;
    margin-top: 2px;
    border-radius: 7%;
    font-weight: 600;

}
.venue-amenities .amenities-items .amenity-item {
    display: inline-block;
    width: 32%;
}
.slide-data ul{
    list-style: none;
    padding-left: 0;
}
.modal .btn-close{
     position: absolute;
    right: 0px;
    top: -25px;
    background-color: #b29657;
    color: #ffffff;
    height: 25px;
    width: 25px;
    opacity: 1;
    padding: 0;
    font-size: 16px;
    background-image: none;
    border-radius: 0;
}
.modal-body{
    padding: 0;
}

.about-sec{
    text-align: center;
    width: 100%;
    padding: 3rem 0;
}

.know-more{
    padding: 7px 20px;
    background-color: #b49459;
    border: 1px solid #b49459;
    color: #fff;
    text-decoration: none;
        border-radius: 50px;
}
.slide-track img {
    width: 351px;
    height: 300px;
    object-fit: cover;
}
.gallery-section p {
    line-height: 24px;
    color: #3b3b3b;
    font-size: 16px;
}



.section-title {
       font-size: 35px;
    font-weight: 400;
    color: #b49459;
    text-transform: capitalize !important;
}
.event-info {
    background-color: #f5f1e8;
    min-height: 600px;
    max-height: 100%;
}
.data-table thead tr th{
    background-color: #b49459;
    color: #fff;
    font-size: 12px;
}
  .data-table h4 {
    color: #b49459;
    font-weight: 600;
    font-size: 21px;
}


  .new-title-heading{
    font-size: 29px;
    color: #b49459;
    font-weight: 600;
  }  
.data-table  tr td{
    font-size: 12px;
}
.data-table tbody tr th{
     font-size: 12px;
         font-weight: 500;
}

.venue-slider-main1 h3 {
    font-size: 1.45rem;
    font-weight: 400;
    color: #b49459;
        text-transform: capitalize !important;
}
.event-data{
    padding-top: 130px;
}
.event-img1{
    width: 450px;
    height: 300px;
    left: 60px;
    top: 160px;
    position: relative;
    border: 5px solid #fff;
}
.event-img2{
    width: 300px;
    height: 350px;
    z-index: 1;
    position: absolute;
    border: 5px solid #fff;
}
.venue-sec{
    padding: 50px 0;
}
.venue-slide{
    margin-top: 40px;
}
.venue-slide img{
    height: 450px;
    width: 450px;
}
.slide-data{
    margin-top: 25px;
    text-align: left;
    padding-left: 50px;
}
.carousel-control-next{
    right: 120px;
    top: 150px 
}
.carousel-control-prev {
    right: 200px;
    top: 150px;
    left: unset;
}
.carousel-control-next-icon,.carousel-control-prev-icon{
    filter: invert(100%); 
}
.staff-sec{
    background-color: #f5f1e8;
    padding: 50px 0;
}

.staff-img img{
    border: 7px solid #fff;
    width: 80%;
    margin-left: 140px;
}
.staff-data{
    padding-top: 90px;
    padding-left: 80px;
}
.why-us{
    padding: 50px 0;
    text-align: center;
}
.why-us-inner{
    padding: 30px 20px;
}
.why-us-data{
    width: 385px;
    text-align: center;
    background-color: #f5f1e8;
    margin: 20px;
    padding: 20px 22px;
    box-shadow: 1px -1px 10px 0px #888888;
    border-radius: 40px;
}
.why-us-data:hover{
    border: 1px solid #000;
}
.service-box{
    border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.service-box h4{
    font-size: 20px;
    font-family: 'Gilda Display', serif;
    margin: 10px 0;
}
.service-box p{
    color: #666;
    padding: 0 20px;
/*    text-align: justify;*/
    font-size: 15px;
}
.service-box:hover{
    border: 1px solid #000;
}
.enquiry{
    padding: 20px 0;
    background-color: #f5f1e8;
}
.enquiry-heading{
    text-align: center;
    margin: 0 auto;
}
.enquiry-heading p{
    padding: 10px 130px;
}
.amenities-data li {
    font-size: 15px;
    margin-bottom: 8px;
}

.form-bck{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    padding: 20px 30px 30px;
    border-radius: 30px;
}
.enquiry-form{
    border-bottom: 1px solid #b49459;
    border-left: 1px solid #b49459;
}
.form-control{
    margin-bottom: 15px;
    border-radius: 0px;
    padding: 5px 10px;
}
.form-control:focus{
    box-shadow: none!important;
}
form select{
    padding: 10px 10px;
    border-radius:0!important;
}
form button{
    border-radius: 0!important;
}

#checkdate1, #checkdate2 {
    background: white url(../images1/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}

.send-btn{
    padding: 10px 25px;
    background-color: #b49459;
    color: #fff;
    border: 1px solid #b49459;
    position: relative;
}
.send-btn::after{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.5px;
    content: '';
    z-index: 5;
    bottom: -5px;
    background-color: #b49459;
}
.enquiry-data{
    text-align: center;
    margin: 120px 60px;
}
footer{
    background-color: #b49459;
    width: 100%;
    padding-bottom: 2rem;
}
.logo{
    margin-top: 20px;
    align-items: center;
}
.ft-data{
    color: #fff;
    margin-top: 50px;
    margin-left: 50px;
    border-bottom: 2px solid #fff;
}
.ft-data p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}
.contact-data{
    text-align: end;
}
.download-with-enq {
    display: flex;
    align-items: center;
    justify-content: unset;
}
.download-with-enq .download-br-btn {
    background-color: transparent;
    color: #b49459;
    margin-right: 1rem;
}



@media (max-width: 1000px){
    .nav-title{
        color: #fff;
        padding: 0;
        font-size: 16px !important;
    }
    .background{
        
        width: 100%;
        height: 120vh;    
    }
    .event-info{
        height: 855px;
    }
    .event-data{
        padding-top: 35px;
    }
    .event-img1{
        left: 180px;
        top: 75px;
    }
    .event-img2{
        position: relative;
        left: 20px;
        bottom: 55px;
    }
    .offer-data{
        padding-top: 60px;
        text-align: center;
        padding: 50px 10px ;
    }
    .logo{
        border-bottom: 3px solid #fff;
        border-right: none;
        margin: 20px auto;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .ft-data{
        margin-top: 20px;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 750px){
    .event-info{
                min-height: 100%;
        height: 100%;
        width: 100%;
    }
    .event-img1{
        left: 100px;
        top: 45px;
    }
    .event-img2{
        left: -35px;
    }
}
.mobileview {
    display: none;
}
@media (max-width: 560px){
    .event-img1 {
        left: 0px;
        top: 65px;
    }
    .event-img2 {
        left: 74px;
        bottom: 10px;
    }
    .mobileview {
    display: block;
}
.webview {
    display: none;
}
}
@media (max-width: 470px){
    .event-img1 {
        left: 0px;
        top: 0px;
        width: 95%;
    }
    .event-img2 {
        left: 30px;
        bottom: 10px;
    }
}
.booking-form .booking-form-inner input.form-control{
    background-color: #fff;
    margin-bottom: 0;
}

a.phone-call-fixed {
   display: block;
    height: 50px;
    width: 50px;
    background-color: #b49459;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 88px;
    right: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 24px;
    line-height: 3.2rem;
    text-align: center;
    z-index: 99999;
}
a.whatsapp-fixed {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 24px;
    line-height: 3.2rem;
    text-align: center;
    z-index: 99999;
}
.social-icons a {
    margin: 10px 3px;
    font-size: 1.3rem;
    color: var(--primary-color);
    display: inline-block;
}
.social-icons a i {
    margin-right: 0px;
    color: #b49459;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.blog-posts article {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-bottom: 1.5rem;
}
.blog-posts .post-img img {
    transition: 0.5s;
    height: 250px;
    object-fit: cover;
}
.blog-posts .post-date {
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}
.blog-posts .post-content {
    padding: 15px;
}
.blog-posts .post-title {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: 0px;
}
.blog-posts .meta i {
    font-size: 16px;
    color: #000;
}
.blog-posts .meta span {
    font-size: 15px;
    color:#444;
}
.blog-posts p {
    margin-top: 20px;
}
.blog-posts hr {
    color: #444;
    margin-bottom: 15px;
}
.blog-posts .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #444;
}
.blog-posts .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}


.call-to-action {
    padding: 120px 0;
    position: relative;
    clip-path: inset(0);
}

.call-to-action {
    color: #ffffff;
    background-color: #060606;
    padding: 100px 0;
    scroll-margin-top: 72px;
    overflow: clip;
}
.call-to-action:before {
    content: "";
    background: color-mix(in srgb, #060606, transparent 50%);
    position: absolute;
    inset: 0;
    z-index: 2;
}
.call-to-action img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.call-to-action .container {
    position: relative;
    z-index: 3;
}
.call-to-action h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}
.call-to-action p {
    color: #ffffff;
}
.call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    /* display: inline-block; */
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    background: #b49459;
    color: #ffffff;
    text-decoration: none;
}
.venue-slider-main1 .owl-nav button{
    position: absolute;
        margin: 0 !important;
    top: -10px;
        width: 30px;
}
.venue-slider-main1 .owl-nav button.owl-prev{
    right: 50px;
}
.venue-slider-main1 .owl-nav button.owl-next{
    right: 0;
}



.venue-slider-main1 .owl-nav button i{
    background-color: #b49459!important;
    color: #fff!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px!important;
}

.venue-slider-main-images .owl-nav{
    display: block!important;
}
.venue-slider-main-images .owl-nav button{
    position: absolute;
        margin: 0 !important;
    top: 50%;
        width: 30px;
}
.venue-slider-main-images .owl-nav button i{
    background-color: #b49459!important;
    color: #fff!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px!important;
}
.venue-slider-main-images .owl-nav button.owl-prev{
    left: 0;
}
.venue-slider-main-images .owl-nav button.owl-next{
    right: 0;
}
.venue-slider-main-images .item img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.venue-slider-main1 p{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
}
.venue-amenities .amenities-items{
    margin-top: 2rem;
}
.venue-amenities .amenities-items .amenity-item i{
    font-size: 25px;
    color: #b49459;
}
.accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #b49459;
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
}


@media screen and (max-width:767px){

        footer .logo {
        display: block;
    }

    .download-with-enq a{
    font-size: 14px!important;
}

        footer .logo img {
        height: auto;
    }
    .navbar-brand {
    left: 4%;
    transform: translateX(0%);
}

button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 20px;
    border:none!important;
    background-color: transparent;
    box-shadow: none;
}
button.navbar-toggler:focus{
    border:none!important;
    background-color: transparent;
    box-shadow: none;
}
.event-img2 {
    width: 300px;
    height: 253px;
    object-fit: cover;
}
.h1, h1 {
    font-size: calc(0.975rem + 1.5vw);
}

.ft-data {
    margin-top: 50px;
    margin-left: 0px;
}
.ft-data hr{
    display: none!important;
}
.contact-data {
    text-align: center;
    margin-top: 2rem;
}
.venue-slider-main-images .owl-nav button {
    top: 50% !important;
}
.staff-sec p{
    text-align: justify;
}

/*header {
    height: 100px;
}*/
.navbar {
    height: 80px;
}
div#navbarNav {
    position: absolute;
    height: 100vh;
    background-color: #b49459;
    top: 0px;
    left: 0;
    padding-top: 3rem;
    width: 70%;
}
#navbarNav .navbar-nav{
    padding: 1rem!important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#navbarNav .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #68686838;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 14px;
}
.booking-form .booking-form-inner .row.px-5 {
    padding: 0 !important;
}
.venue-slider-main1 .owl-nav button {
    position: absolute;
    margin: 0 !important;
    top: auto;
    width: 30px;
}
.slide-data {
    margin-top: 22px;
}
.venue-slider-main-images .item img {
    height: 212px;
}
.venue-amenities .amenities-items .amenity-item i {
    font-size: 1rem;
}
.staff-data {
    padding-top: 40px!important;
    padding-left: 0px!important;
}
.staff-img img {
    width: 100%;
    margin-left: 0px;
}
.enquiry-heading p {
    padding: 10px 0px;
}


}

.footer-download-btn {
    padding: 7px 20px;
    background-color: #ffffff;
    border: 1px solid #b49459;
    color: #b49459;
    text-decoration: none;
    margin-bottom: 1rem;
    display: inline-block;
    text-decoration: none;
}

.ft-data a{
    text-decoration: none!important;
}

@media screen and (max-width:767px){
    .section-title {
    font-size: 23px;
}
#about-us h4{
        font-size: 16px;
}
    .logo {
        border-bottom: none!important;
    }
    .data-table thead tr th {
    font-size: 10px;
}
.venue-slider-main1 h3 {
    font-size: 1.15rem;
}
.venue-slider-main1 h5 {
    font-size: 14px !important;
}
.staff-sec img{
    margin-top: 2rem;
}
.new-title-heading {
    font-size: 20px;
}

}

.mobilescroll {
    display: none;
}

@media only screen and (max-width: 900px) {
    .webscroll {
        display: none;
    }
    .mobilescroll {
        display: unset;
    }

    .bnr-img {
        height: 90vh;
    }
    .bnr-img video {
        height: 90vh;
    }
  }