@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'NyghtSerif-Regular';
    src: url('../font/NyghtSerif-Regular.ttf') format('truetype');
}

body {
    font-family: "Poppins", sans-serif;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0;
}

.newClass {
    background-color: #151414;
    box-shadow: 0 0 5px gray;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 128px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 15px;
    text-transform: uppercase;
    /* -moz--webkit-transition: all 0.5s ease; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

.menu ul li {
    margin-right: 10px;
}

.menu ul li:hover a {
    color: #fff;
}

.project-overview-section .know-more {
    text-align: left;
}

.contact-number {
    display: flex;
}

.contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    /* -moz--webkit-transition: all 0.5s ease; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsiv-mobile {
    display: none;
}

/* HEADER CSS ENDS */
.banner-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-img {
    height: 100vh;
}

.banner-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section-infromation {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    content: "";
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.project-title-info {
    font-family: "Montserrat", sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #d2bc88;
    text-transform: uppercase;
}

.project-int {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner-info-img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 9;
    content: "";
    width: 90%;
    text-align: center;
    height: 37vh;
    transform: translate(-50%);
}


.banner-info-img img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-color {
    background: linear-gradient(90deg, var(--primary), var(--foreground), var(--beige));
}

.bg-color-in {
    background: #f4ebe4;
}

.padding-space-extra {
    padding: 70px 0;
}

:root {
    --background: #454492;
    --foreground: #1b1a43;
    --primary: #030303;
    --beige: #3a3988;
    --secondary: #f37a21;
}

.section-title h2 {
    font-size: 40px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--primary), var(--beige), var(--foreground), var(--beige), var(--primary));
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 5s linear infinite;
    font-family: 'NyghtSerif-Regular';
}

.root-info h2 {
    background: linear-gradient(90deg, #e6a17a9e 0%, #dd9f7c 20%, #d79874 40%, #ddd9d7 50%, #d5a58b 60%, #d38d65 80%, #de8f62 100%) 0 0 / 300%;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 5s linear infinite;
    font-family: 'NyghtSerif-Regular';
}

.root-info p {
    color: #b2b2b2;
}

.section-info p {
    color: #b2b2b2;
    letter-spacing: 1px;
    font-size: 14px;
}

.section-title p {
    font-size: 14px;
    letter-spacing: 1px;
}

.project-section-information {
    width: 90%;
    margin: 0 auto;
}

.project-img {
    position: relative;
    overflow: hidden;
    height: 68vh;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.project-int {
    position: relative;
    overflow: hidden;
}

.project-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background: linear-gradient(0deg, black, transparent);
    border-radius: 20px;
}

.project-terrt {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 99;
    width: 100%;
    padding: 20px 20px;
}

p.int-project {
    background: #d2bc88;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 5s linear infinite;
    font-family: 'NyghtSerif-Regular';
    margin-bottom: 0;
    font-size: 40px;
}

p.int-project-location {
    color: #fff;
    font-family: 'NyghtSerif-Regular';
    font-size: 18px;
}
.banner-btn{
    margin-top:30px;
}
.btn {
    background: #d2bc88;
    color: #000;
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
}
.btn a{
    color:#000;
}
.vertical-border {
    border-left: 3px solid #1e1d58;
    height: 45vh;
    margin-left: 13px;
}

.section {
    position: relative;
    overflow: hidden;
}

.about-developer {
    background: url('../images/tower-image.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #01152d;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #01152d;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #9a8557;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.more-text {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

p.part-int-overview {
    color: #ce9374;
    font-family: 'NyghtSerif-Regular';
    font-size: 33px;
    margin-bottom: 0;
}

.int-overview {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #fff;
}

.developer-inters {
    background: #161b32;
    padding: 20px;
    display: flex;
}

.developer-part {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.developer-inter .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.footer-section-points {
    width: 90%;
    margin: 0 auto;
}

.footer-inner h3 {
    font-family: 'NyghtSerif-Regular';
    text-align: Center;
    color: #fff;
}

.footer-group-row p,
.footer-points p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dddada;
    font-size: 18px;
    color: #dddada;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
    color: #dddada;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-points ul li a {
    color: #dddada;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 20px 5px;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--primary), var(--foreground), var(--beige));
    color: #d2bc88;
    font-size: 16px;
    margin-right: 0;
    border: 1px solid #d2bc88;
}

.enquire-outer {
    display: none;
}

.faq-div .card {
    margin-bottom: 10px;
}

.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.auto-popup-right h3 {
    font-size: 24px;
}

.side-enquire-inn {
    position: fixed;
    bottom: 15px;
    left: 10px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px #000;
    border-radius: 100%;
    padding: 10px;
    z-index: 99;
}

.footer-privacy {
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner .btn {
    border-radius: 5px;
}

.about-developer-information {
    width: 90%;
    margin: 0 auto;
}

/* faq-section start */
.faq-section-information {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.faq-section-information .section-title {
    text-align: center;
}

p.policy-point {
    margin-bottom: 0;
}

.card {
    border: none;
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: #3d3c3c;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #535353;
    border-bottom: 1px solid #181717;
}

.card-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.faq-section-information .btn-link {
    text-decoration: none;
    color: #2f2d2d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal;
    text-align: left;
    font-size: 17px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.icon {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
    /* Keep icon from squeezing text */
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "–";
}

/* faq end */
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.faq-title {
    text-align: center;
    font-family: 'Poppins';
}

.faq-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 200;
}

@media only screen and (max-width: 1199px) {
    .project-title-info {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #aa9a6f;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #151414;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #aa9a6f;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #aa9a6f;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overview-description p {
        color: #fff1f1;
        font-size: 14px;
        text-align: justify;
    }

    .section-title h2 {
        font-size: 33px;
    }

    .more-text {
        max-height: 56px;
    }

    .project-title-info {
        font-size: 43px;
    }

}

@media only screen and (max-width: 767px) {
    .vertical-border {
        display: none;
    }

    .footer-inner form .form-group {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .padding-space-extra {
        padding: 50px 0;
    }

    p.int-project-location {
        color: #cbc7c7;
        font-size: 16px;
    }

    p.part-int-overview {
        font-size: 23px;
    }

    .developer-part img {
        max-width: 126px;
    }

    .footer-inner h3 {
        font-size: 21px;
    }

    p.footer-disclaimer {
        font-size: 14px;
    }

    .project-title-info {
        font-size: 36px;
    }

    .more-text {
        margin-top: -12px;
        margin-bottom: 0px;
    }

    .section-info p {
        font-size: 11px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .about-developer-innt p {
        font-size: 13px;
    }

    .faq-section-information {
        width: 100%;
    }

    .faq-section-information .btn-link {
        font-size: 14px;
    }

    .card-body {
        font-size: 13px;
    }

    p.int-project {
        font-size: 30px;
    }
    .enquire-outer {
        display: block;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .enquire-outer ul li {
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #1d3d70 !important;
    }

    .enquire-outer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .enquire-outer ul .whatsapp-now {
        background: #32b24f !important;
        width: 100%;
    }
    .btn {
    font-size: 13px;
}
.banner-section-infromation {
    top: 35%;
}
.banner-info-img {
    height: 45vh;
}
.banner-btn{
    margin-top:15px;
}
.project-section-information {
    width: 100%;
    margin: 0 auto;
}
.section-title p {
    font-size: 12px;
    letter-spacing: 1px;
}
}

@media only screen and (max-width: 420px) {
    .project-title-info {
        font-size: 29px;
    }

    .banner-section {
        height: 85vh;
    }
        .section-title h2 {
        font-size: 20px;
    }
        .developer-part img {
        max-width: 94px;
    }
    .banner-btn .btn{
        margin-bottom:10px;
    }
}