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

@font-face {
  font-family: "figtree";
  src: url(accets/font/Figtree-VariableFont_wght.ttf);
}
html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: white;
  color: #11193b;
}

main {
  width: 100%;
}
main .first-page {
  padding: 1rem;
  width: 100%;
  gap: 0.7rem;
  flex-direction: column;
  display: flex;
}
main .first-page .header h1 {
  text-wrap: nowrap;
  font-size: 7vw;
}
main .first-page .first-box {
  border-radius: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 4/3;
  padding: 1.5rem 1rem;
  background-color: #f889e7;
  gap: 0.8rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}
main .first-page .first-box h1 {
  font-weight: 600;
  font-size: 1.7rem;
}
main .first-page .first-box p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  z-index: 2;
}
main .first-page .first-box button {
  font-weight: 600;
  z-index: 2;
  color: white;
  background-color: #11193b;
  padding: 0.5rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: auto;
  font-size: 0.88rem;
}
main .first-page .first-box img {
  bottom: -10%;
  right: -30%;
  height: 110px;
  z-index: 1;
  transform: rotate(60deg);
  width: 300px;
  position: absolute;
}
main .first-page .box-img {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
}
main .first-page .box-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .first-page .marquee {
  width: 100%;
  overflow: hidden;
  background-color: #d8d800;
  border-radius: 20px;
  aspect-ratio: 16/2.5;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
}
main .first-page .marquee .marquee-text {
  gap: 1.2rem;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  animation: move linear infinite both 5s;
}
main .first-page .marquee .marquee-text .box {
  gap: 1.2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
}
main .first-page .marquee .marquee-text img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
main .first-page .boxes {
  width: 100%;
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
  align-items: center;
}
main .first-page .boxes .box {
  gap: 2rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  background-color: #ffdf2b;
  width: 100%;
}
main .first-page .boxes .box .img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
main .first-page .boxes .box .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .first-page .boxes .box .text {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
  width: 100%;
}
main .first-page .boxes .box .text h2 {
  font-size: 1rem;
}
main .first-page .boxes .box .text p {
  font-size: 0.99rem;
  line-height: 1.2;
}
main .second-page {
  padding: 1rem;
  width: 100%;
  gap: 0.7rem;
  flex-direction: column;
  display: flex;
}
main .second-page .first-box {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 5/4;
  padding: 1.5rem 1rem;
  background-color: #faebc5;
  gap: 0.8rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}
main .second-page .first-box h1 {
  width: 50%;
  font-weight: 700;
  font-size: 1.7rem;
  z-index: 2;
}
main .second-page .first-box p {
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  z-index: 2;
}
main .second-page .first-box img {
  transform: rotate(80deg);
  right: -15%;
  top: -5%;
  width: 10rem;
  position: absolute;
}
main .second-page .img-container {
  width: 100%;
  gap: 1rem;
  flex-direction: column;
  display: flex;
}
main .second-page .img-container .img {
  aspect-ratio: 1/1;
}
main .second-page .img-container .img img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
main .second-page .img-container .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .second-page .img-container .text h1 {
  display: inline-block;
  font-size: 1rem;
}
main .second-page .img-container .text a {
  background-color: #faebc5;
  display: none;
  border-radius: 50px;
  padding: 0.3rem 0.5rem;
  border: 0.1px solid black;
  color: #11193b;
  gap: 1rem;
  font-size: 0.5em;
  text-decoration: none;
}
main .second-page .text-container {
  border-radius: 40px;
  margin-top: 1.5rem;
  width: 100%;
  background-color: #faebc5;
  padding: 1.5rem;
  gap: 1rem;
  flex-direction: column;
  display: flex;
}
main .second-page .text-container p {
  text-align: center;
  font-size: 1rem;
}
main .second-page .text-container h2 {
  font-size: 1.5rem;
  text-align: center;
}
main .second-page .text-container h2 br {
  display: none;
}
main .second-page .text-container .boxes {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
main .second-page .text-container .boxes .box {
  background-color: #feadd2;
  min-width: 230px;
  min-height: 100%;
  scroll-behavior: smooth;
  padding: 1.2rem 1rem;
  border-radius: 20px;
  margin-right: 1rem;
}
main .second-page .text-container .boxes .box p {
  color: #11193b;
  width: 100%;
  text-align: start;
  font-size: 1rem;
}
main .second-page .text-container .boxes .box:nth-child(odd) {
  background-color: #ffbe81;
}
main .second-page .text-container .detailed-text {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  position: relative;
}
main .second-page .text-container .detailed-text .web {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  width: 50%;
  background-color: #d8d800;
}
main .second-page .text-container .detailed-text .web .titile h1 {
  font-size: 0.88rem;
}
main .second-page .text-container .detailed-text .web .elem {
  background-color: rgba(255, 218, 185, 0.358);
  margin: 0.27rem;
  padding: 0.5rem 1rem;
  min-width: 50%;
  gap: 0.5rem;
  border-radius: 20px;
  align-items: center;
  flex-direction: column;
  display: flex;
}
main .second-page .text-container .detailed-text .web .elem img {
  border-radius: 50%;
  background-color: pink;
  height: 50px;
  width: 50px;
}
main .second-page .text-container .detailed-text .web .elem p {
  font-size: 0.77rem;
}
main .second-page .text-container .detailed-text .product {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  width: 50%;
  background-color: rgba(0, 0, 255, 0.566);
}
main .second-page .text-container .detailed-text .product .titile h1 {
  text-align: end;
  font-size: 0.88rem;
}
main .second-page .text-container button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d8d800;
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
}
main .third-page {
  padding: 1rem;
  width: 100%;
  gap: 0.7rem;
  flex-direction: column;
  display: flex;
}
main .third-page .img {
  width: 100%;
}
main .third-page .img img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .third-page .elem {
  width: 100%;
  border-radius: 20px;
  padding: 0.88rem;
  height: 50%;
}
main .third-page .elem .heading h2 {
  line-height: 1;
  font-size: 1.4rem;
  width: 70%;
}
main .third-page .elem .heading p {
  font-size: 0.92rem;
  margin-bottom: 3rem;
}
main .third-page .elem p {
  font-size: 0.92;
}
main .third-page .elem2 {
  position: relative;
  overflow: hidden;
  background-color: #ffdf2b;
}
main .third-page .elem2 .heading h1 {
  font-size: 1.4rem;
}
main .third-page .elem2 img {
  right: -20%;
  top: -10%;
  width: 50%;
  transform: rotate(-30deg);
  height: 50%;
  position: absolute;
}
main .third-page .elem3 {
  background-color: #eeee39;
}
main .third-page .elem3 h2 {
  margin-bottom: 3rem;
}
main .third-page .elem4 {
  background-color: #feadd2;
}
main .third-page .elem4 h2 {
  margin-bottom: 3rem;
}

@keyframes move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@media (min-width: 1020px) {
  main {
    width: 100%;
  }
  main .first-page {
    width: 100%;
  }
  main .first-page .header {
    width: 100%;
  }
  main .first-page .header h1 {
    text-align: center;
    font-size: 9rem;
  }
  main .first-page .first-box {
    width: 100%;
    aspect-ratio: 19/4;
  }
  main .first-page .first-box h1 {
    width: 40%;
    font-size: 2.5rem;
  }
  main .first-page .first-box p {
    width: 30%;
    font-size: 1rem;
  }
  main .first-page .first-box button {
    font-size: 0.88rem;
  }
  main .first-page .first-box button i {
    font-size: 1rem;
    padding: 0 0 0 0.8rem;
  }
  main .first-page .first-box img {
    bottom: -15%;
    right: -42%;
    height: 100%;
    z-index: 1;
    transform: rotate(70deg);
    width: 100%;
    position: absolute;
  }
  main .first-page .box-img {
    aspect-ratio: 19/7;
  }
  main .first-page .marquee {
    width: 100%;
    aspect-ratio: 16/1.5;
    border-radius: 25px;
    background-color: #d8d800;
    text-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  main .first-page .marquee .marquee-text {
    display: flex;
    gap: 50px;
    animation: move 7s linear infinite both;
  }
  main .first-page .marquee .marquee-text .box {
    margin: 0 1rem;
    align-items: center;
    display: flex;
  }
  main .first-page .marquee .marquee-text img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40px;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
  }
  main .first-page .boxes {
    gap: 2rem;
    flex-direction: row;
    display: flex;
  }
  main .first-page .boxes .box {
    padding: 1.5rem 1.4rem;
  }
  main .first-page .boxes .box .text h2 {
    font-size: 1.3rem;
  }
  main .first-page .boxes .box .text p {
    line-height: 1.5;
  }
  main .second-page .first-box {
    width: 100%;
    aspect-ratio: 19/4;
  }
  main .second-page .first-box img {
    top: -20%;
    right: -43%;
    transform: rotate(150deg);
    height: 90%;
    width: 100%;
  }
  main .second-page .first-box h1 {
    width: 40%;
    font-size: 2.5rem;
  }
  main .second-page .first-box p {
    width: 30%;
    font-size: 1rem;
  }
  main .second-page .img-container {
    width: 100%;
  }
  main .second-page .img-container .img {
    aspect-ratio: 5/3;
    width: 100%;
    height: 100%;
  }
  main .second-page .img-container .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  main .second-page .img-container .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .second-page .img-container .text h1 {
    display: inline-block;
    font-size: 1.5rem;
  }
  main .second-page .img-container .text a {
    border-radius: 50px;
    padding: 0.5rem 1rem;
    border: 0.1px solid black;
    color: #11193b;
    font-size: 1.2rem;
    gap: 2rem;
    text-decoration: none;
    display: inline-block;
  }
  main .second-page .text-container p {
    font-size: 1.5rem;
  }
  main .second-page .text-container h2 {
    text-align: center;
    font-size: 3rem;
  }
  main .second-page .text-container h2 br {
    display: block;
  }
  main .second-page .text-container .boxes {
    align-items: center;
    align-content: center;
    padding: 2rem;
    overflow-x: hidden;
    margin-bottom: 2rem;
  }
  main .second-page .text-container .boxes .box {
    height: 120px;
    width: 450px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  main .second-page .text-container .detailed-text {
    width: 100%;
  }
  main .second-page .text-container .detailed-text .web .titile h1 {
    font-size: 1.1rem;
  }
  main .second-page .text-container .detailed-text .web .elem {
    background-color: rgba(255, 218, 185, 0.358);
    margin: 2rem;
    padding: 0.5rem;
    width: 30%;
    gap: 0.5rem;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
  }
  main .second-page .text-container .detailed-text .web .elem img {
    border-radius: 50%;
    background-color: yellowgreen;
    height: 80px;
    width: 80px;
  }
  main .second-page .text-container .detailed-text .web .elem p {
    width: 50%;
    font-size: 0.88rem;
  }
  main .second-page .text-container .detailed-text .product .titile h1 {
    font-size: 1.1rem;
  }
  main .third-page {
    width: 100%;
    display: grid;
    grid-template-areas: "a a . b b" "a a . b b" "a a . b b" "a a . c d" "a a . c d";
  }
  main .third-page .a {
    grid-area: a;
    height: auto;
    padding: 0;
    max-width: 100%;
  }
  main .third-page .a img {
    border-radius: 40px;
  }
  main .third-page .b {
    grid-area: b;
    padding: 3.5rem 2rem;
  }
  main .third-page .b img {
    height: 70%;
    width: 70%;
    top: 50%;
    right: -30%;
    transform: rotate(-110deg);
  }
  main .third-page .b .heading h1 {
    font-weight: 500;
    font-size: 3.5rem;
  }
  main .third-page .b .heading p {
    font-size: 1.4rem;
  }
  main .third-page .b p {
    width: 70%;
    font-size: 1.1rem;
    margin-top: auto;
  }
  main .third-page .c {
    grid-area: c;
    padding: 3.5rem 2rem;
  }
  main .third-page .c p {
    margin-top: auto;
  }
  main .third-page .d {
    padding: 3.5rem 2rem;
    grid-area: d;
  }
  main .third-page .d p {
    margin-top: auto;
  }
  main .third-page .elem {
    border-radius: 30px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    display: flex;
  }
  main .third-page .elem .heading h2 {
    width: 80%;
    font-size: 1.7rem;
  }
}