@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  background-color: #f9f9f9;
  color: #222;
  position: relative;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 1440px; */
  padding-inline: 50px;
  min-height: 100vh;

  flex-direction: column;
}

.container::before {
  content: "";
  position: absolute;
  /* top: -74vh;
  right: -23vw;
  width: 72%;
  height: 124vh; */
  /* height: 1060px; */
  background: linear-gradient(270deg, #00eeff 2.48%, #295de1 73.86%);
  transform: rotate(-44.27deg);
  z-index: 0;
  pointer-events: none;
  top: -84vh;
  right: 1vw;
  width: 61vw;
  height: 135vh;
}

.content::after {
  content: "";
  position: absolute;
  bottom: -464px;
  left: -55px;
  width: 111%;
  height: 124%;
  /* height: 1060px; */
  background: rgba(248, 248, 248, 1);
  /* background-color: rgb(153 117 117); */
  transform: rotate(-44.27deg);
  z-index: 0;
  pointer-events: none;
  opacity: 0.56;
}

.header {
  /* position: absolute;
  top: 30px;
  left: 68px;
  z-index: 10; */
  padding-top: 28px;
  padding-bottom: 0px;
}

.header img {
  width: 9rem;
}

.content {
  position: relative;
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -4rem;
}

.image-side {
  position: absolute;
  /* right: 1vw;
  top: 47vh;
  transform: translateY(-50%);
  width: 26%;
  height: 41vh;
  z-index: 1; */
  right: 17vw;
  top: 11vh;
  width: 33vw;
  z-index: 1;
}

.logo-pc {
  display: block;
}

.logo-mobile {
  display: none;
}

.phone-pc {
  display: block;
}

.phone-mobile {
  display: none;
}

.store-pc {
  display: block;
}

.store-mobile {
  display: none;
}

@media (min-width: 1920px) and (max-width: 2200px) {
  .container::before {
    top: -77vh;
    right: 7vw;
    width: 55vw;
    height: 126vh;
  }

  .image-side {
    right: 40vh;
    top: 14vh;
    width: 26vw;
  }
}

@media (min-width: 2200px) {
  .container::before {
    top: -77vh;
    right: -4vw;
    width: 62vw;
    height: 121vh;
  }

  .image-side {
    right: 16vw;
    top: 15vh;
    width: 26vw;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .container::before {
    top: -66vh;
    right: -17vw;
    width: 80vw;
    height: 106vh;
  }

  .image-side {
    right: 14vw;
    top: 22vh;
    width: 47vh;
  }
  .content {
    max-width: 428px;
  }
}

@media (max-width: 1024px) and (min-width: 700px) {
  .container::before {
    top: -46vh;
    right: 4vw;
    width: 65vw;
    height: 91vh;
  }

  .content {
    max-width: 348px;
  }

  .content h2 {
    font-size: 20px;
  }

  .content p {
    font-size: 16px;
  }

  .image-side {
    right: 5vw;
    top: 21vh;
    width: 43vw;
    height: auto;
  }

  .leo-logo img {
    width: 40px;
  }

  .leo-logo h1 {
    font-size: 26px;
  }

  .app-links img {
    max-width: 140px;
  }

  .continue-on-web {
    font-size: 16px;
    padding-inline-start: 0;
    gap: 4px;
  }

  .continue-on-web img {
    width: 22px;
  }

  .content::after {
    bottom: -381px;
    left: -100px;
    width: 160%;
    height: 124%;
  }
}

@media (max-width: 800px) and (min-width: 700px) {
  .container::before {
    top: -73vh;
    right: 11vw;
    width: 70vw;
    height: 122vh;
  }
  .image-side {
    right: 2vw;
    top: 16vh;
    width: 46vw;
    height: auto;
  }
}

@media (max-width: 700px) {
  html,
  body {
    overflow-y: auto;
  }

  .container {
    padding-inline: 22px;
    align-items: center;
  }

  .container::before {
    transform: rotate(-44.73deg);
    z-index: 0;
    pointer-events: none;
    top: -68vh;
    right: -11vw;
    width: 147vw;
    height: 161vh;
    border-radius: 172px;
    background: linear-gradient(270deg, #00eeff 2.48%, #295de1 73.86%);
  }

  .header {
    padding-top: 7px;
    position: absolute;
    right: 14px;
  }

  .header img {
    width: 7rem;
  }

  .content {
    justify-content: flex-start;
    margin-top: 14px;
    max-width: 400px;
  }

  .content::after {
    display: none;
  }

  .content h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  .content p {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .logo-pc {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .leo-logo {
    margin-top: 10px;
  }

  .leo-logo img {
    width: 40px;
  }

  .leo-logo h1 {
    font-size: 26px;
    color: #fff;
  }

  .app-links img {
    max-width: 140px;
  }

  .continue-on-web {
    font-size: 16px;
    padding-inline-start: 0;
    gap: 4px;
  }

  .continue-on-web img {
    width: 22px;
  }

  .app-links {
    margin: 36px auto;
    margin-bottom: 0;
  }

  .continue-on-web {
    margin: 20px auto;
    color: #fff;
  }

  .phone-pc {
    display: none;
  }

  .phone-mobile {
    display: block;
  }

  .image-side {
    position: static;
    z-index: 1;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .store-pc {
    display: none;
  }

  .store-mobile {
    display: block;
  }
}

@media (max-width: 700px) and (min-width: 600px) {
  .container::before {
    transform: rotate(-44.73deg);
    z-index: 0;
    pointer-events: none;
    top: -68vh;
    right: -30vw;
    width: 147vw;
    height: 146vh;
    border-radius: 172px;
    background: linear-gradient(270deg, #00eeff 2.48%, #295de1 73.86%);
  }
  /* .image-side {
    right: -30vw;
    bottom: -1vh;
    width: 108vw;
  } */
}

@media (max-width: 400px) {
  /* .image-side {
    right: -11vw;
    bottom: -1vh;
    width: 103vw;
  } */
}
