/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
# Utility
# Common
# Custom Cursor
# Animations
# Cards
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Forms
# Contact
# Newsletter
# Comments
# Sidebar
# Footer
# Client Carousel
# Main Slider
# About
# Testimonials
# Gallery
# Package
# Services
# Service Details
# Projects
# Project Details
# Shop
# Shop Details
# Cart
# Checkout
# Blog Details
# Why Choose
# Funfact
# Faq
# Features
# Skill
# Slide Text
# Solution
# Working Process
# Profit Graph
# Contact Info
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
    --zoomvilla-font: "Saira", sans-serif;
    --zoomvilla-font2: "Figtree", sans-serif;
    --zoomvilla-heading-font: "Readex Pro", sans-serif;
    --zoomvilla-text-gray: #636363;
    --zoomvilla-text-gray-rgb: 99, 99, 99;
    --zoomvilla-text-gray2: #3E3F43;
    --zoomvilla-text-gray2-rgb: 62, 63, 67;
    --zoomvilla-text: #92918F;
    --zoomvilla-text-rgb: 146, 145, 143;
    --zoomvilla-text2: #5E5B5B;
    --zoomvilla-text2-rgb: 94, 91, 91;
    --zoomvilla-base: #D7984E;
    --zoomvilla-base-rgb: 215, 152, 78;
    --zoomvilla-black: #222222;
    --zoomvilla-black-rgb: 34, 34, 34;
    --zoomvilla-black2: #333333;
    --zoomvilla-black2-rgb: 51, 51, 51;
    --zoomvilla-black3: #151316;
    --zoomvilla-black3-rgb: 21, 19, 22;
    --zoomvilla-black4: #000000;
    --zoomvilla-black4-rgb: 0, 0, 0;
    --zoomvilla-black5: #1E1F24;
    --zoomvilla-black5-rgb: 30, 31, 36;
    --zoomvilla-white: #FFFFFF;
    --zoomvilla-white-rgb: 255, 255, 255;
    --zoomvilla-gray: #C7C7C7;
    --zoomvilla-gray-rgb: 199, 199, 199;
    --zoomvilla-gray2: #C0C0C0;
    --zoomvilla-gray2-rgb: 192, 192, 192;
    --zoomvilla-border-color: #dddddd;
    --zoomvilla-border-color-rgb: 221, 221, 221;
    --section-space: 120px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/* button */
.zoomvilla-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #050655;
    z-index: 1;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 12px;
    padding: 13.5px 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    /* clip-path: polygon(90% 0, 100% 35%, 100% 100%, 0 100%, 0 0); */
    overflow: hidden;
    transition: 500ms;
}

    .zoomvilla-btn::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--zoomvilla-black, #222222);
        z-index: -1;
        transition: all 500ms ease;
        transform: translateX(-100%);
        z-index: -1;
    }

    .zoomvilla-btn::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 5px;
        background-color: #f58635;
        z-index: -1;
        transition: all 500ms ease;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .zoomvilla-btn i {
        margin-left: 8px;
    }

    .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

    .zoomvilla-btn:hover::before {
        transform: translateX(0%);
    }

    .zoomvilla-btn:hover .zoomvilla-btn__text span {
        animation: slideRight 500ms;
    }

/* section title */
.sec-title {
    margin-bottom: 31px;
}

.sec-title__top {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    gap: 13px;
    position: relative;
    z-index: 1;
}

.sec-title__tagline {
    text-align: center;
    color: #f58635;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sec-title__tagline {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .sec-title__tagline {
        font-size: 16px;
    }
}

.sec-title .line-left {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .sec-title .line-left::after {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 15px;
        height: 3px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .sec-title .line-left::before {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 20px;
        height: 3px;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.sec-title .line-right {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .sec-title .line-right::after {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 15px;
        height: 3px;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .sec-title .line-right::before {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 20px;
        height: 3px;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.sec-title__title {
    margin: 0;
    color: var(--zoomvilla-black, #222222);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 128.571%;
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 30px;
    }
}

.sec-title {
    margin-bottom: 31px;
}

.sec-title__top-rtl {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    gap: 13px;
    position: relative;
    z-index: 1;
}

.sec-title__tagline-rtl {
    text-align: center;
    color: var(--zoomvilla-base, #D7984E);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sec-title__tagline-rtl {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .sec-title__tagline-rtl {
        font-size: 16px;
    }
}

.sec-title .line-left {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .sec-title .line-left::after {
        content: "";
        position: absolute;
        background-color: #f58635;
        width: 15px;
        height: 3px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .sec-title .line-left::before {
        content: "";
        position: absolute;
        background-color: #f58635;
        width: 20px;
        height: 3px;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.sec-title .line-right {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .sec-title .line-right::after {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 15px;
        height: 3px;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .sec-title .line-right::before {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 20px;
        height: 3px;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.sec-title__title-rtl {
    margin: 0;
    color: var(--zoomvilla-black, #222222);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 128.571%;
}

@media (max-width: 575px) {
    .sec-title__title-rtl {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    color: var(--zoomvilla-text, #92918F);
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
}

    body.locked {
        overflow: hidden;
    }

a {
    color: var(--zoomvilla-base, #D7984E);
    transition: all 400ms ease;
}

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    color: var(--zoomvilla-black3, #1E1F24);
}

@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

p {
    color: var(--zoomvilla-text2, #5E5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.section-space-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .section-space-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-space-top-100 {
    padding-top: 100px;
}

@media (max-width: 575px) {
    .section-space-top-100 {
        padding-top: 80px;
    }
}

.section-space-bottom-100 {
    padding-bottom: 100px;
}

@media (max-width: 575px) {
    .section-space-bottom-100 {
        padding-bottom: 80px;
    }
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-x-20 {
    --bs-gutter-x: 20px;
}

.gutter-x-40 {
    --bs-gutter-x: 40px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.logo-retina img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
/* progress bar */
.progress-box + .progress-box {
    margin-top: 23px;
}

.progress-box__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--zoomvilla-text, #92918F);
    line-height: 1.625;
}

.progress-box__bar {
    position: relative;
    width: 100%;
    height: 14px;
    border: 1px solid var(--zoomvilla-base, #D7984E);
    border-radius: 20px;
}

.progress-box__bar__inner {
    position: relative;
    position: absolute;
    height: calc(100% - 4px);
    width: 0%;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: inherit;
    transition: all 800ms linear;
}

    .progress-box__bar__inner::before {
        content: "";
        width: 22px;
        height: 22px;
        background-color: var(--zoomvilla-base, #D7984E);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
    }

    .progress-box__bar__inner::after {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 2px;
        transform: translateY(-50%);
    }

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 16px;
    color: var(--zoomvilla-text, #92918F);
    font-weight: 600;
    line-height: 1.625;
}

/* post paginations */
.post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .post-pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        transition: all 400ms ease;
        color: var(--zoomvilla-base, #D7984E);
        background-color: #F5F2EF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
    }

        .post-pagination a:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-base, #D7984E);
        }

    .post-pagination li:last-child a {
        width: auto;
        height: auto;
        background-color: transparent;
    }

        .post-pagination li:last-child a:hover {
            color: var(--zoomvilla-base, #D7984E);
            background-color: transparent;
        }

    .post-pagination li.active a {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
    }

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--zoomvilla-base, #D7984E);
}

.ul-list-one {
    margin-bottom: 0;
}

    .ul-list-one li {
        position: relative;
        padding-left: 45px;
        font-size: 16px;
        font-weight: 500;
        color: var(--zoomvilla-black, #222222);
    }

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 35px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--zoomvilla-base, #D7984E);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.zoomvilla-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.zoomvilla-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

    .zoomvilla-owl__carousel--with-shadow .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button {
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: var(--zoomvilla-black2, #333333);
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        transition: all 400ms ease;
    }

        .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
            width: 1em;
            height: 1em;
            fill: currentColor;
        }

@media (max-width: 575px) {
    .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
}

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
}

    .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
        width: 40px;
        height: 7px;
        display: block;
        border-radius: 50%;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border: 1px solid #DDDDDD;
        border-radius: 20px;
        position: relative;
        padding: 0;
        outline: none;
        margin: 0;
        transition: all 500ms ease-in-out;
    }

        .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
            display: none;
        }

        .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
            background-color: var(--zoomvilla-base, #D7984E);
            height: 10px;
        }

        .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
            width: 65px;
        }

    .zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
        display: none;
    }

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}

.zoomvilla-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}

.zoomvilla-slick__carousel--with-shadow .slick-list {
    overflow: visible;
}

.zoomvilla-slick__carousel--with-shadow .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

    .zoomvilla-slick__carousel--with-shadow .slick-slide.slick-active {
        opacity: 1;
        visibility: visible;
    }

.zoomvilla-slick__carousel.slick-slider .slick-dots {
    list-style: none;
    margin: 60px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

    .zoomvilla-slick__carousel.slick-slider .slick-dots li {
        width: 40px;
        height: 7px;
        display: block;
        border-radius: 50%;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border: 1px solid #DDDDDD;
        border-radius: 20px;
        position: relative;
        padding: 0;
        outline: none;
        margin: 0;
        transition: all 500ms ease-in-out;
    }

        .zoomvilla-slick__carousel.slick-slider .slick-dots li:hover, .zoomvilla-slick__carousel.slick-slider .slick-dots li.slick-active {
            background-color: var(--zoomvilla-base, #D7984E);
            height: 10px;
            width: 50px;
        }

        .zoomvilla-slick__carousel.slick-slider .slick-dots li button {
            display: none;
        }

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--zoomvilla-black, #222222);
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

.ui-datepicker-calendar th span {
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

.ui-datepicker-calendar td {
    background-color: var(--zoomvilla-gray, #C7C7C7);
    background-image: none;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    color: var(--zoomvilla-text, #92918F);
}

    .ui-datepicker-calendar td a {
        border-color: var(--zoomvilla-border-color, #dddddd);
        background-color: var(--zoomvilla-gray, #C7C7C7);
        background-image: none;
    }

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: var(--zoomvilla-border-color, #dddddd);
    background-color: var(--zoomvilla-gray, #C7C7C7);
    background-image: none;
    color: var(--zoomvilla-text, #92918F);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em;
}

    .ui-datepicker-calendar .ui-state-default:hover,
    .ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
    .ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
    }

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-black, #222222);
}

    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        top: 2px;
    }

    .ui-datepicker .ui-datepicker-prev:hover {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next:hover {
        right: 2px;
    }

/* Scroll To Top */
#scroll-percentage {
    position: absolute;
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 30px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 100;
}

    .scroll-top.active {
        bottom: 30px;
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
        transition: 0.3s;
    }

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
}

    .scroll-top-value i {
        font-size: 20px;
    }

@-webkit-keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/* preloader */
.preloader {
    position: fixed;
    background-color: var(--zoomvilla-black2, #333333);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--zoomvilla-base, #D7984E);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--zoomvilla-base, #D7984E);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--zoomvilla-base, #D7984E);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes messageMove {
    0%, 100% {
        transform: translateX(0);
    }

    25%, 75% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(10px);
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shapeRotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes flowerRotate {
    0%, 100% {
        transform: rotate(0deg);
    }

    25%, 75% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.15);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveBackground {
    0% {
        background-position: -1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        transform: skewX(-25deg) translateX(0);
    }

    100% {
        transform: skewX(-25deg) translateX(250%);
    }
}

.hover\:shine {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .hover\:shine::before {
        position: absolute;
        content: "";
        top: 0;
        left: -140%;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg);
        transition: 0.5s ease;
        z-index: 1;
    }

    .hover\:shine:is(:hover, :focus-within)::before {
        animation: shine 1s ease forwards;
    }

@keyframes textScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes topToBottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes leftToright {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-three {
    position: relative;
    z-index: 1;
    padding: 200px 0;
}

@media (max-width: 1199px) {
    .video-three {
        padding: 150px 0;
    }
}

@media (max-width: 991px) {
    .video-three {
        padding: 100px 0;
    }
}

.video-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.video-three__title {
    text-align: center;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .video-three__title {
        font-size: 58px;
    }
}

@media (max-width: 575px) {
    .video-three__title {
        font-size: 40px;
        -webkit-text-stroke-width: 1px;
    }
}

.video-three__video .video-popup {
    width: 143px;
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 100px;
    color: var(--zoomvilla-white, #FFFFFF);
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .video-three__video .video-popup {
        width: 100px;
        height: 100px;
        font-size: 70px;
    }
}

.video-three__video .video-popup::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    transition: all 0.4s ease-in-out;
}

.video-three__video .video-popup::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: 0.3s;
    transition: all 0.4s ease-in-out;
}

.team-card {
    position: relative;
    z-index: 1;
}

.team-card__image {
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .team-card__image img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

    .team-card__image::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 36px;
        height: 66px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        z-index: 1;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .team-card__image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(19, 19, 21, 0.8);
        z-index: 1;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
    }

.team-card__content {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -66px;
}

.team-card__content__inner {
    padding: 23px 10px 23px 90px;
    background-color: #DCDDDE;
    display: flex;
    align-items: center;
    gap: 20px;
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .team-card__content__inner {
        padding: 15px 10px 15px 55px;
    }
}

.team-card__content__inner::before {
    content: "";
    position: absolute;
    bottom: -56px;
    left: -36px;
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.team-card__content__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -2;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}

.team-card__content::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0;
    right: 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
}

.team-card__name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .team-card__name {
        font-size: 18px;
    }
}

.team-card__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .team-card__name a:hover {
        background-size: 100% 1px;
    }

    .team-card__name a:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.team-card__social {
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

    .team-card__social::before, .team-card__social::after {
        content: "";
        width: 16px;
        height: 2px;
        background-color: var(--zoomvilla-base, #D7984E);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.4s ease-in-out;
    }

    .team-card__social::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .team-card__social.active {
        background-color: var(--zoomvilla-black, #222222);
    }

        .team-card__social.active::after {
            visibility: hidden;
            opacity: 0;
        }

.team-card__social__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .team-card__social__links a {
        width: 37.204px;
        height: 36.792px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1000px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        position: relative;
        font-size: 20px;
        color: var(--zoomvilla-base, #D7984E);
        transition: all 0.4s ease-in-out;
    }

        .team-card__social__links a:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-base, #D7984E);
        }

        .team-card__social__links a:nth-child(1), .team-card__social__links a:nth-child(5) {
            margin-bottom: -120px;
        }

        .team-card__social__links a:nth-child(1) {
            margin-right: -10px;
        }

        .team-card__social__links a:nth-child(5) {
            margin-left: -10px;
        }

        .team-card__social__links a:nth-child(2), .team-card__social__links a:nth-child(4) {
            margin-bottom: -40px;
        }

    .team-card__social__links.show {
        opacity: 1;
        visibility: visible;
    }

.team-card__designation {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.team-card:hover .team-card__image::before {
    transform: translateY(0);
}

.team-card:hover .team-card__image img {
    transform: scale(1.1);
}

.team-card:hover .team-card__content__inner .team-card__name,
.team-card:hover .team-card__content__inner .team-card__designation {
    color: var(--zoomvilla-white, #FFFFFF);
}

.team-card:hover .team-card__content__inner::after {
    transform: translateY(0);
}

.team-card:hover .team-card__content__inner::before {
    background-color: var(--zoomvilla-black3, #1E1F24);
}

.team-card-two {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-black, #222222);
    transition: all 0.4s ease-in-out;
}

.team-card-two__image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 15px 13px 0px;
    border-bottom: none;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

    .team-card-two__image img {
        object-fit: cover;
        width: 100%;
        filter: grayscale(80%);
        -webkit-filter: grayscale(80%);
        transition: all 0.4s ease-in-out;
    }

    .team-card-two__image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 141px;
        width: 100%;
        background-color: var(--zoomvilla-base, #D7984E);
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
    }

.team-card-two__content {
    padding: 20px;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

    .team-card-two__content::after {
        content: "";
        width: 39px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--zoomvilla-base, #D7984E);
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }

.team-card-two__name {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 7px;
}

    .team-card-two__name a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .team-card-two__name a:hover {
            background-size: 100% 1px;
        }

.team-card-two__designation {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin-bottom: -5px;
}

.team-card-two__social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    gap: 10px;
    bottom: 20px;
    right: 25px;
    transform: translateY(-100px);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

    .team-card-two__social__link a {
        display: flex;
        width: 32.46px;
        height: 32.1px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        color: var(--zoomvilla-base, #D7984E);
    }

    .team-card-two__social__link.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

.team-card-two__social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .team-card-two__social::before, .team-card-two__social::after {
        content: "";
        width: 16px;
        height: 2px;
        background-color: var(--zoomvilla-base, #D7984E);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.4s ease-in-out;
    }

    .team-card-two__social::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .team-card-two__social.active::after {
        visibility: hidden;
        opacity: 0;
    }

.team-card-two:hover {
    background-color: var(--zoomvilla-base, #D7984E);
}

    .team-card-two:hover .team-card-two__content::after {
        background-color: var(--zoomvilla-black, #222222);
    }

    .team-card-two:hover .team-card-two__image::before {
        transform: translateY(0%);
    }

    .team-card-two:hover .team-card-two__image img {
        filter: grayscale(0%);
    }

.team-two {
    position: relative;
    z-index: 1;
}

    .team-two::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 629px;
        width: 100%;
        background-color: #F6F7F8;
        z-index: -1;
        transition: transform 0.3s ease-in-out;
    }

.team-page-two {
    position: relative;
    z-index: 1;
}

    .team-page-two::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #F6F7F8;
        z-index: -1;
        transition: transform 0.3s ease-in-out;
    }

/*******
 * Blog Card
*******/
.blog-card {
    position: relative;
    z-index: 1;
    margin-bottom: 116px;
}

.blog-card__image {
    position: relative;
    overflow: hidden;
}

.blog-card__image__inner img {
    object-fit: cover;
    width: 100%;
}

.blog-card__image__inner--1 {
    transform: translateY(0%);
    transition: all 0.6s ease-in-out;
}

.blog-card__image__inner--2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.blog-card__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-25%);
    z-index: 1;
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}

    .blog-card__image__link::before, .blog-card__image__link::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-card__image__link::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.blog-card__content {
    position: absolute;
    bottom: -116px;
    left: 30px;
    right: 30px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
    border: 7px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    filter: drop-shadow(0px 0px 3px rgba(171, 171, 171, 0.25));
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .blog-card__content {
        left: 10px;
        right: 10px;
        padding: 20px 10px;
    }
}

.blog-card__meta__list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

    .blog-card__meta__list li a {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.blog-card__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    padding-left: 20px;
    border-left: 3px solid var(--zoomvilla-base, #D7984E);
    margin-bottom: -20px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .blog-card__title {
        font-size: 18px;
    }
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .blog-card__title a:hover {
        background-size: 100% 1px;
    }

.blog-card .zoomvilla-btn {
    margin-bottom: -50px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .blog-card .zoomvilla-btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
}

.blog-card .zoomvilla-btn::before {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.blog-card .zoomvilla-btn::after {
    background-color: var(--zoomvilla-black3, #1E1F24);
}

.blog-card .zoomvilla-btn:hover {
    color: var(--zoomvilla-black3, #1E1F24);
}

.blog-card:hover .blog-card__image::before {
    background-color: var(--zoomvilla-base, #D7984E);
}

.blog-card:hover .blog-card__content {
    background-color: var(--zoomvilla-black3, #1E1F24);
}

.blog-card:hover .blog-card__meta__list a {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .blog-card:hover .blog-card__meta__list a i {
        color: var(--zoomvilla-base, #D7984E);
    }

.blog-card:hover .blog-card__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.blog-card:hover .blog-card__title {
    margin-bottom: 20px;
}

.blog-card:hover .blog-card__image__inner--1 {
    transform: translateY(-100%);
}

.blog-card:hover .blog-card__image__inner--2 {
    transform: translateY(0%);
}

.blog-card:hover .blog-card__image__link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 200ms;
}

.blog-card:hover .zoomvilla-btn {
    opacity: 1;
    margin-bottom: 0;
}

.blog-list-card {
    position: relative;
    z-index: 1;
}

.blog-list-card__image {
    position: relative;
    overflow: hidden;
}

    .blog-list-card__image img {
        object-fit: cover;
        width: 100%;
        transition: all 0.5s ease-in-out;
        transform: scale(1);
    }

.blog-list-card__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-25%);
    z-index: 1;
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}

    .blog-list-card__image__link::before, .blog-list-card__image__link::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-list-card__image__link::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.blog-list-card__content {
    padding-top: 30px;
}

.blog-list-card__meta {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 21px;
}

.blog-list-card__category {
    color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 30px;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 32px;
    background-color: var(--zoomvilla-base, #D7984E);
}

    .blog-list-card__category::after, .blog-list-card__category::before {
        display: none;
    }

    .blog-list-card__category:hover {
        background-color: var(--zoomvilla-black, #222222);
    }

.blog-list-card__info__date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.blog-list-card__info {
    display: flex;
    align-items: center;
}

.blog-list-card__info__text {
    margin: 0;
    position: relative;
    color: var(--zoomvilla-text, #92918F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

    .blog-list-card__info__text:not(:last-child)::after {
        content: "/";
        margin-left: 6px;
        margin-right: 6px;
        font-size: 16px;
        color: var(--zoomvilla-text, #92918F);
        font-weight: 400;
    }

    .blog-list-card__info__text a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .blog-list-card__info__text a:hover {
            background-size: 100% 1px;
        }

        .blog-list-card__info__text a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.blog-list-card__comment {
    margin: 0;
    position: relative;
    color: var(--zoomvilla-text, #92918F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

    .blog-list-card__comment a {
        color: inherit;
    }

.blog-list-card__comment__icon {
    color: var(--zoomvilla-base, #D7984E);
    margin-right: 5px;
}

.blog-list-card__title {
    margin: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 12px;
    max-width: 674px;
    width: 100%;
}

    .blog-list-card__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .blog-list-card__title a:hover {
            background-size: 100% 1px;
        }

        .blog-list-card__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.blog-list-card__text {
    margin-bottom: 40px;
    max-width: 700px;
    width: 100%;
}

.blog-list-card .zoomvilla-btn {
    background-color: var(--zoomvilla-black, #222222);
}

    .blog-list-card .zoomvilla-btn::after {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .blog-list-card .zoomvilla-btn::before {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .blog-list-card .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

.blog-list-card:hover .blog-list-card__image img {
    transform: scale(1.1);
}

.blog-list-card:hover .blog-list-card__image .blog-list-card__image__link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.blog-list-card:hover .blog-list-card__image::after {
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}

/*******
 * Blog Two
*******/
.blog-two-card {
    position: relative;
    z-index: 1;
}

.blog-two-card__image {
    display: block;
    position: relative;
    overflow: hidden;
}

    .blog-two-card__image img {
        width: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: all 0.5s ease-in-out;
    }

.blog-two-card__hover__box {
    background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.blog-two-card__hover__box--1 {
    left: 0;
    transition-delay: 0.105s;
}

.blog-two-card__hover__box--2 {
    left: 25%;
    transition-delay: 0.105s;
}

.blog-two-card__hover__box--3 {
    left: 50%;
    transition-delay: 0.105s;
}

.blog-two-card__hover__box--4 {
    left: 75%;
    transition-delay: 0s;
}

.blog-two-card__content {
    margin-left: 54px;
    background-color: #F6F7F8;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
    .blog-two-card__content {
        margin-left: 20px;
    }
}

@media (max-width: 400px) {
    .blog-two-card__content {
        margin-left: 0px;
    }
}

.blog-two-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.blog-two-card__user-image {
    margin-top: -37px;
    position: relative;
    z-index: 1;
    border-radius: 100px 100px 0 0;
    border: 5px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
}

.blog-two-card__meta__list {
    margin: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

@media (max-width: 375px) {
    .blog-two-card__meta__list {
        gap: 12px;
    }

        .blog-two-card__meta__list li {
            font-size: 14px;
        }
}

.blog-two-card__meta__list li {
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

    .blog-two-card__meta__list li a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .blog-two-card__meta__list li a:hover {
            background-size: 100% 1px;
        }

@media (max-width: 375px) {
    .blog-two-card__meta__list li {
        font-size: 14px;
    }
}

.blog-two-card__meta__date {
    margin-top: -71px;
    margin-right: -1px;
    position: relative;
    z-index: 1;
    border: 4px solid var(--zoomvilla-white, #FFFFFF);
    width: 95px;
    height: 121px;
    background-color: var(--zoomvilla-black5, #1E1F24);
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-right: none;
    border-bottom: 0;
}

@media (max-width: 500px) {
    .blog-two-card__meta__date {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        height: 100px;
        margin-top: 0px;
        font-size: 18px;
    }
}

.blog-two-card__meta__date span {
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background-color: var(--zoomvilla-base, #D7984E);
}

@media (max-width: 500px) {
    .blog-two-card__meta__date span {
        font-size: 30px;
    }
}

.blog-two-card__content__inner {
    padding: 18px 32px 30px;
}

@media (max-width: 400px) {
    .blog-two-card__content__inner {
        padding: 18px 20px 30px;
    }
}

.blog-two-card__title {
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .blog-two-card__title {
        font-size: 18px;
    }
}

.blog-two-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .blog-two-card__title a:hover {
        background-size: 100% 1px;
    }

.blog-two-card .zoomvilla-btn {
    background-color: var(--zoomvilla-black5, #1E1F24);
}

    .blog-two-card .zoomvilla-btn::before {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .blog-two-card .zoomvilla-btn::after {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .blog-two-card .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

.blog-two-card__shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-two-card:hover .blog-two-card__content {
    background-color: var(--zoomvilla-black5, #1E1F24);
}

.blog-two-card:hover .blog-two-card__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.blog-two-card:hover .blog-two-card__image img {
    transform: scale(1.1);
}

.blog-two-card:hover .blog-two-card__hover__box {
    opacity: 1;
    transform: scale(1);
}

.blog-two {
    position: relative;
}

.blog-four {
    position: relative;
}

.blog-four__content {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .blog-four__content {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .blog-four__thumb img {
        object-fit: cover;
        width: 100%;
    }
}

.blog-four__item {
    background-color: #DCDDDE;
    display: flex;
    align-items: center;
    padding: 40px 80px 35px 30px;
    position: relative;
    z-index: 1;
    gap: 18px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .blog-four__item {
        padding: 40px 60px 35px 10px;
    }
}

@media (max-width: 575px) {
    .blog-four__item {
        padding: 20px 15px;
    }
}

.blog-four__item .blog-four__shape::after {
    content: "";
    width: 77px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -76.444px;
    background-color: var(--zoomvilla-base, #D7984E);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.blog-four__item .blog-four__shape::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -65.444px;
    z-index: 1;
    width: 66px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    .blog-four__item {
        max-width: 470px;
        width: 100%;
    }
}

.blog-four__item__date {
    width: 100%;
    max-width: 60px;
    height: 96px;
    border-radius: 50px;
    background: var(--zoomvilla-black3, #1E1F24);
    overflow: hidden;
    text-align: center;
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

    .blog-four__item__date span {
        display: block;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        display: block;
        text-align: center;
        line-height: normal;
        border-bottom: 1px solid var(--zoomvilla-white, #FFFFFF);
        padding: 5px 10px 0;
        background: var(--zoomvilla-base, #D7984E);
        transition: all 0.4s ease-in-out;
    }

.blog-four__item__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

    .blog-four__item__meta a {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .blog-four__item__meta a {
        font-size: 14px;
    }
}

.blog-four__item__meta a:hover {
    color: var(--zoomvilla-base, #D7984E);
}

.blog-four__item__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin: 0;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .blog-four__item__title {
        font-size: 17px;
    }
}

.blog-four__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .blog-four__item__title a:hover {
        background-size: 100% 1px;
    }

    .blog-four__item__title a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.blog-four__item .zoomvilla-btn {
    display: inline-flex;
    clip-path: none;
    transform: rotate(-180deg);
    align-items: center;
    position: absolute;
    padding: 16px 12px;
    writing-mode: vertical-rl;
    right: 10px;
    width: 63px;
    top: 10px;
    bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

    .blog-four__item .zoomvilla-btn i {
        transform: rotate(90deg);
        margin-left: 0;
    }

    .blog-four__item .zoomvilla-btn::after {
        display: none;
    }

@media (max-width: 575px) {
    .blog-four__item .zoomvilla-btn {
        transform: rotate(0deg);
        position: relative;
        padding: 16px 12px;
        writing-mode: horizontal-tb;
        width: auto;
        height: auto;
        padding: 10px 20px;
    }

        .blog-four__item .zoomvilla-btn i {
            transform: rotate(0deg);
            margin-left: 0;
        }
}

.blog-four__item:hover {
    background-color: var(--zoomvilla-base, #D7984E);
}

    .blog-four__item:hover .blog-four__shape::after {
        visibility: visible;
        opacity: 1;
    }

    .blog-four__item:hover .blog-four__shape::before {
        visibility: visible;
        opacity: 1;
    }

    .blog-four__item:hover .blog-four__item__date {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
    }

        .blog-four__item:hover .blog-four__item__date span {
            background-color: var(--zoomvilla-black3, #1E1F24);
        }

    .blog-four__item:hover .blog-four__item__meta a {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .blog-four__item:hover .blog-four__item__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .blog-four__item:hover .zoomvilla-btn {
        color: var(--zoomvilla-base, #D7984E);
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

.blog-four__item + .blog-four__item {
    margin-top: 30px;
}

.border-top {
    border-top: 1px solid #dddddd;
}

/*******
 * Blog Three
*******/
.blog-card-three {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(221, 221, 221, 0.2);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.blog-card-three__image {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0;
}

.blog-card-three__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-25%);
    z-index: 1;
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}

    .blog-card-three__image__link::before, .blog-card-three__image__link::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-card-three__image__link::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.blog-card-three__image__box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .blog-card-three__image__box img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.blog-card-three__date-box {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: start;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.blog-card-three__date {
    width: 74px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-card-three__date__month {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 4px 10px 7px;
    display: block;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: relative;
    z-index: 1;
}

    .blog-card-three__date__month::after {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        content: "";
        width: 25px;
        height: 27px;
        position: absolute;
        left: -24.44px;
        top: 0;
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

.blog-card-three__content {
    padding: 0 35px 35px;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
    .blog-card-three__content {
        padding: 0 10px 25px;
    }
}

.blog-card-three__meta__list {
    margin: 0;
    display: inline-flex;
    gap: 24px;
    align-items: center;
    padding: 10px 22px;
    background-color: var(--zoomvilla-base, #D7984E);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
    .blog-card-three__meta__list {
        padding: 5px 10px;
    }
}

.blog-card-three__meta__list::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 46px;
    background-color: rgba(215, 152, 78, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: -25.555px;
    top: 0;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
    .blog-card-three__meta__list::after {
        display: none;
    }
}

.blog-card-three__meta__list li {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

    .blog-card-three__meta__list li a {
        color: inherit;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.blog-card-three__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 15px;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
    .blog-card-three__title {
        font-size: 18px;
    }
}

.blog-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .blog-card-three__title a:hover {
        background-size: 100% 1px;
    }

.blog-card-three__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    transition: all 0.4s ease-in-out;
}

    .blog-card-three__btn i {
        color: var(--zoomvilla-base, #D7984E);
    }

    .blog-card-three__btn:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.blog-card-three::after {
    content: "";
    width: 78px;
    height: 43px;
    background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.4);
    position: absolute;
    bottom: -20px;
    right: -10px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    transition: all 0.4s ease-in-out;
}

.blog-card-three::before {
    content: "";
    width: 30px;
    height: 66px;
    background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.4);
    position: absolute;
    bottom: -20px;
    right: -10px;
    transition: all 0.4s ease-in-out;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.blog-card-three:hover {
    border-color: var(--zoomvilla-base, #D7984E);
}

    .blog-card-three:hover::after {
        width: 78px;
        height: 43px;
        background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 1);
        bottom: 0px;
        right: 0px;
    }

    .blog-card-three:hover::before {
        width: 30px;
        height: 66px;
        bottom: 0px;
        right: 0px;
        background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 1);
    }

    .blog-card-three:hover .blog-card-three__image__link {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
    }

    .blog-card-three:hover .blog-card-three__image__box img {
        transform: scale(1.1);
    }

.blog-three {
    position: relative;
    z-index: 1;
}

.blog-three__top {
    padding-bottom: 55px;
}

    .blog-three__top .sec-title {
        margin-bottom: 0;
    }

.blog-three__custome-navs {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

@media (max-width: 991px) {
    .blog-three__custome-navs {
        justify-content: start;
    }
}

.blog-three__custome-navs button {
    outline: none;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--zoomvilla-white, #FFFFFF);
    transition: all 400ms ease;
}

    .blog-three__custome-navs button.owl-prev {
        transform: rotateY(180deg);
    }

    .blog-three__custome-navs button:hover {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
        border-color: var(--zoomvilla-base, #D7984E);
    }

/*******
 * Blog Five
*******/
.blog-five {
    position: relative;
    z-index: 1;
}

    .blog-five::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 450px;
        background: linear-gradient(180deg, #DCDDDE 0%, rgba(217, 217, 217, 0) 100%);
        z-index: -1;
    }

.blog-five__card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}

.blog-five__card__image {
    position: relative;
    overflow: hidden;
}

    .blog-five__card__image img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
        transform: scale(1);
    }

.blog-five__card__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-black5-rgb, 30, 31, 36), 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-25%);
    z-index: 1;
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}

    .blog-five__card__image__link::before, .blog-five__card__image__link::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-five__card__image__link::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.blog-five__card__date-box {
    width: 60px;
    height: 96px;
    border-radius: 100px;
    background-color: var(--zoomvilla-base, #D7984E);
    position: absolute;
    right: 20px;
    overflow: hidden;
    top: 20px;
    transition: all 0.4s ease-in-out;
}

    .blog-five__card__date-box .date {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        display: block;
        padding-top: 8px;
        transition: all 0.4s ease-in-out;
    }

    .blog-five__card__date-box .month {
        background-color: var(--zoomvilla-black3, #1E1F24);
        text-align: center;
        display: block;
        border-top: 1px solid var(--zoomvilla-white, #FFFFFF);
        padding-bottom: 11px;
        color: var(--zoomvilla-white, #FFFFFF);
        transition: all 0.4s ease-in-out;
    }

.blog-five__card__meta__list {
    margin: 0;
    display: inline-flex;
    gap: 24px;
    align-items: center;
    padding: 10px 22px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    margin-bottom: 14px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

    .blog-five__card__meta__list li {
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

        .blog-five__card__meta__list li a {
            color: inherit;
            display: flex;
            align-items: center;
            gap: 5px;
        }

            .blog-five__card__meta__list li a i {
                color: var(--zoomvilla-base, #D7984E);
            }

@media (max-width: 1199px) and (min-width: 767px), (max-width: 500px) {
    .blog-five__card__meta__list {
        padding: 8px 15px;
    }

        .blog-five__card__meta__list li {
            font-size: 14px;
        }
}

.blog-five__card__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 25px;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
    .blog-five__card__title {
        font-size: 18px;
    }
}

.blog-five__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .blog-five__card__title a:hover {
        background-size: 100% 1px;
    }

.blog-five__card__conttent {
    padding: 16px 35px 20px;
    position: absolute;
    bottom: 0;
    transform: translateY(73px);
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
    .blog-five__card__conttent {
        padding: 15px 15px 15px;
    }
}

.blog-five__card__conttent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(30, 31, 36, 0.9) 32.2%, rgba(113, 80, 41, 0) 100%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.blog-five__card__conttent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(215, 152, 78, 0.95) 32.2%, rgba(113, 80, 41, 0) 100%);
    z-index: -1;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.blog-five__card__conttent .zoomvilla-btn {
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-base, #D7984E);
}

.blog-five__card:hover .blog-five__card__conttent {
    transform: translateY(0px);
}

    .blog-five__card:hover .blog-five__card__conttent::after {
        visibility: hidden;
        opacity: 0;
    }

    .blog-five__card:hover .blog-five__card__conttent::before {
        visibility: visible;
        opacity: 1;
    }

.blog-five__card:hover .blog-five__card__date-box {
    background-color: var(--zoomvilla-black3, #1E1F24);
}

    .blog-five__card:hover .blog-five__card__date-box .month {
        background-color: var(--zoomvilla-base, #D7984E);
    }

.blog-five__card:hover .blog-five__card__image img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
    background-color: #050655;
    position: relative;
    z-index: 1;
}

    .topbar::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 295px;
        height: 100%;
        background-color: #050655;
        z-index: -1;
    }

    .topbar::before {
        position: absolute;
        top: 0;
        left: 294px;
        content: "";
        width: 50px;
        height: 100%;
        /* background-color: var(--zoomvilla-white, #FFFFFF); */
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        z-index: -1;
    }

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -95px;
}

@media (max-width: 1380px) {
    .topbar__inner {
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .topbar__inner {
        display: none;
    }
}

.topbar__info {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

    .topbar__info span {
        color: #ffffff;
    }

.topbar__right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.topbar__list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.topbar__list__item a {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

    .topbar__list__item a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.topbar__list__item + .topbar__list__item {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #3E3F43;
}

.topbar__social {
    display: flex;
    align-items: center;
}

    .topbar__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 50px;
        border-left: 1px solid #3E3F43;
        color: var(--zoomvilla-gray, #C7C7C7);
        transition: all 0.4s ease-in-out;
    }

        .topbar__social a:last-child {
            border-right: 1px solid #3E3F43;
        }

        .topbar__social a:hover {
            background-color: var(--zoomvilla-base, #D7984E);
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: var(--zoomvilla-base, #D7984E);
        }

.topbar-two {
    background-color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
}

    .topbar-two::after {
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: -50px;
        left: 0;
        background-color: var(--zoomvilla-base, #D7984E);
        z-index: -1;
    }

.topbar-two__shape::after {
    content: "";
    width: 105px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.topbar-two__shape::before {
    content: "";
    width: 105px;
    height: 50px;
    position: absolute;
    bottom: -100px;
    right: 0;
    background-color: var(--zoomvilla-base, #D7984E);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.topbar-two__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -95px;
}

@media (max-width: 1380px) {
    .topbar-two__inner {
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .topbar-two__inner {
        display: none;
    }
}

.topbar-two__list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.topbar-two__list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--zoomvilla-white, #FFFFFF);
}

    .topbar-two__list__item a {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        transition: all 0.4s ease-in-out;
    }

        .topbar-two__list__item a:hover {
            color: var(--zoomvilla-black, #222222);
        }

.topbar-two__social {
    display: flex;
    align-items: center;
}

    .topbar-two__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 50px;
        border-left: 1px solid var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-white, #FFFFFF);
        transition: all 0.4s ease-in-out;
    }

        .topbar-two__social a:last-child {
            border-right: 1px solid var(--zoomvilla-white, #FFFFFF);
        }

        .topbar-two__social a:hover {
            background-color: var(--zoomvilla-white, #FFFFFF);
            color: var(--zoomvilla-base, #D7984E);
            border-color: var(--zoomvilla-white, #FFFFFF);
        }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
    position: relative;
    z-index: 999;
}

.main-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-header__inner {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 1399px) {
    .main-header__inner {
        padding: 0px 20px;
    }
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding: 20px 0;
    }
}

@media (max-width: 360px) {
    .main-header__inner {
        padding: 20px 0px;
    }
}

@media (max-width: 375px) {
    .main-header__logo {
        margin-right: 20px;
    }
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
}

.main-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header__nav {
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .main-header__nav {
        display: none;
    }
}

.main-header__info {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .main-header__info a {
        font-size: 22px;
        color: var(--zoomvilla-black, #222222);
        transition: all 500ms ease;
        line-height: 1em;
        position: relative;
        z-index: 1;
    }

@media (max-width: 575px) {
    .main-header__info a:last-child {
        display: none;
    }
}

.main-header__info a:hover {
    color: var(--zoomvilla-base, #D7984E);
}

.main-header__info__number {
    width: 21px;
    height: 21px;
    background-color: #f58635;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: -12px;
    right: -12px;
}

.main-header__btn {
    margin-left: 39px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header__btn {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .main-header__btn {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .main-header__btn {
        display: none;
    }
}

.main-header__middle {
    display: flex;
    align-items: center;
}

.main-header__middle__right {
    display: flex;
    align-items: center;
}

.main-header__bottom {
    position: relative;
    z-index: 1;
}

    .main-header__bottom::after {
        content: "";
        width: 72px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #ffffff;
    }

.main-header__laptop-menu {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f58635;
    font-size: 34px;
    color: var(--zoomvilla-white, #FFFFFF);
}

    .main-header__laptop-menu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: var(--zoomvilla-black3, #1E1F24);
        z-index: -1;
        transform: scale(0.1);
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .main-header__laptop-menu:hover::before {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }

.main-header__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-header--one .mobile-nav__btn span {
    background-color: #f58635;
}

@media (max-width: 1660px) {
    .main-header--one .topbar::before,
    .main-header--one .topbar::after,
    .main-header--one .main-header__bottom::after,
    .main-header--one .main-header__right,
    .main-header--one .main-header__btn,
    .main-header--one .main-header__shape {
        /* display: none; */
    }

    .main-header--one .topbar__inner {
        margin-right: 0;
    }
}

.main-header--two {
    background-color: transparent;
}

    .main-header--two .mobile-nav__btn span {
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

@media (min-width: 1737px) {
    .main-header--two .container-fluid {
        max-width: 1737px;
    }
}

.main-header--two .main-header__inner {
    margin-top: 40px;
    border-radius: 100px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    margin-bottom: -160px;
    padding: 0 30px;
}

.main-header--two .main-menu .main-menu__list > li {
    padding-top: 45px;
    padding-bottom: 45px;
}

.main-header--two .main-header__group-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: flex;
    gap: 15px;
    align-items: center;
}

    .main-header--two .main-header__group-shape span {
        width: 45px;
        height: 40px;
        display: block;
        background-color: var(--zoomvilla-base, #D7984E);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

        .main-header--two .main-header__group-shape span:nth-child(2) {
            position: absolute;
            transform: rotateX(180deg);
            left: 30px;
        }

.main-header--two .zoomvilla-btn {
    padding: 13.5px 26px;
}

@media (max-width: 1600px) {
    .main-header--two .main-header__inner {
        margin-top: 0px;
        border-radius: 0px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        margin-bottom: 0px;
    }

    .main-header--two .main-header__btn,
    .main-header--two .main-header__group-shape span {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-header--two .main-header__inner {
        padding: 10px 0;
    }
}

.main-header--three {
    background-color: transparent;
    margin-bottom: -141px;
}

    .main-header--three .main-header__inner {
        background-color: transparent;
        position: relative;
        z-index: 2;
    }

    .main-header--three .main-header__left__call {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .main-header--three .main-header__left__call i {
            color: var(--zoomvilla-white, #FFFFFF);
            font-size: 20px;
        }

        .main-header--three .main-header__left__call a {
            color: var(--zoomvilla-white, #FFFFFF);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            transition: all 0.4s ease-in-out;
        }

            .main-header--three .main-header__left__call a:hover {
                color: var(--zoomvilla-base, #D7984E);
            }

    .main-header--three::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/shapes/header-shape-3-1.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

@media (max-width: 1750px) {
    .main-header--three .main-menu .main-menu__list > li + li {
        margin-left: 30px;
    }
}

.main-header--three .main-header__info a,
.main-header--three .main-menu .main-menu__list > li > a {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .main-header--three .main-menu .main-menu__list > li > a::after {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

.main-header--three .main-header__nav {
    margin: 0;
}

.main-header--three .main-header__middle {
    gap: 30px;
}

.main-header--three .main-header__middle-one {
    display: flex;
}

@media (min-width: 1620px) {
    .main-header--three .main-header__middle-one {
        display: none;
    }
}

.main-header--three .main-header__left .main-header__logo {
    display: flex;
}

@media (min-width: 1620px) {
    .main-header--three .main-header__left .main-header__logo {
        display: none;
    }
}

.main-header--three .main-header__info a:last-child {
    display: flex;
}

@media (min-width: 1620px) {
    .main-header--three .main-header__info a:last-child {
        display: none;
    }
}

@media (max-width: 475px) {
    .main-header--three .main-header__info a:last-child {
        display: none;
    }
}

.main-header--three .main-header__middle-two {
    display: none;
}

@media (min-width: 1620px) {
    .main-header--three .main-header__middle-two {
        display: flex;
    }
}

@media (max-width: 1800px) {
    .main-header--three .main-header__left__call {
        display: none;
    }
}

@media (max-width: 1550px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

.main-header--four {
    background-color: transparent;
}

@media (min-width: 1737px) {
    .main-header--four .container-fluid {
        max-width: 1740px;
    }
}

.main-header--four .main-menu .main-menu__list > li > a,
.main-header--four .main-header__info a {
    color: var(--zoomvilla-white, #FFFFFF);
}

.main-header--four .main-menu .main-menu__list > li.megamenu > a::after, .main-header--four .main-menu .main-menu__list > li.dropdown > a::after {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.main-header--four .main-header__inner {
    padding: 0px 50px;
    border-radius: 100px;
    background-color: var(--zoomvilla-black5, #1E1F24);
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

.main-header--four .main-menu .main-menu__list > li {
    padding-top: 45px;
    padding-bottom: 45px;
}

.main-header--four .zoomvilla-btn {
    padding: 13.5px 25px;
}

    .main-header--four .zoomvilla-btn::before {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

    .main-header--four .zoomvilla-btn:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

        .main-header--four .zoomvilla-btn:hover::after {
            background-color: var(--zoomvilla-base, #D7984E);
        }

@media (max-width: 1600px) {
    .main-header--four .main-header__btn {
        display: none;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .main-header--four .main-menu__list > li + li {
        margin-left: 25px !important;
    }
}

@media (max-width: 1250px) {
    .main-header--four {
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

        .main-header--four .topbar-two__shape::after,
        .main-header--four .topbar-two::after,
        .main-header--four .topbar-two__shape::before {
            display: none;
        }

        .main-header--four .main-header__inner {
            border-radius: 0;
            padding-left: 0;
            padding-right: 0;
        }
}

@media (max-width: 1199px) {
    .main-header--four .main-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.main-header--five {
    background-color: var(--zoomvilla-black, #222222);
}

    .main-header--five .main-header__inner {
        background-color: transparent;
    }

@media (min-width: 1200px) {
    .main-header--five .container-fluid {
        max-width: 1630px;
    }
}

.main-header--five .main-menu .main-menu__list > li > a::after {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.main-header--five .main-menu .main-menu__list > li > a,
.main-header--five .main-header__info__item {
    color: var(--zoomvilla-white, #FFFFFF);
}

.main-header--five .main-menu .main-menu__list > li.megamenu > a::after, .main-header--five .main-menu .main-menu__list > li.dropdown > a::after {
    color: var(--zoomvilla-white, #FFFFFF);
}

.main-header--five .main-menu .main-menu__list > li {
    padding-top: 55px;
    padding-bottom: 55px;
}

@media (max-width: 1620px) {
    .main-header--five .main-header__btn {
        display: none;
    }
}

.main-header--five .zoomvilla-btn {
    padding: 13.5px 26px;
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

    .sticky-header--cloned.active {
        transform: translateY(0%);
        visibility: visible;
    }

    .sticky-header--cloned.main-header--one .main-header__shape,
    .sticky-header--cloned.main-header--one .topbar {
        display: none;
    }

    .sticky-header--cloned.main-header--two {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

        .sticky-header--cloned.main-header--two .main-header__inner {
            margin-top: 0;
            margin-bottom: 0;
            border-radius: 0;
        }

    .sticky-header--cloned.main-header--three {
        background-color: var(--zoomvilla-black3, #1E1F24);
        border-bottom: 1px solid rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.3);
    }

        .sticky-header--cloned.main-header--three::after {
            display: none;
        }

        .sticky-header--cloned.main-header--three .main-header__inner {
            background-color: var(--zoomvilla-black3, #1E1F24);
        }

    .sticky-header--cloned.main-header--four {
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

        .sticky-header--cloned.main-header--four .main-header__inner {
            border-radius: 0;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
        }

        .sticky-header--cloned.main-header--four .topbar-two {
            display: none;
        }

.mobile-nav__btn {
    width: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
    margin-left: 30px;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    transition: all 500ms ease;
}

    .mobile-nav__btn span:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.mobile-nav__btn:hover span {
    background-color: var(--zoomvilla-base, #D7984E);
}

.main-menu {
    /* after third level no menu */
}

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        align-items: center;
        display: none;
    }

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .main-menu .main-menu__list > li.dropdown > a {
        position: relative;
    }

    .main-menu .main-menu__list > li + li {
        margin-left: 40px;
    }

@media (max-width: 1399px) and (min-width: 1200px) {
    .main-menu .main-menu__list > li + li {
        margin-left: 20px;
    }
}

.main-menu .main-menu__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    color: var(--zoomvilla-black2, #333333);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 187.5%;
    text-transform: uppercase;
}

    .main-menu .main-menu__list > li > a i {
        font-size: 10px;
        margin-left: 5px;
    }

    .main-menu .main-menu__list > li > a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 3px;
        background-color: #f58635;
        transition: all 0.4s ease-in-out;
    }

    .main-menu .main-menu__list > li > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(60% + 5px);
        width: 0%;
        height: 3px;
        background-color: var(--zoomvilla-black2, #333333);
        transition: all 0.4s ease-in-out;
    }

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
    color: #f58635;
}

    .main-menu .main-menu__list > li.current > a::before,
    .main-menu .main-menu__list > li:hover > a::before {
        width: 60%;
    }

    .main-menu .main-menu__list > li.current > a::after,
    .main-menu .main-menu__list > li:hover > a::after {
        width: 10%;
    }

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--zoomvilla-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu {
    position: static;
}

    .main-menu .main-menu__list > .megamenu > ul {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

    .main-menu .main-menu__list li ul li > a {
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        font-size: 16px;
        line-height: 26px;
        color: var(--zoomvilla-black, #222222);
        font-weight: 500;
        display: flex;
        text-transform: capitalize;
        padding: 8px 15px;
        transition: 400ms;
        margin-bottom: 4px;
    }

        .main-menu .main-menu__list li ul li > a::after {
            position: absolute;
            right: 15px;
            top: 8px;
            border-radius: 0;
            font-size: 6px;
            font-weight: 700;
            font-family: "Font Awesome 5 Free";
            content: "\f45c";
            color: var(--zoomvilla-white, #FFFFFF);
            visibility: hidden;
            opacity: 0;
            transition: all 500ms ease;
            transform: scale(0);
        }

    .main-menu .main-menu__list li ul li.current > a,
    .main-menu .main-menu__list li ul li:hover > a {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .main-menu .main-menu__list li ul li.current > a::after,
        .main-menu .main-menu__list li ul li:hover > a::after {
            visibility: visible;
            opacity: 1;
            transform: scale(1);
        }

    .main-menu .main-menu__list li ul li > ul {
        top: 0;
        left: calc(100% + 20px);
    }

        .main-menu .main-menu__list li ul li > ul.right-align {
            top: 0;
            left: auto;
            right: 100%;
        }

        .main-menu .main-menu__list li ul li > ul ul {
            display: none;
        }

@media (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__list li:nth-last-child(1) ul li > ul,
    .main-menu__list li:nth-last-child(2) ul li > ul {
        left: auto;
        right: calc(100% + 20px);
    }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    display: block !important;
    margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

    body.megamenu-popup-active .stricky-header {
        bottom: 0;
    }

    body.megamenu-popup-active .mobile-nav__content {
        overflow: unset;
    }

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

    .megamenu-popup .megamenu-clickable--close {
        position: absolute;
        top: 18px;
        right: 20px;
        display: block;
        color: var(--zoomvilla-black, #222222);
    }

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--zoomvilla-base, #D7984E);
}

.megamenu-popup .megamenu-clickable--close .icon-close {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

    .megamenu-popup .megamenu-clickable--close .icon-close::before, .megamenu-popup .megamenu-clickable--close .icon-close::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: currentColor;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .megamenu-popup .megamenu-clickable--close .icon-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .demo-one .row {
        --bs-gutter-y: 30px;
    }

.demo-one__card {
    background-color: var(--zoomvilla-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

    .demo-one__card:hover {
        transform: translateY(-10px);
    }

.demo-one__title {
    margin: 0;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    text-transform: capitalize;
    font-size: 16px;
    color: var(--zoomvilla-black, #222222);
    font-weight: 700;
}

    .demo-one__title:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

    .demo-one__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .demo-one__title a:hover {
            background-size: 100% 1px;
        }

.demo-one__image {
    position: relative;
    overflow: hidden;
}

    .demo-one__image img {
        max-width: 100%;
        transition: filter 500ms ease;
        filter: blur(0px);
    }

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px);
}

.demo-one__btns {
    background-color: rgba(var(--zoomvilla-black2-rgb, 51, 51, 51), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transform-origin: bottom center;
    opacity: 0;
    transition: transform 500ms ease, opacity 600ms linear;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

@media (max-width: 412px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one .zoomvilla-btn {
    font-size: 15px;
    padding: 10.5px 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .demo-one .zoomvilla-btn {
        min-width: 150px;
    }
}

@media (max-width: 412px) {
    .demo-one .zoomvilla-btn {
        min-width: 150px;
    }
}

.demo-one .zoomvilla-btn::after {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.demo-one__title {
    padding-top: 19.5px;
    padding-bottom: 21.5px;
}

.home-showcase .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px;
}

.home-showcase .container {
    max-width: 1500px;
}

.home-showcase__inner {
    overflow-y: scroll;
    padding: 40px 40px 21px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .zoomvilla-btn {
    width: 170px;
    padding-left: 22px;
    padding-right: 20px;
    justify-content: space-between;
}

    .home-showcase .zoomvilla-btn::after {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

.home-showcase .zoomvilla-btn__text {
    font-size: 14px;
}

.home-showcase .zoomvilla-btn:hover .zoomvilla-btn__text {
    color: var(--zoomvilla-black2, #333333);
}

.home-showcase .demo-one__title {
    padding: 0;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper .home-showcase .row [class*=col-] {
        flex: 0 0 100%;
    }

    .mobile-nav__wrapper .home-showcase {
        margin-bottom: -1px;
        margin-top: 0;
        border-bottom: 1px solid RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.1);
    }

    .mobile-nav__wrapper .home-showcase__inner {
        padding: 15px 0px;
        background-color: transparent;
        box-shadow: none;
    }

    .mobile-nav__wrapper .home-showcase__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    }

        .mobile-nav__wrapper.expanded .mobile-nav__content {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
        }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: #00011c;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 60px 15px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

    .mobile-nav__content .main-menu__nav {
        display: block;
        padding: 0;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 40px;
        display: flex;
    }

.mobile-nav__close {
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: var(--zoomvilla-white, #FFFFFF);
    cursor: pointer;
    transition: all 500ms ease;
}

    .mobile-nav__close svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    .mobile-nav__close:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .mobile-nav__content .main-menu__list ul {
        display: none;
        border-top: 1px solid RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.1);
    }

        .mobile-nav__content .main-menu__list ul li > a {
            padding-left: 1em;
        }

    .mobile-nav__content .main-menu__list li:not(:last-child) {
        border-bottom: 1px solid RGBA(var(--zoomvilla-white-rgb, 255, 255, 255), 0.1);
    }

    .mobile-nav__content .main-menu__list li > a {
        display: flex;
        justify-content: space-between;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        line-height: 30px;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        height: 46px;
        align-items: center;
        transition: 500ms;
    }

@media (max-width: 1199px) {
    .mobile-nav__content .main-menu__list li > a .fa-plus {
        display: none;
    }
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
    font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--zoomvilla-base, #D7984E);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--zoomvilla-base, #D7984E);
    border: none;
    outline: none;
    color: var(--zoomvilla-white, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

    .mobile-nav__content .main-menu__list li a button svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    .mobile-nav__content .main-menu__list li a button.expanded {
        transform: rotate(0deg);
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-black, #222222);
    }

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .mobile-nav__contact li {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
    }

        .mobile-nav__contact li + li {
            margin-top: 15px;
        }

        .mobile-nav__contact li a {
            color: inherit;
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--zoomvilla-base, #D7984E);
            }

.mobile-nav__contact__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--zoomvilla-base, #D7984E);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--zoomvilla-white, #FFFFFF);
}

    .mobile-nav__contact__icon svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

    .search-popup__form input[type=search],
    .search-popup__form input[type=text] {
        width: 100%;
        height: 66px;
        border: none;
        outline: none;
        padding-left: 20px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-weight: 400;
        color: var(--zoomvilla-text, #92918F);
        transition: all 500ms ease;
    }

        .search-popup__form input[type=search]:focus,
        .search-popup__form input[type=text]:focus {
            color: var(--zoomvilla-black, #222222);
        }

    .search-popup__form .zoomvilla-btn {
        padding: 0;
        width: 66px;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        font-size: 20px;
        color: var(--zoomvilla-white, #FFFFFF);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        font-size: 22px;
    }

        .search-popup__form .zoomvilla-btn svg {
            width: 1em;
            height: 1em;
            fill: currentColor;
        }

        .search-popup__form .zoomvilla-btn i {
            margin-left: 0;
        }

        .search-popup__form .zoomvilla-btn::after, .search-popup__form .zoomvilla-btn::before {
            display: none;
        }

        .search-popup__form .zoomvilla-btn:hover {
            background-color: var(--zoomvilla-black, #222222);
        }

.search-popup.active {
    z-index: 9999;
}

    .search-popup.active .search-popup__overlay {
        top: auto;
        bottom: calc(90px - 112vw);
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        opacity: 0.7;
        -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    }

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--zoomvilla-black2, #333333);
}

@media (max-width: 1199px) {
    .page-header {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-header__bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(30, 31, 36, 0.75);
    }

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header__content {
    text-align: start;
}

.page-header__title {
    margin-bottom: 9px;
    font-family: var(--zoomvilla-font2, "Figtree", sans-serif);
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;
}

@media (max-width: 1399px) {
    .page-header__title {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .page-header__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .page-header__title {
        font-size: 30px;
    }
}

.zoomvilla-breadcrumb {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
}

    .zoomvilla-breadcrumb li {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: var(--zoomvilla-white, #FFFFFF);
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.25;
    }

        .zoomvilla-breadcrumb li:not(:last-child)::after {
            content: "/";
            position: relative;
            top: -1px;
            margin-left: 6px;
            margin-right: 6px;
            font-size: 17px;
        }

        .zoomvilla-breadcrumb li span,
        .zoomvilla-breadcrumb li a {
            display: inline-flex;
        }

        .zoomvilla-breadcrumb li:not(:first-child) span {
            color: var(--zoomvilla-base, #D7984E);
        }

        .zoomvilla-breadcrumb li a {
            color: inherit;
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
        }

            .zoomvilla-breadcrumb li a:hover {
                background-size: 100% 1px;
            }

            .zoomvilla-breadcrumb li a:hover {
                color: var(--zoomvilla-base, #D7984E);
            }

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
}

    .google-map iframe {
        position: relative;
        display: block;
        border: none;
        height: 430px;
        width: 100%;
    }

@media (max-width: 430px) {
    .google-map iframe {
        height: 400px;
    }
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--zoomvilla-white, #FFFFFF);
    mix-blend-mode: luminosity;
}

.contact-map {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

    .contact-map .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 30px;
}

@media (min-width: 768px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
}

.form-one .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 50px;
    outline: none !important;
    border: 0;
    border-radius: 0;
    background-color: var(--zoomvilla-white, #FFFFFF) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    color: var(--zoomvilla-text, #92918F) !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

    .form-one .bootstrap-select > .dropdown-toggle::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        font-family: "icomoon" !important;
        line-height: 48px;
        content: "\e91c";
        font-weight: 400;
        font-size: 14px;
        color: var(--zoomvilla-text, #92918F);
    }

.form-one .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

    .form-one .bootstrap-select .dropdown-menu > li > a {
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        font-size: 15px;
        font-weight: 400;
        padding: 10px 20px;
        color: var(--zoomvilla-black2, #333333);
        background-color: var(--zoomvilla-white, #FFFFFF);
        text-transform: capitalize;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .form-one .bootstrap-select .dropdown-menu > li:hover > a,
    .form-one .bootstrap-select .dropdown-menu > li.selected > a {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        border-color: var(--zoomvilla-base, #D7984E);
    }

.form-one .bootstrap-select > .dropdown-toggle {
    display: flex;
    align-items: center;
}

    .form-one .bootstrap-select > .dropdown-toggle .filter-option {
        display: flex;
        align-items: center;
    }

.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
    display: block;
    border: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 16px;
    color: var(--zoomvilla-text, #92918F);
    font-weight: 400;
    background-color: var(--zoomvilla-white, #FFFFFF);
    transition: all 400ms ease;
}

    .form-one .bootstrap-select > .dropdown-toggle:focus,
    .form-one input[type=text]:focus,
    .form-one input[type=email]:focus,
    .form-one input[type=password]:focus,
    .form-one input[type=tel]:focus,
    .form-one textarea:focus {
        color: var(--zoomvilla-black, #222222);
    }

.form-one textarea {
    height: 122px;
    padding: 14px 20px 0;
}

/*--------------------------------------------------------------
# Banner Forms
--------------------------------------------------------------*/
.banner-form__wrapper {
    position: relative;
    z-index: 3;
}

    .banner-form__wrapper .banner-form__list {
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }

        .banner-form__wrapper .banner-form__list .banner-form__list__button {
            color: var(--zoomvilla-black2, #333333);
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
            padding: 5px 17px;
            display: flex;
            align-items: center;
            margin-bottom: 0;
            gap: 10px;
            background-color: var(--zoomvilla-white, #FFFFFF);
            cursor: pointer;
            transition: all 0.4s ease-in-out;
        }

            .banner-form__wrapper .banner-form__list .banner-form__list__button span {
                display: block;
                width: 16px;
                height: 16px;
                background-color: transparent;
                border-radius: 50%;
                border: 1px solid var(--zoomvilla-base, #D7984E);
                border-radius: 50%;
                transition: all 0.4s ease-in-out;
            }

            .banner-form__wrapper .banner-form__list .banner-form__list__button.active-btn, .banner-form__wrapper .banner-form__list .banner-form__list__button:hover {
                background-color: var(--zoomvilla-black, #222222);
                color: var(--zoomvilla-white, #FFFFFF);
            }

                .banner-form__wrapper .banner-form__list .banner-form__list__button.active-btn span, .banner-form__wrapper .banner-form__list .banner-form__list__button:hover span {
                    background-color: var(--zoomvilla-base, #D7984E);
                }

    .banner-form__wrapper .banner-form {
        display: flex;
        align-items: center;
        gap: 30px;
        position: relative;
        z-index: 1;
        background-color: var(--zoomvilla-base, #D7984E);
        padding: 38px 30px 38px 45px;
        border-radius: 0 10px 10px 10px;
    }

@media (max-width: 991px) {
    .banner-form__wrapper .banner-form {
        flex-wrap: wrap;
        align-items: end;
        padding: 38px 30px 38px 30px;
    }
}

.banner-form__wrapper .banner-form::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(25% + 15px);
    height: 100%;
    background-color: var(--zoomvilla-black3, #1E1F24);
    z-index: -1;
    border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
    .banner-form__wrapper .banner-form::after {
        display: none;
    }
}

.banner-form__wrapper .banner-form .banner-form__control {
    width: 22.5%;
    flex: 22.5%;
}

.banner-form__wrapper .banner-form .banner-form__control--search {
    width: 27.5%;
    flex: 27.5%;
}

@media (max-width: 991px) {
    .banner-form__wrapper .banner-form .banner-form__control--search {
        width: 47%;
        flex: 47%;
    }
}

@media (max-width: 991px) {
    .banner-form__wrapper .banner-form .banner-form__control {
        width: 47%;
        flex: 47%;
    }
}

.banner-form__wrapper .banner-form .banner-form__control {
    display: flex;
    flex-direction: column;
}

    .banner-form__wrapper .banner-form .banner-form__control label {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        position: relative;
        display: block;
        width: 100% !important;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
    }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle::after {
        display: none;
    }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
        position: relative;
        height: 50px;
        outline: none !important;
        border: 0;
        border-radius: 0;
        background-color: var(--zoomvilla-white, #FFFFFF) !important;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        color: var(--zoomvilla-text-gray, #636363) !important;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        box-shadow: none !important;
        background-repeat: no-repeat;
        background-size: 14px 12px;
        background-position: right 25.75px center;
    }

        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle::before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            font-family: "icomoon" !important;
            line-height: 40px;
            content: "\e91c";
            font-weight: 400;
            font-size: 13px;
            color: var(--zoomvilla-text, #92918F);
        }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li + li > a {
        border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
    }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu {
        border: none;
        border-radius: 10px;
    }

        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li > a {
            font-family: var(--zoomvilla-font, "Saira", sans-serif);
            font-size: 15px;
            font-weight: 400;
            padding: 10px 20px;
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-base, #D7984E);
            text-transform: capitalize;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li:hover > a,
        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select .dropdown-menu > li.selected > a {
            background-color: var(--zoomvilla-black, #222222);
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: var(--zoomvilla-white, #FFFFFF);
        }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
        display: flex;
        align-items: center;
    }

        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle .filter-option {
            display: flex;
            align-items: center;
        }

    .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle {
        display: block;
        border: none;
        outline: none;
        padding: 0 20px;
        width: 100%;
        height: 40px;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        font-size: 16px;
        color: var(--zoomvilla-text-gray, #636363);
        font-weight: 400;
        border-radius: 10px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        transition: all 400ms ease;
    }

        .banner-form__wrapper .banner-form .banner-form__control .bootstrap-select > .dropdown-toggle:focus {
            color: var(--zoomvilla-black, #222222);
        }

.banner-form__wrapper .banner-form .banner-form__search {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner-form__wrapper .banner-form .banner-form__search button {
        border-radius: 50px;
        clip-path: none;
        text-transform: capitalize;
        gap: 8px;
    }

        .banner-form__wrapper .banner-form .banner-form__search button i {
            margin-left: 0;
        }

        .banner-form__wrapper .banner-form .banner-form__search button::before {
            background-color: var(--zoomvilla-white, #FFFFFF);
        }

        .banner-form__wrapper .banner-form .banner-form__search button::after {
            display: none;
        }

        .banner-form__wrapper .banner-form .banner-form__search button:hover {
            color: var(--zoomvilla-black, #222222);
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page::after {
    display: none;
}

.contact-page .contact-four__bottom {
    padding-bottom: 0;
}

.contact-page .contact-four__call__text {
    color: var(--zoomvilla-black, #222222);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%;
}

.contact-page .contact-four__call__icon {
    width: 100px;
    height: 100px;
    background-color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
}

    .contact-page .contact-four__call__icon::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        z-index: -2;
        transition: all 0.4s ease-in-out;
    }

    .contact-page .contact-four__call__icon::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
        border: 2px dashed var(--zoomvilla-base, #D7984E);
        border-radius: 50%;
        background-color: transparent;
        z-index: -1;
        animation: rotate 14s linear infinite;
    }

.contact-page .contact-four__call:hover .contact-four__call__icon {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .contact-page .contact-four__call:hover .contact-four__call__icon::after {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .contact-page .contact-four__call:hover .contact-four__call__icon::before {
        border-color: var(--zoomvilla-white, #FFFFFF);
    }

.contact-two {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    margin-top: 111px;
}

@media (max-width: 575px) {
    .contact-two {
        background-color: var(--zoomvilla-black5, #1E1F24);
        padding-top: 80px;
        margin-top: 80px;
    }
}

.contact-two__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shapes/bg-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    z-index: -1;
}

@media (max-width: 575px) {
    .contact-two__bg {
        display: none;
    }
}

.contact-two .sec-title {
    margin-bottom: 20px;
}

    .contact-two .sec-title .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.contact-two__text {
    color: var(--zoomvilla-white, #FFFFFF);
    margin-bottom: 20px;
}

.contact-two__list {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .contact-two__list {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.contact-two__list li {
    display: flex;
    align-items: center;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    gap: 8px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .contact-two__list li span {
        color: inherit;
        display: block;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .contact-two__list li span:hover {
            background-size: 100% 1px;
        }

    .contact-two__list li:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.contact-two__btn .zoomvilla-btn::before {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.contact-two__btn .zoomvilla-btn:hover {
    color: var(--zoomvilla-black, #222222);
}

    .contact-two__btn .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-black, #222222);
    }

.contact-two__image {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1199px) {
    .contact-two__image {
        display: none;
    }
}

.contact-two__image img {
    animation: leftToright 4s ease-in-out infinite;
}

@media (max-width: 1600px) {
    .contact-two__image img {
        object-fit: cover;
        width: 100%;
    }
}

.contact-two__image__title {
    display: block;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.contact-two__image__link {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-two__contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 22%;
    right: -15%;
    width: 37%;
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: 100px;
    padding: 10px;
}

.contact-two__icon {
    max-width: 66px;
    width: 100%;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-black5, #1E1F24);
    color: var(--zoomvilla-white, #FFFFFF);
    border: 2px solid var(--zoomvilla-white, #FFFFFF);
    font-size: 30px;
}

.contact-two__shape-one {
    position: absolute;
    bottom: 0;
    right: 7%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .contact-two__shape-one {
        display: none;
    }
}

.contact-two__shape-two {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 575px) {
    .contact-two__shape-two {
        display: none;
    }
}

.contact-two__shape-two img {
    animation: rotate 14s ease-in-out infinite;
}

.contact-four {
    position: relative;
    z-index: 1;
}

    .contact-four::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 775px;
        background-color: var(--zoomvilla-black4, #000000);
        background-image: url(../images/shapes/contact-bg-4-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 100%, 0 100%);
        background-position: center center;
        z-index: -1;
    }

@media (max-width: 767px) {
    .contact-four::after {
        clip-path: none;
    }
}

.contact-four__inner {
    border: 1px solid #ddd;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact-four__inner {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .contact-four__inner {
        padding: 30px;
    }
}

.contact-four__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 322px;
    background-color: var(--zoomvilla-base, #D7984E);
    clip-path: polygon(0 0, 100% 0, 20% 50%, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
    .contact-four__inner::after {
        display: none;
    }
}

.contact-four__inner .bootstrap-select > .dropdown-toggle,
.contact-four__inner input[type=text],
.contact-four__inner input[type=email] {
    height: 48px;
    width: 100%;
    border: 1px solid #D3D3D3;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 100px;
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    padding-left: 25px;
}

    .contact-four__inner .bootstrap-select > .dropdown-toggle::placeholder,
    .contact-four__inner input[type=text]::placeholder,
    .contact-four__inner input[type=email]::placeholder {
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 162.5%;
    }

.contact-four__inner textarea {
    height: 107px;
    width: 100%;
    border: 1px solid #D3D3D3;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 20px;
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    padding-left: 25px;
}

    .contact-four__inner textarea::placeholder {
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 162.5%;
    }

.contact-four__inner button {
    margin-top: 10px;
}

.contact-four__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .contact-four__bottom {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
}

.contact-four__call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
}

@media (max-width: 767px) {
    .contact-four__call {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
}

.contact-four__call__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 40px;
    color: var(--zoomvilla-base, #D7984E);
    transition: all 0.4s ease-in-out;
}

.contact-four__call__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .contact-four__call__text {
        font-size: 22px;
    }
}

.contact-four__call__text a {
    color: inherit;
}

    .contact-four__call__text a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.contact-four__call:hover .contact-four__call__icon {
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

.contact-four__maps {
    position: relative;
    z-index: 1;
}

.contact-four__maps__inner {
    position: relative;
    z-index: 1;
    height: 100%;
}

    .contact-four__maps__inner iframe {
        position: relative;
        display: block;
        border: none;
        height: 560px;
        width: 100%;
    }

@media (max-width: 430px) {
    .contact-four__maps__inner iframe {
        height: 400px;
    }
}

.contact-four__maps__logo {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--zoomvilla-black5, #1E1F24);
    padding: 15px 15px 14px 24px;
    display: inline-block;
    border-radius: 30px 0 0 0;
}

.contact-four__maps__info__button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
}

    .contact-four__maps__info__button::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: scale(2.5);
        background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.4);
        animation: zoomOut 1.2s infinite linear;
    }

@keyframes zoomOut {
    0% {
        transform: scale(2.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(2.5);
    }
}

.contact-four__maps__info__content {
    width: 170px;
    height: auto;
    border-radius: 5px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: -74px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .contact-four__maps__info__content::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 10px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        bottom: -10px;
    }

.contact-four__maps__info__thumb {
    background-color: var(--zoomvilla-base, #D7984E);
    border: 6px solid var(--zoomvilla-base, #D7984E);
    border-radius: 6px 6px 0 0;
}

    .contact-four__maps__info__thumb img {
        object-fit: cover;
        width: 100%;
        border: 5px solid var(--zoomvilla-white, #FFFFFF);
    }

.contact-four__maps__info__title {
    margin-top: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
    text-align: center;
}

.contact-four__maps__info__text {
    color: #636363;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
    text-align: center;
}

.contact-four__maps__info__item {
    position: absolute;
    top: 60px;
    left: 40px;
}

    .contact-four__maps__info__item:nth-child(2) {
        top: 50%;
        left: 50%;
    }

    .contact-four__maps__info__item:nth-child(3) {
        top: 30%;
        left: 80%;
    }

    .contact-four__maps__info__item:nth-child(4) {
        top: auto;
        left: 80%;
        bottom: 20%;
    }

    .contact-four__maps__info__item:nth-child(5) {
        top: auto;
        left: 20%;
        bottom: 20%;
    }

.contact-four .contact-four__maps__info__item:hover .contact-four__maps__info__content {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
    position: relative;
}

.login-page__inner {
    border: 1px solid var(--zoomvilla-gray, #C7C7C7);
    background: var(--zoomvilla-white, #FFFFFF);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 30px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .login-page__inner {
        padding: 57px 40px 57px;
    }
}

.login-page__info {
    background-color: var(--zoomvilla-base, #D7984E);
    padding: 25px 40px;
    border-radius: 20px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .login-page__info {
        margin-bottom: 30px;
        padding: 15px 30px;
    }

        .login-page__info p {
            font-size: 16px;
        }
}

.login-page__info p {
    margin: 0;
    color: var(--zoomvilla-white, #FFFFFF);
}

    .login-page__info p span {
        font-weight: 700;
    }

    .login-page__info p a {
        line-height: normal;
        font-weight: 700;
        display: inline-block;
        color: var(--zoomvilla-black3, #1E1F24);
        transition: all 500ms ease;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .login-page__info p a:hover {
            background-size: 100% 1px;
        }

.login-page__wrap {
    position: relative;
}

.login-page__wrap__title {
    margin-top: -5px;
    margin-bottom: 30px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.login-page__wrap .form__border {
    display: none;
}

@media (min-width: 992px) {
    .login-page__wrap .form__border {
        display: block;
    }
}

.login-page__wrap .form__border::after {
    display: none;
    position: absolute;
    top: 0;
    right: -47px;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--zoomvilla-border-color, #dddddd);
}

@media (min-width: 992px) {
    .login-page__wrap .form__border::after {
        display: block;
    }
}

@media (max-width: 992px) {
    .login-page .register-page__wrap {
        margin-top: 50px;
    }
}

.login-page__form {
    position: relative;
    display: block;
}

.login-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .login-page__form-input-box input[type=email],
    .login-page__form-input-box input[type=password] {
        height: 60px;
        width: 100%;
        border: none;
        background-color: rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.6);
        border-radius: 8px;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        color: var(--zoomvilla-text, #92918F);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        display: block;
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
    }

        .login-page__form-input-box input[type=email]::placeholder,
        .login-page__form-input-box input[type=password]::placeholder {
            color: var(--zoomvilla-text, #92918F);
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            font-family: var(--zoomvilla-font, "Saira", sans-serif);
        }

.login-page__checked-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .login-page__checked-box {
        display: block;
    }
}

.login-page__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

    .login-page__checked-box label span:before {
        position: absolute;
        top: 2px;
        left: 5px;
        display: block;
        border-bottom: 2px solid var(--zoomvilla-base, #D7984E);
        border-right: 2px solid var(--zoomvilla-base, #D7984E);
        content: "";
        width: 7px;
        height: 10px;
        pointer-events: none;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        opacity: 0;
    }

.login-page__checked-box input[type=checkbox] {
    display: none;
}

    .login-page__checked-box input[type=checkbox] + label span {
        position: absolute;
        top: 4px;
        left: 0;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background: transparent;
        cursor: pointer;
        transition: all 300ms ease;
        border: 1px solid var(--zoomvilla-text-gray, #636363);
    }

    .login-page__checked-box input[type=checkbox]:checked + label span:before {
        opacity: 1;
    }

.login-page__form-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .login-page__form-btn-box .zoomvilla-btn {
        font-size: 16px;
        font-weight: 600;
        padding: 14px 40px;
    }

.login-page__form-forgot-password {
    position: relative;
    display: block;
    margin-left: 0px;
    flex: 0 0 100%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .login-page__form-forgot-password {
        margin-left: 20px;
        flex: 0 0 auto;
        margin-top: 0;
    }
}

.login-page__form-forgot-password a {
    color: var(--zoomvilla-text, #92918F);
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

    .login-page__form-forgot-password a:hover {
        background-size: 100% 1px;
    }

    .login-page__form-forgot-password a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.gutter-x-94 {
    --bs-gutter-x: 94px;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
    margin-top: 54px;
}

.comments-one__title {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #122F2A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comments-one__list {
    margin: 0;
    margin-top: 30px;
}

.comments-one__card {
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
    display: flex;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .comments-one__card {
        flex-direction: column;
        gap: 18px;
    }
}

.comments-one__card__image {
    position: relative;
    margin-right: 15px;
}

    .comments-one__card__image img {
        border-radius: 50%;
        object-fit: cover;
    }

.comments-one__card__title {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comments-one__card__date {
    display: block;
    margin: 0 0 8px;
    color: var(--zoomvilla-text2, #5E5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comments-one__card__text {
    margin: 0;
    color: var(--zoomvilla-text2, #5E5B5B);
}

.comments-one__card__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.comments-one__card__content {
    position: relative;
}

@media (min-width: 1200px) {
    .comments-one__card__content {
        margin-right: 45px;
    }
}

.comments-form__title {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #122F2A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comments-form__form {
    margin-top: 30px;
}

.comments-form input[type=text],
.comments-form input[type=email],
.comments-form input[type=tel],
.comments-form input[type=date],
.comments-form textarea {
    height: 67px;
    width: 100%;
    background-color: #F5F2EF;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #F5F2EF;
}

    .comments-form input[type=text]::placeholder,
    .comments-form input[type=email]::placeholder,
    .comments-form input[type=tel]::placeholder,
    .comments-form input[type=date]::placeholder,
    .comments-form textarea::placeholder {
        color: var(--zoomvilla-text2, #5E5B5B);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.comments-form textarea {
    height: 165px;
}

.comments-form .form-one .bootstrap-select > .dropdown-toggle:focus,
.comments-form .form-one input[type=text]:focus,
.comments-form .form-one input[type=email]:focus,
.comments-form .form-one input[type=tel]:focus,
.comments-form .form-one input[type=date]:focus,
.comments-form .form-one textarea:focus {
    border: 1px solid var(--zoomvilla-base, #D7984E);
}

.comments-form .form-one__group {
    grid-gap: 30px;
}

.comments-form .zoomvilla-btn {
    padding: 16px 39px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
    padding: 34px 32px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

.sidebar .sidebar__form {
    background-color: #F0F2F8;
}

.sidebar .sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__search {
    position: relative;
}

    .sidebar__search input[type=search],
    .sidebar__search input[type=text] {
        padding-left: 20px;
        border-radius: 10px;
        padding-right: 44px;
        outline: none;
        border: 0;
        width: 100%;
        height: 55px;
        font-size: 16px;
        color: var(--zoomvilla-text, #92918F);
        font-weight: 400;
        background-color: var(--zoomvilla-white, #FFFFFF);
        transition: all 400ms ease;
    }

    .sidebar__search button[type=submit] {
        padding: 0;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        background-color: var(--zoomvilla-base, #D7984E);
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 15px;
        color: var(--zoomvilla-white, #FFFFFF);
        transition: all 400ms ease;
        border-radius: 50%;
    }

        .sidebar__search button[type=submit]:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-black2, #333333);
        }

.sidebar__title {
    position: relative;
    margin-bottom: 34px;
    text-transform: capitalize;
    color: #122F2A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .sidebar__title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 39px;
        height: 3px;
        background-color: var(--zoomvilla-base, #D7984E);
    }

.sidebar__categories-wrapper {
    padding-bottom: 34px;
}

@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
    .sidebar__categories-wrapper {
        padding-bottom: 27px;
    }
}

.sidebar__categories {
    margin: 0;
}

.sidebar__categories-title {
    margin-bottom: 28px;
}

    .sidebar__categories-title::after {
        width: 67px;
    }

.sidebar__categories li:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar__categories li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 768px) and (max-width: 1199px), (max-width: 360px) {
    .sidebar__categories li a {
        font-size: 16px;
    }
}

.sidebar__categories li a span {
    color: inherit;
}

.sidebar__categories li a:hover {
    color: var(--zoomvilla-base, #D7984E);
}

.sidebar__categories__text {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sidebar__categories__icon {
    display: inline-flex;
    font-size: 12px;
    overflow: hidden;
}

.sidebar__tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .sidebar__tags .zoomvilla-btn {
        color: var(--zoomvilla-text-gray, #636363);
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 2px 25px;
        border-radius: 0;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border: 1px solid #D7D7D7;
        text-transform: capitalize;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

        .sidebar__tags .zoomvilla-btn::after, .sidebar__tags .zoomvilla-btn::before {
            display: none;
        }

        .sidebar__tags .zoomvilla-btn:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: var(--zoomvilla-base, #D7984E);
            background-color: var(--zoomvilla-base, #D7984E);
        }

.sidebar__posts__item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

    .sidebar__posts__item:hover .sidebar__posts__image img {
        transform: scale(1) rotate(0deg);
    }

    .sidebar__posts__item:hover .sidebar__posts__image::after {
        transform: translateX(0%);
    }

    .sidebar__posts__item + .sidebar__posts__item {
        margin-top: 29px;
    }

.sidebar__posts__image {
    overflow: hidden;
    height: 78px;
    max-width: 94px;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .sidebar__posts__image img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
        transform: scale(1.1) rotate(-9deg);
    }

    .sidebar__posts__image::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.6);
        transform: translateX(-100%);
        transition: all 0.4s ease-in-out;
    }

.sidebar__posts__meta {
    display: flex;
    align-items: center;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    margin-bottom: 14px;
}

.sidebar__posts__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    margin: 0;
}

    .sidebar__posts__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .sidebar__posts__title a:hover {
            background-size: 100% 1px;
        }

        .sidebar__posts__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

/*** Sidebar Service ***/
.service-sidebar__single {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #F5F2EF;
}

.service-sidebar__single__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
    .service-sidebar__single {
        padding: 20px;
    }
}

.service-sidebar__nav {
    margin: 0;
    position: relative;
}

    .service-sidebar__nav li a {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px;
        color: var(--zoomvilla-black4, #000000);
        font-family: var(--zoomvilla-font, "Saira", sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        text-transform: capitalize;
        padding: 11px 20px 11px 20px;
        border-radius: 30px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }

@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
    .service-sidebar__nav li a {
        font-size: 16px;
        padding: 10px;
    }
}

.service-sidebar__nav li a .icon {
    max-width: 32px;
    width: 100%;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-black4, #000000);
    font-size: 16px;
    color: var(--zoomvilla-white, #FFFFFF);
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
    .service-sidebar__nav li a .icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

.service-sidebar__nav li a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--zoomvilla-black, #222222);
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
}

.service-sidebar__nav li a:hover {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .service-sidebar__nav li a:hover .icon {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        transform: rotate(-45deg);
    }

    .service-sidebar__nav li a:hover::after {
        transform: translateX(0%);
    }

.service-sidebar__nav li.current a {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .service-sidebar__nav li.current a .icon {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
    }

    .service-sidebar__nav li.current a::after {
        transform: translateX(0%);
    }

.service-sidebar__nav li + li {
    margin-top: 20px;
}

/*Header Right Menu Style*/
.header-right-sidebar {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: left center;
    transition: transform 600ms ease 600ms, visibility 600ms ease 600ms;
    position: fixed;
    visibility: hidden;
    background: transparent;
}

.header-right-sidebar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--zoomvilla-black, #222222);
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.header-right-sidebar__content {
    max-width: 460px;
    width: 100%;
    z-index: 10;
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    overflow-y: auto;
    padding: 50px 44px;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--zoomvilla-black2, #333333);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 800ms ease 0ms, visibility 800ms ease 0ms, transform 800ms ease 0ms;
}

.header-right-sidebar__close {
    font-size: 25px;
    color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    padding: 30px;
    top: 0px;
    right: 30px;
    cursor: pointer;
}

.header-right-sidebar__logo-box {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
}

.header-right-sidebar__container {
    padding-top: 30px;
}

.header-right-sidebar__container__about {
    padding-bottom: 40px;
}

.header-right-sidebar__container__title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--zoomvilla-white, #FFFFFF);
    text-transform: capitalize;
    margin-bottom: 22px;
}

.header-right-sidebar__container__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--zoomvilla-text, #92918F);
}

.header-right-sidebar__container__list {
    padding-bottom: 40px;
}

.header-right-sidebar__container__list__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-right-sidebar__container__list__item:hover .header-right-sidebar__container__icon {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .header-right-sidebar__container__list__item + .header-right-sidebar__container__list__item {
        margin-top: 25px;
    }

.header-right-sidebar__container__list__title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--zoomvilla-white, #FFFFFF);
}

.header-right-sidebar__container__list a,
.header-right-sidebar__container__list p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--zoomvilla-white, #FFFFFF);
}

.header-right-sidebar__container__list a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .header-right-sidebar__container__list a:hover {
        background-size: 100% 1px;
    }

    .header-right-sidebar__container__list a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.header-right-sidebar__container__icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    color: var(--zoomvilla-black, #222222);
    background: var(--zoomvilla-white, #FFFFFF);
    transition: all 0.4s ease-in-out;
}

.header-right-sidebar__container .newsletter-box input[type=email] {
    width: 100%;
    border: none;
    outline: none;
    height: 55px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-text, #92918F);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    padding-left: 30px;
    padding-right: 60px;
    transition: all 500ms ease;
    border-radius: 8px;
}

    .header-right-sidebar__container .newsletter-box input[type=email]:focus {
        color: var(--zoomvilla-text, #92918F);
    }

    .header-right-sidebar__container .newsletter-box input[type=email]::placeholder {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: var(--zoomvilla-text, #92918F);
    }

.header-right-sidebar__container .newsletter-box button {
    display: flex;
    justify-content: center;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 100%;
    text-transform: capitalize;
    background: var(--zoomvilla-base, #D7984E);
    margin-top: 10px;
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    border: none;
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
    border: 1px solid transparent;
}

    .header-right-sidebar__container .newsletter-box button::after, .header-right-sidebar__container .newsletter-box button::before {
        display: none;
    }

    .header-right-sidebar__container .newsletter-box button:hover {
        color: var(--zoomvilla-white, #FFFFFF);
        border-color: var(--zoomvilla-base, #D7984E);
        background-color: transparent;
    }

.header-right-sidebar.isActive {
    visibility: visible;
    transform: translateX(0%);
}

    .header-right-sidebar.isActive .header-right-sidebar__content {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    position: relative;
    z-index: 1;
    background-color: #00000e;
    margin-top: 89px;
    padding-top: 1px;
}

.main-footer__top {
    padding-top: 97px;
    padding-bottom: 65px;
}

@media (max-width: 767px) {
    .main-footer__top {
        padding-top: 75px;
        padding-bottom: 60px;
    }
}

.main-footer__bottom {
    background-color: #5e2900;
}

.main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .main-footer__bottom__inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
}

.main-footer__bottom__list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

    .main-footer__bottom__list li a {
        margin: 0;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .main-footer__bottom__list li a:hover {
            background-size: 100% 1px;
        }

.main-footer__copyright {
    margin: 0;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-footer__shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.03;
    z-index: -1;
}

.main-footer__shape-two {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.03;
    z-index: -1;
}

.mt-20 {
    margin-top: 18px;
}

.footer-widget {
    position: relative;
}

.footer-widget__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

    .footer-widget__logo img {
        object-fit: cover;
    }

.footer-widget__text {
    margin: 0;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 270px;
    width: 100%;
}

.footer-widget__social-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 30px;
}

    .footer-widget__social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #92918F;
        color: #92918F;
        font-size: 16px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
    }

        .footer-widget__social-links a:hover {
            background-color: var(--zoomvilla-base, #D7984E);
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: var(--zoomvilla-base, #D7984E);
            transform: translateY(-3px);
        }

.footer-widget__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    text-transform: capitalize;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 38px;
}

@media (max-width: 1199px) {
    .footer-widget__title {
        margin-bottom: 15px;
    }
}

.footer-widget__links {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 16px;
    margin: 0;
}

@media (max-width: 575px) {
    .footer-widget__links {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer-widget__links li {
    display: flex;
    align-items: center;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

    .footer-widget__links li i {
        font-size: 6px;
        margin-right: 6px;
        transition: all 0.4s ease-in-out;
    }

    .footer-widget__links li a {
        color: inherit;
        transition: all 0.4s ease-in-out;
    }

    .footer-widget__links li:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.footer-widget__links-two {
    margin: 0;
}

    .footer-widget__links-two li {
        display: flex;
        align-items: center;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .footer-widget__links-two li i {
            font-size: 6px;
            margin-right: 6px;
        }

        .footer-widget__links-two li a {
            color: inherit;
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
        }

            .footer-widget__links-two li a:hover {
                background-size: 100% 1px;
            }

            .footer-widget__links-two li a:hover {
                color: var(--zoomvilla-base, #D7984E);
            }

        .footer-widget__links-two li + li {
            margin-top: 11px;
        }

.footer-widget--post {
    margin-left: 22px;
}

@media (max-width: 1199px) {
    .footer-widget--post {
        margin-left: 0;
    }
}

.footer-widget--post__item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

.footer-widget--post__img {
    max-width: 74px;
    width: 100%;
    height: 76px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

    .footer-widget--post__img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

.footer-widget--post__date {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
    display: block;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .footer-widget--post__date i {
        color: var(--zoomvilla-base, #D7984E);
    }

.footer-widget--post__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    margin: 0;
    font-family: 'Saira';
}

    .footer-widget--post__title a {
        color: inherit;
    }

        .footer-widget--post__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.footer-widget--post__item + .footer-widget--post__item {
    margin-top: 24px;
}

.footer-widget--post ul {
    margin: 0;
}

.main-footer__cta {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

.main-footer__cta__inner {
    background-color: var(--zoomvilla-base, #D7984E);
    padding: 14px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .main-footer__cta__inner {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        border-radius: 20px;
    }
}

.main-footer__cta__inner:hover .main-footer__cta__icon {
    background-color: var(--zoomvilla-black, #222222);
    color: var(--zoomvilla-white, #FFFFFF);
}

.main-footer__cta__content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 50%;
    width: 50%;
}

@media (max-width: 991px) {
    .main-footer__cta__content {
        width: 100%;
        flex: 100%;
    }
}

.main-footer__cta__form {
    flex: 50%;
    width: 50%;
}

@media (max-width: 991px) {
    .main-footer__cta__form {
        width: 100%;
        flex: 100%;
    }
}

.main-footer__cta__newsletter .form-group__form {
    display: flex;
    align-items: center;
    position: relative;
}

    .main-footer__cta__newsletter .form-group__form input {
        border-radius: 100px;
        border: none;
        background: var(--zoomvilla-white, #FFFFFF);
        outline: none;
        height: 50px;
        width: 100%;
        padding-left: 30px;
        padding-right: 100px;
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .main-footer__cta__newsletter .form-group__form input::placeholder {
            color: var(--zoomvilla-text-gray, #636363);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .main-footer__cta__newsletter .form-group__form button {
        border: none;
        outline: none;
        top: 5px;
        bottom: 5px;
        position: absolute;
        right: 6px;
        padding-left: 35px;
        padding-right: 35px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background-color: var(--zoomvilla-black, #222222);
        color: var(--zoomvilla-white, #FFFFFF);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.4s ease-in-out;
    }

        .main-footer__cta__newsletter .form-group__form button:hover {
            background-color: var(--zoomvilla-base, #D7984E);
            color: var(--zoomvilla-white, #FFFFFF);
        }

.main-footer__cta__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    margin: 0;
}

@media (max-width: 575px) {
    .main-footer__cta__title {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .main-footer__cta__title {
        font-size: 18px;
    }
}

.main-footer__cta__icon {
    max-width: 126px;
    width: 100%;
    height: 126px;
    border-radius: 300px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 69px;
    color: var(--zoomvilla-base, #D7984E);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .main-footer__cta__icon {
        max-width: 100px;
        height: 100px;
        font-size: 50px;
    }
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.client-carousel--two::before, .client-carousel--two::after {
    display: none;
}

.client-carousel--three {
    padding: 100px 0;
}

    .client-carousel--three::before, .client-carousel--three::after {
        display: none;
    }

    .client-carousel--three .client-carousel__hover {
        background-color: var(--zoomvilla-base, #D7984E);
        border-color: var(--zoomvilla-white, #FFFFFF);
    }

.client-carousel::before, .client-carousel::after {
    content: "";
    width: calc(50% - 106px);
    height: 2px;
    background-color: var(--zoomvilla-border-color, #dddddd);
    position: absolute;
    top: 12px;
    left: 0px;
}

.client-carousel::after {
    left: auto;
    right: 0px;
}

.client-carousel__content {
    text-align: center;
}

.client-carousel__title {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--zoomvilla-base, #D7984E);
    text-transform: uppercase;
    line-height: 1.625;
}

.client-carousel__carousel {
    position: relative;
}

    .client-carousel__carousel .owl-stage {
        display: flex;
        align-items: center;
    }

.client-carousel__item {
    position: relative;
    padding: 17.5px 42px;
    text-align: center;
}

@media (max-width: 575px) {
    .client-carousel__item {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

.client-carousel__item img {
    max-width: 100%;
    width: auto !important;
}

.client-carousel__image {
    margin: auto;
}

.client-carousel__hover {
    padding: 17.5px 42px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--zoomvilla-base, #D7984E);
    border-radius: 50px;
    transition: opacity 300ms ease;
}

.client-carousel__item:hover .client-carousel__hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
/*******
 * Main Slider One
*******/
.main-slider {
    position: relative;
    background-color: var(--zoomvilla-black3, #1E1F24);
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 1560px) {
    .main-slider .container {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto;
    }
}

.main-slider__item {
    padding: 215px 0 190px;
    z-index: 3;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .main-slider__item {
        padding: 150px 0 150px;
    }
}

.main-slider__subtitle {
    color: #ee3135;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 100px;
    padding: 7px 28px;
    display: inline-flex;
    align-items: center;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 575px) {
    .main-slider__subtitle {
        font-size: 16px;
    }
}

.main-slider__subtitle .line-left {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .main-slider__subtitle .line-left::after {
        content: "";
        position: absolute;
        background-color: #ea3034;
        width: 15px;
        height: 3px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .main-slider__subtitle .line-left::before {
        content: "";
        position: absolute;
        background-color: #ee3135;
        width: 20px;
        height: 3px;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.main-slider__title {
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.main-slider__title__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 125.286%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 1569px) and (min-width: 1200px) {
    .main-slider__title__text {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .main-slider__title__text {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .main-slider__title__text {
        font-size: 47px;
    }
}

.main-slider__title__text span {
    color: #f58635;
    position: relative;
    z-index: 1;
}

    .main-slider__title__text span img {
        position: absolute;
        bottom: 65px;
        left: 0;
    }

@media (max-width: 767px) {
    .main-slider__title__text span img {
        display: none !important;
    }
}

.main-slider__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 35px;
    max-width: 570px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 575px) {
    .main-slider__text {
        font-size: 16px;
    }
}

.main-slider__list {
    margin: 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.main-slider__list__item {
    padding: 15px 27px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .main-slider__list__item {
        font-size: 16px;
        padding: 8px 15px;
    }
}

.main-slider__list li {
    margin: 4px;
    position: relative;
    z-index: 1;
}

    .main-slider__list li:hover .main-slider__list__item {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .main-slider__list li + li::after {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        width: 1px;
        bottom: -4px;
        background-color: var(--zoomvilla-border-color, #dddddd);
    }

.main-slider__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-200px);
}

.main-slider__round {
    position: absolute;
    top: 10%;
    left: 34%;
    z-index: -1;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(-200px);
}

@media (max-width: 1199px) {
    .main-slider__image {
        display: none;
    }
}

.main-slider__image__item {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 45%;
    border-left: 5px solid var(--zoomvilla-white, #FFFFFF);
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
}

    .main-slider__image__item img {
        object-fit: cover;
        width: auto !important;
    }

.main-slider__location {
    display: inline-flex;
    align-items: center;
    background-color: #f58635;
    max-width: 444px;
    width: 100%;
    gap: 14px;
    border: 4px solid var(--zoomvilla-white, #FFFFFF);
    padding: 16px 30px;
    top: 42%;
    transform: rotate(-90deg) translateY(-50%) translateX(-50%);
    position: absolute;
    left: 46%;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider__location__icon {
    font-size: 48px;
    color: var(--zoomvilla-white, #FFFFFF);
    line-height: 1;
}

.main-slider__location__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.main-slider__carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 16%;
    margin: 0;
}

@media (max-width: 1199px) {
    .main-slider__carousel .owl-dots {
        right: auto;
        left: 10%;
    }
}

.main-slider__carousel .owl-dots .owl-dot {
    border: none;
    background-color: transparent;
}

    .main-slider__carousel .owl-dots .owl-dot span {
        background-color: var(--zoomvilla-white, #FFFFFF);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #222;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
    }

    .main-slider__carousel .owl-dots .owl-dot.active span, .main-slider__carousel .owl-dots .owl-dot:hover span {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.main-slider .active .main-slider__image__item {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    filter: blur(0);
    transition-delay: 1000ms;
}

.main-slider .active .main-slider__location {
    transform: rotate(-90deg) translateY(-50%) translateX(0%);
    opacity: 1;
    transition-delay: 1100ms;
}

.main-slider .active .main-slider__subtitle {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1100ms;
}

.main-slider .active .main-slider__title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1300ms;
}

    .main-slider .active .main-slider__title img {
        animation: leftToright 2s ease-in-out infinite;
    }

.main-slider .active .main-slider__text {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1500ms;
}

.main-slider .active .main-slider__list {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1700ms;
}

.main-slider .active .main-slider__round {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1700ms;
}

    .main-slider .active .main-slider__round img {
        animation: topToBottom 2s ease-in-out infinite;
    }

.main-slider .active .main-slider__shape {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1700ms;
}

/*******
 * Main Slider Two
*******/
.main-slider-two {
    position: relative;
    background-color: var(--zoomvilla-black3, #1E1F24);
    overflow: hidden;
    z-index: 1;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 22px 62px 26px 60px;
    border-radius: 50px 0 0 0;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: 0;
    right: 0;
}

    .main-slider-two__carousel.owl-carousel .owl-nav button {
        border: 1px solid var(--zoomvilla-black3, #1E1F24);
        outline: none;
        margin: 0;
        padding: 0;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: var(--zoomvilla-black2, #333333);
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        transition: all 400ms ease;
    }

@media (max-width: 575px) {
    .main-slider-two__carousel.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button:first-child {
    transform: rotate(180deg);
}

.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
    border-color: var(--zoomvilla-base, #D7984E);
}

.main-slider-two__carousel.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
}

    .main-slider-two__bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 255, 255, 0));
        opacity: 0.8;
    }

.main-slider-two__content {
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 59px 50px;
    border-radius: 30px;
    margin-left: -52px;
    position: relative;
    z-index: 1;
    margin-top: 327px;
    margin-bottom: 132px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}

@media (max-width: 1569px) {
    .main-slider-two__content {
        margin-top: 200px;
        margin-bottom: 120px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__content {
        margin-top: 150px;
        margin-bottom: 120px;
        padding: 40px 30px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .main-slider-two__content {
        margin-top: 100px;
        margin-bottom: 120px;
        padding: 30px 20px;
        margin-left: 0;
    }
}

.main-slider-two__subtitle {
    margin: 0;
    background-color: rgba(215, 152, 78, 0.1);
    border-radius: 100px;
    padding: 7px 28px;
    display: inline-flex;
    align-items: center;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    color: var(--zoomvilla-base, #D7984E);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main-slider-two__subtitle {
        font-size: 18px;
    }
}

.main-slider-two__subtitle span {
    margin-left: 10px;
    margin-right: 10px;
}

.main-slider-two__subtitle .line-left {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .main-slider-two__subtitle .line-left::after {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 15px;
        height: 3px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .main-slider-two__subtitle .line-left::before {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-base, #D7984E);
        width: 20px;
        height: 3px;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.main-slider-two__title {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.286%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .main-slider-two__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__title {
        font-size: 40px;
    }
}

.main-slider-two__title span {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.286%;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 var(--zoomvilla-base, #D7984E), -2px -2px 0 var(--zoomvilla-base, #D7984E), 2px -2px 0 var(--zoomvilla-base, #D7984E), -2px 2px 0 var(--zoomvilla-base, #D7984E), 2px 2px 0 var(--zoomvilla-base, #D7984E);
}

@media (max-width: 1199px) {
    .main-slider-two__title span {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__title span {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__title span {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__title span {
        font-size: 40px;
    }
}

.main-slider-two__text {
    max-width: 570px;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 767px) {
    .main-slider-two__text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__text {
        font-size: 16px;
    }
}

.main-slider-two__btn {
    display: flex;
    align-items: center;
    gap: 31px;
}

@media (max-width: 575px) {
    .main-slider-two__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.main-slider-two__btn .video-popup {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .main-slider-two__btn .video-popup i {
        font-size: 48px;
    }

    .main-slider-two__btn .video-popup span {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.main-slider-two__shape {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: -1;
}

    .main-slider-two__shape img {
        animation: topToBottom 2s ease-in-out infinite;
    }

@media (max-width: 767px) {
    .main-slider-two__shape {
        display: none;
    }
}

.main-slider-two__shape-two {
    position: absolute;
    left: 6%;
    bottom: 18%;
}

    .main-slider-two__shape-two img {
        animation: topToBottom 2s ease-in-out infinite;
    }

.main-slider-two .active .main-slider-two__bg {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    transition-delay: 1000ms;
}

.main-slider-two .active .main-slider-two__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

/*******
 * Main Slider Three
*******/
.main-slider-three {
    position: relative;
    z-index: 1;
}

.main-slider-three__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
}

    .main-slider-three__bg::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 141px);
        background-image: url(../images/shapes/slider-3-1-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.main-slider-three__content {
    padding-top: 244px;
    padding-bottom: 185px;
    text-align: center;
}

@media (max-width: 1199px) {
    .main-slider-three__content {
        padding-top: 220px;
        padding-bottom: 120px;
    }
}

.main-slider-three__location {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 473px;
    width: 100%;
    border: 2px solid var(--zoomvilla-white, #FFFFFF);
    border-radius: 100px;
    background-color: rgba(30, 31, 36, 0.74);
    align-items: center;
    gap: 15px;
    padding: 30px 40px;
    margin-bottom: 20px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}

@media (max-width: 1199px) {
    .main-slider-three__location {
        padding: 20px 20px;
    }
}

.main-slider-three__location i {
    font-size: 40px;
    color: var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 1199px) {
    .main-slider-three__location i {
        font-size: 30px;
    }
}

.main-slider-three__location p {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    text-align: start;
}

@media (max-width: 1199px) {
    .main-slider-three__location p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__location p {
        font-size: 16px;
        max-width: auto;
    }
}

.main-slider-three__title {
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;
    text-transform: capitalize;
    margin-bottom: 7px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}

@media (max-width: 1199px) {
    .main-slider-three__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-three__title {
        font-size: 50px;
    }

        .main-slider-three__title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .main-slider-three__title {
        font-size: 40px;
    }
}

.main-slider-three__text {
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 23px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}

@media (max-width: 575px) {
    .main-slider-three__text {
        font-size: 16px;
    }
}

.main-slider-three__feature {
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}

.main-slider-three__btn-froup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .main-slider-three__btn-froup {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.main-slider-three__btn-froup label {
    position: relative;
    z-index: 1;
}

    .main-slider-three__btn-froup label::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: 100px;
        transition: all 0.4s ease-in-out;
        z-index: -1;
    }

.main-slider-three__btn-froup input[type=checkbox] {
    display: none;
}

    .main-slider-three__btn-froup input[type=checkbox]:checked + label {
        border-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        border-color: var(--zoomvilla-base, #D7984E);
    }

        .main-slider-three__btn-froup input[type=checkbox]:checked + label::after {
            background-color: var(--zoomvilla-base, #D7984E);
        }

.main-slider-three__btn-froup label,
.main-slider-three__btn-froup button {
    outline: none;
    background-color: transparent;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--zoomvilla-white, #FFFFFF);
    border-radius: 100px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .main-slider-three__btn-froup label,
    .main-slider-three__btn-froup button {
        padding: 5px 13px;
        font-size: 14px;
    }
}

.main-slider-three__btn-froup label:hover,
.main-slider-three__btn-froup button:hover {
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    border-color: var(--zoomvilla-base, #D7984E);
}

.main-slider-three__room-price {
    position: absolute;
    bottom: 30px;
    right: 5%;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1199px) {
    .main-slider-three__room-price {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__room-price {
        display: none;
    }
}

.main-slider-three__social {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #36383A;
    border-bottom: 1px solid #36383A;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-200px);
}

@media (max-width: 575px) {
    .main-slider-three__social {
        display: none;
    }
}

.main-slider-three__social a {
    height: 50px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #36383A;
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: transparent;
}

    .main-slider-three__social a:last-child {
        border-right: 1px solid #36383A;
    }

    .main-slider-three__social a:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        border-color: var(--zoomvilla-base, #D7984E);
    }

.main-slider-three__search {
    border-radius: 50px;
    background: var(--zoomvilla-white, #FFFFFF);
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

    .main-slider-three__search input {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border: none;
        outline: none;
        padding-left: 30px !important;
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

        .main-slider-three__search input::placeholder {
            color: #636363;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    .main-slider-three__search button {
        position: absolute;
        right: 5px;
        bottom: 5px;
        top: 5px;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
        outline: none;
        transition: all 0.4s ease-in-out;
    }

        .main-slider-three__search button:hover {
            background-color: var(--zoomvilla-black, #222222);
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: var(--zoomvilla-white, #FFFFFF);
        }

.main-slider-three__thumb-box {
    margin-top: -85px;
    position: relative;
    z-index: 3;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    overflow: hidden;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 991px) {
    .main-slider-three__thumb-box {
        display: none;
    }
}

.main-slider-three__thumb-box .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}

.main-slider-three__thumb-box .slick-current + .slick-active .main-slider-three__thumb__link {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.main-slider-three__thumb-box .slick-current + .slick-active .main-slider-three__thumb-item::after {
    transform: translateY(0);
}

.main-slider-three .main-slider-three__thumb-item img {
    object-fit: cover;
    width: 100%;
}

.main-slider-three .main-slider-three__thumb-item {
    position: relative;
    z-index: 1;
}

    .main-slider-three .main-slider-three__thumb-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transform: translateY(-100%);
        transition: all 0.4s ease-in-out;
    }

.main-slider-three__thumb__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms;
}

    .main-slider-three__thumb__link::before, .main-slider-three__thumb__link::after {
        content: "";
        width: 20px;
        height: 2px;
        background-color: var(--zoomvilla-base, #D7984E);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main-slider-three__thumb__link::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.main-slider-three .slick-active .main-slider-three__bg {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    filter: blur(0);
    transition-delay: 1000ms;
}

.main-slider-three .slick-active .main-slider-three__location {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1100ms;
}

.main-slider-three .slick-active .main-slider-three__room-price {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider-three .slick-active .main-slider-three__social {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider-three .slick-active .main-slider-three__title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider-three .slick-active .main-slider-three__text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1500ms;
}

.main-slider-three .slick-active .main-slider-three__feature {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1700ms;
}

.slider-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .slider-area {
        padding-top: 80px;
    }
}

.slider-area__item {
    background-color: var(--zoomvilla-black4, #000000);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 110%;
    margin-left: -100px;
    transform: rotate(-7.939deg);
}

@media (max-width: 1199px) {
    .slider-area__item {
        display: none;
    }
}

.slider-area__item--two {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(7.939deg);
    background-color: var(--zoomvilla-base, #D7984E);
}

@media (max-width: 1199px) {
    .slider-area__item--two {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: rotate(0deg);
    }
}

.slider-area__text-slider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

    .slider-area__text-slider:hover {
        animation-play-state: paused;
    }

.slider-area__text-slider__item {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

    .slider-area__text-slider__item img {
        object-fit: cover;
        margin-right: 30px;
    }

    .slider-area__text-slider__item:nth-child(odd) {
        color: rgba(255, 255, 255, 0);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

.slider-area__three .slider-area__item {
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    margin-left: 0px;
    transform: rotate(0deg);
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.slider-area__three .slider-area__item--two {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(7.939deg);
    background-color: var(--zoomvilla-base, #D7984E);
}

/*******
 * Main Slider Four
*******/
.main-slider-four {
    position: relative;
    z-index: 2;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 0px 0 1px;
    margin-bottom: 80px;
}

.main-slider-four__item {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 175px 0 115px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .main-slider-four__item {
        padding: 150px 0 150px;
    }
}

.main-slider-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
}

.main-slider-four__content {
    padding-top: 83px;
    position: relative;
    z-index: 1;
}

.main-slider-four__subtitle {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: 100px;
    padding: 7px 28px;
    display: inline-flex;
    align-items: center;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 767px) {
    .main-slider-four__subtitle {
        font-size: 18px;
    }
}

.main-slider-four__subtitle .line-left {
    width: 25px;
    display: inline-block;
    position: relative;
}

    .main-slider-four__subtitle .line-left::after {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-white, #FFFFFF);
        width: 15px;
        height: 3px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

    .main-slider-four__subtitle .line-left::before {
        content: "";
        position: absolute;
        background-color: var(--zoomvilla-white, #FFFFFF);
        width: 20px;
        height: 3px;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
        flex-shrink: 0;
    }

.main-slider-four__title {
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.main-slider-four__title__text {
    color: var(--zoomvilla-black, #222222);
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.286%;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .main-slider-four__title__text {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__title__text {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__title__text {
        font-size: 45px;
    }
}

.main-slider-four__title__text span {
    color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: -10px;
    margin-right: 10px;
}

    .main-slider-four__title__text span img {
        width: 196px;
        object-fit: cover;
        border-radius: 100px;
        border: 1px solid var(--zoomvilla-base, #D7984E);
        padding: 3px;
    }

@media (max-width: 991px) {
    .main-slider-four__title__text span img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__title__text span img {
        width: 80px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__title__text span img {
        width: 60px;
    }
}

.main-slider-four__text {
    color: #636363;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 35px;
    max-width: 570px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.main-slider-four__thumb {
    margin-left: -77px;
    position: relative;
    margin-right: 65px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(100%);
    opacity: 0;
}

@media (max-width: 1199px) {
    .main-slider-four__thumb {
        display: none;
    }
}

.main-slider-four__btn {
    display: flex;
    align-items: center;
    gap: 31px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 575px) {
    .main-slider-four__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.main-slider-four__btn .video-popup {
    display: flex;
    align-items: center;
    gap: 22px;
    transition: all 0.4s ease-in-out;
}

    .main-slider-four__btn .video-popup i {
        font-size: 48px;
    }

    .main-slider-four__btn .video-popup span {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.4s ease-in-out;
    }

    .main-slider-four__btn .video-popup:hover {
        color: var(--zoomvilla-black3, #1E1F24);
    }

        .main-slider-four__btn .video-popup:hover span {
            color: var(--zoomvilla-black3, #1E1F24);
        }

.main-slider-four__shape-one {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(100%);
    opacity: 0;
}

@media (max-width: 1199px) {
    .main-slider-four__shape-one {
        display: none;
    }
}

.main-slider-four__shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(-100%);
    opacity: 0;
}

@media (max-width: 1199px) {
    .main-slider-four__shape-two {
        display: none;
    }
}

.main-slider-four__action-form {
    position: relative;
    z-index: 1;
    margin-bottom: -78px;
    margin-top: -120px;
}

.main-slider-four .active .main-slider-four__bg {
    opacity: 0.1;
    transform: translateX(0) scaleX(1);
    transition-delay: 1000ms;
}

.main-slider-four .active .main-slider-four__subtitle {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1100ms;
}

.main-slider-four .active .main-slider-four__title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1300ms;
}

.main-slider-four .active .main-slider-four__text {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1500ms;
}

.main-slider-four .active .main-slider-four__thumb {
    transition-delay: 1500ms;
    transform: translateY(0%);
    opacity: 1;
}

.main-slider-four .active .main-slider-four__shape-one {
    transition-delay: 1500ms;
    transform: translateX(0%);
    opacity: 1;
}

    .main-slider-four .active .main-slider-four__shape-one img {
        animation: topToBottom 2s ease-in-out infinite;
    }

.main-slider-four .active .main-slider-four__shape-two {
    transition-delay: 1500ms;
    transform: translateX(0%);
    opacity: 1;
}

.main-slider-four .active .main-slider-four__btn {
    transition-delay: 1500ms;
    transform: translateX(0%);
    opacity: 1;
}

/*******
 * Main Slider five
*******/
.hero-product {
    position: relative;
    z-index: 1;
    padding: 105px 15px;
}

    .hero-product::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-color: var(--zoomvilla-black, #222222);
        clip-path: polygon(50% 60%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .hero-product::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-color: var(--zoomvilla-base, #D7984E);
        clip-path: polygon(100% 0, 100% 100%, 50% 40%, 0 100%, 0 0);
    }

.hero-product__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
}

    .hero-product__carousel .owl-dots .owl-dot {
        width: 40px;
        height: 7px;
        display: block;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #9C9C9C;
        border-radius: 20px;
        position: relative;
        padding: 0;
        outline: none;
        margin: 0;
        transition: all 500ms ease-in-out;
    }

        .hero-product__carousel .owl-dots .owl-dot span {
            display: none;
        }

        .hero-product__carousel .owl-dots .owl-dot:hover, .hero-product__carousel .owl-dots .owl-dot.active {
            background-color: var(--zoomvilla-base, #D7984E);
            height: 10px;
            border-color: var(--zoomvilla-base, #D7984E);
        }

        .hero-product__carousel .owl-dots .owl-dot.active {
            width: 65px;
        }

    .hero-product__carousel .owl-dots.disabled {
        display: none;
    }

.hero-product__carousel .owl-nav.disabled + .owl-dots {
    margin-top: 45px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
    position: relative;
    z-index: 1;
}

.about-one__content .sec-title {
    margin-bottom: 15px;
}

.about-one__features__list {
    margin: 0 0 40px;
    padding: 0;
}

    .about-one__features__list li {
        color: var(--zoomvilla-black2, #333333);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding-left: 0;
        line-height: normal;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }

        .about-one__features__list li::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0;
            height: 4px;
            border-radius: 30px;
            background-color: var(--zoomvilla-base, #D7984E);
            z-index: -1;
            transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
        }

        .about-one__features__list li span {
            color: inherit;
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
            transition: all 0.3s ease-in-out;
        }

            .about-one__features__list li span:hover {
                background-size: 100% 1px;
            }

        .about-one__features__list li i {
            font-size: 20px;
            color: var(--zoomvilla-black5, #1E1F24);
            transition: all 0.3s ease-in-out;
        }

        .about-one__features__list li:hover {
            padding-left: 40px;
        }

            .about-one__features__list li:hover::after {
                width: 35px;
            }

            .about-one__features__list li:hover span {
                color: var(--zoomvilla-base, #D7984E);
            }

            .about-one__features__list li:hover i {
                color: var(--zoomvilla-base, #D7984E);
            }

        .about-one__features__list li + li {
            margin-top: 18px;
        }

.about-one__text {
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
    color: var(--zoomvilla-text-gray, #636363);
}

.about-one__image {
    margin-left: 0px;
}

@media (max-width: 991px) {
    .about-one__image {
        margin-left: 0;
    }
}

.about-one__image__item {
    position: relative;
}

.about-one__image__item-two {
    position: absolute;
    bottom: 0;
    right: 18px;
}

    .about-one__image__item-two img {
        border: 15px solid var(--zoomvilla-white, #FFFFFF);
        border-right: 0;
        border-bottom: none;
    }

@media (max-width: 767px) {
    .about-one__image__item-two {
        position: relative;
        right: 0;
        margin-top: 20px;
    }

        .about-one__image__item-two img {
            border: none;
        }
}

.about-one__image__icon {
    text-align: center;
}

@media (max-width: 767px) {
    .about-one__image__icon {
        display: none;
    }
}

.about-one__image__icon img {
    border: none;
}

.about-one__experience {
    padding: 24px 45px;
    background-color: #f58635;
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .about-one__experience::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px dashed var(--zoomvilla-white, #FFFFFF);
        z-index: -1;
    }

.about-one__experience__title {
    color: var(--zoomvilla-white, #FFFFFF);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--zoomvilla-black4, #000000);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .about-one__experience {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.about-one__shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-two {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.about-two__thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1600px) {
    .about-two__thumb {
        width: 60%;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .about-two__thumb {
        position: relative;
        z-index: 1;
        width: 100%;
    }

        .about-two__thumb img {
            object-fit: cover;
            width: 100%;
        }
}

.about-two__content {
    position: relative;
    z-index: 1;
    margin: 120px 0px;
}

@media (max-width: 991px) {
    .about-two__content {
        margin-top: 0px;
        margin-bottom: 80px;
    }

        .about-two__content::after {
            display: none;
        }
}

.about-two__content::after {
    content: "";
    position: absolute;
    top: -45px;
    left: -58px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    right: 0;
    bottom: -45px;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}

@media (max-width: 1600px) {
    .about-two__content::after {
        width: 100%;
    }
}

.about-two__content .sec-title {
    margin-bottom: 16px;
}

.about-two__list {
    margin: 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 1199px) {
    .about-two__list {
        flex-wrap: wrap;
    }
}

.about-two__list__item {
    padding: 8px 30px;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    color: var(--zoomvilla-black2, #333333);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

    .about-two__list__item i {
        font-size: 36px;
        color: var(--zoomvilla-base, #D7984E);
        transition: all 0.4s ease-in-out;
    }

.about-two__list li {
    margin: 4px;
    position: relative;
    z-index: 1;
}

    .about-two__list li:hover .about-two__list__item {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .about-two__list li:hover .about-two__list__item i {
            color: var(--zoomvilla-white, #FFFFFF);
        }

    .about-two__list li + li::after {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        width: 1px;
        bottom: -4px;
        background-color: var(--zoomvilla-border-color, #dddddd);
    }

.about-two__text + .about-two__list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-two__text {
    margin: 0;
}

    .about-two__text a {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
    }

.about-two__funfact {
    max-width: 1275px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    background-color: var(--zoomvilla-black4, #000000);
    padding: 42px;
    border: 20px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
    border-right: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .about-two__funfact {
        border: none;
    }
}

.about-two__funfact__list {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 1199px) {
    .about-two__funfact__list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .about-two__funfact__list {
        flex-wrap: wrap;
    }
}

.about-two__funfact__item {
    width: 25%;
    flex: 25%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 35px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .about-two__funfact__item {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .about-two__funfact__item {
        width: 48%;
        flex: 48%;
    }
}

.about-two__funfact__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -1;
    transform: rotateX(90deg) rotateY(-40deg);
    transition: all 0.4s ease-in-out;
}

.about-two__funfact__item--two {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-two__funfact__item--two::after {
        display: none;
    }

.about-two__funfact__item:hover .about-two__funfact__card__icon {
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-base, #D7984E);
}

    .about-two__funfact__item:hover .about-two__funfact__card__icon i {
        animation: wobble-horizontal-hover 1s ease-in-out 1;
    }

.about-two__funfact__item:hover::after {
    transform: rotateX(0deg) rotateY(0deg);
}

.about-two__funfact__card__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--zoomvilla-base, #D7984E);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 50px;
    color: var(--zoomvilla-white, #FFFFFF);
}

.about-two__funfact__card {
    text-align: center;
}

.about-two__funfact__card__count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.about-two__funfact__card__text {
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.about-two__happy-client {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #F6F7F8;
    padding: 55px 0 55px 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 1700px) and (min-width: 1200px) {
    .about-two__happy-client {
        display: none;
    }
}

@media (max-width: 1199px) {
    .about-two__happy-client {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 575px) {
    .about-two__happy-client {
        padding: 20px 20px;
    }
}

@media (max-width: 475px) {
    .about-two__happy-client {
        flex-direction: column;
    }
}

.about-two__happy-client__thumb {
    display: flex;
    align-items: center;
}

.about-two__happy-client__thumb__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--zoomvilla-white, #FFFFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .about-two__happy-client__thumb__item img {
        object-fit: cover;
        width: 100%;
    }

    .about-two__happy-client__thumb__item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--zoomvilla-white, #FFFFFF);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .about-two__happy-client__thumb__item:hover a {
        visibility: visible;
        opacity: 1;
    }

    .about-two__happy-client__thumb__item + .about-two__happy-client__thumb__item {
        margin-left: -20px;
    }

.about-two__happy-client__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 5px;
}

.about-two__happy-client__star {
    display: flex;
    align-items: center;
}

    .about-two__happy-client__star i {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
    }

    .about-two__happy-client__star span {
        color: var(--zoomvilla-black3, #1E1F24);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%;
        margin: 0;
        display: block;
    }

.about-two__shape {
    position: absolute;
    bottom: 40%;
    right: 0;
}

    .about-two__shape img {
        animation: messageMove 4s ease-in-out infinite;
    }

.house-solituions {
    background-color: transparent;
    border: 1px dashed var(--zoomvilla-white, #FFFFFF);
    width: 184px;
    height: 184px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.house-solituions__icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--zoomvilla-base, #D7984E);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .house-solituions__icon i {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 40px;
        transform: rotate(45deg);
    }

.house-solituions img {
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    animation: textRotate 10s ease-in-out infinite;
}

.about-three {
    position: relative;
}

.about-three__content .sec-title {
    margin-right: -55px;
}

@media (max-width: 1199px) {
    .about-three__content .sec-title {
        margin-right: 0;
    }
}

.about-three__content .house-solituions__icon i {
    transform: rotate(0);
}

.about-three__content .house-solituions {
    margin-bottom: 40px;
}

.about-three__content__text {
    margin-bottom: 35px;
    color: var(--zoomvilla-white, #FFFFFF);
}

.about-three .zoomvilla-btn::before {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.about-three .zoomvilla-btn::after {
    background-color: var(--zoomvilla-black5, #1E1F24);
}

.about-three .zoomvilla-btn:hover {
    color: var(--zoomvilla-black5, #1E1F24);
}

.about-three__content__thumb {
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.about-three__content__thumb__item img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.about-three__content__thumb__shape {
    position: absolute;
    bottom: 15%;
    left: -113px;
}

    .about-three__content__thumb__shape img {
        animation: topToBottom 3s ease-in-out infinite;
    }

.about-three__thumb {
    position: relative;
    z-index: 1;
}

.about-three__thumb__item {
    position: relative;
    z-index: 1;
}

    .about-three__thumb__item img {
        object-fit: cover;
        width: 100%;
    }

    .about-three__thumb__item::after {
        content: "";
        position: absolute;
        top: 10px;
        left: -10px;
        right: 50px;
        bottom: 72px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

.about-three__thumb__item-two {
    overflow: hidden;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: var(--zoomvilla-base, #D7984E);
}

    .about-three__thumb__item-two img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

    .about-three__thumb__item-two::after {
        content: "";
        width: 94.281px;
        height: 248px;
        transform: rotate(-157.223deg) translateX(-50%);
        position: absolute;
        top: -50px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        left: 6%;
    }

.about-three__thumb__item-shape {
    position: absolute;
    right: -80px;
    z-index: -1;
    bottom: 35px;
}

    .about-three__thumb__item-shape img {
        animation: topToBottom 3s ease-in-out infinite;
    }

.about-four {
    position: relative;
}

.about-four__content .sec-title {
    margin-bottom: 18px;
}

.about-four__text {
    margin-bottom: 30px;
}

    .about-four__text span {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

.about-four .about-four__price-box + .about-four__text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-four__price-box {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .about-four__price-box:hover .about-four__price-icon {
        background-color: var(--zoomvilla-black5, #1E1F24);
    }

    .about-four__price-box:hover .about-four__price {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.about-four__price-icon {
    max-width: 141px;
    width: 100%;
    height: 120px;
    background-color: var(--zoomvilla-base, #D7984E);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    font-size: 52px;
    color: var(--zoomvilla-white, #FFFFFF);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
    .about-four__price-icon {
        max-width: 100px;
        width: 100%;
        height: 90px;
        font-size: 40px;
    }
}

.about-four__price-icon::after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 18px;
    right: 18px;
    background-color: transparent;
    border: 1px dashed var(--zoomvilla-white, #FFFFFF);
    transform: skew(-0.179rad);
}

.about-four__price {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
    text-transform: uppercase;
    display: block;
    margin: 0;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%);
    padding: 13px 58px 13px 50px;
    margin-left: -30px;
    background-color: var(--zoomvilla-black3, #1E1F24);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .about-four__price {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .about-four__price {
        font-size: 20px;
    }

        .about-four__price span {
            font-size: 16px;
        }
}

.about-four__price span {
    font-size: 20px;
}

.about-four__author {
    border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .about-four__author {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
        width: 100%;
    }
}

.about-four__author__avater {
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 27px;
    width: 60%;
    border-right: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 575px) {
    .about-four__author__avater {
        border-right: none;
        width: 100%;
    }
}

.about-four__author__image {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

    .about-four__author__image img {
        object-fit: cover;
        width: 100%;
    }

.about-four__thumb {
    text-align: end;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-four__thumb img {
        object-fit: cover;
        width: 100%;
        border: none;
    }
}

.about-four__thumb__item-small {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .about-four__thumb__item-small {
        position: relative;
        transform: translateY(0%);
        margin-top: 20px;
    }

        .about-four__thumb__item-small img {
            object-fit: cover;
            width: 100%;
            border: none;
        }
}

.about-four__thumb__item-small img {
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
    border-left: none;
}

.about-four__thumb .video-popup {
    width: 55.473px;
    height: 55.473px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .about-four__thumb .video-popup::before {
        content: "";
        position: absolute;
        top: -40%;
        left: -40%;
        width: 160%;
        display: block;
        height: 160%;
        border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
        border-radius: 50%;
        transform: scale(0.6);
        z-index: -1;
        animation: border-zooming 1.2s infinite linear;
        transition: all 0.4s ease-in-out;
    }

    .about-four__thumb .video-popup::after {
        content: "";
        position: absolute;
        top: -40%;
        left: -40%;
        width: 160%;
        height: 160%;
        border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
        border-radius: 50%;
        transform: scale(0.6);
        z-index: -1;
        animation: border-zooming 1.2s infinite linear;
        animation-delay: 0.3s;
        transition: all 0.4s ease-in-out;
    }

    .about-four__thumb .video-popup:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.about-four__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 87px;
    background-color: #1E1F24;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (max-width: 575px) {
    .about-four__thumb::after {
        display: none;
    }
}

.about-four__thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 87px;
    background-color: var(--zoomvilla-base, #D7984E);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media (max-width: 575px) {
    .about-four__thumb::before {
        display: none;
    }
}

.about-five {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-top: 1px solid #DDDDDD;
}

.about-five__content .sec-title {
    margin-bottom: 18px;
}

.about-five__text {
    margin-bottom: 32px;
}

.about-five__feature {
    margin-bottom: 25px;
}

.about-five__feature__thumb img {
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.about-five__feature__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
}

    .about-five__feature__top i {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 35px;
    }

.about-five__feature__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    transition: all 0.4s ease-in-out;
}

    .about-five__feature__title:hover {
        background-size: 100% 1px;
    }

    .about-five__feature__title:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.about-five__feature__text {
    margin: 0;
}

.about-five__feature__item + .about-five__feature__item {
    margin-top: 22px;
}

.about-five__text-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .about-five__text-box span {
        font-size: 37px;
        color: var(--zoomvilla-base, #D7984E);
        font-weight: 700;
        padding-right: 12px;
        border-right: 2px solid var(--zoomvilla-base, #D7984E);
        margin-right: 12px;
    }

.about-five__btn {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 575px) {
    .about-five__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
}

.about-five__btn .zoomvilla-btn {
    background-color: var(--zoomvilla-black, #222222);
    padding-left: 30px;
    padding-right: 30px;
}

    .about-five__btn .zoomvilla-btn::after {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .about-five__btn .zoomvilla-btn::before {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .about-five__btn .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-black, #222222);
    }

.about-five__video {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .about-five__video i {
        font-size: 48px;
        color: var(--zoomvilla-base, #D7984E);
    }

    .about-five__video span {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.about-five__thumb {
    position: relative;
    z-index: 1;
}

.about-five__thumb__item {
    position: relative;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 312.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M426 3103 c-42 -27 -408 -684 -407 -733 0 -25 56 -144 200 -425 l201 -390 0 -743 0 -744 34 -34 34 -34 1226 2 1226 3 27 28 28 27 0 1500 0 1500 -28 27 -27 28 -1243 3 c-1168 2 -1244 1 -1271 -15z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 312.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M426 3103 c-42 -27 -408 -684 -407 -733 0 -25 56 -144 200 -425 l201 -390 0 -743 0 -744 34 -34 34 -34 1226 2 1226 3 27 28 28 27 0 1500 0 1500 -28 27 -27 28 -1243 3 c-1168 2 -1244 1 -1271 -15z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

    .about-five__thumb__item img {
        object-fit: cover;
        width: 100%;
    }

.about-five__thumb__item-small {
    position: absolute;
    bottom: -85px;
    border-radius: 10px;
    border: 8px solid var(--zoomvilla-white, #FFFFFF);
}

    .about-five__thumb__item-small img {
        border-radius: 10px;
    }

.about-five__thumb__price {
    padding: 15px 32px;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 0;
    border-left: 4px solid var(--zoomvilla-base, #D7984E);
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, #F6F7F8 0%, rgba(217, 217, 217, 0) 100%);
}

@media (max-width: 575px) {
    .about-five__thumb__price {
        font-size: 20px;
    }
}

.about-five__thumb__price span {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.about-five__thumb__price::after {
    content: "";
    width: 12px;
    height: 14px;
    position: absolute;
    left: -4px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--zoomvilla-base, #D7984E);
}

.about-five__thumb__shape {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}

    .about-five__thumb__shape img {
        animation: topToBottom 3s ease-in-out infinite;
    }

@media (max-width: 575px) {
    .about-five__thumb__shape {
        display: none;
    }
}

.about-five__thumb__text-round {
    width: 219px;
    height: 219px;
    border: 5px solid var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    z-index: 1;
    right: -100px;
    background-color: var(--zoomvilla-base, #D7984E);
}

@media (max-width: 575px) {
    .about-five__thumb__text-round {
        display: none;
    }
}

.about-five__thumb__text-round::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: transparent;
    border: 2px dashed var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
}

.about-five__thumb__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .about-five__thumb__img img {
        animation: textRotate 8s ease-in-out infinite;
    }

.about-five__thumb__text-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 42px;
    color: var(--zoomvilla-base, #D7984E);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
    position: relative;
    z-index: 1;
    background-color: #F6F7F8;
}

.testimonials-one__thumb {
    position: absolute;
}

@media (max-width: 992px) {
    .testimonials-one__thumb {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .testimonials-one__thumb img {
            object-fit: cover;
            width: 100%;
        }
}

.testimonials-one__thumb img {
    border-radius: 15px;
}

.testimonials-one__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px 0 20px 20px;
    border-radius: 1000px 0 0 1000px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border: 1px solid var(--zoomvilla-white, #FFFFFF);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    .testimonials-one__item {
        flex-direction: column;
        border-radius: 10px;
        justify-content: start;
        align-items: start;
        background-color: rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.6);
    }
}

.testimonials-one__item__content {
    margin-left: 20px;
}

.testimonials-one__item__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 138.889%;
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    .testimonials-one__item__text {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .testimonials-one__item__user {
        margin-bottom: 10px;
    }
}

.testimonials-one__item__user__name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.testimonials-one__item__user__dec {
    margin: 0;
}

.testimonials-one__item__image {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 144px;
    height: 144px;
}

    .testimonials-one__item__image img {
        border-radius: 50%;
    }

@media (max-width: 992px) {
    .testimonials-one__item__image {
        margin-bottom: 20px;
    }
}

.testimonials-one__item__quite {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
    font-size: 22px;
    color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonials-one__item__star {
    margin-top: -22px;
    margin-bottom: -22px;
    padding: 22px 11px;
    margin-left: 20px;
    background-color: var(--zoomvilla-black, #222222);
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 7.5px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    .testimonials-one__item__star {
        display: inline-flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: auto;
        margin: 0;
        padding: 11px 22px;
        border-radius: 10px;
    }
}

.testimonials-one__item__star i {
    font-size: 22px;
    color: var(--zoomvilla-white, #FFFFFF);
}

.testimonials-one__item:hover {
    border-color: var(--zoomvilla-base, #D7984E);
}

    .testimonials-one__item:hover .testimonials-one__item__star {
        background-color: var(--zoomvilla-base, #D7984E);
    }

.testimonials-one__carousel {
    position: relative;
    z-index: 1;
}

    .testimonials-one__carousel .slick-slide + .slick-slide {
        margin-top: 30px;
    }

@media (max-width: 992px) {
    .testimonials-one__carousel .slick-slide + .slick-slide {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .testimonials-one__carousel .slick-track {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

.testimonials-one__slick-button {
    margin-left: auto;
    margin-right: 106px;
    border: 1px solid var(--zoomvilla-black, #222222);
    outline: none;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--zoomvilla-black, #222222);
    background-color: transparent;
    border-radius: 50%;
    transition: all 400ms ease;
}

@media (max-width: 992px) {
    .testimonials-one__slick-button {
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
}

@media (max-width: 575px) {
    .testimonials-one__slick-button {
        display: none;
    }
}

@media (max-width: 575px) {
    .testimonials-one__slick-button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.testimonials-one__slick-button--next {
    margin-top: 15px;
    transform: rotateX(-190deg);
}

@media (max-width: 992px) {
    .testimonials-one__slick-button--next {
        margin: 0;
        right: -100px;
        transform: translateY(-50%) rotate(90deg);
    }
}

.testimonials-one__slick-button--prev {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .testimonials-one__slick-button--prev {
        margin: 0;
        left: -100px;
        transform: translateY(-50%) rotate(-90deg);
    }
}

.testimonials-one__slick-button:hover {
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
    border-color: var(--zoomvilla-base, #D7984E);
}

.testimonials-three {
    position: relative;
    background-color: var(--zoomvilla-black3, #1E1F24);
}

.testimonials-three__card {
    position: relative;
    z-index: 1;
    padding: 0 45px 45px;
    background-color: var(--zoomvilla-black5, #1E1F24);
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
    .testimonials-three__card {
        padding: 0 25px 25px;
    }
}

.testimonials-three__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
}

    .testimonials-three__card__top::after {
        content: "";
        width: 138px;
        height: 88px;
        position: absolute;
        top: 0;
        background-color: var(--zoomvilla-base, #D7984E);
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .testimonials-three__card__top::before {
        content: "";
        width: 138px;
        height: 88px;
        position: absolute;
        top: 0;
        background-color: rgba(215, 152, 78, 0.3019607843);
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }

    .testimonials-three__card__top .border-box {
        position: absolute;
        top: 60%;
        left: 180px;
        right: 120px;
        background-color: transparent;
        border-bottom: 2px dashed var(--zoomvilla-white, #FFFFFF);
    }

.testimonials-three__card__thumb {
    margin-left: 23px;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    border: 5px solid var(--zoomvilla-white, #FFFFFF);
}

    .testimonials-three__card__thumb img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
    }

.testimonials-three__card .quite {
    font-size: 75px;
    color: var(--zoomvilla-base, #D7984E);
    transform: rotate(160deg);
    line-height: 1;
}

.testimonials-three__card__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 159.091%;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .testimonials-three__card__text {
        font-size: 16px;
    }
}

.testimonials-three__card__bottom {
    display: flex;
    align-items: center;
}

@media (max-width: 500px) {
    .testimonials-three__card__bottom {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
}

.testimonials-three__card__author {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 4px solid var(--zoomvilla-base, #D7984E);
}

@media (max-width: 500px) {
    .testimonials-three__card__author {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
}

.testimonials-three__card__author__name {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}

@media (max-width: 991px) and (min-width: 767px), (max-width: 575px) {
    .testimonials-three__card__author__name {
        font-size: 20px;
    }
}

.testimonials-three__card__author__dec {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

.testimonials-three__card__star {
    font-size: 20px;
    color: var(--zoomvilla-base, #D7984E);
}

.testimonials-three__card::after {
    content: "";
    position: absolute;
    bottom: -90px;
    right: -30px;
    width: 106.757px;
    height: 200.396px;
    transform: translate(100px, 100px) rotate(48.962deg);
    background-color: var(--zoomvilla-base, #D7984E);
    transition: all 0.4s ease-in-out;
}

.testimonials-three__carousel-box {
    margin-left: -70px;
    margin-right: -70px;
}

@media (max-width: 767px) {
    .testimonials-three__carousel-box {
        margin-left: 0;
        margin-right: 0;
    }
}

.testimonials-three__carousel .owl-item {
    opacity: 0.35;
}

.testimonials-three__carousel .center {
    opacity: 1;
}

    .testimonials-three__carousel .center .testimonials-three__card::after {
        transform: translate(0px, 0px) rotate(48.962deg);
    }

.testimonials-five {
    position: relative;
}

    .testimonials-five .testimonials-five__thumb__item {
        position: relative;
        display: inline-flex;
    }

.testimonials-five__carousel .slick-dots {
    margin-top: 10px !important;
    justify-content: start !important;
}

.testimonials-five__item__top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

    .testimonials-five__item__top span {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 136.364%;
        display: block;
    }

@media (max-width: 575px) {
    .testimonials-five__item__top span {
        font-size: 16px;
    }
}

.testimonials-five__item__star {
    border-radius: 100px;
    background-color: var(--zoomvilla-black3, #1E1F24);
    display: flex;
    align-items: center;
    color: var(--zoomvilla-white, #FFFFFF);
    letter-spacing: 8px;
    font-size: 22px;
    padding: 10px 20px;
}

@media (max-width: 575px) {
    .testimonials-five__item__star {
        font-size: 16px;
    }
}

.testimonials-five__item__text {
    color: #535353;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .testimonials-five__item__text {
        font-size: 20px;
    }
}

.testimonials-five__item__text i {
    color: var(--zoomvilla-base, #D7984E);
}

.testimonials-five__item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-five__item__name {
    color: var(--zoomvilla-black2, #333333);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.testimonials-five__item__dec {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

.testimonials-five__item__quite {
    font-size: 70px;
    color: var(--zoomvilla-base, #D7984E);
    line-height: 1;
}

.testimonials-five__thumb__box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .testimonials-five__thumb__box {
        display: none;
    }
}

.testimonials-five__thumb__box .slick-vertical .slick-slide {
    width: 118px;
    height: 121px;
    text-align: center;
    border: 0 solid transparent;
}

.testimonials-five__thumb__box .slick-current + .slick-active .testimonials-five__thumb__item {
    position: relative;
    margin-top: -30px;
    z-index: 2;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--zoomvilla-base, #D7984E);
}

    .testimonials-five__thumb__box .slick-current + .slick-active .testimonials-five__thumb__item img {
        width: 200px;
        height: 160px;
    }

.testimonials-five__thumb__item img {
    border-radius: 10px;
    object-fit: cover;
    width: 118px;
    height: 121px;
}

.testimonials-five__thumb__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .testimonials-five__thumb__shape img {
        animation: rotate 10s ease-in-out infinite;
    }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.gallery-page__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .gallery-page__top {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 25px;
    }
}

.gallery-page__top .sec-title {
    padding-bottom: 0;
}

.gallery-page__top__list {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .gallery-page__top__list {
        flex-wrap: wrap;
    }
}

.gallery-page__top__list li {
    color: var(--zoomvilla-black, #222222);
    text-align: center;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    text-transform: uppercase;
    margin: 0;
    padding: 12px 15px;
    background: #F4F4F4;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: var(--zoomvilla-black, #222222);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .gallery-page__top__list li {
        padding: 8px 15px;
        font-size: 16px;
    }
}

.gallery-page__top__list li:hover, .gallery-page__top__list li.active {
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

.gallery-page__top__list li + li {
    margin-left: 20px;
}

.gallery-page__card {
    position: relative;
    overflow: hidden;
    background-color: var(--zoomvilla-black, #222222);
    margin: 0 0 30px;
}

    .gallery-page__card img {
        transform: scale(1);
        object-fit: cover;
        width: 100%;
        transition: transform 500ms ease, opacity 500ms ease;
        opacity: 1;
    }

.gallery-page__card__hover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.7);
    display: flex;
    justify-content: start;
    align-items: end;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}

    .gallery-page__card__hover .img-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        color: var(--zoomvilla-base, #D7984E);
        transform: translate(-50%, -50%);
    }

        .gallery-page__card__hover .img-popup:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-base, #D7984E);
        }

.gallery-page__card__hover__content {
    padding-left: 25px;
    padding-bottom: 20px;
}

.gallery-page__card__hover__text {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.25%;
    text-transform: capitalize;
    margin: 0;
}

.gallery-page__card__hover__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

    .gallery-page__card__hover__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .gallery-page__card__hover__title a:hover {
            background-size: 100% 1px;
        }

.gallery-page__card:hover img {
    transform: scale(1.05);
}

.gallery-page__card:hover .gallery-page__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.packages-one {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .packages-three .packages-card {
        background-color: #363636;
        border-radius: 10px;
    }
}

.packages-three .packages-card::after {
    background-color: #363636;
}

.packages-three .packages-card .packages-card__list li,
.packages-three .packages-card .packages-card__top__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.packages-card {
    position: relative;
    z-index: 1;
    padding: 45px 0 54px;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .packages-card {
        background-color: #F4F4F4;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .packages-card {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.packages-card__top__title {
    color: var(--zoomvilla-black, #222222);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
}

.packages-card__price {
    padding: 22px 0 17px;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 60%;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .packages-card__price span {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        text-transform: capitalize;
    }

    .packages-card__price::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--zoomvilla-black2, #333333);
        z-index: -1;
        transition: all 0.4s ease-in-out;
        transform: translateX(-100%);
    }

.packages-card__list {
    margin-bottom: 24px;
}

    .packages-card__list li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #5E5B5B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 162.5%;
        text-transform: capitalize;
        margin: 0;
        transition: all 0.4s ease-in-out;
    }

        .packages-card__list li i {
            font-size: 18px;
        }

        .packages-card__list li + li {
            margin-top: 10px;
        }

.packages-card__btn {
    text-align: center;
}

.packages-card__shape {
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.packages-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #F4F4F4;
    transition: all 0.4s ease-in-out;
    -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 415.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,415.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1320 4105 c-69 -18 -321 -82 -560 -143 -738 -189 -687 -172 -734 -236 l-21 -27 -3 -1785 c-2 -1763 -2 -1785 18 -1823 11 -22 34 -50 52 -63 l33 -23 1383 -3 c1362 -2 1383 -2 1421 18 22 11 50 34 63 52 l23 33 0 1797 0 1797 -21 27 c-46 63 -15 53 -669 219 -187 47 -435 111 -551 141 -127 32 -231 54 -260 53 -27 0 -105 -16 -174 -34z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 415.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,415.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1320 4105 c-69 -18 -321 -82 -560 -143 -738 -189 -687 -172 -734 -236 l-21 -27 -3 -1785 c-2 -1763 -2 -1785 18 -1823 11 -22 34 -50 52 -63 l33 -23 1383 -3 c1362 -2 1383 -2 1421 18 22 11 50 34 63 52 l23 33 0 1797 0 1797 -21 27 c-46 63 -15 53 -669 219 -187 47 -435 111 -551 141 -127 32 -231 54 -260 53 -27 0 -105 -16 -174 -34z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .packages-card::after {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
    .packages-card:hover {
        background-color: var(--zoomvilla-base, #D7984E);
    }
}

.packages-card:hover::after {
    background-color: var(--zoomvilla-base, #D7984E);
}

.packages-card:hover .packages-card__list li,
.packages-card:hover .packages-card__top__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.packages-card:hover .packages-card__price::after {
    transform: translateX(0%);
}

.packages-card:hover .zoomvilla-btn {
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-base, #D7984E);
}

.packages-card:hover .packages-card__shape {
    opacity: 1;
}

/*--------------------------------------------------------------
# Team details
--------------------------------------------------------------*/
/*** Team Details **/
.team-details {
    position: relative;
    z-index: 1;
}

.team-details__image img {
    object-fit: cover;
    width: 100%;
}

.team-details__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.team-details__designation {
    color: #5E5B5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.25%;
    margin-bottom: 20px;
}

.team-details__text {
    margin: 0;
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
}

.team-details__box {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .team-details__box {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.team-details__box__content {
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    border-left: none;
    padding: 40px 30px 40px 30px;
}

@media (min-width: 1200px) {
    .team-details__box__content {
        padding: 40px 50px 40px 70px;
    }
}

.team-details__box__title {
    color: var(--zoomvilla-black5, #1E1F24);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.team-details__box__text {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

    .team-details__box__text::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid var(--zoomvilla-base, #D7984E);
        position: absolute;
        top: 5px;
        left: 0px;
    }

    .team-details__box__text::after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: var(--zoomvilla-black, #222222);
        position: absolute;
        top: 9px;
        left: 4px;
    }

    .team-details__box__text + .team-details__box__text {
        margin-top: 15px;
    }

.team-details__list {
    margin: 0;
    max-width: 320px;
    width: 100%;
}

.team-details__list__item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 22px 10px 22px 30px;
    gap: 20px;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 600ms ease-in-out;
}

.team-details__list__item--two {
    padding: 22px 10px 22px 30px;
}

    .team-details__list__item--two .team-details__list__icon {
        font-size: 65px;
        color: var(--zoomvilla-base, #D7984E);
    }

.team-details__list__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--zoomvilla-base, #D7984E);
    transform: translateY(-100%);
    transition: all 600ms ease-in-out;
    z-index: -1;
}

.team-details__list__item:hover {
    border-color: var(--zoomvilla-base, #D7984E);
}

    .team-details__list__item:hover::after {
        transform: translateY(0%);
    }

    .team-details__list__item:hover .team-details__list__title,
    .team-details__list__item:hover .team-details__list__link {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .team-details__list__item:hover .team-details__list__icon {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.team-details__list__icon {
    font-size: 40px;
    color: var(--zoomvilla-black, #222222);
    line-height: normal;
    transition: all 600ms ease-in-out;
}

.team-details__list__title {
    color: #1B1A1A;
    text-transform: capitalize;
    font-size: 25px;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    display: block;
    transition: all 600ms ease-in-out;
}

.team-details__list__link {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    transition: all 600ms ease-in-out;
}

.team-details__list a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .team-details__list a:hover {
        background-size: 100% 1px;
    }

.team-details__list p {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.25%;
}

.team-skills-one {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.team-skills-one__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-bottom: 10px;
}

.team-skills-one__text {
    margin-bottom: 20px;
}

.team-skills-one__certificate {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .team-skills-one__certificate img {
        object-fit: cover;
        width: 100%;
    }

@media (max-width: 575px) {
    .team-skills-one__certificate {
        flex-direction: column;
    }
}

.team-skills-one__feature {
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .team-skills-one__feature {
        flex-wrap: wrap;
    }
}

.team-skills-one__feature__item {
    flex: 33%;
    width: 33%;
    padding: 30px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .team-skills-one__feature__item {
        flex: 50%;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .team-skills-one__feature__item {
        flex: 100%;
        width: 100%;
    }
}

.team-skills-one__feature__item + .team-skills-one__feature__item {
    border-left: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 575px) {
    .team-skills-one__feature__item + .team-skills-one__feature__item {
        border-left: none;
    }
}

.team-skills-one__funfact {
    color: var(--zoomvilla-black3, #1E1F24);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.team-skills-one__count-bar {
    max-width: 108px;
    width: 100%;
    height: 108px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .team-skills-one__count-bar .circle-progress {
        position: absolute;
        top: 0;
        left: 0;
    }

.team-skills-one__funfact-text {
    text-align: center;
    color: var(--zoomvilla-black3, #1E1F24);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.team-skills-one__feature {
    margin-bottom: 25px;
}

.skill-area-one {
    position: relative;
    z-index: 1;
}

.skill-area-one__thumb__box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 45px);
    overflow: hidden;
}

@media (max-width: 991px) {
    .skill-area-one__thumb__box {
        position: relative;
        width: 100%;
    }

        .skill-area-one__thumb__box img {
            object-fit: cover;
            width: 100%;
        }
}

.skill-area-one__thumb__text-box {
    text-align: center;
    padding: 28px;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    right: 30px;
    left: 30px;
    border: 3px solid var(--zoomvilla-white, #FFFFFF);
    background: linear-gradient(270deg, rgba(32, 157, 47, 0.6) 0%, rgba(7, 34, 10, 0.6) 44.5%);
}

.skill-area-one__thumb__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .skill-area-one__thumb__text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .skill-area-one__content {
        margin-right: 70px;
    }
}

.skill-area-one__content .sec-title {
    padding-bottom: 10px;
}

.skill-area-one__content .skill-area-one__text {
    margin-bottom: 15px;
}

.skill-area-one__progess {
    margin-bottom: 40px;
}

.skill-area-one__shape {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -1;
}

    .skill-area-one__shape img {
        animation: movebounce2 3s ease-in-out infinite;
    }

/*team-Progress*/
.progress-box__inner .progress-box__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.progress-box__inner .progress-box__text,
.progress-box__inner .progress-box__title {
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    color: var(--zoomvilla-black2, #333333);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 144.444%;
    margin: 0;
}

.progress-box__inner .progress-box__bar {
    height: 16px;
    background-color: transparent;
    border: 1px solid var(--zoomvilla-base, #D7984E);
    position: relative;
    border-radius: 20px;
}

    .progress-box__inner .progress-box__bar .progress-box__bar__inner {
        position: absolute;
        bottom: 3px;
        top: 3px;
        left: 3px;
        border-radius: 20px;
        background-color: var(--zoomvilla-base, #D7984E);
        transition: all 800ms linear;
        background-image: url(../images/shapes/team-shape-1-1.html);
        background-repeat: repeat;
        background-size: cover;
        background-position: top left;
    }

.progress-box__inner .progress-box__number {
    width: 21px;
    height: 25px;
    background-color: var(--zoomvilla-base, #D7984E);
    position: absolute;
    bottom: 11px;
    right: -8px;
    -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 25.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,25.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M63 235 c-39 -16 -50 -37 -54 -95 -3 -41 -2 -45 19 -42 17 3 28 -7 49 -42 15 -25 30 -46 33 -46 3 0 18 21 33 46 21 35 32 45 49 42 21 -3 22 1 19 42 -4 59 -16 79 -56 96 -42 17 -51 17 -92 -1z m89 -42 c22 -20 25 -73 3 -73 -9 0 -21 -11 -27 -25 -14 -31 -22 -31 -36 0 -6 14 -18 25 -27 25 -21 0 -20 48 2 72 20 22 61 23 85 1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 25.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,25.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M63 235 c-39 -16 -50 -37 -54 -95 -3 -41 -2 -45 19 -42 17 3 28 -7 49 -42 15 -25 30 -46 33 -46 3 0 18 21 33 46 21 35 32 45 49 42 21 -3 22 1 19 42 -4 59 -16 79 -56 96 -42 17 -51 17 -92 -1z m89 -42 c22 -20 25 -73 3 -73 -9 0 -21 -11 -27 -25 -14 -31 -22 -31 -36 0 -6 14 -18 25 -27 25 -21 0 -20 48 2 72 20 22 61 23 85 1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.progress-box__inner + .progress-box__inner {
    margin-top: 25px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background-color: #F6F7F8;
    padding: 50px 20px 40px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .service-card {
        padding: 30px 15px 20px;
    }
}

.service-card__icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 45px;
    color: var(--zoomvilla-base, #D7984E);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .service-card__icon-box {
        font-size: 30px;
        width: 70px;
        height: 70px;
    }
}

.service-card__content {
    text-align: center;
}

.service-card__title {
    color: var(--zoomvilla-black4, #000000);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

    .service-card__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .service-card__title a:hover {
            background-size: 100% 1px;
        }

.service-card__text {
    color: var(--zoomvilla-text-gray, #636363);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin-bottom: 17px;
    transition: all 0.4s ease-in-out;
}

.service-card__link {
    color: #444;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

    .service-card__link i {
        margin-left: 8px;
        color: var(--zoomvilla-base, #D7984E);
        transition: all 0.4s ease-in-out;
    }

    .service-card__link:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

        .service-card__link:hover i {
            color: var(--zoomvilla-black, #222222);
        }

.service-card__shape {
    overflow: hidden;
    border: 1px solid #DDD;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 16px;
    background-color: transparent;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

    .service-card__shape::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 57px;
        height: 57px;
        background-color: var(--zoomvilla-base, #D7984E);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        transition: all 0.4s ease-in-out;
    }

.service-card__image img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.service-card:hover {
    background-color: var(--zoomvilla-black, #222222);
}

    .service-card:hover .service-card__shape {
        background-color: var(--zoomvilla-base, #D7984E);
        border-color: var(--zoomvilla-black, #222222);
    }

        .service-card:hover .service-card__shape::after {
            background-color: var(--zoomvilla-white, #FFFFFF);
        }

    .service-card:hover .service-card__title,
    .service-card:hover .service-card__link,
    .service-card:hover .service-card__link i,
    .service-card:hover .service-card__text {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .service-card:hover .service-card__icon {
        animation: wobble-horizontal-hover 1s ease-in-out 1;
    }

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
}

.service-details__image img {
    object-fit: cover;
    width: 100%;
}

.house-property {
    position: relative;
}

.house-property__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.house-property__text {
    margin: 0;
}

    .house-property__text + .house-property__text {
        margin-top: 15px;
        margin-bottom: 35px;
    }

.house-property__item {
    max-width: 270px;
    width: 100%;
    background: var(--zoomvilla-white, #FFFFFF);
}

.house-property__item__top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
    padding-bottom: 10px;
    margin-bottom: 18px;
}

    .house-property__item__top i {
        font-size: 35px;
        color: var(--zoomvilla-base, #D7984E);
        margin-right: 10px;
    }

.house-property__item__title {
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

    .house-property__item__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .house-property__item__title a:hover {
            background-size: 100% 1px;
        }

        .house-property__item__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.house-property__item__text {
    margin: 0;
}

.house-property__item + .house-property__item {
    margin-top: 20px;
}

.house-property__text__two {
    margin-top: 30px;
    max-width: 760px;
    width: 100%;
    margin-bottom: 40px;
}

.house-property__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    background: var(--zoomvilla-black4, #000000);
    padding: 31px 34px;
    max-width: 915px;
    width: 100%;
}

@media (max-width: 991px) {
    .house-property__box {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .house-property__box {
        padding: 20px;
    }
}

.house-property__box__left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 70%;
    width: 70%;
}

@media (max-width: 991px) {
    .house-property__box__left {
        width: 100%;
        flex: 100%;
    }
}

@media (max-width: 767px) {
    .house-property__box__left {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }
}

.house-property__box__icon {
    width: 100%;
    max-width: 76px;
    height: 76px;
    font-size: 40px;
    color: var(--zoomvilla-base, #D7984E);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

    .house-property__box__icon::before, .house-property__box__icon::after {
        content: "";
        position: absolute;
        width: 33.388px;
        height: 45.063px;
        transform: rotate(50.486deg);
        background-color: var(--zoomvilla-base, #D7984E);
        z-index: -1;
    }

    .house-property__box__icon::before {
        top: -20px;
        left: -10px;
    }

    .house-property__box__icon::after {
        bottom: -20px;
        right: -10px;
    }

.house-property__box__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 181.818%;
    text-transform: capitalize;
    margin: 0;
}

.house-property__box__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.house-property__box__btn a {
    color: var(--zoomvilla-black4, #000000);
    text-align: center;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 0px 25px;
    background-color: #F2F2F2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

    .house-property__box__btn a::after {
        display: none;
    }

    .house-property__box__btn a::before {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .house-property__box__btn a i {
        color: var(--zoomvilla-base, #D7984E);
    }

    .house-property__box__btn a:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .house-property__box__btn a:hover i {
            color: var(--zoomvilla-white, #FFFFFF);
        }

.house-property__thumb img {
    object-fit: cover;
    width: 100%;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-one {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.project-one__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .project-one__top {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 25px;
    }
}

.project-one__top .sec-title {
    padding-bottom: 0;
}

.project-one__top__list {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .project-one__top__list {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.project-one__top__list li {
    color: var(--zoomvilla-black, #222222);
    text-align: center;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    text-transform: uppercase;
    margin: 0;
    padding: 12px 15px;
    background: #F4F4F4;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: var(--zoomvilla-black, #222222);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .project-one__top__list li {
        padding: 8px 15px;
        font-size: 16px;
    }
}

.project-one__top__list li:hover, .project-one__top__list li.active {
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

.project-one__top__list li + li {
    margin-left: 20px;
}

.project-one__card {
    position: relative;
    overflow: hidden;
    background-color: var(--zoomvilla-black, #222222);
    margin: 0 0 30px;
}

    .project-one__card img {
        transform: scale(1);
        object-fit: cover;
        width: 100%;
        transition: transform 500ms ease, opacity 500ms ease;
        opacity: 1;
    }

.project-one__card__hover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    display: flex;
    justify-content: start;
    align-items: end;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}

    .project-one__card__hover::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        position: absolute;
        z-index: -1;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(30, 31, 36, 0.8) 47.4%);
    }

    .project-one__card__hover .img-popup {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--zoomvilla-base, #D7984E);
        transition: all 0.4s ease-in-out;
    }

        .project-one__card__hover .img-popup:hover {
            background-color: var(--zoomvilla-base, #D7984E);
            color: var(--zoomvilla-white, #FFFFFF);
        }

.project-one__card__hover__content {
    padding-left: 25px;
    padding-bottom: 20px;
}

.project-one__card__hover__text {
    color: var(--zoomvilla-white, #FFFFFF);
    margin: 0;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .project-one__card__hover__text span {
        color: var(--zoomvilla-base, #D7984E);
    }

.project-one__card__hover__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

    .project-one__card__hover__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .project-one__card__hover__title a:hover {
            background-size: 100% 1px;
        }

.project-one__card:hover img {
    transform: scale(1.05);
}

.project-one__card:hover .project-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}

.project-five {
    position: relative;
    z-index: 1;
    background-color: #F6F7F8;
}

.project-five__bg {
    position: absolute;
    background-repeat: repeat;
    background-size: cover;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.project-five__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .project-five__content {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-bottom: 50px;
    }
}

.project-five__button .zoomvilla-fleet__filter-list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .project-five__button .zoomvilla-fleet__filter-list {
        gap: 10px;
        flex-wrap: wrap;
    }
}

.project-five__button .zoomvilla-fleet__filter-list li {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
    margin: 0;
    padding: 13px 19px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .project-five__button .zoomvilla-fleet__filter-list li {
        font-size: 16px;
        padding: 6px 12px;
    }
}

.project-five__button .zoomvilla-fleet__filter-list li.active, .project-five__button .zoomvilla-fleet__filter-list li:hover {
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

.project-five__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-five__item__inner {
    position: absolute;
    padding: 40px;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .project-five__item__inner {
        padding: 20px;
    }
}

.project-five__item__inner::after {
    opacity: 1;
    visibility: visible;
    content: "";
    width: 100%;
    height: 179px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(30, 31, 36, 0.8) 47.4%);
}

.project-five__item__thumb img {
    object-fit: cover;
    width: 100%;
}

.project-five__item__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 1350px) and (min-width: 992px), (max-width: 767px) {
    .project-five__item__title {
        font-size: 18px;
    }
}

.project-five__item__price {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

    .project-five__item__price span {
        color: var(--zoomvilla-base, #D7984E);
        text-transform: lowercase;
    }

.project-five__item .img-popup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 20px;
    color: var(--zoomvilla-base, #D7984E);
}

.project-five__item:hover .project-five__item__inner {
    visibility: hidden;
    opacity: 0;
}

    .project-five__item:hover .project-five__item__inner::after {
        visibility: hidden;
        opacity: 0;
    }

.project-five__item:hover .project-five__item__hover {
    transform: translateY(0%);
}

.project-five__inner {
    display: flex;
    align-items: center;
}

.project-five__item__hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.95);
    padding: 40px;
    z-index: 2;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1650px) and (min-width: 575px), (max-width: 425px) {
    .project-five__item__hover {
        padding: 20px;
    }
}

.project-five__item__hover__inner {
    border: 1px solid var(--zoomvilla-white, #FFFFFF);
    height: 100%;
    padding: 32px;
}

@media (max-width: 1650px) and (min-width: 575px), (max-width: 425px) {
    .project-five__item__hover__inner {
        padding: 10px;
    }
}

.project-five__item__hover .project-five__item__title {
    margin-bottom: 8px;
}

.project-five__item__hover .img-popup {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
}

.project-five__item__hover .project-five__item__price span {
    color: var(--zoomvilla-white, #FFFFFF);
}

.project-five__item__hover .project-five__item__price {
    margin-bottom: 10px;
}

.project-five__item__hover .project-five__item__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin-bottom: 20px;
}

.project-five__item__hover .zoomvilla-btn {
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-black3, #1E1F24);
}

    .project-five__item__hover .zoomvilla-btn:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.project-five__item__hover .project-five__item__icon {
    text-align: end;
    font-size: 70px;
    color: var(--zoomvilla-white, #FFFFFF);
}

.apartment-three__card {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(217, 217, 217, 0);
    transition: all 0.4s ease-in-out;
}

.apartment-three__card__image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.apartment-three__card__image__item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

    .apartment-three__card__image__item img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.apartment-three__card__hover__box {
    background-color: rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.5);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.apartment-three__card__hover__box--1 {
    left: 0;
    transition-delay: 0.105s;
}

.apartment-three__card__hover__box--2 {
    left: 25%;
    transition-delay: 0.105s;
}

.apartment-three__card__hover__box--3 {
    left: 50%;
    transition-delay: 0.105s;
}

.apartment-three__card__hover__box--4 {
    left: 75%;
    transition-delay: 0s;
}

.apartment-three__card__populer {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
}

    .apartment-three__card__populer .popular,
    .apartment-three__card__populer .new {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        padding: 1px 10px;
        border-radius: 4px;
        text-transform: uppercase;
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

    .apartment-three__card__populer .popular {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.apartment-three__card__list {
    display: flex;
    align-items: center;
    padding: 14px 25px;
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: 0 0 10px 10px;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
    .apartment-three__card__list {
        padding: 10px 15px;
    }
}

.apartment-three__card__list__item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
    .apartment-three__card__list__item {
        font-size: 14px;
    }
}

.apartment-three__card__list__item + .apartment-three__card__list__item {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.apartment-three__card__content {
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.apartment-three__card__content__inner {
    padding: 0px 30px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
    .apartment-three__card__content__inner {
        padding: 0px 15px 20px;
    }
}

.apartment-three__card__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 375px) {
    .apartment-three__card__title {
        font-size: 20px;
    }
}

.apartment-three__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .apartment-three__card__title a:hover {
        background-size: 100% 1px;
    }

.apartment-three__card__price {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

    .apartment-three__card__price span {
        text-transform: capitalize;
        color: var(--zoomvilla-base, #D7984E);
    }

.apartment-three__card .heart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zoomvilla-base, #D7984E);
    font-size: 18px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .apartment-three__card .heart i {
        transition: all 0.4s ease-in-out;
    }

    .apartment-three__card .heart:hover {
        background-color: var(--zoomvilla-base, #D7984E);
    }

        .apartment-three__card .heart:hover i {
            color: var(--zoomvilla-white, #FFFFFF);
        }

.apartment-three__card__tag a {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.4s ease-in-out;
}

    .apartment-three__card__tag a i {
        transform: rotateY(180deg);
        color: var(--zoomvilla-base, #D7984E);
    }

    .apartment-three__card__tag a + a {
        margin-top: 6px;
    }

.apartment-three__card:hover {
    border-color: var(--zoomvilla-base, #D7984E);
}

    .apartment-three__card:hover .apartment-three__card__list {
        border-radius: 0;
        border-color: #78797C;
        background-color: var(--zoomvilla-black4, #000000);
    }

    .apartment-three__card:hover .apartment-three__card__hover__box {
        opacity: 1;
        transform: scale(1);
    }

    .apartment-three__card:hover .apartment-three__card__image__item img {
        transform: scale(1.1);
    }

.apartment-three-page .apartment-three__card {
    background-color: var(--zoomvilla-black5, #1E1F24);
}

/*******
 * Best Project One
*******/
.best-project-one {
    position: relative;
}

.best-project-one__carousel.owl-carousel .owl-next,
.best-project-one__carousel.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--zoomvilla-base, #D7984E) !important;
    background-color: var(--zoomvilla-white, #FFFFFF) !important;
    border-radius: 50%;
    transition: all 400ms ease;
}

    .best-project-one__carousel.owl-carousel .owl-next:hover,
    .best-project-one__carousel.owl-carousel .owl-prev:hover {
        color: var(--zoomvilla-white, #FFFFFF) !important;
        background-color: var(--zoomvilla-base, #D7984E) !important;
    }

    .best-project-one__carousel.owl-carousel .owl-next span,
    .best-project-one__carousel.owl-carousel .owl-prev span {
        border: none;
        outline: none;
        color: inherit;
    }

@media (max-width: 991px) {
    .best-project-one__carousel.owl-carousel .owl-next,
    .best-project-one__carousel.owl-carousel .owl-prev {
        display: none;
    }
}

.best-project-one__carousel.owl-carousel .owl-prev {
    transform: translateY(-50%) rotateY(-180deg);
}

.best-project-one__carousel.owl-carousel .owl-next {
    left: auto;
    right: 27%;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

.best-project-one__carousel.owl-carousel .owl-item .best-project-one__item {
    height: 400px;
    width: 100%;
    transition: all 0.4s ease-in-out;
    border: 5px solid transparent;
}

@media (max-width: 1300px) {
    .best-project-one__carousel.owl-carousel .owl-item .best-project-one__item {
        height: 200px;
    }
}

.best-project-one__carousel.owl-carousel .owl-item .best-project-one__item img {
    object-fit: cover;
    height: 400px;
    object-fit: cover;
    width: 100%;
    display: flex;
    transition: all 0.4s ease-in-out;
}

.best-project-one__carousel.owl-carousel .center .best-project-one__item {
    height: auto;
    width: 100%;
    transition: all 0.4s ease-in-out;
    border: 5px solid var(--zoomvilla-white, #FFFFFF);
    border-radius: 50px;
}

    .best-project-one__carousel.owl-carousel .center .best-project-one__item img {
        object-fit: cover;
        border-radius: 50px;
        height: 100% !important;
        width: 100% !important;
        transition: all 0.4s ease-in-out;
    }

    .best-project-one__carousel.owl-carousel .center .best-project-one__item .best-project-one__item__popup {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

.best-project-one__carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.best-project-one__item {
    overflow: hidden;
}

    .best-project-one__item img {
        object-fit: cover;
        width: 100%;
    }

.best-project-one__item__popup {
    display: flex;
    align-items: center;
    position: absolute;
    gap: 20px;
    top: 50px;
    right: 50px;
    transform: translateY(-200px);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .best-project-one__item__popup {
        top: 20px;
        right: 20px;
    }
}

.best-project-one__item__popup a {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 767px) {
    .best-project-one__item__popup a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.best-project-one__item__popup a:last-child {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 35px;
    background-color: var(--zoomvilla-base, #D7984E);
}

/*******
 * Project Two
*******/
.project-area-two {
    position: relative;
    background-color: var(--zoomvilla-black5, #1E1F24);
}

    .project-area-two .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.project-area-two__inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .project-area-two__inner {
        flex-direction: column;
    }
}

.project-area-two__item {
    width: 170px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .project-area-two__item {
        height: 170px;
        width: 100%;
    }

        .project-area-two__item img {
            object-fit: cover;
            width: 100%;
        }
}

.project-area-two__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 38.76%, rgba(215, 152, 78, 0.9) 61.9%);
}

.project-area-two__item.active {
    width: 370px;
}

@media (max-width: 991px) {
    .project-area-two__item.active {
        height: 370px;
        width: 100%;
    }
}

.project-area-two__item.active .project-area-two__item__content {
    transform: rotate(-180deg) translateX(300px);
}

@media (max-width: 991px) {
    .project-area-two__item.active .project-area-two__item__content {
        transform: rotate(0deg) translateX(-300px);
    }
}

.project-area-two__item.active .project-area-two__item__hover {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.project-area-two__item__content {
    position: absolute;
    transform: rotate(-180deg) translateX(50%);
    writing-mode: vertical-rl;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transition: all 0.7s ease-in-out;
}

@media (max-width: 991px) {
    .project-area-two__item__content {
        transform: rotate(0deg) translateX(20px);
        writing-mode: horizontal-tb;
        left: 0;
    }
}

.project-area-two__item__number {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 12px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

    .project-area-two__item__number span {
        display: flex;
        margin-bottom: 10px;
        width: 20px;
        height: 3px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        transform: rotate(-90deg);
    }

@media (max-width: 991px) {
    .project-area-two__item__number span {
        transform: rotate(0deg);
        margin-bottom: 0;
    }
}

.project-area-two__item__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 0;
}

    .project-area-two__item__title a {
        color: var(--zoomvilla-white, #FFFFFF);
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .project-area-two__item__title a:hover {
            background-size: 100% 1px;
        }

.project-area-two__item__hover {
    padding: 20px 25px 20px 35px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 100px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transform: translateY(300px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .project-area-two__item__hover {
        left: 10px;
        right: 10px;
        padding: 15px;
    }
}

.project-area-two__item__hover .project-area-two__item__number {
    color: var(--zoomvilla-base, #D7984E);
}

    .project-area-two__item__hover .project-area-two__item__number span {
        background-color: var(--zoomvilla-base, #D7984E);
        transform: rotate(0deg);
        margin-bottom: 0;
    }

.project-area-two__item__hover .project-area-two__item__title {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .project-area-two__item__hover .project-area-two__item__title {
        font-size: 18px;
    }
}

.project-area-two__item__hover .project-area-two__item__title a {
    color: inherit;
}

.project-area-two__item__btn a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 20px;
}

    .project-area-two__item__btn a i {
        transform: rotate(45deg);
    }

.living-proparty {
    position: relative;
    z-index: 1;
    padding-bottom: 187px;
}

@media (max-width: 991px) {
    .living-proparty {
        padding-bottom: 100px;
    }
}

.living-proparty__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

    .living-proparty__bg::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
    }

.living-proparty__list-geoup {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 991px) {
    .living-proparty__list-geoup {
        flex: 100%;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
}

.living-proparty__inner {
    display: flex;
    align-items: center;
    gap: 33px;
}

@media (max-width: 991px) {
    .living-proparty__inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.living-proparty .tabs-content {
    width: 100%;
}

.living-proparty__item {
    background-color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
    width: 100%;
}

    .living-proparty__item .living-proparty__thumb img {
        border-right: 5px solid var(--zoomvilla-white, #FFFFFF);
    }

.living-proparty__list {
    margin: 0;
}

@media (max-width: 991px) {
    .living-proparty__list {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 1150px;
        gap: 20px;
    }
}

.living-proparty__list__item {
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 5px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .living-proparty__list__item {
        width: 200px;
    }
}

.living-proparty__list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
}

.living-proparty__list__item.active-btn, .living-proparty__list__item:hover {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .living-proparty__list__item.active-btn::after, .living-proparty__list__item:hover::after {
        transform: translateX(0%);
    }

    .living-proparty__list__item.active-btn .living-proparty__list__icon, .living-proparty__list__item:hover .living-proparty__list__icon {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
    }

.living-proparty__list__item + .living-proparty__list__item {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .living-proparty__list__item + .living-proparty__list__item {
        margin-top: 0;
    }
}

.living-proparty__list__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
}

.living-proparty__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 2px solid var(--zoomvilla-base, #D7984E);
}

.living-proparty__content {
    background-color: var(--zoomvilla-black5, #1E1F24);
    padding: 50px 47px 44px;
    max-width: 343px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    top: 50px;
    right: 50px;
    bottom: 50px;
    position: absolute;
    z-index: 1;
}

@media (max-width: 575px) {
    .living-proparty__content {
        padding: 30px 27px 24px;
        top: 20px;
        right: 20px;
        bottom: auto;
    }
}

.living-proparty__content .star {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 4px;
    flex-direction: column;
    border-radius: 50px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    color: var(--zoomvilla-base, #D7984E);
    padding: 20px 10px;
}

@media (max-width: 575px) {
    .living-proparty__content .star {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0%);
        font-size: 16px;
        padding: 8px 20px;
        margin-bottom: 10px;
    }
}

.living-proparty__happy-client {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #F6F7F8;
    padding: 55px 0 55px 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 7px;
}

.living-proparty__happy-client__thumb {
    display: flex;
    align-items: center;
}

.living-proparty__happy-client__thumb__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--zoomvilla-white, #FFFFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .living-proparty__happy-client__thumb__item img {
        object-fit: cover;
        width: 100%;
    }

    .living-proparty__happy-client__thumb__item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--zoomvilla-white, #FFFFFF);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .living-proparty__happy-client__thumb__item:hover a {
        visibility: visible;
        opacity: 1;
    }

    .living-proparty__happy-client__thumb__item + .living-proparty__happy-client__thumb__item {
        margin-left: -20px;
    }

.living-proparty__happy-client__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 5px;
}

.living-proparty__happy-client__star {
    display: flex;
    align-items: center;
}

    .living-proparty__happy-client__star i {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
    }

    .living-proparty__happy-client__star span {
        color: var(--zoomvilla-black3, #1E1F24);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%;
        margin: 0;
        display: block;
    }

.living-proparty__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin-bottom: 10px;
}

.living-proparty .living-proparty__btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    text-transform: capitalize;
    margin: 0;
}

    .living-proparty .living-proparty__btn i {
        transform: rotate(45deg);
        font-size: 14px;
    }

/*******
 * Propperty three
*******/
.property-three {
    position: relative;
    counter-reset: sectionProperty;
}

.property-three__item {
    position: relative;
    z-index: 1;
    border-radius: 500px;
    background: #363636;
    padding: 17px 19px 1px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__item {
        padding: 17px 10px 1px;
    }
}

@media (max-width: 575px) {
    .property-three__item {
        max-width: 350px;
        margin: 0 auto;
        width: 100%;
    }
}

.property-three__item--two {
    margin-top: 110px;
}

@media (max-width: 991px) {
    .property-three__item--two {
        margin-top: 0;
    }
}

.property-three__item:hover {
    background-color: var(--zoomvilla-base, #D7984E);
}

    .property-three__item:hover .property-three__number {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

        .property-three__item:hover .property-three__number::after {
            color: var(--zoomvilla-base, #D7984E);
        }

.property-three__thumb {
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
}

    .property-three__thumb img {
        object-fit: cover;
        width: 100%;
    }

.property-three__content {
    padding: 20px 5px 20px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__content {
        padding: 10px 0px 20px;
    }
}

.property-three__title {
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.property-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .property-three__title a:hover {
        background-size: 100% 1px;
    }

.property-three__text {
    margin: 0;
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    margin-bottom: 0px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__text {
        font-size: 13px;
    }
}

.property-three__number {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-base, #D7984E);
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__number {
        width: 40px;
        height: 40px;
        margin-bottom: -20px;
    }
}

.property-three__number::after {
    counter-increment: sectionProperty;
    content: "0" counter(sectionProperty);
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 768px) and (min-width: 576px) {
    .property-three__number::after {
        font-size: 16px;
    }
}

.property-three__btn {
    margin-top: -20px;
    text-align: center;
}

@media (max-width: 991px) {
    .property-three__btn {
        margin-top: 60px;
    }
}

.property-three__btn .zoomvilla-btn::before {
    background-color: var(--zoomvilla-white, #FFFFFF);
}

.property-three__btn .zoomvilla-btn:hover {
    color: var(--zoomvilla-base, #D7984E);
}

    .property-three__btn .zoomvilla-btn:hover::after {
        background-color: var(--zoomvilla-black3, #1E1F24);
    }

.property-three__shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .property-three__shape {
        display: none;
    }
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    z-index: 1;
}

.project-details__content {
    position: relative;
    z-index: 1;
}

.project-details__image {
    position: relative;
    margin-bottom: 24px;
}

    .project-details__image img {
        object-fit: cover;
        width: 100%;
    }

.project-details__top {
    margin: 0;
    background-color: var(--zoomvilla-base, #D7984E);
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
    max-width: 909px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -117px;
    padding: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .project-details__top {
        padding: 30px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .project-details__top {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
}

.project-details__info {
    margin: 0;
    flex: 50%;
    width: 50%;
}

@media (max-width: 767px) {
    .project-details__info {
        flex: 100%;
        width: 100%;
    }
}

.project-details__info li {
    display: flex;
    align-items: center;
}

    .project-details__info li + li {
        margin-top: 10px;
    }

.project-details__info__text, .project-details__info__title {
    max-width: 175px;
    width: 100%;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .project-details__info__text, .project-details__info__title {
        font-size: 18px;
    }
}

.project-details__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.project-details__text {
    margin-bottom: 15px;
}

.project-details__feature {
    margin-bottom: 40px;
}

    .project-details__feature .project-details__text {
        margin-bottom: 20px;
    }

    .project-details__feature .project-details__list {
        margin: 0 0 40px;
        padding: 0;
    }

        .project-details__feature .project-details__list li {
            color: var(--zoomvilla-black2, #333333);
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            padding-left: 0;
            line-height: normal;
            text-transform: capitalize;
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease-in-out;
        }

            .project-details__feature .project-details__list li::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                width: 0;
                height: 4px;
                border-radius: 30px;
                background-color: var(--zoomvilla-base, #D7984E);
                z-index: -1;
                transform: translateY(-50%);
                transition: all 0.3s ease-in-out;
            }

            .project-details__feature .project-details__list li span {
                color: inherit;
                background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
                transition: all 500ms ease;
                transition: all 0.3s ease-in-out;
            }

                .project-details__feature .project-details__list li span:hover {
                    background-size: 100% 1px;
                }

            .project-details__feature .project-details__list li i {
                font-size: 20px;
                color: var(--zoomvilla-black5, #1E1F24);
                transition: all 0.3s ease-in-out;
            }

            .project-details__feature .project-details__list li:hover {
                padding-left: 40px;
            }

                .project-details__feature .project-details__list li:hover::after {
                    width: 35px;
                }

                .project-details__feature .project-details__list li:hover span {
                    color: var(--zoomvilla-base, #D7984E);
                }

                .project-details__feature .project-details__list li:hover i {
                    color: var(--zoomvilla-base, #D7984E);
                }

            .project-details__feature .project-details__list li + li {
                margin-top: 20px;
            }

    .project-details__feature .project-details__feature__thumb img {
        object-fit: cover;
        width: 100%;
    }

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
    position: relative;
    /** Product Item**/
}

.product__sidebar {
    position: relative;
}

.product__sidebar--title {
    position: relative;
    margin-bottom: 22px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.product__search {
    background-color: #F5F2EF;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.product__sidebar__search {
    position: relative;
}

    .product__sidebar__search input[type=search],
    .product__sidebar__search input[type=text] {
        outline: none;
        border-radius: 6px;
        width: 100%;
        height: 55px;
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-left: 25px;
        padding-right: 30px;
        transition: all 500ms ease;
        border: none;
    }

        .product__sidebar__search input[type=search]:focus,
        .product__sidebar__search input[type=text]:focus {
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
            border: none;
        }

        .product__sidebar__search input[type=search]::placeholder,
        .product__sidebar__search input[type=text]::placeholder {
            color: var(--zoomvilla-text-gray, #636363);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    .product__sidebar__search button[type=submit] {
        border: none;
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: auto;
        font-size: 16px;
        color: var(--zoomvilla-white, #FFFFFF);
        width: 34px;
        height: 34px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-self: center;
        justify-content: center;
        background-color: var(--zoomvilla-base, #D7984E);
        transition: all 500ms ease;
    }

        .product__sidebar__search button[type=submit] i {
            line-height: 30px;
        }

        .product__sidebar__search button[type=submit]:hover {
            background-color: var(--zoomvilla-black, #222222);
            color: var(--zoomvilla-white, #FFFFFF);
        }

.product__price-ranger {
    background-color: #F5F2EF;
    padding: 24px 28px 28px;
    margin-bottom: 30px;
    border-radius: 6px;
}

    .product__price-ranger .product__sidebar--title {
        margin-bottom: 15px;
    }

    .product__price-ranger #slider-range {
        margin: 15px 0 23px 0px;
        background: var(--zoomvilla-base, #D7984E);
        border: none;
        height: 4px;
        border-radius: 10px;
        position: relative;
    }

        .product__price-ranger #slider-range .ui-slider-range {
            height: 100%;
            background: var(--zoomvilla-base, #D7984E);
        }

        .product__price-ranger #slider-range .ui-slider-handle {
            position: absolute;
            top: -6px;
            background: var(--zoomvilla-base, #D7984E);
            border: 0;
            height: 15px;
            width: 15px !important;
            border-radius: 50%;
            margin-left: -3px;
            outline: medium none;
            cursor: pointer;
            z-index: 2;
        }

    .product__price-ranger .ranger-min-max-block {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 18px 0 0 0px;
    }

        .product__price-ranger .ranger-min-max-block input[type=text] {
            position: relative;
            display: inline-block;
            color: var(--zoomvilla-black, #222222);
            width: 45px;
            border: none;
            outline: none;
            padding: 0;
            text-align: center;
            background-color: transparent;
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
        }

        .product__price-ranger .ranger-min-max-block span {
            position: relative;
            display: inline-block;
            color: var(--zoomvilla-black, #222222);
            font-size: 16px;
            font-weight: 700;
            left: -2px;
        }

        .product__price-ranger .ranger-min-max-block button[type=submit] {
            position: relative;
            display: block;
            float: right;
            text-align: center;
            border: none;
            margin: 0;
            cursor: pointer;
            padding: 3px 15px;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 185.714%;
            text-transform: capitalize;
            z-index: 1;
            border-radius: 5px;
            background: var(--zoomvilla-white, #FFFFFF);
            color: var(--zoomvilla-black, #222222);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        }

            .product__price-ranger .ranger-min-max-block button[type=submit]::after, .product__price-ranger .ranger-min-max-block button[type=submit]::before {
                display: none;
            }

            .product__price-ranger .ranger-min-max-block button[type=submit]:hover {
                color: var(--zoomvilla-white, #FFFFFF);
                background-color: var(--zoomvilla-base, #D7984E);
            }

.product__categories {
    background-color: #F5F2EF;
    padding: 30px 30px 25px 30px;
    border-radius: 10px;
    padding: 24px 28px;
}

    .product__categories ul {
        margin-bottom: 0;
    }

        .product__categories ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 13px 25px;
            transition: all 500ms ease;
            background-color: var(--zoomvilla-white, #FFFFFF);
            border-radius: 100px;
            color: #7A8385;
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

            .product__categories ul li a i {
                font-size: 11px;
                margin-right: 8px;
                transition: all 500ms ease;
            }

            .product__categories ul li a:hover {
                background-color: var(--zoomvilla-base, #D7984E);
                color: var(--zoomvilla-white, #FFFFFF);
            }

                .product__categories ul li a:hover i {
                    color: var(--zoomvilla-white, #FFFFFF);
                }

        .product__categories ul li + li {
            margin-top: 20px;
        }

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .product__info-top {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .product__info-top {
        display: block;
        margin-top: 40px;
    }
}

.product__showing-text {
    margin: 0;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 15px;
    }
}

.product__showing-sort {
    margin: 0;
    font-size: 16px;
}

    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        position: relative;
        display: block;
        width: 210px !important;
    }

@media (max-width: 360px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 210px !important;
    }
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    position: relative;
    height: 50px;
    outline: none !important;
    border: 0;
    background-color: #F5F2EF !important;
    margin: 0;
    padding: 0;
    padding-left: 38px;
    padding-right: 30px;
    line-height: 50px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}

    .product__showing-sort .bootstrap-select > .dropdown-toggle:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        font-family: "icomoon" !important;
        content: "\e91c";
        font-weight: 500;
        font-size: 12px;
        color: var(--zoomvilla-base, #D7984E);
    }

.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(var(--zoomvilla-border-color-rgb, 221, 221, 221), 0.4);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--zoomvilla-white, #FFFFFF);
    background: var(--zoomvilla-black, #222222);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    border-color: var(--zoomvilla-border-color, #dddddd);
}

.product__item {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    transition: all 500ms ease;
    border-radius: 0px;
    padding: 0px 20px 40px;
}

    .product__item:hover {
        border: 1px solid var(--zoomvilla-base, #D7984E);
    }

.product__item__img {
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product__item__img__item {
    max-width: 220px;
    width: 100%;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 20px;
}

    .product__item__img__item img {
        object-fit: cover;
        transition: all 500ms ease;
        transform: scale(1);
    }

.product__item__btn {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 2;
}

    .product__item__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: #F1F5F6;
        border-radius: 50%;
        color: var(--zoomvilla-base, #D7984E);
        font-size: 12px;
        visibility: hidden;
        opacity: 0;
    }

        .product__item__btn a:hover {
            background-color: var(--zoomvilla-base, #D7984E);
            color: var(--zoomvilla-white, #FFFFFF);
        }

        .product__item__btn a:nth-child(1) {
            transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(30px, 0, 0);
        }

        .product__item__btn a:nth-child(2) {
            transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(30px, 0, 0);
        }

        .product__item__btn a:nth-child(3) {
            transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(30px, 0, 0);
        }

        .product__item__btn a:nth-child(4) {
            transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(30px, 0, 0);
        }

        .product__item__btn a + a {
            margin-top: 10px;
        }

.product__item:hover .product__item__img img {
    transform: scale(1.05);
}

.product__item:hover .product__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.product__item__content {
    position: relative;
    text-align: center;
}

.product__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: var(--zoomvilla-base, #D7984E);
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.product__item__title {
    margin-bottom: 4px;
    color: var(--zoomvilla-black, #222222);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

    .product__item__title a {
        color: inherit;
    }

        .product__item__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.product__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    color: #626262;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product__item .zoomvilla-btn {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 13.959px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 18px;
    background: var(--zoomvilla-black, #222222);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    border-radius: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

    .product__item .zoomvilla-btn::after {
        display: none;
        border-radius: 3px;
    }

    .product__item .zoomvilla-btn::before {
        background-color: var(--zoomvilla-base, #D7984E);
    }

    .product__item .zoomvilla-btn:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

@media (min-width: 992px) {
    .product-one__carousel .owl-nav {
        display: none;
    }
}

.product-one__carousel .product__item__img__item img {
    width: auto !important;
}

/***Category Area***/
.category-area {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

    .category-area .sec-title {
        padding-bottom: 80px;
    }

.product-three {
    transition: all 0.4s ease-in-out;
}

.product-three__thumb {
    width: 117px;
    height: 117px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E9F6EB;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.product-three__title {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .product-three__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .product-three__title a:hover {
            background-size: 100% 1px;
        }

        .product-three__title a:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.product-three__inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px;
    padding: 50px 30px 0;
    transition: all 0.6s ease-in-out;
}

    .product-three__inner .product-three__box {
        position: relative;
        margin-bottom: -20px;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zoomvilla-base, #D7984E);
        margin-left: auto;
        margin-right: auto;
        transition: all 0.4s ease-in-out;
    }

        .product-three__inner .product-three__box::after {
            content: "";
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            position: absolute;
            background-color: transparent;
            border-radius: 50%;
            border: 1px dashed var(--zoomvilla-black, #222222);
            animation: rotated 8s ease-in-out infinite;
        }

    .product-three__inner::after {
        content: "";
        width: 330px;
        height: 330px;
        background-color: var(--zoomvilla-base, #D7984E);
        border-radius: 330px;
        background: var(--zoomvilla-base, #D7984E);
        position: absolute;
        top: -330px;
        left: 50%;
        visibility: hidden;
        transform: translateX(-50%);
        opacity: 0;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }

.product-three__btn {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

    .product-three__btn a {
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-black, #222222);
        position: relative;
        z-index: 1;
        margin-bottom: -20px;
    }

        .product-three__btn a:hover {
            color: var(--zoomvilla-white, #FFFFFF);
            background-color: var(--zoomvilla-base, #D7984E);
        }

.product-three:hover {
    transform: translateY(-20px);
}

    .product-three:hover .product-three__inner {
        background-color: var(--zoomvilla-black, #222222);
        box-shadow: none;
    }

        .product-three:hover .product-three__inner::after {
            visibility: visible;
            opacity: 1;
            top: -205px;
        }

    .product-three:hover .product-three__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .product-three:hover .product-three__btn {
        visibility: visible;
        opacity: 1;
    }

    .product-three:hover .product-three__thumb {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

        .product-three:hover .product-three__thumb img {
            animation: iconTranslateX 0.4s forwards;
        }

    .product-three:hover .product-three__box::after {
        border-color: var(--zoomvilla-base, #D7984E);
    }

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
    position: relative;
}

.product-details__product {
    display: flex;
    gap: 30px 22px;
}

@media (max-width: 991px) {
    .product-details__product {
        flex-direction: column;
        align-items: flex-start;
    }
}

.product-details__thumb-box {
    width: 120px;
}

@media (max-width: 991px) {
    .product-details__thumb-box {
        width: 100%;
    }
}

.product-details__carousel-box {
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 991px) {
    .product-details__carousel-box {
        width: 100%;
        margin: 0;
    }
}

.product-details__thumb {
    --slick-gutter: 13px;
    width: 126px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .product-details__thumb {
        width: 100%;
    }
}

.product-details__thumb .slick-list {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
}

.product-details__thumb .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .product-details__thumb .slick-slide {
        margin-left: calc(var(--slick-gutter) / 2);
        margin-right: calc(var(--slick-gutter) / 2);
    }
}

@media (min-width: 992px) {
    .product-details__thumb .slick-slide {
        margin-top: calc(var(--slick-gutter) / 2);
        margin-bottom: calc(var(--slick-gutter) / 2);
    }
}

.product-details__thumb__item {
    position: relative;
    cursor: pointer;
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
    z-index: 2;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-details__thumb__item {
        width: 114px;
        height: 114px;
    }
}

@media (max-width: 991px) {
    .product-details__thumb__item {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    .product-details__thumb__item {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 575px) {
    .product-details__thumb__item {
        width: 95px;
        height: 95px;
    }
}

@media (max-width: 480px) {
    .product-details__thumb__item {
        width: 83px;
        height: 83px;
    }
}

@media (max-width: 430px) {
    .product-details__thumb__item {
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 390px) {
    .product-details__thumb__item {
        width: 95px;
        height: 95px;
    }
}

@media (max-width: 360px) {
    .product-details__thumb__item {
        width: 83px;
        height: 83px;
    }
}

.product-details__thumb__item img {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.product-details__thumb__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-70%);
    background-color: RGBA(var(--zoomvilla-black-rgb, 34, 34, 34), 0.6);
    transition: all 500ms ease;
    z-index: 1;
}

    .product-details__thumb__hover .img-popup {
        display: inline-block;
        font-size: 27px;
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .product-details__thumb__hover .img-popup:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
    opacity: 1;
    transform: translateY(0%);
}

.product-details__carousel {
    --slick-gutter: 10px;
}

@media (max-width: 991px) {
    .product-details__carousel {
        width: 100%;
    }
}

.product-details__carousel .slick-list {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
}

.product-details__carousel .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
}

.product-details__image {
    height: 491px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .product-details__image {
        height: 100%;
        padding: 20px 20px 43px;
    }
}

.product-details__image__title {
    display: inline-block;
    padding: 7px 16px;
    font-size: 16px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    border-radius: 5px;
    background-color: var(--zoomvilla-base, #D7984E);
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-details__image img {
    max-width: 100%;
    object-fit: cover;
}

.product-details__content {
    margin-right: 65px;
}

@media (max-width: 1199px) {
    .product-details__content {
        margin-right: 0;
    }
}

.product-details__title {
    color: var(--zoomvilla-black, #222222);
    margin: 0 0 16px;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.product-details__price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 575px) {
    .product-details__price-inner {
        flex-direction: column;
        justify-content: start;
        gap: 5px;
        align-items: start;
    }
}

.product-details__price__regular {
    color: var(--zoomvilla-base, #D7984E);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 86.667%;
}

.product-details__color-inner {
    margin-bottom: 30px;
}

.product-details__review {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--zoomvilla-base, #D7984E);
    display: flex;
    align-items: center;
}

    .product-details__review a {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0px;
    }

.product-details__excerpt {
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin-bottom: 19px;
}

.product-details__color__title {
    color: #788284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    margin-bottom: 8px;
}

.product-details__color {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 35px;
}

    .product-details__color button {
        width: 22px;
        height: 22px;
        border-radius: 1px;
        background-color: transparent;
        transition: all 500ms ease;
    }

        .product-details__color button:nth-child(1) {
            background-color: #151212;
            border: 2px solid rgba(205, 168, 141, 0.72);
        }

        .product-details__color button:nth-child(2) {
            background-color: #EE2761;
            border: 2px solid rgba(143, 142, 142, 0.7215686275);
        }

        .product-details__color button:nth-child(3) {
            background-color: #9033E6;
            border: 2px solid rgba(231, 173, 190, 0.72);
        }

        .product-details__color button:nth-child(4) {
            background-color: #33B387;
            border: 2px solid rgba(231, 173, 190, 0.72);
        }

        .product-details__color button:nth-child(5) {
            background-color: #FF9601;
            border: 2px solid rgba(231, 173, 190, 0.72);
        }

.product-details__buttons {
    margin-bottom: 30px;
}

    .product-details__buttons a {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        border-radius: 6px;
    }

        .product-details__buttons a::after {
            display: none;
        }

.product-details__socials {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details__socials__title {
    mcolor: var(--zoomvilla-text-gray, #636363);
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-right: 12px;
}

.product-details__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: var(--zoomvilla-border-color, #dddddd);
    color: var(--zoomvilla-black, #222222);
}

    .product-details__socials a:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.product-details__description {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
}

.product-details__description__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-details__description__text {
    margin: 0;
}

    .product-details__description__text + .product-details__description__lists {
        margin-top: 24px;
    }

.product-details__description__lists {
    max-width: 780px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px 50px;
    margin: 0;
}

@media (min-width: 576px) {
    .product-details__description__lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-details__description__lists li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}

    .product-details__description__lists li i {
        transition: all 0.4s ease-in-out;
        margin-top: 5px;
        font-size: 18px;
        color: var(--zoomvilla-black, #222222);
    }

    .product-details__description__lists li:hover i {
        color: var(--zoomvilla-base, #D7984E);
    }

.product-details__description__lists + .product-details__description__text {
    margin-top: 24px;
}

.product-details__comment {
    border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
    margin: 30px 0 0;
    padding: 30px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .product-details__comment {
        margin: 44px 0 0;
        padding: 43px 0 0;
    }
}

.product-details__review-title {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.product-details__comment-box {
    position: relative;
    padding: 11px 0 52px 200px;
    margin-bottom: 45px;
    min-height: 166px;
}

@media (max-width: 767px) {
    .product-details__comment-box {
        padding-left: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.product-details__comment-box__thumb {
    width: 168px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: none;
}

@media (max-width: 767px) {
    .product-details__comment-box__thumb {
        position: relative;
        margin: 0 0 20px;
    }
}

.product-details__comment-box__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.product-details__comment-box__meta {
    margin: 0 0 20px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-weight: 700;
    line-height: 108.333%;
}

.product-details__comment-box__date {
    margin-left: 20px;
    display: inline-block;
    text-transform: inherit;
    letter-spacing: 0;
    color: var(--zoomvilla-base, #D7984E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.5%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

    .product-details__comment-box__date::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        width: 20px;
        height: 1px;
        background-color: var(--zoomvilla-base, #D7984E);
    }

.product-details__comment-box__text {
    margin: 0;
}

.product-details__comment-box__ratings {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    font-size: 16px;
    color: var(--zoomvilla-base, #D7984E);
}

@media (max-width: 767px) {
    .product-details__comment-box__ratings {
        position: relative;
        top: 0;
        margin: 0 0 22px;
    }
}

.product-details__form {
    position: relative;
}

    .product-details__form .row {
        --bs-gutter-x: 20px;
    }

.product-details__form-title {
    margin-bottom: 18px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.product-details__form-ratings {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 25px;
    color: var(--zoomvilla-base, #D7984E);
    margin: 0 0 40px;
}

    .product-details__form-ratings i {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 400;
    }

.product-details__form-ratings__label {
    display: inline-block;
    letter-spacing: 0;
    color: var(--zoomvilla-text, #92918F);
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    margin: 0 17px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

.product-details__form__form {
    margin-top: 0;
}

    .product-details__form__form .form-one__control input,
    .product-details__form__form .form-one__control textarea {
        background: #F5F2EF;
        border-color: transparent;
        color: var(--zoomvilla-text-gray, #636363);
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .product-details__form__form .form-one__control input::placeholder,
        .product-details__form__form .form-one__control textarea::placeholder {
            font-style: normal;
            color: var(--zoomvilla-text-gray, #636363);
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
        }

    .product-details__form__form .form-one__control .zoomvilla-btn {
        border-radius: 6px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

        .product-details__form__form .form-one__control .zoomvilla-btn::after {
            display: none;
        }

.quantity-box {
    position: relative;
    width: auto;
    height: 46px;
    display: flex;
    margin-bottom: 30px;
}

    .quantity-box input {
        width: 70px;
        height: 46px;
        border: 1px solid #EEEEEE;
        color: var(--zoomvilla-black, #222222);
        padding-left: 30px;
        outline: none;
        font-size: 18px;
        font-weight: 700;
        background-color: transparent;
    }

    .quantity-box button {
        width: 60px;
        height: auto;
        color: var(--zoomvilla-text, #92918F);
        font-size: 13px;
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        transition: all 500ms ease;
    }

        .quantity-box button:hover, .quantity-box button:focus, .quantity-box button:active {
            background: var(--zoomvilla-black, #222222);
            color: var(--zoomvilla-white, #FFFFFF);
            border-color: #EEEEEE;
        }

        .quantity-box button.sub {
            border: 1px solid #EEEEEE;
            bottom: 1px;
            top: auto;
            border-radius: 0;
        }

        .quantity-box button.add {
            border-radius: 0;
            border: 1px solid #EEEEEE;
        }

            .quantity-box button.add::after {
                content: "";
                width: 4px;
                height: 4px;
                position: absolute;
                top: 0;
                left: 0;
            }

        .quantity-box button:hover {
            color: var(--zoomvilla-white, #FFFFFF);
        }

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
}

    .cart-page .table-responsive {
        position: relative;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
    }

@media (max-width: 1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px;
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 24px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1170px;
    }
}

.cart-page__table thead tr {
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
}

    .cart-page__table thead tr th {
        padding: 0 30px 20px;
        font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
        font-size: 25px;
        color: var(--zoomvilla-black, #222222);
        line-height: 1;
        font-weight: 600;
        text-transform: capitalize;
        border: none;
        background-color: transparent;
        border: 0 !important;
        box-shadow: none;
    }

@media (max-width: 767px) {
    .cart-page__table thead tr th {
        font-size: 20px;
    }
}

.cart-page__table thead tr th:first-child {
    padding-left: 0;
}

.cart-page__table thead tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-page__table tbody tr td {
    font-size: 19px;
    font-weight: 500;
    color: var(--zoomvilla-black, #222222);
    text-transform: capitalize;
    line-height: normal;
    vertical-align: middle;
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 0 !important;
    border-right: 1px solid var(--zoomvilla-border-color, #dddddd);
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
    padding: 28.5px 30px;
    letter-spacing: 0;
}

    .cart-page__table tbody tr td.cart-page__table__total {
        text-align: center;
    }

    .cart-page__table tbody tr td .cart-page__table__remove {
        margin-left: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--zoomvilla-black, #222222);
        font-size: 19px;
        line-height: 1;
    }

        .cart-page__table tbody tr td .cart-page__table__remove:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

    .cart-page__table tbody tr td:first-child {
        padding-left: 0px;
    }

    .cart-page__table tbody tr td:last-child {
        padding-right: 0px;
        border-right: 0px;
    }

.cart-page__table__meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cart-page__table__meta__img {
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
}

    .cart-page__table__meta__img img {
        max-width: 100%;
        height: auto;
    }

.cart-page__table__meta__title {
    margin: 0;
    font-size: 25px;
    color: var(--zoomvilla-black, #222222);
    font-weight: 600;
    line-height: 1.318;
}

@media (max-width: 767px) {
    .cart-page__table__meta__title {
        font-size: 20px;
    }
}

.cart-page__table__meta__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .cart-page__table__meta__title a:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

    .cart-page__table__meta__title a:hover {
        background-size: 100% 1px;
    }

.cart-page__table__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    /* Chrome, Safari, Edge */
    /* Firefox */
}

.cart-page__table__quantity__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.cart-page__table__quantity .quantity-box {
    position: relative;
    width: 172px;
    height: 41px;
    border-radius: 50px;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
}

.cart-page__table__quantity .quantity-box__input {
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    width: 50px;
    height: 100%;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    padding: 0;
    outline: none;
    font-size: 19px;
    font-weight: 500;
    color: var(--zoomvilla-black, #222222);
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: all 500ms ease;
}

.cart-page__table__quantity input::-webkit-outer-spin-button,
.cart-page__table__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-page__table__quantity input[type=number] {
    -moz-appearance: textfield;
}

.cart-page__table__quantity .quantity-box__btn {
    border: none;
    outline: none;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 0;
    display: inline-flex;
    font-size: 8px;
    color: var(--zoomvilla-black, #222222);
    transition: all 500ms ease;
}

    .cart-page__table__quantity .quantity-box__btn.add {
        width: 16px;
        background-color: #F5F2EF;
        height: 12px;
        position: absolute;
        top: 8px;
        right: 21px;
        z-index: 1;
    }

        .cart-page__table__quantity .quantity-box__btn.add::after {
            content: "";
            width: 5px;
            height: 5px;
            background-color: var(--zoomvilla-black, #222222);
            position: absolute;
            top: 3px;
            left: 6px;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        }

    .cart-page__table__quantity .quantity-box__btn.sub {
        width: 16px;
        background-color: #F5F2EF;
        height: 12px;
        position: absolute;
        right: 21px;
        bottom: 8px;
        z-index: 1;
    }

        .cart-page__table__quantity .quantity-box__btn.sub::after {
            content: "";
            width: 5px;
            height: 5px;
            background-color: var(--zoomvilla-black, #222222);
            position: absolute;
            bottom: 3px;
            left: 6px;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
        }

    .cart-page__table__quantity .quantity-box__btn:hover {
        color: var(--zoomvilla-base, #D7984E);
    }

.cart-page__bottom {
    margin-top: 8px;
}

.cart-page__coupone__form {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .cart-page__coupone__form {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.cart-page__coupone__form input[type=text] {
    display: block;
    width: 270px;
    height: 50px;
    border: none;
    background-color: #F5F2EF;
    padding-left: 19px;
    padding-right: 19px;
    outline: none;
    border-radius: 0px;
    transition: all 500ms ease;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

    .cart-page__coupone__form input[type=text]:focus {
        color: var(--zoomvilla-black, #222222);
    }

@media (max-width: 1199px) {
    .cart-page__coupone__form input[type=text] {
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .cart-page__coupone__form input[type=text] {
        width: 100%;
    }
}

.cart-page__coupone .cart-page__btn {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
}

    .cart-page__coupone .cart-page__btn::after {
        display: none;
    }

    .cart-page__coupone .cart-page__btn:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.cart-page__cart-total {
    max-width: 260px;
    position: relative;
    margin: 0px 0px 30px auto;
}

@media (max-width: 1199px) {
    .cart-page__cart-total {
        margin: 0px 0px 30px;
    }
}

.cart-page__cart-total li + li {
    margin-top: 17px;
}

.cart-page__cart-total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .cart-page__cart-total li span {
        text-transform: uppercase;
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        display: block;
    }

    .cart-page__cart-total li .cart-page__cart-total__title {
        margin-bottom: 0px;
        font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
        font-weight: 700;
        font-size: 25px;
        line-height: 1.318;
        text-transform: capitalize;
        display: block;
        color: var(--zoomvilla-black, #222222);
    }

.cart-page__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 54px;
}

@media (max-width: 1199px) {
    .cart-page__button {
        gap: 25px;
        justify-content: flex-start;
    }
}

.cart-page__button .zoomvilla-btn {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
}

    .cart-page__button .zoomvilla-btn::after {
        display: none;
    }

    .cart-page__button .zoomvilla-btn:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .cart-page__button .zoomvilla-btn:first-child {
        background-color: var(--zoomvilla-black, #222222);
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .cart-page__button .zoomvilla-btn:first-child::before {
            background-color: var(--zoomvilla-base, #D7984E);
        }

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
    position: relative;
}

    .checkout-page .bs-gutter-x-20 {
        --bs-gutter-x: 20px;
    }

.checkout-page__notice {
    max-width: 570px;
    margin: 0 0 20px;
    padding: 13.5px 50px;
    background: #F5F2EF;
    color: var(--zoomvilla-black, #222222);
    font-size: 20px;
    font-family: var(--zoomvilla-heading-font, "Readex Pro", sans-serif);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .checkout-page__notice a {
        color: var(--zoomvilla-base, #D7984E);
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .checkout-page__notice a:hover {
            background-size: 100% 1px;
        }

.checkout-page__billing-address {
    position: relative;
}

.checkout-page__billing-address__title {
    margin: 0 0 20px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .checkout-page__billing-address__title {
        font-size: 25px;
    }
}

.checkout-page__shipping-address {
    position: relative;
}

@media (max-width: 991px) {
    .checkout-page__shipping-address {
        margin: 50px 0 0;
    }
}

.checkout-page__shipping-address__title {
    margin: 0 0 20px;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .checkout-page__shipping-address__title {
        font-size: 25px;
    }
}

.checkout-page__input-box {
    position: relative;
    line-height: 1;
    margin: 0 0 20px;
}

    .checkout-page__input-box input[type=text],
    .checkout-page__input-box input[type=email],
    .checkout-page__input-box input[type=tel],
    .checkout-page__input-box textarea {
        height: 50px;
        width: 100%;
        border: none;
        background-color: #F5F2EF;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        display: block;
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 162.5%;
    }

        .checkout-page__input-box input[type=text]::placeholder,
        .checkout-page__input-box input[type=email]::placeholder,
        .checkout-page__input-box input[type=tel]::placeholder,
        .checkout-page__input-box textarea::placeholder {
            color: var(--zoomvilla-text-gray, #636363);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 162.5%;
        }

.checkout-page__check-box {
    position: relative;
    display: block;
    margin-top: -6px;
}

    .checkout-page__check-box input[type=checkbox] {
        display: none;
    }

    .checkout-page__check-box label {
        position: relative;
        display: inline-block;
        padding-left: 30px;
        margin-right: 0px;
        margin-bottom: 0;
        color: var(--zoomvilla-text, #92918F);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-transform: none;
        cursor: pointer;
    }

        .checkout-page__check-box label span:before {
            position: absolute;
            top: 0;
            left: 5px;
            line-height: 20px;
            display: inline-block;
            color: var(--zoomvilla-white, #FFFFFF);
            font-family: "icomoon" !important;
            content: "\e933";
            font-size: 8px;
            font-weight: 900;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            opacity: 0;
        }

    .checkout-page__check-box input[type=checkbox] + label span {
        position: absolute;
        top: 4px;
        left: 0;
        width: 19px;
        height: 19px;
        background-color: var(--zoomvilla-base, #D7984E);
        border-radius: 50%;
        border: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .checkout-page__check-box input[type=checkbox]:checked + label span:before {
        opacity: 1;
    }

.checkout-page__details {
    margin-top: 25px;
    margin-bottom: 60px;
}

.checkout-page__details__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    text-shadow: 0 0 0.1px currentColor;
    text-transform: capitalize;
}

.checkout-page__details__check-box input[type=checkbox] {
    display: none;
}

.checkout-page__details__check-box label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.5%;
    text-transform: uppercase;
}

    .checkout-page__details__check-box label span {
        position: absolute;
        top: 2px;
        left: 0;
        width: 22px;
        height: 22px;
        background-color: transparent;
        border: 1px solid var(--zoomvilla-border-color, #dddddd);
        border-radius: 50%;
        vertical-align: middle;
        cursor: pointer;
        transition: all 300ms ease;
    }

        .checkout-page__details__check-box label span::before {
            font-family: "Font Awesome 5 Free";
            content: "\f00c";
            color: var(--zoomvilla-black, #222222);
            position: absolute;
            font-size: 12px;
            left: 4px;
            bottom: 2px;
            line-height: normal;
            font-weight: 900;
            visibility: hidden;
            opacity: 0;
            transition: all 0.15s ease-in-out;
        }

.checkout-page__details__check-box input[type=checkbox]:checked + label span:before {
    color: var(--zoomvilla-base, #D7984E);
    visibility: visible;
    opacity: 1;
}

.checkout-page__your-order {
    position: relative;
}

.checkout-page__your-order__title {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 767px) {
    .checkout-page__your-order__title {
        font-size: 28px;
    }
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

    .checkout-page__order-table thead tr th {
        color: var(--zoomvilla-black, #222222);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 235%;
        margin: 0;
        padding: 15.5px 0;
        border: none;
        border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
        border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
        text-transform: uppercase;
    }

        .checkout-page__order-table thead tr th:last-child {
            text-align: right;
        }

    .checkout-page__order-table tbody tr td {
        color: var(--zoomvilla-black, #222222);
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        padding: 0 0 24px;
        text-transform: uppercase;
        border: none;
    }

        .checkout-page__order-table tbody tr td:last-child {
            text-align: right;
        }

    .checkout-page__order-table .pro__price {
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 18px;
        font-weight: 700;
    }

    .checkout-page__order-table tbody tr:first-child td {
        padding-top: 25px;
    }

    .checkout-page__order-table tbody tr:last-child td {
        padding-bottom: 26px;
        padding-top: 26px;
        border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
    }

        .checkout-page__order-table tbody tr:last-child td.pro__price {
            color: var(--zoomvilla-black, #222222);
            font-weight: 700;
        }

.checkout-page__payment {
    background-color: #F5F2EF;
    padding: 40px 45px 17px;
    min-height: 295px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .checkout-page__payment {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .checkout-page__payment {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.checkout-page__payment__item {
    position: relative;
}

.checkout-page__payment__title {
    display: flex;
    font-family: var(--zoomvilla-font, "Saira", sans-serif);
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.5%;
    text-transform: uppercase;
}

    .checkout-page__payment__title::before {
        content: "";
        width: 22px;
        height: 22px;
        background-color: transparent;
        border-radius: 50%;
        margin-right: 10px;
        border: 1px solid var(--zoomvilla-base, #D7984E);
        border-radius: 50%;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 14px;
        position: relative;
        top: 1px;
        transition: all 500ms ease;
    }

    .checkout-page__payment__title img {
        margin-left: 15px;
    }

.checkout-page__payment__item--active .checkout-page__payment__title::before {
    border-color: var(--zoomvilla-base, #D7984E);
    content: "\f111";
    color: var(--zoomvilla-base, #D7984E);
}

.checkout-page__payment__content {
    margin-left: 35px;
    margin-bottom: 35px;
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.checkout-page .checkout-page__payment__btn a {
    border-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

    .checkout-page .checkout-page__payment__btn a::after {
        display: none;
    }

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details__image {
    position: relative;
    margin-bottom: 65px;
}

    .blog-details__image img {
        object-fit: cover;
        width: 100%;
    }

.blog-details .blog-list-card__meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-details .blog-list-card__user {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .blog-details .blog-list-card__user .user img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
        border: 2px solid var(--zoomvilla-base, #D7984E);
    }

    .blog-details .blog-list-card__user .blog-list-card__user__name {
        color: var(--zoomvilla-text-gray, #636363);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

        .blog-details .blog-list-card__user .blog-list-card__user__name:hover {
            color: var(--zoomvilla-base, #D7984E);
        }

.blog-details__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.182%;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.blog-details__text {
    margin: 0;
}

    .blog-details__text + .blog-details__text {
        margin-top: 11px;
    }

.blog-details__post {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid var(--zoomvilla-border-color, #dddddd);
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details__tags__title {
    color: var(--zoomvilla-black, #222222);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.blog-details__tags .sidebar__tags a {
    color: var(--zoomvilla-text-gray, #636363);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 30px;
    background-color: #F5F2EF;
}

    .blog-details__tags .sidebar__tags a:hover {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
    }

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    position: relative;
    z-index: 1;
    padding: 80px 0px 80px;
}

.funfact-one__item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 40px 20px 35px;
    background-color: #F6F7F8;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.funfact-one__item__icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f58635;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
    font-size: 50px;
    color: var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 1199px) and (min-width: 991px) {
    .funfact-one__item__icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
}

.funfact-one__item .funfact-one__count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 0 0 10px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .funfact-one__item .funfact-one__count {
        font-size: 30px;
    }
}

.funfact-one__item .funfact-one__funfact__text {
    color: #636363;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.funfact-one__item__shape {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 10px;
}

    .funfact-one__item__shape::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        width: 57px;
        height: 57px;
        background-color: #050655;
        z-index: -1;
        transition: all 0.5s ease-in-out;
    }

    .funfact-one__item__shape::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
        transform: translate(-100%, -100%);
        height: 100%;
        background-color: #f58635;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }

.funfact-one__item:hover {
    background-color: var(--zoomvilla-black, #222222);
}

    .funfact-one__item:hover .funfact-one__item__icon {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
    }

    .funfact-one__item:hover .funfact-one__item__shape::after {
        transform: translate(0, 0);
    }

    .funfact-one__item:hover .funfact-one__funfact__text,
    .funfact-one__item:hover .funfact-one__count {
        color: var(--zoomvilla-white, #FFFFFF);
    }

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
/*******
 * Faqs One
*******/
.apartment-two {
    position: relative;
    z-index: 1;
    background-color: #F6F7F8;
}

.apartment-two__inner {
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 30px;
    padding: 18px 18px;
}

.apartment-two__thumb img {
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}

.apartment-two__content {
    position: relative;
    counter-reset: FAQ;
    z-index: 1;
}

    .apartment-two__content .accordion {
        border-radius: 30px;
        background-color: var(--zoomvilla-black, #222222);
    }

        .apartment-two__content .accordion + .accordion {
            margin-top: 30px;
        }

    .apartment-two__content .accordion-title {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        border-radius: 30px;
        padding-right: 7px;
        background: #F6F7F8;
    }

    .apartment-two__content .accordion-title__number {
        cursor: pointer;
        width: 62px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: var(--zoomvilla-base, #D7984E);
        border: 1px solid var(--zoomvilla-base, #D7984E);
        border-radius: 30px 0px 0px 30px;
        transition: all 500ms ease;
    }

@media (max-width: 375px) {
    .apartment-two__content .accordion-title__number {
        display: none;
    }
}

.apartment-two__content .accordion-title__number::after {
    content: "0" counter(FAQ) ".";
    counter-increment: FAQ;
    transition: all 500ms ease;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.apartment-two__content .accordion-title h4 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--zoomvilla-black, #222222);
    transition: all 500ms ease;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 430px) {
    .apartment-two__content .accordion-title h4 {
        font-size: 16px;
        padding-left: 0px;
    }
}

@media (max-width: 375px) {
    .apartment-two__content .accordion-title h4 {
        padding-left: 10px;
    }
}

.apartment-two__content .accordion-title__icon {
    max-width: 48px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    transform: rotateX(-190deg);
    transition: all 500ms ease;
    color: var(--zoomvilla-base, #D7984E);
}

.apartment-two__content .active .accordion-title__number {
    background-color: var(--zoomvilla-black, #222222);
    border-color: var(--zoomvilla-white, #FFFFFF);
}

.apartment-two__content .active .accordion-title {
    background-color: var(--zoomvilla-base, #D7984E);
}

    .apartment-two__content .active .accordion-title h4 {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.apartment-two__content .active .accordion-title__icon {
    transform: rotateX(0);
}

.apartment-two__content .accordion-content {
    padding: 13px 27px 30px 40px;
}

@media (max-width: 425px) {
    .apartment-two__content .accordion-content {
        padding: 13px 18px 20px 20px;
    }
}

.apartment-two__content .accordion-content p {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.apartment-two__content .accordion-content .accordion-list {
    margin: 0;
    display: flex;
    align-items: center;
    max-width: 290px;
    border-top: 1px solid #78797C;
    padding-top: 10px;
}

.apartment-two__content .accordion-content .accordion-list__item {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 375px) {
    .apartment-two__content .accordion-content .accordion-list__item {
        font-size: 12px;
    }
}

.apartment-two__content .accordion-content .accordion-list li + li {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #78797C;
}

/*******
 * Faqs Two
*******/
.faq-page {
    position: relative;
    z-index: 1;
}

    .faq-page .sec-title {
        margin-bottom: 18px;
    }

.faq-page__text {
    margin-bottom: 30px;
}

.faq-page__feature {
    position: relative;
    z-index: 1;
}

.faq-page__feature__thumb {
    border: 2px solid var(--zoomvilla-base, #D7984E);
    padding: 15px;
}

    .faq-page__feature__thumb img {
        object-fit: cover;
        width: 100%;
    }

.faq-page__feature__content {
    padding: 18px 20px 18px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: 5px;
    right: 14px;
    z-index: 1;
}

.faq-page__feature__title {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    text-transform: capitalize;
}

.faq-page__feature__list {
    margin: 0;
}

    .faq-page__feature__list li {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 162.5%;
        text-transform: capitalize;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .faq-page__feature__list li span {
            transition: all 0.4s ease-in-out;
            color: inherit;
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
        }

            .faq-page__feature__list li span:hover {
                background-size: 100% 1px;
            }

        .faq-page__feature__list li i {
            transition: all 0.4s ease-in-out;
        }

        .faq-page__feature__list li:hover i,
        .faq-page__feature__list li:hover span {
            color: var(--zoomvilla-base, #D7984E);
        }

        .faq-page__feature__list li + li {
            margin-top: 6px;
        }

.faq-accordion--two .accordion-title h4 {
    text-transform: capitalize;
    position: relative;
}

.faq-accordion--two .accordion-title__number {
    border: 5px solid #F6F7F8;
    position: relative;
    width: 55px;
    border-right: none;
}

    .faq-accordion--two .accordion-title__number::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -13px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 13px;
        height: 15px;
        background-color: var(--zoomvilla-black3, #1E1F24);
    }

.faq-accordion--two .active {
    border-radius: 30px 30px 10px 10px;
}

.faq-accordion--two .apartment-two__content .active .accordion-title__number {
    border-color: var(--zoomvilla-base, #D7984E);
    background-color: var(--zoomvilla-white, #FFFFFF);
}

    .faq-accordion--two .apartment-two__content .active .accordion-title__number::after {
        color: var(--zoomvilla-base, #D7984E);
    }

    .faq-accordion--two .apartment-two__content .active .accordion-title__number::before {
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

.faq-accordion--two .apartment-two__content .accordion-content {
    padding: 17px 15px 30px 20px;
}

.faq-accordion--two .inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .faq-accordion--two .inner p {
        margin: 0;
    }

        .faq-accordion--two .inner p span {
            text-transform: uppercase;
            color: var(--zoomvilla-base, #D7984E);
        }

.faq-accordion--two .accordion-content__image img {
    border-radius: 10px;
    border: 2px solid var(--zoomvilla-white, #FFFFFF);
}

.cta-three {
    position: relative;
}

.cta-three__inner {
    position: relative;
    z-index: 1;
    margin-top: -70px;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    background: var(--zoomvilla-black4, #000000);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .cta-three__inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
}

.cta-three__inner:hover .cta-three__icon {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .cta-three__inner:hover .cta-three__icon::before, .cta-three__inner:hover .cta-three__icon::after {
        content: "";
        width: 50%;
        height: 100%;
        background-color: var(--zoomvilla-base, #D7984E);
        position: absolute;
        left: 0px;
        top: 0px;
        transform: rotate(0deg);
    }

    .cta-three__inner:hover .cta-three__icon::after {
        top: auto;
        left: auto;
        right: 0px;
        bottom: 0px;
    }

.cta-three__content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 75%;
}

@media (max-width: 991px) {
    .cta-three__content {
        width: 100%;
        flex: 100%;
    }
}

@media (max-width: 575px) {
    .cta-three__content {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
}

.cta-three__icon {
    max-width: 76px;
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 8px;
    font-size: 42px;
    color: var(--zoomvilla-base, #D7984E);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    .cta-three__icon::before, .cta-three__icon::after {
        content: "";
        width: 40%;
        height: 100%;
        background-color: var(--zoomvilla-base, #D7984E);
        position: absolute;
        left: -15px;
        top: -35px;
        transform: rotate(45deg);
        transition: all 0.4s ease-in-out;
        z-index: -1;
    }

    .cta-three__icon::after {
        top: auto;
        left: auto;
        right: -15px;
        bottom: -35px;
    }

.cta-three__content__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 181.818%;
    text-transform: capitalize;
    margin: 0;
}

.cta-three__content__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cta-three__btn a {
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 8px 25px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%;
    text-transform: capitalize;
    border-radius: 100px;
}

    .cta-three__btn a i {
        color: var(--zoomvilla-base, #D7984E);
    }

    .cta-three__btn a:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

        .cta-three__btn a:hover i {
            color: var(--zoomvilla-white, #FFFFFF);
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.instagram-one {
    position: relative;
    z-index: 1;
}

.instagram-one__item {
    overflow: hidden;
    position: relative;
}

    .instagram-one__item img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.instagram-one__item__icon a {
    font-size: 40px;
    color: var(--zoomvilla-white, #FFFFFF);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.instagram-one__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.9);
    z-index: 1;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
}

.instagram-one__item:hover::before {
    transform: translateX(0%);
}

.instagram-one__item:hover img {
    transform: scale(1.1);
}

.instagram-one__item:hover .instagram-one__item__icon a {
    opacity: 1;
}

.instagram-one__inner {
    position: relative;
    z-index: 1;
}

.feature-two {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

@media (max-width: 991px) {
    .feature-two {
        padding: 80px 0;
    }
}

.feature-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shapes/feature-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.feature-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -1;
}

.feature-two__item {
    position: relative;
    border-radius: 100px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    z-index: 1;
}

.feature-two__item__content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.feature-two__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--zoomvilla-black4, #000000);
    z-index: -2;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
}

.feature-two__item__icon {
    margin: 12px 0 12px 12px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F7F8;
    font-size: 34px;
    color: var(--zoomvilla-base, #D7984E);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
    .feature-two__item__icon {
        width: 60px;
        height: 60px;
    }
}

.feature-two__item__title {
    color: var(--zoomvilla-black4, #000000);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
    .feature-two__item__title {
        font-size: 18px;
    }
}

.feature-two__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .feature-two__item__title a:hover {
        background-size: 100% 1px;
    }

.feature-two__item__image img {
    border-radius: 0 100px 100px 0;
    border: 7px solid var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 575px) {
    .feature-two__item__image img {
        object-fit: cover;
        height: 96px;
        width: 100%;
    }
}

.feature-two__item__shape {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(0%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.feature-two__item:hover::after {
    transform: translateX(0%);
}

.feature-two__item:hover .feature-two__item__icon {
    background-color: var(--zoomvilla-base, #D7984E);
    animation: wobble-horizontal-hover 1s ease-in-out 1;
    color: var(--zoomvilla-white, #FFFFFF);
}

.feature-two__item:hover .feature-two__item__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.feature-two__item:hover .feature-two__item__shape {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

.feature-three {
    position: relative;
    border-top: 1px solid #444549;
}

@media (max-width: 991px) {
    .feature-three {
        border-top: none;
    }
}

.feature-three__item {
    border: 1px solid #444549;
    border-top: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

@media (max-width: 991px) {
    .feature-three__item {
        border-top: 1px solid #444549;
    }
}

.feature-three__item__inner {
    padding: 50px 20px 54px;
}

.feature-three__item__btn {
    text-align: center;
}

    .feature-three__item__btn a {
        display: flex;
        gap: 4px;
        padding-top: 12px;
        padding-bottom: 12px;
        align-items: center;
        justify-content: center;
        color: var(--zoomvilla-white, #FFFFFF);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 175%;
        margin: 0;
        background-color: #363636;
        transition: all 0.4s ease-in-out;
    }

        .feature-three__item__btn a:hover {
            background-color: var(--zoomvilla-white, #FFFFFF);
            color: var(--zoomvilla-base, #D7984E);
        }

.feature-three__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shapes/feature-3-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--zoomvilla-base, #D7984E);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: translateY(100%);
}

.feature-three__item:hover::after {
    transform: translateY(0%);
}

.feature-three__item:hover .feature-three__icon {
    color: var(--zoomvilla-white, #FFFFFF);
}

    .feature-three__item:hover .feature-three__icon i {
        animation: wobble-horizontal-hover 1s ease-in-out 1;
    }

.feature-three__icon {
    text-align: center;
    font-size: 70px;
    color: var(--zoomvilla-base, #D7984E);
    line-height: 0;
    margin-bottom: 18px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .feature-three__icon {
        font-size: 50px;
    }
}

.feature-three__icon i {
    display: block;
}

.feature-three__title {
    color: var(--zoomvilla-white, #FFFFFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .feature-three__title {
        font-size: 18px;
    }
}

.feature-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .feature-three__title a:hover {
        background-size: 100% 1px;
    }

    .feature-three__title a:hover {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.feature-three__text {
    margin: 0;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
.room-one {
    position: relative;
    z-index: 1;
    background-color: #F2F3F5;
}

.room-one__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 0;
}

    .room-one__list li {
        border-radius: 5px;
        background: var(--zoomvilla-white, #FFFFFF);
        padding: 26px 10px 27px 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        color: var(--zoomvilla-black4, #000000);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

@media (max-width: 1199px) and (min-width: 992px) {
    .room-one__list li {
        font-size: 18px;
    }
}

.room-one__list li span {
    display: block;
}

.room-one__list li i {
    font-size: 45px;
    color: var(--zoomvilla-base, #D7984E);
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid var(--zoomvilla-border-color, #dddddd);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .room-one__list li i {
        font-size: 25px;
    }
}

.room-one__list li + li {
    margin-top: 30px;
}

.room-one__list__item {
    position: relative;
    z-index: 1;
}

.room-one__list__item__shape {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    overflow: hidden;
    z-index: -1;
}

    .room-one__list__item__shape::after {
        content: "";
        position: absolute;
        top: 9px;
        right: 0px;
        width: 30px;
        height: 100%;
        background-color: #0506550d;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.000000 78.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,78.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M352 1515 c-79 -71 -332 -642 -332 -750 0 -96 268 -690 334 -740 54 -41 143 -30 197 24 l49 49 0 682 0 682 -49 49 c-61 61 -134 63 -199 4z"/> </g> </svg>');
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.000000 78.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,78.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M352 1515 c-79 -71 -332 -642 -332 -750 0 -96 268 -690 334 -740 54 -41 143 -30 197 24 l49 49 0 682 0 682 -49 49 c-61 61 -134 63 -199 4z"/> </g> </svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: top center;
        mask-position: top center;
        -webkit-mask-size: auto;
        mask-size: auto;
    }

    .room-one__list__item__shape::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        z-index: -1;
        background-color: #f58635;
        transition: all 0.4s ease-in-out;
        transform: translateX(100%);
    }

.room-one__list__item.active-btn, .room-one__list__item:hover {
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: #050655;
}

    .room-one__list__item.active-btn i, .room-one__list__item:hover i {
        color: var(--zoomvilla-white, #FFFFFF);
        border-color: var(--zoomvilla-white, #FFFFFF);
    }

    .room-one__list__item.active-btn .room-one__list__item__shape::before, .room-one__list__item:hover .room-one__list__item__shape::before {
        transform: translateX(0);
    }

.room-one__content {
    position: relative;
    z-index: 1;
}

    .room-one__content img {
        object-fit: cover;
        width: 100%;
    }

.room-one__content__title {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding-left: 20px;
    border-left: 3px solid var(--zoomvilla-base, #D7984E);
}

.property-plans {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .property-plans--two .property-plans__image {
        margin-left: 0;
        margin-right: -45px;
    }
}

.property-plans__image {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .property-plans__image {
        margin-left: -45px;
    }
}

.property-plans__image img {
    width: 100%;
    object-fit: cover;
}

.property-plans__content .sec-title {
    margin-bottom: 30px;
}

.property-plans__list {
    margin-bottom: 40px;
    padding: 0;
    border: 1px solid #DDD;
    background: rgba(221, 221, 221, 0);
}

.property-plans__list__item {
    color: var(--zoomvilla-black2, #333333);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 204.545%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .property-plans__list__item span {
        padding: 3px 30px;
        flex: 50%;
        width: 50%;
    }

        .property-plans__list__item span:last-child {
            text-align: right;
            border-left: 1px solid #DDD;
        }

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .property-plans__list__item {
        font-size: 18px;
    }
}

.property-plans__list__item + .property-plans__list__item {
    border-top: 1px solid #DDD;
}

.property-plans__btn {
    display: flex;
    align-items: center;
    gap: 45px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
    .property-plans__btn {
        flex-direction: column;
        gap: 20px;
        justify-content: start;
        align-items: start;
    }
}

.property-plans__btn__download {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: var(--zoomvilla-black4, #000000);
    border-radius: 100px;
    padding: 8px 30px 8px 10px;
    gap: 16px;
}

.property-plans__btn__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--zoomvilla-white, #FFFFFF) i;
    background-color: var(--zoomvilla-white, #FFFFFF);
    background-font-size: 25px;
}

.property-plans__btn__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    margin: 0;
}

.property-plans__btn__content a {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.process-plan {
    position: relative;
}

.process-plan__list {
    margin-bottom: 40px;
    padding: 0;
    border: 1px solid #DDD;
    background: rgba(221, 221, 221, 0);
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .process-plan__list {
        margin-bottom: 20px;
    }
}

.process-plan__list__item {
    color: var(--zoomvilla-black2, #333333);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 204.545%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .process-plan__list__item {
        font-size: 16px;
    }
}

.process-plan__list__item:nth-child(odd) {
    background-color: #DDD;
}

.process-plan__list__item span {
    padding: 3px 30px;
    flex: 50%;
    width: 50%;
}

    .process-plan__list__item span:last-child {
        text-align: right;
        border-left: 1px solid #DDD;
    }

.process-plan__list__item + .process-plan__list__item {
    border-top: 1px solid #DDD;
}

.process-plan__btn {
    display: inline-flex;
    align-items: center;
    gap: 45px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
    .process-plan__btn {
        flex-direction: column;
        gap: 20px;
        justify-content: start;
        align-items: start;
    }
}

.process-plan__btn__download {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    background-color: var(--zoomvilla-black4, #000000);
    border-radius: 100px;
    padding: 8px 30px 8px 10px;
    gap: 16px;
}

.process-plan__btn__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--zoomvilla-white, #FFFFFF) i;
    background-color: var(--zoomvilla-white, #FFFFFF);
    background-font-size: 25px;
}

.process-plan__btn__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    margin: 0;
}

.process-plan__btn__content a {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.process-plan__text {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

    .process-plan__text a {
        color: var(--zoomvilla-base, #D7984E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
    }

    .process-plan__text + .process-plan__text {
        margin-top: 16px;
    }

    .process-plan__text + .process-plan__btn__download {
        margin-top: 50px;
    }

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .process-plan__text + .process-plan__btn__download {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .process-plan .process-plan__thumb {
        text-align: center;
    }

        .process-plan .process-plan__thumb img {
            object-fit: cover;
            width: 100%;
        }
}

.process-plan .process-plan__text--two {
    display: flex;
    align-items: center;
}

    .process-plan .process-plan__text--two + .process-plan__text {
        margin-top: 0;
    }

.process-plan .process-plan__big-text {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Skill
--------------------------------------------------------------*/
.skill-five {
    position: relative;
    z-index: 1;
}

.skill-five__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

@media (max-width: 991px) {
    .skill-five__bg {
        width: 100%;
    }
}

.skill-five__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.9);
    z-index: -1;
}

.skill-five::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-image: url(../images/shapes/klipartz.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--zoomvilla-base, #D7984E);
    border-right: 10px solid var(--zoomvilla-white, #FFFFFF);
    z-index: -1;
}

@media (max-width: 991px) {
    .skill-five::after {
        display: none;
    }
}

.skill-five .sec-title {
    margin-bottom: 18px;
}

    .skill-five .sec-title .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.skill-five__top__text {
    color: var(--zoomvilla-white, #FFFFFF);
}

.skill-five__feature {
    border: 1px solid #898989;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .skill-five__feature {
        flex-wrap: wrap;
    }
}

.skill-five__feature__item {
    flex: 33%;
    width: 33%;
    padding: 30px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .skill-five__feature__item {
        flex: 50%;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .skill-five__feature__item {
        flex: 100%;
        width: 100%;
    }
}

.skill-five__feature__item + .skill-five__feature__item {
    border-left: 1px solid #898989;
}

@media (max-width: 575px) {
    .skill-five__feature__item + .skill-five__feature__item {
        border-left: none;
    }
}

.skill-five__funfact {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.skill-five__count-bar {
    max-width: 108px;
    width: 100%;
    height: 108px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .skill-five__count-bar .circle-progress {
        position: absolute;
        top: 0;
        left: 0;
    }

.skill-five__funfact-text {
    text-align: center;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.skill-five__feature {
    margin-bottom: 25px;
}

.skill-five__mark-text {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

    .skill-five__mark-text i {
        color: var(--zoomvilla-base, #D7984E);
    }

.skill-five__left {
    position: relative;
    z-index: 1;
    margin-right: 45px;
    margin-left: -75px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 20px 12px 80px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .skill-five__left {
        margin-right: 0;
        margin-left: 0;
    }
}

.skill-five__left img {
    object-fit: cover;
    width: 100%;
}

.skill-five__happy-client {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 200px;
    background: #D7984E;
    padding: 18px 30px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 40px;
    right: 40px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 575px) {
    .skill-five__happy-client {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }
}

.skill-five__happy-client__thumb {
    display: flex;
    align-items: center;
}

.skill-five__happy-client__thumb__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--zoomvilla-white, #FFFFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .skill-five__happy-client__thumb__item img {
        object-fit: cover;
        width: 100%;
    }

    .skill-five__happy-client__thumb__item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--zoomvilla-white, #FFFFFF);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .skill-five__happy-client__thumb__item:hover a {
        visibility: visible;
        opacity: 1;
    }

    .skill-five__happy-client__thumb__item + .skill-five__happy-client__thumb__item {
        margin-left: -20px;
    }

.skill-five__happy-client__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    margin-bottom: 5px;
    color: var(--zoomvilla-white, #FFFFFF);
}

.skill-five__happy-client__star {
    display: flex;
    align-items: center;
}

    .skill-five__happy-client__star i {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
    }

    .skill-five__happy-client__star span {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%;
        margin: 0;
        display: block;
    }

.skill-five__shape {
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 80px;
    color: #D7984E;
    right: 20px;
    transform: rotate(-180deg);
    position: absolute;
    writing-mode: vertical-rl;
}

@media (max-width: 1199px) {
    .skill-five__shape {
        display: none;
    }
}

.skill-five__shape span {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
    position: relative;
    padding-top: 301px;
    padding-bottom: 93px;
    background-color: var(--zoomvilla-black2, #333333);
}

@media (max-width: 991px) {
    .slide-text {
        padding-top: 278px;
        padding-bottom: 70px;
    }
}

.slide-text__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.3;
}

.slide-text__wrapper {
    position: relative;
    z-index: 1;
}

.slide-text__scroll {
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    min-width: 100%;
    height: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 56px;
    margin: 0px;
    font-size: 50px;
    font-weight: 700;
    color: var(--zoomvilla-white, #FFFFFF);
    text-transform: uppercase;
    line-height: 1.32;
    -webkit-animation: scrollRightToLeft 20s linear infinite;
    -moz-animation: scrollRightToLeft 20s linear infinite;
    animation: scrollRightToLeft 20s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 991px) {
    .slide-text__scroll {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .slide-text__scroll {
        gap: 45px;
        font-size: 40px;
    }
}

.slide-text__scroll:hover {
    animation-play-state: paused;
}

.slide-text__scroll__stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--zoomvilla-white, #FFFFFF);
}

@keyframes scrollRightToLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-webkit-calc(-250px* 7));
        -moz-transform: translateX(-moz-calc(-250px* 7));
        transform: translateX(-1750px);
    }
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Profit Graph
--------------------------------------------------------------*/
.apartment-details-one {
    position: relative;
}

.apartment-details-one__list-box {
    background-color: var(--zoomvilla-base, #D7984E);
}

.apartment-details-one__img {
    margin-bottom: 10px;
}

    .apartment-details-one__img img {
        object-fit: cover;
        width: 100%;
    }

.apartment-details-one__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 60px;
}

@media (max-width: 991px) {
    .apartment-details-one__list {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .apartment-details-one__list {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: start;
    }
}

.apartment-details-one__list-box + .apartment-details-one__content-box {
    margin-top: 50px;
}

.apartment-details-one__list-content {
    text-align: center;
}

    .apartment-details-one__list-content h3 {
        font-size: 40px;
        font-weight: 500;
        color: var(--zoomvilla-white, #FFFFFF);
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .apartment-details-one__list-content h3 {
        font-size: 30px;
    }
}

.apartment-details-one__list-content h3 sup {
    position: relative;
    font-size: 16px;
    top: -16px;
    left: -10px;
}

.apartment-details-one__list-content h5 {
    font-size: 16px;
    color: var(--zoomvilla-white, #FFFFFF);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.apartment-details-one__content-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.apartment-details-one__points li {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .apartment-details-one__points li .icon {
        color: var(--zoomvilla-black3, #1E1F24);
        font-size: 18px;
        font-style: normal;
        line-height: 1;
    }

    .apartment-details-one__points li p {
        color: var(--zoomvilla-black3, #1E1F24);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
    }

    .apartment-details-one__points li + li {
        margin-top: 10px;
    }

.apartment-details-banner {
    position: relative;
    z-index: 1;
    background-color: rgba(var(--zoomvilla-gray-rgb, 199, 199, 199), 0.5);
}

.apartment-details-banner__content .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--zoomvilla-base, #D7984E);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    margin-bottom: 10px;
}

.apartment-details-banner__content .section-title__title {
    font-size: 80px;
    line-height: 100%;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .apartment-details-banner__content .section-title__title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .apartment-details-banner__content .section-title__title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .apartment-details-banner .apartment-details-banner__thumb img {
        object-fit: cover;
        width: 100%;
    }
}

.apartment-details-banner__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.apartment-details-description {
    position: relative;
}

    .apartment-details-description .apartment-details-description__one {
        font-size: 20px;
        color: var(--zoomvilla-black3, #1E1F24);
        margin: 0;
    }

    .apartment-details-description .apartment-details-description__two {
        margin: 0;
    }

    .apartment-details-description .apartment-details-description__one + .apartment-details-description__two {
        margin-top: 20px;
    }

    .apartment-details-description .apartment-details-description__two + .apartment-details-description__three {
        margin-top: 15px;
    }

    .apartment-details-description p {
        margin: 0;
    }

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    position: relative;
    z-index: 1;
}

.error-404__content {
    text-align: center;
}

.error-404__image {
    text-align: center;
    margin-bottom: 5px;
    animation: messageMove 3s ease-in-out infinite;
}

@media (max-width: 991px) {
    .error-404__image img {
        object-fit: cover;
        width: 100%;
    }
}

.error-404__title {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.524%;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .error-404__title {
        font-size: 30px;
    }
}

.error-404__text {
    color: var(--zoomvilla-text-gray, #636363);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    margin-bottom: 30px;
}

.error-404__btns {
    text-align: center;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
    position: relative;
}

    body.boxed-wrapper .page-wrapper {
        max-width: 1630px;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--zoomvilla-white, #FFFFFF);
        box-shadow: 0px 0px 100px 0px rgba(var(--zoomvilla-black3-rgb, 30, 31, 36), 0.08);
    }

/*--------------------------------------------------------------
# Mix Section
--------------------------------------------------------------*/
/*******
 * Catagory Area
*******/
.catagory-area {
    counter-reset: section;
    background: #050655;
    padding: 80px 0px 80px;
}

    .catagory-area .catagory-item {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        border-radius: 600px;
        background: #F2F3F5;
        padding: 25px;
        z-index: 1;
        transition: all 0.4s ease-in-out;
    }

    .catagory-area .catagory-item__icon {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
        font-size: 36px;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 768px) and (min-width: 576px) {
    .catagory-area .catagory-item__icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}

.catagory-area .catagory-item__title {
    color: var(--zoomvilla-black3, #1E1F24);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) and (min-width: 576px) {
    .catagory-area .catagory-item__title {
        font-size: 17px;
    }
}

.catagory-area .catagory-item__shape {
    position: absolute;
    overflow: hidden;
    border-radius: 600px;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-color: #ee323700;
    z-index: -1;
    border: 1px solid #f58635;
}

    .catagory-area .catagory-item__shape::before {
        content: "";
        position: absolute;
        width: 53px;
        height: 100%;
        background-color: #f58635;
        left: 0;
        z-index: -1;
        top: 0;
        transition: all 0.4s ease-in-out;
    }

.catagory-area .catagory-item__number::before {
    counter-increment: section;
    content: "0" counter(section);
    color: var(--zoomvilla-base, #D7984E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.catagory-area .catagory-item:hover {
    background-color: #ffffff;
}

    .catagory-area .catagory-item:hover .catagory-item__icon {
        animation: wobble-horizontal-hover 1s ease-in-out 1;
    }

    .catagory-area .catagory-item:hover .catagory-item__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .catagory-area .catagory-item:hover .catagory-item__shape::before {
        width: 100%;
    }

    .catagory-area .catagory-item:hover .catagory-item__number::before {
        color: var(--zoomvilla-white, #FFFFFF);
    }

/*******
 * City House
*******/
.city-house {
    position: relative;
}

.city-house__top {
    padding-bottom: 35px;
}

    .city-house__top .sec-title {
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
    }

@media (min-width: 1745px) {
    .city-house .container-fluid {
        max-width: 1715px;
        margin-left: auto;
        margin-right: auto;
    }
}

.city-house .city-house__card {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.city-house .city-house__card__image {
    position: relative;
}

    .city-house .city-house__card__image img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

    .city-house .city-house__card__image::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(30, 31, 36, 0.8);
        left: 0;
        top: 0;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%);
    }

.city-house .city-house__card__content {
    padding: 0px 38px 27px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(30, 31, 36, 0.4);
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1550px) {
    .city-house .city-house__card__content {
        padding: 0px 15px 20px;
    }
}

.city-house .city-house__card__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shapes/shape-city-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.9;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.city-house .city-house__card__number {
    margin-top: -50px;
    width: 54px;
    height: 50.091px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f58635;
    border: 2px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 20px;
    font-style: normal;
    position: relative;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
    z-index: -2;
}

.city-house .city-house__card__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 17px;
    color: var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 768px) and (min-width: 575px) {
    .city-house .city-house__card__title {
        font-size: 17px;
    }
}

.city-house .city-house__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .city-house .city-house__card__title a:hover {
        background-size: 100% 1px;
    }

    .city-house .city-house__card__title a:hover {
        color: var(--zoomvilla-black, #222222);
    }

.city-house .city-house__card__list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

    .city-house .city-house__card__list li {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 9px;
    }

@media (max-width: 768px) and (min-width: 575px), (max-width: 400px) {
    .city-house .city-house__card__list li {
        font-size: 12px;
    }
}

.city-house .city-house__card__list li i,
.city-house .city-house__card__list li span {
    line-height: normal;
}

.city-house .city-house__card__list li + li {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 1080px) and (min-width: 992px) {
    .city-house .city-house__card__list li + li {
        margin-left: 8px;
        padding-left: 8px;
    }
}

.city-house .city-house__card__hover {
    height: 157px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f58635;
    clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

    .city-house .city-house__card__hover::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/shapes/shape-city-1-2.png);
        background-position: top right;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 0.1;
    }

.city-house .city-house__card__popup a {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}

.city-house .city-house__card:hover .city-house__card__content {
    background-color: transparent;
}

    .city-house .city-house__card:hover .city-house__card__content::after {
        visibility: hidden;
        opacity: 0;
    }

.city-house .city-house__card:hover .city-house__card__hover {
    transform: translateY(0%);
}

.city-house .city-house__card:hover .city-house__card__number {
    border-color: var(--zoomvilla-base, #D7984E);
    background-color: var(--zoomvilla-white, #FFFFFF);
    color: var(--zoomvilla-base, #D7984E);
}

.city-house .city-house__card:hover .city-house__card__popup a {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.city-house .city-house__card:hover .city-house__card__image img {
    transform: scale(1.1);
}

.city-house .city-house__card:hover .city-house__card__image::after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
}

.city-house__custome-navs {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

@media (max-width: 991px) {
    .city-house__custome-navs {
        justify-content: start;
    }
}

.city-house__custome-navs button {
    outline: none;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--zoomvilla-black2, #333333);
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 50%;
    border: 1px solid #1E1F24;
    transition: all 400ms ease;
}

    .city-house__custome-navs button.owl-prev {
        transform: rotateY(180deg);
    }

    .city-house__custome-navs button:hover {
        color: var(--zoomvilla-white, #FFFFFF);
        background-color: var(--zoomvilla-base, #D7984E);
        border-color: var(--zoomvilla-base, #D7984E);
    }

/*******
 * Apartment One
*******/
.apartment-one {
    position: relative;
    z-index: 1;
}

    .apartment-one::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 549px;
        background-color: var(--zoomvilla-black5, #1E1F24);
        z-index: -2;
    }

    .apartment-one::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 549px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-image: url(../images/shapes/aperment-1-1.png);
        z-index: -1;
    }

    .apartment-one .sec-title .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

.apartment-card {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-white, #FFFFFF);
    height: 100%;
    filter: drop-shadow(0px 1px 6.7px rgba(0, 0, 0, 0.13));
}

    .apartment-card:hover .apartment-card__popup a {
        visibility: visible;
        opacity: 1;
    }

    .apartment-card:hover .apartment-card__image img {
        transform: scale(1.1);
    }

    .apartment-card:hover .apartment-card__top {
        border-color: var(--zoomvilla-white, #FFFFFF);
    }

    .apartment-card:hover .apartment-card__title,
    .apartment-card:hover .apartment-card__description {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .apartment-card:hover .apartment-card__list {
        background-color: var(--zoomvilla-black, #222222);
    }

        .apartment-card:hover .apartment-card__list li {
            color: var(--zoomvilla-white, #FFFFFF);
        }

    .apartment-card:hover .apartment-card__content::after {
        transform: translateY(0%);
    }

    .apartment-card:hover .apartment-card__heart {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-base, #D7984E);
    }

    .apartment-card:hover .zoomvilla-btn {
        background-color: var(--zoomvilla-white, #FFFFFF);
        color: var(--zoomvilla-black, #222222);
    }

.apartment-card__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .apartment-card__image img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
    }

.apartment-card__content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 400px) {
    .apartment-card__content {
        padding: 25px 15px;
    }
}

.apartment-card__content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f58635;
    z-index: -1;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}

.apartment-card__top {
    padding-left: 12px;
    border-left: 2px solid var(--zoomvilla-base, #D7984E);
    margin-bottom: 24px;
    transition: all 0.4s ease-in-out;
}

.apartment-card__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .apartment-card__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .apartment-card__title a:hover {
            background-size: 100% 1px;
        }

        .apartment-card__title a:hover {
            color: var(--zoomvilla-black, #222222);
        }

.apartment-card__description {
    line-height: 30px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.apartment-card__list {
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #DDD;
    background-color: transparent;
    padding: 11px 20px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 400px) {
    .apartment-card__list {
        padding: 8px 15px;
        margin-bottom: 20px;
    }
}

.apartment-card__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--zoomvilla-black2, #333333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

    .apartment-card__list li i {
        font-size: 17px;
    }

@media (max-width: 1199px) and (min-width: 575px), (max-width: 400px) {
    .apartment-card__list li {
        font-size: 12px;
    }
}

.apartment-card__list li + li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #DDD;
}

.apartment-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apartment-card__heart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-base, #D7984E);
    color: var(--zoomvilla-white, #FFFFFF);
}

    .apartment-card__heart:hover {
        background-color: var(--zoomvilla-black, #222222);
    }

.apartment-card__popup a {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--zoomvilla-white, #FFFFFF);
    background-color: var(--zoomvilla-base, #D7984E);
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.apartment-card .zoomvilla-btn {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 100px;
    background-color: var(--zoomvilla-black, #222222);
}

@media (max-width: 1199px) and (min-width: 767px), (max-width: 400px) {
    .apartment-card .zoomvilla-btn {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.apartment-card .zoomvilla-btn::after {
    display: none;
}

.apartment-card .zoomvilla-btn::before {
    background-color: var(--zoomvilla-black, #222222);
}

.apartment-card .zoomvilla-btn:hover {
    color: var(--zoomvilla-white, #FFFFFF);
}

/*******
 * Apartment Four
*******/
.apartment-four {
    position: relative;
}

.apartment-four__top {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .apartment-four__top {
        padding-bottom: 45px;
    }
}

.apartment-four__top__text {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .apartment-four__top__text {
        margin-left: -20px;
    }
}

.apartment-four__top .sec-title {
    margin-bottom: 0;
}

.apartment-four__item {
    position: relative;
}

.apartment-four__item__thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .apartment-four__item__thumb img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
        transform: scale(1);
    }

    .apartment-four__item__thumb .heart {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zoomvilla-base, #D7984E);
        border-radius: 50%;
        font-size: 18px;
        color: var(--zoomvilla-white, #FFFFFF);
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }

        .apartment-four__item__thumb .heart:hover {
            background-color: var(--zoomvilla-white, #FFFFFF);
            color: var(--zoomvilla-base, #D7984E);
        }

.apartment-four__item__content {
    padding: 1px 30px 24px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 400px) {
    .apartment-four__item__content {
        padding: 1px 10px 14px;
    }
}

.apartment-four__item__content__inner {
    background-color: var(--zoomvilla-white, #FFFFFF);
    margin-bottom: 35px;
}

.apartment-four__item__content__box {
    padding: 20px 20px 0;
}

.apartment-four__item__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DCDDDE;
    filter: drop-shadow(0px 1px 6.7px rgba(0, 0, 0, 0.13));
    clip-path: polygon(39% 0, 68% 0, 100% 0, 100% 100%, 75% 85%, 50% 82%, 25% 85%, 0 100%, 0 0);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.apartment-four__item__price {
    margin-top: -48px;
    position: relative;
    z-index: 1;
    display: block;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: 10px 20px;
    max-width: 166px;
    background-color: var(--zoomvilla-base, #D7984E);
    border: 3px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
}

    .apartment-four__item__price span {
        font-size: 16px;
        text-transform: lowercase;
    }

.apartment-four__item__title {
    color: var(--zoomvilla-black, #222222);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 400px) {
    .apartment-four__item__title {
        font-size: 18px;
    }
}

.apartment-four__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .apartment-four__item__title a:hover {
        background-size: 100% 1px;
    }

.apartment-four__item__text {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

.apartment-four__item .house-info {
    display: flex;
    align-items: center;
    padding: 14px 23px 17px;
    border-top: 1px solid #dddddd;
    margin: 0;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: start;
}

@media (max-width: 1199px) and (min-width: 768px), (max-width: 400px) {
    .apartment-four__item .house-info {
        padding: 10px;
    }
}

.apartment-four__item .house-info li {
    color: var(--zoomvilla-black2, #333333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 400px) {
    .apartment-four__item .house-info li {
        font-size: 14px;
    }
}

.apartment-four__item .house-info li i,
.apartment-four__item .house-info li span {
    line-height: normal;
}

.apartment-four__item .house-info li + li {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #dddddd;
}

.apartment-four__item__btn {
    text-align: center;
}

    .apartment-four__item__btn a {
        clip-path: none;
        border-radius: 100px;
        background-color: var(--zoomvilla-black3, #1E1F24);
    }

@media (max-width: 1199px) and (min-width: 991px), (max-width: 400px) {
    .apartment-four__item__btn a {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.apartment-four__item__btn a::before {
    background-color: var(--zoomvilla-base, #D7984E);
}

.apartment-four__item__btn a::after {
    display: none;
}

.apartment-four__item__hover {
    background-color: rgba(var(--zoomvilla-black-rgb, 34, 34, 34), 0.7);
    height: 100%;
    top: 0;
    position: absolute;
    transform: translateY(-100%);
    transition: all 0.5s ease 0s;
    width: 10%;
}

.apartment-four__item__hover--1 {
    left: 0;
    transition-delay: 0.1s;
}

.apartment-four__item__hover--2 {
    left: 10%;
    transition-delay: 0.12s;
}

.apartment-four__item__hover--3 {
    left: 20%;
    transition-delay: 0.15s;
}

.apartment-four__item__hover--4 {
    left: 30%;
    transition-delay: 0.17s;
}

.apartment-four__item__hover--5 {
    left: 40%;
    transition-delay: 0.2s;
}

.apartment-four__item__hover--6 {
    left: 50%;
    transition-delay: 0.22s;
}

.apartment-four__item__hover--7 {
    left: 60%;
    transition-delay: 0.25s;
}

.apartment-four__item__hover--8 {
    left: 70%;
    transition-delay: 0.27s;
}

.apartment-four__item__hover--9 {
    left: 80%;
    transition-delay: 0.3s;
}

.apartment-four__item__hover--10 {
    left: 90%;
    transition-delay: 0.32s;
}

.apartment-four__item:hover .apartment-four__item__thumb img {
    transform: scale(1.1);
}

.apartment-four__item:hover .apartment-four__item__hover {
    transform: translateY(0);
}

.apartment-four__item:hover .apartment-four__item__content::after {
    background-color: #1E1F24;
}

/*******
 * Proparty Value
*******/
.proparty-value {
    position: relative;
    counter-reset: proparty;
}

.proparty-value__item {
    position: relative;
    z-index: 1;
    padding: 10px 9px 1px;
}

    .proparty-value__item:hover .proparty-value__box::after {
        background-color: var(--zoomvilla-base, #D7984E);
        transform: rotate(0deg);
    }

    .proparty-value__item:hover .proparty-value__box::before {
        transform: translateY(0%);
    }

    .proparty-value__item:hover .proparty-value__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .proparty-value__item:hover .proparty-value__text {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .proparty-value__item:hover .proparty-value__number {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .proparty-value__item:hover .proparty-value__image img {
        transform: scale(1.1);
    }

.proparty-value__image {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
}

    .proparty-value__image img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.proparty-value__box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F7F8;
    z-index: -1;
    border-radius: 1000px 1000px 0 0;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

    .proparty-value__box::after {
        content: "";
        width: 110%;
        height: 150px;
        transform: rotate(-13.954deg);
        position: absolute;
        top: -20px;
        left: -25px;
        background-color: var(--zoomvilla-black, #222222);
        transition: all 0.4s ease-in-out;
    }

    .proparty-value__box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--zoomvilla-black, #222222);
        z-index: -1;
        transform: translateY(-100%);
        transition: all 0.4s ease-in-out;
    }

.proparty-value__title {
    color: var(--zoomvilla-black2, #333333);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 767px) and (min-width: 575px) {
    .proparty-value__title {
        font-size: 18px;
    }
}

.proparty-value__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .proparty-value__title a:hover {
        background-size: 100% 1px;
    }

.proparty-value__text {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) and (min-width: 576px) {
    .proparty-value__text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .proparty-value__text {
        margin-bottom: 40px;
    }
}

.proparty-value__content {
    padding-left: 15px;
    padding-right: 15px;
}

.proparty-value__number {
    margin-bottom: -20px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zoomvilla-black2, #333333);
    transition: all 0.4s ease-in-out;
}

    .proparty-value__number::after {
        content: "0" counter(proparty);
        counter-increment: proparty;
        transition: all 500ms ease;
        color: var(--zoomvilla-white, #FFFFFF);
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

/*******
 * Skill Section Two
*******/
.skill-two {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .skill-two__thumb img {
        object-fit: cover;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .skill-two__content {
        margin-right: 60px;
    }
}

.skill-two__content .sec-title {
    margin-bottom: 20px;
}

.skill-two__text {
    margin-bottom: 20px;
}

.skill-two__box {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid var(--zoomvilla-border-color, #dddddd);
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 530px) {
    .skill-two__box {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.skill-two__box__title {
    color: var(--zoomvilla-black5, #1E1F24);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.skill-two__box__list {
    margin: 0;
}

    .skill-two__box__list li {
        padding-left: 25px;
        color: #636363;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
        position: relative;
    }

        .skill-two__box__list li::after {
            width: 14px;
            height: 14px;
            background-color: transparent;
            border: 1px solid var(--zoomvilla-base, #D7984E);
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
        }

        .skill-two__box__list li::before {
            width: 6px;
            height: 6px;
            background-color: var(--zoomvilla-black5, #1E1F24);
            content: "";
            position: absolute;
            left: 4px;
            top: 9px;
        }

        .skill-two__box__list li + li {
            margin-top: 10px;
        }

.skill-two__box__content {
    padding-left: 30px;
    position: relative;
}

    .skill-two__box__content::after {
        content: "";
        height: 100%;
        width: 3px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #D9D9D9;
        z-index: -1;
    }

    .skill-two__box__content::before {
        content: "";
        height: 32px;
        width: 3px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--zoomvilla-base, #D7984E);
    }

.skill-two__count-bar {
    max-width: 138px;
    width: 100%;
    height: 138px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-two .circle-progress {
    transform: rotate(85deg);
    position: absolute;
    top: 5px;
    left: 5px;
}

.skill-two__funfact {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zoomvilla-black, #222222);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.skill-two__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .skill-two__shape {
        display: none;
    }
}

.skill-two__shape img {
    animation: topToBottom 4s ease-in-out infinite;
}

/*******
 * Solution Area
*******/
.solution-area {
    position: relative;
    z-index: 1;
    padding: 131px 0;
    counter-reset: sectionNumber;
}

@media (max-width: 991px) {
    .solution-area {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .solution-area {
        padding: 80px 0;
    }
}

.solution-area__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

.solution-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-image: url(../images/shapes/klipartz.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--zoomvilla-base, #D7984E);
    border-right: 10px solid var(--zoomvilla-base, #D7984E);
    z-index: -1;
}

.solution-area__bottom {
    background-color: var(--zoomvilla-black4, #000000);
    padding: 40px 65px;
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
    .solution-area__bottom {
        position: relative;
    }
}

@media (max-width: 575px) {
    .solution-area__bottom {
        padding: 20px;
    }
}

.solution-area__bottom__inner {
    border-left: 1px solid var(--zoomvilla-base, #D7984E);
}

.solution-area__list {
    border-radius: 20px;
    background: var(--zoomvilla-white, #FFFFFF);
    padding: 70px 75px;
    max-width: 500px;
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
    .solution-area__list {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .solution-area__list {
        max-width: 100%;
    }
}

.solution-area__list__item {
    color: var(--zoomvilla-black4, #000000);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid var(--zoomvilla-border-color, #dddddd);
    border-top: 1px solid transparent;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .solution-area__list__item {
        font-size: 18px;
    }
}

.solution-area__list__item:hover {
    color: var(--zoomvilla-base, #D7984E);
    border-top: 1px solid var(--zoomvilla-base, #D7984E);
    border-color: var(--zoomvilla-base, #D7984E);
}

    .solution-area__list__item:hover .solution-area__list__number::before {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.solution-area__list__item + .solution-area__list__item {
    margin-top: 25px;
}

.solution-area__list__number {
    margin-right: 12px;
}

    .solution-area__list__number::before {
        counter-increment: sectionNumber;
        content: "0" counter(sectionNumber) ".";
        transition: all 0.4s ease-in-out;
        color: var(--zoomvilla-black4, #000000);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 100.909%;
        text-transform: capitalize;
        padding: 5px;
        background-color: transparent;
    }

.solution-area .house-info {
    margin: 0;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

    .solution-area .house-info li {
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 9px;
    }

@media (max-width: 500px) {
    .solution-area .house-info li {
        font-size: 14px;
    }
}

.solution-area .house-info li i,
.solution-area .house-info li span {
    line-height: normal;
}

.solution-area .house-info li + li {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.solution-area .house-name {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--zoomvilla-base, #D7984E);
    margin-bottom: 15px;
    padding-left: 15px;
}

/*******
 * Proparty Solition
*******/
.proparty-solition {
    position: relative;
    background-color: #1E1F24;
}

    .proparty-solition .sec-title .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }

    .proparty-solition .proparty-solition__button {
        margin-bottom: 50px;
    }

@media (max-width: 991px) {
    .proparty-solition .proparty-solition__button {
        overflow: auto;
    }
}

.proparty-solition .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .proparty-solition .tab-buttons {
        overflow: auto;
        width: 1000px;
    }
}

.proparty-solition .tab-buttons .tab-btn {
    background-color: var(--zoomvilla-white, #FFFFFF);
    height: 105px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .proparty-solition .tab-buttons .tab-btn::after {
        content: "";
        position: absolute;
        bottom: -19.5555px;
        width: 37px;
        height: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        background-color: var(--zoomvilla-base, #D7984E);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        transition: all 0.4s ease-in-out;
    }

    .proparty-solition .tab-buttons .tab-btn.active-btn, .proparty-solition .tab-buttons .tab-btn:hover {
        background-color: var(--zoomvilla-base, #D7984E);
    }

        .proparty-solition .tab-buttons .tab-btn.active-btn::after, .proparty-solition .tab-buttons .tab-btn:hover::after {
            background-color: var(--zoomvilla-white, #FFFFFF);
        }

        .proparty-solition .tab-buttons .tab-btn.active-btn .tab-item__icon, .proparty-solition .tab-buttons .tab-btn:hover .tab-item__icon {
            color: var(--zoomvilla-white, #FFFFFF);
            animation: wobble-horizontal-hover 1s ease-in-out 1;
        }

        .proparty-solition .tab-buttons .tab-btn.active-btn .tab-item__title, .proparty-solition .tab-buttons .tab-btn:hover .tab-item__title {
            color: var(--zoomvilla-white, #FFFFFF);
        }

.proparty-solition .tab-buttons .tab-item__icon {
    font-size: 36px;
    color: var(--zoomvilla-base, #D7984E);
    line-height: 0;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

    .proparty-solition .tab-buttons .tab-item__icon i {
        line-height: 1;
        display: block;
    }

.proparty-solition .tab-buttons .tab-item__title {
    color: var(--zoomvilla-black, #222222);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 156.25%;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.proparty-solition__item {
    background-color: var(--zoomvilla-white, #FFFFFF);
    border-radius: 20px;
    padding: 15px 15px 15px 75px;
}

@media (max-width: 991px) {
    .proparty-solition__item {
        padding: 40px 20px 20px;
    }
}

.proparty-solition__thumb img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.proparty-solition__title {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.proparty-solition__text {
    margin-bottom: 20px;
}

.proparty-solition__feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .proparty-solition__feature {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}

.proparty-solition__right {
    margin: 0;
}

    .proparty-solition__right li {
        display: flex;
        align-items: center;
    }

        .proparty-solition__right li i {
            margin-right: 10px;
        }

        .proparty-solition__right li span {
            color: var(--zoomvilla-black2, #333333);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 162.5%;
            text-transform: capitalize;
            margin: 0;
            display: block;
            background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
            transition: all 500ms ease;
        }

            .proparty-solition__right li span:hover {
                background-size: 100% 1px;
            }

        .proparty-solition__right li:hover i {
            color: var(--zoomvilla-base, #D7984E);
        }

        .proparty-solition__right li:hover span {
            color: var(--zoomvilla-base, #D7984E);
        }

        .proparty-solition__right li + li {
            margin-top: 8px;
        }

/*******
 * apartment Five
*******/
.apartment-five {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.apartment-five--two {
    background-color: #F6F7F8;
}

.apartment-five__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 5px solid var(--zoomvilla-white, #FFFFFF);
}

    .apartment-five__image img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
        transform: scale(1) rotate(0deg);
    }

.apartment-five__content {
    padding: 1px 30px 30px;
    position: relative;
    background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.9);
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    transform: translateY(160%);
}

@media (max-width: 1650px) and (min-width: 991px) {
    .apartment-five__content {
        padding: 1px 20px 20px;
    }
}

.apartment-five__content::after {
    content: "";
    position: absolute;
    height: 90px;
    width: 100px;
    position: absolute;
    top: -90px;
    right: 0;
    background-color: rgba(var(--zoomvilla-base-rgb, 215, 152, 78), 0.9);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.apartment-five__price {
    color: var(--zoomvilla-black, #222222);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 83.333%;
    text-transform: capitalize;
    border-radius: 10px;
    background: var(--zoomvilla-white, #FFFFFF);
    margin-top: -28px;
    padding: 16.5px 20px;
    position: absolute;
}

    .apartment-five__price::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-color: transparent;
        border: 1px solid var(--zoomvilla-base, #D7984E);
        border-radius: 10px;
    }

.apartment-five__title {
    margin-top: 50px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .apartment-five__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .apartment-five__title a:hover {
            background-size: 100% 1px;
        }

.apartment-five__house-info {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--zoomvilla-white, #FFFFFF);
    border-bottom: 1px solid var(--zoomvilla-white, #FFFFFF);
    margin: 0;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: start;
}

    .apartment-five__house-info li {
        padding-top: 15px;
        padding-bottom: 15px;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 9px;
    }

@media (max-width: 1650px) {
    .apartment-five__house-info li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 1199px) and (min-width: 991px), (max-width: 400px) {
    .apartment-five__house-info li {
        font-size: 14px;
    }
}

.apartment-five__house-info li i,
.apartment-five__house-info li span {
    line-height: normal;
}

.apartment-five__house-info li + li {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid var(--zoomvilla-white, #FFFFFF);
}

@media (max-width: 1650px) {
    .apartment-five__house-info li + li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

.apartment-five__text {
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

.apartment-five:hover .apartment-five__image img {
    transform: scale(1.1) rotate(5deg);
}

.apartment-five:hover .apartment-five__content {
    transform: translateY(0%);
}

.apartment-five__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
}

    .apartment-five__carousel .owl-dots .owl-dot {
        width: 40px;
        height: 7px;
        display: block;
        border-radius: 50%;
        background-color: var(--zoomvilla-white, #FFFFFF);
        border: 1px solid #9C9C9C;
        border-radius: 20px;
        position: relative;
        padding: 0;
        outline: none;
        margin: 0;
        transition: all 500ms ease-in-out;
    }

        .apartment-five__carousel .owl-dots .owl-dot span {
            display: none;
        }

        .apartment-five__carousel .owl-dots .owl-dot:hover, .apartment-five__carousel .owl-dots .owl-dot.active {
            background-color: var(--zoomvilla-base, #D7984E);
            height: 10px;
            border-color: var(--zoomvilla-base, #D7984E);
        }

        .apartment-five__carousel .owl-dots .owl-dot.active {
            width: 65px;
        }

    .apartment-five__carousel .owl-dots.disabled {
        display: none;
    }

.apartment-five__carousel .owl-nav.disabled + .owl-dots {
    margin-top: 45px;
}

.apartment-five__card {
    position: relative;
    z-index: 1;
    background-color: var(--zoomvilla-white, #FFFFFF);
    padding: 10px;
    border-radius: 10px;
}

    .apartment-five__card::after {
        content: "";
        width: 100%;
        height: 159px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--zoomvilla-base, #D7984E);
        border-radius: 10px;
        z-index: -2;
        transform: translateY(-100px);
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

.apartment-five__card__image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .apartment-five__card__image img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.apartment-five__card .heart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zoomvilla-base, #D7984E);
    font-size: 18px;
    background-color: var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .apartment-five__card .heart:hover {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.apartment-five__card__populer {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
}

    .apartment-five__card__populer .popular,
    .apartment-five__card__populer .new {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        padding: 1px 10px;
        border-radius: 4px;
        text-transform: uppercase;
        background-color: var(--zoomvilla-white, #FFFFFF);
    }

    .apartment-five__card__populer .popular {
        background-color: var(--zoomvilla-base, #D7984E);
        color: var(--zoomvilla-white, #FFFFFF);
    }

.apartment-five__card__list {
    display: flex;
    align-items: center;
    padding: 14px 25px;
    background-color: var(--zoomvilla-base, #D7984E);
    border-radius: 0 0 10px 10px;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
    .apartment-five__card__list {
        padding: 10px 15px;
    }
}

.apartment-five__card__list__item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--zoomvilla-white, #FFFFFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

    .apartment-five__card__list__item + .apartment-five__card__list__item {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

.apartment-five__card__content {
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.apartment-five__card__content__inner {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
    .apartment-five__card__content__inner {
        padding: 20px 10px;
    }
}

.apartment-five__card__content__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: var(--zoomvilla-black, #222222);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.apartment-five__card__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.636%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

@media (max-width: 991px) and (min-width: 768px), (max-width: 400px) {
    .apartment-five__card__title {
        font-size: 20px;
    }
}

.apartment-five__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

    .apartment-five__card__title a:hover {
        background-size: 100% 1px;
    }

.apartment-five__card__price {
    color: var(--zoomvilla-black2, #333333);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

    .apartment-five__card__price span {
        text-transform: capitalize;
        color: var(--zoomvilla-base, #D7984E);
    }

.apartment-five__card__tag a {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.4s ease-in-out;
}

    .apartment-five__card__tag a i {
        transform: rotateY(180deg);
        color: var(--zoomvilla-base, #D7984E);
    }

    .apartment-five__card__tag a + a {
        margin-top: 6px;
    }

.apartment-five__card:hover::after {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.apartment-five__card:hover .apartment-five__card__image img {
    transform: scale(1.1);
}

.apartment-five__card:hover .apartment-five__card__list {
    border-radius: 0;
    border-color: #78797C;
    background-color: var(--zoomvilla-black, #222222);
}

.apartment-five__card:hover .apartment-five__card__content {
    background-color: var(--zoomvilla-black, #222222);
    border-radius: 0 0 10px 10px;
}

.apartment-five__card:hover .apartment-five__card__tag a,
.apartment-five__card:hover .apartment-five__card__price,
.apartment-five__card:hover .apartment-five__card__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

/*******
 * apartment Five
*******/
.proprty-solution {
    position: relative;
    z-index: 1;
}

.proprty-solution__inner {
    border-radius: 10px;
    border: 1px solid #DDD;
    padding: 10px;
}

.proprty-solution__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .proprty-solution__item {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.proprty-solution__item:hover .proprty-solution__thumb img {
    transform: scale(1.1);
}

.proprty-solution__content {
    padding-left: 40px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .proprty-solution__content {
        padding-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .proprty-solution__content {
        padding: 30px 20px 0px;
    }
}

.proprty-solution__item + .proprty-solution__item {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .proprty-solution__item + .proprty-solution__item {
        margin-top: 20px;
    }
}

.proprty-solution__thumb {
    overflow: hidden;
    max-width: 135px;
    width: 100%;
}

    .proprty-solution__thumb img {
        object-fit: cover;
        width: 100%;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

.proprty-solution__top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 18px;
    transition: all 0.4s ease-in-out;
}

.proprty-solution__top__title {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 0px 20px;
    padding: 0 0 14px 20px;
    border-left: 1px solid #dddddd;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .proprty-solution__top__title {
        font-size: 18px;
    }
}

.proprty-solution__top i {
    color: var(--zoomvilla-base, #D7984E);
    font-size: 30px;
}

.proprty-solution__top:hover {
    border-color: var(--zoomvilla-base, #D7984E);
}

    .proprty-solution__top:hover .proprty-solution__top__title {
        color: var(--zoomvilla-base, #D7984E);
        border-color: var(--zoomvilla-base, #D7984E);
    }

.proprty-solution__text {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

.proprty-solution__image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .proprty-solution__image img {
        object-fit: cover;
        width: 100%;
    }

    .proprty-solution__image .video-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88px;
        height: 88px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zoomvilla-base, #D7984E);
    }

        .proprty-solution__image .video-popup::before {
            content: "";
            position: absolute;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
            border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.6);
            border-radius: 50%;
            transform: scale(0.6);
            z-index: -2;
            animation: border-zooming 1.2s infinite linear;
            transition: all 0.4s ease-in-out;
        }

        .proprty-solution__image .video-popup::after {
            content: "";
            position: absolute;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
            border: 50px solid rgba(var(--zoomvilla-white-rgb, 255, 255, 255), 0.7);
            border-radius: 50%;
            transform: scale(0.6);
            z-index: -2;
            animation: border-zooming 1.2s infinite linear;
            animation-delay: 0.3s;
            transition: all 0.4s ease-in-out;
        }

        .proprty-solution__image .video-popup i {
            font-size: 55px;
            color: var(--zoomvilla-white, #FFFFFF);
        }

/*******
 * apartment Five
*******/
.property-views {
    position: relative;
    z-index: 1;
}

.property-views__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

@media (max-width: 991px) {
    .property-views__bg {
        height: 400px;
    }
}

.property-views__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(30, 31, 36, 0.6);
    z-index: -1;
}

.property-views .sec-title__title {
    color: var(--zoomvilla-white, #FFFFFF);
}

.property-views__content {
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
}

.property-views__inner__carousel {
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}

.property-views__item {
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
    overflow: hidden;
    border-radius: 50px;
}

    .property-views__item img {
        object-fit: cover;
        width: 100%;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 767px) {
    .property-views__item img {
        width: auto;
    }
}

.property-views__button {
    width: 206px;
    border-radius: 50%;
    height: 206px;
    background-color: var(--zoomvilla-base, #D7984E);
    border: 10px solid var(--zoomvilla-white, #FFFFFF);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .property-views__button .round {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .property-views__button button {
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        color: var(--zoomvilla-white, #FFFFFF);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        position: absolute;
    }

        .property-views__button button:nth-child(1) {
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
        }

        .property-views__button button:nth-child(2) {
            top: 20px;
            right: 50%;
            transform: translateX(50%);
        }

        .property-views__button button:nth-child(3) {
            bottom: 50%;
            right: 20px;
            transform: translateY(50%);
        }

        .property-views__button button:nth-child(4) {
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
        }

.property-views__inner {
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.property-views__carousel {
    position: relative;
    width: 100%;
    height: 600px;
}

@media (max-width: 991px) {
    .property-views__carousel {
        height: 400px;
    }
}

.property-views__item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*--------------------------------------------------------------
#Dark Section
--------------------------------------------------------------*/
.bg-dark {
    background-color: #1E1F24;
}

    .bg-dark .sec-title__title {
        color: var(--zoomvilla-white, #FFFFFF);
    }
/*# sourceMappingURL=zoomvilla.css.map */
