/*video section*/

.banner-wrapper {
    height: 100vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    height: 100%;
    overflow: hidden;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000017;
    z-index: 0;
}

.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hero-content h1 {
    /* font-family: GoudyOldStyle Roman; */
    font-size: 70px;
    width: 90%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    margin-top: 50px;
    font-weight: normal;
    color: white;
}

.hero-content p {
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: americanscribe;
}

.h-big {
    font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span {
    font-size: 96px;
}

.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.search-sec {
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.search-bar {
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: #F7F7F7;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 75%;
    margin: auto;
}

.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}

.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}

.search-bar select {
    font-size: var(--f15);
    color: #999;
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p12) 0 0;
    background: #F7F7F7;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 45px;
    width: 100%;
}

.search-bar select option {
    color: var(--black-color);
}

.search-bar input {
    font-size: var(--f15);
    color: var(--primary-color);
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0px 0 0px 0px;
    height: 30px;
    background: transparent !important;
    border: 0px solid;
    text-transform: capitalize;
}

.search-bar img {
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.search-bar input#end_date {
    /* padding-left: 20px; */
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4f5962;
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: #4f5962;
    position: absolute;
    top: 1.5rem;
    font-size: var(--f18);
    left: 20px;
}

.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: var(--p20);
    padding-right: var(--p20);
    padding-top: 0;
    padding-bottom: 0;
    border: 0px solid var(--white-color);
    text-align: left;
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check i {
    top: 18px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-left: 1px solid #f2f2f2;
}

.search-bar button.main-btn {
    width: 100%;
    height: 73px;
    letter-spacing: 1px;
    display: block !important;
    color: var(--white-color);
    background: var(--secondary-color);
}

.search-bar button.main-btn:hover {
    background: var(--btn-color);
}

.search-bar button.main-btn.close111 {
    height: 42px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
    width: 100%;
    margin-left: auto;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    /* width: 50%; */
}

.search-bar .guest {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.search-bar .guest i {
    left: 30px;
    top: 18px;
}

.search-bar .check.right,
.search-bar .check.left {
    text-align: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.search-bar .check.right {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.search-bar .main-check {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* border: 1px solid var(--white-color); */
    /* display: flex; */
    /* gap: 1%; */
    /* justify-content: space-between; */
}

.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before {
    display: none;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: center;
    /* gap: 0 25px; */
    justify-content: space-between;
}

div#guestsss {
    width: 100%;
    min-width: 260px;
    /* background: var(--white-color); */
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 10px;
    margin-top: 9px;
    border-radius: 4px;
    border: 1px solid #d8dce1;
    display: none;
    /* box-shadow: 0px 0px 3px 0px #888888; */
    background-color: #fff;
    /* border-radius: 0px; */
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--black-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
}

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

#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}

#guestsss .adult-box p {
    letter-spacing: 0px;
    color: var(--primary-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f16);
    text-align: left;
    margin: 0px;
    text-transform: inherit;
}

#guestsss button.button1 {
    height: 4px;
    background: transparent;
    height: 44px;
    /* height: 30px; */
    width: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f25);
    /* line-height: 30px; */
    margin-left: 0;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    transition: all .3s;
    cursor: pointer;
    border-radius: 22px 0 0 22px;
    border-right: 0px solid;
}

#guestsss button.button11.button1 {
    margin-left: -4px;
    border-radius: 0 22px 22px 0;
    border-left: none;
    margin-right: 0px;
}

#guestsss button.button1:hover {
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}

p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}

.pets-value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 50px !important;
    z-index: 9;
    background: transparent !important;
    padding-left: 0px;
}

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

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

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

.scroll .chevron:before,
.scroll .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--white-color);
}

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

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

@keyframes move {
    25% {
        opacity: 1;

    }

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

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

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

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

@keyframes pulse {
    to {
        opacity: 1;
    }
}

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

.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    flex-direction: column;
}

.video-cont h2 {
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}

.video-cont .container {
    margin-bottom: 0px;
    max-width: 1076px !important;
    /* padding: 10px; */
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont {
    text-align: center;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /*text-transform: capitalize;*/
    font-size: var(--f80);
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    line-height: 90px;
    letter-spacing: 0;
    font-family: var(--heading-font);
    font-weight: 400;
    text-align: center;
    position: relative;
    /* text-transform: uppercase; */
}

.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}

.video-cont p {
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f16);
    text-align: center;
    letter-spacing: 1px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}

.video-cont .features-video {
    display: flex;
    gap: 60px;
    display: none;
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color);
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .video-sec {
    width: 100%;
    height: 100%;
}

#datepicker-demo17.datepicker {
    left: 0;
}

.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}

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

/*About css start*/
section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

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

section.about-us .abt-para {
    max-height: 350px;
    overflow: hidden;
}

section.about-us .about-content-sec {
    padding-right: 50px
}

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



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

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .1);
    filter: brightness(.8)
}

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 {
    margin: -50px 0 30px -15%
}

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

section.about-us {
    padding-top: 100px;
    padding-bottom: 60px;
}

/*Reviews css*/

section.testimonial .bg-img {
    background: url('../images/judson.jpeg');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-7 {
    width: 100%;
}

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

section.testimonial {
    background: var(--white-color);
    position: relative;
    background: #d28240;
}

.testimonial h2 {
    color: var(--heading-color);
}

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

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}

section.testimonial .head-sec {
    position: relative;
    text-align: center;
    /* width: 70%; */
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m20);
}

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

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

section.testimonial .testy {

    margin: auto;
    padding: 0;
    padding-bottom: 0;
    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;
    /* height: 100px; */
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}

section.testimonial .top-text.btm {
    margin: 10px 0 0 0;
}

section.testimonial .test-card p.indentity {
    font-size: 16px;
}

section.testimonial .overlay {
    /* background-color: #f5f5f5; */
    /* width: 120%; */
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    /* right: 180px; */
    /* padding: 50px 80px; */
    height: 85%;
}

section.testimonial .owl-nav {
    display: flex;
    /*gap: 10px;
    position: relative;
    left: 0px;
    top: 10px;
    justify-content: center;*/
}

section.testimonial button.owl-prev {
    font-size: 16px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translateY(-50%);
}

section.testimonial button.owl-next {
    font-size: 16px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
}

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

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

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

section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 17%; */
    /* top: 20%; */
    /* -webkit-transform: translate3d(-50%, -10px, 0); */
    -moz-transform: translate3d(-50%, -10px, 0);
    /* transform: translate3d(-50%, -10px, 0); */
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 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: 15px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07);
    padding: var(--p30);
    height: 300px;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border: 2px solid #e5e5e5;
}

section.testimonial .test-card p {
    /*color: var(--black-color);
    line-height: 1.6;*/
    margin-bottom: 0;
    /*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(--m20);
    text-align: center;
}

section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    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: 0;
    font-size: var(--f16);
    font-weight: 700;
    text-align: left;
    color: var(--secondary-color);
    margin-bottom: 0;
}

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

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
    text-align: left;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 121px;
    margin-bottom: 0px;
    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: 0;
    height: 100%;
}

/*.owl-carousel.owl-theme.test-slid.owl-loaded.owl-drag button.owl-prev {    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translateY(-50%);
}
.owl-carousel.owl-theme.test-slid.owl-loaded.owl-drag button.owl-next {    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
}*/

/*end Review section*/

section.reviews-section {
    /* background: #F8F9FB; */
    padding: 0 20px;
}

section.reviews-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button {
    width: 111px;
    height: 48px;
    padding: 0px !important;
    background-color: var(--btn-color) !important;
    border-radius: 0px !important;
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
    padding: 14px 20px 14px 20px !important;
    font-size: 13px !important;
    color: #fff;
}

/*Faq css*/
section.faq-section .head-sec {
    text-align: center;
    margin-bottom: 20px;
}

section.faq-section .accordion-button {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border-bottom: 0px solid;
}

section.faq-section .accordion-flush .accordion-item {
    border: 0px solid;
}

section.faq-section .accordion-button::after {
    transform: rotate(268deg);
}

section.faq-section .accordion-body {
    padding: 15px;
    color: var(--primary-color);
    line-height: 30px;
}

section.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 var(--bs-accordion-border-color);
    color: var(--secondary-color);
}

section.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/up-chevron.png);
}

/*Cta css*/
section.cta-sec {
    /* position: fixed; */
    padding: 0;
    height: 465px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

section.cta-sec .overlay {
    background-color: #000000;
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section.cta-sec .container {
    position: relative;
    z-index: 1;
}

section.cta-sec .content {
    text-align: center;
}

section.cta-sec .head-sec h2 {
    color: var(--white-color);
}

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

section.cta-sec p {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
}

section.cta-sec ul.fees {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

section.cta-sec ul.fees li {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-left: 20px;
    padding-right: 20px;
}

section.cta-sec ul.fees li::after {
    right: -20px;
    width: auto;
    left: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

section.cta-sec ul.fees li:not(:last-child)::after {
    content: "";
    border-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;

}

section.cta-sec a.button {
    width: 128px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    background: transparent;
    border: 1px solid var(--white-color);
}

section.cta-sec a.button:hover {
    background: var(--white-color);
    color: var(--secondary-color)
}

/*Project section css*/
section.project-section {
    background: #F8F9FB;
}

section.project-section .project-details {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

section.project-section .project-details img {
    width: 471px;
    margin-bottom: 30px;
}

section.project-section .project-details h3 {
    font-size: var(--f22);
    color: var(--primary-color);
    margin-bottom: 20px;
}

section.project-section .project-details p {
    margin-bottom: 40px;
}

section.project-section .project-details a.button {
    width: 104px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/*Attracttion css*/
section.how-we-value-wrapp.atr {
    background: #F8F9FB;
}

section.how-we-value-wrapp.atr .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

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

}

.how-we-value-wrapp h2 {
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}

.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: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

.how-we-value-wrapp .atr-cont h4 {
    margin-bottom: 0px;
    font-size: var(--f20);
    font-family: var(--primary-font);
    padding: var(--p15) 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 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: auto;
    margin-top: var(--m10);
}

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

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

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

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

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

.head-btn.mob {
    display: none;
}

/* about owner */


section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* color: var(--black-color); */
    /* font-family: var(--heading-font); */
}

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: 0;
    top: 0;
    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: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 30%);
    display: flex;
    border-radius: 50px;
    height: 500px;
}

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

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 var(--secondary-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}

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

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

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

section.about-owner .abt-btn a.button {
    width: 150px;
}

/* att */

.attractions_wrapper1 {
    padding-bottom: 0;
}

.attractions_wrapper {
    /* background: #fff; */
    /* padding: 85px 12px 60px; */
    padding-top: 60px;
    /* padding-bottom: 0; */
}

.attractions_wrapper a.main-btn {
    width: 200px;
}

.attractions_wrapper h2 {
    text-align: center;
}

.attractions_wrapper h3::after {
    left: 47%;
    bottom: -25px;
}

.attr_overlay {
    /*position: relative;*/

    /*background: #000;*/
}

.attr-over {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attr_img:hover .attr-over {
    background: rgba(0, 0, 0, 0.7);
}

.attractions_left {
    /*border: 1px solid #cfcfcf;
    transition: all .5s;*/
    /*border-bottom: 2px solid #cfcfcf;*/
    /*border-radius: 10px;*/
    margin-bottom: 1.5rem;
}

.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

.attr_img {
    height: 367px;
    object-fit: cover;
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px #bbb;
    width: 100%;
}

.attr_img:hover {
    border-radius: 0px;
}

.attr_img.mdl {
    aspect-ratio: 0.712;
}

.attr_img img {
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.attr_img:hover img {
    transform: scale(1.2);
}

.attr-over h4 {
    color: var(--white-color);
    font-size: 23px;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    font-weight: 500;
    font-family: var(--heading-font);
}

.attr-over p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #8EAEB9;
    /* color: var(--btn-color); */
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

.attractions_wrapper .attr-over p {
    display: none;
}

.attr_img:hover .attr-over p {
    display: block;
}

.line {
    display: none;
}

.section-title h3 {
    text-align: center;
}


.attractions-item-wrap {
    margin-top: 20px;
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.more-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .head-sec h4 {
    text-align: center;

}

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

section.banner-wrapper h2 {
    color: var(--white-color);
}

/* property list  */

section.properties-list {
    /* padding-bottom: 40px; */
    /* padding-top: 15px; */
}

.pro_sec_btn {
    margin-top: 50px;
    text-align: center;
}

section.properties-list .head-sec {
    text-align: center;
    margin-bottom: 30px;
}

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: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .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 0;
}

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: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}

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

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


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;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

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

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


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

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: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

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

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    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);
    /* font-family: var(--heading-font); */
}

.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: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid #36454f59;
    padding-bottom: 0;
}

.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 #36454f59;
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    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: var(--other-color);
}

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

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: #ef3f3e;
    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;
    color: var(--heading-color);
    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);
}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

section.properties-list .list-content {
    padding: 14px;
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden;
}

section.properties-list .property-list h3 a {
    color: var(--black-color);
    font-family: var(--secondary-font);
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white-color);
    height: 24px;
    overflow: hidden;
}

section.properties-list .property-list ul {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
}

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


section.properties-list .property-list li span {
    margin-right: 0px;
}


section.properties-list .property-list li i {
    margin-right: 0;
    color: var(--black-color);
}


section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}


.price {
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: -.06em;
    margin-right: 0px;
    font-family: var(--heading-font);
}

section.properties-list .property-list .price p {
    margin-bottom: 0;
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden;
}

section.properties-list .property-list .pro-btn {
    margin-top: 0px;
}

.pro-btn {
    text-align: left;
    border-top: 0px solid #b7b5b5;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
}

section.properties-list .property-list a.main-btn {
    padding: 12px 11px;
    font-size: 13px;
    display: block;
}


section.properties-list .property-list li {
    flex-direction: column;
    gap: 5px;
}

section.properties-list .property-list {
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1);
    transition: transform .4s;
}

section.properties-list .row {
    gap: 40px 0;
}

.about_para {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

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

section.experience-sec {
    /* padding: var(--p60) var(--p12); */
    /* padding-bottom: var(--p20); */
    padding-top: 40px;
}

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

/*Properties css*/


ul.home-ammenities {
    gap: 8px;
    padding-left: 0;
    justify-content: space-between;
}

section.featured-pro .col-3.price {
    display: flex;
    justify-content: end;
    align-items: center;
}

section.featured-pro .col-3.price .main-btn {
    width: 130px;
    text-align: center;
}

section.featured-pro .row .ammenity .col-9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}

.prop-cont span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: var(--f18);
    margin-bottom: var(--p10);
}

span.adr {
    display: block;
}

.prop-cont .price {
    font-weight: 600;
    font-size: var(--f25);
    font-family: var(--primary-font);
}

.prop-cont .amenity-area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m30);
}

.prop-cont h3 {
    font-weight: 600;
    font-size: var(--f25);
    font-family: var(--primary-font);
}

section.featured-pro button.owl-prev {
    position: absolute;
    left: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev.disabled,
section.featured-pro button.owl-next.disabled {
    opacity: 0;
}

section.featured-pro .col-6.prop-cont h4 {
    color: var(--secondary-color);
    font-size: var(--f23);
    font-weight: 400;
}

section.featured-pro {
    padding-top: 120px;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}

section.featured-pro .row {
    gap: 20px 0;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

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

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

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

section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

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

section.featured-pro .rating i.checked {
    color: #FCAF3D;
}

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

section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 33px;
    overflow: hidden;
}

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

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

section.featured-pro ul {
    padding: var(--p20) var(--p20) var(--p15);
    background-color: var(--lt-bg-color);
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: left;
    border-radius: 10px;
}

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



section.featured-pro ul li {
    font-size: var(--f16);
    color: var(--primary-color);
}

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

section.featured-pro .pro-img {
    position: relative;
}

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

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}

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

.about-pd-r {
    padding-right: 5rem;
}

.sub-title {
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_wrapper .sub-title {
    margin-bottom: 1rem;
}

.about_wrapper .borders {
    margin: 0;
}

.about-img2 {
    /* background: var(--heading-color); */
    border-radius: 15px;
    padding: 0%;
    /* border: 25px solid var(--heading-color); */
    overflow: hidden;
}

.about-img2 img {
    width: 100%;
    aspect-ratio: 1.2;
    height: 450px;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
    transition: all 400ms ease-in 0s;
}

.about-img2:hover img {
    webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.borders {
    height: 3px;
    width: 75px;
    background-color: var(--heading-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.about-dec {
    margin-top: 1rem;
    height: 244px;
    overflow: hidden;
    margin-bottom: 20px;
}



section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

.shape-img {
    padding-top: 20rem;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.shape-img img {
    width: 63%;
    height: 200px;
}

section.gallery .col-9.md-12.sm-12 {
    width: 70%;
}

.gallery .rev {
    justify-content: space-between;
}

.gallery #second {
    padding-top: var(--p20);
}

.gallery .rev .col-7 {
    /* border: 1px solid #080816; */
    width: 57%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 15px;
}

.gallery .rev .col-5 {
    /* border: 1px solid #080816; */
    width: 40%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 15px;
}

.gallery .rev .col-7 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}

.gallery .rev .col-7 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.gallery .rev .col-7 .img img:hover {
    transform: scale(1.2);
}

.gallery .rev .col-5 .img {
    border-radius: 15px;
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
}

.gallery .rev .col-5 .img img:hover {
    transform: scale(1.2);
}

.gallery .rev .col-5 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    cursor: pointer;
}

.gallery .rev .col-6 {
    border: 1px solid #080816;
    width: 49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}

.gallery .rev .col-6 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}

a.gallery-btn {
    /* font-size: var(--f16); */
    margin-top: var(--m30);
}

a.gallery-btn .fa-solid,
.fas {}

section.gallery .head-sec {
    position: relative;
}

.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    /* top: 0; */
    /* left: 0; */
    width: 100px;
    /* height: auto; */
    display: none;
}

section.gallery .head-sec h2 {
    font-size: 50px;
    text-align: left;
}


section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

section.cta {
    background: url(../images/cta-bg.jpg);
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    /* padding-bottom: 260px; */
}

section.cta .shape img {
    width: 350px;
    object-fit: cover;
}

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

section.cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

section.cta .head-sec h2 {
    text-align: left;
    color: var(--white-color);
    text-align: center;
}

section.cta .content p {
    color: var(--white-color);
    text-align: center;
}

section.cta .content .main-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

section.cta .man-img {
    position: relative;
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.cta a.button {
    width: 150px;
}

section.cta a.button:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}

section.attraction .head-sec p {
    padding-left: 0;
    text-align: left;
}

section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.attraction .col-6.right .arrow {
    opacity: 1;
    visibility: visible;
}

section.attraction .col-6.left {
    display: flex;
    flex-direction: column;
}

section.attraction .col-md-4 {
    padding: var(--p8);
    position: relative;
}

section.attraction .col-md-4 a {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

section.attraction .row {
    gap: 0px 0;
}

section.attraction .img-card {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

section.attraction .col-md-4:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}

section.attraction .atr-cont {
    background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}

section.attraction .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 27px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding-right: 5px;
}

section.attraction .head-sec {
    text-align: left;
    margin-bottom: 40px;
}

section.attraction .para-attr {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}

section.attraction .para-attr p {
    color: var(--white-color);
    font-size: var(--f18);
}

section.attraction .col-md-4:hover .para-attr {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

section.attraction .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

section.attraction .arrow:hover {
    background: var(--white-color);
    color: var(--btn-color);
}

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

section.attraction .pro-btn {
    text-align: center;
    margin-top: var(--m30);
}

section.attraction .col-md-4:hover .atr-cont {
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

section.attraction .col-md-4:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}

section.attraction .col-md-4:hover .arrow {
    opacity: 1;
    visibility: visible;
}

section.attraction .right.mob {
    display: none;
}

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

section.collection-section .img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

section.collection-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

section.collection-section .collection-content:hover img {
    transform: scale(1.1);
}

section.collection-section .collection-content {
    position: relative;
}

section.collection-section .collection-content h3 {
    font-size: 28px;
    /* font-weight: bold; */
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-bottom: 0;
    text-shadow: 0 0 3px #000000ba;
    text-align: center;
}

section.collection-section .collection-content h3 a {
    color: var(--white-color);
}

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

section.gallery .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.gallery .head-sec h2 {
    text-align: center;
}

section.collection-section {
    background: #E2B6A7;
}

section.gallery {
    background: #F2E3CE;
}

section.gallery .gallery-btn {
    text-align: center;
}

section.single_pro_sec img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.single_pro_sec {
    background: var(--btn-color);
    margin-top: 100px;
}

section.single_pro_sec h4,
h5,
h6 {
    color: white;
}

section.single_pro_sec h4 a {
    color: white;
}

section.single_pro_sec h5 {
    font-size: 20px;
}

section.single_pro_sec h6 {
    font-size: 16px;
}

.property .arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 0px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.property .head-sec {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: var(--m30);
    position: relative;
}

.property .arrow-mask-right {
    left: 0px;
    clip-path: inset(0px 100% 0px 0);
}

.property .arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: relative;
}

.property .head-sec h2 {
    font-size: var(--f35);
    line-height: 1.3;
    font-weight: 600;
    color: var(--heading-color);
    text-transform: inherit;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
    text-align: left;
}

.main-img {
    overflow: hidden;
    height: 400px;
    margin-bottom: var(--m10);
    border-radius: 15px 15px 0px 0px;
}

.property .main-img img {
    width: 100%;
    margin-bottom: 10px;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 0 4px;
    cursor: pointer;
    transition: all 0.5s ease;
    transform: scale(1);
    border-radius: 15px 15px 0px 0px;
}

.property .main-img img:hover {
    transform: scale(1.2);
}

.bottom-gallery {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
}

.bottom-gallery .col-4 {
    width: 32%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.bottom-gallery .col-4 img {
    height: 180px;
    width: 100%;
    box-shadow: 0 0 4px;
    transition: all 0.5s ease;
    transform: scale(1);
    cursor: pointer;
    object-fit: cover;
}

.bottom-gallery .col-4 img:hover {
    transform: scale(1.3);
}

.property .gallery {
    padding-right: 4%;
    padding-left: 0px;
}

.property .property-detail {
    padding-left: 1%;
}

.property .property-detail h3 {
    margin-bottom: var(--m25);
    /* font-size: var(--f26); */
    /* height: 90px; */
    /* overflow: hidden; */
    color: var(--heading-color);
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}

.property .property-detail h6 {
    margin-bottom: var(--m20);
    font-size: var(--f15);
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--primary-color);
}

.property .property-detail h6 i {
    color: var(--secondary-color);
}

.property .property-detail p {
    margin-bottom: var(--m0);
    line-height: 25px;
    letter-spacing: 0.01em;
    padding-top: var(--p10);
    font-size: var(--f18);
}

.property .home-ammenities {
    display: flex;
    padding-top: 20px;
}

.property .home-ammenities li {
    font-size: var(--f18);
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.property .home-ammenities li .fa-solid,
.fas {
    color: var(--secondary-color);
    font-size: 20px;
    width: 25px;
}

.property .home-ammenities span {
    color: var(--black-color);
    font-weight: 400;
    font-size: var(--f16);
}

.property a.button {
    width: 180px;
    display: block;
    margin-top: var(--m20);
    text-align: center;
}

.property .pro-cont {
    /* height: 215px; */
    overflow: hidden;
}

.property .pro-cont li {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    list-style: disc;
}

.property .pro-cont ul {
    padding-left: 20px;
}

.booking_sec {
    background-image: url(../images/hero_Kauai.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    padding: 0px 0px;
}

.booking_sec h3 {
    color: var(--text-white);
    margin-top: 20px;
    font-size: 35px;
}

.booking_sec .main-container {
    padding: 0px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.booking_img {
    position: absolute;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -24%;
    box-shadow: 0px 0px 0px 10px #ffffff85;
}

.booking_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: none;
}

.bookin_box h2 {
    line-height: 1.2;
    font-size: 2rem;
    border-left: 0px solid #fff;
    padding-left: 0px;
    font-weight: 400;
    font-family: var(--primary-font);
}

.bookin_box p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.bookin_box a {
    margin-top: 0rem !important;
    margin-bottom: 0px !important;
}

.booking-right_sec {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    color: #fff;
    width: 100%;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.booking-right_sec p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.booking-right_sec h2 {
    font-size: 45px;
    line-height: 1.2;
    border-left: 3px solid #fff;
    padding-left: 29px;
    color: var(--white-color);
}

section.property {
    padding-top: 125px;
}

#exampleModal_form .modal-dialog {
    min-width: 715px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#exampleModal_form .modal-content {
    background-color: var(--lt-bg-color);
    border: 0px;
    border-radius: 0px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#exampleModal_form .modal-body {
    /* padding-top: 0px; */
    /* padding: 0px; */
    background: white;
}

#exampleModal_form button.btn-close {
    position: absolute;
    left: 10px;
    top: 10px;
}

#exampleModal_form form {
    margin-top: 0;
}

#exampleModal_form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-section img {
    width: 75%;
}

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

.logo-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}


.logo_sec_img {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    padding: 25px !important;
    text-align: center !important;
    border-radius: 15px !important;
}

#model-form .modal-dialog {
    max-width: 630px;
    margin: 0 auto;
    margin-top: 45px;
}

#model-form .modal-content {
    /* border: 1px solid #fff; */
    border-radius: 15px;
}

#model-form .modal-body {
    padding: 30px;
}

#model-form button.btn-close {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}

#model-form .modal-info {
    padding: 10px;
}

#model-form .modal-info h4 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: var(--f24);
    color: var(--heading-color);
    line-height: 1.5;
}

#model-form .modal-info p {
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
}

#model-form .modal-info h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 25px;
    color: black;
}

#model-form .modal-info input,
#model-form .modal-info textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}

#model-form .modal-info .row {
    justify-content: space-between;
}

#model-form .modal-info .col-4 {
    padding: 10px 0;
    width: 49.5%;
}

#model-form .modal-info label {
    line-height: 19px;
    margin-bottom: 15px;
}

#model-form .modal-info input,
#model-form .modal-info textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}

#model-form .modal-info textarea {
    height: 120px;
}

#model-form .modal-info input,
#model-form .modal-info textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}

#model-form .modal-info .col-12 {
    padding: 5px 0;
}

#model-form .modal-info button.main-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 15px;
    height: 50px;
    background: var(--btn-color);
    font-size: 17px;
}


.bottom-gallery .col-4:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bottom-gallery .col-4:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.marquee-content {
    display: flex;
    animation: marquee 7s linear infinite;
    will-change: transform;
    justify-content: center;
    align-items: center;
}

section.marque-sec {
    background: var(--secondary-color);
    overflow: hidden;
}

.marquee-item p {
    color: white;
}

.marquee-item {
    flex: 0 0 14vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /* justify-content: center; */
    /*   margin: 0 2vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marquee-item p {
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
}

.marquee-item img {
    display: block;
    width: 85px;
    margin-bottom: 10px;
    /*   padding: 0 20px; */
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}




.logos .item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}

.logos .item img {
    width: 50%;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    object-fit: contain;
}

.logos .item p {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

section.logos {
    background: var(--white-color);
}



.popup-bottom-para p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0 !important;
}



.popup-top-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.es-review-background-container {
    background-color: #fff !important;
}

.es-header-container {
    background-color: #fff !important;
}

.es-tabs-container {
    background-color: #fff !important;
}

.es-load-more-button {
    width: 180px;
    background: var(--btn-color) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px !important;
    color: var(--white-color);
    border-radius: 40px !important;
    box-shadow: 0 0 0 !important;
}

section.testimonial .es-load-more-button span {
    color: #fff;
    background-color: transparent !important;
}

.es-widget-title-container {
    display: none;
}

/* who we are section */

section.features-sec {
    text-align: center;
    background: #D28240;
}

.features-content img {
    width: 55px;
}

section.features-sec h5 {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin: 15px 0 10px;
}

section.features-sec p {
    text-align: center;
    font-size: 15px;
}

section.features-sec .col-lg-3.col-md-6.col-12.mt-4 {
    padding: 25px 10px 0;
    transition: all 0.3s ease;
    box-shadow: 15px 15px 30px #bebebe;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 50px -12px inset, rgba(0, 0, 0, 0.3) 0px 0px 26px -18px inset;
    border-radius: 10px;
    width: 23%;
    margin: 0 10px;
    background: white;
}

/* review section */

button.ButtonBase__ButtonContainer-sc-c65ab2ce-3.dLhUFN.HeaderWriteReviewButton__WriteReviewButton-sc-8f3d2b0c-1.eVxUcu.es-header-write-review-button {
    background: #204652 !important;
}

section.top-text {
    padding-top: 110px;
}


.top-para p {
    text-align: center;
}


section.about-owner {
    background: #f2e3ce;
}


section.attraction {
    background: #e2b6a7;
}


section.signature-ex .card1 {
    height: 300px;
    width: 270px;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-position: center;
}

section.signature-ex .card2 {
    height: 300px;
    width: 270px;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-position: center;
}

section.signature-ex .card3 {
    height: 300px;
    width: 270px;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-position: center;
}

section.signature-ex .card4 {
    height: 300px;
    width: 270px;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-position: center;
}

section.signature-ex .card:hover .card_content,
.card:hover .card_bottom_shadow {
    bottom: 0
}


section.signature-ex .card:hover {
    /* transform:scale(1.14); */
}


section.signature-ex .card_content {
    z-index: 2;
    color: #fff;
    font-family: Arial;
    padding: 0px 20px 25px;
    position: absolute;
    bottom: -150px;
    left: 0;
    transition: all 0.1;
}

section.signature-ex .card_title {
    font-size: 20px;
    font-weight: 600;
}

section.signature-ex .card_desc {
    font-size: 14px;
    margin-top: 5px;
}

section.signature-ex .card_bottom_shadow {
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
    transition: all 0.1s;
    background-image: linear-gradient(180deg,
            transparent,
            rgba(37, 37, 37, 0.61),
            #111);
}

section.signature-ex {
    /* padding-top:20px; */
    background: var(--lt-bg-color);
}


.stay-img {
    text-align: center;
    position: relative;
}


.stay-img1 {
    width: 80%;
}

img.stay-img3 {
    position: absolute;
    top: 67%;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

img.stay-img2 {
    position: absolute;
    top: -70px;
    left: -6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.the-stay-sec .head-sec {
    margin-bottom: 100px;
}

section.the-stay-sec {
    padding-bottom: 60px;
    background: #e2b6a7;
}

section.the-stay-sec ul,
li {
    list-style: disc;
    /* padding-left: 9px; */
    /* margin-left: 3px; */
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f18);
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: 400;
}


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


section.pick-sec .row {
    justify-content: center;
}

section.pick-sec .col-2 {
    width: 20%;
}


.pick-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: var(--p10) var(--p10) var(--p20);
    height: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.pick-card p {
    font-size: 16px;
    text-align: center;
}

section.pick-sec ul li {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
}

section.pick-sec ul {
    padding-left: 24px;
}

section.pick-sec h6 {
    color: var(--heading-color);
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.pick-card img {
    display: block;
    margin: auto;
    width: 25%;
    padding-top: 10px;
}

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


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

section.gallery .row.rev .img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

section.home-gallery span {
    text-align: right;
    display: block;
}

section.home-gallery .col-5 {
    padding-left: var(--p40);
    padding-right: var(--p40);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.home-gallery p {
    font-weight: 300;
}

section.home-gallery a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
}

section.home-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0 var(--p2);
}

section.home-gallery .slick-prev:before,
section.home-gallery .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: var(--black-color);
}

section.home-gallery .slick-prev,
section.home-gallery .slick-next {
    z-index: 1;
}

section.home-gallery .slick-prev {
    left: 10px;
}

section.home-gallery .slick-next {
    right: 28px;
}

section.home-gallery .content {
    height: 225px;
    overflow: hidden;
}

section.gallery .head-sec h2 {
    font-size: 50px;
    text-align: left;
}

section.gallery .head-sec {
    position: relative;
}

.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

.explore-card h5 {
    color: var(--heading-color);
}


.explore-card {
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.explore-card p {
    text-align: center;
    width: 98%;
}

section.explore-area-sec .row {
    gap: 60px 0;
}

section.explore-area-sec {
    background: #f2e3ce;
}


.explore-img {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.explore-img img {
    width: 80%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.contact-form {
    position: relative;
    margin-top: 0rem;
}

.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}

.contact-map {
    overflow: hidden;
    /* height: 100%; */
    box-shadow: 0px 0px 5px #ccc;
}

.contact-map iframe {
    position: relative;
    top: 0rem;
    /* height: 100%; */
}

.contact-page-section .sec-title h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 500;
}

.contact-us form {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    box-shadow: 0 0 20px 0px #00000026;
    padding: var(--p20) var(--p25);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us form label {
    font-size: var(--f10);
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
}

.contact-us form input {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
}

.contact-us form .row {
    margin-left: 0px;
    margin-right: 0px;
}

.contact-us form .col-6,
.contact-us form .col-12 {
    padding-left: 6px;
    padding-right: 6px;
}

.contact-us form textarea {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
    height: 110px;
}

.contact-us form .col-12.check-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-us form .form-group.col-lg-12.col-md-12.col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 15px;
}

.contact-us form input[type="checkbox"] {
    height: 20px;
    border-color: #e9e9e9 !important;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 20px;
}

.contact-us form .col-12.check-btn label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.contact-us form button.main-btn {
    border-radius: 7px;
    width: 100%;
    padding: 10px 0;
    border: none;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
    text-decoration: none;
    font-size: var(--f16);
    /* background: #a9243c; */
    color: white;
    font-weight: 400;
}

.contact-btn {
    background: transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
    /*width: 160px;*/
}

.col-12.contact-btn {
    background: transparent;
}



section.contact-us-sec .row {
    display: flex;
    justify-content: center;
}

section.contact-us-sec .head-sec {
    margin-bottom: 40px;

}


section.pick-sec {
    background: #d28240;

}


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


.gall-img img {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}



section.gallery .row {
    gap: 30px 0;
}



section.gallery .head-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}

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

section.explore-area-sec .card {
    height: 100%;
}



/* Gallery Section Start */


section.gallery-section {
    background: #d8e0df;
}

section.gallery-section .head-sec h2 {
    color: var(--heading-color);
    text-transform: uppercase;
}

section.gallery-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

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

section.gallery-section .nav-tabs {
    justify-content: center;
    border-bottom: 0px solid;
    margin-bottom: 30px;
}

section.gallery-section .nav-tabs .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--other-font);
    color: var(--black-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0px solid;
    border-radius: 50px;
}

.nav-tabs .nav-link.active,
section.gallery-section .nav-tabs .nav-link:hover {
    color: #000000 !important;
    background: var(--white-color);
}

section.gallery-section .owl-nav button.owl-prev,
section.gallery-section .owl-nav button.owl-next {
    padding: 8px !important;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    pointer-events: all;
    opacity: .75;
    transition: opacity 600ms cubic-bezier(.4, 0, .2, 1);
    background: var(--white-color);
    border-radius: .15em !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);

}

section.gallery-section .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

section.gallery-section .owl-nav button.owl-prev i,
section.gallery-section .owl-nav button.owl-next i {
    font-size: 16px;
}

/* new group event css start here ! */

section.attractions_wrapper .row {
    justify-content: center;
}


section.attractions_wrapper {
    background: #E2B6A7;
}

/* section.attractions_wrapper h2{
    color: var(--heading-color);
    margin-bottom: 0px;
} */
section.attractions_wrapper .head-sec {
    margin-bottom: 40px;
}

section.attractions_wrapper h4 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 28px;
    color: white;
    font-family: var(--primary-font);
    padding: 15px 0;
    text-align: center;
}

section.attractions_wrapper .attr_img {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}

section.attractions_wrapper .attr_img:hover {
    transform: translateY(-15px);
}

/* new group event css end here ! */