@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.preloader {
  transition: all 0.5s ease-in;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  min-height: 100vh;
  background: rgb(12, 27, 81);
  background: linear-gradient(114.56deg, #181707 16.91%, #43070C 94.77%);
  position: relative;
  overflow: hidden;
}
.wrapper.hide {
  opacity: 0;
}
.wrapper__container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 37px 0 25px 0;
  box-sizing: border-box;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bg-2.png");
}
.wrapper__bg-1 {
  width: 300px;
  height: 300px;
  background: #3D0A04;
  filter: blur(150px);
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
.wrapper__bg-3 {
  width: 300px;
  height: 300px;
  position: absolute;
  right: -40px;
  top: -41px;
  z-index: 1;
  background: #4B165B;
  filter: blur(150px);
  pointer-events: none;
}

.header {
  display: flex;
  justify-content: space-between;
}

.main-tooltip {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  border: 1px solid #fff;
  background: linear-gradient(105.69deg, rgba(255, 255, 255, 0.2) 5.36%, rgba(78, 78, 78, 0.2) 94.07%);
  -webkit-backdrop-filter: blur(42.5px);
          backdrop-filter: blur(42.5px);
  border-radius: 11px 10px 10px 80px;
  padding: 21px 34px 23px 47px;
  position: relative;
  z-index: 10;
}

.logo {
  position: relative;
  z-index: 5;
}

.z-idex-5 {
  position: relative;
  z-index: 5;
}

.bg-circle {
  display: block;
  width: 300px;
  height: 300px;
  pointer-events: none;
  background: #200A08;
  filter: blur(150px);
  position: absolute;
  left: 118px;
  top: 45px;
  border-radius: 50%;
}

.container {
  max-width: 1290px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 104px;
  position: relative;
  padding-bottom: 100px;
}
.main__visualization img {
  position: absolute;
  right: -27px;
  top: -94px;
}
.main-h3 {
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-h2 {
  color: #fff;
  font-size: 44px;
  line-height: 70px;
  margin-top: 15px;
}
.main-h1 {
  color: #fff;
  font-size: 102px;
  line-height: 120px;
  margin-bottom: 30px;
  background: linear-gradient(270.02deg, #FFF587 0.01%, #FF5250 89.21%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-link {
  min-width: 243px;
  background: linear-gradient(270deg, #FDAB63 0%, #FF5250 100%);
  padding: 12px;
  border-radius: 45px;
  display: inline-flex;
  align-items: center;
}

.ios-bg {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F34240;
}

.link-message {
  display: flex;
  flex-direction: column;
  margin-left: 9px;
}
.link-message__line-1 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}
.link-message__line-2 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.apple-svg {
  width: 31px;
  height: 37px;
}

footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.footer-list {
  list-style: none;
  display: flex;
}
.footer-list li a {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.footer-list li::after {
  content: "|";
  margin: 0 4px;
}
.footer-list li:last-child::after {
  content: none;
}

.license {
  margin-right: 74px;
}

.pc-display {
  display: block;
}

.mobile-display {
  display: none;
}

.mobile-bg {
  display: none;
}

.bg-mobile-element {
  display: none;
}

@media screen and (max-width: 1220px) {
  .main__visualization img {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 450px;
  }
}
@media screen and (max-width: 1050px) {
  .main-h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .main-h2 {
    font-size: 33px;
    line-height: 45px;
    margin-top: 15px;
  }
  .main-h1 {
    font-size: 75px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    padding: 0 20px;
  }
  .main {
    margin-top: 16px;
  }
  .main__visualization img {
    top: unset;
    bottom: unset;
    position: static;
    height: 450px;
    margin-top: 50px;
  }
  .main-h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .main-h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 15px;
  }
  .main-h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper__container {
    padding: 20px 0;
    background-size: contain;
    background-position: center top;
    background-image: none;
  }
  .mobile-bg {
    width: 100%;
    height: 700px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .bg-mobile-element {
    width: 100%;
    height: 110px;
    display: block;
    position: absolute;
    left: 0;
    top: 700px;
    z-index: 0;
    background: linear-gradient(171.19deg, #464234 50.45%, rgba(115, 115, 115, 0) 93.83%);
  }
  .header {
    flex-direction: column;
  }
  .main-tooltip {
    max-width: 355px;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .logo img {
    height: 49px;
  }
  .main {
    width: 380px;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 0;
  }
  .main__visualization img {
    height: auto;
  }
  .apple-svg {
    width: 23px;
    height: 27px;
  }
  .ios-bg {
    height: 54px;
    width: 54px;
  }
  .link-message__line-1 {
    font-size: 13px;
    line-height: 19px;
  }
  .link-message__line-2 {
    font-size: 22px;
    line-height: 29px;
  }
  .pc-display {
    display: none;
  }
  .mobile-display {
    display: block;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  .license {
    margin-right: 0;
    margin-top: 13px;
  }
}
@media screen and (max-width: 420px) {
  .main {
    width: 100%;
  }
  .main__visualization img {
    max-width: 100%;
  }
  .main-h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
  }
  .main-h1 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */