:root {
    --white: #fff;
    --black: #000;
    --btn-bg: #B99D75;
    --border-radius: 50px;
    --border: #B99D75;
    --bg-color: #F3F3F0;
    --p-color: #333632;
    --h2--color: #1A1B1A;
    --green: #53624E;
}

* {
    margin: 0px;
    padding: 0px;

}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
    font-family: "parnas";
    src: url("parnas/Parnas.otf");
}
.parnas{
    font-family: "parnas" !important;
    font-size: 80px;
}
@media(max-width:767px) {
    .parnas{
        font-family: "parnas" !important;
        font-size: 48px;
    }
    .icon-list{
        justify-content: center !important;
        margin-bottom: 2em;
    }
}
.manrope{
    font-family: "Manrope" !important;
}
.lora{
    font-family: "Lora" !important;
}
.green{
    color: var(--green) !important;
}
.light-grey{
    color: #333632;
}
.margin-l-200{
    margin-left: 10% !important;
}
.font-14{
    font-size: 14px;
}
.font-25{
    font-size: 20px;
    font-weight: 600;
}
.font-16{
    font-size: 16px;
}
/* Define scrollbar styles for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 5px; /* Adjust the width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Set the background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: var(--btn-bg); /* Set the color of the scrollbar thumb */
}


::-webkit-scrollbar-track {
    background: #f1f1f1; /* Set the background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg); /* Set the color of the scrollbar thumb */
}

::-webkit-scrollbar {
    width: 5; /* Hide the scrollbar */
}



body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: var(--white);
    color: var(--black);
    overflow-x: hidden;
}

h2 {
    font-family: "Lora", serif;
    font-weight: normal;
    font-size: 40px;
    color: var(--h2--color);
}

h3 {
    font-family: "Lora";
    font-weight: normal;
    font-size: 20px;
}

h5{
    color: var(--h2--color);
    font-family: "Lora";
}

p {
    font-size: 20px;
    color: var(--p-color)
}
hr{
    margin: 5px;
}
.flex{
    display: flex;
}
.video-section-1{
  display: none;
}
/* Navigation styles */
.navbar {
    top: 0;
    z-index: 1000;
    background: #fff;
  }

  .navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
  }

  .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
  }

  .navbar-nav .nav-link:hover {
    color: #007bff;
  }

  .dropdown-menu {
    background-color: #f8f9fa;
  }

  .dropdown-item:hover {
    background-color: #e9ecef;
  }
.nav-toggle{
    position: absolute;
    right: 0;
    top: 25px;
}
/* nav{
    margin-bottom: -11.5em;
} */


nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    background: transparent;
    z-index: 10;
    
}
nav .call{
    display: none;
    transition: all 0.5s ease-in;
}
.navbar-toggler:focus{
  box-shadow: none;
}
nav .call{
    display: block;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff !important;
    border: none;
    transition: all 0.5s ease-in;
    background-color: #3e0505;
}
.slider1 form{
    display: flex;
    flex-flow: wrap;
    font-size: 15px;
    justify-content: center;
    gap: 5px;
}
.grid-1{
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: -9.5em !important;
    width: 100%;
    z-index: 999;
    position: absolute;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.slider1 .btn-group{
    background-color: #b99d75;
    color: #838383;
}
.slider1 .btn-group a,.header .btn-group a:hover{
    color: #525252;
    font-family: "Manrope", serif;
    font-weight: 700;
}
.slider1 button, .slider1 input, .slider1 optgroup, .slider1 select, .slider1 textarea {
    line-height: 25px;
    padding: 5px 10px;
    width: 30%;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    color: #838383;
    font-family: "Manrope", serif;
}
.slider1 .btn-group{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", serif;
}
.swiper-backface-hidden .swiper-slide{
    padding: 0;
    margin: 0;
}
.nav-item{
    padding: 0em 1em;
}
/* .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
} */

/* .header-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
} */

/* .header-banner.active {
    opacity: 1;
}
.header-banner.active .header-text {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: slideInText 1s forwards;
    font-size: 35px;
} */

/* @keyframes slideInText {
    from {
        opacity: 0;
        top: 90%;
        font-size: 35px;

    }
    to {
        opacity: 1;
        top: 80%;
        font-size: 38px;

    }
} */


.header-banner img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: calc(100svh - 150px);
}
.header-banner::before{
    content: "";
    background-color: #000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}
.centered-text {
    position: absolute;
    top: 60%;
    /*left: 50%;*/
    left: 0;
    right: 0;
    padding: 0px 10px;
    transform: translate(0%, -50%);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 38px;
}
.header-text {
    font-family: "Lora", serif;
    /* line-height: 0.3; */
}

.header-text p{
  font-size: 20px;
  margin-top: 0px;
  color: var(--white)
}
.header-text h1{
  font-size: 56px;
  width: 90vw;
  margin: 0px !important;
  font-weight: lighter;
}
.reserve-now-btn {
    padding: 10px 30px;
    border-radius: 10px;
    color: var(--white);
    border: none;
    transition: all 0.3s linear;
    font-family: "Manrope", serif;
    background-color: #3e0505;
}
.reserve-now-btn:hover{
    background-color: #3e0505;
    color: var(--white);
}

.btn-enquire{
    background-color: var(--border) !important;
    color: var(--white) !important;
}
.btn:active, .btn:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: none;
}
.btn{
    font-weight: bold;
}

.nav-toggle {
    display: none;
}


.navbar-light .navbar-nav .nav-link{
    color: #000000;
}
.lora-italic {
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: normal;
}

.divider {
    display: block;
    margin: auto;
}

/* first section after header section */
/*slider section after hero */

#amenities {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: slideIn 1.2s forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(50px);

    }
    to {
        opacity: 1;
        transform: translateY(0px);

    }
}

.slider-section .cursive-text{
    font-size: 52px;
    font-weight: normal;
}
#slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#slides {
  display: flex;
  gap: 20px;
  background-color: var(--bg-color);

}

.slide1 {
  flex: 0 0 25%; /* Display four slides at a time */

}

.slide1 img {
  width: 100%;
}

.slide1 .caption {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  background-color: var(--bg-color);
  color: var(--black);
  padding: 10px;
  font-weight: 600;
  text-align: center;

}

#prev,
#next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
}

#prev {
  left: 10px;
}

#next {
  right: 10px;
}
#slider-container .cursive-text{
    font-size: 26px;
}


/* Card */

.cards {
  font-family: "Lora";
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2%;
}

.cards_item {
  display: flex;
  width: 100%;

}


.card_image {
  position: relative;
  max-height: 250px;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_price span {
  font-size: 12px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: #ffffff;
  font-size: 14px;
}

.card1 {
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.card1:hover{
    transform: scale(1);
}
.card_content {
  position: relative;
  margin: 16px 8px 8px 0;
  max-height: 290px;
}
.card_content .btn, .images-section .btn{
    color: #1A1B1A;
    font-family: "Lora";
}
.images-section hr{
    background-color: #B99D75;
    color: #B99D75;
    height: 1px;
}
.images-section h3{
    font-size: 36px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
}



.card_text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}

.suite{
    gap: 20px;
    margin-bottom: 20px;
}
.card_content a{
    transform: translate(0px, 0px);
}
.card_content a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: var(--border);
    transition: width 0.3s ease;
}
.card_content a:hover::after {
    width: 80px;
}



/*images section */

.reasons {
    position: relative;
}
.reasons .text-over-image p{
    font-family: "Manrope";
}
.reasons .text-over-image h2, .reasons .text-over-image p{
    color: var(--white);
}
.text-over-image {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 1;
    line-height: 1;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.images-section-all{
    margin-top: -26% !important;
}
.images-section-all div:nth-child(2){
    padding-top: 200px;
}
.text-over-image h2, .text-over-image p {
    /* margin: 0; */
    font-family: "Lora";
}

.text-over-image span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-family: "Manrope";
}

/* .reasons{
    height: 100vh;
} */
.reasons .images-section{
    gap: 50px;

}
/*
.reasons .images-section div:nth-child(2){
    padding-top: 150px;
} */

.images-section div{
    flex: 1;
    text-align: center;
}
.images-section p{
    /* width:420px; */
    margin: auto;
    text-align: center;
    font-size: 14px;
}




/*packages Section */



/* Video section */
.video-section  {
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.video-section h2,
.video-section p {
    /* flex: 1; */
    /* margin: auto; */
}
.video-section .service p{
    font-size: 14px;
}

.video-section {
    position: relative;
    overflow: hidden;
}

.video-section-text {
    margin-bottom: 50px;
    margin-top: 80px;
}

.video-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.video-section .reserve-now-btn{
    font-family: "Lora";
    border-radius:0px;
    padding: 10px 30px;
    border-radius: 10px;
}
.video {
    width: 100%;
    display: block;
    object-fit: cover;
}
.cursive-text{
    font-family: "La Belle Aurore", cursive;
    font-size: 26px;
}



.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-button svg {
    width: 64px;
    height: 64px;
    fill: #fff;
}

.waves {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }
}

.card-1 {
    border: 1px solid #4d4d4d5d;
    padding: 20px;
    height: 230px;
}

.icon-invert {
    filter: invert(100%);
    margin-bottom: 10px;
}
.card-1 .icon {
  margin-bottom: 10px;
}
.experiences .reserve-now-btn {
    display: block;
    margin: 50px auto;
    background-color: var(--btn-bg);
    color: var(--white);
    padding: 10px 20px;
    transition: background-color 0.3s linear;
    font-family: "Manrope", serif;
}
.experiences .reserve-now-btn:hover{
    background-color: #3e0505;
}
.horse-section div{
    flex:1;
    justify-content: center;
}
.horse-section{
    align-items: center;
}

.bg-color-cream{
  background-color: #F3F3F0;
  margin: 0;
}

/* services */
.grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-template-rows: repeat(3, auto); /* Three rows */
    gap: 10px; /* Gap between grid items */
    column-gap: 40px;
}

.grid-item {
    /* background-color: #f0f0f0; */
    padding: 15px 0px;
    /* border: 1px solid #ccc; */
}
.service{
    gap: 10px;
}
.services-section{
    /* gap: 50px; */
    margin: auto;
}


/* Contact section */
.contact-section p, .contact-section h2{
    color:var(--white);
}
.contact-section a{
    color: var(--white)
}
.contact-section{
  background-color: #3f3f3f;
  background-blend-mode: multiply;
  background-image: url("images/banner_2.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: var(--white)
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icon-text {
  text-align: center;
  margin-top: 10px;
}
.contact-icon i{
  color: black;
  /* font-size: 18px; */
}
/* Testimonial Section */
.testimonials-section .card-img-top {
    margin-top: 10px;
    padding: 2px 20px;
    max-width: 25%;
}
.testimonials-section p{
    font-size: 14px;
}
.stars-count {
    font-weight: normal;
    margin-right: 5px;
    font-size: 12px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;

}

.owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    width: 30px;
    left: -20px;
}
.owl-nav .owl-next{
    position: absolute;
    top: 40%;
    right: 250px;
    width: 20px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    font-size: 30px;
    background-color: white;
    border-radius: 50px;
    padding: 6px 18px;

}

/* Footer Section */

footer.footer{
    background-color: var(--bg-color);
    color: var(--black);

}

ul{
    padding-left: 0px;
}
.footer-menu ul>li{
    list-style-type: none;
    line-height: 30px;

}
.footer-menu ul a, .address p>a{
    text-decoration: none;
    color: var(--black);
    font-size: 14px;
}
.footer-menu ul a:hover, .address p>a:hover{
    color: var(--btn-bg)
}
.footer-last div:nth-child(2){
    gap:20px;

}
footer p{
    font-size: 14px;
}

a{
    transition: color 0.2s linear;
    text-decoration: none;
    color:var(--black);
}
a:hover{
    color: var(--btn-bg);
}
.footer-last{
    font-size: 12px;
}
.footer-logo-section p{
    padding: 0px;
}
.footer-logo{
    width: 90px;
}

/* Form Model */

.modal-body{
    background-color: var(--black) !important;
}
input, select, textarea{
    background-color: var(--white) !important;
}
.modal-title{
    display: block;
    margin: auto;
}
.modal-title img{
    width: 25%;
}
.modal-header{
   text-align: center;
}
.modal-header .close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.form-message{
    color: var(--white);
}


/* The Modal (background) */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 46.25%; /* 16:9 aspect ratio for responsive videos */
    overflow: hidden;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-icon {
    width: 50px;
    height: 50px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
#videoFrame{
    width:80vw;
    height:70vh;
}

.contact-section h2, .services h2{
    font-size: 38px;
}

/*form Styles*/
.has-error input,
.has-error textarea,
.has-error select {
    border: 1px solid red; /* Change the border color to red */
}
.list-unstyled {
  color: red;
}
/* Mobile and Tablet Reponsive styles */

  /* New Booking  Form */
.booking-form-new {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 32px;
    position: relative;
    margin-top: -80px;
    z-index: 3;
}

.booking-form-new .field-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.booking-form-new .field-card label {
 color: #A1A1A2;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.booking-form-new .field-card input, .booking-form-new .field-card select {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 5px 25px;
    border: none;
    border-bottom: 1px solid #A1A1A2;
    border-radius: 0;
    outline: none;
    color: #000;
    background-color: transparent !important;
}

.booking-form-new .field-card input::placeholder, .booking-form-new .field-card select::placeholder {
    color: #A1A1A2 !important;
}

.booking-form-new .icon {
    position: absolute;
    width: 20px;
    height: auto;
    left: 0;
    bottom: 7px;
}

.booking-form-new .icon img {
    width: 100%;
    height: auto;
}

.booking-form-new .col-md-2:has(.field-card) {
    border-right: 1px solid #A1A1A2;
}

.booking-form-new button#btnSubmit {
    border-radius: 16px;
    background: #390A08;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 20px;
}

 .booking-form-new input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  .booking-form-new input[type="date"] {
    cursor: pointer;
  }

  .booking-form-new #formMessage {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
}

@media (max-width: 1020px) {
    .margin-l-200{
        margin-left: 0px !important;
    }
    .slider-section h2>.cursive-text{
        font-size: 36px !important;
        font-weight: normal;
    }
    .cursive-text{
        font-size: 20px !important;
        font-weight: normal;
    }

    .nav-items,
    .nav-right {
        display: none;
    }

    .nav-item {
        text-align: center;
        padding: 1rem;

    }
    .mobile-nav{
        display: none;
    }
    .mobile-nav .nav-item, .mobile-nav .nav-items{
        display: block;
    }
    .navbar-1 {
        align-items: flex-start;
        width: 90%;
    }
    .logo{
        position: absolute;
        left: 0;
    }
    .nav-toggle {
        display: block;
        color: white;
        cursor: pointer;
    }
    .images-section-all{
        margin-top: 20px;
    }
    .images-section-all div:nth-child(2){
        padding-top: 0px;
    }
    .owl-nav .owl-prev{
        position: static;
    }
    .owl-nav .owl-next{
        position: static;

    }
    .owl-nav .owl-prev span, .owl-nav .owl-next span{
        font-size: 30px;
        background-color: rgba(255, 255, 255, 0);
        /* border-radius: 50px;
        padding: 6px 18px; */
    }
}

@media screen and (max-width: 1280px) {
    .font-25{
        font-size: 18px !important;
    }
    .images-section-all{
        margin-top: 20px;
    }
    .images-section-all div:nth-child(2){
        padding-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    /* .swiper-backface-hidden .swiper-slide{
       height: 80vh;
    } */
    .video-section-1{
      display: block !important;
    }
    .cards_item{
      padding: 0px 15px !important;
    }
    .swiper-container-1 .swiper-wrapper{
      display: none !important;
    }
    .header-text p{
      font-size: 14px;
    }
    .header-text h1{
      font-size: 25px !important;
      margin: 0px !important;
      width: 95vw !important;
    }
    .header-text {
      font-family: "Lora", serif;
  }
    .logo img{
      position: absolute;
      left: 43%;
      top: 0px;
  }
.text-over-image{
    top:100px;
}
.text-over-image p{
    font-size: 12px;
}
  .reasons .images-section div:nth-child(2){
    padding-top: 0px;
}
.images-section-all{
    margin-top: 0px;
}
.images-section-all div:nth-child(2){
    padding-top: 0px;
}
.images-section-all{
    margin-top: 20px;
}
.images-section h3{
    font-size: 24px;
}
    .slide .slide__img img{
      object-fit: cover;
      zoom: 0.7;
      object-position: top;
    }
    .footer-logo-section p{
      padding: 0px;
    }
    .footer{
        text-align: center;
    }
    .container{
      padding: 15px 10px !important;
    }
    .services-section div{
        padding:0px;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }
    .services-section .grid-item p{
        display: none;
    }
    .services-section .grid-item h5{
        font-size: 16px;
    }
    .services-section .grid-item img{
        width: 38px;
    }
    .packages h2, .card h3 {
      text-align: center;
    }
    .nav-toggle .fas{
      font-size: 25px;
    }
    .slider{
      height: 70vh;
    }
    .slide .other-sec{
      /* margin-top: 0px; */
      display: none;
    }
    .slide .slide__content{
      top: 25%;
    }
    .card-1{
      height: unset;
    }

    /* .other-sec img {
      width: 272px;
  }
    .bg-color-cream .container{
      padding: 5px;
    } */
    .footer-links .footer-menu{
      display: none;
    }
    h2{
      font-size: 23px !important;
      line-height: 30px;
    }
    p{
      font-size: 14px !important;
      padding-top: .5em;
    }
    .footer-last .terms-conditions{
      justify-content: center !important;
    }
    .contact-section div:nth-child(1){
        text-align: center;
    }
    .footer-menu{
      display: none;
    }
    .down-arrow {
        top: 90%;
    }
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-1 {
        grid-template-columns: repeat(1, 1fr);
        margin-top: -6em !important;
    }
    .navbar-1 {
        justify-content: space-between;
    }

    .nav-items {
        display: none;
    }
    .mobile-nav .nav-item, .mobile-nav .nav-items{
        display: block;
        text-align: left;
    }
    .mobile-nav {
        background-color: #ffffff;
        color: var(--white);
        position: absolute;
        top:50px;
        right: 0px;
        z-index: 1;
        height: 280px;
        width: 220px;
        display:none;
        padding-left: 15px;
        padding-right: 5px;
        padding-top: 20px;
    }
    .reserve-now-btn{
        padding: 5px 15px;
    }
    #videoFrame{
        width:460px;
        height:215px;
    }

    .slider-section{
        margin-left: 0px !important;
    }.slider-section .text-left{
        text-align: center !important;
    }
}
@media screen and (max-width: 991px){
    .logo-sec-web {
        padding: 0px !important;
    }
    .text-over-image{
        top: 5% !important;
    }
    .distance .col-sm-12{
        width: 100% !important;
    }
    .header .swiper-button-next, .header .swiper-button-prev{
      display: none !important;
    }
}
@media(max-width:767px){
    .cards_item{
        display: flex;
        width: 100%;
        gap: 50px;
      }
      .sticky-top{
        top: 0px !important;
        padding: 0px 10px !important;
      }
      .distance .col-lg-4{
        width: 50% !important;
        padding: 0px !important;
      }
      .distance .col-sm-12{
        width: 100% !important;
    }
      .slider-section .text-left{
        font-size: 27px !important;
        margin-bottom: 15px;
      }
      .footer{
        padding: 0em 2em !important;
      }
      .bg-color-cream{
        margin: 0em !important;
        padding-bottom: 0em !important;
      }
      #experience {
        padding-top: 1.5em !important;
    }

    .slider-section .owl-nav {
        text-align: center;
        padding-right: 30px;
    }
      #services .row,.services-section {
        padding: 2em 0em !important;
        margin: 0 !important;
      }
      .reasons .text-over-image{
        transform: translate(-50%, -100%) !important;
      } 
      .grid-logo-sec{
        grid-template-columns: repeat(2, 1fr) !important;
      }
      .img-bott{
        display: none !important;
      }
      .testimonials-section h2,.testimonials-section,.contact-section,.contact-section .container,.footer-last{
        padding: 0px !important;
        margin: 0px !important;
      }
      .distance{
        padding: 0px !important;
        margin-top: -3.5em !important;
      }
      .distance img{
        width: 22% !important;
      }
      .reasons .images-section{
        display: grid !important;
        gap: 0px;
      }
      .footer .col-md-6{
        margin-top: 0px !important;
      }
      .content-b{
        display: none !important;
      }
      .heading-text-{
        font-size: 23px !important;
      }
      #services .col-12 img{
        margin: auto;
        width: 25%;
      }
      .logo-sec-web,.grid-logo-sec .img-box{
        padding: 0px !important;
      }
      section h2{
        margin: 0em !important;
      }
      .swiper-suites{
        padding: 0 !important;
      }
      .navbar-brand{
        width: 40%;
      }
      .navbar-brand img{
        width: 100%;  
      }
      .booking-form form{
        gap: 5px !important;
      }
      .grid-1{
        padding: 0px 10px !important;;
      }
      .booking-form{
        margin: 0px auto !important;
        padding: 10px !important;
      }
      #navbar{
        padding: 0px 15px;
      }
      .booking-form input, .booking-form select, .booking-form button,.booking-form input[type=number],.booking-form input[type=email] {
        padding: 0px 10px !important;
        margin-bottom: 5px !important;
        height: 27px;
      }
      .booking-form label{
        font-size: 10px !important;
      }
      .btn-web{
        display: none;
      }
      .book-mob,.data-mob{
        display: grid !important;
        gap: 5px;
      }
      .data-mob .mob-btns{
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        background-color: #3e0505;
        border-radius: 10px;
        padding: 5px 15px;
      }
      .data-mob .mob-btns i{
        color: #fff;
      }
      .nav-item a{
        color: var(--black);
    }
}

@media screen and (max-width: 480px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


.btn-enquire{
    background-color: var(--border) !important;
    color: var(--white) !important;
}


/* Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
}

.zoom-in.active {
    opacity: 1;
    transform: scale(1);
}
@keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px); /* Adjust the amount of upward movement */
    }
    100% {
      transform: translateY(0);
    }
  }

  .floating-container {
    /* background-color: #ffffff;  */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); Box shadow for a subtle elevation effect */
    animation: floatAnimation 3s infinite ease-in-out; /* Adjust the duration and timing function as needed */
  }
  
  /*--dev-alok-css--*/
.bg-color-cream .cards .card_image .note{
    display: none !important;
}

/*-dev-css-*/
.distance .col-lg-12 h2{
    font-size: 24px;
    padding: .5em 0em;
}
#accommodation .card_image img{
    height: 250px;
}

/* General Swiper Container Styling */
.suitess{
    background: #f3f3f0;
}
.swiper-suites {
    padding: 20px 0;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
  }

  .swiper-suites .swiper-button-next, .swiper-suites .swiper-button-prev {
    top: 220px;
}
  
  /* Styling for Each Slide */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 500px;
  }
  
  /* Card Container */
  .cards_item {
    width: 100%;
    /* max-width: 350px; */
    transition: transform 0.3s ease-in-out;
  }
  
  .cards_item.zoom-in:hover {
    transform: scale(1.01); /* Zoom effect on hover */
  }
  
  /* Card Styling */
  .card1 {
    background-color: #f8f5f1; /* Cream color */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  
  .card_image img {
    width: 100%;
    height: 265px;
    border-bottom: 2px solid #ddd; /* Divider between image and content */
  }
  
  .card_content {
    padding: 15px;
  }
  
  .card_title {
    font-size: 1.5rem;
    color: #333; /* Dark grey for text */
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .card_text {
    font-size: 1rem;
    color: #666; /* Light grey for text */
    line-height: 1.5;
  }
  
  .card_text.light-grey p {
    margin: 0;
  }
  
  /* Button Styling */
  .card_content .btn {
    margin-top: 15px;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }
  
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px !important;
    font-weight: 800;
  }
.suitess {
    position: relative;
}
.suitess .swiper-button-next:after,.suitess .swiper-button-prev:after{
    font-size: 15px;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    color: #000 !important;
    background: #fff;
    border-radius: 50%;
    padding: 23px;
}


.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
}
@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
   }
}
.photos-grid-container .img-box {
    border: 1px solid #fff;
    position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
}
.photos-grid-container img {
    max-width: 100%;
    display: block;
    height: auto;
}
.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
}
.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
   /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media screen and (min-width: 1280px) {
    .container {
        margin: 0 auto;
        width: 1250px;
   }
}


.booking-form {
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px;
    background-color: #00000090;
    color: white;
    border-radius: 8px;
  }
  
  .booking-form form {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: end;
    flex-wrap: wrap;
  }
  
  .booking-form form div {
    flex: 1 1 20%;
    width: 25%;
  }
  
  .booking-form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .booking-form input, .booking-form select, .booking-form button,.booking-form input[type=number],.booking-form input[type=email] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #afafaf;
  }
  ::placeholder {
    color: #afafaf;
  }
  
  .booking-form button {
    background-color: #3e0505;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  .booking-form button:hover {
    background-color: #3e0505;
  }
  .grid-logo-sec{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr); /* Two columns */
    grid-template-rows: repeat(3, auto); /* Three rows */
    /* gap: 10px; */
    column-gap: 10px;
    justify-content: center;
  }
  .grid-logo-sec .img-box{
    /* background: #c0c0c0; */
    padding: 20px;
    border-radius: 1px 0px 1px 0px !important;
  }
  .grid-logo-sec .img-box img{
    width: 100%;
  }
  .book-mob,.data-mob{
    display: none;
  }
  
  
  .WA_Chat_Widget .WA_FloatingButton{
  position: fixed;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
  width: 40px;
  height: 40px;
  fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
  top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
  bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
  left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
  right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
  left: 50%;
  transform: translateX(-50%);
}

.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
  top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
  bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
  left: 30px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
  right: 30px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
  left: 50%;
  transform: translateX(-50%);
}


.WA_Chat_Widget .WA_ChatBox{
  position: fixed;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
  width: auto;
  background: #095e54;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
  color: #e4e4e4;
  font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
  fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
  padding: 20px;
  background: #e6ddd4;
  position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(./bg-pattern.png);
  opacity: 0.1;
  z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
  max-width: 280px;
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  left: -10px;
  top: 0px;
  border-radius: 3px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
  color: darkgray;
  font-weight: 500;
  font-size: 15px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
  font-size: 15px;
  color: #000;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content p{
  font-size: 15px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
  padding: 20px;
  background-color: #fff;
  width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 1000px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
  background: #095e54;
  color: #fff;
  display: block;
  text-align: center;
}
.icon-list{
    list-style-type: none !important;
    display: flex !important;
    gap: 10px;
}

.booking-strip .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.booking-strip .icon-box {
  text-decoration: none;
}

.booking-strip .icon-box img {
  width: auto;
}

.booking-strip .icon-box span {
    font-weight: 500;
    color: #1F2B3A;
    font-size: 14px;
}

.booking-strip {
    background: transparent;
    margin-top: 100px;
}

.booking-strip p {
  font-size: 16px;
}

.booking-strip .booking-strip-box {
    padding: 40px;
    border-radius: 16px;
    background: #F3F3F0;
}

.booking-strip img {
    width: 150px;
}

  .swiper-container {
    width: 100%;
    height: 100vh; /* Adjust to your desired height */
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .swiper-container {
      height: 70vh;
    }

    .booking-strip img {
    width: 100px;
}

.booking-strip {
    margin-top: 50px;
}

.booking-strip .booking-strip-box {
  padding: 20px;
  border-radius: 8px;
}
  }

  @media (max-width: 480px) {
    .swiper-container {
      height: 50vh;
    }
  }




  
