@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&family=Rasa:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap');

body {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 400;
    background: #fff;

}

.sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: auto;
    display: none;
}

.sidebar-wrapper .top {
    background: #393939;
}

.sidebar-wrapper .top ul li {
    color: #FFF;
    font-family: 'BentonSans Book';
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.sidebar-wrapper .top ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    align-items: center;
    padding: 10px 40px;
}

.sidebar-wrapper .top ul li:first-child:after {
    content: "";
    position: absolute;
    right: -38px;
    background: #fff;
    height: 1px;
    width: 18px;
    transform: rotate(90deg);
    top: 8px;
}

.sidebar-wrapper .content {
    padding: 20px;
}

.sidebar-wrapper .content h6 {
    color: #000;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 500;
}

.form-label {
    color: #000;
    font-family: "BentonSans Book";
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.50);
    font-size: 13px;
    font-weight: 400;
    font-family: 'BentonSans';
}

label.form-check-label {
    color: rgba(0, 0, 0, 0.80);
    font-family: "BentonSans Book";
    font-size: 12px;
    line-height: 20px;
}

.button-group {
    padding: 0 40px;
}

.button-group .btn {
    border-radius: 8px;
    text-align: center;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    width: 100%;
}

.button-group .PreRegister {
    border-radius: 8px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    color: #fff;


}

.button-group .requestCall {
    border-radius: 8px;
    border: 1px solid #393939;
    color: #393939;

}


.sidebar-wrapper .icons ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-wrapper .icons ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sidebar-wrapper .icons ul li span {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
}

.sidebar-wrapper .icons {
    padding-top: 20px;
    margin-top: 90px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}


.hearder-wrapper .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 400;
}

.hearder-wrapper {
    background: #fff;
    padding: 8px 0;
}

.hearder-wrapper .header-logo a img {
    width: 50%;
}

.main-wrapper {
    margin-right: 0;
    padding: 0 10px;
    padding-left: 0;
}

.hearder-wrapper {
    background: #fff;
    padding: 8px 40px;
    padding-right: 0;
}



.banner .box {
    position: absolute;
    top: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    width: 350px;
    left: 20px;
    text-align: center;
    padding: 10px;
}

.banner .box-inner {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 20px;
}

.banner .box img {
    width: 40%;
}

.banner .box h2 {
    color: #000;
    text-align: center;
    font-family: Rasa;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Prosto One", sans-serif;
}

.banner .box h3 {
    color: #000;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 22px;
    font-weight: 400;
}



.banner .box .content h5 {
    background: linear-gradient(96deg, #56131C 3.15%, #72142C 96.85%);
    color: #FFF;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 18px;
    font-weight: 400;
    padding: 20px;
    border-radius: 10px;
    transform: skew(5deg);
}

.banner .box-text {
    position: relative;
    padding: 1px;
}

.banner .box-text:before {
    content: "";
    position: absolute;
    border: 1px solid #56131C;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: skew(-5deg);
}

.banner .carousel-indicators [data-bs-target] {
    width: 65px;
    background: #000 !important;
    border: 10px !important;
    height: 4px !important;
}


.banner .box h3 {
    color: #000;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 22px;
    font-weight: 400;
}

.banner .box h1 {
    color: #B6822E;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 34px;
    font-weight: 700;
}


.banner .box .content h1 {
    margin: 12px 0;
}


.EequireBtn {
    border-radius: 8px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    color: #FFF !important;
    text-align: center;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border: 0;
}

.EequireBtn:hover {
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    color: #FFF !important;
}

section {
    padding: 60px;
}

h2 {
    color: #B6822E;
    font-size: 24px;
    font-weight: 400;
    font-family: "Prosto One", sans-serif;
}


.aspire-centurian-park-by-gaur p {
    font-size: 14px;
    line-height: 1.8;
}

.brochureBtn {
    border-radius: 8px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%) !important;
    color: #FFF !important;
    text-align: center;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    padding: 6px 20px;
    border: 0 !important;
}


.aspire-highlights .box h3 {
    color: #72142C;
    font-family: "Prosto One";
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #72142C;
    padding-bottom: 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.aspire-highlights .box h3:before {
    background: #72142C;
    width: 30%;
    content: "";
    height: 3px;
    position: absolute;
    top: 31px;
}

.aspire-highlights .image img {
    border-radius: 120.977px;
    border: 1.21px solid #B29C7B;
    padding: 8px;
    margin-bottom: 20px;
}

.aspire-highlights ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aspire-highlights ul li {
    margin-bottom: 16px;
    color: #000;
    font-family: "BentonSans";
    font-size: 14px;
    display: flex;
    font-weight: 400;
}

.aspire-highlights .arrow {
    margin-right: 12px;
    color: rgba(178, 156, 123, 1);
    font-size: 16px;
}

.aspire-centurian-park-by-gaur {
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.aspire-highlights {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.core-cluster-plan thead tr th {
    background: #B6822E !important;
    color: #fff !important;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    padding: 10px 12px;
    white-space: nowrap;
}

.core-cluster-plan tr td {
    color: rgba(0, 0, 0, 0.60);
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    padding: 10px 12px;
}

.core-cluster-plan .btn {
    border-radius: 8px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    padding: 10px 20px;
    border: 0;
    color: #FFF !important;
    text-align: center;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
}

.bg-wrapper {
    background: #EFECE6;
    box-shadow: 0px 0px 14px 0px #DED3BE;
}

.two-column h3 {
    color: #72142C;
    font-family: "Prosto One";
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #72142C;
    padding-bottom: 16px;
    display: inline-block;
    margin-bottom: 40px;
}

.two-column h3:before {
    background: #72142C;
    width: 30%;
    content: "";
    height: 3px;
    position: absolute;
    top: 35px;
}

.two-column .box {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.20) 38.46%, rgba(255, 255, 255, 0.20) 100%);
    position: relative;
    z-index: 1;
}

.two-column .box h4 {
    background: rgba(0, 0, 0, 0.60);
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 20px;
    font-weight: 400;
}

.two-column .btn {
    border-radius: 9.678px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    display: inline-flex;
    padding: 16.937px 36.293px 14.517px 36.293px;
    justify-content: center;
    align-items: center;
    gap: 12.098px;
    color: #FFF;
    text-align: center;
    font-family: "BentonSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.two-column .box-wrap {
    padding: 0 40px;
    text-align: center;
}

.two-column .box-wrap .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
}

.two-column .box:before {
    border: 1.21px solid #B6822E;
    box-shadow: 0px 0px 21.776px 0px rgba(0, 0, 0, 0.12);
    content: "";
    position: absolute;
    height: 100%;
    left: 18px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

section.two-column {
    overflow: hidden;
}





.luxurious-amenities .box {
    position: relative;
}

.luxurious-amenities .box .content {
    position: absolute;
    bottom: -35px;
    right: 12px;
}

.luxurious-amenities .box .content h6 {
    border: 4.839px solid #FFF;
    background: #72142C;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
}

.gallery {
    overflow: hidden;
}

.gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery .owl-carousel .owl-stage-outer:after {
    content: "";
    width: 30vw;
    position: absolute;
    right: 100%;
    background: #EFECE6;
    z-index: 99;
    top: 0;
    bottom: 0;
}

.Testimonial-wrapper .owl-theme .owl-nav .owl-prev,
.Testimonial-wrapper .owl-theme .owl-nav .owl-next,
.gallery .owl-theme .owl-nav .owl-next,
.gallery .owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: rgba(114, 20, 44, 1);
    background: #fff;
    margin: 10px;
}


.Testimonial-wrapper .owl-nav {
    position: absolute;
    top: 25%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
}

.location-advantage h6 {
    display: flex;
    color: #000;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}

.location-advantage h6 i {
    margin-top: 5px;
    margin-right: 5px;
    color: rgba(178, 156, 123, 1);
}

.location-advantage .map iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 3rem;
}

.location-advantage .col-lg-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.location-advantage .col-lg-3:nth-child(4),
.location-advantage .col-lg-3:last-child {
    border-right: 0;
}

.contactus-box .image img {
    height: 310px;
    overflow: hidden;
}

.contactus-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 39.2%, #FFF 46.33%, #FFF 59.28%, #FFF 100%), url(<path-to-image>) lightgray -4.167px -7px / 46.931% 102.863% no-repeat;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.contactus-box h5 {
    color: #000;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contactus-box .form-control {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    color: rgba(0, 0, 0, 0.50);
    font-family: "BentonSans";
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    width: 90%;
}

.contactus-box .btn.btn-primary {
    border-radius: 8px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%), #B6822E;
    border: 0;
    padding: 12px 20px;
    color: #FFF;
    text-align: center;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
}

.contactus-box hr {
    border-color: rgba(0, 0, 0, 0.30);
    width: 90%;
}

.form-detail a {
    color: #145E83;
    text-align: center;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.form-detail {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
}

.form-detail a i {
    margin-right: 5px;
}

footer.footer-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    text-align: center;
}

footer.footer-wrapper .contactDetail i {
    margin-top: 5px;
    margin-right: 5px;
}

footer.footer-wrapper .contactDetail a {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "BentonSans";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    justify-content: flex-start;
    width: 100%;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 60px;
}

.copyright p {
    color: rgba(255, 255, 255, 0.50);
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0;
    margin: 0;
}


.the-iconic-landmark .Heading span {
    color: #B6822E;
    font-family: "BentonSans Book";
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.the-iconic-landmark p {
    font-size: 14px;
}

.the-iconic-landmark .Heading h2 {
    color: #B6822E;
    font-family: "Prosto One";
    font-weight: 400;
}

.gallery .item img {
    height: 300px;
    object-fit: cover;
}

.location-advantage .col-lg-3:nth-child(8) {
    border-right: 0;
}

.location-advantage .col-lg-3:nth-child(10) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.the-iconic-landmark .col-md-4 {
    padding: 0 5px;
}

.aspire-centurian-park-by-gaur .box-wrapper .box h4 {
    color: #B6822E;
    text-align: center;
    font-family: "Prosto One";
    font-size: 16px;
    font-weight: 400;
}

.aspire-centurian-park-by-gaur .box-wrapper .box p {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "BentonSans";
    font-size: 14px;
    font-weight: 400;
}

.aspire-centurian-park-by-gaur .box-wrapper hr {
    border-color: rgba(0, 0, 0, 0.50);
    padding-bottom: 20px;
    margin-top: 40px;
}

.banner .box-inner span {
    color: #B6822E;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    position: relative;
}

.banner .box-inner span:after {
    content: "";
    border: 1px solid #B6822E;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100px;
    margin: auto;
}

.table-responsive {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.10);
}

.Testimonial-wrapper .item iframe {
    width: 100%;
    height: 200px
}

.location-wrapper .icon-box img {
    width: 50px;
}

.location-wrapper .icon-box {
    margin: auto;
    text-align: center;
    width: 100%;
    height: 150px;
}


.location-wrapper .icon-box p {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    background: #fff;
    padding: 4px 16px;
    display: inline-block;
    color: #2b2b2b;
    letter-spacing: 1px;
    margin-bottom: 0;
}


.location-wrapper .icon-box p span {
    font-weight: 700;
}

.location-wrapper .icon-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.location-wrapper .col-lg-3,
.location-wrapper .col-lg-4 {
    display: flex;
}

.location-wrapper .box h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.location-wrapper img {
    width: 100%;
}

.modal-header {
    background: #ac7b1f;
    padding: 10px 24px;
    color: #FFF;
}

.modal-header .btn-close {
    --bs-btn-close-bg: none;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    top: -4px;
    position: relative;
}

.modal .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    margin: 5px;
    padding-left: 43px;
    width: calc(100% - 6px);
}

.modal .modal-dialog form .forms-input-fields i {
    position: absolute;
    top: 8px;
    left: 24px;
    font-size: 20px;
    color: #ac7b1f;
}

.modal .forms-input-fields {
    position: relative;
}

.error {
    color: red;
    font-size: 11px;
}

.modal .form-check-label {
    color: #878787;
    font-size: 10px;
}

.modal .form-check-label a {
    color: #ac7b1f;
}

.modal .btn {
    background-color: #ac7b1f;
    padding: 5px 50px;
    font-size: 16px;
    color: #FFF;
    margin-top: 30px;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}

.location-wrapper .icon-box h6 {
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Cinzel', serif;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 5px;
}


.location-wrapper .box .title h4 {
    font-size: 28px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #000;
    display: inline-block;
    border-top: 2px solid #eacccc;
    border-bottom: 2px solid #eacccc;
    padding: 15px;
}

.location-wrapper .box h4 {
    font-size: 28px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #000;
}

.location-wrapper p.text-center {
    font-size: 20px;
}

.local-progressions .icon-box h6 {
    height: 70px;
}

.footer-wrapper .contactDetail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 22%;
    text-align: left;
    margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .the-iconic-landmark .Heading h2 {
        font-size: 30px;
    }

    body {
        font-size: 15px;
    }

    .sidebar-wrapper {
        width: 280px;
    }

    .main-wrapper {
        margin-right: 0;
        padding: 0 12px;
    }

    .sidebar-wrapper .top ul {
        gap: 15px;
    }

    .button-group {
        padding: 0 20px;
    }

    .banner .box {
        width: 100%;
        top: 0%;
        position: static;

    }

    .banner .box h1 {
        font-size: 30px;
    }

    .banner .box h2 {
        font-size: 24px;
    }

    .banner .box h3 {
        font-size: 20px;
    }

    .banner .box .content h5 {
        font-size: 18px;
    }

    .section,
    section {
        padding: 40px 30px;
    }

    .two-column h3 {
        font-size: 20px;
    }

    .two-column .btn {
        padding: 14px 24px;
        font-size: 15px;
    }

    .two-column .box-wrap {
        padding: 0 30px;
    }

    .luxurious-amenities .box .content {
        right: 15px;
        bottom: -30px;
    }

    .gallery .owl-theme .owl-nav .owl-next,
    .gallery .owl-theme .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .location-advantage .col-lg-3 {
        border: none;
        margin-bottom: 20px;
    }

    .contactus-box {
        padding: 30px;
        background-position: center;
    }

    .contactus-box .image img {
        height: auto;
        width: 100%;
    }


}

@media(max-width:991px) {
    .hearder-wrapper .mobile .navbar.navbar-dark {
        flex-wrap: nowrap;
    }

    .aspire-centurian-park-by-gaur img {
        width: 100%;
    }

    .aspire-highlights .row:nth-child(4) .col-lg-3,
    .aspire-highlights .row:nth-child(2) .col-lg-3 {
        width: 50% !important;
    }

    .offcanvas.offcanvas-end {
        background: #fff !important;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        backface-visibility: hidden;
        bottom: 0;
    }

    .location-wrapper .box h4 {
        margin-top: 30px;
    }

    .aspire-highlights .box h3 {
        font-size: 13px;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: none;
        filter: none;
        font-size: 25px;
        line-height: 1;
    }

    .offcanvas-header {
        box-shadow: 0 0 5px #ccc;
    }

    .hearder-wrapper {
        padding: 8px 0;
    }

    .carousel-indicators {
        bottom: 61%;
    }
}

@media (max-width: 767px) {
    .carousel-indicators {
        bottom: 72%;
    }



    .aspire-highlights .row:nth-child(4) .col-lg-3,
    .aspire-highlights .row:nth-child(2) .col-lg-3 {
        width: 100% !important;
    }

    .aspire-highlights .box {
        text-align: center;
        box-shadow: 0 0 5px #ccc;
        background: #fff;
        padding: 20px;
    }

    .aspire-highlights ul {
        text-align: left;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 30px;
    }

    h2 {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }

    .two-column h3:before {
        top: 37px;
    }

    .two-column .box h4 {
        padding: 12px;
        font-size: 16px;
    }

    .sidebar-wrapper {
        width: 100%;
        max-width: 100%;
        display: none;
    }

    .two-column .btn {
        padding: 12px 14px;
        font-size: 12px;
        margin-bottom: 3rem;
    }

    .main-wrapper {
        margin-right: 0;
        padding: 0 12px;
    }

    .hearder-wrapper .mobile .navbar.navbar-dark {
        flex-wrap: nowrap;
    }

    .button-group {
        padding: 0 20px;
    }

    .banner .box {
        position: static;
        width: 100%;
        margin-top: 20px;
        left: auto;
    }

    .banner .box h1 {
        font-size: 24px;
    }

    .banner .box h2 {
        font-size: 20px;
    }

    .banner .box h3 {
        font-size: 18px;
    }

    .banner .box .content h5 {
        font-size: 16px;
        padding: 12px;
    }

    .section,
    section {
        padding: 30px 20px;
    }

    .two-column h3 {
        font-size: 18px;
    }


    .two-column .box-wrap {
        padding: 0 20px;
    }

    .luxurious-amenities .box .content {
        right: 10px;
        bottom: -25px;
    }

    .gallery .owl-theme .owl-nav .owl-next,
    .gallery .owl-theme .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .location-advantage .col-lg-3 {
        border: none;
        margin-bottom: 20px;
    }

    .location-advantage h6 {
        font-size: 13px;
    }

    .contactus-box {
        background-position: center;
        padding: 20px;
    }

    .contactus-box .image img {
        height: auto;
        width: 100%;
    }

    .hearder-wrapper .header-logo a img {
        width: 60%;
    }

    .contactus-box {
        background-position: center;
        padding: 20px;
        background: #fff;
    }

    .form-detail {
        padding: 30px 0;
        padding-right: 0;
    }

    .contactus-box .form-control {
        padding: 10px;
        width: 100%;
    }

    .luxurious-amenities .box .content h6 {
        padding: 10px 10px;
    }

    .location-wrapper .box h4,
    .location-wrapper .box .title h4 {
        font-size: 18px;
    }

    .location-wrapper .icon-box h6 {
        font-size: 16px;
    }

    .location-wrapper .icon-box h6,
    .local-progressions .icon-box h6 {
        height: auto;
    }
}



.banner {
    position: relative;
}


.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.aspire-highlights h3 {
    color: #72142C;
    font-size: 22px;
}

.aspire-highlights .row:nth-child(4) .col-lg-3,
.aspire-highlights .row:nth-child(2) .col-lg-3 {
    width: 20%;
}

/* .luxurious-amenities .box .image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
} */


.footer-logo img {
    width: 15%;
}



div#myModal a#modal-logo img {
    width: 40%;
}


.Testimonial-wrapper .btn {
    border-radius: 9.678px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);
    display: inline-flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "BentonSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.walkthrough-video iframe {
    width: 100%;
}


.banner {
    position: relative;
}

.toggle-btn {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1000;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    transform: rotate(90deg);
    left: -31px;
    border-radius: 10px;
    background: linear-gradient(100deg, #D8A95C 0.76%, #B6822E 99.24%);

}

.banner .box {
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    width: 350px;
    text-align: center;
    padding: 10px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
}

/* When Active - Slide In */
.banner .box.active {
    transform: translateX(0);
}


@media (max-width: 767px) {

    .Testimonial-wrapper .btn,
    .toggle-btn {
        padding: 12px 14px;
        font-size: 12px;
        margin-bottom: 3rem;
    }

    .banner .box {
        width: 100%;
    }
}