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

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-family: "Poppins", sans-serif;
  background-color: #FFFFFF;
  color: #201212;
}

#main {
  width: 100%;
}
#main header {
  width: 100%;
}
#main header .upper {
  padding: 1rem;
  background: linear-gradient(to right, #3166F9, #7346F4);
}
#main header .upper p {
  font-size: 0.85rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
#main header .bottom {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main header .bottom img {
  width: 100%;
}
#main .hero-section {
  background: linear-gradient(to bottom, #F3FCFF, #FAE1EB);
  padding: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#main .hero-section .top {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2rem;
}
#main .hero-section .top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .hero-section .top h1 {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 0.99;
  text-align: center;
}
#main .hero-section .bottom {
  padding: 1rem;
}
#main .hero-section .bottom p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#main .container {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#main .container .section1 {
  margin-top: 2rem;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#main .container .section1 .card {
  width: 100%;
}
#main .container .section1 .card .line {
  width: 100%;
  height: 0.25rem;
  background-color: #E8EAED;
}
#main .container .section1 .card .upper h3 {
  margin: 2rem 0rem;
}
#main .container .section1 .card .upper p {
  color: #4A4A4A;
  font-size: 1.1rem;
}
#main .container .section1 .card img {
  padding: 1rem;
  margin-top: 3rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .container .common {
  display: flex;
  flex-direction: column;
}
#main .container .common img {
  width: 100%;
}
#main .container .common .bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#main .container .common .bottom .first {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#main .container .common .bottom .first h4 {
  color: #4A4A4A;
  font-size: 1.2rem;
  font-weight: 500;
}
#main .container .common .bottom .first h3 {
  font-size: 3rem;
  font-weight: 600;
}
#main .container .common .bottom .first p {
  font-size: 1.15rem;
  font-weight: 0.9;
  line-height: 1.5;
}
#main .container .common .bottom .second {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
#main .container .common .bottom .second .btn1 {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0468D7;
  padding: 0.6rem;
  border-radius: 2rem;
  background: transparent;
}
#main .container .common .bottom .second .btn1 h4 {
  font-size: 1.1rem;
  color: #3166F9;
}
#main .container .common .bottom .second .btn2 {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-weight: 600;
  background: transparent;
}
#main .container .section3 {
  display: flex;
  background: linear-gradient(to right, #FCFCE2, #F6FBF9);
}
#main .container .section3 .bottom .first h3 {
  line-height: 1;
  font-size: 2.8rem;
}
#main .container .section3 .bottom .second .btn1 {
  background-color: #0468D7;
}
#main .container .section3 .bottom .second .btn1 h4 {
  color: #E8EAED;
}
#main .container .section4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .container .section4 .bottom .first h3 {
  line-height: 1;
}
#main .container .section5 {
  display: flex;
  background: linear-gradient(to right, #FCFCE2, #F6FBF9);
}
#main .container .section5 .bottom .first h3 {
  line-height: 1;
  font-size: 2.8rem;
}
#main .container .section5 .bottom .second .btn1 {
  background-color: #0468D7;
}
#main .container .section5 .bottom .second .btn1 h4 {
  color: #E8EAED;
}
#main .container .section6 {
  width: 100%;
}
#main .container .section6 .wrapper {
  padding: 4rem;
  width: 100%;
  background-image: url(./assets/section6.png);
  background-color: #042449;
  background-size: cover;
  color: #F3FCFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 2rem;
  font-weight: 300;
}
#main .container .section6 .wrapper h1 {
  font-size: 1.8rem;
}
@media (min-width: 900px) {
  #main .hero-section {
    padding: 10rem;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .hero-section .top {
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .hero-section .top img {
    width: 50%;
  }
  #main .hero-section .top h1 {
    padding: 2rem;
    font-size: 4rem;
  }
  #main .hero-section .bottom p {
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 0.99;
  }
  #main .container {
    padding: 10rem;
    margin-top: -6rem;
  }
  #main .container .section1 {
    flex-direction: row;
  }
  #main .container .section1 .card {
    gap: 0rem;
  }
  #main .container .section1 .card .line {
    height: 0.4rem;
  }
  #main .container .section1 .card .upper h3 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  #main .container .section1 .card .upper p {
    font-size: 1.3rem;
  }
  #main .container .common {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
  }
  #main .container .common img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .container .common .bottom .first h3 {
    font-size: 4rem;
  }
  #main .container .common .bottom .first p {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  #main .container .common .bottom .second {
    flex-direction: row;
    gap: 1rem;
  }
  #main .container .section3 {
    flex-direction: row;
    gap: 3rem;
    width: 100%;
    justify-content: space-evenly;
    /* img, .bottom{
        width: 40%; */
  }
  #main .container .section3 img {
    width: 40%;
  }
  #main .container .section3 .bottom .first .h3 {
    font-size: 2rem;
  }
  #main .container .section3 .bottom .first p {
    font-size: 1.4rem;
  }
  #main .container .section4 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #main .container .section4 img, #main .container .section4 .bottom {
    width: 40%;
  }
  #main .container .section4 img {
    width: 40%;
  }
  #main .container .section5 {
    flex-direction: row;
    gap: 3rem;
    width: 100%;
    justify-content: space-evenly;
  }
  #main .container .section5 img {
    width: 40%;
  }
  #main .container .section5 .bottom {
    padding: 3rem;
  }
  #main .container .section5 .bottom .first h3 {
    font-size: 3.8rem;
  }
  #main .container .section5 .bottom .first p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */