* {
  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;
  justify-content: center;
  gap: 18px;
}

.second-section-img {
  width: 700px;
  border-bottom-left-radius: 120px;
}
.second-section-main-title {
  position: absolute;
  top: -80px;
  left: 20px;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 90px;
  color: #830380;
}
.second-section-texts {
  margin-left: 20px;
}
.second-section-sub-title {
  position: absolute;
  top: 0;
  left: 100px;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 90px;
  color: #830380;
}

.second-section-title {
  width: 457px;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 24px;
}

.second-section-text-box {
  position: relative;
  left: -65px;
  width: 617px;
  padding: 61px 44px;
  background-color: #ece7f4;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.second-section-subtitle {
  color: #cf0172;
  font-size: 36px;
  font-weight: 500;
  font-family: "Barlow";
}

.second-section-main-title {
  position: absolute;
  top: -80px;
  left: 20px;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 90px;
  color: #830380;
}

.second-section-subtitle {
  color: #cf0172;
  font-size: 36px;
  font-weight: 500;
  font-family: "Barlow";
}
.second-section-bg-globe {
  position: absolute;
  right: 0;
  top: 72px;
  z-index: -1;
}
/* third */
.third-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}
.third-section-bg-globe {
  position: absolute;
  left: 0;
  top: -350px;
}
.third-section-texts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.third-section-left {
  position: absolute;
  left: -65px;
  bottom: 31px;
  width: 620px;
  padding: 60px 44px;
  background-color: #ece7f4;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #323232;
  font-size: 20px;
  line-height: 1.6;
  z-index: 3;
}

.third-section-right {
  width: 860px;
  height: 650px;
  padding: 60px 100px;
  margin-left: 400px;
  background-color: #830380;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-align: right;
  position: relative;
  z-index: 2;
}

.third-section-right-text {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.25;
  text-transform: uppercase;
}

.third-section-right-firstName {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}

.third-section-quote-pink {
  position: absolute;
  top: 26px;
  left: 600px;
  width: 60px;
  height: auto;
  z-index: 3;
}

.third-section-quote-white {
  position: absolute;
  bottom: 35px;
  right: 80px;
  width: 70px;
  height: auto;
  z-index: 3;
}

/* === Carousel Section === */

.carousel-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.swiper {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.swiper-slide.card {
  background-color: #d9d9d9;
  border-radius: 25px;
  height: 300px;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.carousel-nav img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.carousel-nav img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

/* fifth */

.fifth-section {
  padding: 60px 70px;
  position: relative;
}

.fifth-section-bg-globe {
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: -1;
}
.fifth-section-img {
  width: 700px;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.fifth-section-right {
  position: absolute;
  right: 160px;
  top: 90px;
}

.fifth-section-text-box {
  width: 500px;
  background-color: #fce7ef;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 30px;
}

.fifth-section-btn {
  display: inline-block;
  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;
  margin-left: 345px;
  margin-top: 15px;
}

/* 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;
}
/* ======================= */
/* 💻 LAPTOP  (max-width: 1440px) */
/* ======================= */
@media (max-width: 1440px) {
  .new-container {
    max-width: 1200px;
  }

  .main-title {
    font-size: 70px;
  }

  .second-section-main-title,
  .second-section-sub-title {
    font-size: 60px;
  }

  .second-section-text-box {
    width: 530px;
    font-size: 16px;
  }

  .third-section-right-text {
    font-size: 32px;
  }

  .third-section-left {
    width: 500px;
    font-size: 15px;
  }

  .fifth-section-text-box {
    font-size: 15px;
  }

  .seventh-section {
    font-size: 42px;
  }

  .footer-title {
    font-size: 16px;
  }
}

/* ======================= */
/* 💻 TABLET  (max-width: 768px) */
/* ======================= */
@media (max-width: 768px) {
  .new-container {
    width: 100%;
    padding: 0 25px;
  }

  .main-wrapper {
    height: 480px;
    border-radius: 0 0 50px 50px;
  }

  .main-title {
    font-size: 50px;
    text-align: center;
  }

  /* === SECOND SECTION === */
  .second-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin: 80px 0;
  }

  .second-section-img {
    width: 90%;
    border-radius: 40px;
  }

  .second-section-main-title,
  .second-section-sub-title {
    position: static;
    font-size: 45px;
  }

  .second-section-text-box {
    width: 100%;
    padding: 30px 25px;
    font-size: 15px;
    border-radius: 35px;
  }

  .second-section-bg-globe {
    display: none;
  }

  /* === THIRD SECTION === */
  .third-section {
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
  }

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

  .third-section-left,
  .third-section-right {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    border-radius: 40px;
  }

  .third-section-right-text {
    font-size: 26px;
    line-height: 1.4;
  }

  .third-section-right-firstName {
    font-size: 18px;
  }

  .third-section-quote-pink,
  .third-section-quote-white {
    display: none;
  }

  /* === FIFTH SECTION === */
  .fifth-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .fifth-section-img {
    width: 90%;
    border-radius: 40px;
  }

  .fifth-section-right {
    position: static;
    width: 100%;
    text-align: center;
  }

  .fifth-section-text-box {
    width: 100%;
    padding: 30px;
    font-size: 15px;
    border-radius: 40px;
  }

  .fifth-section-btn {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 12px 24px;
  }

  .fifth-section-bg-globe {
    display: none;
  }

  /* === SEVENTH SECTION === */
  .seventh-section {
    font-size: 36px;
    text-align: center;
    height: auto;
    padding: 100px 20px;
  }

  /* === FOOTER === */
  .footer {
    padding: 60px 0 30px;
  }

  .footer-container {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .footer-left img {
    width: 180px;
  }

  .footer-title,
  .footer-date,
  .footer-location,
  .footer-contact {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 13px;
  }
}

/* ======================= */
/* 📱 MOBILE  (max-width: 360px) */
/* ======================= */
@media (max-width: 360px) {
  .new-container {
    width: 100%;
    padding: 0 15px;
  }

  .main-wrapper {
    height: 400px;
    border-radius: 0 0 30px 30px;
  }

  .main-title {
    font-size: 40px;
  }

  /* === SECOND SECTION === */
  .second-section {
    flex-direction: column;
    gap: 30px;
    margin: 100px 0;
    align-items: center;
  }

  .second-section-main-title,
  .second-section-sub-title {
    position: static;
    font-size: 38px;
    text-align: center;
  }

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

  .second-section-texts {
    margin-left: 0;
    text-align: center;
  }

  .second-section-text-box {
    width: 100%;
    left: 0;
    padding: 25px 18px;
    font-size: 14px;
    border-radius: 30px;
  }

  .second-section-bg-globe {
    display: none;
  }

  /* === THIRD SECTION === */
  .third-section {
    flex-direction: column;
    padding: 60px 0;
  }

  .third-section-left {
    position: static;
    width: 100%;
    margin-top: 30px;
    padding: 25px 18px;
    font-size: 14px;
    border-radius: 40px;
  }

  .third-section-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 30px 25px;
    text-align: center;
    border-radius: 40px;
  }

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

  .third-section-right-firstName {
    font-size: 18px;
    margin-top: 10px;
  }

  .third-section-quote-pink,
  .third-section-quote-white {
    display: none;
  }

  /* === FIFTH SECTION === */
  .fifth-section {
    padding: 40px 0;
  }

  .fifth-section-img {
    width: 100%;
    border-radius: 40px;
  }

  .fifth-section-right {
    margin-top: 20px;
    text-align: center;
  }

  .fifth-section-text-box {
    width: 100%;
    padding: 25px;
    font-size: 14px;
    border-radius: 40px;
  }

  .fifth-section-btn {
    margin: 15px auto 0;
    font-size: 14px;
    padding: 10px 20px;
  }

  .seventh-section {
    font-size: 28px;
    height: auto;
    padding: 80px 10px;
  }

  .footer {
    padding: 40px 0 20px;
  }

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

  .footer-title,
  .footer-date,
  .footer-location,
  .footer-contact {
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}
