@font-face {
  font-family: go;
  src: url(./google-sans.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: go;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
main header {
  width: 100%;
}
main header .hea {
  width: 100%;
  background: linear-gradient(124.64deg, #027dfd, #833ef2);
  border-bottom: 2px solid black;
  padding: 1rem 1rem;
  position: fixed;
  z-index: 3;
  margin-bottom: 3rem;
}
main header .hea h4 {
  text-align: center;
  color: white;
  font-size: 0.9rem;
}
main nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 1rem 0rem;
  position: fixed;
  z-index: 2;
  margin-top: 1rem;
  background-color: #f3fcff;
}
main nav .img {
  width: 100%;
  padding: 1rem 1rem;
}
main nav .img image {
  width: 100%;
}
main nav .menu {
  padding: 1rem 2.5rem;
}
main nav .menu i {
  font-size: 1.5rem;
}
main nav .navs {
  display: none;
}
main section.view1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7rem;
  z-index: 1;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(35deg, #fcdde8, #f3fcff 60%);
}
main section.view1 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
main section.view1 .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  padding: 0.5rem;
  margin-top: 9rem;
}
main section.view1 .right img {
  width: 100%;
}
main section.view1 .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
main section.view1 .left h1 {
  width: 90%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
}
main section.view1 .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
main section.view1 .bottom h2 {
  width: 90%;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
main section.view2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4.5rem 2rem;
}
main section.view2 .top {
  width: 100%;
  border-top: 4px solid #e8eaed;
}
main section.view2 .top h1 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
main section.view2 .mid {
  width: 100%;
}
main section.view2 .mid p {
  font-size: 1.2rem;
  margin-top: 1rem;
  opacity: 0.8;
}
main section.view2 .bottom {
  width: 100%;
}
main section.view2 .bottom img {
  width: 100%;
  padding: 2.5rem 2.5rem;
}
main section.view3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 0rem 2rem;
}
main section.view3 .left {
  width: 100%;
  padding: 0.5rem 1rem;
}
main section.view3 .left img {
  width: 100%;
}
main section.view3 .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view3 .right .bot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view3 .right h4 {
  font-size: 1.1rem;
}
main section.view3 .right h1 {
  font-size: 2.9rem;
  margin-top: 1rem;
}
main section.view3 .right p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
main section.view3 .right button {
  margin-top: 1rem;
  padding: 0.7rem 2rem;
  border-radius: 1.7rem;
  border: 1px solid #027dfd;
  color: #027dfd;
  background-color: transparent;
}
main section.view3 .right h5 {
  font-size: 1rem;
  margin: 1rem;
}
main section.view4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem;
  background: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
}
main section.view4 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view4 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view4 .top .img {
  width: 100%;
}
main section.view4 .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main section.view4 .bottom h4 {
  font-size: 1.2rem;
}
main section.view4 .bottom h1 {
  font-size: 2.8rem;
  line-height: 1;
}
main section.view4 .bottom p {
  font-size: 1.2rem;
  opacity: 0.7;
}
main section.view4 .bottom button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 2.2rem;
  border-radius: 1.7rem;
  border: none;
  background-color: #027dfd;
  color: white;
}
main section.view5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem;
}
main section.view5 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view5 .top .img {
  width: 100%;
}
main section.view5 .bottom {
  width: 100%;
}
main section.view5 .bottom h4 {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-top: 1rem;
}
main section.view5 .bottom h1 {
  font-size: 2.9rem;
  margin-top: 1rem;
  line-height: 1;
}
main section.view5 .bottom p {
  opacity: 0.6;
  margin-top: 1.9rem;
  font-size: 1.2rem;
}
main section.view5 .bottom button {
  margin-top: 1.5rem;
  padding: 0.5rem 2rem;
  border: 1px solid #027dfd;
  border-radius: 1.7rem;
  background-color: transparent;
  color: #027dfd;
  font-weight: 700;
}
main section.view6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem;
  background: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
}
main section.view6 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view6 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view6 .top .img {
  width: 100%;
}
main section.view6 .bottom {
  width: 100%;
}
main section.view6 .bottom h4 {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-top: 1rem;
}
main section.view6 .bottom h1 {
  width: 100%;
  font-size: 2.9rem;
  margin-top: 1rem;
  line-height: 1;
}
main section.view6 .bottom p {
  opacity: 0.6;
  margin-top: 1.9rem;
  font-size: 1.2rem;
}
main section.view6 .bottom button {
  margin-top: 1.5rem;
  padding: 0.8rem 2.1rem;
  border: 1px solid #027dfd;
  border-radius: 1.7rem;
  background-color: #0468D7;
  color: white;
  font-weight: 700;
}
main section.view7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem;
}
main section.view7 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
main section.view7 .wrapper .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: flex-start;
  color: #e8eaed;
  padding: 6rem 3.1rem;
  background-image: url(./9.png);
  background-size: cover;
  background-position: center;
  background-color: #042449;
  border-radius: 1.7rem;
}
main section.view7 .wrapper .bottom h4 {
  font-size: 1.1rem;
  margin-top: 1rem;
}
main section.view7 .wrapper .bottom h1 {
  width: 100%;
  font-size: 2.6rem;
  margin-top: 0rem;
}
main section.view7 .wrapper .bottom button {
  margin-top: 1.5rem;
  padding: 0.5rem 2rem;
  border: 1px solid #027dfd;
  border-radius: 1.7rem;
  background-color: white;
  color: #027dfd;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
main section.view7 .wrapper .bottom h5 {
  font-size: 0.9rem;
  margin-top: 1rem;
}
main section.view8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem;
  background-color: #F8F9FA;
}
main section.view8 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.view8 .top {
  width: 100%;
  margin-bottom: 2rem;
}
main section.view8 .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  padding: 0rem 1.8rem;
}
main section.view8 .bottom h4 {
  margin-bottom: 0.7rem;
}
main section.view8 .bottom h5 {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.7;
}
main section.view9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem 0.5rem;
  background-color: #F8F9FA;
}
main section.view9 .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  border-bottom: 2px solid rgba(218, 220, 224, 0.43);
}
main section.view9 .top i {
  font-size: 1.3rem;
  padding-bottom: 2rem;
}
main section.view10 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 2.5rem 3.5rem;
  background-color: #F8F9FA;
}
main section.view10 .top {
  width: 100%;
  text-align: center;
}
main section.view10 .top p {
  font-size: 0.9rem;
  opacity: 0.7;
}
main section.view10 .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
main section.view10 .bottom p {
  font-size: 0.9rem;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  main {
    width: 100%;
  }
  main nav {
    width: 100%;
  }
  main nav .menu {
    display: none;
  }
  main nav .navs {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1.5rem 2.5rem;
  }
  main nav .navs h5 {
    opacity: 0.8;
    cursor: pointer;
  }
  main nav .navs button {
    background-color: #0468D7;
    color: white;
    padding: 0.8rem 2.5rem;
    border: none;
    border-radius: 25rem;
    cursor: pointer;
  }
  main section.view1 {
    width: 100%;
  }
  main section.view1 .wrapper {
    width: 100%;
    padding: 12rem 5.5rem 3rem;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "aside main" "bottom bottom";
    row-gap: 6rem;
    max-width: 1400px;
  }
  main section.view1 .wrapper .right {
    grid-area: main;
    margin-top: 0;
  }
  main section.view1 .wrapper .left {
    grid-area: aside;
    padding-top: 5rem;
    text-align: left;
  }
  main section.view1 .wrapper .left h1 {
    font-size: 4.4rem;
  }
  main section.view1 .wrapper .bottom {
    width: 100%;
    grid-area: bottom;
  }
  main section.view1 .wrapper .bottom h2 {
    font-size: 2.3rem;
    width: 100%;
  }
  main section.view2 {
    width: 100%;
    flex-direction: row;
    padding: 5rem 6rem;
    gap: 2.9rem;
    max-width: 1400px;
  }
  main section.view2 .top h1 {
    font-size: 1.8rem;
  }
  main section.view2 .mid p {
    font-size: 1.5rem;
  }
  main section.view2 .bottom {
    margin-top: 2.9rem;
  }
  main section.view3 {
    width: 100%;
    flex-direction: row-reverse;
    padding: 3rem 9rem;
    gap: 5rem;
    margin-top: 0;
    max-width: 1400px;
  }
  main section.view3 .left {
    width: 100%; /* responsive width */
  }
  main section.view3 .left img {
    margin-top: 0;
    width: 100%;
  }
  main section.view3 .right {
    justify-content: center;
    margin-top: 2.6rem;
    margin-left: 2.8rem;
  }
  main section.view3 .right h4 {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  main section.view3 .right h1 {
    margin-top: 1rem;
    font-size: 3.8rem;
  }
  main section.view3 .right p {
    margin-top: 1rem;
    font-size: 1.2rem;
    width: 78%;
    margin-bottom: 1rem;
  }
  main section.view3 .right .bot {
    flex-direction: row;
    align-items: center;
  }
  main section.view3 .right .bot button {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  main section.view3 .right .bot h5 {
    margin-top: 0.9rem;
  }
  main section.view4 {
    width: 100%;
    align-items: center;
  }
  main section.view4 .wrapper {
    width: 100%;
    flex-direction: row;
    padding: 3rem 9rem;
    gap: 9rem;
    max-width: 1400px;
  }
  main section.view4 .wrapper .top {
    width: 40%;
    align-self: center;
  }
  main section.view4 .wrapper .bottom {
    width: 60%;
    margin-bottom: 3.5rem;
  }
  main section.view4 .wrapper .bottom h1 {
    width: 80%;
    font-size: 3.8rem;
  }
  main section.view4 .wrapper .bottom p {
    width: 87%;
    font-size: 1.3rem;
  }
  main section.view5 {
    width: 100%;
    max-width: 1400px;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 3rem 12rem;
  }
  main section.view5 .top {
    width: 40%;
    margin-top: 4rem;
  }
  main section.view5 .bottom {
    width: 60%;
    align-self: center;
  }
  main section.view5 .bottom h4 {
    font-size: 1.3rem;
  }
  main section.view5 .bottom h1 {
    font-size: 3.8rem;
    width: 70%;
  }
  main section.view5 .bottom p {
    font-size: 1.3rem;
    width: 70%;
    opacity: 0.7;
    margin-bottom: 1rem;
  }
  main section.view6 {
    width: 100%;
    align-items: center;
  }
  main section.view6 .wrapper {
    width: 100%;
    flex-direction: row;
    padding: 1rem 9rem;
    gap: 9rem;
    max-width: 1400px;
  }
  main section.view6 .wrapper .top {
    width: 40%;
    align-self: center;
  }
  main section.view6 .wrapper .bottom {
    width: 60%;
    margin-bottom: 3.5rem;
  }
  main section.view6 .wrapper .bottom h1 {
    width: 100%;
    font-size: 3.8rem;
  }
  main section.view6 .wrapper .bottom p {
    width: 87%;
    font-size: 1.3rem;
    opacity: 0.8;
  }
  main section.view7 {
    width: 100%;
    max-width: 1400px;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 5.5rem 6.5rem;
  }
  main section.view7 .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  main section.view7 .wrapper .bottom {
    width: 100%;
    align-self: center;
    max-width: 1400px;
    border-radius: 2.7rem;
  }
  main section.view7 .wrapper .bottom h4 {
    font-size: 1.3rem;
  }
  main section.view7 .wrapper .bottom h1 {
    font-size: 4rem;
  }
  main section.view7 .wrapper .bottom .bot {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  main section.view8 {
    width: 100%;
  }
  main section.view8 .wrapper {
    width: 100%;
    flex-direction: row;
    gap: 0rem;
  }
  main section.view8 .wrapper .top {
    width: 45%;
  }
  main section.view8 .wrapper .bottom {
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
  }
  main section.view8 .wrapper .bottom h5 {
    line-height: 2;
  }
  main section.view9 {
    width: 100%;
  }
  main section.view9 .top {
    align-items: flex-start;
    justify-content: flex-start;
  }
  main section.view10 {
    width: 100%;
    flex-direction: row;
  }
  main section.view10 .top {
    text-align: left;
    width: 80%;
  }
  main section.view10 .top p {
    width: 100%;
  }
  main section.view10 .bottom {
    width: 40%;
    align-items: flex-start;
  }
}/*# sourceMappingURL=flu.css.map */