@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");

:root {
    --primary: #ae7d54;
    --light: #f5f5f5;
    --dark: #353535;
    --bs-primary-rgb: 174, 125, 84;
    --font-family1: "Gilda Display", serif;
}
*,
*::before,
*::after {
    transition: 0.7s ease;
}

section{
    overflow-x: clip;
}

body,
body p {
    color: #666;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-family: "Open Sans", sans-serif;
}

.open-font {
    font-family: "Open Sans", sans-serif !important;
}

.btn-primary {
    --bs-btn-bg: #ae7d54 !important;
    --bs-btn-border-color: #ae7d54 !important;
    position: relative;
}

.btn-primary:hover {
    color: white !important;
}

h1,
h2,
h3,
h4,
h5,
.head-ff {
    font-family: var(--font-family1);
}

a {
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* topbar */
.topbar .d-flex a {
    font-size: 14px;
}
.navbar .nav-link {
    text-transform: uppercase;
    color: #606060 !important;
    font-weight: bold;
    font-family: var(--font-family1);
}

.navbar .nav-link.active, 
.navbar .nav-link:hover {
    color: var(--primary) !important;
}

/* hero section */
.hero-section {
    padding: 150px 0;
    background: linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 10%)), url("../media/banner/banner-1.jpg") no-repeat center / cover;
}

.btn {
    z-index: 1;
    overflow: hidden;
}

.btn:hover {
    border-color: var(--primary) !important;
}

.btn::before {
    background-color: var(--primary);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn:hover::before {
    transform-origin: bottom left;
    transform: scale(1, 1);
}

/* sec title */
.title h6 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
    letter-spacing: 7.8px;
}

.title h6::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background: url("../media/icons/before.png");
}

.title h1 {
    font-family: var(--font-family1);
    font-size: 54px;
    color: black;
}

/* hero section  */
.hero-section-caption h6 {
    letter-spacing: 1.2px;
}

.hero-section-caption h1 {
    font-size: 3em;
}

/* checkin form */
.checkin-form {
    margin-top: -50px;
}
.checkin-form form {
    padding: 50px 50px;
}
.checkin-form label {
    font-size: 1.2em;
}

/* about */
.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 710px;
    height: 544px;
    background: url("../media/bg/pattern.png");
    z-index: -1;
}

.about figure.img2 {
    right: 3%;
    bottom: -3%;
    margin-bottom: 0;
    border: 15px solid #fff;
    overflow: hidden;
}

.about-image figure.img1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 10px;
    height: 200px;
    background-color: var(--primary);
}

.overlay-image::before {
    background: rgb(255 255 255);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    transition: none !important;
}

.overlay-image:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear !important;
}

.about-image-text {
    z-index: 12;
    padding: 36px 15px 33px;
    width: 260px;
    top: 213px;
    left: 20%;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* rooms section  */
.rooms-section {
    position: relative;
    padding: 120px 0;
    background: #f8f5f0;
}
.room-block .inner-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#222222), to(#222222));
    background: linear-gradient(to left, #222222, #222222);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-block .inner-box:hover:before {
    opacity: 0.4;
    visibility: visible;
}

.room-block .inner-box .image-box figure {
    margin-bottom: 27px;
    overflow: hidden;
}

.room-block .inner-box:hover .image-box figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.room-block .inner-box .content-box {
    position: absolute;
    bottom: 22px;
    right: 32px;
    text-align: right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.room-block .inner-box:hover .content-box {
    bottom: 84px;
    z-index: 9;
}

.room-block .inner-box .content-box .title {
    font-size: 27px;
    font-family: var(--font-family1);
    margin-bottom: -6px;
}

.room-block .inner-box .content-box .price {
    font-size: 14px;
}

.room-block .inner-box .box-caption {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 12px;
}

.room-block .inner-box .box-caption .book-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 9px;
    color: #ffffff;
    font-family: var(--text-font2);
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.room-block .inner-box:hover .box-caption {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

/* services  */
.service-section {
    padding: 120px 0 88px;
}

.service-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 665px;
    height: 466px;
    background-image: url(../media/bg/home.png);
}

.service-block {
    margin-bottom: 24px;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border: 2px solid #f8f5f0;
    padding: 45px 20px 33px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.service-block .inner-box:hover {
    background-color: #000 !important;
}

.service-block .inner-box:hover .content-box .title a {
    color: #fff !important;
}

.service-block .inner-box:hover .content-box .text {
    color: #fff;
}

.service-block .inner-box:hover .icon-box i {
    color: #fff;
}

.service-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    height: 11px;
    background-color: #f8f5f0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-block .inner-box .icon-box {
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box .icon-box i {
    color: #ab8555;
    font-size: 58px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .content-box .title {
    margin-bottom: 18px;
}

.service-block .inner-box .content-box .text {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*  video section  */
.video-section {
    padding: 150px 0 100px;
}

@media (max-width: 575.98px) {
    .video-section {
        padding: 150px 0 100px;
    }
}

.video-section .btn-column .inner-column .play-now-two {
    position: absolute;
    top: 120px;
    font-size: 31px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .video-section .btn-column .inner-column .play-now-two {
        width: 100px;
        height: 100px;
        line-height: 100px;
        top: 70px;
    }
}

/*  features  */
.feature-section {
    position: relative;
    padding: 120px 0 60px;
}
@media (max-width: 767.98px) {
    .feature-section {
        padding-top: 70px;
    }
}

.feature-row:nth-child(even) .image-column .inner-column {
    /* margin-right: 0;
    margin-left: -170px; */
    margin-right: -170px;
    margin-left: 0;
}

.feature-row:nth-child(even) .content-column .inner-column {
    /* padding: 61px 231px 70px 60px; */
    padding: 61px 60px 70px 231px;
}

.feature-row:hover .image-column .inner-column .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-row .image-column .inner-column {
    margin-right: -170px;
    position: relative;
    z-index: 9;
}

.feature-row .content-column {
    margin-bottom: 60px;
}

.feature-row .content-column .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 61px 0 70px 231px;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column {
        padding: 61px 0 70px 203px;
    }
}

@media (max-width: 991.98px) {
    .feature-row .content-column .inner-column {
        padding-left: 40px;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .feature-row .content-column .inner-column {
        padding: 61px 40px 70px 40px;
        margin-top: 0;
    }
}

.feature-row .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 232px;
    width: 95px;
    height: 11px;
    background-color: var(--primary);
}

.feature-row .content-column .inner-column .sec-title {
    margin-bottom: 34px;
}

.feature-row .content-column .inner-column .sec-title .text {
    margin-top: 31px;
}

.feature-row .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 11px;
}

.feature-row .content-column .inner-column .sec-title .sub-title::before {
    display: none;
}
@media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column .sec-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column .sec-title .text {
        font-size: 16px;
    }
}

.feature-row .content-column .inner-column .image-2 {
    position: absolute;
    top: 18px;
    right: 13px;
}

.feature-row .image-column .image {
    overflow: hidden;
}

.feature-row .image-column .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-row .content-column a:hover {
    color: white !important;
}

@media only screen and (max-width: 1200px) {
    .feature-row:nth-child(even) .content-column .inner-column .sec-title {
        max-width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .feature-row .content-column .inner-column {
        margin-top: 0;
    }
    .feature-row .content-column .inner-column::before {
        left: 40px;
    }
    .feature-row .image-column .inner-column {
        margin-right: 0;
    }
    .feature-row:nth-child(even) .image-column .inner-column {
        margin: 0;
    }
    .feature-row:nth-child(even) .content-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
        max-width: 100%;
    }
    .feature-row:nth-child(2n) .content-column .inner-column {
        padding: 61px 40px 70px 40px;
    }
}
@media only screen and (max-width: 576px) {
    .feature-row .image-column .inner-column {
        margin-bottom: 20px;
    }
    .feature-row:nth-child(even) .content-column .inner-column .sec-title {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .feature-row:nth-child(2n) .content-column .inner-column {
        padding: 61px 40px 70px 40px;
    }
}

/*  pricong  */
.pricing-section {
    position: relative;
    padding: 120px 0 95px;
    background-color: #faf7f2;
}
@media (max-width: 575.98px) {
    .pricing-section {
        padding: 80px 0 70px;
    }
}
@media (max-width: 575.98px) {
    .pricing-section .sec-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .pricing-section .sec-title .sub-title {
        margin-bottom: 0;
    }
}
@media (max-width: 575.98px) {
    .pricing-section .sec-title h2 {
        font-size: 35px;
    }
}

.pricing-block {
    margin-bottom: 13px;
}
.pricing-block .inner-box {
    position: relative;
    padding: 10px 0 13px 99px;
}
.pricing-block .inner-box:hover .thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pricing-block .inner-box .food-pack {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
    border: 1px solid var(--primary);
    padding: 0 13px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    font-family: var(--font-family1);
    letter-spacing: 1px;
    z-index: 9;
    text-transform: uppercase;
}
.pricing-block .inner-box .thumb {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 80px;
}
.pricing-block .inner-box .thumb img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing-block .inner-box .content-box .title {
    font-size: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--font-family1);
}
.pricing-block .inner-box .content-box .title span {
    color: #222222;
    position: relative;
}
.pricing-block .inner-box .content-box .title span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -269px;
    width: 259px;
    height: 1px;
    border: 1px dashed #c0bfbe;
}
@media (max-width: 1199.98px) {
    .pricing-block .inner-box .content-box .title span::before {
        left: -197px;
        width: 190px;
    }
}
@media (max-width: 991.98px) {
    .pricing-block .inner-box .content-box .title span::before {
        display: none;
    }
}
.pricing-block .inner-box .content-box .designation {
    font-size: 14px;
    margin-bottom: 7px;
    display: inline-block;
}

/* booking  */
.booking-section {
    position: relative;
    padding: 110px 0 107px;
    margin-top: 15%;
}
.booking-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-image: url(../media/bg/bg-booking.jpg);
    background-repeat: no-repeat;
}

.booking-content-column .inner-column {
    padding-left: 100px;
    position: relative;
}
.booking-content-column .inner-column .sec-title {
    margin-bottom: 54px;
}
.booking-content-column .inner-column p {
    color: #adadad;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 29px;
}
.booking-content-column .inner-column p:last-child {
    margin-bottom: 0;
}
.booking-content-column .inner-column .contact-info {
    margin-top: 45px;
}
.booking-content-column .inner-column .contact-info span,
.booking-content-column .inner-column .contact-info .title {
    color: #fff;
}

.booking-form-column .inner-column {
    padding: 60px 70px 70px;
    position: relative;
    z-index: 9;
    margin-top: -220px;
    position: relative;
}
.booking-form-column .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f8f5f0;
    z-index: 9;
    height: 100%;
}
.booking-form-column .inner-column:after {
    content: "";
    position: absolute;
    top: 87px;
    left: -80px;
    width: 424px;
    height: 688px;
    background-image: url(../media/bg/bk-shape.png);
    background-repeat: no-repeat;
}
.booking-form-column .inner-column .sec-title {
    margin-bottom: 54px;
    position: relative;
    z-index: 9;
}
.booking-form-column .inner-column .sec-title:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 95px;
    height: 13px;
    background: var(--primary);
}
.booking-form-column .inner-column .sec-title .sub-title:before {
    display: none;
}
.booking-form-column .inner-column .bk-form {
    position: relative;
    z-index: 9;
}
.booking-form-column .inner-column .bk-form .frm-field {
    position: relative;
    margin-bottom: 15px;
}
.booking-form-column .inner-column .bk-form .frm-field:last-child {
    margin-bottom: 0;
}
.booking-form-column .inner-column .bk-form .frm-field input,
.booking-form-column .inner-column .bk-form .frm-field select {
    width: 100%;
    height: 70px;
    color: #222222;
    font-size: 16px;
    padding: 0 30px;
    border: 1px solid #adadad;
    background: #fff;
}
.booking-form-column .inner-column .bk-form .frm-field img,
.booking-form-column .inner-column .bk-form .frm-field i {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    pointer-events: none;
}
.booking-form-column .inner-column .bk-form .form-submit {
    margin-top: 23px;
}
.booking-form-column .inner-column .bk-form .form-submit button {
    background-color: #222222;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 0;
    position: relative;
    z-index: 9;
}
.booking-form-column .inner-column .bk-form .form-submit button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--primary);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.booking-form-column .inner-column .bk-form .form-submit button:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.booking-form-column.bg-dark-style .inner-column {
    margin-top: 0;
    padding: 0 40px 40px;
}
@media (max-width: 767.98px) {
    .booking-form-column.bg-dark-style .inner-column {
        margin-left: 0;
    }
}
.booking-form-column.bg-dark-style .inner-column:before {
    background-color: #0d0c0c;
    z-index: 0;
}
.booking-form-column.bg-dark-style .inner-column:after {
    content: "";
    width: 404px;
    height: 392px;
    background-image: url(../media/icons/doted-1.png);
    opacity: 0.4;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
}
.booking-form-column.bg-dark-style .inner-column .sec-title {
    text-align: center;
    padding-top: 36px;
    margin-bottom: 21px;
}
.booking-form-column.bg-dark-style .inner-column .sec-title:before {
    height: 5px;
    width: calc(100% + 80px);
    left: -40px;
    top: 0;
}
.booking-form-column.bg-dark-style .inner-column .sec-title.light h3 {
    color: #fff;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field {
    margin-bottom: 20px;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select {
    color: #6a6f78;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #171717;
    height: 60px;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input::-webkit-input-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input::-moz-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input:-ms-input-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input::-ms-input-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input::placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select::placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input:-ms-input-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field input::-ms-input-placeholder,
.booking-form-column.bg-dark-style .inner-column .bk-form .frm-field select::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}
.booking-form-column.bg-dark-style .inner-column .bk-form .form-submit button {
    font-weight: 600;
}

.bk-form select::-ms-expand {
    display: none;
}

.bk-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

@media only screen and (max-width: 1366px) {
    .booking-form-column .inner-column::after {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .booking-form-column .inner-column {
        margin-top: 0;
    }
    .booking-section {
        background: url(../media/bg/bg-booking.jpg);
        margin-top: 0;
    }
    .booking-section:before {
        display: none;
    }
    .booking-content-column .inner-column {
        padding-left: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .booking-form-column .inner-column {
        padding: 50px 25px;
    }
}
@media only screen and (max-width: 480px) {
    .booking-form-column .inner-column {
        padding: 60px 30px 70px;
    }
}
.contact-info {
    position: relative;
    padding-left: 72px;
    top: -2px;
}
.contact-info .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-info .icon-box i {
    color: var(--primary);
    font-size: 48px;
}
.contact-info span {
    text-transform: uppercase;
}
.contact-info .title {
    margin-bottom: 0;
    margin-top: -2px;
}

/* FOOTER */
.main-footer .widgets-section {
    position: relative;
    padding: 116px 0 30px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

.footer-style-one {
    background-color: #222222;
}
.footer-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid #333f4d;
    padding: 30px 0;
}
.footer-bottom .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .copyright-text a {
    color: inherit;
}
.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}
.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
    margin-left: 0;
}
.footer-bottom .footer-nav li a {
    color: inherit;
}
.footer-bottom .footer-nav li a:hover {
    color: #fff;
}

.footer-style-one {
    background-color: #222222;
    /* Subscribe Form Three */
}
.footer-style-one .about-widget {
    margin-top: 14px;
}
.footer-style-one .about-widget .logo {
    position: relative;
    top: -20px;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
}
.footer-style-one .about-widget .text {
    margin-bottom: 47px;
    font-size: 16px;
    color: #adadad;
}
.footer-style-one .about-widget .social-icon-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-style-one .about-widget .social-icon-two li {
    margin-right: 6px;
}
.footer-style-one .about-widget .social-icon-two li:last-child {
    margin-right: 0;
}
.footer-style-one .about-widget .social-icon-two li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #adadad;
    border-radius: 50%;
    border: 1px solid #adadad;
    display: inline-block;
}
.footer-style-one .about-widget .social-icon-two li a:hover {
    background-color: var(--primary);
    border-color: transparent;
    color: #fff;
}
.footer-style-one .links-widget {
    margin-bottom: 50px;
}
.footer-style-one .links-widget li a {
    color: #adadad;
}
.footer-style-one .news-widget .text {
    margin-bottom: 18px;
    color: #adadad;
}
.footer-style-one .news-widget .text i {
    margin-right: 20px;
}
.footer-style-one .info-widget .widget-content .recent-post .inner .post-info:first-child {
    margin-bottom: 0;
}
.footer-style-one .subscribe-form-three {
    position: relative;
    margin-bottom: 40px;
}
.footer-style-one .subscribe-form-three .form-group {
    position: relative;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"],
.footer-style-one .subscribe-form-three .form-group input[type="email"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fdece3;
    padding: 20px 65px 20px 18px;
    background: unset;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #303030;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"]::-webkit-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type="email"]::-webkit-input-placeholder {
    color: #fdece3;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"]::-moz-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type="email"]::-moz-placeholder {
    color: #fdece3;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"]:-ms-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type="email"]:-ms-input-placeholder {
    color: #fdece3;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"]::-ms-input-placeholder,
.footer-style-one .subscribe-form-three .form-group input[type="email"]::-ms-input-placeholder {
    color: #fdece3;
}
.footer-style-one .subscribe-form-three .form-group input[type="text"]::placeholder,
.footer-style-one .subscribe-form-three .form-group input[type="email"]::placeholder {
    color: #fdece3;
}
.footer-style-one .subscribe-form-three .form-group .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 5px;
    width: 50px;
    height: 50px;
    line-height: 21px;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
}
.footer-style-one .subscribe-form-three .form-group .theme-btn::before {
    background-color: #fff;
}
.footer-style-one .subscribe-form-three .form-group .theme-btn:hover {
    color: var(--primary);
}
.footer-style-one .subscribe-form-three .form-group .theme-btn i {
    margin-left: 0;
}
.footer-style-one .footer-bottom {
    border: 0;
    padding: 0;
}
.footer-style-one .footer-bottom .inner-container {
    padding: 14px 30px 17px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #adadad;
    background-color: #333333;
}
.footer-style-one .footer-bottom .inner-container a {
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    font-size: 8px;
    margin-top: 3px;
}
.recent-post {
    position: relative;
    margin-bottom: 30px;
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post .inner {
    position: relative;
}
.recent-post .inner .post-info, .recent-post .inner .post-info a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adadad;
    line-height: 30px;
}
.recent-post .inner .post-info i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--primary);
}
.recent-post .inner .post-title {
    color: #fff;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}
.inner-page-banner{
    background: url("../media/banner/inner-page-banner.jpg") no-repeat center center / cover;
    padding: 100px 0px 100px 0px ;

}
.dropdown:hover .dropdown-menu {
    display: block; 
}
.btn-style-one{
        position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 14px 32px 18px;
    overflow: hidden;
    color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
    background: #f8f5f0;
    text-transform: uppercase;
    z-index: 9;
}
.theme-btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--text-font2);
}
.form-control, .input-text{

    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8 !important;
    border: 1px solid #f4f5f8 !important;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea {
    overflow: hidden;
    resize: none;
}
.list-unstyled.contact-details__info .icon{
    height: 60px;
    width: 60px;
    background-color: #fdece3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}