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

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

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

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

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

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

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;
    z-index: 2;
}

section.banner-header h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
}

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: 0px;
    border: 0px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    padding: 0px;
    position: relative;
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
}

section.search-sec {
    padding: 0px;
}

.search-bar.newClass .search-bar-inner {
    background: var(--territiary-color);
    z-index: 20;
    position: relative;
}

.search-bar.newClass {
    position: fixed;
    top: 6px;
    width: 70%;
    max-width: 1140px;
    z-index: 18;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    padding: 0px;
    border-radius: 15px;
    box-shadow: none;
}

.search-bar.newClass .loct.icns input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

.search-bar.newClass .search-bar-inner .row {
    gap: 0px;
}

.search-bar-inner {
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(5px);
    padding: 12px 18px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px;
    background: rgba(227, 227, 227, 0.39);
    position: absolute;
    width: 100%;
    bottom: 35px;
    z-index: 1;
}

.search-bar-inner .check {
    padding: 0px;
    position: relative;
    width: 25%;
    height: 46px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

.search-bar-inner .row {
    position: relative;
    width: 100%;
    gap: 0px 10px;
    justify-content: space-between;
}

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

.search-bar .search-bar-inner .select {
    padding: 0px;
    position: relative;
    width: 19%;
    height: 46px;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.search-bar .search-bar-inner .select select {
    appearance: none;
}

.search-bar .search-bar-inner .select select:focus-visible {
    outline: none;
}

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

.search-bar-inner .check-detail, .search-bar-inner .guest-detail {
    padding-top: 8px;
    padding-bottom: 8px;
    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: rgb(255, 255, 255);
    height: 28px;
}

.search-bar-inner input::placeholder {
    color: rgb(255, 255, 255);
}

#guestsss1 .close12, .search-bar-inner i {
    color: var(--white-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;
    width: 20%;
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    background: var(--secondary-color);
    color: var(--white-color);
}

.search-bar.newClass .search-btn button {
    background: var(--white-color);
    color: rgb(42, 42, 42);
}

.search-bar-inner .search-btn button:hover {
    color: var(--primary-color);
    background: rgb(255, 255, 255);
}

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;
    top: 4px;
}

.guests button.button1 {
    height: 36px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0px 0px 22px;
    font-size: var(--f20);
    border-width: 0px;
    border-style: solid;
    border-image: none;
    color: rgb(255, 255, 255);
    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 100px 100px 0px;
}

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

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

.guests button.button1:hover i {
    color: rgb(42, 42, 42);
}

input#demo17 {
    padding-left: 0px;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    height: 46px !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: var(--white-color);
}

.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: var(--white-color);
    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 {
    background-color: transparent !important;
    border-color: var(--white-color) !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: var(--white-color);
    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 {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !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: 40px;
}

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: center;
    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;
    font-size: 18px;
    text-align: left;
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}

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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

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

section.home-list .view a {
    background: var(--white-color);
    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: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 17px 0px;
    margin-top: -20px;
    border-radius: 0px 0px 20px 20px;
}

section.home-list .rating i {
    color: rgb(80, 135, 82);
    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(54, 69, 79, 0.35);
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0px;
    color: rgb(80, 135, 82);
    font-size: 16px;
    min-width: 60px;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    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(--territiary-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(54, 69, 79, 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(--black-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 .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    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: var(--white-color);
    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(--p60) var(--p12);
    background: var(--lt-bg-color);
}

.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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
}

.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: none;
    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: rgb(0, 0, 0);
    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 {
}

.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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
}

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: var(--white-color);
}

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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color) !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: var(--white-color) !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 var(--white-color);
}

section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    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: var(--white-color);
}

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 var(--white-color);
}

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(13, 110, 253, 0.25) 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 {
}

.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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
    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: 50px;
}

.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: var(--white-color);
}

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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: var(--white-color);
    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: var(--white-color);
}

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

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    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: var(--white-color) !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 var(--white-color);
}

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

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

section.faq .accordion-button:hover::after {
    background-color: rgb(173, 118, 48);
}

section.faq .accordion-button:not(.collapsed)::after {
    background-position: center 75%;
    background-color: rgb(80, 135, 82);
    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: rgb(239, 242, 245);
    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 .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: rgb(228, 168, 83);
}

.customprimary-btn {
    background-color: rgb(80, 135, 82);
    border-radius: 50px;
    color: var(--white-color);
    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;
}

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

.client-section-slide .slide-item .Box {
    display: flex;
}

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

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

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

.client-section-slide .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(--black-color);
}

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

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

.client-section-slide .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: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    width: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.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: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    margin: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.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(--white-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: var(--white-color);
    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;
}

.view-all-property a.main-btn:hover {
    background: var(--white-color);
    color: rgb(42, 42, 42);
}

header.is-sticky {
    position: absolute;
}

section.loc-sec .loc-img img {
    height: 335px;
    cursor: pointer;
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}

section.loc-sec .loc-img {
    height: 335px;
    cursor: pointer;
    border-radius: 1rem;
    width: 100%;
    overflow: hidden;
}

section.loc-sec .loc-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 1rem;
}

section.loc-sec .loc-info {
    position: relative;
}

section.loc-sec .loc-content a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
}

section.loc-sec .row {
    gap: 30px 0px;
}

section.loc-sec .loc-content p {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--white-color);
    line-height: 1.5;
}

section.loc-sec p.loc-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    padding-right: 35px;
    padding-left: 35px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    transition: 0.3s;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    box-shadow: none !important;
    text-decoration: none !important;
    outline: unset !important;
    background: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

section.loc-sec p.loc-btn:hover {
    background: rgb(237, 237, 237) !important;
    border-color: rgb(237, 237, 237) !important;
}

section.loc-sec {
    background: var(--lt-bg-color);
}

section.pro-sec {
}

section.pro-sec .prop-btn a {
    color: rgb(255, 255, 255);
    background: rgb(91, 140, 193);
    border-radius: 100px;
    margin-top: 10px;
    display: inline-block;
    padding: 8px 25px !important;
}

section.pro-sec .head-sec {
    width: 80%;
    margin: auto auto 30px;
    text-align: center;
}

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

section.pro-sec .head-sec h2 span {
    color: var(--secondary-color);
}

section.pro-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    box-shadow: rgba(61, 5, 5, 0.2) 0px 2px 4px -1px, rgba(61, 5, 5, 0.14) 0px 4px 5px 0px, rgba(61, 5, 5, 0.12) 0px 1px 10px 0px;
}

section.pro-sec .pro-img {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
}

section.pro-sec .pro-icon {
    bottom: 0px;
    position: absolute;
    z-index: 2;
    height: 40px;
    background: linear-gradient(rgba(28, 28, 28, 0) 0%, rgba(39, 39, 39, 0.59) 41.95%, rgba(28, 28, 28, 0.74) 100%);
    border-bottom-left-radius: 4px;
    transform: translateZ(1px);
    border-bottom-right-radius: 4px;
    width: 100%;
    padding: 12px;
}

section.pro-sec .pro-icon ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

section.pro-sec .pro-icon ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--white-color);
}

section.pro-sec .pro-icon ul li svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
    font-size: 16px;
}

section.pro-sec .pro-cont {
    margin-top: 12px;
}

section.pro-sec .pro-cont h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

section.pro-sec .pro-cont p a {
    color: var(--secondary-color);
}

section.pro-sec .pro-cont p {
    line-height: 1;
    margin-bottom: 0px;
}

section.pro-sec .owl-carousel .owl-nav button.owl-next, section.pro-sec .owl-carousel .owl-nav button.owl-prev {
    min-width: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    border-radius: 100%;
}

section.pro-sec .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -16px;
}

section.pro-sec .pro-img img:hover {
    transform: scale(1.05);
}

section.pro-sec .pro-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

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

section.services-section .row {
    gap: 30px 0px;
}

section.services-section .head-sec {
    margin-bottom: 30px;
}

section.services-section .service-info {
    text-align: center;
}

section.services-section .service-info img {
    width: 96px;
}

section.crafting-section .crafting-images img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 10px;
}

.craft-img {
    width: 48.5%;
}

section.crafting-section .crafting-images {
    display: flex;
    justify-content: space-between;
    gap: 20px 0px;
    flex-wrap: wrap;
}

section.crafting-section .custom-primary-button img {
    filter: invert(1);
}

section.crafting-section .custom-primary-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

section.crafting-section .custom-primary-button:hover img {
    filter: invert(0);
}

.crafting-left {
    display: flex;
    align-items: center;
}

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

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

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

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

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

.hero-content h1 {
    font-size: 40px;
    margin-bottom: 1rem;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
    font-weight: 500;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    color: rgb(255, 255, 255);
}

.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: 8px 15px;
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 50px;
    font-weight: 600;
    height: 60px;
    border-radius: 100px;
}

.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: 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 56%, rgb(255, 255, 255) 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: rgb(41, 41, 41);
    opacity: 0.1;
}

.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: rgb(255, 255, 255);
    padding: 8px 10px;
}

.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: rgb(192, 102, 33) !important;
    border-color: transparent !important;
}

.video-btn-area {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 1;
}

.video-btn-area .container {
    position: relative;
}

.animated-separator {
    position: absolute;
    background: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    height: 2px;
    opacity: 0.3;
    animation: 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s 1 normal forwards running wide;
    width: 100%;
}

.animated-separator.ontop {
    top: 0px;
}

.animated-separator::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 5px;
    top: -2px;
    height: 5px;
    border: 1px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

.animated-separator::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 5px;
    height: 5px;
    top: -2px;
    border: 1px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

.video-btn-area .container ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    align-items: center;
    margin-bottom: 0px;
    width: 100%;
}

.video-btn-area .container ul li {
    width: 100%;
}

.video-btn-area .container ul li p {
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 1px 4px;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
    margin-top: 5px;
}

.video-btn-area ul span {
    display: block;
}

.video-btn-area span.label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: var(--text-white);
}

.video-btn-area span.title {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    margin-bottom: 0px;
    font-family: var(--primary-font);
    color: var(--text-white);
    text-shadow: rgb(0, 0, 0) 1px 1px 4px;
    text-transform: uppercase;
}

.video-btn-area i.fa-solid.fa-arrow-right {
    background: rgba(255, 255, 255, 0.01);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    margin-left: 40px;
    transition: 350ms ease-out;
    font-size: 18px;
    color: var(--text-white);
}

.video-btn-area li.vacation {
    border-left: 2px dotted rgba(255, 255, 255, 0.33);
}

.video-btn-area ul a:hover i.fa-solid.fa-arrow-right {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.01);
}

.video-btn-area a {
    text-decoration: none;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

section.explore-location {
    background: var(--lt-bg-color);
}

section.explore-location h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

section.explore-location .col-6 {
    padding: 0px;
    height: 350px;
    position: relative;
    background: url("../images/loc1.avif") center center / 120% no-repeat;
    transition: 0.3s;
    overflow: hidden;
}

section.explore-location .col-6:hover {
    background-size: 140%;
}

section.explore-location .col-6 a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

section.explore-location .col-6 .overlay {
    padding: 20px;
    width: 100%;
    height: 100%;
}

section.explore-location .location-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    position: relative;
}

section.explore-location .location-content h3 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    text-shadow: rgb(0, 0, 0) 0px 0px 3px;
}

section.explore-location .col-6.second-column {
    background-image: url("../images/loc2.webp");
}

section.explore-location .col-6.third-column {
    background-image: url("../images/loc3.webp");
}

section.explore-location .col-6.fourth-column {
    background-image: url("../images/loc4.webp");
}

.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 .col-md-4 {
    padding: var(--p8);
    position: relative;
    width: 33.33%;
}

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

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.3s ease-out;
    transform: scale(1);
}

.how-we-value-wrapp .attr-col a:hover img {
    transform: scale(1.1);
}

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

.how-we-value-wrapp .img-card {
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    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;
    padding: 0px;
    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(--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: 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 .col-md-4: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 .col-md-4:hover .atr-cont h4 {
    color: var(--white-color);
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.how-we-value-wrapp .col-md-4: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: 30px;
}

.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(--p60) 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);
}

.video-banner-text {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    & h1 {
        font-size: 48px;
        line-height: 1.4;
        & span {
            display: block;
        }
    }

    & p {
        font-size: 20px;
        color: var(--white-color);
        font-weight: 400;
        & span {
            display: block;
        }
    }
}

.explore-wild-sec {
    background: rgb(0, 42, 90);
    padding: 128px 0px;
    & h3 {
        color: rgb(91, 140, 193);
        font-size: 36px;
    }

    & p {
        color: var(--white-color);
    }

    & ul {
        padding-left: 24px;
        margin-bottom: 20px;
    }

    & li {
        font-family: var(--secondary-font);
        font-size: var(--f16);
        line-height: 27px;
        letter-spacing: 0.05em;
        font-weight: 400;
        margin-bottom: 10px;
        color: #fff;
    }

    & a {
        color: rgb(255, 255, 255);
        background: rgb(91, 140, 193);
        border-radius: 100px;
        margin-top: 10px;
        display: inline-block;
        padding: 8px 25px !important;
    }
}

.explore-slider-section {
    padding-bottom: 0px;
    padding-top: 50px;
    & .slider {
        height: 115vh;
        margin-top: -50px;
        overflow: hidden;
        position: relative;
    }

    & .slider .list .item {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0px;
    }

    & .slider .list .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & .slider .list .item .content {
        position: absolute;
        top: 10%;
        width: 1140px;
        max-width: 80%;
        left: 50%;
        transform: translateX(-50%);
        padding-right: 25%;
        box-sizing: border-box;
        color: var(--white-color);
        text-shadow: rgba(0, 0, 0, 0.267) 0px 5px 10px;
    }

    & .slider .list .item .content .title, & .slider .list .item .content .type {
        font-size: 4em;
        font-weight: bold;
        line-height: 1.3em;
    }

    & .slider .list .item .type {
        color: var(--secondary-color);
    }

    & .slider .list .item .button {
        display: grid;
        grid-template-columns: repeat(2, 130px);
        grid-template-rows: 40px;
        gap: 5px;
        margin-top: 20px;
    }

    & .slider .list .item .button a {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        background-color: rgb(238, 238, 238);
        font-family: Poppins;
        font-weight: 500;
        cursor: pointer;
        transition: 0.4s;
        letter-spacing: 2px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    & .slider .list .item .button a: hover {
        letter-spacing: 3px;
    }

    & .slider .list .item .button a: nth-child(2) {
        background-color: transparent;
        border: 1px solid var(--white-color);
        color: rgb(238, 238, 238);
    }

    & .thumbnail {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: max-content;
        z-index: 1;
        display: flex;
        gap: 20px;
    }

    & .thumbnail .item {
        width: 150px;
        height: 220px;
        flex-shrink: 0;
        position: relative;
    }

    & .thumbnail .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.3) 5px 0px 15px;
    }

    & .nextPrevArrows {
        position: absolute;
        top: 80%;
        right: 52%;
        z-index: 1;
        width: 300px;
        max-width: 30%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    & .nextPrevArrows button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--secondary-color);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        color: var(--white-color);
        font-family: monospace;
        font-weight: bold;
        transition: 0.5s;
        cursor: pointer;
    }

    & .nextPrevArrows button: hover {
        background-color: var(--white-color);
        color: var(--black-color);
    }

    & .slider .list .item:nth-child(1) {
        z-index: 1;
    }

    & .slider .list .item:nth-child(1) .content .title, & .slider .list .item:nth-child(1) .content .type, & .slider .list .item:nth-child(1) .content .description, & .slider .list .item:nth-child(1) .content .buttons {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
        animation: 0.5s linear 1s 1 normal forwards running showContent;
    }

    & .slider .list .item:nth-child(1) .content .title {
        animation-delay: 0.4s !important;
    }

    & .slider .list .item:nth-child(1) .content .type {
        animation-delay: 0.6s !important;
    }

    & .slider .list .item:nth-child(1) .content .description {
        animation-delay: 0.8s !important;
    }

    & .slider .list .item:nth-child(1) .content .buttons {
        animation-delay: 1s !important;
    }

    & .slider.next .list .item:nth-child(1) img {
        width: 150px;
        height: 220px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        border-radius: 30px;
        animation: 0.5s linear 0s 1 normal forwards running showImage;
    }

    & .slider.next .thumbnail .item:nth-last-child(1) {
        overflow: hidden;
        animation: 0.5s linear 0s 1 normal forwards running showThumbnail;
    }

    & .slider.prev .list .item img {
        z-index: 100;
    }

    & .slider.next .thumbnail {
        animation: 0.5s linear 0s 1 normal forwards running effectNext;
    }

    & .slider.prev .list .item:nth-child(2) {
        z-index: 2;
    }

    & .slider.prev .list .item:nth-child(2) img {
        animation: 0.5s linear 0s 1 normal forwards running outFrame;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    & .slider.prev .thumbnail .item:nth-child(1) {
        overflow: hidden;
        opacity: 0;
        animation: 0.5s linear 0s 1 normal forwards running showThumbnail;
    }

    & .slider.next .nextPrevArrows button, & .slider.prev .nextPrevArrows button {
        pointer-events: none;
    }

    & .slider.prev .list .item:nth-child(2) .content .title, & .slider.prev .list .item:nth-child(2) .content .type, & .slider.prev .list .item:nth-child(2) .content .description, & .slider.prev .list .item:nth-child(2) .content .buttons {
        animation: 1.5s linear 0s 1 normal forwards running contentOut !important;
    }
}

.since-year-section {
    min-height: 100vh;
    background: url("../images/history-scaled-img.jpg") center center / cover no-repeat;
    padding: 0px;
    & .since-year-content {
        padding: 100px 0px;
        & h2 {
            font-size: 128px;
            line-height: 122px;
            color: var(--white-color);
        }

        & p {
            color: var(--white-color);
        }
    }
}

@keyframes showContent {
    100% {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes showImage {
    100% {
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}

@keyframes showThumbnail {
    0% {
        width: 0px;
        opacity: 0;
    }
}

@keyframes effectNext {
    0% {
        transform: translateX(150px);
    }
}

@keyframes outFrame {
    100% {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

@media screen and (max-width: 678px) {
    .slider .list .item .content {
        padding-right: 0px;
    }

    .slider .list .item .content .title {
        font-size: 50px;
    }
}

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