* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.test {
  margin: 150px 0;
}

.new-container {
  width: 1406px;
  margin: 0 auto;
}

.rd-navbar-nav .rd-nav-link {
  color: #43118d !important;
}

.main-wrapper {
  width: 100%;
  height: 632px;
  position: relative;
  background-color: #43118d5c;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  border: 1px solid #4f308263;
  box-shadow: 0px -4px 8px 0px #4f308233 inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-texts {
  text-align: center;
  position: absolute;
}

.main-title {
  font-weight: 700;
  font-size: 77px;
  color: #43118d;
}

.main-p-light-text,
.main-p-bold-text {
  color: white;
  font-size: 60px;
  font-weight: 300;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  margin: 0;
}

.main-p-bold-text {
  font-weight: 500;
}
/* second */
.second-section {
  position: relative;
  margin-top: 221px;
  margin-bottom: 224px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.second-section-bg-globe {
  position: absolute;
  right: -90px;
  top: -100px;
}
.second-section-bg-globe {
  position: absolute;
  left: -70px;
  top: 400px;
}
/* second */

.quotes-next-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.quotes-next-section-title {
  width: 475px;
  font-family: "Barlow";
  color: #cf0172;
  margin-bottom: 48px;
  font-weight: bold;
  font-size: 72px;
}

.quotes-next-section-subtitle {
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 72px;
  color: #43118d;
  line-height: 105%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.text-box {
  margin-top: 20px;
  position: absolute;
  width: 637px;
  background-color: #ece7f4;
  padding: 52px 36px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.text-box span {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
}

.quotes-next-section-img {
  width: 893px;
  height: 820px;
}
.fifth-section-btn {
  width: 309px;
  position: absolute;
  bottom: 0;
  background-color: #e40c6d;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  font-family: "Barlow";
  font-weight: 500;
  font-size: 32px;
  leading-trim: CAP_HEIGHT;
  line-height: 130%;
}
/* milestone  */
.milestone-section {
  max-width: 1405px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
}

.milestone-top {
  background: #e8c8e8;
  border-radius: 30px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.milestone-top h2 {
  font-family: "Barlow";
  font-weight: 700;
  color: #830380;
  font-size: 62px;
  leading-trim: CAP_HEIGHT;
  line-height: 125%;
  text-transform: uppercase;
}

.milestone-arrow {
  font-size: 32px;
  color: #800080;
  border: 2px solid #800080;
  border-radius: 50%;
  width: 100px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.milestone-bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.milestone-card {
  flex: 1;
  padding: 30px 25px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.milestone-card.purple {
  background: #5b0078;
  color: #fff;
  font-family: "Inter";
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 130%;
}

.milestone-card.pink {
  background: #f2dce8;
  color: #333;
  font-family: "Inter";
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 130%;
}
.milestone-section-bg-globe {
  position: absolute;
  right: 0;
}

/* third */
.third-section {
  margin-bottom: 200px;
}
.third-section-title {
  color: #43118d;
  font-size: 82px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 360px;
}

.third-section-content {
  width: 100%;
  display: flex;
  gap: 20px;
}

.third-section-content-img-first {
  width: 100%;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

.third-section-content-img-second {
  height: 407px;
}
.third-section-inner-wrapper-text {
  background: #d0c4e1;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 300;
  margin-top: 20px;
  font-size: 24px;
  line-height: 130%;
}
.third-section-bottom-text {
  margin-top: 20px;
  background: #e8c8e8;
  border-radius: 30px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: "Barlow";
  font-weight: 700;
  font-style: Bold;
  font-size: 44px;
  leading-trim: CAP_HEIGHT;
  line-height: 125%;
  color: #830380;
  text-transform: uppercase;
}

/* seventh */
.seventh-section {
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 75px;
  color: #fff;
  background-color: #15162b;
  width: 100%;
  height: 394px;
  padding-top: 130px;
}
/* footer */
.footer {
  background-color: #15162b;
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Inter", sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-left img {
  width: 220px;
  height: auto;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-date {
  color: #e40c6d;
  font-weight: 500;
  margin-bottom: 6px;
}

.footer-location,
.footer-contact {
  color: #bfbfc9;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-social img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transition: opacity 0.3s ease;
}

.footer-social img:hover {
  opacity: 0.7;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #bfbfc9;
}

.footer-links {
  margin-top: 8px;
}

.footer-links a {
  color: #bfbfc9;
  margin: 0 10px;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #e40c6d;
}
@media (max-width: 1440px) {
  .new-container {
    width: 90%;
  }

  .quotes-next-section {
    gap: 30px;
  }

  .quotes-next-section-title {
    font-size: 60px;
    width: auto;
  }

  .quotes-next-section-subtitle {
    font-size: 56px;
  }

  .text-box {
    width: 520px;
    padding: 40px 28px;
  }

  .text-box span {
    font-size: 20px;
  }

  .quotes-next-section-img {
    width: 680px;
    height: auto;
  }

  .fifth-section-btn {
    font-size: 26px;
    width: 260px;
  }

  .milestone-top h2 {
    font-size: 52px;
  }

  .third-section-title {
    font-size: 70px;
  }

  .third-section-inner-wrapper-text {
    font-size: 20px;
    padding: 30px 40px;
  }

  .third-section-bottom-text {
    font-size: 36px;
    padding: 35px 40px;
  }

  .seventh-section {
    font-size: 65px;
  }
}
@media (max-width: 992px) {
  .new-container {
    width: 90%;
  }

  .second-section {
    flex-direction: column;
    margin-top: 150px;
    margin-bottom: 180px;
  }

  .quotes-next-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .quotes-next-section-title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .quotes-next-section-subtitle {
    font-size: 40px;
  }

  .text-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 35px 25px;
    border-radius: 40px;
  }

  .fifth-section-btn {
    position: relative;
    margin-top: 25px;
    font-size: 24px;
    width: auto;
  }

  .quotes-next-section-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 40px;
  }

  /* Milestone */
  .milestone-top h2 {
    font-size: 42px;
  }

  .milestone-arrow {
    width: 80px;
    height: 50px;
    font-size: 24px;
  }

  .milestone-card.purple,
  .milestone-card.pink {
    font-size: 20px;
  }

  /* Third */
  .third-section-title {
    font-size: 58px;
    margin-top: 250px;
  }

  .third-section-content {
    flex-direction: column;
    align-items: center;
  }

  .third-section-content-img-first,
  .third-section-content-img-second {
    width: 100%;
    border-radius: 40px;
  }

  .third-section-inner-wrapper-text {
    font-size: 20px;
    padding: 30px;
    border-radius: 40px;
  }

  .third-section-bottom-text {
    font-size: 30px;
    padding: 30px;
    text-align: center;
  }

  /* Seventh */
  .seventh-section {
    font-size: 50px;
    height: auto;
    padding: 100px 20px;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-left img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 52px;
  }

  .quotes-next-section-title {
    font-size: 40px;
  }

  .quotes-next-section-subtitle {
    font-size: 28px;
  }

  .text-box span {
    font-size: 18px;
  }

  .third-section-title {
    font-size: 44px;
  }

  .third-section-inner-wrapper-text {
    font-size: 18px;
    padding: 25px;
  }

  .third-section-bottom-text {
    font-size: 24px;
  }

  .seventh-section {
    font-size: 36px;
    padding: 80px 10px;
  }
}
