@font-face {
  font-family: "Google Sans";
  src: url(./font/GoogleSans.woff2);
}
@font-face {
  font-family: "Roboto";
  src: url(./font/Roboto.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans";
}

html,
body {
  padding: 0;
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main section {
  max-width: 1900px;
  margin: 0 auto;
}
main section.view1 {
  width: 100%;
}
main section.view1 .notification {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: linear-gradient(124.64deg, #027dfd, #833ef2);
}
main section.view1 .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem;
  font-size: 1.5rem;
  width: 100%;
}
main section.view1 .nav .logo {
  width: 40%;
}
main section.view1 .nav .logo img {
  max-width: 150px;
  width: 100%;
}
main section.view1 .nav .menu {
  display: none;
}
main section.view2 {
  width: 100%;
  text-align: center;
  padding: 4rem 1.5rem;
  background: linear-gradient(35deg, rgb(252, 221, 232), rgb(243, 252, 255) 60%);
}
main section.view2 .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
main section.view2 .hero .hero-img img {
  width: 100%;
}
main section.view2 .hero .hero-txt {
  width: 100%;
  margin: 3rem 0;
  font-size: 2rem;
}
main section.view2 .hero-para {
  width: 100%;
  margin: 3rem 0;
  font-size: 2rem;
}
main section.view3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
}
main section.view3 .card {
  width: 80%;
  margin: 5rem 0;
  margin: 1.5rem 0;
}
main section.view3 .card hr {
  height: 0.3rem;
  border: none;
  background-color: gray;
  opacity: 0.2;
}
main section.view3 .card img {
  width: 100%;
}
main section.view3 .card .title {
  font-weight: bolder;
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
main section.view3 .card p {
  font-size: 1rem;
}
main section.view4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.view4 .box {
  width: 80%;
}
main section.view4 .box .top img {
  width: 100%;
}
main section.view4 .box .btm {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
main section.view4 .box .btm p {
  font-size: 1.2rem;
  text-align: justify;
}
main section.view4 .box .btm p:first-child {
  font-size: 1.2rem;
  font-weight: 600;
}
main section.view4 .box .btm h1 {
  font-size: 2.5rem;
}
main section.view4 .box .btm .btn {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
main section.view4 .box .btm .btn button {
  padding: 10px 40px;
  border: 2px solid #027dfd;
  border-radius: 50px;
  color: #027dfd;
  background: transparent;
}
main section.view4 .box .btm .btn p {
  padding-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}
main section.view5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(235deg, #e8f9ff 40%, #faf9c5 80%);
  padding: 5rem 0;
}
main section.view5 .box {
  width: 80%;
}
main section.view5 .box .top img {
  width: 100%;
}
main section.view5 .box .btm {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
main section.view5 .box .btm p {
  font-size: 1.2rem;
  text-align: justify;
}
main section.view5 .box .btm p:first-child {
  font-size: 1.2rem;
  font-weight: 600;
}
main section.view5 .box .btm h1 {
  font-size: 2.5rem;
}
main section.view5 .box .btm .btn {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
main section.view5 .box .btm .btn button {
  padding: 10px 40px;
  border: 2px solid #027dfd;
  background-color: #027dfd;
  border-radius: 50px;
  color: #fff;
}
main section.view6 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
main section.view6 .box {
  width: 80%;
}
main section.view6 .box .top img {
  width: 100%;
}
main section.view6 .box .btm {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
main section.view6 .box .btm p {
  font-size: 1.2rem;
  text-align: justify;
}
main section.view6 .box .btm p:first-child {
  font-size: 1.2rem;
  font-weight: 600;
}
main section.view6 .box .btm h1 {
  font-size: 2.5rem;
}
main section.view6 .box .btm .btn {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
main section.view6 .box .btm .btn button {
  padding: 10px 40px;
  border: 2px solid #027dfd;
  border-radius: 50px;
  color: #027dfd;
  background: transparent;
}
main section.view6 .box .btm .btn p {
  padding-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}
main section.view8 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
main section.view8 .box {
  width: 80%;
  border: 1px solid black;
  color: #fff;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: #042449;
  z-index: 2;
}
main section.view8 .box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
main section.view8 .box .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 1rem;
  z-index: 2;
  padding: 3.5rem 4rem;
}
main section.view8 .box .text button {
  outline: none;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 50px;
}
main footer {
  background: #f8f9fa;
  margin-top: 3rem;
}
main footer .menu-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
}
main footer .menu-box .logo img {
  width: 8rem;
}
main footer .menu-box .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main footer .menu-box .menu p {
  font-size: 0.8rem;
}
main footer .social {
  font-size: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
main footer hr {
  margin-left: 10%;
  height: 0.3rem;
  border: none;
  background-color: gray;
  opacity: 0.2;
  width: 80%;
}
main footer .last {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8rem;
  margin-bottom: 3rem;
}
main footer .last div {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 600px) {
  main section.view2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main section.view2 .hero {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    width: 80%;
  }
  main section.view2 .hero .hero-img {
    width: 50%;
  }
  main section.view2 .hero .hero-txt {
    text-align: left;
    width: 30%;
    font-size: 2rem;
  }
  main section.view2 .hero-para {
    width: 60%;
    margin: 3rem 0;
    font-size: 2rem;
  }
  main section.view3 {
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  main section.view4 {
    width: 100%;
  }
  main section.view4 .box {
    width: 80%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
  }
  main section.view4 .box .btm {
    width: 30%;
  }
  main section.view4 .box .btm p {
    font-size: 1.5rem;
  }
  main section.view4 .box .btm p:first-child {
    font-size: 1.5rem;
    font-weight: 600;
  }
  main section.view4 .box .btm h1 {
    font-size: 3rem;
  }
  main section.view4 .box .btm .btn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.view4 .box .btm .btn p {
    padding-top: 1rem;
  }
  main section.view5 {
    width: 100%;
  }
  main section.view5 .box {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  main section.view5 .box .btm {
    width: 30%;
  }
  main section.view5 .box .btm p {
    font-size: 1.5rem;
  }
  main section.view5 .box .btm p:first-child {
    font-size: 1.5rem;
    font-weight: 600;
  }
  main section.view5 .box .btm h1 {
    font-size: 3rem;
  }
  main section.view6 {
    width: 100%;
  }
  main section.view6 .box {
    width: 80%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
  }
  main section.view6 .box .top {
    width: 50%;
  }
  main section.view6 .box .btm {
    width: 30%;
  }
  main section.view6 .box .btm p {
    font-size: 1.5rem;
  }
  main section.view6 .box .btm p:first-child {
    font-size: 1.5rem;
    font-weight: 600;
  }
  main section.view6 .box .btm h1 {
    font-size: 3rem;
  }
  main section.view7 {
    padding: 2rem 0;
  }
  main section.view7 .box .top {
    width: 40%;
  }
  main footer {
    background: #f8f9fa;
    margin-top: 3rem;
  }
  main footer .menu-box {
    flex-direction: row;
    justify-content: space-around;
  }
  main footer .social {
    justify-content: flex-start;
    margin-left: 10%;
  }
  main footer hr {
    margin-left: 10%;
    height: 0.3rem;
    border: none;
    background-color: gray;
    opacity: 0.2;
    width: 80%;
  }
  main footer .last {
    flex-direction: row;
    justify-content: space-between;
  }
  main footer .last div {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  main section.view1 .nav .menu {
    width: 55%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
  }
  main section.view1 .nav .menu a {
    text-decoration: none;
    color: #000;
    opacity: 0.7;
  }
  main section.view1 .nav .menu .click {
    color: #027dfd;
    opacity: 1;
  }
  main section.view1 .nav .menu-icon {
    display: none;
  }
  main section.view1 .nav .startBtn {
    padding: 12px 30px;
    color: #fff;
    border-radius: 50px;
    background: #027dfd;
  }
}/*# sourceMappingURL=style.css.map */