* {
    box-sizing: border-box;
}



.navbar a.nav-link {
    font-family: 'Vidaloka', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

a.navbar-brand {
    max-width: 120px;
}

.h-font {
    font-family: 'Vidaloka', serif;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.6;
    font-weight: 400;
    font-display: swap;
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

.about h6 {
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
}

/* Header */
.navbar {
    background: transparent !important;
    transition: all 0.3s ease;
    padding: 1rem 0;
}

.navbar.scrolled {
    background: #23110f !important;
    padding: 0.5rem 0;
}

.navbar-brand {
    font-family: 'Vidaloka', serif;
    font-size: 28px;
    font-weight: 700;
    color: white !important;
}

.nav-link {
    font-weight: 500;
    color: white !important;
    font-size: 16px;
    margin: 0 10px;
}

/* Banner */
.banner {

    display: flex;
    align-items: center;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 61%) 100%);
}

.banner-content {
    position: absolute;
    right: 100px;
    text-align: left;
    animation: slideUp 1s ease-out;
}

.Levante {
    background: #24110F;
    color: white;
    padding: 110px 0 90px;
}

.Levante .row .col-md-6:nth-child(2) {
    padding-left: 80px;
}

.Levante h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.Levante h3 {
    font-size: 24px;
    color: #C06632;
    margin-bottom: 21px;
    position: relative;
    z-index: 1;
}

.Levante .line {
    width: 280px;
    background: white;
    height: 1px;
    margin-bottom: 30px;
}

.Levante p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    position: relative;
    z-index: 1;
    max-width: 440px;
}

.fetch {
    background: #FAEBD8;
    padding: 90px 0 60px;
}

.fetch h1 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.fetch .light-underline {
    background: black;
}

.who-foundation {
    background: #24110F;
    padding: 60px 0;
    color: white;
}

.who-foundation h1 {
    font-size: 40px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.who-foundation #carouselExample {
    margin-top: 60px;
}

.who-foundation .foundaiotnitems {
    display: flex;
    gap: 50px;
    align-items: center;
    max-width: 820px;
    margin: auto;
}

.landmark-project figure {
    max-width: 630px;
    margin: auto;
}

.landmark-project {
    padding: 90px 0;
    background: #FAEBD8;
}

.landmark-project h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.landmark-project .light-underline {
    background: black;
}

.landmark-project div#carouselExamples {
    margin-top: 40px;
}

.landmark-project div#carouselExamples button {
    filter: brightness(0);
    opacity: 9;
}

.landmark-project div#carouselExamples button img {
    width: 50px;
}

.contact-us {
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 80px;
}

.contact-us .row .col-md-6:nth-child(2) {
    padding-left: 90px;
}

.contact-us h2 {
    color: white;
    font-size: 40px;
    margin-bottom: 32px;
}

.contact-us form {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.contact-us form .form-control {
    background: transparent;
    border-radius: 0;
    color: white;
    height: 44px;
    font-size: 16px;
}

.contact-us form .form-control::placeholder {
    color: white;
}

.contact-us form .form-control:focus {
    box-shadow: unset;
    border-color: white;
}

.contact-us form button {
    border: 0;
}

footer {
    background: #24110F;
    padding-top: 90px;
    padding-bottom: 20px;
}

footer h3 {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 24px;
}

footer h3+.underline {
    margin-bottom: 90px;
}

footer h3 span {
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
}

footer figure {

    max-width: 150px;
}

footer p:not(span) {
    font-weight: 600;
}

footer p span {
    font-weight: 400;
    margin-top: 8px;
}


ul.footerlinks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 42px;
    margin-top: 40px;
}

ul.footerlinks a {
    color: white;
    text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
}

ul.footerlinks a:hover {
    color: white;
}

.footer-bottom p {
    margin: 0;
    color: white;
}

.footer-bottom {
    padding: 8px 0;
    border-top: 1px solid white;
    background: #23110f;
}

.footer-bottom p a {
    text-decoration: none;
    color: white;
}

.footer-bottom .row .col-md-6:nth-child(2) p {
    text-align: right;
}


.landmark-project-abs {
    position: absolute;
    right: 0;
    top: 0;
}

.who-foundation .carousel-control-next,
.who-foundation .carousel-control-prev {
    opacity: 9;
}

.who-foundation .carousel-control-next img,
.who-foundation .carousel-control-prev img {
    width: 50px;
}

.abs-who {
    position: absolute;
    top: 0;
}

.who-foundation .container {
    position: relative;
    z-index: 1;
}

.who-foundation button.carousel-control-prev {
    left: -60px;
}

.who-foundation button.carousel-control-next {
    right: -70px;
}

.who-foundation .foundaiotnitems div:nth-child(1) {
    width: 200px;
    flex: 0 0 200px;
}

.who-foundation .foundaiotnitems h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.who-foundation .foundaiotnitems p {
    font-size: 16px;
}

.fetch p {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.fetch figure {
    max-width: 700px;
    display: table;
    margin: auto;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner h1 {
    font-family: 'Vidaloka', serif;
    font-size: 54px;
    font-weight: 400;
    color: white;
    margin-bottom: 12px;
    line-height: 1.2;
}

.blocks figure {
    background: #C06632;
    width: 70px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blocks figure img {
    height: 40px;
}

.blocks .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blocks h3 {
    font-size: 29px;
}

.blocks {
    padding: 90px 0;
}

.blocks .project-abs {
    bottom: 0;
    top: unset;
}

.banner h2 {
    margin-bottom: 18px;
    color: white;
    font-size: 22px;
    font-weight: 300;
}

.qr-abs {
    position: absolute;
    right: 20px;
    top: 50px;
    max-width: 430px;
}

.know-more {
    background: #C06632;
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.know-more:hover {
    background: #a45528;
}

/* Section Styles */
.section-container {
    padding: 74px 0 110px;
}

.dark-bg {
    background: #24110F;
    color: white;
}

.light-bg {
    background: #FAEBD8;
    color: #000;
}

.section-title {
    font-family: 'Vidaloka', serif;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 12px;
}

.about {
    position: relative;
}

.project {
    position: relative;
}

.project-abs {
    position: absolute;
    right: 0;
    top: 190px;
}

.floor-plan {
    background: #24110F;
    padding: 140px 0;
}

.floor-plan .col-lg-5 {
    padding-left: 50px;
}

.floor-plan .container {
    position: relative;
    z-index: 1;
}

.floor-plan h2 {
    color: #C06632;
    font-size: 60px;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    margin-bottom: 40px;
}

.project .underline {
    background: black;
}

.project p {
    color: black;
    text-align: center;
    max-width: 1070px;
    margin: auto;
    font-size: 18px;
}



.about p {
    font-size: 18px;
    max-width: 450px;
}

.about-line {
    position: absolute;
    right: 0;
    top: 0;
}

.squirebox {
    width: 300px;
    height: 190px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.about-thumb {
    width: 256px;
    position: absolute;
    right: -60px;
    bottom: -60px;
}

.dark-title {
    color: #F4C1A4;
}

.light-title {
    color: #000;
}

.underline {
    width: 300px;
    height: 1px;
    background: white;
    margin: 0 auto 20px;
}

.light-underline {
    background: white;
}

/* Owl Carousel */
.owl-carousel-container {
    max-width: 900px;
    margin: 90px auto 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 12vw;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel .owl-prev {
    left: -80px;
    position: absolute;
}

.owl-carousel .owl-next {
    right: -80px;
    position: absolute;
}

.owl-nav button:hover {
    background-color: white !important;
}

.owl-nav button {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
    margin: 0;
    font-size: 20px !important;
}

.count-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    gap: 18px;
}

.count-box h5 {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 1px;
}

.count-box p {
    font-size: 18px;
    margin-bottom: 0;
}

.fetch .container .row:nth-child(2) {
    margin-top: 60px;
}

.fetch h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.fetch .container .row:nth-child(2) .col-md-12:nth-child(1) {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .owl-prev {
        left: 10px !important;
    }

    .owl-next {
        right: 10px !important;
    }

    .owl-nav button {
        width: 40px !important;
        height: 40px !important;
    }
}

.slide-content h3 {
    font-family: 'Vidaloka', serif;
    font-size: 40px;
    color: #C06632;
    text-align: center;
    margin: 40px 0 20px;
}

.slide-content p {
    font-size: 18px;
    text-align: center;
    max-width: 730px;
    margin: auto;
}

/* Owl Carousel Premium Styling */
.owl-carousel .owl-item {
    transition: opacity 0.5s ease-in-out;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dot {
    outline: none;
}

.owl-carousel .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 8px !important;
    background: #ccc !important;
    display: block;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
    background: #C06632 !important;
    transform: scale(1.3);
}

.owl-nav button {
    transition: all 0.3s ease !important;
}

.owl-nav button:hover {
    background: #C06632 !important;
    border-color: #C06632 !important;
    color: #fff !important;
}

/* Main Floor Image Styling */
.floor-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.floor-img.changing {
    opacity: 0;
    transform: scale(0.95);
}

.thumbnail {
    width: 140px;
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 160px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
}

.thumb-img {
    max-width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.thumbnail:hover .thumb-img {
    transform: scale(1.1);
}

.floor-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floor-item {
    cursor: pointer;
    padding: 15px 0;
    display: inline-flex;
    align-items: center;
    font-size: 25px;
    font-weight: normal;
    color: white;
    transition: color 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    min-width: 300px;
}

.floor-item.active {
    color: #C06632;
}

.floor-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s;
}

.floor-item.active .floor-icon {
    background: #C06632;
}

.location figure::before {
    content: " ";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    z-index: 0;
}

.location figure img {
    position: relative;
}

.location .row .col-lg-6:nth-child(2) {
    padding-left: 80px;
}

.location p {
    font-size: 18px;
}

.location ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    font-weight: 500;
}

.location ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.location ul li .icon {
    width: 25px;
    flex: 0 0 25px;
}

.location ul li .icon img {
    width: 25px;
    flex: 0 0 25px;
}

.location ul li:before {
    content: " ";
    width: calc(100% - 38px);
    position: absolute;
    left: 38px;
    bottom: -13px;
    height: 1px;
    background: #000000;
    opacity: 0.3;
}

.download-btn {
    font-size: 18px;
    background: #C06632;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    margin-top: 34px;
    font-weight: 400;
    transition: background 0.3s;

}

.download-btn:hover {
    background: #000;
}

.location {
    background: #FAEBD8;
    padding: 90px 0;
}

.location .light-underline {
    background: black;
    width: 120px;
}

.abs-footer {
    position: absolute;
    top: 0;
}

.abs-footer img {
    height: 270px;
}

.footer-bottom .container,
footer .container {
    position: relative;
    z-index: 1;
}

.contactform .modal-content {
    background: #ECEBE5;
    padding: 0;
    border: 0;
}

.contactform .modal-dialog {
    max-width: 990px;
}

.contactform .modal-dialog .row {
    row-gap: 30px;
}

.contactform .modal-dialog .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #D2D2D2;
    background: transparent;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border-radius: 0 !important;
    height: 44px;
}


.contactform .modal-dialog .def-btn {
    width: 100%;
    height: 44px;
    background: #000;
    color: white;
    border-color: #000;
}

.contactform .modal-dialog form {
    margin-top: 24px;
    padding-left: 40px;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactform .modal-dialog h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
}

.contactform .modal-dialog .btn-close {
    right: 30px;
    position: absolute;
    top: 20px;
    opacity: 9;
}

.contactform .modal-dialog .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.popup_info {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(0 0 0 / 52%);
    padding: 20px;
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(25px);
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 20px;
    text-align: center;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactform figure.position-relative.mb-0>img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.contactform .modal-body {
    padding: 0;
}

.popup_info img {
    width: 180px;
}

.contactform .modal-dialog form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactform .modal-dialog form button {
    border: 0;
    text-transform: uppercase;
    padding: 14px 0;
    margin-top: 20px;
}



/* Responsive */
@media (max-width: 768px) {
    .banner-content {
        right: 20px;
        left: 20px;
        text-align: center;
    }

    .banner h1 {
        font-size: 36px;
    }

    .section-title {
        font-size: 32px;
    }

    .floor-item {
        font-size: 20px;
    }
}

/* Thank You Page Styles */
.thank-you-body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    overflow: hidden;
    background: #111;
}

.thank-you-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/banner.jpg') no-repeat center center/cover;
    color: #fff;
    position: relative;
}

.thank-you-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    width: 90%;
    animation: fadeInUp 1s ease-out;
}

.check-icon {
    width: 80px;
    height: 80px;
    background: #C06632;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 0 20px rgba(192, 102, 50, 0.5);
    animation: bounceIn 1s ease-out 0.5s both;
}

.check-icon i {
    font-size: 40px;
    color: #fff;
}

.thank-you-content h1 {
    font-family: 'Vidaloka', serif;
    font-size: 3.5rem;
    color: white;
    font-weight: 400;
    margin-bottom: 15px;

}

.thank-you-content h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.thank-you-content p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.6;
}

.btn-home {
    background: transparent;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fff;
    /* border-radius: 30px; */
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.btn-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #C06632;
    transition: width 0.3s ease;
    z-index: -1;
}

.btn-home:hover::before {
    width: 100%;
}

.btn-home:hover {
    color: #fff;
    box-shadow: 0 0 20px rgba(192, 102, 50, 0.4);
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 600px) {
    .location .row .col-lg-6:nth-child(2) {
        padding-left: 16px;
    }

    .about-thumb {
        width: 150px;
        right: 10px;
        bottom: -50px;
    }

    .who-foundation .foundaiotnitems {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 3px;
    }

    ul.footerlinks {
        display: none;
    }

    .contact-us .row .col-md-6:nth-child(2) {
        padding-left: 16px;
    }

    .floor-plan .col-lg-5 {
        padding-left: 16px;
    }

    .thumbnail {
        display: none;
    }

    .who-foundation button.carousel-control-next {
        right: 0;
    }

    .who-foundation button.carousel-control-prev {
        left: 0;
    }

    .who-foundation button {
        top: 35vw !important;
        align-items: flex-start;
    }

    section.banner img {
        height: 570px;
        object-fit: cover;
        object-position: center;
    }

    .banner:before {
        height: 100%;
        background: linear-gradient(0deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 55%) 100%);
    }

    .about .container {
        position: relative;
        z-index: 1;
    }

    .about .col-lg-5 {
        order: 1;
    }

    .about .col-lg-6 {
        order: 2;
        padding-top: 50px;
    }

    .about .know-more {
        width: 60%;
        margin: auto;
        text-align: center;
        display: table !important;
        margin-top: 51px !important;
    }

    .about p {
        text-align: center;
    }

    .project .container {
        position: relative;
        z-index: 1;
    }

    .owl-nav button {
        background: #C06632 !important;
        color: white;
        border-color: #C06632 !important;
    }

    .owl-nav button i {
        color: white !important;
    }

    .slide-content h3 {
        margin-top: 10px;
        font-size: 32px;
        margin-bottom: 14px;
    }

    .slide-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .floor-plan .container {
        position: relative;
        z-index: 1;
    }

    .floor-plan {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .floor-plan h2 {
        font-size: 39px;
        text-align: center;
    }

    .floor-plan button.download-btn {
        display: table;
        margin: auto;
        margin-top: 40px;
    }

    section#location {
        padding: 60px 0;
    }

    section#location figure {
        margin-bottom: 34px !important;
    }

    .location .container {
        position: relative;
        z-index: 1;
    }

    .location p {
        text-align: left;
        font-size: 16px;
        line-height: 1.6;
    }

    .Levante .row .col-md-4:nth-child(2) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Levante .container-fluid {
        position: relative;
        z-index: 1;
    }

    .Levante .about-line {
        z-index: 0;
    }

    .Levante h2,
    .Levante h3,
    .Levante p,
    .Levante .line {
        position: relative;
        z-index: 1;
    }

    .Levante h2 {
        font-size: 32px;
    }

    .Levante p {
        font-size: 18px;
        padding: 0 20px;
    }

    .location figure img {
        width: 96%;
        display: table;
        margin: auto;
    }

    .location figure::before {
        right: 0;
        top: -20px;
        height: calc(100% + 40px);
    }

    .fetch {
        padding: 60px 0;
    }

    .fetch h1 {
        font-size: 32px;
    }

    .who-foundation h1 {
        font-size: 32px;
    }

    .who-foundation #carouselExample {
        margin-top: 40px;
    }

    .landmark-project .container {
        position: relative;
        z-index: 1;
    }

    .landmark-project h2 {
        font-size: 32px;
    }

    .landmark-project {
        padding: 60px 0;
    }

    .landmark-project div#carouselExamples button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c06632 !important;
        filter: unset;
        opacity: 9;
        top: 19vw;
    }

    .landmark-project div#carouselExamples button img {
        width: 30px;
    }

    .contact-us figure {
        display: none;
    }

    .contact-us {
        text-align: center;
        padding: 60px 0;
    }

    .navbar.active {
        background: #23110f !important;
        padding: 0.5rem 0;
    }

    .abs-footer img {
        height: 200px;
    }

    button.navbar-toggler {
        border: 0;
    }

    .navbar-toggler-icon {
        color: white;
        filter: brightness(9);
    }

    a.navbar-brand {
        max-width: 100px;
    }

    .navbar-collapse {
        padding: 20px 0 40px;
    }

    .navbar-nav {
        gap: 14px;
    }

    .navbar-toggler:focus {
        box-shadow: unset !important;
    }

    footer .row {
        row-gap: 10px;
    }

    footer figure {
        display: table;
        margin: auto;
        margin-bottom: 40px;
    }

    footer p a {
        color: white;
    }

    div#promoters {
        padding: 60px 0;
    }

    .Levante .row .col-md-6:nth-child(2) {
        padding-left: 16px;
        text-align: center;
        padding-top: 30px;
    }

    iframe {
        height: 320px;
        margin-bottom: 34px;
    }

    footer h3+.underline {
        margin-bottom: 40px;
    }

    .count-box {
        width: 100%;
        padding: 0 50px;
    }

    .fetch .col-md-4 {
        margin-bottom: 44px;
    }

    .blocks h3 {
        font-size: 24px;
    }

    .blocks {
        padding: 60px 0;
    }

    .blocks .row {
        row-gap: 84px;
    }
}