@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Ogirema';
    src: url("../css/fonts/ogirema/Ogirema.ttf");
}
@font-face {
    font-family: 'Ogirema Bold';
    src: url("../css/fonts/ogirema/OgiremaBold.ttf");
}

body{
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333; 
}
p, div, span{
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .4px;
    font-weight: 300;
    font-style: normal;
}  

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ogirema', sans-serif !important;
    font-weight: 500 !important;
    margin: 0 0 10px;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
}


.sli-slider {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}

.img-cont {
    position: relative; /* Removed height: 100vh;  */
    overflow: hidden;
}

.img-cont img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Keeps aspect ratio */
}

.img-content {
    position: absolute;
    bottom: 50%; /* Align to bottom instead of fixed pixels */
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(223, 30, 30);
    text-align: center;
    display: flex; /* Added for centering */
    justify-content: center; /* Horizontally centers content */
    align-items: center; /* Vertically centers content */
}

.sli img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}
/* .slide-content .display-3 {
    font-size: 78px;
} */

.slide-content button {
    font-size: 20px;
    padding: 16px 28px !important;
}

.galimg {
    max-width: 100%;
    max-height: 100%;
}

.logo {
    width: 180px;
}

.logo-icon {
    width: 120px;
}
.logoagain {
    height: 200px;
}
/* .navbar {
    transition: background-color 0.3s ease-in-out;
  } */

.bg-transparent {
    background-color: transparent;
}
.wnavbar-white {
    background-color: white;
}
.texttwo {
    color: rgb(66, 66, 66);
}

.offercard {
    border: none;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-next {
    right: 25px;
}
.slick-prev,
.slick-next {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.back-img {
    background-size: cover;
    position: relative;
    height: 50vh;
    font-family: 'Poppins', Arial, sans-serif;
}
.galimg img {
    height: 210px;
}
.galimg :hover {
    opacity: 0.8;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:hover {
    border: none;
}
.experience-row {
    margin: 100px 0px;
}

.stay-desc{
  max-width: 50%;
  margin: 0 auto;
}

.stay-desc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.farmhouse-title {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.image-container-right {
    background-image: linear-gradient(
        to right,
        white 50%,
        rgb(45, 135, 165) 50%
    );
    background-size: cover;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
}

.image-container-left {
    background-image: linear-gradient(to right, lightblue 50%, white 50%);
    background-size: cover;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

.image-container-left img,
.image-container-right img {
    position: relative;
}

.galtext {
    font-family: 'Poppins', Arial, sans-serif;
}
@media (min-width: 768px) {
    .galtext {
        transform: translateY(80%);
    }
}
.myfont {
    font-family: 'Poppins', Arial, sans-serif;
}
.user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-box,
.input-b-x-comment {
    /* width: calc(100%/2 -20px); */
    margin: 20px 0 12px 0;
}
.input-box input {
    height: 50px;
    width: 250px;
    outline: none;
    border-radius: 0px;
    border: 1px solid gray;
    padding-left: 15px;
    font-size: 16px;
}
.input-box select {
    height: 50px;
    width: 250px;
    outline: none;
    border-radius: 0px;
    border: 1px solid gray;
    padding-left: 15px;
    font-size: 16px;
}
.input-box-comment textarea {
    height: 100px;
    /* width: 530px; */
    display: flex;
    outline: none;
    border-radius: 0px;
    border: 1px solid gray;
    padding-left: 15px;
    font-size: 16px;
}
@media (max-width: 600px) {
    .input-box-comment textarea {
        height: 55px;
        width: 300px;
    }
    .input-box input,
    .input-box select {
        width: 300px;
        height: 50px;
    }
}
.buttonreq {
    background: linear-gradient(to right, #030303, #1b1a1a);
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 10px 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.getnav .dropdown-item:hover {
    background: gray;
    color: white;
}

a {
    text-decoration: none;
}

.stayOnecard .card-title {
    color: #212529;
}

.service-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.theme_button {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 35px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #1f232b;
    border-radius: 6px;
    border: 1px solid #1f232b;
    position: relative;
    transition: all 0.4s linear 0s;
}

.theme_button:hover, .theme_button:focus, .theme_button:active {
  color: #fff;
  background-color: #424649;
  border-color: #373b39;
}

.farmhouse-price {
    position: absolute;
    top: 180px;
    right: 36px;
    background: #fff;
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 300;
    color: #1f232b;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 16px 50px rgb(155 159 166 / 30%);
    /* padding: 19px 0 19px 0; */
    padding-top: 27px;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.cabin-booknow {
    font-size: 17px;
    line-height: 26px;
    font-weight: 800;
    color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    padding: 12px 33px 10px 32px;
    width: fit-content;
    margin: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.booknowbtn {
    color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.cabin-booknow:hover {
    background-color: #212529;
    color: white;
}
.cabins {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.amenities-list {
    /* display: inline-block;
  vertical-align: top; */
    max-width: 100%;
    list-style: none;
    padding: 0;
}

.amenities-list li {
    text-align: center;
}

.currencyDropDown {
    border-radius: 2px;
    margin-bottom: 5px;
}
.amenities-list img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    font-size: 10px;
}

.booknownav {
    background-color: rgb(94, 91, 91) !important;
}
.booknownewnav {
    background-color: black !important;
    color: gray;
}
.booknownewnav a {
    color: white;
    font-size: small;
}
.booknowbody {
    background: url("");
    position: relative;
    overflow: auto;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}
.bookingsite {
    backdrop-filter: blur(15px);
}
.steps li {
    padding: 10px 0;
    margin: 0 auto;
    list-style-type: none;
    position: relative;
    font-family: 'Ogirema', sans-serif !important;
    color: #797877;
    text-transform: uppercase;
    width: 100% !important;
    text-align: center;
}
li {
    display: list-item;
}
.steps.inline {
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    padding: unset;
}
@media (max-width: 767px) {
    .steps li {
        width: 90% !important;
        text-align: center;
    }
}
.steps li.current {
    background: #212529;
    color: white;
}

.booknav {
    background-color: rgb(201, 198, 198);
    width: 100%;
    overflow-y: hidden;
}
@media (max-width: 767px) {
    .booknav {
        overflow-x: scroll;
    }
}
.form-panel {
    border: 15px solid #ede9e8;
    /* float: left;/ */
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #797877;
    background-color: rgba(255, 255, 255, 1);
    /* padding-right: 10px; */
}

.form-panel .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #8f8e8d;
}
.input-group .form-control {
    z-index: 2;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 0;
    /* background-color: rgb(243, 237, 237); */
    color: #555;
}
.custom-select {
    width: 100%;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    color: #8f8e8d;
    margin-bottom: 0;
    /* background-color: rgb(243, 237, 237); */
    /* border-color: rgb(224, 209, 209); */
    text-align: center;
}
.muted {
    font-size: 10px;
    font-family: 'Poppins', Arial, sans-serif;
}
.members {
    width: 100%;
}
.minusimgbox {
    color: #212529;
    float: left;
    width: 33%;
    padding-top: 5px;
    height: 35px;
    border: 1px solid #adadad;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    cursor: pointer;
    background: #ede9e8;
}
.plusimgbox {
    color: #212529;
    float: left;
    width: 33%;
    padding-top: 5px;
    height: 35px;
    border: 1px solid #adadad;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    cursor: pointer;
    background: #ede9e8;
}
.numberbox input {
    width: 33%;
    float: left;
    border: none;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    text-align: center;
    padding: 4px;
    height: 35px;
    font-weight: 700;
    color: #797877;
}
.form-group select {
    /* background-color: rgb(243, 237, 237); */
    color: #555;
}
.proceed-booking {
    color: white;
    background-color: #212529;
    text-align: center;
    border: 1px solid #212529;
    height: 40px;
    width: 100px;
    text-transform: uppercase;
    font-size: medium;
    padding: 5px;
}

.foot {
    background: transparent !important;
}
.bookingiframe {
    overflow: auto;
    height: 680px;
    width: 100%;
    position: absolute;
}

.datepicker {
    border-radius: 0px;
    /* width: 100%;
    max-width: 80%; */
    padding: 0px; /* Padding around the calendar */
    font-size: 1em; /* Larger font size */
    margin: 0 auto;
}

#datepicker .datepicker-inline {
    width: 100%;
}
#datepicker .table-condensed{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.datepicker table td,
.datepicker table th {
    border: 1px solid #ccc;
    text-align: center; /* Center-align text */
}

.datepickerfirst .day.old,
.datepickerfirst .day.disabled {
    background-color: #f0f0f0 !important; /* Gray background for past dates */
    color: #a0a0a0 !important; /* Gray text for past dates */
}

.datepickerfirst .today {
    background: #212529 !important;
    color: white !important;
    border-radius: 0px;
}

.datepicker .datepicker-switch {
    background-color: #212529 !important;
    color: white !important;
    font-size: 1em;
}

.datepickerfirst .prev,
.datepickerfirst .next {
    font-size: 1em; /* Larger font size for navigation buttons */
}

.datepickerfirst .prev.disabled,
.datepickerfirst .prev:disabled {
    color: #ccc; /* Gray color for disabled button */
    pointer-events: none; /* Disable clicking */
}

.datepickerfirst .prev,
.datedatepickerfirstpicker .next {
    cursor: pointer; /* Pointer cursor for navigation buttons */
}

.datepickerfirst .prev:hover,
.datepickerfirst .next:hover {
    background-color: #ddd; /* Light background on hover */
}

.datepickerfirst .prev {
    opacity: 0.5; /* Reduced opacity for disabled button */
}
.datepickerfirst .datepickerfirst-days th {
    width: 14.2%; /* Adjust width for week names */
    text-align: center; /* Center-align week names */
    font-size: 0.8em; /* Smaller font size for week names */
}

.datepickersecond .prev,
.datepickersecond .next {
    opacity: 0;
    background-color: #212529;
    border-radius: 0px;
}
.datepickersecond .datepickersecond-switch {
    text-align: center; /* Center-align the month/year header */
    padding: 5px 0; /* Padding for spacing */
}

.datepickersecond .day {
    background-color: white;
    color: gray;
}
input[type="submit"] {
    /* -webkit-appearance: button; */
    cursor: pointer;
}
.submitbtn {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', Arial, sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    /* margin: 30px 0; */
    background-color: #212529;
}
.ratescontainer {
    background-color: rgba(214, 205, 205, 0.952);
}
.readinput {
    height: 35px;
    width: 100%;
    border: #555;
}

.labelclass {
    color: #7c7777;
    text-transform: uppercase;
}
.readinput:focus {
    box-shadow: rgb(85, 113, 116);
    border: 1px solid #7c7777;
}
.slate {
    text-align: right;
    padding-left: 12px;
    color: #7c7777;
    background-color: rgba(214, 205, 205, 0.952);
    font-size: medium;
    text-transform: uppercase;
    padding-right: 20px;
}
.dlinediv {
    position: relative;
}

.dashed-heading {
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Poppins', Arial, sans-serif;
    text-transform: uppercase;
    border-top: 2px dotted #ccc;
    margin-top: 20px;
    /* color: #212529; */
}
.dashed-heading h3 {
    margin-top: -17px;
    font-size: 26px;
    color: #212529;
    font-weight: 400;
}
.cabbb {
    background-color: white;
}
.cabinimg {
    border-radius: 0%;
    height: 180px;
}
.cabincard {
    width: 17rem;
    border-radius: 0%;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    justify-content: center;
}
@media (max-width: 768px) {
    .cabincard {
        left: 50%;
        transform: translateX(-50%);
    }
}
.cabinname {
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}
.cabinbody {
    background: #c9c2bb;
}
.pricefooter {
    font-size: smaller;
}

.cabinpriceFrom {
    font-size: small;
    text-align: start;
}
.cabinfooter-price {
    display: flex;
}
.reservebtn {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', Arial, sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    margin-top: 2px;
    text-align: end;
    background-color: #212529;
    cursor: pointer;
    justify-content: end;
}
@media (max-width: 768px) {
    .reservdiv {
        margin-left: 40px;
    }
}
.reservesecollapse {
    /* margin-top: 40px; */
    border: 15px solid #ede9e8;
    padding: 18px;
    float: left;
    width: 100%;
    /* height: 50px; */
}

.arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.2s ease-in-out;
    color: yellow;
}
.highlightbtn {
    background-color: #428d68;
}
.addon-cont {
    border: 15px solid #ede9e8;
    float: left;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #797877;
    background-color: rgba(255, 255, 255, 1);
}

.quantity-control {
    display: flex;
    align-items: center;
}
.qtyincrease,
.qtydecrease {
    /* padding: 0.5rem;
  border: 1px solid #212529;
  background-color: #212529;
  color: rgb(54, 24, 24);
  cursor: pointer;
  padding: 5px; */
    line-height: 20px;
    padding: 5px;
    background: #796868;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 30px;
}
.qtyinput {
    line-height: 20px;
    padding: 5px;
    background: #ece9e7;
    border: none;
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    width: 60px;
    height: 30px;
}
.addon-name {
    text-transform: uppercase;
    font-size: 18px;
    color: #797877;
}
.addon-list {
    display: flex;
    justify-content: space-between;
}
.taxlabel {
    font-size: smaller;
}
.addon-price {
    font-size: medium;
    color: rgb(68, 43, 43);
}
.payhead {
    color: #212529;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 100;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: start;
}
.guestdetails {
    /* padding: 5px;
  margin: 5px; */
}
.myhrline {
    margin: 0px;
    color: rgb(65, 41, 41);
}
.tandc {
    font-size: small;
}
.paymentforminput,
.nineone,
.phonetext {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #8f8e8d;
    border-color: #7c7777;
}
.phoneinput {
    display: flex;
    border-color: #7c7777;
}
.booking-summary {
    /* display: flex;
  flex-wrap: wrap; */
    border: 1px solid rgb(207, 203, 203);
}

.summary-item {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.booking-list {
    display: grid;
    border: 1px solid rgb(207, 203, 203);
}
/* .item-check{
  justify-content: start;
}
.item-check-value{
  justify-content: end;
} */
.promo-text {
    border-radius: 0%;
    border-color: #8f8e8d;
    text-transform: uppercase;
}
.promo-btn {
    border-radius: 0%;
    color: white;
    background: #212529;
    padding: 0 5px;
}

.banner-bg-text-align {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.contact-in a,
footer a {
    color: #030303;
}

.contact-in a:hover {
    color: #030303;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}

.hero-banner .img-fluid {
    height: 100vh;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: block;
    padding: 8px 12px;
    color: #212529;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.pagination li a:hover {
    background-color: #f8f9fa;
    color: #0056b3;
}

.pagination li.active span {
    background-color: #212529;
    color: white;
    border: 1px solid #212529;
    padding: 8px 12px;
    border-radius: 5px;
}
.addon-list{
    margin-bottom: 20px;
}
.quantity-control{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addon-name, .addon-price, .qtydecrease, .qtyinput, .qtyincrease {
    margin: 0 10px !important;
}

.addonbtns {
    margin: unset !important;
}
.addonbtns .theme_button {
    margin: 0 10px !important;
}

.mfp-close {
    color: #fff !important;
    opacity: 1;
    font-size: 48px;
  }
@media (max-width: 767px) {
  .stay-desc {
    max-width: 100%;
  }
  .quantity-control .qtydecrease, .quantity-control .qtyincrease {
    width: 40px;
  }

  .quantity-control .me-5{
    margin-right: 0rem !important;
  }

  .addonbtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: unset !important;
   }

}

.slick-slider {
    position: relative;
}

.slick-video {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.slick-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills the slide */
    display: block;
}

.slick-slider video::-webkit-media-controls {
    display: none !important; /* Hide native controls for WebKit browsers */
}

.slick-slider video {
    controls: false; /* Hide controls */
    pointer-events: none; /* Prevent video interaction */
}


/* Popup container */
.mfp-content {
    width: unset !important;
    margin: 0 auto;
    padding: 20px;
}

/* Form styles */
#mfp-form input, #mfp-form textarea, #mfp-form button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.desktop-view {
    display: inline-block !important;
}
.mobile-view {
    display: none !important;
}
.has-error {
    color: red;
    text-transform: none;
  font-size: 16px;
  } 
  .iti {
    width: 100%;
  }
  #bookingloader{
    display: none;
  }
@media only screen and (max-width: 992px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: inline-block !important;
  }
}