@import url('https://fonts.googleapis.com/css2?family=Forum&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

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

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

.heading {
    font-family: "Forum", serif !important;
}

.text-custom-red {
    color: #df2031 !important;
}

.text-custom {
    color: #AE9046 !important;

}

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

/* .btn-custom-red {
    background: #AE9046 !important;
    color: #fff !important;
    width: fit-content;
} */

.btn-custom {
    background: #AE9046 !important;
    color: #fff !important;
    width: fit-content;
}

.btn-custom:hover {
    background: #9b803a !important;
    color: #fff !important;
}

.btn-custom-red {
    /* background: #AE9046 !important; */
    background: linear-gradient(to right, #be973a 0%, #D2AC47 55%, #EDC967 100%);
    color: #fff !important;
    width: fit-content;
}

.btn-custom-red:hover {
    /* background: #9b803a !important; */
    background: linear-gradient(to right, #b18955 0%, #D2AC47 65%, #EDC967 100%);
    color: white !important;
}

.btn-custom:hover {
    background: #826a2b !important;
    color: #fff !important;
}

.border-custom {
    border-color: #AE9046 !important;
}

.border-custom-red {
    border-color: #df2031 !important;
}

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

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

.bg-custom-red {
    background-color: #df2031 !important;
}

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

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

/* #price{
    background: url("/invictus image.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;
}

.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: #df2031 !important;
    box-shadow: none;
}

.accordion-button {
    color: #df2031;
}

.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, #df2031, #a91724, #9c131f, #df2031);
    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%;
    }
}



.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: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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



.plans {
    display: none;
}

.plans.active {
    display: flex;
}

[data-plan-toggel="plans"].active {
    width: fit-content;
    color: #fff !important;
    background-color: #df2031 !important;
}

[data-plan-toggel="plans"] {
    width: fit-content;
    color: #df2031 !important;
    border-color: #df2031 !important;
}

@media screen AND (max-width: 768px) {
    .logo {
        height: 30px !important;
    }

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

@media (max-width: 768px) {
    .heading {
        text-align: center;
        justify-content: center;
    }
}

/* #AE8652 #F7EF8A #D2AC47 #EDC967 */

/* Amenities Swiper Styles */
.amenity-swiper {
    padding: 20px 0 20px 0;
    --swiper-pagination-color: #df2031;
}

/* Hide default navigation buttons */
.amenity-swiper::part(button-prev),
.amenity-swiper::part(button-next) {
    display: none;
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.swiper-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #df2031;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(223, 32, 49, 0.3);
}

.swiper-nav-btn:hover {
    background: #b11a27;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(223, 32, 49, 0.4);
}

.swiper-nav-btn i {
    font-size: 1.2rem;
}

.amenity-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
    border: 1px solid #f0f0f0;
}

.gallery-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    /* padding-bottom: 20px; */
    width: 100%;
    border: 1px solid #f0f0f0;
}

.amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.amenity-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.amenity-card h5 {
    font-family: "Forum", serif;
    color: #df2031;
    margin-top: 1.5rem;
    font-weight: 600;
}

swiper-container {
    width: 100%;
    height: auto;
}

swiper-slide {
    padding: 15px;
    height: auto;
}

@media (max-width: 768px) {

    /* .amenity-img {
        height: 240px;
    } */
    .gallery-img {
        width: 100%;
        height: 220px;
        /* control slider height */
        object-fit: cover;
        display: block;
    }

}

/* scroll */
.scrolling-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: white;
    border: 1px solid red;
    border-radius: 0.375rem;
    padding: 0.25rem;
}

.scrolling-text {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
    /* animation-delay: 5s; */
}

@keyframes scroll-left {
    0% {
        transform: translateX(40%);
    }

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

@media (max-width: 576px) {

    table th,
    table td {
        padding: 6px 4px !important;
    }

    #price table {
        width: 100% !important;
    }

    #price .floorPlan.btn {
        font-size: 0.72rem !important;
        padding: 5px 8px !important;
        white-space: nowrap;
    }
}


/* #phoneIcon-bottom {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: none !important;
} */

.call-icons {
    background-color: #0d6efd !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    z-index: 999;
}