@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
  --neutral-1: #0d0a0f;
  --primary-main: #4b296b;
  --white: #ffffff;
}

body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
p {
  font-family: "Manrope", sans-serif;
}

a {
  color: var(--neutral-1);
  font-weight: 500;
  font-size: 20px;
}

#nav-btn {
  background-color: var(--primary-main);
  width: 160px;
  height: 52px;
  border: none;
  border-radius: 8px;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
}

.offcanvas-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header */

header .carousel h1 {
  font-size: 68px;
  font-weight: 800;
}

header .carousel p {
  font-size: 20px;
  font-weight: 500;
}

header .carousel button {
  background-color: var(--primary-main);
  width: 240px;
  height: 52px;
  border: none;
  border-radius: 8px;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
}

header .carousel {
}

header .carousel-indicators {
  top: 500px;
}

header section {
  padding: 30px 0;
}

.get-started-btn {
  margin-top: 50px;
}

#Section-1 {
  background-color: #dbd4e1;
  padding: 100px 0;
  text-align: center;
  height: 732px;
}

#Section-1 h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
}

#Section-1 > p {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
  color: black;
}

#Section-1 #div-1 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

#div-2 {
  max-width: 420px;
  text-align: left;
}

#Section-1 #div-2 p:first-child {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-main);
  margin-bottom: 16px;
}

#Section-1 #div-2 p:last-child {
  font-size: 19px;
  line-height: 1.8;
  color: black;
}

#div-3 img {
  max-width: 100%;
}

#Section-2 {
  padding: 120px 0 0;
}

#Section-2 .container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  border-bottom: 1px solid #4b296b;
  padding-bottom: 120px;
}

#Section-2 img {
  max-width: 520px;
  width: 100%;
}

#Section-2 div {
  max-width: 520px;
}

#Section-2 p:first-child {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-main);
  margin-bottom: 16px;
}

#Section-2 p:last-child {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  color: black;
}

#Section-3 {
  padding: 120px 0 0;
}

#Section-3 .d-flex {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  flex-direction: row-reverse;
  border-bottom: 1px solid #4b296b;
  padding-bottom: 120px;
}

#Section-3 img {
  max-width: 520px;
  width: 100%;
}

#Section-3 div {
  max-width: 520px;
}

#Section-3 p:first-child {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-main);
  margin-bottom: 16px;
}

#Section-3 p:last-child {
  font-size: 19px;
  width: 500px;
  font-weight: 500;
  line-height: 1.8;
  color: black;
}

/* Section 4 */
#Section-4 {
  background-color: #4b296b;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  padding: 3rem;
  gap: 5rem;
}

#Section-4 h2 {
  color: white;
  font-size: 40px;
  font-weight: 800;
}

#Section-4 p {
  color: white;
  font-size: 20px;
}

#Section-4-div {
  display: flex;
  justify-content: center;
}

#Section-4-item {
  width: 350px;
}

#Section-4-item p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 2rem;
}

/* Section 5 */
#Section-5 {
  background-color: #faf8fc;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#Section-5 #p-1 {
  font-weight: 500;
  font-size: 24px;
  color: black;
}

#Section-5 h2 {
  font-size: 40px;
  font-weight: 800;
}

#Section-5-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Section-5-text {
  width: 550px;
  font-size: 24px;
  color: black;
}

#Section-5-text h5 {
  color: var(--primary-main);
  text-align: start;
  font-size: 28px;
  font-weight: 700;
}

#Section-5-text p {
  font-weight: 500;
  font-size: 20px;
  text-align: start;
  color: black;
}

#Section-5 button {
  background-color: var(--primary-main);
  color: white;
  font-size: 20px;
  border-radius: 1rem;
  width: 240px;
  height: 52px;
  border: none;
  margin-left: -20rem;
}

/* Section 6 */
#Section-6 {
  background-color: var(--primary-main);
}

#Section-6 h2,
#Section-6 p {
  color: white;
  display: flex;
  justify-content: center;
}

#Section-6 h2 {
  font-weight: 800;
  font-size: 40px;
  padding-bottom: 2rem;
}

#Section-6 #p-1 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4rem;
}

#Section-6 .card h5 {
  font-weight: 700;
  font-size: 32px;
  color: var(--primary-main);
}

#Section-6 .card h6 {
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-main);
}

#Section-6 .card p {
  color: black;
  font-size: 11px;
  width: 348px;
}

#Section-6 .card {
  height: 624px;
}

#Section-6 button {
  border: 1px solid var(--primary-main);
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

#Section-6 #img-div img {
  width: 32px;
  height: 32px;
}

/* Section 7 */

#Section-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
}

#Section-7 h2 {
}

#Section-7 .carousel-item {
  position: relative;
  height: 288px;
  padding-top: 10rem;
  margin: 0 3rem;
}

#Section-7 .carousel-item h5 {
  margin-bottom: 1rem;
  color: #4b296b;
  font-weight: 700;
  font-size: 24px;
}

#Section-7 .carousel-item #h5-1 {
  padding-left: 33rem;
}

#Section-7 .carousel-item #h5-2 {
  padding-left: 32rem;
}

#Section-7 .carousel-item #h5-3 {
  padding-left: 34rem;
}

#Section-7 .carousel-item p {
  margin-left: 14rem;
  text-align: center;
  width: 692px;
  font-weight: 500;
  font-size: 20px;
}
#Section-7 .carousel-item img {
  position: absolute;
  bottom: 10rem;
  left: 34rem;
}

#Section-7 #button-1 {
  background-color: #4B296B;
  border-radius: 0.5rem;
  padding: 0.5rem 3rem;
  color: white;
  margin-top: 2rem;
  border: none;
}

/* Section 8 */

#Section-8 button img {
  margin: 1rem;
  width: 64px;
  width: 64px;
}

#Section-8 {
  background-color: #dbd4e1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Section-8 h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  padding-bottom: 1rem;
}

#Section-8 #p-1 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.accordion-body p {
  font-size: 16px;
  font-weight: 400;
}

#Section-8 #accordionExample {
  width: 964px;
  height: 553px;
}

#Section-8 h3 {
  padding: 1rem;
}

/* Footer */

footer {
  background-color: #261536;
  color: white;
  padding: 4rem 0;
  
}

footer img {
  padding-bottom: 1rem;
}
.footer-div {
  display: flex;

}

.footer-test {
}

.footer-test p {
  font-size: 20px;
  width: 370px;
}

.footer-test,
.footer-test-2,
.footer-test-3 {
  flex: 1;
}

.footer-test {
  padding-right: 1rem;
}

@media (max-width: 750px) {
  header .carousel-item h1 {
    font-size: 28px;
    font-weight: 800;
  }

  header .carousel-item p {
    font-size: 12px;
  }

  /* Header */

  header .carousel h1 {
    font-size: 28px;
    font-weight: 800;
  }

  header .carousel-item button {
    margin-top: 5rem;
    border-radius: 3rem;
  }

  /* Section 1 */

  .offcanvas-main {
    max-width: 55%;
  }

  .offcanvas-heading {
    padding: 20px 0;
  }

  .offcanvas-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .offcanvas-body li {
    padding-top: 20px;
  }

  .offcanvas-body button {
    margin-top: 20px;
  }

  .carousel-item h1 {
    font-size: 28px;
  }

  .carousel-item p {
    font-size: 12px;
  }

  .slider-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .slider-img img {
    max-width: 240px;
  }

  .carousel button {
    width: 240px;
    height: 44px;
    border-radius: 36px;
    font-size: 20px;
  }

  .carousel-indicators {
    top: 470px;
  }

  header section {
    padding: 6px 0;
  }

  #Section-1 {
    height: auto;
    padding: 60px 5%;
    background-color: white;
  }

  #Section-1 h2 {
    font-size: 28px;
  }

  #Section-1 > p {
    font-size: 16px;
  }

  #Section-1 #div-1 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  #Section-1 #div-2 {
    max-width: 100%;
    text-align: center;
  }

  #Section-1 #div-2 p:first-child {
    font-size: 18px;
  }

  #Section-1 #div-2 p:last-child {
    font-size: 12px;
    text-align: center;
  }

  #Section-2 .container,
  #Section-3 .d-flex {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    border: none;
    padding-bottom: 0;
  }

  #Section-2 img,
  #Section-3 img {
    max-width: 280px;
  }

  #Section-2 p:first-child,
  #Section-3 p:first-child {
    font-size: 20px;
  }

  #Section-2 p:last-child,
  #Section-3 p:last-child {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  /* Section 3 */

  #Section-3 #div-2 p:first-child {
    text-align: center;
  }

  /* Section 4 */
  #Section-4 {
    display: flex;
    justify-content: center;
  }
  #Section-4-div {
    flex-direction: column;
  }

  #Section-4 h2 {
    font-size: 24px;
  }

  #Section-4 p {
    font-size: 12px;
  }

  #Section-4-div {
    display: flex;
    justify-content: center;
  }

  #Section-4-item {
    width: 240px;
  }

  #Section-4-item p {
    font-size: 12px;
    padding-bottom: 2rem;
  }

  #Section-4-item img {
    width: 48px;
    height: 48px;
  }

  /* Section 5 */

  #Section-5 h2 {
    font-size: 24px;
    font-weight: 800;
  }

  #Section-5 p {
    font-size: 12px;
  }
  #Section-5 button {
    display: none;
  }
  #Section-5-div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  #Section-5 img {
    width: 200px;
    height: 220px;
    margin-bottom: 1rem;
  }
  #Section-5-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 366px;
  }
  #Section-5-text h5 {
    text-align: center;
  }

  #Section-5-text p {
    text-align: center;
    width: 366px;
  }

  /* Section 6 */

  #Section-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #Section-6 h2 {
    font-size: 24px;
    padding-bottom: 1rem;
  }

  #Section-6 #p-1 {
    font-size: 12px;
    margin-bottom: 4rem;
  }

  /* Section 7 */
  #Section-7 {
    padding: 3rem 1rem;
    text-align: center;
  }


  #Section-7 .carousel-inner .carousel-item {
    height: auto;
    padding-top: 0;
    margin: 0;
    text-align: center;
  }


  #Section-7 .carousel-inner .carousel-item img {
    position: static;
    left: auto;
    bottom: auto;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem auto;
    display: block;
  }


  #Section-7 .carousel-inner .carousel-item h5,
  #Section-7 .carousel-inner .carousel-item #h5-1,
  #Section-7 .carousel-inner .carousel-item #h5-2,
  #Section-7 .carousel-inner .carousel-item #h5-3 {
    padding-left: 0;
    margin-left: 0;
    font-size: 18px;
  }


  #Section-7 .carousel-inner .carousel-item p {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    text-align: center;
  }


  #Section-7 .carousel-control-prev,
  #Section-7 .carousel-control-next {
    width: 15%;
  }

#Section-7 #button-1 {
  border-radius: 1rem;
}
  /* Section 8 */

  #Section-8 button img {
  margin: 1rem;
  width: 64px;
  width: 64px;
}

#Section-8 {
  background-color: #dbd4e1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}

#Section-8 h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 24px;
  padding: 1rem 0;
}

#Section-8 #p-1 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
font-size: 12px;
}

.accordion-body p {
  font-size: 10px;  
  font-weight: 400;
}

#Section-8 #accordionExample {
width: 308px;
  height: 553px;
}

#Section-8 h3 {
  padding: 1rem;
  font-size: 12px;
}

  /* Footer  */
  footer {
    padding: 2.5rem 1rem 2rem 1rem;
  }

  .footer-div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .footer-test,
  .footer-test-2,
  .footer-test-3 {
    width: 100%;
    padding: 0;
  }

  .footer-test p {
    font-size: 1rem;
    width: 100%;
    max-width: 320px;
    margin: 0.75rem 0 0 0;
  }

  .footer-test-2,
  .footer-test-3 {
    flex: 1;
  }

  .footer-test-2 h4,
  .footer-test-3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: white;
    letter-spacing: 0.5px;
  }

  .footer-test-2 p,
  .footer-test-3 p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
    color: #ffffff;
    opacity: 0.8;
  }

  .footer-links-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .footer-test-2,
  .footer-test-3 {
    min-width: 120px;
  }
}

/* Tablet */

@media (max-width: 890px) {
  .offcanvas-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .offcanvas-body li {
    padding-top: 20px;
  }

  .offcanvas-body button {
    margin-top: 20px;
  }
}
