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

section.banner-header {
    width: 100%;
    height: 90vh;
    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 .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;
    position: relative;
}

.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: 16px;
    opacity: 1;
    /* backdrop-filter: blur(5px); */
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px;
    background: var(--body-color);
    position: absolute;
    width: 100%;
    bottom: 35px;
    z-index: 1;
}

.search-bar-inner .check {
    padding: 0px 12px;
    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: 200%;
    height: 48px;
    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: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    gap: 10px;
    border-right: 1px solid lightgrey;
    /* display: flex; */
    align-items: center;
}

.search-bar-inner input[type="text"], .search-bar-inner select {
    background: 0px 0px;
    border: 0px solid;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    color: var(--primary-color);
    height: auto;
}

.search-bar-inner input::placeholder {
    color: var(--primary-color);
}

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

.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;
    border-right: 1px solid lightgrey;
    padding-right: 12px;
}

.search-bar-inner .search-btn{
    padding: 0px;
    width: 25%;
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    /* background: var(--secondary-color); */
    /* color: var(--white-color); */
    display: flex;
    align-items: center;
    gap: 15px;
}

.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(--btn-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(--btn-hover);
    /* border-color: var(--secondary-color); */
    color: var(--white-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: 48px !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);
}


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 .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: 0;
    margin-top: 25px;
}

.client-section-slide .slide-item {
    background-color: var(--lt-bg-color);
    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;
}
.client-section-slide .slide-item .client-rateing p {
    line-height: 22px;
    font-size: var(--f13);
    text-align: left;
    margin-top: 15px;
    font-weight: 500;
    min-height: 100px;
    max-height: 165px;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 6px;
}
.client-section-slide .slide-item .client-rateing img {
    width: 75px;
    margin-top: 10px;
}

.client-section-slide {
    /* margin: 0; */
}

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

.client-section-slide .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-nav .owl-prev span,
.client-section-slide .owl-nav .owl-next span {
    display: none;
}

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

.client-section-slide .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 8px;
    height: 14px;
    object-fit: contain;
    left: 14px;
    top: 11px;
}

.client-section-slide .owl-nav .owl-prev:hover,
.client-section-slide .owl-nav .owl-next:hover {
    background-color: var(--white-color);
}
.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 .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.4;
    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: auto;
    color: white;
    text-align: center;
    padding-top: 120px;
    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.2);
    z-index: 1;
}

.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;
    position: relative;
}

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

.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;
}
.video-btn-area {
    position: relative;
    width: 100%;
    z-index: 1;
}

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

.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 {
 text-align:left;
 width: 50%;
}
.video-banner-text .head-text{
    text-shadow: 0 0 3px #000;
    color: var(--other-color);
}
.video-banner-text p{
    text-shadow: 0 0 3px #000;
    font-weight: 500;
}
.explore-wild-sec {
    text-align: center;
}   
.explore-wild-sec .head-sec{
 text-align:center;
 /* margin-bottom:0; */
}
.explore-wild-sec .head-sec img{
 width:40px; 
}
.explore-wild-sec .head-sec .head-text{
  margin-bottom:5px;
}
.explore-wild-sec h3 {
        /* color: var(--white-color); */
        font-size: 36px;
    }

.explore-wild-sec p {
        /* color: var(--white-color); */
        text-align: left;
    }

.explore-wild-sec ul {
        padding-left: 24px;
        margin-bottom: 20px;
    }

.explore-wild-sec 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; */
    }

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

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

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

.explore-slider-section .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;
    }

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

.explore-slider-section .slider .list .item .type {
        color: var(--white-color);
    }

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

.explore-slider-section .slider .list .item .button .main-btn{
    width:140px;
}
.explore-slider-section .thumbnail {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: max-content;
        z-index: 1;
        display: flex;
        gap: 20px;
    }

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

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

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

.explore-slider-section .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;
    }

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

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

.explore-slider-section .slider .list .item:nth-child(1) .content .title, .explore-slider-section .slider .list .item:nth-child(1) .content .type, .slider .list .item:nth-child(1) .content .description, .explore-slider-section .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;
    }

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

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

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

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

.explore-slider-section .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;
    }

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

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

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

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

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

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

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

.explore-slider-section .slider.prev .list .item:nth-child(2) .content .title, .explore-slider-section .slider.prev .list .item:nth-child(2) .content .type, .explore-slider-section .slider.prev .list .item:nth-child(2) .content .description, .explore-slider-section .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-section .since-year-content {
        padding: 100px 0px;
}
.since-year-section .since-year-content h2 {
            font-size: 90px;
            line-height: 1;
            color: var(--white-color);
        }

.since-year-section .since-year-content 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;
    }
}

.explore-btn {
    text-align: center;
}
#play, #pause{
 display:none; 
}
.head-text {
    color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom:20px;
    display: block;
    line-height: 1.1;
}
.line {
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
    margin-bottom: 10px;
}
.hero-section h1 span{
 color:var(--other-color);
  display:block;
}
.banner-list-item img{
 width:25px; 
}
.banner-list-item p{
 font-size:12px;
 margin-bottom:0;
 text-shadow: 0 0 3px #000;
 font-weight: 500;
}
.banner-list-item {
    gap: 8px;
    width: 18%;
    display: flex;
    align-items: center;
}
.banner-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.banner-list-item:not(:last-child){
 border-right:1px solid #fff;
  padding-right:10px;
}
.search-bar-inner .check img{
 width:25px; 
}
.search-bar-inner label{
 font-size:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:600;
}
.check-info {
    width: 100%;
}
section.attr-amn .col-3{
 width:20%; 
}
section.attr-amn .col-3:not(:last-child){
  border-right: 1px solid lightgrey;
}
section.attr-amn img{
 width: 30px;
}
.attr-amn-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.attr-amn-cont p{
 margin-bottom:0;
  font-size:12px;
}
.attr-amn-cont p.head {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}
section.attr-amn {
    padding-top: 30px;
    padding-bottom: 30px;
}
section.property-sec {
    background: var(--lt-bg-color);
    background-image: url("../images/pro-bg-latest.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 90% bottom;
    padding-bottom: 100px;
}
section.property-sec .head-sec{
 text-align:center; 
}
section.property-sec .head-sec img{
 width:40px; 
}
section.property-sec .head-sec .head-text{
  margin-bottom:5px;
}
section.property-sec .head-sec p{
 max-width:500px;
  margin:auto;
}
section.property-sec .pro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
}
section.property-sec .first-pro {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
section.property-sec .first-pro-img {
    width: 60%;
    position: relative;
    overflow: hidden;
}
section.property-sec .first-pro-img img{
  width:100%;
  height: 450px;
  object-fit:cover;
  transition: all .5s ease;
  transform: scale(1.0);
}
section.property-sec .first-pro:hover .first-pro-img img{
transform: scale(1.05);
}
section.property-sec .pro-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1B1B1B;
    opacity: 0.5;
}
section.property-sec .first-pro-cont {
    width: 40%;
    background: var(--black-color);
    padding:15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.property-sec .first-pro-cont .pro-list-btn{
    margin-top:20px;
}
section.property-sec .first-pro-cont .head-text{
 margin-bottom:8px;
  font-size:12px;
}
section.property-sec .first-pro-cont .line{
  width:30px;
}
section.property-sec .first-pro-cont h3 a{
 color:var(--white-color);
  font-family:var(--heading-font);
}
section.property-sec .sub-title {
    color: var(--secondary-color) !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 1px;
}
section.property-sec .first-pro-cont p{
  color:var(--white-color);
}
section.property-sec .first-pro-cont li{
 list-style:none;
 color:var(--white-color);
 width: 33.33%;
 border-right: 1px solid var(--white-color);
 text-align: center;
 padding: 8px 5px;
 
}
section.property-sec .first-pro-cont ul{
 display:flex;
  flex-wrap:wrap;
}
section.property-sec .first-pro-cont li:nth-child(1), section.property-sec .first-pro-cont li:nth-child(2), section.property-sec .first-pro-cont li:nth-child(3){
  border-bottom: 1px solid var(--white-color);
}
section.property-sec .first-pro-cont li:nth-child(3), section.property-sec .first-pro-cont li:nth-child(6){
  border-right: 0px solid var(--white-color);
}
section.property-sec .first-pro-cont h5{
 font-size: 20px;
    color: var(--white-color);
    margin-top: 15px;
    margin-bottom: 15px; 
}
.pro-list-btn .main-btn{
 display:inline-flex;
  gap:15px;
}
section.property-sec .loc-pro {
    background: var(--black-color);
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    font-size: 11px;
    color: var(--white-color);
    gap: 5px;
    text-transform: uppercase;
}
section.property-sec .loc-pro img{
 width: 18px;
 height: auto;
}
section.property-sec .sec-pro {
    width: 49.3%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
section.property-sec .sec-pro img{
 width:100%;
  height:300px;
  object-fit:cover;
}
section.property-sec .sec-pro-overlay {
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.property-sec .sec-pro-content {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 10px 20px;
}
section.property-sec .sec-pro-content p{
    max-height: 40px;
    overflow: hidden;
}
section.property-sec .coming-soon {
    background: #8080804f;
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 16px;
    font-size: 11px;
    color: var(--white-color);
    gap: 5px;
    text-transform: uppercase;
  margin-bottom:10px;
}
section.property-sec .sec-pro-content .line {
    width: 30px;
}
section.property-sec .sec-pro-content h4{
 color:var(--white-color); 
}
section.property-sec .sec-pro-content p{
  color:var(--white-color);
}
.coming-btn {
    display: inline-flex;
    gap: 15px;
}
.choose-sec .head-sec{
 text-align:center; 
}
.choose-sec .head-sec img{
 width:40px; 
}
.choose-sec .head-sec .head-text{
  margin-bottom:5px;
}
.choose-sec .head-sec p{
 max-width:500px;
  margin:auto;
}
.choose-sec .col-3{
 width:20%;
 text-align: center;
}
.choose-sec .col-3:not(:last-child){
  border-right:1px solid lightgrey; 
}
.choose-icon {
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 100%;
    background: #c97a3d17;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.choose-icon img{
 width: 45px;
 height: 45px;
 object-fit:contain;
}
.choose-content span{
 display: inline-block;
    font-family: var(--heading-font);
    font-size: 26px;
    color: var(--btn-color);
    position: relative; 
}
.choose-content span::before{
 content:"";
  position:absolute;
  left:-40px;
  top:50%;
  transform:translateY(-50%);
  width:25px;
  height:1px;
  background:var(--btn-color);
}
.choose-content span::after{
 content:"";
  position:absolute;
  right:-40px;
  top:50%;
  transform:translateY(-50%);
  width:25px;
  height:1px;
  background:var(--btn-color);
}
.choose-content h4{
 font-size: 28px;
}
.choose-content .line{
  margin-left:auto;
  margin-right:auto;
  width: 25px;
}
section.cta-sec {
    padding: 0;
}
.cta {
    background-image: url(https://images.squarespace-cdn.com/content/v1/66ef1bb3bee947347e24d44b/2b981112-a041-4ec9-a9f3-7aabf554bf17/DJI_0129+%282%29.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--p80) var(--p24);
    text-align: center;
    border-radius: 0;
    /* height: 570px; */
    position: relative;
    /* background-attachment: fixed; */
}
.cta-info {
    position: relative;
    max-width: 672px;
    margin: auto;
}
.cta-info .line{
    margin-left:auto;
    margin-right:auto;
}
.cta-info span.upper-text{
    letter-spacing: .3em;
    color:var(--btn-color);
    text-transform:uppercase;
    font-weight: 600;
    font-size:12px;
    line-height:16px;
}
.cta-info hr{
    margin:auto;
        background-color: var(--btn-color);
    opacity: 1;
    width: 40px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 32px;
}
.cat-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1414148c;
    z-index: 0;
    border-radius: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.cta h2 {
    width: 100%;
    color: #fff;
    /* line-height: 1; */
    text-align: center;
    margin-bottom: 8px;
    font-size: 50px;
}
.cta h2 span{display: block;width:100%;color:var(--secondary-color);font-style:italic;}
.cta p {
    /* font-size: 1rem; */
    /* line-height: 1.5rem; */
    max-width: 70%;
    margin: auto;
    color: #fff;
    margin-bottom:40px;
}
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cta-btn .main-btn svg{
    width:16px;
}
.cta-btn .hero-btn {
    background:transparent;
    margin-top: 0;
    border:1px solid var(--white-color);
}
.cta-btn .hero-btn:hover{
    background:var(--btn-color);
    border-color:var(--btn-color);
}
.all-review-section .head-sec{
 text-align:center; 
}
.all-review-section .head-sec img{
 width:40px; 
}
.all-review-section .head-sec .head-text{
  margin-bottom:5px;
}
.faq-sec .head-sec{
 text-align:center; 
}
.faq-sec .head-sec img{
 width:40px; 
}
.faq-sec .head-sec .head-text{
  margin-bottom:5px;
}
.faq-sec .head-sec p{
 max-width:500px;
  margin:auto;
}
section.faq-sec {
    background: var(--lt-bg-color);
}
section.faq-sec .nav-pills .nav-link {
    border-radius: 0;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid transparent;
  font-weight:500;
  text-transform:uppercase;
}
section.faq-sec .nav-pills .nav-link i{
 font-size:18px; 
}
section.faq-sec .nav-pills{
 justify-content:center;
 gap:25px;
 margin-bottom: 25px !important;
}
section.faq-sec .nav-pills .nav-link:hover, section.faq-sec .nav-pills .nav-link.active{
 border-color:var(--secondary-color); 
  background-color:transparent;
}
section.faq-sec .nav-pills .nav-link:hover i, section.faq-sec .nav-pills .nav-link.active i{
  color:var(--secondary-color);
}
section.faq-sec .accordion-button, section.faq-sec .accordion-item{
  background-color:transparent;
  border-color:lightgrey;
}

.experience-section {
      /* padding: clamp(72px, 8vw, 130px) 24px; */
      overflow: hidden;
      /* background:
        radial-gradient(circle at 88% 8%, rgba(201, 122, 61, .08), transparent 30%),
        linear-gradient(180deg, #fbf8f4 0%, #f7f2ec 100%); */
      background: var(--lt-bg-color);
    }

    .experience-shell {
      width: min(1420px, 100%);
      margin: 0 auto;
    }

    .experience-heading {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 64px;
      align-items: end;
      margin-bottom: 48px;
    }

    .eyebrow {
      color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    font-weight: 700;
        margin-bottom:10px;
    }

    .experience-heading h2 {
      margin: 0;
      /* font-family: "Cormorant Garamond", serif; */
      font-size: 60px;
      /* font-weight: 500; */
      /* line-height: .95; */
      /* letter-spacing: -.035em; */
    }

    .experience-intro {
      max-width: 660px;
      margin: 0 0 8px;
      /* color: var(--body); */
      /* font-size: clamp(16px, 1.25vw, 20px); */
      /* line-height: 1.8; */
    }

    .experience-layout {
      display: grid;
      grid-template-columns: 320px minmax(0, 1fr);
      gap: 30px;
      align-items: stretch;
    }

    .category-panel {
      position: relative;
      padding: 24px;
      border: 1px solid rgba(125, 105, 89, .15);
      border-radius: 28px;
      background: rgba(255, 253, 250, .72);
      backdrop-filter: blur(12px);
      box-shadow: 0 16px 50px rgba(31, 27, 22, .06);
    }

    .category-panel::after {
      content: "";
      position: absolute;
      inset: auto 24px 24px;
      height: 100px;
      pointer-events: none;
      background: linear-gradient(180deg, transparent, rgba(255,253,250,.86));
      border-radius: 0 0 18px 18px;
      display: none;
    }

    .category-kicker {
      margin: 0 0 20px;
      color: var(--muted);
      font-size: 12px;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .category-list {
      display: grid;
      gap: 6px;
    }

    .category-btn {
      width: 100%;
      display: grid;
      grid-template-columns: 40px 1fr auto;
      gap: 14px;
      align-items: center;
      padding: 15px 14px;
      border: 0;
      border-radius: 16px;
      background: transparent;
      color: var(--ink);
      text-align: left;
      cursor: pointer;
      transition: background-color 280ms var(--ease), transform 280ms var(--ease), color 280ms ease;
    }

    .category-btn:hover,
    .category-btn:focus-visible {
      background: var(--secondary-color);
      transform: translateX(4px);
      outline: none;
      color: var(--white-color);
    }

    .category-btn[aria-selected="true"] {
      color: var(--white-color);
      background: var(--secondary-color);
    }

    .category-number {
      color: var(--muted);
      font-size: 12px;
      letter-spacing: .1em;
    }

    .category-label {
      font-family: var(--heading-font);
      font-size: 25px;
      line-height: 1.05;
    }

    .category-arrow {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--muted);
      transition: transform 280ms var(--ease), border-color 280ms ease, color 280ms ease;
    }

    .category-btn[aria-selected="true"] .category-arrow {
      /* color: var(--copper-dark); */
      border-color: rgba(201, 122, 61, .4);
      transform: rotate(-45deg);
    }

    .feature-stage {
      position: relative;
      min-height: 700px;
      border-radius: 30px;
      overflow: hidden;
      background: #1b1b1b;
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .feature-stage::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(17,18,17,.82) 0%, rgba(17,18,17,.55) 39%, rgba(17,18,17,.08) 72%),
        linear-gradient(180deg, transparent 40%, rgba(10,10,10,.45) 100%);
      pointer-events: none;
    }

    .feature-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.035);
      transition: opacity 520ms var(--ease), transform 1100ms var(--ease);
    }

    .feature-stage.is-changing .feature-image {
      opacity: .36;
      transform: scale(1.075);
    }

    .feature-content {
      position: relative;
      z-index: 2;
      min-height: 700px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: clamp(34px, 4vw, 64px);
      color: white;
    }

    .feature-copy {
      width: min(570px, 72%);
      transition: opacity 260ms ease, transform 420ms var(--ease);
    }

    .feature-stage.is-changing .feature-copy,
    .feature-stage.is-changing .recommendation-grid {
      opacity: 0;
      transform: translateY(12px);
    }

    .feature-index {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 40px;
      color: var(--other-color);
      font-size: 12px;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .feature-index::after {
      content: "";
      width: 58px;
      height: 1px;
      background: var(--other-color);
    }

    .feature-title {
      margin: 0 0 18px;
      /* font-family: "Cormorant Garamond", serif; */
      font-size: 50px;
      /* font-weight: 500; */
      /* line-height: .94; */
      /* letter-spacing: -.035em; */
      color: var(--white-color);
    }

    .feature-description {
      max-width: 540px;
      margin: 0;
      color: rgba(255,255,255,.82);
      font-size: 17px;
      line-height: 1.8;
    }

    .feature-cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: fit-content;
      margin-top: 30px;
      padding: 13px 0;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,.6);
      transition: gap 260ms var(--ease), color 260ms ease, border-color 260ms ease;
    }

    .feature-cta:hover,
    .feature-cta:focus-visible {
      gap: 20px;
      color: var(--secondary-color);
      border-color: var(--secondary-color);
      outline: none;
    }

    .recommendation-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      transition: opacity 260ms ease, transform 420ms var(--ease);
    }

    .recommendation-card {
      position: relative;
      min-height: 196px;
      padding: 22px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 20px;
      background: rgba(16,16,16,.42);
      backdrop-filter: blur(14px);
      overflow: hidden;
      transition: transform 320ms var(--ease), background-color 320ms ease, border-color 320ms ease;
    }

    .recommendation-card:hover {
      transform: translateY(-5px);
      background: rgba(16,16,16,.58);
      border-color: #d89a6373;
    }

    .recommendation-card__meta {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      color: var(--other-color);
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .recommendation-card h3 {
      margin: 34px 0 8px;
      /* font-family: "Cormorant Garamond", serif; */
      font-size: 30px;
      font-weight: 500;
      line-height: 1;
      color: var(--white-color);
    }

    .recommendation-card p {
      margin: 0;
      color: rgba(255,255,255,.72);
      font-size: 13px;
      line-height: 1.6;
    }

    .experience-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin-top: 24px;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: rgba(255,253,250,.82);
      overflow: hidden;
    }

    .strip-item {
      position: relative;
      padding: 24px 26px;
    }

    .strip-item + .strip-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 20%;
      bottom: 20%;
      width: 1px;
      background: var(--line);
    }

    .strip-value {
      display: block;
      margin-bottom: 4px;
      font-family: var(--heading-font);
      font-size: 28px;
      line-height: 1;
    }

    .strip-label {
      color: var(--muted);
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 780ms var(--ease), transform 780ms var(--ease);
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
.explore-wild-sec .abt-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
}
.explore-wild-sec .abt-cont {
    padding-right: 20px;
}
section.explore-wild-sec {
    background: url(../images/abt-banner.png);
}
    @media (max-width: 1100px) {
      .experience-heading {grid-template-columns: 1fr;gap: 20px;margin-bottom: 20px;}
      .experience-layout { grid-template-columns: 1fr; }
      .category-panel { overflow-x: auto; padding: 16px; }
      .category-kicker {/* display: none; */}
      .category-list {display: flex;width: max-content;gap: 8px;flex-direction: column;width: 100%;align-items: center;justify-content: center;}
      .category-btn {
        width: 100%;
        /* min-width: max-content; */
        /* grid-template-columns: auto 1fr; */
        padding: 12px 12px;
        border: 1px solid var(--line);
        border-radius: 999px;
        text-align: center;
        gap: 8px;
      }
      .category-number, .category-arrow {/* display: none; */}
      .category-label {/* font-family: "Manrope", sans-serif; */font-size: 18px;/* font-weight: 600; */}
      .feature-stage, .feature-content { min-height: 720px; }
      .feature-copy { width: min(620px, 90%); }
    }

    @media (max-width: 760px) {
      .strip-item{
       padding:15px; 
      }
      .strip-value{
       font-size:24px; 
      }
      .experience-heading h2 {font-size: 40px;}
      .feature-stage, .feature-content { min-height: 760px; }
      .feature-stage::after {
        background:
          linear-gradient(180deg, rgba(17,18,17,.18) 0%, rgba(17,18,17,.64) 48%, rgba(10,10,10,.86) 100%);
      }
      .feature-content { padding: 28px 22px; }
      .feature-copy { width: 100%; margin-top: auto; }
      .feature-index {margin-bottom: 15px;}
      .feature-title {font-size: 30px;}
        .feature-cta{
            margin-top:0;
        }
      .feature-description { font-size: 15px; }
      .recommendation-grid {
        grid-template-columns: 1fr;
        margin-top: 15px;
      }
      .recommendation-card {min-height: auto;padding: 15px;}
      .recommendation-card h3 {margin-top: 15px;font-size: 24px;}
      .experience-strip { grid-template-columns: 1fr 1fr; }
      .strip-item:nth-child(3)::before { display: none; }
      .strip-item:nth-child(n+3) { border-top: 1px solid var(--line); }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
      }
    } 

.first-pro.rev {
    flex-direction: row-reverse;
}
.client-rateing p::-webkit-scrollbar {
  width: 8px;   /* vertical ke liye */
  height: 8px;  /* horizontal ke liye */
}

.client-rateing p::-webkit-scrollbar-track {
  background: var(--lt-bg-color);
  border-radius: 8px;
}
.client-rateing p::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 8px;
}