/* [data-animation-in] {
    opacity: 0;
} */
body {
  background: linear-gradient(92.94deg, #cbcdd2 0.6%, #ddc4bc 96.5%);
  min-height: 100vh;
  font-family: Inter, sans-serif;
  overflow: hidden;
}
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;

  min-height: 100vh;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.header {
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 15;
}
.header nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header .logo {
  width: 150px;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 15;
  transform: translateY(100%);
  opacity: 0;
}
.footer-content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
.footer-content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  max-width: 40%;
}
.footer-content .btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}
.footer-content .btn:hover {
  color: #000;
  background: #fff;
}
.main {
  position: relative;
  position: absolute;
  margin: 0 auto;
  z-index: 0;
  /* width: 100vw; */
  /* height: 100vh;
   */
  /* top: 0; */
  /* left: 0;
   */
  left: 50%;
  transform: translate(-50%, 0%);
  min-height: 50vw;
  top: 6.4vw;
  width: 100vw;
  overflow: hidden;
  height: 56vw;
}
@media (max-width: 1280px) {
  .main {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 0;
  }
}
.main .img {
  position: absolute;
}
.main .img1 {
  z-index: 11;
  width: 100vw;
  left: 0;
  bottom: 5.5vw;
}
.main .img2 {
  right: 0%;
  width: 47.8vw;
  bottom: 5.9vw;
  z-index: 10;
}
.main .img3 {
  right: 0%;
  width: 33vw;
  bottom: 27.6vw;
  z-index: 8;
}
.main .img4 {
  right: 0px;
  width: 17.6vw;
  bottom: 22.6vw;
  z-index: 8;
}
.main .right4 {
}
.main .img5 {
  z-index: 9;
  width: 47vw;
  left: 0%;
  bottom: 5.5vw;
}
.main .img6 {
  z-index: 8;
  width: 87.5vw;
  left: 0%;
  bottom: 15.6vw;
}
.main .img7 {
  z-index: 10;
  width: 60.5vw;
  left: 19.5vw;
  bottom: 39.7vw;
}
@media (max-width: 760px) {
  .header nav {
    justify-content: center;
  }
  .nav-item {
    display: none;
  }
  .footer-content p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;

    line-height: 1.5;
    text-align: left;
    max-width: 60%;
  }
}
