@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    /* font-family: "DM Sans", sans-serif !important; */
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    background-color: #fff;
    font-size: clamp(0.40rem, 4vw, 1rem);
    color: #000 !important;
}

/* * {
  outline: 1px solid red;
} */

:root {
    --theme: #62427c;
    --theme-dark: #502f6c;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.object-cover {
    object-fit: cover !important;
}

.fs-7 {
    font-size: 0.80rem;
}

.top-h85 {
    top: 82px;
}

.text-custom-red {
    color: var(--theme) !important;
}

.text-custom {
    color: var(--theme) !important;
}

.text-custom-50 {
    color: #e9dc92 !important;
}

.btn-custom-red {
    background: var(--theme) !important;
    color: #fff !important;
    width: fit-content;
}

.btn-custom {
    background: var(--theme) !important;
    color: #fff !important;
    width: fit-content;
}

.btn-outline-custom {
    border-color: var(--theme) !important;
    color: var(--theme) !important;
    width: fit-content;
}

.btn-outline-custom:hover {
    background: var(--theme) !important;
    color: #fff !important;
}

.btn-custom:hover {
    background: var(--theme-dark) !important;
    color: #fff !important;
}

.btn-custom-red {
    background: var(--theme) !important;
    color: #fff !important;
    width: fit-content;
}

.btn-custom-red:hover {
    background: var(--theme) !important;
    color: #fff !important;
}

.btn-custom,
.btn-outline-custom {
    width: 70%;
    max-width: 240px;
    min-width: fit-content;
}


.border-custom {
    border-color: var(--theme) !important;
}

.border-custom-red {
    border-color: var(--theme) !important;
}

.bg-custom-50 {
    background-color: #000 !important;
}

.bg-custom {
    background-color: var(--theme) !important;
}

.bg-custom-red {
    background-color: var(--theme) !important;
}

.bg-custom-dark {
    background-color: #646257 !important;
}

.scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

.slick-next {
    right: -45px;
}

.slick-prev {
    left: -45px;
}

.slider .slick-prev,
.slider .slick-next {
    z-index: 1 !important;
    width: auto !important;
    height: auto !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 35px;
    opacity: 1 !important;
}

.slick-next:before {
    content: '\F285';
    font-family: "bootstrap-icons";
    color: var(--theme);
    font-weight: 600;
}

.slick-prev:before {
    content: '\F284';
    font-family: "bootstrap-icons";
    color: var(--theme);
    font-weight: 600;
}

.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
}

.slick-slide {
    padding: 15px;
}

.slick-slide img {
    height: 85% !important;
}




#contactus input::placeholder {
    color: #fff;
}

#contactus {
    background: url("gallery/1.jpg") center no-repeat;
    background-size: cover;
    padding: 8rem 40px !important;
    background-position: top;
}

table {
    font-size: clamp(0.875rem, -1.1527rem + 6.4885vw, 1rem) !important;
}

table td,
table th {
    vertical-align: middle;
    padding: 25px 16px !important;
    color: #000 !important;
}

.table-transparent {
    --bs-table-bg: transparent !important;
}

.round-internal {
    padding: 40px;
    background: #fff;
    border-radius: 50%;
}

.project-img {
    object-fit: cover;
    border-radius: 50%;
}

.round {
    position: absolute;
    padding: 15px;
    background: #ffffff80;
    left: 50%;
    top: -50px;
    border-radius: 50%;
    transform: translate(-50%, 0px);
    outline: 15px solid #ffffff26;
}

.shadow-custom {
    box-shadow: 0 8px 20px -6px black;
}

.fs-big {
    font-size: 4rem;
    font-family: "Playwrite NZ", cursive;
}

.fs-big .small {
    font-size: 3rem;
}

.amn-wrap {
    text-align: center;
}

.amen-icon {
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: #ffe2e4;
    /*#fff6e0;*/
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amen-icon img {
    width: 55px !important;
    /* filter: invert(1) contrast(2) hue-rotate(180deg); */
}

.bottom-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.custom-top-left {
    top: 120px !important;
    left: 20px !important;
}

.map-div {
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 15px;
}

#maps img {
    height: 350px !important;
}

.background {
    background: url(/22539-8-man-file.png) center no-repeat;
    background-size: contain;
    background-color: #b7b7b7;
    font-family: "Josefin Sans", sans-serif !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--theme) !important;
    box-shadow: none;
}

.accordion-button {
    color: var(--theme) !important;
    ;
}

.right-btn {
    color: #fff;
    text-align: center;
    padding: 8px 25px;
    border-radius: 10px 10px 0 0;
    width: fit-content;
    transform: rotate(270deg);
    right: -75px;
    position: fixed;
    bottom: 20%;
    font-weight: 400;
    background: linear-gradient(-45deg, var(--theme), var(--theme-dark), var(--theme));
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

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

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

.custom-bg {}

.side-gallery {
    max-width: 29%;
}

.mid-gallery {
    max-width: 19%;
}




.read-more {
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 10px;
}

.read-more:hover {
    color: var(--theme-color) !important;
    text-shadow: 2px 2px 5px #2e2e2e;
}

.read-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-text.show {
    -webkit-line-clamp: unset;
}



.plans,
.tower {
    display: none;
}

.plans.active,
.tower.active {
    display: flex;
}

[data-plan-toggel="plans"].active,
[data-tower-toggel="tower"].active {
    width: fit-content;
    color: #fff !important;
    background-color: var(--theme) !important;
}

[data-plan-toggel="plans"],
[data-tower-toggel="tower"] {
    width: fit-content;
    color: var(--theme) !important;
    border-color: var(--theme) !important;
}

.carousel-item {
    height: 75vh;
}

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

.bg-custom-light {
    background: #e7e8f0;
}

@media screen AND (max-width: 768px) {
    div#about {
        text-align: center;
    }

    div#about h1,
    div#about .col-12.row.gap-3.m-0.mt-4.mt-md-5 {
        justify-content: center;
    }

    div#floorPlan {
        text-align: center;
    }

    .carousel-item {
        height: auto;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .logo {
        height: 55px !important;
    }

    .side-gallery,
    .mid-gallery {
        max-width: 48%;
    }

    #contactus {
        padding: 4rem 20px !important;
    }
}

.btn-primary {
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
}



.amenities-scroll {
    display: flex;
    gap: 24px;
    /* space between cards */
    overflow-x: auto;
    /* horizontal scroll */
    padding-bottom: 16px;
    scrollbar-width: thin;
    /* Firefox */
}

.amenities-scroll::-webkit-scrollbar {
    height: 10px;
    /* visible scrollbar */
}

.amenities-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.amenity-item {
    flex: 0 0 420px;
    /* fixed width (2 visible on desktop) */
    text-align: center;
}

.amenity-item img {
    width: 100%;
    height: 220px;
    /* controlled height */
    object-fit: cover;
    border-radius: 20px;
    /* rounded corners */
}

.amenity-item p {
    margin-top: 12px;
    font-weight: 600;
}


.tower {
    display: none;
}

.tower.active {
    display: block;
}



/* .plans {
    display: none;
}
.plans.active {
    display: flex;
} */



/* Default (inactive) */
.floorPlan {
    background-color: transparent;
    color: #000;
    transition: all 0.25s ease;
}

/* Active button */
.floorPlan.active {
    background-color: #62427c;
    /* purple */
    color: #fff;
    border: none !important;
}


/* inactive */
.floor-btn {
    background-color: transparent;
    color: #000;
    transition: all 0.25s ease;
}

/* active — CLEAR VISUAL DIFFERENCE */
.floor-btn.active {
    background-color: #62427c;
    /* purple */
    color: #fff;
    font-weight: 600;
}


#offerTag{
    background-color: #62427c;
}