/* @font-face {
    font-family: "Italianno";
    src: url(../font/Italianno-Regular.ttf);
} */

section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}

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

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

#play,
#pause {
    display: none;
}

.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}

.head-sec h2 {
    margin-bottom: 0px;
}

span.nst {
    text-transform: uppercase;
}

.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}

.search-bar {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 85%;
    left: 0;
    right: 0;
    bottom: -90px;
    background: var(--white-color);
    /* padding: 10px 0px; */
    border-radius: 40px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: 0;
    /* border-radius: 50px; */
}

.search-bar select {
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input {
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}

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

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--secondary-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    border: 1px solid #fff;
}

/* .search-bar .col-3.srch-btn {
    width: 20% !important;
} */

.search-bar .col-3 {
    position: relative;
    width: 24%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p12);
    padding-bottom: var(--p12);
}

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

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

.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
}

.search-bar .check i {
    top: 0.5rem;
}

.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-left: 0px;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    /* border-radius: 50px; */
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border-radius: 50px;
}

.search-bar .col-4.md-12.sm-12.srch-btn {
    display: flex;
    gap: 10px;
    padding-right: 0px;
}

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

.search-bar .main-check {
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: var(--p12);
}

.search-bar .main-check .row {
    position: relative;
}

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

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

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

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

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

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

.datepicker-section {
    position: relative;
}

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

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}

.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: var(--white-color) !important;
    border-color: var(--white-color) !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.2);
    padding-top: 120px;
    flex-direction: column;
}

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

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 500;
    text-align: center;
    position: relative;
}

.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-transform: capitalize;
    font-size: var(--f24);
    text-align: center;
}

/*About company css*/

section.about-us-home .abt-cont {
    position: relative;
}

section.about-us-home {
    background-color: var(--lt-bg-color);
}




.serv-heading h2 {
    transform: rotate(270deg);
    position: absolute;
    left: -120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--btn-hover);
    font-size: var(--f60);
    top: 150px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: var(--p25);
}

section.about-us-home h3 {
    font-size: var(--f32);
    color: var(--secondary-color);
}

section.about-us-home h2 {
    color: var(--secondary-color);
}

section.about-us-home .abt-co-img-left {
    border-radius: 5px;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 450px;
    border-radius: 50px;
    overflow: hidden;
}

section.about-us-home .abt-co-img-left img,
section.about-us-home .abt-co-img-right img {
    border-radius: 0px;
}

section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    animation: blobEffect 5s linear infinite;
    border-radius: 50px;
    transition: 0.5s all;
}

section.about-us-home .abt-co-img-left img:hover {
    transform: scale(1.14);
}

section.about-us-home .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}

section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
}

section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}

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

section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about-us-home li {
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i {
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}

section.about-us-home .para {
    max-height: 300px;
    overflow: hidden;
}

section.about-us-home p {
    color: var(--primary-color);

}

section.about-us-home .abt-co-img-right img {
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}

section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}

/* property location */

.location-catg .img {
    border-radius: 30px;
}

.location-catg .col-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/*About cta css*/

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

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

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.business {
    padding: var(--p80) 0;
    background: url(../images/CTA.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: filter 400ms, -webkit-filter 400ms;
}

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

.fa-envelope {
    color: var(--btn-color);
}

section.business:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    z-index: -1;
}

section.business .box {
    padding: 60px 60px;
    background-color: #0c180780;
    text-align: center;
}

section.business h5 {
    color: var(--white-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: var(--m10);
}

section.business h2 {
    font-size: var(--f40);
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}

section.business p {
    color: var(--white-color);
    font-size: var(--f16);
}

section.business a {
    display: block;
    width: 195px;
    text-align: center;
    border-color: var(--white-color);
    margin: auto;
}

/*Properties css*/


ul.home-ammenities {
    gap: 70px;
    padding-left: 0;
}

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

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: 470px;
    object-fit: cover;
    border-radius: 10px 10px;
    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;
}

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



section.featured-pro ul li {
    font-size: var(--f16);
    color: var(--heading-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;
}

section.about-us {
    /* padding-bottom:40px; */
    background: var(--lt-bg-color);
    overflow: hidden;
}

/*About owner css*/
section.about-owner {
    background: var(--lt-bg-color);
    /* padding-bottom: 80px; */
}

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

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}

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

section.about-owner .abt-img {
    /* position: absolute; */
    /* left: 0; */
    /* top: -70px; */
    /* width: 100%; */
    /* height: 100%; */
}

section.about-owner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 2% 50% 50% 2%;
    border: 10px solid var(--heading-color);
    padding: 10px;
}

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 p {
    color: var(--primary-color);
}

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

.email-us .icon-area i {
    color: var(--btn-color);
}

.fa-phone {
    color: var(--btn-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;
}

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

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

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

/*Counter css*/
section.counter {
    background: #1E1D85;
}

section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}

section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}

section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}

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

section.counter .counter-box:hover {
    background: var(--btn-color);
}


/*Testimonial css*/
section.testimonial .bg-img {
    background: url('../images/testy.webp');
    height: 600px;
    padding: 0;
    background-size: cover;
    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: #fff; */
    position: relative;
    /* padding: 0; */
    /* padding-bottom: 60px; */
    /* background: var(--lt-bg-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: left;
    width: 70%;
    margin: 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: 0;
    z-index: 1;
    top: -5px;
}

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

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

section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
}

section.testimonial .overlay {
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    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: 30px; */
    justify-content: center;
    width: 80%;
    margin-top: 30px;
    display: none;
}

section.testimonial .head-sec h2 {
    text-align: center;
    font-weight: 700;
}

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

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

section.testimonial .owl-next {
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    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;
    -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: 0px;
    /* 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(--p25);
    height: 230px;
    width: 100%;
}

section.testimonial .test-card p {
    color: var(--primary-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: 0;
    text-align: center;
}

section.testimonial .cont-sec img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

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(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--territiary-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: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    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: 0;
    height: 100%;
}

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


/*About Owner*/
section.about-home .about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

section.about-home .about-img .main-about-img {
    overflow: hidden;
    border-radius: 10px;
}

section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height: 440px;
    transition: 0.5s all;
    border-radius: 10px;
}

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

section.about-home .col-7.md-12.sm-12 {
    /*background: var(--black-color);*/
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.about-home .cont {
    margin-bottom: var(--m30);
    max-height: 240px;
    overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20);
}

section.about-home .head-sec p {
    text-align: left;
}

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

section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

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

/*Attraction css*/

section.how-we-value-wrapp.atr {
    /* background: #f7f7f7; */
    /* background-color: #ffffff; */
    background-color: var(--lt-bg-color);
    /* padding-top: 0; */
    /* padding-bottom: 40px; */
}

.heading-logo img {
    display: none;
}

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

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    /* font-weight: 500; */
    /* margin-bottom: 50px; */
    /* 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: 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;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 350px;
    object-fit: inherit;
}

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

.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 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 23px;
    color: var(--secondary-color);
    /* font-family: var(--primary-font); */
    padding: 15px 0;
    text-align: center;
}


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

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    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: #fff;
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--secondary-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: 30px;
}

/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}

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

section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}

section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/*faq css*/

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

.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m40);
}

.how-we-value-heading p {
    color: var(--secondary-color);
}

section.faq .list-faq {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 18px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item {
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}

section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border: none;
    background-color: transparent;
    background-color: #f4f4f4;
    text-align: left;
}

section.faq .accordion-button::after {
    position: relative;
    left: 25px;
}

section.faq .accordion-button:not(.collapsed) {
    background: var(--white-color);
}

section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

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

section.faq img {
    border-radius: 10px;
}

section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0px #00000052;
}

.accordion-flush .accordion-collapse {
    background: var(--white-color);
}

.accordion-button::after {
    background-image: ur
}

/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}

section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}

section.news-letter input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}

#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}

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

#model-form .captcha img {
    width: 150px;
    height: 39px;
}

#model-form .modal-header i {
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}

#model-form p.call-us,
p.call-us a {
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}

#model-form .modal-dialog {
    max-width: 370px;
}

#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p {
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}

#model-form .form-group {
    padding: 0px;
}

#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}

#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}

#model-form .form-control:focus {
    background-color: var(--white-color) !important;
}

#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}

#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}

#model-form .captcha {
    display: flex;
}

.mob-btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: var(--m0);
}


.all-data-testimonial p {
    max-height: auto;
}

.less-data-testimonial p {
    max-height: 151px;
}

/* about us  */

section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    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: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    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;
}

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

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

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

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

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

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

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

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

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

/* property section */

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-top: -20px;
    border-radius: 12px;
}

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


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 ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
    display: grid;
    text-align: center;
    gap: 10px;
}

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

section.home-list i.fa-solid.fa-star {
    color: #DAA520;
}

section.home-list .row {
    justify-content: center
}

.pro-img {
    height: 250px;
}

.pro-img img {
    height: 100%;
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.own-content {
    height: 234px;
    overflow: hidden;
}

section.map-section {
    padding: 0;
    text-align: center;
}

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

section.map-section h2 {
    margin-bottom: 30px;
}

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

.search-sec {
    position: absolute;
    width: 100%;
    bottom: 25%;
}

.pro-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.pro-upper .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 3px;
    font-size: 18px;
}



/* experience section css start */

section.experience .expvid video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.experience-img {
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    border: 2px solid #fff;
    background: transparent;
    width: 93%;
    height: 82%;
    margin: 10px;
    position: absolute;
}

.expcmn {
    position: relative;
}

.experience-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.experience-section h2 span {
    /* color: #c05621; */
    /* warm brownish orange tone */
}

.experience-section p {
    color: #5f5f5f;
    margin-bottom: 40px;
}

.feature-box {
    background-color: #f7f4f2;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.feature-box:hover {
    background-color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 17px;
    /* color: #c05621; */
    /* margin-bottom: 10px; */
    margin-right: 10px;
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
}

.feature-box p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 0;
}

@media (max-width: 992px) {
    .experience-section {
        text-align: center;
    }

    .experience-img {
        margin-bottom: 40px;
    }
}



/* resorts section css start  */



.curated-section {
    /* padding: 80px 0; */
    text-align: center;
    background: var(--lt-bg-color);
}

.curated-section h2 {
    /* font-size: 2.8rem; */
    font-weight: 700;
    margin-bottom: 20px;
    /* color: #fefefe; */
}

.curated-section p {
    /* max-width: 850px; */
    margin: 0 auto 60px;
    /* color: #c8c8c8; */
    line-height: 1.7;
    /* font-size: 1.05rem; */
}

.resort-card {
    background-color: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.resort-card:hover {
    border-color: #3b3b3b;
    background-color: #181818;
    box-shadow: 0 4px 18px rgba(255, 255, 255, 0.05);
    transform: translateY(-4px);
}

.resort-card img {
    width: 180px;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.resort-info {
    text-align: left;
}

.resort-info h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.resort-info p {
    color: #bcbcbc;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.discover-btn {
    display: inline-block;
    border: 1px solid #5e5e5e;
    color: #f1f1f1;
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.discover-btn:hover {
    background-color: #ffffff15;
    border-color: #888;
}

@media (max-width: 768px) {
    .resort-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .resort-card img {
        width: 100%;
        height: 220px;
        margin-bottom: 15px;
    }

    .resort-info {
        text-align: center;
    }
}






/*  */


/* Ensure overflow hidden */
.testy {
    overflow: hidden;
    position: relative;
}

/* Make inner track move like marquee */
.testy .owl-stage {
    display: flex;
    animation: scroll-left 160s linear infinite;
}

/* Adjust speed: 40s = slower, 20s = faster */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




/* guest services section css start */


section.guestsrvcs,
.guestsrvcs-col {
    position: relative;
}

section.guestsrvcs .head-sec {
    padding-bottom: var(--p30);
}

section.guestsrvcs .head-sec h2 {
    font-weight: 700;
}

.row.guestsrvcs-inrrow {
    gap: 15px;
}

.guestsrvs-inrcol {
    width: 32%;
    background: #eaece2;
    text-align: center;
    padding: var(--p60) var(--p20);
    border-radius: 5px;
    transition: transform .65s ease;
    transform: scale(1);
}

.guestsrvs-inrcol:hover {
    transform: scale(1.05);
}

.guestsrvs-inrcol img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.guestsrvs-inrcol p {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}




/* attractions */

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

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

section.attraction .head-sec p {
    padding-left: 0;
    text-align: left;
    color: var(--primary-color);
}

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


/*Property section*/

.property-sec {
    padding: 60px 0;
    background: #efefef;
}


.contain {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    justify-content: center;
}

.booking.item {
    height: auto;
}

.contain img {
    width: 100%;
    height: 535px;
    object-fit: cover;
}

.blog-details-area {
    padding: 0 0 40px;
}

.pro-sec-right h6 {
    font-size: 22px;
    font-family: var(--secondary-font);
    color: var(--text-black);
    font-weight: bold;
}

.pro-sec-right h2 {
    font-family: var(--secondary-font);
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin: 18px 0;
}

section.property-sec h3.price {
    color: var(--text-black);
}

.price {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.price span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

section.property-sec .pro-sec-right p {
    max-height: 110px;
    overflow: hidden;
    font-size: 14px;
    line-height: 27px;
}

.location {
    margin-bottom: 10px;
}

.location .fa-location-dot {
    color: var(--secondary-color);
}

.price {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--primary-font);
}

.price span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.elementor-button-wrapper {
    margin-top: 25px;
    border-top: 2px dashed #bbb;
    padding-top: 10px;
    border-bottom: 2px dashed #bbb;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.elementor-counter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.amnt {
    text-align: center;
}

.amnt .elementor-counter-number {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
}

.prop .fa-angle-left {
    left: 10px;
    z-index: 9;
}

.prop .slick-arrow {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer;
}

.prop .slick-arrow.fa-angle-right {
    right: 10px;
}

.prop .slick-arrow {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer;
}

.prop .slick-list.draggable {
    height: 422px !important;
}

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