.adult-btn, .search-bar-inner i {
    top: 50%;
    transform: translateY(-50%);
}

.fadeIn, .fadeInDown, .fadeInLeft, .fadeInRight, .fadeInUp {
    animation-duration: 1.25s;
}

.head-sec {
    margin-bottom: 40px;
}

section.banner-header {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 2;
    background: url("../images/property-banner.png") center center / cover no-repeat fixed !important;
}

section.banner-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.4;
}

section.banner-header .col-10 {
    text-align: center;
    margin: 30px auto auto;
}

section.about-us .star-rating, section.banner-header .star-rating {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid rgb(228, 168, 83);
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

section.about-us .star-rating::after, section.about-us .star-rating::before, section.banner-header .star-rating::after, section.banner-header .star-rating::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid rgb(228, 168, 83);
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

section.about-us .star-rating::after, section.banner-header .star-rating::after {
    transform: rotate(35deg);
}

section.banner-header .container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

section.banner-header h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--other-font);
}

section.banner-header h1 {
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 1.2;
}

section.banner-header p.banner-text {
    font-size: 18px;
    color: var(--white-color);
}

.check-form i, section.banner-header h1 span, section.cta-section h2 span, section.services-section .reservations a:hover {
    color: var(--secondary-color);
}

section.banner-header .banner-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.banner-header .banner-btn a {
    text-transform: uppercase;
    background: 0px 0px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    margin: 0px;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: var(--secondary-font);
    display: inline-block;
}

section.banner-header .banner-btn a span {
    display: inline;
    position: relative;
    z-index: 2;
}

section.banner-header .banner-btn a::after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 100%;
    z-index: 1;
    transition: 0.3s;
    background: rgb(255, 255, 255);
}

section.banner-header .banner-btn a:hover::after {
    width: 100%;
    left: 0px;
    transition: width 0.3s;
}

#guestsss1 button.button1, .guests button.button1 {
    background: 0px 0px;
    transition: 0.3s;
    margin-left: 0px;
    cursor: pointer;
}

.check-availability, .search-bar {
    backdrop-filter: blur(0px);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

section.banner-header .banner-btn a:hover span {
    color: rgb(34, 34, 34);
}

section.banner-header .banner-reviews ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

section.banner-header .banner-reviews ul img {
    width: 18px;
}

section.banner-header .banner-reviews ul li {
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 8px;
}

section.banner-header .banner-reviews ul li i {
    font-size: 20px;
}

section.banner-header .banner-reviews ul li p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 700;
}

section.banner-header .banner-reviews ul li p span {
    font-size: 14px;
    font-weight: 400;
}

section.banner-header .banner-reviews p.upper-rev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 45px;
}

.search-bar {
    margin-top: 45px;
    border: 0px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    padding: 5px;
    z-index: 1;
}

.search-bar {
    position: absolute;
    margin: auto;
    justify-content: center;
    width: 85%;
    left: 0px;
    right: 0px;
    bottom: 16%;
    box-shadow: rgb(0, 0, 0) 0px 0px 6px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 10px;
}

section.banner-header .container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 0px;
    border-radius: 40px;
}

.search-bar.newClass {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1140px;
    z-index: 9;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    display: none;
}

.search-bar-inner {
    background: transparent;
    border-radius: 15px;
}

.search-bar-inner .check {
    padding: 0px;
    position: relative;
    border: 1px solid var(--black-color);
}

.search-bar-inner .row {
    position: relative;
    gap: 0px 10px;
}

.search-bar-inner .col-6.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 56px;
    padding: 0px;
}

input#demo17 {
    left: 0px;
    padding-left: 0px;
    top: 0px !important;
    width: 100% !important;
    height: 62px !important;
}

.search-bar-inner .check-detail, .search-bar-inner .guest-detail {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;
    position: relative;
}

.search-bar-inner input[type="text"], .search-bar-inner select {
    background: 0px 0px;
    border: 0px solid;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: var(--black-color);
    height: 32px;
    margin-bottom: 0px;
}

.search-bar-inner input[type="text"]::placeholder {
    color: var(--black-color);
}

#guestsss1 .close12, .search-bar-inner i {
    color: var(--black-color);
    position: absolute;
}

.search-bar-inner select option {
    color: rgb(0, 0, 0);
}

.search-bar-inner i {
    right: 12px;
}

.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative;
}

.search-bar-inner .search-btn, section.experience-section .container-fluid, section.yacht-section .container-fluid {
    padding: 0px;
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 0px;
    border-radius: 10px;
}

div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--black-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0px;
    border-radius: 10px;
    display: none;
    box-shadow: rgb(136, 136, 136) 0px 0px 3px 0px;
}

#guestsss1 .close12 {
    right: 10px;
    left: auto;
    top: 0.9rem;
    font-size: var(--f18);
    cursor: pointer;
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss1 .adult-box p {
    letter-spacing: 0px;
    color: var(--white-color);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss1 button.button1 {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

#guestsss1 button.button11.button1 {
    margin-left: var(--m14);
}

#guestsss1 button.main-btn.close1112 {
    width: 100%;
    font-size: 14px;
}

.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
}

.guests button.button1 {
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0px 0px 22px;
    font-size: var(--f20);
    border-width: 0px;
    border-style: solid;
    border-image: initial;
    color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-top-color: ;
    border-bottom-color: ;
    border-left-color: ;
    border-right-color: currentcolor;
}

.guests button.button11.button1 {
    margin-left: 0px;
    border-right: 0px solid;
    border-left: 0px solid;
    border-radius: 0px 22px 22px 0px;
}

.search-bar button.button1 i {
    position: relative;
    top: 0px;
    right: 0px;
    color: var(--white-color);
    font-size: 14px;
    transform: translateY(0px);
}

.guests button.button1:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

input#demo17 {
    padding-left: 0px;
    top: 0px !important;
    width: 100% !important;
    height: 62px !important;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: 3s ease-out 0s infinite normal none running move;
}

.scroll .chevron:first-child {
    animation: 3s ease-out 1s infinite normal none running move;
}

.scroll .chevron:nth-child(2) {
    animation: 3s ease-out 2s infinite normal none running move;
}

.scroll .chevron::before, .scroll .chevron::after {
    content: " ";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 51%;
    background: rgb(255, 255, 255);
}

.scroll .chevron::before {
    left: 0px;
    transform: skew(0deg, 30deg);
}

.scroll .chevron::after {
    right: 0px;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.scroll .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: var(--primary-font);
    font-size: var(--f12);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.25;
    animation: 2s linear 0s infinite alternate none running pulse;
}

#guestsss {
    width: 100%;
    min-width: 300px;
    background: rgb(255, 255, 255);
    padding: 10px 15px;
    position: absolute;
    z-index: 9;
    left: 0px;
    border-radius: 10px;
    display: none;
    box-shadow: rgb(136, 136, 136) 0px 0px 3px 0px;
}

.loct.icns i {
    transform: none;
    left: auto;
    right: 12px;
    top: 24px;
}

.loct.icns .close1 i {
    color: var(--btn-color);
    top: 10px;
    cursor: pointer;
}

.ac-box, .btnssss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-box {
    margin-bottom: 20px;
}

.adult {
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 15px;
    align-items: center;
    gap: 5px;
}

.adult p {
    margin-bottom: 0px !important;
    font-size: 14px;
}

.button1 {
    background: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 14px;
    border: 1px solid rgb(113, 113, 113);
    color: rgb(113, 113, 113);
    transition: 0.3s;
    cursor: pointer;
}

.pet-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btnsssss.btnsss {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btnsssss.btnsss label {
    font-size: 14px;
    color: var(--black-color);
}

button.main-btn.close1.close111 {
    width: 100%;
    border-radius: 100px;
}

@keyframes pulse {
    100% {
        opacity: 1;
    }
}

.form-control:focus {
    background-color: transparent !important;
    border-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0rem !important;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.scroll .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: var(--primary-font);
    font-size: var(--f12);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.25;
    animation: 2s linear 0s infinite alternate none running pulse;
}

@keyframes pulse {
    100% {
        opacity: 1;
    }
}

.form-control:focus {
    border-color: #000 !important;
    box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0rem !important;
}

section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid rgb(228, 168, 83);
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

section.about-us .star-rating::before, section.about-us .star-rating::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid rgb(228, 168, 83);
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

section.about-us .star-rating::after {
    transform: rotate(35deg);
}

section.about-us p.head {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

section.about-us .about-content-sec {
    padding-right: 50px;
    display: flex;
    align-items: center;
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: 300ms ease-in-out;
    text-align: center;
}

section.about-us .about-content-sec a.main-btn:hover {
    transform: translateY(-4px);
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 20px;
}

section.about-us .about-image-sec img {
    width: 550px;
    max-width: 100%;
    height: 385px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 45px 0px;
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us .about-content-sec .abt-para {
    max-height: 410px;
    overflow: hidden;
    text-align: left;
}

section.about-us .about-content-sec .abt-para h5 {
    text-transform: capitalize;
    color: var(--territiary-color);
    font-size: 18px;
    text-align: left;
}

section.home-list {
    padding: var(--p30) var(--p12);
}

section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    right: 0px;
    justify-content: center;
    align-items: center;
    display: none;
    transition: 0.5s ease-in-out;
}

section.home-list .overlay a {
    color: rgb(255, 255, 255);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.home-list .overlay i {
    color: rgb(255, 255, 255);
    font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
    display: flex;
}

section.home-list .row {
    justify-content: center;
    gap: 30px 0px;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: var(--p10);
    background: rgba(255, 255, 255, 0.74);
}

section.home-list .view a {
    background: rgb(255, 255, 255);
    padding: var(--p10);
    box-shadow: rgba(0, 0, 0, 0.1) 2.5px 4.33px 18px 0px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex !important;
}

section.home-list .view i {
    margin-right: 0px;
}

section.home-list .col-4 {
    width: 33%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    transition: 0.5s;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 15px;
    height: 100%;
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    transition: 0.5s;
    display: none;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    transition: 0.5s;
    display: none;
}

section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    border-radius: 20px 20px 0px 0px;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: rgb(56, 56, 56);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -10px;
    margin-top: -20px;
    border-radius: 0px 0px 20px 20px;
}

section.home-list .rating i {
    color: var(--territiary-color);
    margin-right: 0px;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0px;
    color: var(--territiary-color);
    font-size: 16px;
    min-width: 45px;
}

section.home-list h3.title {
    font-size: var(--f19);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    overflow: hidden;
    width: 98%;
    font-family: var(--other-font);
}

section.home-list p.desp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list h3.title a {
    color: var(--heading-color);
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0px;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid rgba(54, 69, 79, 0.35);
    padding-bottom: 0px;
}

.prop-view-btn {
    padding-top: var(--p20);
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}

section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list .how-we-value-heading {
    text-align: center;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0px;
    padding: 0px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
}

section.home-list ul.last li {
    color: rgb(80, 135, 82);
}

section.home-list h5 {
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0px;
}

section.home-list .pro-img {
    position: relative;
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}

section.home-list h5 span.starting-at-text {
    display: block;
    font-weight: 600;
    font-size: var(--f14);
    font-family: var(--primary-font);
    color: var(--black-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: rgb(255, 255, 255);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size: 14px;
    color: white;
    background-color: rgb(239, 63, 62);
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: "Work Sans";
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f18);
    font-weight: bold;
    margin-bottom: 0px;
    font-family: var(--other-font);
}

.cta h2 {
    width: 60%;
    margin: auto auto 20px;
    color: rgb(80, 135, 82);
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.66) 1px 1px 4px;
    text-align: center;
}

.cta p {
    font-size: 16px;
    width: 70%;
    margin: auto;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.66) 1px 1px 4px;
    text-align: center;
}

.cta a.main-btn {
    display: block;
    width: 150px;
    margin: auto;
    text-decoration: none;
}

section.cta-sec {
    padding: var(--p30) var(--p12);
    background: var(--lt-bg-color);
}

.faq {
    padding: var(--p30) 0;
}

.cta {
    background-image: url("https://www.bnbgulfcoast.com/front/css/images/cta-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: var(--p80) var(--p40);
    text-align: center;
    border-radius: 10px;
    height: 420px;
    position: relative;
}

.cat-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    border-radius: 10px;
}

.cta h2 {
    width: 100%;
    margin: auto auto 20px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.66) 1px 1px 4px;
    text-align: center;
    padding-top: 85px;
}

.cta p {
    font-size: 16px;
    width: 70%;
    margin: auto;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-shadow: rgba(0, 0, 0, 0.66) 1px 1px 4px;
    text-align: center;
    max-height: 96px;
    overflow: hidden;
}

section.about-casey {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

section.about-casey .about-shape {
    position: absolute;
    bottom: -77px;
    z-index: 9;
}

:root {
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
}

.hero-section .head-sec {
    margin-bottom: var(--m30);
}

.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: rgb(255, 255, 255);
}

.hero-section .card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: var(--spacing-l);
    row-gap: var(--spacing-l);
    width: 100%;
}

@media (min-width: 540px) {
    .hero-section .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .hero-section .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.hero-section .card {
    list-style: none;
    position: relative;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    overflow: hidden;
    border-radius: 20px;
}

.hero-section .card::before {
    content: "";
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.hero-section .card__background {
    background-size: cover;
    background-position: center center;
    border-radius: var(--spacing-l);
    inset: 0px;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    position: absolute;
    transform-origin: center center;
    transition: filter 200ms linear, transform 200ms linear;
}

.hero-section .card:hover .card__background {
    transform: scale(1.05) translateZ(0px);
}

.hero-section .card-grid:hover > .card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.hero-section .card__content {
    left: 0px;
    padding: var(--spacing-l);
    position: absolute;
    top: 0px;
}

.hero-section .card__category {
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.hero-section .card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
    line-height: 1.4;
    word-spacing: 0vw;
}

.hero-section .hero-btn a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

.hero-btn {
    text-align: center;
    margin-top: 30px;
}

section.how-we-value-wrapp.atr {
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.how-we-value-wrapp h2 {
    color: var(--secondary-color);
    margin-bottom: 0px;
}

.attr-btn {
    display: flex;
    justify-content: center;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
    padding: 8px;
    position: relative;
}

.how-we-value-wrapp .atrr a {
    position: relative;
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    transition: 0.5s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 30px 0px;
}

.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.7s;
    position: relative;
    transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
    margin-bottom: 0px;
    font-size: 23px;
    color: rgb(0, 0, 0);
    padding: 15px 0px;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.how-we-value-wrapp .arrow:hover {
    background: rgb(255, 255, 255);
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: 10px auto auto;
}

.how-we-value-wrapp .pro-btn {
    text-align: center;
    margin-top: 30px;
}

.how-we-value-wrapp .attr:hover .atr-cont {
    background: rgb(255, 255, 255);
    box-shadow: rgba(214, 214, 214, 0.24) 0px 4px 14px;
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.how-we-value-wrapp .atrr:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
    margin-top: 30px;
}

section.about-owner {
    background: rgb(255, 255, 255);
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-owner .rhea_mask {
    fill: rgb(255, 255, 255);
}

section.about-owner .svg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 50px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

section.about-owner svg {
    height: 588px;
    width: 100%;
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid rgb(179, 179, 179);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
}

section.about-owner .call-area a {
    display: block;
}

section.about-owner .call-area a:hover {
    color: rgb(80, 135, 82);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0px;
    padding-right: 0px;
}

section.testimonial .bg-img {
    background: url("https://www.bnbgulfcoast.com/front/images/testy.webp") 0% 0% / cover;
    height: 600px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

section.testimonial .attr-bnt {
    position: absolute;
    bottom: 7.7%;
    right: 45%;
    z-index: 1;
}

section.testimonial .para {
    max-height: 115px;
    overflow: hidden;
}

section.testimonial {
    background: rgb(255, 255, 255);
    position: relative;
    padding: 0px 0px 60px;
}

section.testimonial .col-6.cont-head {
    margin-top: 88px;
    padding: 105px 27px 0px;
    background: url("https://www.bnbgulfcoast.com/front/images/testi-bg-a.jpg") center center / 100% 100% no-repeat transparent;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
}

section.testimonial .head-sec {
    position: relative;
    text-align: left;
    width: 70%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--p30);
    padding-top: var(--p50);
    margin-bottom: var(--m20);
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: -5px;
}

section.testimonial .icon img {
    height: 50px;
}

section.testimonial .testy {
    margin: auto;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}

section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}

section.testimonial .top-text {
    position: relative;
}

section.testimonial .overlay {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: auto;
    border-radius: 0px;
    position: relative;
    right: 0px;
    padding: 20px 30px;
}

section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    justify-content: center;
    width: 80%;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0px;
    padding-right: 0px;
}

section.testimonial .owl-prev {
    border-radius: 0px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    display: flex !important;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: rgb(255, 255, 255) !important;
}

section.testimonial .owl-next {
    border-radius: 0px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    display: flex !important;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: rgb(255, 255, 255) !important;
}

section.testimonial .owl-prev:hover, section.testimonial .owl-next:hover {
    background: var(--btn-hover) !important;
}

section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}

section.testimonial .test-pro::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
    position: absolute;
    transition: 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 17%;
    top: 20%;
    transform: translate3d(-50%, -10px, 0px);
    transition: 0.3s;
}

section.testimonial .user-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}

section.testimonial .test-card {
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    max-width: 900px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 13px 0px;
    padding: var(--p25);
    height: 280px;
    width: 100%;
}

section.testimonial .test-card p {
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0px;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}

section.testimonial .cont-sec {
    margin-top: var(--m70);
    text-align: center;
}

section.testimonial i.fa-solid.fa-star {
    color: rgb(252, 175, 61);
    font-size: var(--f10);
    margin-right: var(--m3);
}

section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: rgb(255, 255, 255);
}

section.testimonial h3 {
    padding-left: 0px;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--territiary-color);
    margin-bottom: 0px;
}

section.testimonial .container-fluid {
    padding: 0px;
}

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid rgb(255, 255, 255);
}

section.testimonial .para p {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 141px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
    margin-bottom: var(--m20);
}

section.testimonial .para i {
    font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}

section.testimonial p.clt-name {
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}

section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0px;
    height: 100%;
}

section.testimonial a.main-bttn {
    display: inline-block;
    padding: 0px;
}

.guests img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.guests .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guests .col-6.guest-img {
    gap: 20px;
}

.guests .guest-inner {
    display: flex;
    justify-content: space-between;
}

.guests .guest-inner img {
    width: 48.5%;
}

.guests .col-6.guest-content {
    padding-left: 5%;
}

.guests .col-6.guest-content p {
    overflow: hidden;
}

.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center;
}

.guest-content-section {
    height: 425px;
    overflow: hidden;
}

.form-control:focus {
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px 0rem !important;
}

.edgtf-cut-off-effect.top {
    transform: rotate(180deg);
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

.attr-btn {
    display: flex;
    justify-content: center;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
    padding: 8px;
    position: relative;
    width: 33.33%;
}

.how-we-value-wrapp .atr-btn {
    text-align: center;
}

.how-we-value-wrapp .atrr a {
    position: relative;
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    transition: 0.5s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 30px 0px;
}

.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.7s;
    position: relative;
    transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: var(--primary-font);
    padding: 15px 0px;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.how-we-value-wrapp .arrow:hover {
    background: rgb(255, 255, 255);
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: 10px auto auto;
}

.how-we-value-wrapp .pro-btn {
    text-align: center;
    margin-top: 30px;
}

.how-we-value-wrapp .attr:hover .atr-cont {
    background: rgb(255, 255, 255);
    box-shadow: rgba(214, 214, 214, 0.24) 0px 4px 14px;
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.how-we-value-wrapp .atrr:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
    margin-top: 30px;
}

section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}

#datepicker-demo17.datepicker {
    top: 64px;
}

.loct.icns {
    padding: 0px;
}

.loct.icns input {
    height: 100%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
}

.about-section .image-section {
    display: flex;
}

.about-section .image-section .img-box {
    position: relative;
}

.about-section .image-section .img-box + .img-box {
    margin-left: 60px;
}

.about-section .image-section .img-box img {
    box-shadow: rgba(0, 0, 0, 0.15) 5px 8.66px 20px 0px;
}

.about-section .image-section .img-box .no-class {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(239, 63, 62);
    padding: 5px;
    left: -15px;
    box-shadow: rgba(239, 63, 62, 0.4) 2.5px 4.33px 25px 0px;
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(12px + 0.625vw);
    color: white;
    margin-bottom: 0px;
    font-weight: 700;
}

.about-section .about-text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
}

.about-section .about-text h5 {
    font-size: calc(13.2px + 0.25vw);
    font-style: italic;
    color: rgb(173, 173, 173);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px;
}

.about-section .about-text h5 span {
    color: rgb(239, 63, 62);
}

.about-section .about-text h3 {
    font-size: calc(14.4px + 0.5vw);
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0.001em;
    margin-bottom: 35px;
}

.about-section .about-text h2 {
    font-size: calc(12.6px + 1.6875vw);
    color: rgb(239, 63, 62);
    font-weight: 800;
    margin-bottom: 35px;
}

.about-section .about-text p {
    font-size: calc(12.4px + 0.5vw);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px;
}

.about-section.three-image .about-text {
    padding-left: 20px;
}

.about-section.three-image .about-text h5 {
    font-size: calc(12.8px + 0.375vw);
    margin-bottom: 30px;
}

.about-section.three-image .about-text h2 {
    color: black;
    font-size: calc(13.6px + 1.375vw);
    margin-bottom: 10px;
}

.about-section.three-image .about-text h2 span {
    font-size: calc(13.2px + 0.875vw);
    text-transform: lowercase;
    margin-bottom: 0px;
    display: block;
    margin-top: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.about-section.three-image .about-text p {
    font-size: calc(13.2px + 0.25vw);
}

.about-section.about_page .image-section .img-box:nth-child(2n+1) {
    margin-bottom: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(2n+1) .title-box {
    bottom: -40px;
}

.about-section.about_page .image-section .img-box:nth-child(2n) {
    margin-top: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(2n) .title-box {
    top: -40px;
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.08) -2px 0px 20px 0px;
    min-width: 162px;
}

.about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(12px + 0.625vw);
    text-transform: capitalize;
    color: black;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px;
}

.about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(11.6px + 0.125vw);
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray;
}

.about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px;
}

.about-section.about_page .about-text .title-3 .title-label {
    text-transform: uppercase;
    box-shadow: rgba(239, 63, 62, 0.22) 5px 8.66px 20px 0px;
}

.about-section.about_page .about-text h2 {
    font-weight: 700;
}

.about-section.about_page .about-text h2 span {
    font-size: calc(13.6px + 1.375vw);
    text-transform: capitalize;
    margin-top: 20px;
}

.about-section.about_page .about-text .buttons-about {
    margin-top: 45px;
}

.about-section.about_page .about-text .buttons-about .btn + .btn {
    margin-left: 20px;
}

.about_section .about_img {
    position: relative;
    margin: 0px;
    background: var(--secondary-color);
    border-radius: 0px 25%;
    padding: 0%;
    border: 25px solid var(--secondary-color);
    overflow: hidden;
}

.about_section .about_img img {
    border-radius: 25px;
    transition: 400ms ease-in;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about_section .about_img .side-effect::after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    transition: 0.5s;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect::before {
    content: "";
    position: absolute;
    top: -20px;
    height: calc(100% - 44px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 97px);
    left: 120px;
    z-index: -1;
    transition: 0.5s;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img .side-effect span::after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: calc(100% - 18px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 65px);
    right: 76px;
    z-index: -1;
    transition: 0.5s;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect span::before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    transition: 0.5s;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.about_section .about_img:hover .side-effect::before, .about_section .about_img:hover .side-effect::after {
    top: 0px;
    left: 20px;
    transition: 0.5s;
}

.about_section .about_img:hover .side-effect span::after, .about_section .about_img:hover .side-effect span::before {
    bottom: 0px;
    right: 20px;
    transition: 0.5s;
}

.about_section .about_content {
    margin-left: 75px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.about_section .about_content h5 {
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
}

.about_section .about_content h5::before {
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--secondary-color);
}

.about_section .about_content h5 span {
    color: rgb(80, 135, 82);
}

.about_section .about_content h2 {
    color: black;
    font-weight: 800;
    text-transform: capitalize;
}

.about_section .about_content p {
    line-height: 1.9;
    font-size: var(--f16);
}

.about_section .about_content .about_bottom {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.about_section .about_content .about_bottom h6 {
    margin-left: 25px;
    background-color: rgb(247, 247, 247);
    color: rgb(172, 172, 172);
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.about_section .about_content .about_bottom a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
    display: none;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

section.featured-pro .head-sec {
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: var(--m40);
}

section.featured-pro .head-sec h2 {
    margin-bottom: 10px;
}

section.featured-pro .head-sec p {
    text-align: center;
}

section.featured-pro .row {
    gap: 20px 0px;
    justify-content: space-between;
}

section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}

section.featured-pro .prop-contt {
    position: relative;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    transition: 0.5s;
}

section.featured-pro .main-prop:hover img {
    transform: scale(1.14);
}

section.featured-pro .pro-img a::before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
}

section.featured-pro .pro-cont h4 {
    color: rgb(255, 255, 255);
}

section.featured-pro .pro-img a {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0px 0px;
    display: block;
}

section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    transition: 0.7s;
    border-radius: 0px 0px 15px 15px;
}

section.featured-pro .pro-cont .view-more {
    color: rgb(255, 255, 255);
    display: flex;
    gap: 5px;
    align-items: center;
}

section.featured-pro .pro-cont span i {
    color: var(--secondary-color);
}

section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0px;
}

section.featured-pro .main-prop:hover .line {
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

section.featured-pro a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3) {
}

section.featured-pro .single ul {
    justify-content: flex-start;
    gap: 40px;
}

section.featured-pro .single .pro-img {
    height: 550px;
}

section.featured-pro .single .pro-img img {
    height: 550px;
}

section.featured-pro .single {
    margin-top: var(--m40);
}

section.featured-pro .single a {
    top: 27px;
}

section.featured-pro .single .pro-cont {
    width: 98%;
}

section.featured-pro .main-prop:hover .pro-cont {
    bottom: 0px;
}

section.featured-pro .rating i {
    color: rgb(227, 227, 227);
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.featured-pro .rating i.checked {
    color: rgb(252, 175, 61);
}

section.featured-pro .rating {
    margin-bottom: var(--m15);
    display: none;
}

section.featured-pro h3.title {
    font-size: var(--f16);
    line-height: 1.3;
    color: rgb(255, 255, 255);
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 0px;
}

section.featured-pro h3.title a {
    color: var(--heading-color);
}

section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding-right: ;
    padding-bottom: ;
    padding-left: 0px;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

section.featured-pro i {
    margin-right: var(--m8);
}

section.featured-pro ul li {
    font-size: var(--f14);
    color: rgb(255, 255, 255);
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
    border-radius: 15px;
}

section.featured-pro h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: rgb(255, 255, 255);
}

section.featured-pro .featured i {
    margin-right: 0px;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: rgb(255, 255, 255);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: 0.2em;
    border: 1px solid;
}

section.featured-pro .featured {
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}

section.featured-pro {
    background: var(--lt-bg-color);
}

.experience .col-4 {
    margin-bottom: var(--m40);
    padding: 12px;
}

section.experience-sec {
    padding-top: ;
    padding-right: ;
    padding-left: ;
    padding-bottom: var(--p20);
}

.experience .col-4 {
    margin-bottom: var(--m40);
}

.experience img {
    margin-bottom: var(--m15);
    height: 47px;
}

.experience h4 {
    margin-bottom: var(--m15);
    font-size: var(--f16);
    font-weight: 600;
    font-family: var(--primary-font);
}

.experience h2 {
    text-align: center;
    margin-bottom: var(--m40);
}

.experience .img {
    display: inline-block;
}

section.testimonial-section h2 {
    margin-bottom: 40px;
}

.bDjuux, .biFMWt {
    background-color: var(--lt-bg-color) !important;
}

.dujrlu, .evIvIr, .bzWNiV span, .eZGTss, .bddyzI, .cgzgCr {
    color: var(--black-color) !important;
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.HeaderWriteReviewButton__WriteReviewButton-sc-a5mrro-1.iqYjDs.es-header-write-review-button {
    background-color: var(--btn-color) !important;
    color: rgb(255, 255, 255) !important;
}

section.faq .container {
    max-width: 750px !important;
}

section.faq .head-sec h6 {
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}

section.faq .head-sec h2 {
    margin-bottom: 40px;
}

section.faq .head-sec img {
    margin-bottom: 80px;
}

section.faq .accordion-item {
    margin-bottom: 20px;
    border: 0px solid rgb(255, 255, 255);
    background-color: transparent !important;
}

section.faq button.accordion-button {
    font-size: var(--f20);
    color: var(--white-color);
    padding: 0px 0px 30px 49px;
    border-bottom: 1px solid rgb(219, 222, 227);
    margin-bottom: 0px;
    border-radius: 0px !important;
    background: transparent !important;
}

section.faq .accordion-button::after {
    background-image: url("../images/plus.png");
    transition: 0.5s;
    width: 31px;
    height: 31px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    background-size: 13px;
    background-position: center center;
}

section.faq .accordion-button:hover::after {
    background-color: var(--secondary-color);
}

section.faq .accordion-button:not(.collapsed)::after {
    background-position: center 75%;
    background-color: var(--territiary-color);
    background-image: url("../images/minus.png") !important;
}

section.faq .accordion-button::after {
    transition: 0.5s;
    position: absolute;
    left: 0px;
}

section.faq .accordion-body {
    padding: 15px 18px;
    background: transparent;
    margin-top: -15px;
    margin-bottom: 10px;
}

section.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 0px inset;
    margin-bottom: 0px;
    border-bottom: 0px solid;
}

.faq-btn {
    text-align: center;
}

.faq-btn .main-btn {
    width: 180px;
}

.home-page-testimonial {
    padding: 0 0 var(--p30);
}

.home-page-testimonial .review-client-bnb {
    background-color: rgb(241, 241, 241);
    padding: 20px;
    border-radius: 8px;
}

.home-page-testimonial .review-client-bnb .imgbox {
    display: flex;
    align-items: center;
}

.home-page-testimonial .review-client-bnb .imgbox img {
    width: 100px;
}

.home-page-testimonial .review-client-bnb .imgbox h4 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: var(--primary-font);
    margin-left: 10px;
}

.home-page-testimonial .review-client-bnb .rating-box h4 {
    font-weight: 700;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-family: var(--primary-font);
    margin-bottom: 0px;
}

.home-page-testimonial .review-client-bnb .rating-box h4 span i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: var(--territiary-color);
}

.customprimary-btn {
    background-color: var(--secondary-color);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    padding: 6px 20px;
}

.client-section-slide {
    margin-top: 25px;
    padding: 0px 30px;
}

.client-section-slide .item {
    background-color: rgb(56, 56, 56);
    padding: 25px 15px;
    border-radius: 8px;
}

.client-section-slide .item .Box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.client-section-slide .item .Box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotate(180deg);
    height: 42px;
    width: 61px;
    background: url("../../front/images/left-quote.png") no-repeat;
}

.client-section-slide .item .Box::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 42px;
    width: 61px;
    background: url("../../front/images/left-quote.png") no-repeat;
}

.client-section-slide .item .Box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.client-section-slide .item .Box .content {
    font-size: 12px;
    margin-top: 15px;
}

.client-section-slide .item .Box .content a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-section-slide .item .Box .content a span {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: var(--white-color);
}

.client-section-slide .item .Box .content a img {
    margin-right: 0px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.client-section-slide .item .client-rateing {
    margin-top: 15px;
    min-height: 285px;
}

.client-section-slide .item .client-rateing span {
    display: block;
    color: var(--territiary-color);
    margin: 5px 0px;
}

.client-section-slide .item .client-rateing img {
    width: 75px;
    margin-top: 10px;
}

.client-section-slide .owl-controls {
    margin: 0px;
}

.client-section-slide .owl-controls .owl-nav {
    margin: 0px;
}

.client-section-slide .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    width: 38px;
    height: 38px;
    margin: 0px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-section-slide .owl-controls .owl-nav .owl-prev i, .client-section-slide .owl-controls .owl-nav .owl-next i {
    font-size: 22px;
}

.client-section-slide .owl-controls .owl-nav .owl-prev::after {
    content: "";
    position: absolute;
    background: url("../images/carousel-arrow.svg") no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
}

.client-section-slide .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    margin: 0px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-section-slide .owl-controls .owl-nav .owl-next::after {
    content: "";
    position: absolute;
    background: url("../images/carousel-arrow.svg") no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    right: 4px;
    top: 5px;
}

.client-section-slide .owl-controls .owl-nav .owl-prev:hover, .client-section-slide .owl-controls .owl-nav .owl-next:hover {
    background-color: var(--secondary-color);
}

.client-section-slide p {
    text-align: left;
    height: 120px;
    max-height: 120px;
    overflow-y: auto;
}

.check-availability {
    border: 0px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    padding: 0px;
    display: none;
    margin-top: 25px;
}

.check-form {
    background: rgb(45, 45, 45);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.check-form p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.43);
    margin-bottom: 0px;
}

.search-head {
    display: none;
}

.view-all-property {
    display: block;
    text-align: center;
    margin-top: 0px;
}

.view-all-property a.main-btn {
    width: auto;
    margin: auto auto 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border: 0px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 0px;
    display: inline-block;
    transition: 0.3s;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    text-decoration: none;
}

header.is-sticky {
    position: absolute;
}

@media (max-width: 767px) {
    .adult-btn {
        right: 12px;
    }

    .search-bar-inner .check-detail, .search-bar-inner .guest-detail {
        padding-top: 0px;
        padding-right: 0px;
        border-right: 0px;
        padding-bottom: 0px;
    }

    .search-bar-inner input[type="text"], .search-bar-inner select {
        padding-left: 48px;
    }

    .view-all-property a.main-btn {
        margin-bottom: 15px;
    }
}

.how-we-value-wrapp h2 {
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .attr-col {
    padding: var(--p8);
    position: relative;
}

.how-we-value-wrapp .attr-col a {
    position: relative;
    display: block;
    border-radius: 20px;
}

.how-we-value-wrapp .attr-col a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    transition: 0.5s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 0px;
}

.how-we-value-wrapp .img-card {
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    border-radius: 20px;
}

.how-we-value-wrapp .img-card:hover img {
    transform: scale(1.14);
    border-radius: 20px;
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    margin: 0px;
    padding: var(--p20) var(--p20);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0px;
    width: 100%;
    transition: 0.3s;
    z-index: 1;
}

.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f20);
    overflow: hidden;
    color: var(--white-color);
    text-shadow: rgb(0, 0, 0) 0px 0px 2px;
    text-transform: capitalize;
    text-align: left;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    background: var(--territiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--territiary-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.how-we-value-wrapp .arrow:hover {
    background: var(--white-color);
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    display: none;
    width: 180px;
    text-align: center;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: var(--m20);
}

.how-we-value-wrapp .pro-btn {
    text-align: center;
    margin-top: var(--m30);
}

.how-we-value-wrapp .attr-col:hover .atr-cont {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 20px 20px;
    box-shadow: rgba(214, 214, 214, 0.24) 0px 4px 14px;
}

.how-we-value-wrapp .attr-col:hover .atr-cont h4 {
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.how-we-value-wrapp .attr-col:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
    margin-top: var(--m30);
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: 40px;
}

.how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp {
    padding: var(--p30) 0;
    background: var(--white-color);
}

.how-we-value-wrapp .container-fluid {
    padding: 0px;
}

.how-we-value-heading h4 {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

.how-we-value-heading h3 {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
}

.how-we-value-bottom p {
    text-align: center;
    width: 80%;
    margin: 30px auto 0px;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.attraction-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.attraction-btn .main-btn {
    margin-top: var(--m20);
    text-align: center;
}

.flatpickr-day {
    border-radius: 0px !important;
}

.flatpickr-day.today {
    border-color: rgb(0, 183, 221) !important;
    background-color: rgb(0, 183, 221) !important;
}

.blocked-date {
    text-decoration: line-through;
    background-color: rgb(255, 56, 56) !important;
    color: rgb(255, 255, 255) !important;
}

section.testimonial-section .owl-carousel .owl-nav {
    display: none;
}

section.testimonial-section .owl-carousel .owl-nav button.owl-next, section.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: var(--secondary-color);
    border-color: transparent;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.home-page-testimonial .client-section-slide .owl-nav button {
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.home-page-testimonial .client-section-slide .owl-nav button.owl-prev {
    left: -20px;
}

.home-page-testimonial .client-section-slide .owl-nav button:focus, .home-page-testimonial .client-section-slide .owl-nav button:hover {
    box-shadow: none;
    background: transparent;
}

.home-page-testimonial .client-section-slide .owl-nav button.owl-next {
    right: -20px;
}

.home-page-testimonial .client-section-slide:hover .owl-nav {
    display: block;
}

#play, #pause {
    display: none;
}

.search-bar.newClass .search-bar-inner {
    background: var(--territiary-color);
}

.search-bar.newClass .search-bar-inner .search-btn button {
    border-radius: 0px 15px 15px;
}

.search-bar.newClass .search-bar-inner .check-detail, .search-bar.newClass .search-bar-inner .guest-detail {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.search-bar.newClass .search-bar-inner .check {
    border-top-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image: initial;
    border-right: 1px solid var(--white-color);
}

.custom-section {
    padding: 30px 0px 60px;
}

.custom-section .row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.custom-section .left-section, .custom-section .right-section {
    min-height: 100vh;
    padding: 0px 60px;
    position: relative;
}

.custom-section .left-section {
    z-index: 1;
}

.custom-section .left-section::before {
    content: "";
    position: absolute;
    background: url("../images/mask-group-38.svg") 100% center;
    width: 115%;
    height: 100%;
    inset: 0px;
    z-index: -1;
}

.custom-section .right-section {
    background-image: url("https://scottsdalerentals.com/wp-content/uploads/2019/11/image_152495262.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    z-index: 0;
    position: relative;
}

.custom-section .right-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.custom-section .call-box {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 20px 30px;
    border: 2px solid var(--white-color);
    text-align: center;
    z-index: 2;
    color: var(--white-color);
    display: inline-block;
    transition: 0.1s ease-in-out;
}

.custom-section .call-box span:first-child {
    font-size: var(--f24);
}

.custom-section .call-box:hover {
    background: var(--white-color);
    transition: 0.1s ease-in-out;
    border-color: rgb(213, 167, 94);
}

.custom-section .call-box:hover span {
    color: rgb(213, 167, 94);
}

.custom-section .left-section h2 {
    font-style: italic;
    font-size: var(--f28);
    margin-bottom: 30px;
}

.custom-section .left-section p {
    line-height: 26px;
}

.custom-section .highlight {
    font-weight: bold;
}

.custom-section .highlight-orange {
    color: var(--secondary-color);
    font-weight: bold;
}

.custom-section .highlight-blue {
    color: rgb(0, 188, 212);
    font-weight: bold;
}

.experience-scottsdalsection {
    padding: var(--p40) 0;
}

.experience-scottsdalsection .header {
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-color);
}

.experience-scottsdalsection .header h1 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
    font-size: var(--f40);
}

.home-list h2 {
    margin-bottom: 40px;
}

.experience-scottsdalsection .card-container {
    position: relative;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}
.experience-scottsdalsection .card-container a{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 5;
}
.experience-scottsdalsection .card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.experience-scottsdalsection .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.experience-scottsdalsection .card-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    padding: 25px;
    color: white;
    text-align: center;
    z-index: 4;
}

.experience-scottsdalsection .card-title {
    font-size: var(--f22);
    font-weight: 400;
    color: var(--white-color);
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-shadow: rgb(0, 0, 0) 2px 2px 8px;
    transition: 0.4s;
}

.experience-scottsdalsection .card-overlay {
    position: absolute;
    inset: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    opacity: 1;
    border-radius: 10px;
    transform: scale(1.1);
    transition: 0.4s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;
}

.experience-scottsdalsection .overlay-title {
    font-size: var(--f24);
    font-weight: 700;
    color: rgb(44, 62, 80);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(-20px);
    transition: 0.4s;
}

.experience-scottsdalsection .overlay-text {
    color: rgb(52, 73, 94);
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6;
    transform: translateY(20px);
    transition: 0.4s;
}

.experience-scottsdalsection .learn-more {
    display: inline-block;
    padding: 0px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 0;
}

.experience-scottsdalsection .card-container:hover {
    transition: 0.4s;
}

.experience-scottsdalsection .card-container:hover .card-content .card-title, .experience-scottsdalsection .card-container:hover .card-content .learn-more {
    color: var(--black-color);
}

.experience-scottsdalsection .card-container:hover .card-image img {
    filter: blur(4px);
    transform: scale(1.1);
}

.experience-scottsdalsection .card-container:hover .card-overlay {
    opacity: 1;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.5);
}

.experience-scottsdalsection .card-container:hover .overlay-title, .experience-scottsdalsection .card-container:hover .overlay-text {
    transform: translateY(0px);
}

.experience-scottsdalsection .card-container:hover .learn-more {
    opacity: 1;
    transform: scale(1);
}

.experience-scottsdalsection .instructions {
    text-align: center;
    margin-top: 40px;
    color: white;
    font-size: 1.2rem;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

.experience-scottsdalsection .instructions i {
    margin-right: 10px;
    color: rgb(241, 196, 15);
    animation: 2s ease 0s infinite normal none running bounce;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

section.room-sec .room-upper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

section.room-sec .room-upper h2, section.room-sec .room-upper p {
    margin-bottom: 0px;
}

section.room-sec .room-right {
    width: 60%;
}

section.room-sec .room-left span {
    position: relative;
    margin-bottom: 15px;
    left: 65px;
}

section.room-sec .room-left span::before {
    position: absolute;
    content: "";
    left: -65px;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url("../images/arrow1.svg");
    background-repeat: no-repeat;
    transform: translate(0px, 50%);
}

.room-info {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.room-info a {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
}

.room-info .room-img img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    border-radius: 6px;
}

.room-info .room-img {
    width: 100%;
    height: 585px;
    overflow: hidden;
}

.room-content {
    padding: 0px 30px 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.room-content p {
    color: var(--white-color);
    font-family: var(--heading-font);
}

.room-content img {
    width: 16px !important;
}

.room-info::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0px;
    top: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: 0.4s;
}

.room-content h4 {
    font-size: 25px;
}

.room-content li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.room-content ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.room-content h5 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 0px;
}

button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.43) !important;
}

button.owl-dot.active {
    background: rgb(255, 255, 255) !important;
}

.room-info:hover::before {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    cursor: pointer;
}

#room-slider .owl-dot {
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex !important;
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    color: white;
    text-align: center;
    padding-top: 185px;
}

.video-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-content {
    z-index: 1;
    margin: 0px auto;
    padding: 0px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-bar .container {
    padding: 0px;
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 1rem;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
    /* font-family: "Amatic SC", sans-serif; */
}

.hero-content p {
    font-size: 28px;
    margin-bottom: 3rem;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    /* font-family: "Amatic SC", sans-serif; */
}

.search-form {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    margin-top: 30px;
}

.form-control, .form-select {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #fff;
}

input.form-control::placeholder {
    color: var(--black-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 35px;
    font-weight: 700;
    height: auto;
    border-radius: 10px;
}

.btn-primary:focus, .btn-primary:active:focus {
    background: rgb(192, 102, 33);
    box-shadow: none;
    border-color: rgb(192, 102, 33);
}

.hero-section::before {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 56%, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

.hero-section::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background: #000;
    opacity: 0.5;
}

.common-header.is-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.common-header .white-bg-logo {
    display: none;
}

.common-header.is-sticky .navbar {
    background: #000;
    padding: 0;
}

.common-header.is-sticky .banner-logo {
    display: none;
}

.common-header.is-sticky .white-bg-logo {
    display: block;
    margin: auto;
}

.common-header.is-sticky .navbar .nav-link {
    /* color: rgb(0, 0, 0); */
}

.search-form-outer {
    background: 0% 0% no-repeat padding-box padding-box rgba(250, 247, 242, 0.33);
    padding: 10px;
    border-radius: 5px;
}

.search-form-outer .serch-form-custom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 10px;
}

.search-form-outer .serch-form-custom input, .search-form-outer .serch-form-custom select {
    margin-bottom: 0px;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(250, 247, 242, 0.33);
    color: rgb(255, 255, 255);
}

.search-form-outer .serch-form-custom select {
    color: rgb(255, 255, 255);
}

.search-form-outer .serch-form-custom input:focus, .search-form-outer .serch-form-custom select:focus {
    box-shadow: none;
}

.search-form-outer .serch-form-custom input::placeholder {
    color: rgb(255, 255, 255);
}

.search-form-outer .serch-form-custom button {
    height: 60px;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:active {
    background-color: var(--btn-hover) !important;
    border-color: transparent !important;
}

.about-cus-section {
    padding: 60px 0px;
    /* background: url("../images/rahul-img/about-us-bg-img.jpg") center center / cover no-repeat; */
    text-align: center;
    
    & h2 {
        margin-bottom: 25px;
        font-size: 38px;
        color: rgb(255, 255, 255);
    }

    & p {
        font-size: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 0px;
    }
}

.client-logos {
    padding: 0px 0px 40px;
}

.charming-logo-section {
    text-align: center;
    padding: 20px 0px 0px;
    background: var(--lt-bg-color);
    
    & h2 {
        font-size: 38px;
        margin-bottom: 0px;
        /* font-weight: 400; */
        color:var(--secondary-color);
    }

    & .charming-logo {
        width: 250px;
        margin-bottom: -30px;
    }
}

.room-suits-section {
    padding: 60px 0px;
    /* background: #fff; */
    
    
    
    
    
    & h2 {
        font-size: 38px;
        display: flex;
        flex-direction: column;
        align-items: center;
        
        
        
        
        & .middle-text {
            text-align: center;
        }

        & .btm-text {
            color: var(--secondary-color);
        }
    }

    & .cutom-room-row {
        gap: 25px 0px;
    }

    & .imgBox {
        display: block;
        position: relative;
        z-index: 0;
        &::after {
            content: "";
            position: absolute;
            inset: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }

        & img {
            height: 380px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        & .content {
            position: absolute;
            left: 15px;
            bottom: 15px;
            color: rgb(255, 255, 255);
            z-index: 1;
        }

        &.full-col-img {
            & img {
                height: 415px;
            }

            & .content {
                left: 50%;
                transform: translateX(-50%);
            }
        }

        &:hover {
            & .content {
                & h4 {
                    color: var(--black-color);
                }
            }

            &::after {
            }
        }
    }
}

.book-now-arrow-btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    & span {
        position: absolute;
        left: -26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        height: 62px;
        background: rgb(255, 255, 255);
        color: var(--primary-color);
        border: 5px solid var(--primary-color);
        border-radius: 100%;
        outline: rgb(255, 255, 255) solid 2px;
        font-size: 24px;
    }

    &:hover {
        & span {
            border: 5px solid rgb(255, 255, 255);
            background: rgb(192, 102, 33);
            color: rgb(255, 255, 255);
        }
    }
}

.lodge-galllery-section {
    padding: 60px 0px;
    background: url("../images/rahul-img/gallery-sec-bg.jpg") center center / cover no-repeat;
    background: var(--lt-bg-color);
    
    
    
    
    
    
    
    & .book-now-arrow-btn {
        background: rgb(255, 255, 255);
        color: var(--primary-color);
        &:hover {
            color: rgb(255, 255, 255);
        }
    }

    & h2 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 38px;
        color: var(--secondary-color);
    }

    & p {
        font-size: 28px;
        /* margin-bottom: 35px; */
        color: #000;
    }

    & .slider-imbbox {
        position: relative;
        z-index: 0;
        & .owl-carousel {
            position: relative;
            & .owl-stage-outer {
                border: 5px solid transparent;
            }

            & .owl-item {
                & .slide-cus-box {
                    margin: 0px 15px;
                    background: var(--secondary-color);
                    /* height: 400px; */
                    object-fit: cover;
                    border-radius: 10px;
                    padding: 10px;
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    & img {
                        /* padding: 10px; */
                        /* background: rgb(255, 255, 255); */
                        height: 400px;
                        object-fit: cover;
                        border-radius: 10px;
                    }
                }
            }

            & .owl-nav {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                & .owl-prev {
                    left: -50px;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    top: 50%;
                    transform: translateY(-50%);
                    position: absolute;
                    background: url("../images/rahul-img/arrow-icon.svg") center center / 20px no-repeat var(--secondary-color);
                    font-size: 0px;
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    & span {
                        display: none;
                    }
                }

                & .owl-next {
                    width: 40px;
                    height: 40px;
                    right: -50px;
                    border-radius: 50%;
                    top: 50%;
                    position: absolute;
                    background: url("../images/rahul-img/arrow-icon.svg") center center / 20px no-repeat var(--secondary-color);
                    display: inline-block;
                    transform: rotate(180deg) translateY(50%);
                    font-size: 0px;
                    
                    
                    
                    
                    
                    
                    
                    
                    & span {
                        display: none;
                    }
                }
            }
        }
    }
}

.paintbox-btn{
    margin-top: 200px;
    text-align: center;
}
.paintbox-btn .book-now-btn{
    position:relative;
}
.paintbox-bird-sec {
    padding: 40px 0px 40px;
    /* background: url("../images/rahul-img/paintbox-bg.png") center center / cover no-repeat; */
    
    
    
    
    & .top-imgBox {
        text-align: center;
        width: 600px;
        height: 325px;
        margin: auto;
        border-radius: 25px;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    & .section-boxes {
        margin-top: 0;
        
        & a {
            text-decoration: none;
        }

        & .imgBox {
            position: relative;
            height: 500px;
            border-radius: 10px;
            z-index: 0;
            
            
            
            
            & h2 {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 1;
                color: rgb(255, 255, 255);
                font-size: 38px;
                padding: 10px;
                font-weight: 400;
                width: 100%;
                text-align: center;
            }

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
            }

            &::before {
                content: "";
                position: absolute;
                left: 0px;
                bottom: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 10px;
                z-index: 0;
            }
        }
    }

    & .book-a-chef-sec {
        margin-top: 50px;
        background: url("../images/rahul-img/food-services.png") center center / cover no-repeat;
        height: 465px;
        border-radius: 10px;
        
        
        
        
        & h2 {
            color: rgb(255, 255, 255);
            font-size: 38px;
            font-weight: 400;
            margin-bottom: 35px;
        }

        & .l-top-img {
            height: 400px;
            & img {
                object-fit: cover;
                border-radius: 10px;
            }
        }

        & .r-btn-img {
            height: 100%;
            text-align: end;
            display: flex;
            justify-content: end;
            align-items: end;
            border-radius: 10px;
        }
.r-btn-img img{
    border-radius:10px;
}
        & .middle-cont-video {
            padding-top: 50px;
            & .video-box {
                position: relative;
                & video {
                    width: 265px;
                    height: 400px;
                    border-radius: 10px;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                }
            }
        }
    }
}

.testimonial-silder-section {
    padding-bottom: 60px;
    background: var(--lt-bg-color);
    
    & .leftbox {
        padding-right: 35px;
        & h2 {
            margin-bottom: 25px;
            font-size: 38px;
            color: var(--primary-color);
            font-weight: 700;
        }

        & p {
            font-style: italic;
            line-height: 24px;
            font-size: 16px;
            color: rgb(122, 122, 122);
            font-weight: 400;
        }

        & .client-name {
            font-size: 20px;
            font-weight: 300;
        }

        & .owl-dots {
            display: block;
        }

        & .owl-nav {
            width: 100%;
            text-align: center;
            margin-top: 35px;
            & .owl-prev {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: url("../images/rahul-img/arrow-icon.svg") center center / 20px no-repeat rgb(255, 255, 255);
                margin-right: 10px;
                font-size: 0px;
                border: 2px solid var(--primary-color);
                &:hover {
                    background: url("../images/rahul-img/arrow-icon.svg") center center no-repeat rgb(255, 255, 255);
                }

                & span {
                    display: none;
                }
            }

            & .owl-next {
                width: 40px;
                height: 40px;
                right: -50px;
                border-radius: 50%;
                background: url("../images/rahul-img/arrow-icon.svg") center center / 20px no-repeat rgb(255, 255, 255);
                display: inline-block;
                transform: rotate(180deg);
                margin-left: 10px;
                font-size: 0px;
                border: 2px solid var(--primary-color);
                &:hover {
                    background: url("../images/rahul-img/arrow-icon.svg") center center no-repeat rgb(255, 255, 255);
                }

                & span {
                    display: none;
                }
            }
        }
    }

    & .rightimgBox {
        height: 550px;
        object-fit: cover;
        max-width: 90%;
        margin: auto;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
    }
}

.newsletter-section {
    padding: 40px 0px;
    /* background: rgb(247, 244, 236); */
    
    
    & .newletter-box {
        border: 0px solid rgb(221, 221, 221);
        border-radius: 10px;
        padding: 0;
        
        
        
        & h2 {
            color: var(--heading-color);
            font-weight: 700;
            font-size: 38px;
        }

        & h4 {
            font-size: 22px;
            font-weight: 600;
        }

        & p {
            font-weight: 400;
            margin-bottom: 30px;
            font-size: 16px;
            color: var(--white-color);
        }

        & input {
            height: 60px;
            background: transparent;
            border-radius: 100px;
            border: 1px solid var(--white-color);
            padding-right: 50px;

            
            &:focus {
                box-shadow: none;
                border-color: #fff !important;
                color:#fff;
            }
        }
        & input:placeholder{
                 color:#fff !important;
             }

        & .form-group {
            position: relative;
            & button {
                position: absolute;
                top: 16px;
                right: 15px;
                background: transparent;
                border-width: medium;
                border-style: none;
                border-color: currentcolor;
                border-image: initial;
                outline: none;
            }
        }
    }
}

.svg-section {
    background: rgb(246, 217, 173);
}

.book-now-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 35px;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    
    
    &:hover {
    }
}

.top-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 22px;
    font-family: var(--heading-font);
    font-size: var(--f14);
    color: var(--white-color);
}

.top-header .divider {
    width: 1px;
    height: 100%;
    background: rgb(255, 255, 255);
    margin: 0px 15px;
}

.left-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header i {
    margin-right: 10px;
}

.right-top-header i {
    color: var(--white-color);
    font-size: var(--f18);
}

.right-top-header a:last-child i {
    margin-right: 0px;
}

.common-header.is-sticky .top-header, .common-header.is-sticky .top-header .divider, .common-header.is-sticky .right-top-header i {
    /* color: var(--primary-color); */
}

.common-header.is-sticky .top-header .divider {
    /* background: var(--primary-color); */
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
}
section.charming-logo-section img{
  width:250px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper--bottom {
      animation-direction: reverse;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  position: relative;
  overflow: hidden;
  padding: 0 32px;
}
.swiper-slide img{
 width: 100%;
 height: 70px;
 object-fit:contain;
}
section.brand-sec.section-gap {
    padding-bottom: 40px;
    padding-left:0;
    padding-right:0;
    padding-top: 40px;
}
section.brand-sec.section-gap .container-fluid{
    padding-left:0;
  padding-right:0;
}
section.testimonial-silder-section {
    background: var(--lt-bg-color);
}
section.testimonial-silder-section h2{
  color: var(--secondary-color);
}
section.testimonial-silder-section .sub-title {
    color: #000;
}
.header-container{
  display:none !important;
}
.newsletter-section .newletter-box input::placeholder {
  color:#fff !important;
}
.newsletter-section .newletter-box button img{
  filter:invert(1);
}
@keyframes fillProgress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media (max-height: 900px) and (min-width: 992px) {
    .hero-section::before {
        height: 137px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .search-form {
        padding: 15px;
    }

    .top-nav a {
        margin-right: 10px;
        font-size: 0.8rem;
    }
}
