:root {
    --default-font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, Ubuntu, 
        "PingFang SC","Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei","Source Han Sans CN";
    --primary-color: #487254;
    --secondary-color: #a2874a;
    --black-color: #3c4641;
}

    .bg-secondary {
        background: #f6f3e9 !important;
    }
    @media (max-width: 991.98px) {
        .bg-secondary-mobile {
            background: #f6f3e9 !important;
        }
    }

.main-container {
    width: 100%;
    overflow: hidden;
}
.main-container > * {
    width: 100%;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

input,
select,
textarea,
button {
    outline: 0;
}
h1, h2, h3, h4 {
    margin-bottom: auto;
}
    
    .pt-20, .py-20 {
        padding-top: 20% !important;
    }
    .pb-20, .py-20 {
        padding-bottom: 20% !important;
    }
    .ps-20, .px-20 {
        padding-left: 20% !important;
    }
    .pe-20, .px-20 {
        padding-right: 20% !important;
    }
    .ps-10, .px-10 {
        padding-left: 10vw !important;
    }
    .pe-10, .px-10 {
        padding-right: 10vw !important;
    }
    @media (min-width: 768px) {
        .pt-md-20, .py-md-20 {
            padding-top: 20% !important;
        }
        .pb-md-20, .py-20 {
            padding-bottom: 20% !important;
        }
        .ps-md-20, .px-md-20 {
            padding-left: 20vw !important;
        }
        .pe-md-20, .px-md-20 {
            padding-right: 20vw !important;
        }
        .ps-md-10, .px-md-10 {
            padding-left: 10vw !important;
        }
        .pe-md-10, .px-md-10 {
            padding-right: 10vw !important;
        }
        .h-md-100 {
            height: 100% !important;
        }
        .w-md-100 {
            width: 100% !important;
        }
    }
    @media (max-width: 767.98px) {
        .h-xs-100 {
            height: 100% !important;
        }
        .w-xs-100 {
            width: 100% !important;
        }
        .w-xs-50 {
            width: 50% !important;
        }
    }
    .mt--5, .my--5 {
        margin-top: -3rem !important;
    }
    .mb--5, .my--5 {
        margin-bottom: -3rem !important;
    }
    .ms--5, .mx--5 {
        margin-left: -3rem !important;
    }
    .me--5, .mx--5 {
        margin-right: -3rem !important;
    }
    @media (min-width: 768px) {
        .mt-md--5, .my-md--5 {
            margin-top: -3rem !important;
        }
        .mb-md--5, .my-md--5 {
            margin-bottom: -3rem !important;
        }
        .ms-md--5, .mx-md--5 {
            margin-left: -3rem !important;
        }
        .me-md--5, .mx-md--5 {
            margin-right: -3rem !important;
        }
    }

    /* Scrollbar */
    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .no-scrollbar {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    @media (max-width: 767.98px) {
        .no-scrollbar-xs::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar-xs {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
    }
    ::-webkit-scrollbar { /* width */
        width: 5px;
        height: 1px;
    }
    ::-webkit-scrollbar-track { /* Track */
        background: transparent;
        box-shadow: inset 0 0 5px #e2e6e4;
        border-radius: 4px;
        border-left: 1.5px solid transparent;
        border-right: 1.5px solid transparent;
    }
    ::-webkit-scrollbar-thumb { /* Handle */
        background: #8a9b93;
        border-radius: 4px;
    }
    .drag-scroll:hover::-webkit-scrollbar {
        width: 1px;
        height: 5px;
    }
    .drag-scroll {
        cursor: grab;
        overflow-x: scroll;
        user-select: none;
    }
    .drag-scroll .drag-content .pe-3:last-child {
        padding-right: 0 !important;
    }
    @media (max-width: 767.98px) {
        .drag-scroll .drag-content {
            width: 90vw !important;
        }
        .drag-scroll .drag-content.drag-container {
            width: max-content !important;
        }
        .drag-scroll .drag-content.drag-container > * {
            min-width: 90vw !important;
            width: 90vw !important;
        }
        .drag-scroll .drag-content img {
            height: 400px !important;
        }
    }

.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
}
.modal {
    z-index: 19999;
}
.modal-backdrop {
    width: 100%;
    height: 100%;
    z-index: 19998;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 2px 4px -1px #808080;
    width: 100%;
    padding: 16px 0;
    z-index: 10000;
}
.navbar-nav {
    gap: 1vw;
}
.navbar .dropdown-toggle::after {
    display: none;
}
@media (min-width: 992px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }
    .navbar-nav {
        gap: 1vw;
    }
}
@media (min-width: 1600px) {
    .navbar {
        padding: 16px 6vw;
    }
}
    .frame-logo {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 8px;
        position: relative;
        padding: 0 0 0 10px;
        z-index: 1;
    }
        .logo {
            position: relative;
            width: 326.98px;
            height: 71.112px;
            margin: 1.656px 0 0 0;
            z-index: 2;
        }
        .logo-danapati {
            position: absolute;
            width: 22%;
            height: 100%;
            top: 0;
            left: 0;
            background: url(./img/logo-icon.png) no-repeat center;
            background-size: cover;
            z-index: 2;
        }
        .name-danapati {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            position: absolute;
            width: 71.56%;
            height: 74.53%;
            top: 0;
            left: 28.44%;
            color: var(--secondary-color);
            font-family: Poppins, var(--default-font-family);
            font-size: 35px;
            font-weight: 700;
            line-height: 52.5px;
            text-align: center;
            text-transform: uppercase;
            white-space: nowrap;
            z-index: 3;
        }
        .caption-danapati {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            position: absolute;
            width: 70.34%;
            height: 28.12%;
            top: 62.79%;
            left: 29.04%;
            color: var(--secondary-color);
            font-family: Poppins, var(--default-font-family);
            font-size: 13px;
            font-weight: 400;
            line-height: 19.5px;
            text-align: center;
            white-space: nowrap;
            z-index: 3;
        }
        @media (max-width: 991.98px) {
            .logo {
                height: 50px;
            }
            .logo-danapati {
                width: 50px;
                height: 50px;
            }
            .name-danapati, .caption-danapati {
                left: 130px;
                font-size: 11px;
            }
            .name-danapati {
                margin-top: -10px;
                font-size: 30px;
            }
        }
    .dropdown-language {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 10px;
        position: relative;
        text-decoration: none;
    }
        .dropdown-language::after {
            display: none !important;
        }
        .down-language {
            flex-shrink: 0;
            position: relative;
            width: 12px;
            height: 6.545px;
            background: url(./images/down.png) no-repeat center;
            background-size: cover;
        }

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 100%;
    height: 728px;
    background: url(./images/header-home.png?v2) no-repeat center;
    background-size: cover;
    overflow: hidden;
    z-index: 9998;
}
    .heading.smaller {
        height: 280px;
    }
    .heading-video {
        position: absolute;
        object-fit: cover;
        object-position: 50% 30%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }
        .heading .header-title {
            position: absolute;
            display: block;
            margin: auto;
            margin-top: 10%;
            width: 100%;
            left: 0;
            padding: 0 15%;
            color: #ffffff;
            font-family: DM Sans, var(--default-font-family);
            font-size: 60px;
            font-weight: 400;
            --line-height: 72px;
            line-height: 48px;
            text-align: center;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            z-index: 3;
        }
        .heading .header-title.smaller {
            font-size: 40px;
        }
        .heading .header-caption {
            position: absolute;
            display: block;
            bottom: 0;
            width: 100%;
            left: 0;
            padding: 5%;
            color: #ffffff;
            font-family: DM Sans, var(--default-font-family);
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            letter-spacing: 0.5px;
            z-index: 3;
        }
        .heading .button-heading {
            display: block;
            position: relative;
            margin: auto;
            width: fit-content;
            padding: 12px 15px;
            border: 1px solid #ffffff50;
            z-index: 3;
        }
        @media (max-width: 767.98px) {
            .heading .header-title {
                padding: 0 0%;
                font-size: 40px;
                font-weight: 500;
            }
            .heading .header-caption.justify {
                text-align: justify;
            }
        }
        @media (min-width: 768px) {
            .heading.smaller .header-title {
                margin-top: 3rem;
            }
            .heading .header-caption {
                bottom: 15%;
                padding: 0 20%;
                text-align: center;
            }
            .heading.smaller .header-caption {
                bottom: initial;
                top: 50%;
            }
        }
        .heading .play-icon {
            flex-shrink: 0;
            position: relative;
            width: 112px;
            height: 112px;
            background: url(./images/icon-play-circle.png) no-repeat center;
            background-size: cover;
            z-index: 3;
        }

    .heading-overlay, .heading-blur {
        flex-shrink: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }
    .heading-blur {
        background: rgba(72, 114, 84, 0.6);
        backdrop-filter: blur(5px);
    }

.fixed-top-clearfix {
    margin-bottom: 105px;
}
@media (max-width: 767.98px) {
    content .row {
        padding: 0 10px;
    }
    .fixed-top-clearfix {
        margin-bottom: 90px;
    }
}
@media (min-width: 768px) {
    content .row {
        padding: 0 10vw;
    }
}

.nav-link {
    color: var(--black-color);
    border-color: transparent !important;
}
.nav-link:focus, .nav-link:hover {
    color: var(--primary-color);
}
.nav-link.active {
    border: 0;
    border-bottom: 2px solid #8a9b93 !important;
    background: transparent !important;
}

.form-control, .form-select {
    padding: 1rem;
    border-radius: 0;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-radius: 0;
    padding: .7rem;
    margin-right: 1rem;
    background-color: transparent;
    border-color: #c0c0c0;
}
.form-check-input:checked {
    background-color: var(--primary-color);
}
.form-check-label {
    padding-top: .2rem;
}

.content-image {
    height: 350px;
    width: 100%;
}
.content-image.w-100 {
    height: 700px;
}
.content-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.content-heading {
    color: var(--primary-color);
    font-family: var(--default-font-family) !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
}
.content-desc h1, .content-desc h2, .content-desc h3, .content-desc h4, .content-desc h5, .content-desc h6 {
    color: var(--primary-color) !important;
    font-family: var(--default-font-family) !important;
}
.content-subheading {
    color: var(--primary-color);
    font-family: var(--default-font-family) !important;
    font-size: 32px !important;
    line-height: 48px !important;
}
.content-preheading {
    color: #6e8177;
    font-family: Poppins, var(--default-font-family);
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 2.88px;
}
.content-preheading.larger {
    font-size: 16px !important;
    letter-spacing: initial;
}
.content-title,
.default-heading h1, .default-heading h2, .default-heading h3, .default-heading h4 {
    color: var(--primary-color);
    font-family: Dm Sans, var(--default-font-family);
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 28.8px !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.content-title.smaller {
    color: var(--primary-color);
    font-family: Dm Sans, var(--default-font-family);
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}
.content-subtitle {
    color: #6e8177;
    font-family: Poppins, var(--default-font-family);
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 2.88px !important;
}
.content-desc {
    color: var(--black-color);
    font-family: DM Sans, var(--default-font-family) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.content-desc.larger {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.content-desc[href] {
    text-decoration: none;
}
.content-desc[href]:hover {
    color: var(--primary-color);
}
.content-text {
    color: var(--black-color);
    font-family: DM Sans, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.font-black {
    color: var(--black-color);
    font-family: var(--default-font-family) !important;
}
.font-primary {
    font-family: DM Sans, var(--default-font-family) !important;
}
.text-black {
    color: var(--black-color) !important;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-wider {
    letter-spacing: 1.5px;
}

    .frame-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 24px;
        position: relative;
        width: 100%;
    }
    .frame-content span {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        font-family: DM Sans, var(--default-font-family);
        font-weight: 400;
        letter-spacing: 0.5px;
        text-align: left;
    }

    .button-read-more {
        display: inline-block;
        text-decoration: none;
        width: 244px;
        max-width: 100%;
        padding: 12px 0;
        border: 1px solid var(--primary-color);
    }
    .button-read-more.smaller {
        padding: 8px 0;
        width: 160px;
    }
    .button-read-more[href]:hover {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
    .button-read-more[href]:hover > * {
        color: #ffffff;
    }
    .button-read-more.secondary {
        background: #ffffff;
    }
    .button-read-more.secondary[href]:hover {
        background: var(--secondary-color);
    }
    .button-read-more.primary {
        background: var(--primary-color);
    }
    .button-read-more.primary > * {
        color: #ffffff;
    }
    .button-read-more.primary[href]:hover > * {
        color: #000000;
    }
    .text-read-more {
        color: var(--primary-color);
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 21px !important;
        text-align: center !important;
        display: block !important;
    }
    .text-read-more.bolder {
        font-weight: 700 !important;
        font-size: 16px !important;
    }
    @media (max-width: 767.98px) {
        .button-read-more {
            width: 100%;
        }
    }
    .text-explore {
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        height: 18px;
        color: var(--primary-color);
        font-family: DM Sans, var(--default-font-family);
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .text-feature {
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        color: var(--black-color);
        font-family: DM Sans, var(--default-font-family);
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
    .button-arrow {
        flex-shrink: 0;
        position: relative;
        width: 32px;
        height: 32px;
    }
    .vector-arrow-right-long {
        position: relative;
        width: 30.5px;
        height: 7.364px;
        margin: 12.32px 0 0 1px;
        background: url(./images/arrow-right-long.png) no-repeat center;
        background-size: cover;
    }
    .vector-arrow-left-long {
        position: relative;
        width: 30.5px;
        height: 7.364px;
        margin: 12.32px 0 0 1px;
        background: url(./images/arrow-left-long.png) no-repeat center;
        background-size: cover;
    }
    @media (max-width: 767.98px) {
        .divider-back {
            width: 50% !important;
        }
    }
    .divider-back {
        margin: auto;
        position: relative;
        width: 360px;
        height: 1px;
        background: #8a9b93;
    }
    .divider-front {
        width: 100%;
        height: 1px;
        background: #e2e6e4;
    }

.frame-overlow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    width: 100vw;
}
    .btn-scroller {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 16px;
        position: relative;
        width: 144px;
    }
    .btn-box-right {
        flex-shrink: 0;
        position: relative;
        width: 64px;
        height: 64px;
        background: var(--primary-color);
    }
    .btn-box-left {
        flex-shrink: 0;
        position: relative;
        width: 64px;
        height: 64px;
        border: 1px solid var(--primary-color);
    }
    .vector-arrow-right {
        position: relative;
        width: 24px;
        height: 24px;
        margin: 22px 0 0 20px;
        background: url(./images/arrow-right.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
    }
    .vector-arrow-left {
        position: relative;
        width: 24px;
        height: 24px;
        margin: 22px 0 0 20px;
        background: url(./images/arrow-left.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
    }

.btn-box-vector {
    width: 24px;
    height: 24px;
    padding: 5px;
    overflow: hidden;
}
    .btn-box-vector-2x {
        width: 50px;
        height: 50px;
        padding: 5px;
        overflow: hidden;
    }
    .vector-plus {
        width: 100%;
        height: 100%;
        background: url(./images/plus.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-plus.black {
        background: url(./images/plus-black.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-down {
        width: 100%;
        height: 60%;
        margin-top: 20%;
        background: url(./images/down.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-left {
        width: 60%;
        margin-left: 40%;
        height: 100%;
        background: url(./images/left.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-right {
        width: 60%;
        margin-left: 40%;
        height: 100%;
        background: url(./images/right.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-diamond {
        width: 100%;
        height: 100%;
        background: url(./images/diamond.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-room {
        width: 100%;
        height: 100%;
        background: url(./images/room-size.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-beds {
        width: 100%;
        height: 100%;
        background: url(./images/room-beds.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-view {
        width: 100%;
        height: 100%;
        background: url(./images/room-view.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-occupancy {
        width: 100%;
        height: 100%;
        background: url(./images/room-occupancy.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-bathroom {
        width: 100%;
        height: 100%;
        background: url(./images/room-bathroom.png) no-repeat center;
        background-size: 100% 100%;
    }
    .vector-couch {
        width: 100%;
        height: 100%;
        background: url(./images/room-couch.png) no-repeat center;
        background-size: 100% 100%;
    }


.faqs-question {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 44px;
}

    .faqs-title {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        width: min-content;
        color: var(--black-color);
        text-align: left;
        font-family: DM Sans, var(--default-font-family);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    background: #ffffff;
    z-index: 9990;
}
@media (min-width: 1600px) {
    .footer {
        padding: 16px 6%;
    }
    .footer .divider-front {
        width: 150%;
    }
}
@media (max-width: 767.98px) {
    .footer .align-items-center {
        width: max-content;
        margin: auto;
    }
}  
    .icon-sosmed {
        flex-shrink: 0;
        position: relative;
        width: 40px;
        height: 40px;
    }
    .icon-sosmed-wrapped {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .vector-facebook {
        position: relative;
        width: 12.644px;
        height: 23.958px;
        margin: 8.023px 0 0 12.637px;
        background: url(./images/icon-facebook.png)
            no-repeat center;
        background-size: 100% 100%;
    }
    .vector-instagram {
        position: relative;
        width: 20.834px;
        height: 20.834px;
        margin: 9.586px 0 0 9.584px;
        background: url(./images/icon-instagram.png)
            no-repeat center;
        background-size: 100% 100%;
    }
    .vector-linkedin {
        position: relative;
        width: 20.812px;
        height: 20.833px;
        margin: 9.063px 0 0 9.595px;
        background: url(./images/icon-linkedin.png)
            no-repeat center;
        background-size: 100% 100%;
    }
    .vector-youtube {
        position: relative;
        width: 17.49px;
        height: 19.792px;
        margin: 10.102px 0 0 13.599px;
        background: url(./images/icon-play.png)
            no-repeat center;
        background-size: 100% 100%;
    }
    .vector-whatsapp {
        position: relative;
        width: 23.958px;
        height: 23.958px;
        margin: 8.023px 0 0 12.637px;
        background: url(./images/icon-whatsapp.png)
            no-repeat center;
        background-size: 100% 100%;
    }
    .vector-twitter {
        position: relative;
        width: 20.834px;
        height: 20.834px;
        margin: 9.586px 0 0 9.584px;
        background: url(./images/icon-xtwitter.png)
            no-repeat center;
        background-size: 100% 100%;
    }

.footer-title {
    color: var(--primary-color);
    font-family: DM Sans, var(--default-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.footer-link {
    color: var(--black-color);
    text-decoration: none;
    font-family: DM Sans, var(--default-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
a.footer-link:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.footer-text {
    margin: auto 0;
    color: var(--black-color);
    font-family: DM Sans, var(--default-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: fit-content;
}
.footer-subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    color: #8a9b93;
    font-family: DM Sans, var(--default-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.5px;
    background: transparent;
    padding-bottom: 1rem;
}
