/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Animation Optimizations for Different Breakpoints */
@media (max-width: 1024px) {
  /* Reduce animation duration on tablets for better performance */
  .arch-image, .arch-content, .arch-card,
  .precision-left, .precision-right,
  .pillar-box, .manifesto-card,
  .founder-image, .founder-content,
  .quarter-left, .quarter-right,
  .card, .project-card {
    animation-duration: 0.6s !important;
  }
}

@media (max-width: 768px) {
  /* Optimize animations for mobile */
  * {
    animation-duration: 0.5s !important;
    transition-duration: 0.3s !important;
  }

  /* Reduce parallax and complex transforms on mobile */
  .hero-overlay,
  .card:hover img {
    transform: scale(1.05) !important;
  }

  .project-card:hover {
    transform: translateY(-5px) !important;
  }

  .card:hover {
    transform: none !important;
  }

  /* Disable float animation on mobile */
  .play-btn,
  .years {
    animation: none !important;
  }

  /* Reduce stagger delays on mobile */
  .nav-links li:nth-child(1) { animation-delay: 0s !important; }
  .nav-links li:nth-child(2) { animation-delay: 0.05s !important; }
  .nav-links li:nth-child(3) { animation-delay: 0.1s !important; }
  .nav-links li:nth-child(4) { animation-delay: 0.15s !important; }
  .nav-links li:nth-child(5) { animation-delay: 0.2s !important; }

  .pillar-box:nth-child(1) { animation-delay: 0s !important; }
  .pillar-box:nth-child(2) { animation-delay: 0.1s !important; }
  .pillar-box:nth-child(3) { animation-delay: 0.2s !important; }

  .manifesto-card:nth-child(1) { animation-delay: 0.1s !important; }
  .manifesto-card:nth-child(2) { animation-delay: 0.2s !important; }
  .manifesto-card:nth-child(3) { animation-delay: 0.3s !important; }
}

/* 500px */
@media (max-width: 500px) {
  .hero {
    height: 70vh;
  }

  .hero-text p {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }


    .architecture-container {
    padding: 0 30px;
  }

  .arch-card {
    width: 100%;
    padding: 20px;
  }

  .arch-content h2 {
    font-size: 26px;
  }

  .arch-content p {
    font-size: 11px;
  }
      .arch-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: -146px !important;
    }
        .arch-image, .arch-content {
        width: 100%;
        margin-top: 100px;
    }
        .architecture {
        padding: 0px !important;
    }



      .precision-container {
    padding: 0 20px;
  }

  .precision-left h2 {
    font-size: 28px;
  }

  .stat h3 {
    font-size: 32px;
  }

  .top-block h4 {
    font-size: 16px;
  }
      .precision-left h2 {
        font-size: 25px !important;
    }
      .precision-left p {
        font-size: 11px;
    }


      .pillars-container {
    padding: 0 20px;
  }

  .pillar-box {
    padding: 30px 20px;
  }

  .pillars h2 {
    font-size: 28px;
  }


    .manifesto-container {
    padding: 0 20px;
  }

  .manifesto-left h2 {
    font-size: 28px;
  }

  .manifesto-card {
    padding: 25px;
  }

  .manifesto-card p {
    font-size: 11px;
  }


    .founder-container {
    padding: 0 20px;
  }

  .founder-content h2 {
    font-size: 22px;
  }
      .founder-content h2 {
        font-size: 22px !important;
    }
      .founder-content p {
        font-size: 11px !important;
    }




      .quarter-container {
    padding: 0 20px;
  }

  .quarter-left h2 {
    font-size: 26px;
  }

  .q-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .quarter-right {
    height: 320px;
  }

  .years {
    right: 20px;
    padding: 20px;
  }
      .img1 {
        position: absolute;
        width: 45%;
        top: -79px;
        left: 0;
    }
        .img2 {
        position: absolute;
        width: 45%;
        top: -59px !important;
        right: 26px !important;
    }
        .years {
        position: absolute;
        top: 73px !important;
        right: 6px !important;
    }

        .quarter-right {
        height: 250px !important;
    }

      .container {
    padding: 0 20px;
  }

  .landmarks-header h2 {
    font-size: 26px;
  }

  .card.big {
    height: 250px;
  }

    .stats-container {
    padding: 0 20px;
  }

  .stat {
    width: 100%;
  }

  .stat h2 {
    font-size: 28px;
  }

  .stat p {
    font-size: 11px;
  }


      .stats {
        padding: 50px 20px;
    }

    .stat h3 {
        font-size: 24px;
    }

    .stat p {
        font-size: 13px;
    }
    


        .quote-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .nav button {
        width: 30px;
        height: 30px;
    }


        .footer {
        padding: 60px 20px 30px;
    }

    .footer-col a,
    .footer-col p {
        font-size: 12px;
    }
}

/* 768px */
@media (max-width: 768px) {

  .hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    right: -100%;
    top: 0;

    width: 100%;
    height: 100vh;

    background: #fff;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    transition: 0.4s;
  }

  .nav-links a {
    color: #111;
    font-size: 18px;
  }

  .nav-links.active {
    right: 0;
  }



    .architecture {
    padding: 80px 0;
  }

  .arch-content h2 {
    font-size: 32px;
  }

   .precision {
    padding: 80px 0;
  }

  .precision-left h2 {
    font-size: 36px;
  }

  .stats {
    justify-content: center;
  }


    .pillars {
    padding: 80px 0;
  }

  .pillars h2 {
    font-size: 36px;
  }


    .manifesto {
    padding: 80px 0;
  }

  .manifesto-left h2 {
    font-size: 36px;
  }

  .manifesto-card {
    padding: 30px;
  }

  .manifesto-card h3 {
    font-size: 22px;
  }

    .founder {
    padding: 80px 0;
  }

  .founder-content h2 {
    font-size: 26px;
  }

  .founder-content p {
    font-size: 12px;
  }



    .quarter {
    padding: 80px 0;
  }

  .quarter-left h2 {
    font-size: 34px;
  }

  .img1 {
    width: 200px;
  }

  .img2 {
    width: 180px;
  }


    .landmarks {
    padding: 80px 0;
  }

  .landmarks-header {
    flex-direction: column;
    gap: 10px;
  }

  .landmarks-header h2 {
    font-size: 34px;
  }

    .stats {
    padding: 60px 0;
  }

  .stat h2 {
    font-size: 34px;
  }

  .stat {
    width: 45%;
  }



      .stats-container {
        flex-direction: column;
        gap: 25px;
    }

    .stat {
        width: 100%;
    }

    .stat h3 {
        font-size: 28px;
    }


        .testimonial {
        padding: 70px 20px;
    }

    .quote-text {
        font-size: 16px;
    }

    .quote-icon {
        font-size: 24px;
    }


        .footer-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-col {
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* 900px */
@media (max-width: 900px) {
  .hero {
    height: 80vh;
  }


    .architecture-container {
    flex-direction: column;
    text-align: center;
  }

  .arch-image,
  .arch-content {
    width: 100%;
  }

  .arch-card {
    left: 51% !important;
    transform: translateX(-50%);
    bottom: -30px;
  }

   .precision-container {
    flex-direction: column;
    gap: 60px;
  }

  .precision-left,
  .precision-right {
    width: 100%;
  }

  .precision-right {
    padding-left: 30px;
  }

        .pillars-grid {
        flex-direction: column;
    }


    .manifesto-container {
    flex-direction: column;
    gap: 60px;
  }

  .manifesto-left,
  .manifesto-right {
    width: 100%;
  }


    .founder-container {
    flex-direction: column;
    text-align: center;
  }

  .founder-image,
  .founder-content {
    width: 100%;
  }

  .founder-bg {
    left: -200px;
  }

    .quarter-container {
    flex-direction: column;
    gap: 60px;
  }

  .quarter-left,
  .quarter-right {
    width: 100%;
  }

  .quarter-right {
    height: 400px;
  }
  .img1 {
    position: absolute;
    width: 45%;
    top: -100px;
    left: 0;
}
    .img2 {
        position: absolute;
        width: 45%;
        top: -52px !important;
        right: 50px !important;
    }
    .years {
        position: absolute;
        top: 293px;
        right: 30px !important;
    }

      .landmarks-grid {
    flex-direction: column;
  }

  .card.big,
  .right-cards {
    width: 100%;
  }

  .card.big {
    height: 350px;
  }

  .landmarks-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

    .stats-container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .stat {
    width: 30%;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .nav-container {
    padding: 15px 30px;
  }

    .architecture-container {
    gap: 65px;
  }

  .arch-content h2 {
    font-size: 40px;
  }

  .arch-card {
    position: absolute;
    bottom: -40px;
    left: 40%;
  }

    .precision-left h2 {
    font-size: 44px;
  }

    .manifesto-left h2 {
    font-size: 44px;
  }

    .founder-content h2 {
    font-size: 32px;
  }


        .quarter-left h2 {
        font-size: 30px;
    }

  .years {
    position: absolute;
    top: 31px;
    right: 30px;
}
.img2 {
    position: absolute;
    width: 45%;
    top: -160px;
    right: 50px;
}

  .landmarks-header h2 {
    font-size: 44px;
  }

    .stat h2 {
    font-size: 40px;
  }

      .stats-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .stat {
        flex: 1 1 30%;
    }

    .stat h3 {
        font-size: 30px;
    }

       .quote-text {
        font-size: 18px;
    }


        .footer-container {
        gap: 40px;
    }

    .footer-left {
        flex: 1 1 100%;
    }

    .footer-col {
        flex: 1 1 30%;
    }

}

/* 1400px */
/* @media (min-width: 1400px) {
  .hero {
    height: 100vh;
  }


    .architecture-container {
    max-width: 1300px;
  }

  .arch-content h2 {
    font-size: 56px;
  }


    .precision-container {
    max-width: 1300px;
  }

  .precision-left h2 {
    font-size: 60px;
  }


    .pillars-container {
    max-width: 1300px;
  }

  .pillars h2 {
    font-size: 56px;
  }

    .manifesto-container {
    max-width: 1300px;
  }

  .manifesto-left h2 {
    font-size: 60px;
  }


    .founder-container {
    max-width: 1300px;
  }

  .founder-content h2 {
    font-size: 42px;
  }



    .quarter-container {
    max-width: 1300px;
  }

  .quarter-left h2 {
    font-size: 60px;
  }

    .container {
    max-width: 1300px;
  }

  .landmarks-header h2 {
    font-size: 60px;
  }

    .stats-container {
    max-width: 1300px;
  }

  .stat h2 {
    font-size: 56px;
  }
} */



@media only screen and (min-width: 0px) and (max-width: 1000px) {

  .arch-image img {
    width: 100%;
    display: none;
}

    .arch-image{
      margin-top: 0px;
    }


.arch-card {
        position: relative;
        left: 40%;
    }

.architecture-container {
    width: 100%;
    margin: auto;
    /* padding: 0 40px; */
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

.arch-content {
        margin-top: 200px;
    }


.arch-card h3 {
    font-size: 24px;
}

.arch-card p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #E4D9CC;
}

    .arch-content h2 {
        font-family: 'pp-fragment';
        font-size: 28px;
        color:#AC0755;
        margin: 25px 0;
        line-height: 35px;
        font-weight: 300;
        text-align: left;
    }

.arch-content p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-align: left;
}

.precision-left .tag {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 21px;
    font-weight: 400;
}

.precision-left h2 {
    font-size: 20px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 32px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision-container {
    width: 90%;
    margin: auto;
    /* padding: 0 40px; */
    display: block;
    /* justify-content: space-between; */
    /* gap: 80px; */
}

    .precision-left p {
        font-family: "Manrope", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        color: #1C1B1B;
        line-height: 19px;
        width: 100%;
    }

    .top-block h4 {
        font-family: 'pp-fragment';
        color: #AC0755;
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 27px;
        letter-spacing: 0%;
        font-weight: 300;
    }

.starts {
    display: flex;
    align-items: center;
    margin-top: 45px;
    gap: 15px;
    width: 100%;
    /* justify-content: space-between; */
}

.top-block {
    display: block;
    align-items: flex-start;
    gap: 20px;
}

.top-block .line {
    width: 0px;
    height: 60px;
    background: #AC0755;
}

.precision-right {
        padding-left: 0px;
    }

.precision-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: rgba(140, 0, 38, 0.4);
}

.top-block p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
}

.pillars-container {
    width: 100%;
    margin: auto;
    padding: 0 40px;
}

    .pillars h2 {
        font-size: 24px;
        margin-bottom: 25%;
    }

    .pillar-box h3 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}

.pillar-box p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
    font-weight: 400;
}

.pillars-grid {
    display: flex;
    gap: 30px;
    align-items: center;
}

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 36px;
    color: #AC0755;
    line-height: 45px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0px;
}

.founder-container {
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.founder-content h2 {
    font-family: 'pp-fragment';
    font-size: 18px !important;
    line-height: 25px;
    margin: 35px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.watermark-div::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 40%;
    width: 55%;
    height: 45%;
    background: url(../images/watermark-img.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.founder-content p {
  font-size: 12px;
}

.founder-content h4 {
    font-family: 'pp-fragment';
    margin-top: 40px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 30px;
}

    .quarter-left h2 {
        font-size: 26px;
        color: #AC0755;
        line-height: 38px;
        margin-bottom: 80px;
        font-weight: 300;
        letter-spacing: 0px;
    }

.quarter-container {
    width: 90%;
    margin: auto;
    padding: 0 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
}

.quarter-left .desc {
    font-size: 14px;
}

.q-item div {
    width: 100%;
}

.q-item h4 {
    color: #AC0755;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33px;
}

.stat span {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #1C1B1B;
}

.img1 {
        position: absolute;
        width: 45%;
        top: -100px;
        left: 0;
        display: none;
    }

.img2 {
        position: absolute;
        width: 100%;
        top: 0px !important;
        right: 0px !important;
    }

.years {
  top: 200px !important;
  right: 20px !important;
}

.years h3
 {
    font-family: 'pp-fragment';
    font-size: 38px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0px;
}

.years span {
    font-size: 12px;

}

    .landmarks-header h2 {
        font-size: 24px;
    }

    .landmarks-header {
    display: block;
}
  
.landmarks-header h2 {
    font-family: 'pp-fragment';
    font-size: 24px;
    color: #AC0755;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
}

.container {
    margin: auto;
    padding: 0px;
    width: 90%;
}

    .landmarks-header p {
        margin-bottom: 27px;
    }

    .stat {
        width: 100%;
    }

  .stat h3 {
        font-size: 30px;
    }

  .stat p {
        font-size: 14px;
    }

  .testimonial-container {
    width: 90%;
    margin: auto;
}

    .quote-text {
        font-size: 16px;
    }

  .author h4 {
    font-family: 'pp-fragment';
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    color: #AC0755;
}

.author span {
    font-family: "Manrope";
    font-size: 14px;
    color: #1C1B1B;
    line-height: 19px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
}

    .nav button {
        width: 35px;
        height: 45px;
    }

    .logo img {
    height: auto;
    width: 85px;
}

    .nav-container {
        padding: 15px 0px;
    }


    .arch-precision-wrapper::before {
    top: 45%;
    left: 80%;
    width: 61%;
    height: 90%;
}

.quarter-landmarks-wrapper::before {
    top: 0%;
}


   

}


@media only screen and (min-width: 500px) and (max-width: 1000px) {
    .architecture-container {
        width: 75%;
        margin: auto;
        /* padding: 0 40px; */
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 130px;
    }

        .arch-content {
        margin-top: 150px;
    }

        .arch-content h2 {
        font-family: 'pp-fragment';
        font-size: 28px;
        color: #AC0755;
        margin: 25px 0;
        line-height: 35px;
        font-weight: 300;
        text-align: center;
    }

        .arch-content p {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 1px;
        color: #AC0755;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        text-align: center;
    }

        .architecture {
        padding: 50px 0;
    }

        .precision {
        padding: 60px 0;
    }

        .pillars h2 {
        font-size: 24px;
        margin-bottom: 10%;
    }

        .pillars-grid {
        display: grid;
        gap: 30px;
        align-items: center;
    }

    .founder-image img {
    width: 55%;
    display: block;
    margin: 0 auto;
}

    .img img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .years {
        top: 200px !important;
        right: 120px !important;
    }

        .quarter {
        padding: 50px 0;
    }

    .quarter-right {
        height: 400px;
        margin-top: 60px;
    }

    .footer-left {
    max-width: 90%;
    margin: 0 auto;
}


}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {

  .starts {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
    width: 100%;
    /* justify-content: space-between; */
}

.architecture {
    background: #e8dccb;
    padding: 130px 0;
    width: 100%;
    float: left;
}

.architecture-container {
    width: 85%;
}

.arch-card p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #E4D9CC;
}

.arch-card h3 {
    font-family: 'pp-fragment';
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: 0px;
}

.arch-card {
    position: absolute;
    bottom: -55px;
    left: 53%;
    background: #AC0755;
    color: #fff;
    padding: 30px;
    width: 320px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.arch-content span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
}

.arch-content h2 {
    font-family: 'pp-fragment';
    font-size: 28px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 35px;
    font-weight: 300;
}

.arch-content p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

    .arch-card {
        position: absolute;
        bottom: -125px;
        left: 26%;
        background: #AC0755;
        color: #fff;
        padding: 30px;
        width: 320px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .precision {
    width: 100%;
    float: left;
    background: #e8dccb;
    padding-bottom: 10%;
    padding-top: 8%;
}

.nav-container {
    width: 85%;
    margin: auto;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links a {
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-size: 12px;
    letter-spacing: 34%;
    text-decoration: none;
    font-weight: 500;
}

.precision-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    /* justify-content: space-between; */
    /* gap: 80px; */
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 80px;
}

        .precision-left h2 {
        font-size: 28px;
    }

    .precision-left h2 {
    font-size: 28px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 40px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision-left .tag {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 21px;
    font-weight: 400;
}

.precision-left p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
    width: 80%;
}

.top-block h4 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 32px;
    letter-spacing: 0%;
    font-weight: 300;
}

.top-block h4 {
        font-family: 'pp-fragment';
        color: #AC0755;
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 32px;
        letter-spacing: 0%;
        font-weight: 300;
    }

.top-block p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
}

.pillars {
    background: #fff;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 38px;
        color: #AC0755;
        margin-bottom: 60px;
        font-weight: 300;
    }
  
    .pillars-container {
    width: 90%;
    margin: auto;
    padding: 0 40px;
}

.pillar-box {
    flex: 1;
    padding: 30px 30px;
    border: 1px solid rgba(140, 0, 38, 0.3);
    text-align: left;
    transition: all 0.3s ease;
}

.pillar-box h3 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

.pillar-box p {
    font-family: "Manrope", sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        color: #1C1B1B;
        line-height: 19px;
        font-weight: 400;
}

    .manifesto-left h2 {
        font-size: 40px;
    }

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    color: #AC0755;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-container {
    width: 90%;
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 75px;
    position: relative;
    z-index: 1;
}

.founder {
    padding: 130px 0;
    width: 100%;
    float: left;
}

.founder-content .tag {
    font-family: "Manrope";
    font-size: 12px;
    letter-spacing: 3px;
    color: #DFC479;
    font-weight: 400;
    line-height: 20px;
}

.founder-content h2 {
        font-size: 24px;
    }

.founder-content h2{
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    margin: 25px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-content h4 {
    font-family: 'pp-fragment';
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 30px;
}

.manifesto-container {
    width: 90%;
    margin: auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    /* gap: 80px; */
    align-items: flex-start;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 90%;
    line-height: 19px;
    letter-spacing: 0px;
}

.btn {
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin-top: 30px;
    background: #AC0755;
    color: #fff;
    padding: 17px 35px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

    .pillars h2 {
        font-family: 'pp-fragment';
        font-size: 28px;
        color: #AC0755;
        margin-bottom: 45px;
        font-weight: 300;
    }

    /* .pillars-grid {
    display: flex;
    gap: 35px;
} */

.manifesto-card h3 {
    font-family: 'pp-fragment';
    font-size: 24px;
    margin: 15px 0;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    color: #fff;
}

.quarter-container {
    width: 80%;
    margin: auto;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.quarter-left .desc {
    font-family: "Manrope";
    font-size: 14px;
    color: #5a4a3f;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 420px;
    letter-spacing: 0px;
    font-weight: 400;
}

.q-item h4 {
    color: #AC0755;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33px;
}

.img1 {
    position: absolute;
    width: 55%;
    top: -265px;
    left: -165px;
    display: none;
}

    .img2 {
        position: absolute;
        width: 75%;
        top: -160px;
        right: 25px;
    }

  .years {
        position: absolute;
        top: 75px;
        right: -15px;
    }

    .quarter {
    background: #e8dccb;
    padding: 130px 0;
    width: 100%;
    float: left;
}


.landmarks {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

    .landmarks-header h2 {
        font-size: 34px;
    }

.container {
    margin: auto;
    padding: 0 0px;
    width: 80%;
}

.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0px;
}

    .stat {
        flex: 1 1 15%;
    }

    .stat h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .stat p {
    font-family: "Manrope";
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}

    .stats-container {
        flex-wrap: wrap;
        gap: 45px;
    }

      .quote-text {
        font-size: 16px;
    }

    .quote-text {
    font-family: 'pp-fragment';
    font-size: 16px;
    line-height: 30px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}


.quote-icon {
    font-size: 28px;
    color: #AC0755;
    margin-bottom: 0px;
}

.author h4 {
    font-family: 'pp-fragment';
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    color: #AC0755;
}


.nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #AC0755;
    background: transparent;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    color: #e390b7;
}

.footer-left p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 14px;
    color: #AC0755;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 800;
}

.footer-col a {
    font-family: "Manrope";
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2px;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-col p {
    font-family: "Manrope";
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.footer-bottom {
    width: 90%;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}

}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .starts {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 20px;
    width: 100%;
    /* justify-content: space-between; */
}

.architecture {
    background: #e8dccb;
    padding: 130px 0;
    width: 100%;
    float: left;
}

.architecture-container {
    width: 85%;
}

.arch-card p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #E4D9CC;
}

.arch-card h3 {
    font-family: 'pp-fragment';
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: 0px;
}

.arch-card {
    position: absolute;
    bottom: -55px;
    left: 53%;
    background: #AC0755;
    color: #fff;
    padding: 30px;
    width: 320px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.arch-content span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
}

.arch-content h2 {
    font-family: 'pp-fragment';
    font-size: 28px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 35px;
    font-weight: 300;
}

.arch-content p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

    .arch-card {
        position: absolute;
        bottom: -125px;
        left: 40%;
        background: #AC0755;
        color: #fff;
        padding: 30px;
        width: 320px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .precision {
    width: 100%;
    float: left;
    background: #e8dccb;
    padding-bottom: 10%;
    padding-top: 8%;
}

.nav-container {
    width: 85%;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links a {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 12px;
    letter-spacing: 34%;
    text-decoration: none;
    font-weight: 500;
}

.precision-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    /* justify-content: space-between; */
    /* gap: 80px; */
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 80px;
}

        .precision-left h2 {
        font-size: 28px;
    }

    .precision-left h2 {
    font-size: 28px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 40px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision-left .tag {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 21px;
    font-weight: 400;
}

.precision-left p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
    width: 80%;
}

.top-block h4 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 32px;
    letter-spacing: 0%;
    font-weight: 300;
}

.top-block h4 {
        font-family: 'pp-fragment';
        color: #AC0755;
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 32px;
        letter-spacing: 0%;
        font-weight: 300;
    }

.top-block p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
}

.pillars {
    background: #fff;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 38px;
        color: #AC0755;
        margin-bottom: 60px;
        font-weight: 300;
    }
  
    .pillars-container {
    width: 90%;
    margin: auto;
    padding: 0 40px;
}

.pillar-box {
    flex: 1;
    padding: 30px 30px;
    border: 1px solid rgba(140, 0, 38, 0.3);
    text-align: left;
    transition: all 0.3s ease;
}

.pillar-box h3 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

.pillar-box p {
    font-family: "Manrope", sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        color: #1C1B1B;
        line-height: 19px;
        font-weight: 400;
}

    .manifesto-left h2 {
        font-size: 40px;
    }

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    color: #AC0755;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-container {
    width: 90%;
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 75px;
    position: relative;
    z-index: 1;
}

.founder {
    padding: 130px 0;
    width: 100%;
    float: left;
}

.founder-content .tag {
    font-family: "Manrope";
    font-size: 12px;
    letter-spacing: 3px;
    color: #DFC479;
    font-weight: 400;
    line-height: 20px;
}

.founder-content h2 {
        font-size: 24px;
    }

.founder-content h2{
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    margin: 25px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-content h4 {
    font-family: 'pp-fragment';
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 30px;
}

.manifesto-container {
    width: 90%;
    margin: auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    /* gap: 80px; */
    align-items: flex-start;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 90%;
    line-height: 19px;
    letter-spacing: 0px;
}

.btn {
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin-top: 30px;
    background: #AC0755;
    color: #fff;
    padding: 17px 35px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

    .pillars h2 {
        font-family: 'pp-fragment';
        font-size: 28px;
        color: #AC0755;
        margin-bottom: 45px;
        font-weight: 300;
    }

    /* .pillars-grid {
    display: flex;
    gap: 35px;
} */

.manifesto-card h3 {
    font-family: 'pp-fragment';
    font-size: 24px;
    margin: 15px 0;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    color: #fff;
}

.quarter-container {
    width: 80%;
    margin: auto;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.quarter-left .desc {
    font-family: "Manrope";
    font-size: 14px;
    color: #5a4a3f;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 420px;
    letter-spacing: 0px;
    font-weight: 400;
}

.q-item h4 {
    color: #AC0755;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33px;
}

    .img1 {
        position: absolute;
        width: 50%;
        top: -190px;
        left: -40px;
    }

        .img2 {
        position: absolute;
        width: 50%;
        top: -160px;
        right: 25px;
    }

      .years {
        position: absolute;
        top: 15px;
        right: -15px;
    }

    .quarter {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

.years h3 {
    font-family: 'pp-fragment';
    font-size: 38px;
    font-weight: 300;
    line-height: 73px;
    letter-spacing: 0px;
}

.years {
        position: absolute;
        top: 30px;
        right: -20px;
        background: #AC0755;
        color: #fff;
        padding: 35px 40px;
        text-align: center;
    }


.landmarks {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

    .landmarks-header h2 {
        font-size: 34px;
    }

.container {
    margin: auto;
    padding: 0 0px;
    width: 80%;
}

.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0px;
}

    .stat {
        flex: 1 1 15%;
    }

    .stat h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .stat p {
    font-family: "Manrope";
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}

    .stats-container {
        flex-wrap: wrap;
        gap: 45px;
    }

      .quote-text {
        font-size: 16px;
    }

    .quote-text {
    font-family: 'pp-fragment';
    font-size: 16px;
    line-height: 30px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}


.quote-icon {
    font-size: 28px;
    color: #AC0755;
    margin-bottom: 0px;
}

.author h4 {
    font-family: 'pp-fragment';
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    color: #AC0755;
}


.nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #AC0755;
    background: transparent;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    color: #e390b7;
}

.footer-left p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 14px;
    color: #AC0755;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 800;
}

.footer-col a {
    font-family: "Manrope";
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2px;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-col p {
    font-family: "Manrope";
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.footer-bottom {
    width: 90%;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .starts {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 20px;
    width: 100%;
    /* justify-content: space-between; */
}

.architecture {
    background: #e8dccb;
    padding: 130px 0;
    width: 100%;
    float: left;
}

.architecture-container {
    width: 80%;
}

    .arch-card p {
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 2px;
        font-weight: 400;
        color: #E4D9CC;
    }

    .arch-card h3 {
        font-family: 'pp-fragment';
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 400;
        letter-spacing: 0px;
    }

.arch-card {
    position: absolute;
    bottom: -55px;
    left: 53%;
    background: #AC0755;
    color: #fff;
    padding: 30px;
    width: 320px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.arch-content span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
}

    .arch-content h2 {
        font-family: 'pp-fragment';
        font-size: 38px;
        color: #AC0755;
        margin: 32px 0;
        line-height: 42px;
        font-weight: 300;
    }

.arch-content p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #AC0755;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

    .arch-card {
        position: absolute;
        bottom: -80px;
        left: 40%;
        background: #AC0755;
        color: #fff;
        padding: 30px;
        width: 345px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .precision {
    width: 100%;
    float: left;
    background: #e8dccb;
    padding-bottom: 10%;
    padding-top: 8%;
}

.nav-container {
    width: 85%;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links a {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 12px;
    letter-spacing: 34%;
    text-decoration: none;
    font-weight: 500;
}

.precision-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    /* justify-content: space-between; */
    /* gap: 80px; */
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 80px;
}

        .precision-left h2 {
        font-size: 28px;
    }

    .precision-left h2 {
    font-size: 28px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 40px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision-left .tag {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 21px;
    font-weight: 400;
}

.precision-left p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
    width: 80%;
}

.top-block h4 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 32px;
    letter-spacing: 0%;
    font-weight: 300;
}

.top-block h4 {
        font-family: 'pp-fragment';
        color: #AC0755;
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 32px;
        letter-spacing: 0%;
        font-weight: 300;
    }

.top-block p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #1C1B1B;
    line-height: 19px;
}

.pillars {
    background: #fff;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 38px;
        color: #AC0755;
        margin-bottom: 60px;
        font-weight: 300;
    }
  
    .pillars-container {
    width: 80%;
    margin: auto;
    padding: 0 40px;
}

.pillar-box {
    flex: 1;
    padding: 30px 30px;
    border: 1px solid rgba(140, 0, 38, 0.3);
    text-align: left;
    transition: all 0.3s ease;
}

.pillar-box h3 {
    font-family: 'pp-fragment';
    color: #AC0755;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

.pillar-box p {
    font-family: "Manrope", sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        color: #1C1B1B;
        line-height: 19px;
        font-weight: 400;
}

    .manifesto-left h2 {
        font-size: 40px;
    }

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    color: #AC0755;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-container {
    width: 90%;
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 75px;
    position: relative;
    z-index: 1;
}

.founder {
    padding: 130px 0;
    width: 100%;
    float: left;
}

.founder-content .tag {
    font-family: "Manrope";
    font-size: 12px;
    letter-spacing: 3px;
    color: #DFC479;
    font-weight: 400;
    line-height: 20px;
}

.founder-content h2 {
        font-size: 24px;
    }

.founder-content h2{
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    margin: 25px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-content h4 {
    font-family: 'pp-fragment';
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 30px;
}

.manifesto-container {
    width: 80%;
    margin: auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    /* gap: 80px; */
    align-items: flex-start;
}

.quarter-left h2 {
    font-size: 44px;
    color: #AC0755;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}


.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 90%;
    line-height: 19px;
    letter-spacing: 0px;
}

.btn {
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin-top: 30px;
    background: #AC0755;
    color: #fff;
    padding: 17px 35px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

    .pillars h2 {
        font-family: 'pp-fragment';
        font-size: 28px;
        color: #AC0755;
        margin-bottom: 45px;
        font-weight: 300;
    }

    /* .pillars-grid {
    display: flex;
    gap: 35px;
} */

.manifesto-card h3 {
    font-family: 'pp-fragment';
    font-size: 24px;
    margin: 15px 0;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    color: #fff;
}

.quarter-container {
    width: 80%;
    margin: auto;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.quarter-left .desc {
    font-family: "Manrope";
    font-size: 14px;
    color: #5a4a3f;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 420px;
    letter-spacing: 0px;
    font-weight: 400;
}

.q-item h4 {
    color: #AC0755;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33px;
}

    .img1 {
        position: absolute;
        width: 50%;
        top: -190px;
        left: -40px;
    }

        .img2 {
        position: absolute;
        width: 50%;
        top: -160px;
        right: 25px;
    }

      .years {
        position: absolute;
        top: 15px;
        right: -15px;
    }

    .quarter {
    background: #e8dccb;
    padding: 90px 0;
    width: 100%;
    float: left;
}

.years h3 {
    font-family: 'pp-fragment';
    font-size: 38px;
    font-weight: 300;
    line-height: 73px;
    letter-spacing: 0px;
}

.years {
        position: absolute;
        top: 30px;
        right: -20px;
        background: #AC0755;
        color: #fff;
        padding: 35px 40px;
        text-align: center;
    }


.landmarks {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

    .landmarks-header h2 {
        font-size: 34px;
    }

.container {
    margin: auto;
    padding: 0 0px;
    width: 80%;
}

.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0px;
}

    .stat {
        flex: 1 1 15%;
    }

    .stat h3 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .stat p {
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}

    .stats-container {
        flex-wrap: wrap;
        gap: 40px;
    }

      .quote-text {
        font-size: 16px;
    }

    .quote-text {
    font-family: 'pp-fragment';
    font-size: 16px;
    line-height: 30px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}


.quote-icon {
    font-size: 28px;
    color: #d36b85;
    margin-bottom: 0px;
}

.author h4 {
    font-family: 'pp-fragment';
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
    color: #AC0755;
}


.nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #AC0755;
    background: transparent;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    color: #e390b7;
}

.footer-left p {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 14px;
    color: #AC0755;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-col a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2px;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-col p {
    font-family: "Manrope";
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.footer-bottom {
    width: 90%;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .architecture-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

.footer-bottom {
    width: 90%;
}

.footer-container {
    width: 90%;
}

.arch-card {
    position: absolute;
    bottom: -163px;
    left: 35%;
    background: #AC0755;
    color: #fff;
    padding: 50px;
    width: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.arch-content h2 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #AC0755;
    margin: 28px 0;
    line-height: 55px;
    font-weight: 300;
}

.precision-left h2 {
    font-size: 48px;
    color:#AC0755;
    margin: 20px 0;
    line-height: 64px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision {
    width: 100%;
    float: left;
    background: #e8dccb;
    padding-bottom: 10%;
    padding-top: 10%;
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 100px;
}

.starts {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 45px;
    width: 100%;
    /* justify-content: space-between; */
}

.stat h3 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #DFC479;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0px;
}

.top-block h4 {
    margin-bottom: 20px;
}

.pillars {
    background: #fff;
    padding: 135px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 48px;
        color:#AC0755;
        margin-bottom: 50px;
        font-weight: 300;
    }

.pillars-container {
    padding: 0px;
}

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 54px;
    color:#AC0755;
    line-height: 73px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 80%;
    line-height: 20px;
    letter-spacing: 1px;
}

.founder-content h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    line-height: 46px;
    margin: 50px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-image {
    width: 50%;
}

.quarter-left h2 {
    font-size: 46px;
    color:#AC0755;
    line-height: 64px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

    .img1 {
        position: absolute;
        width: 65%;
        top: -265px;
        left: -130px;
    }

    .img2 {
    position: absolute;
    width: 75%;
    top: -250px;
    right: -65px;
}

.years {
    position: absolute;
    top: -33px;
    right: -100px;
    background:#AC0755;
    color: #fff;
    padding: 50px 50px;
    text-align: center;
}

.landmarks-header h2 {
    font-family: 'pp-fragment';
    font-size: 52px;
    color:#AC0755;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0px;
}

.quarter {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

.landmarks {
    background: #e8dccb;
    padding: 80px 0;
    width: 100%;
    float: left;
}


.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
}

.badge {
    font-family: "Manrope";
    display: inline-block;
    background: #c8a96a;
    color: #000;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
}

.stat p {
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}


.quote-text {
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 16px;
    color: #AC0755;
    margin-bottom: 6px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}

}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .architecture-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

.footer-container {
    width: 90%;
}

.footer-bottom {
    width: 90%;
}

    .arch-card {
        position: absolute;
        bottom: -120px;
        left: 45%;
        background: #AC0755;
        color: #fff;
        padding: 50px;
        width: 400px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }
    
.arch-content h2 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #AC0755;
    margin: 28px 0;
    line-height: 55px;
    font-weight: 300;
}

.precision-left h2 {
    font-size: 48px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 64px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision {
    width: 100%;
    float: left;
    background: linear-gradient(90deg, #F2E6D8 0%, #C7B590 100%);
    padding-bottom: 10%;
    padding-top: 10%;
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 100px;
}

.starts {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 45px;
    width: 100%;
    /* justify-content: space-between; */
}

.stat h3 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #DFC479;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0px;
}

.top-block h4 {
    margin-bottom: 20px;
}

.pillars {
    background: #fff;
    padding: 135px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 48px;
        color: #AC0755;
        margin-bottom: 50px;
        font-weight: 300;
    }

.pillars-container {
    padding: 0px;
}

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 46px;
    color: #AC0755;
    line-height: 73px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 80%;
    line-height: 20px;
    letter-spacing: 1px;
}

.founder-content h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    line-height: 46px;
    margin: 50px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-image {
    width: 50%;
}

.quarter-left h2 {
    font-size: 46px;
    color: #AC0755;
    line-height: 64px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

    .img1 {
        position: absolute;
        width: 65%;
        top: -265px;
        left: -130px;
    }

    .img2 {
    position: absolute;
    width: 75%;
    top: -250px;
    right: -65px;
}

.years {
    position: absolute;
    top: -33px;
    right: -100px;
    background: #AC0755;
    color: #fff;
    padding: 50px 50px;
    text-align: center;
}

.landmarks-header h2 {
    font-family: 'pp-fragment';
    font-size: 52px;
    color: #AC0755;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0px;
}

.quarter {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

.landmarks {
    background: #e8dccb;
    padding: 80px 0;
    width: 100%;
    float: left;
}


.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
}

.badge {
    font-family: "Manrope";
    display: inline-block;
    background: #c8a96a;
    color: #000;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
}

.stat p {
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}


.quote-text {
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 16px;
    color: #AC0755;
    margin-bottom: 6px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}

}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .architecture-container {
    width: 80%;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

.arch-card {
    position: absolute;
    bottom: -163px;
    left: 35%;
    background: #AC0755;
    color: #fff;
    padding: 50px;
    width: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.arch-content h2 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #AC0755;
    margin: 28px 0;
    line-height: 55px;
    font-weight: 300;
}

.precision-left h2 {
    font-size: 48px;
    color: #AC0755;
    margin: 20px 0;
    line-height: 64px;
    font-family: 'pp-fragment';
    font-weight: 300;
}

.precision {
    width: 100%;
    float: left;
    background: #e8dccb;
    padding-bottom: 10%;
    padding-top: 10%;
}

.precision-right {
    width: 50%;
    position: relative;
    padding-left: 100px;
}

.starts {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 45px;
    width: 100%;
    /* justify-content: space-between; */
}

.stat h3 {
    font-family: 'pp-fragment';
    font-size: 48px;
    color: #DFC479;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0px;
}

.top-block h4 {
    margin-bottom: 20px;
}

.pillars {
    background: #fff;
    padding: 135px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.pillars h2 {
        font-family: 'pp-fragment';
        font-size: 48px;
        color: #AC0755;
        margin-bottom: 50px;
        font-weight: 300;
    }

.pillars-container {
    padding: 0px;
}

.manifesto-left h2 {
    font-family: 'pp-fragment';
    font-size: 54px;
    color: #AC0755;
    line-height: 73px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.manifesto-left p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: #1C1B1B;
    width: 80%;
    line-height: 20px;
    letter-spacing: 1px;
}

.founder-content h2 {
    font-family: 'pp-fragment';
    font-size: 38px;
    line-height: 46px;
    margin: 50px 0;
    letter-spacing: 0px;
    font-weight: 300;
}

.founder-content p {
    font-family: "Manrope";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 400;
}

.founder-image {
    width: 50%;
}

.quarter-left h2 {
    font-size: 46px;
    color: #AC0755;
    line-height: 64px;
    margin-bottom: 70px;
    font-weight: 300;
    letter-spacing: 0px;
}

    .img1 {
        position: absolute;
        width: 65%;
        top: -265px;
        left: -130px;
    }

    .img2 {
    position: absolute;
    width: 75%;
    top: -250px;
    right: -65px;
}

.years {
    position: absolute;
    top: -33px;
    right: -100px;
    background:#AC0755;
    color: #fff;
    padding: 50px 50px;
    text-align: center;
}

.landmarks-header h2 {
    font-family: 'pp-fragment';
    font-size: 52px;
    color: #AC0755;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0px;
}

.quarter {
    background: #e8dccb;
    padding: 100px 0;
    width: 100%;
    float: left;
}

.landmarks {
    background: #e8dccb;
    padding: 80px 0;
    width: 100%;
    float: left;
}


.overlay h3 {
    font-family: 'pp-fragment';
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
}

.badge {
    font-family: "Manrope";
    display: inline-block;
    background: #c8a96a;
    color: #000;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
}

.stat p {
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}


.quote-text {
    font-family: 'pp-fragment';
    font-size: 24px;
    line-height: 40px;
    color: #AC0755;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 400;
}

.footer-col h4 {
    font-family: "Manrope";
    font-size: 16px;
    color: #AC0755;
    margin-bottom: 6px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-container {
    width: 90%;
}

.footer-bottom {
    width: 90%;
}

}