@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Leaguespartan Wght;
  src: url('../fonts/LeagueSpartanwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Bold.otf') format("opentype"), url('../fonts/LeagueSpartan-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan;
  src: url('../fonts/LeagueSpartan-Bold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --orange: #fe9700;
  --blue-violet: #7735f6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Leaguespartan Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container._100 {
  height: 100%;
}

.collection-section {
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 140px 3%;
  display: flex;
}

.collection-list-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-2 {
  color: #14193d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  opacity: .6;
  color: #14193d;
  margin-bottom: 40px;
  font-size: 18px;
}

.div-block {
  background-color: #7735f60d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.smooth-wrapper {
  overflow: visible;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-logo {
  width: 120px;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  background-color: #fff;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 60px;
}

.header-main-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.header-logo {
  width: 100%;
  max-width: 122px;
}

.header-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 137px;
  height: 53px;
  padding: 11px 23px;
  display: flex;
}

.social-icon {
  color: var(--white);
  flex: none;
  width: 100%;
  max-width: 30px;
  height: 30px;
  transition: all .3s;
}

.social-icon:hover {
  color: var(--orange);
}

.social-icon-nav {
  width: 100%;
}

.divider-sm {
  height: 28px;
}

.section-banner {
  background-image: url('../images/1.5---Desktop.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner-bg-image {
  position: absolute;
  inset: 0%;
}

.image-100 {
  width: 100%;
  height: 100%;
}

.banner-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  display: flex;
}

.section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.relative {
  position: relative;
}

.section.relative.text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  height: 200vh;
}

.section.phone {
  display: block;
}

.section.footer {
  background-image: url('../images/footer-bg-desktop.png');
  background-position: 50%;
  background-size: cover;
  height: 110vh;
}

.section.sticky {
  position: sticky;
  top: 0;
}

.section.sticky.tab, .section.sticky.tab.over {
  overflow: hidden;
}

.section.sticky--2 {
  z-index: 2;
  position: relative;
}

.section.sticky--2.black {
  background-color: var(--black);
}

.section.overflow {
  overflow: hidden;
}

.section.image {
  position: sticky;
  top: 50px;
}

.section.phone-screen {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.history {
  overflow: hidden;
}

.background-video {
  z-index: 5;
  border-radius: 20px;
  flex: none;
  width: 38%;
  max-width: 100%;
  height: 55%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-wrap {
  z-index: 10;
}

.banner-title {
  font-family: Leaguespartan, Arial, sans-serif;
}

.banner-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 48px;
  display: flex;
}

.text-40-px {
  color: var(--white);
  font-size: 40px;
  font-weight: 400;
  line-height: 132%;
}

.orange-text {
  color: var(--orange);
}

.download_button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  background-color: #000;
  border-radius: 50px;
  align-items: center;
  padding: 21px 41px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.text-block {
  font-size: 15px;
}

.text-30-px {
  font-size: 30px;
}

.google {
  font-size: 29px;
  line-height: 1.1;
}

.play-icon {
  width: 28px;
  height: 34px;
}

.button-wrap {
  display: flex;
}

.scroll-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 59px;
  left: 50%;
  transform: translate(-50%);
}

.scroll-image {
  max-width: 35px;
}

.text-25-px {
  color: var(--white);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.video-cover {
  background-image: linear-gradient(0deg, #000000d1, #1818183d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.video-cover.enjoy {
  background-image: none;
}

.video-cover.banner {
  z-index: 50;
  background-image: linear-gradient(0deg, #000000d1, #18181800);
  position: absolute;
}

.middle-content-wrapper {
  color: var(--white);
}

.middle-content-wrapper.enjy {
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1071px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.middle-content-wrapper.tap {
  text-align: center;
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-95-px {
  font-size: 95px;
  line-height: 115px;
}

.text-95-px.white {
  color: var(--white);
}

.works-section-wrap {
  z-index: 10;
  height: 400vh;
  position: relative;
}

.works-section-wrap.n {
  display: none;
}

.works-section-wrap._2 {
  height: 600vh;
}

.feed-video {
  border-radius: 55px;
  width: 100%;
  max-width: 317px;
  height: 640px;
}

.feed-content-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 317px;
  height: 640px;
  display: flex;
}

.feed-content-wrap.big {
  justify-content: space-between;
  align-items: center;
  max-width: 512px;
  height: 1032px;
  margin-top: -285px;
  position: relative;
}

.feed-content-wrap.rela {
  position: relative;
}

.text-48-px {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 115%;
}

.text-48-px.mt-20 {
  padding-top: 40px;
}

.text-48-px.mt-40 {
  margin-top: 40px;
}

.text-48-px.swipe {
  white-space: nowrap;
  font-size: 35px;
}

.text-wrapper {
  position: relative;
}

.text-110-px {
  color: var(--white);
  font-size: 110px;
  line-height: 115%;
}

.round-svg {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: -21% 21% auto auto;
}

.round-svg.works {
  max-width: 283px;
  inset: auto 4% 0% auto;
}

.text-cover-wrapper {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.discover-section-wrap {
  position: relative;
}

.discover-content-main-wrap {
  justify-content: space-between;
  align-items: center;
  width: 1000%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.discover-content-main-wrap.for-sm {
  display: none;
}

.discover-content {
  width: 100%;
  max-width: 552px;
}

.discover-content.big, .discover-content._2.big {
  max-width: 598px;
}

.discover-video {
  border-radius: 55px;
  width: 100%;
  max-width: 317px;
  height: 640px;
}

.discover-video._2 {
  position: absolute;
  inset: 0%;
}

.text-98-px {
  background-image: none;
  font-size: 98px;
  font-weight: 600;
  line-height: 115%;
}

.text-98-px.liner {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffa53a, #f07039 31%, #fe9330 47%, #ffb198 64%, #f03a00);
  -webkit-background-clip: text;
  background-clip: text;
}

.feed-wrapper {
  height: 305vh;
  position: relative;
}

.feed-wrapper.for-mobile {
  display: none;
}

.feed-imae-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feed-imae-main-wrapper.overflow {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.swip-image {
  cursor: pointer;
  width: 100%;
  max-width: 60px;
}

.video-100 {
  width: 100%;
  height: 100%;
}

.video-100.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-100.absulate {
  border-radius: 55px;
  position: absolute;
  inset: 0%;
}

.bar-design {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.design-bar {
  width: 100%;
  max-width: 281px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: 20px;
}

.design-bar.tap {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.design-bar.design {
  max-width: 326px;
}

.design-bar.design-copy {
  max-width: 318px;
  margin-top: 0;
  position: absolute;
  inset: auto 30% 1% 0%;
}

.design-bar.desi {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 5% -27% auto;
}

.overly-bg {
  background-image: linear-gradient(#0000, #0000008c);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tapbar {
  width: 100%;
}

.want-video-wrap {
  border-radius: 16px;
  width: 100%;
  max-width: 637px;
  height: 400px;
}

.want-video-wrap._100 {
  max-width: none;
  height: 100%;
}

.want-video-wrap._100.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.want-video-content-wrap {
  background-color: #00000052;
  width: 100%;
  height: 100%;
}

.text-cover {
  max-width: 1050px;
}

.nabu-wrapper {
  width: 100%;
  max-width: 256px;
  height: 256px;
}

.footer-section-wrapper.none, .footer-section-wrapper.for-sm {
  display: none;
}

.phone-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-content-wrapper {
  background-image: url('../images/stars-bg-desktop.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.middle-contemt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 40px;
  padding-bottom: 140px;
  display: grid;
}

.footer-bottom-wrap {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.footer-bottom-wrap.bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-link-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.text-20-px {
  color: var(--white);
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
}

.dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

.social-link {
  width: 32px;
  height: 32px;
}

.icons {
  width: 100%;
}

.footer-content-md.sm {
  flex: none;
  max-width: 640px;
}

.text-64-px {
  color: var(--black);
  font-family: Leaguespartan, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 115%;
}

.text-64-px.white {
  color: var(--white);
  font-family: Leaguespartan Wght, Arial, sans-serif;
  font-weight: 600;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.9375rem;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.8125rem;
  display: flex;
}

.banner-sticky-wrap {
  z-index: 10;
  width: 100%;
  height: 400vh;
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.none {
  display: none;
}

.sticky-wrapper {
  height: 300vh;
  position: sticky;
  top: 0;
}

.big-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  width: 100%;
  max-width: 320px;
  position: relative;
}

.div-block-5 {
  position: relative;
}

.div-block-5.big {
  width: 100%;
  max-width: 598px;
}

.div-block-6 {
  height: 200vh;
}

.feed-sticky-wrapper {
  position: sticky;
  top: 0;
}

.swipe-image {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: auto -72% -8% auto;
}

.swipe-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 100%;
  max-width: 315px;
  display: flex;
  position: absolute;
  inset: auto -80% -3% auto;
}

.swipe-wrapper.none {
  display: none;
}

.feed-image {
  width: 100%;
  height: 100%;
}

.feed-image-wrap {
  border-radius: 50px;
  width: 100%;
  max-width: 317px;
  height: 640px;
  position: relative;
}

.div-block-7 {
  height: 200vh;
}

.video-cover-wrapper {
  position: relative;
  overflow: hidden;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  height: 300vh;
}

.stcky-content-wrap {
  position: absolute;
  inset: 0%;
}

.sticky-content {
  height: 100vh;
  position: sticky;
  top: 0;
}

.text-wrap-100 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-8 {
  width: 100%;
  height: 100%;
}

.blur-bg {
  z-index: 2;
  filter: blur(11px);
  background-image: linear-gradient(17deg, #000, #00000078);
  position: absolute;
  inset: 0%;
}

.bottom-bar {
  position: absolute;
  inset: auto 0% 0%;
}

.scroll_wrap {
  position: relative;
  overflow: hidden;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.image-galarry-wrapper {
  height: 400vh;
}

.all-image-cover {
  align-items: center;
  display: flex;
}

.middle-image {
  z-index: 20;
  flex: none;
  width: 100%;
  max-width: 400px;
  height: 500px;
  position: relative;
}

.image_cover {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 100%;
}

.sec_image {
  z-index: 18;
  flex: none;
  width: 100%;
  max-width: 320px;
  height: 400px;
  position: relative;
}

.sec_image.sec_one {
  margin-right: -120px;
}

.sec_image.sec_two {
  margin-left: -120px;
}

.third_image {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 240px;
  height: 300px;
  position: relative;
}

.third_image.th_one {
  margin-right: -100px;
}

.third_image.th_two {
  margin-left: -100px;
}

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

.fourth_image.four_one {
  margin-right: -60px;
}

.fourth_image.four_two {
  z-index: 5;
  margin-left: -60px;
}

.bottom-text-wrap {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 40px;
}

.back-to-top {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 120px;
  height: 100px;
  margin-top: -100px;
  text-decoration: none;
  display: flex;
}

.footer-mobile-wrapper {
  height: 200vh;
  position: relative;
}

.all_phone-wrapper {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.middle-phone-image {
  z-index: 20;
  flex: none;
  width: 100%;
  max-width: 318px;
  position: relative;
}

.sec-_image {
  z-index: 18;
  flex: none;
  width: 100%;
  max-width: 267px;
  position: relative;
}

.sec-_image.sec_1 {
  max-width: 264px;
  margin-left: -107px;
}

.sec-_image.sec_2 {
  max-width: 264px;
  margin-right: -107px;
}

.image-3 {
  z-index: 15;
  flex: none;
  width: 100%;
  max-width: 218px;
  position: relative;
}

.image-3._3_1 {
  max-width: 216px;
  margin-left: -84px;
}

.image-3._3_2 {
  max-width: 216px;
  margin-right: -84px;
}

.image-4 {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 148px;
  position: relative;
}

.image-4._4_1 {
  max-width: 146px;
  margin-left: -50px;
}

.image-4._4_2 {
  max-width: 146px;
  margin-right: -50px;
}

.footer-bg-image {
  z-index: 1;
  background-image: url('../images/footer-bg-desktop.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.star-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sm-imaes-main-wrap {
  display: none;
}

.div-block-9 {
  position: absolute;
}

.title2 {
  background-image: none;
  font-size: 98px;
  font-weight: 600;
  line-height: 115%;
}

.title2.liner {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffa53a, #f07039 31%, #fe9330 47%, #ffb198 64%, #f03a00);
  -webkit-background-clip: text;
  background-clip: text;
}

.title2.liner.sm {
  font-size: 90px;
}

.des-2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 115%;
}

.des-2.mt-20 {
  padding-top: 40px;
}

.des-2.mt-40 {
  margin-top: 40px;
}

.des-2.swipe {
  white-space: nowrap;
  font-size: 35px;
}

.discover-content-2nd {
  width: 100%;
  max-width: 552px;
  position: absolute;
  inset: 0%;
}

.discover-content-2nd.big, .discover-content-2nd._2.big {
  max-width: 598px;
}

.title1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(101deg, #ffa53a, #f07039 30%, #fe9330 48%, #ffb198 72%, #f03a00);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 98px;
  font-weight: 600;
  line-height: 115%;
}

.title1.liner {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffa53a, #f07039 31%, #fe9330 47%, #ffb198 64%, #f03a00);
  -webkit-background-clip: text;
  background-clip: text;
}

.des1 {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 115%;
}

.des1.mt-20 {
  padding-top: 40px;
}

.des1.mt-40 {
  margin-top: 40px;
}

.des1.swipe {
  white-space: nowrap;
  font-size: 35px;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.8125rem;
  height: 9.125rem;
  display: flex;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.animated-hover.round-svg {
  top: -19%;
  right: 23%;
}

.animated-hover.round-svg.works {
  top: 70%;
  right: 4%;
}

.animated-hover.bar-design {
  margin-top: -83px;
}

.animated-hover.bar-design.copy {
  margin-left: auto;
  margin-right: -20px;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 4.25rem;
  display: flex;
}

.totop {
  color: var(--white);
  font-size: 24px;
  text-decoration: none;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 4.25rem;
  display: flex;
}

.icon-embed-custom-6.none, .banner-for-sm, .sm-banner-wrap, .work-section-wrap-sm._2 {
  display: none;
}

.text-110-px-2 {
  color: #fff;
  font-size: 110px;
  line-height: 115%;
}

.text-cover-wrapper-2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.orange-text-2 {
  color: #fe9700;
}

.text-48-px-2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 115%;
}

.icon-embed-custom-7, .icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-embed-custom-9, .icon-embed-custom-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.8125rem;
  height: 9.125rem;
  display: flex;
}

.div-2 {
  height: 10px;
}

.icon-embed-custom-11, .icon-embed-custom-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.8125rem;
  height: 10rem;
  display: flex;
}

.svg {
  color: red;
}

.div-block-16 {
  height: 200vh;
}

.bg-overly-absulate {
  z-index: 11;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.scroll_wrap-for-sm {
  display: none;
}

.section-2 {
  overflow: hidden;
}

.can-section-wrap-sm {
  display: none;
}

@media screen and (min-width: 1440px) {
  .background-video {
    transform: translate(-115px, 180px);
  }
}

@media screen and (min-width: 1920px) {
  .background-video {
    transform: translate(-284px, 180px);
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .section.footer.sm {
    background-image: url('../images/footer-bg-mobile.png');
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sticky {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    height: 93vh;
  }

  .section.sticky.sm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sticky.tab {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .section.image {
    width: 100%;
  }

  .section.h-auto {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.history {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner-title {
    font-size: 62px;
  }

  .banner-button-wrap {
    padding-top: 20px;
  }

  .text-40-px {
    font-size: 32px;
  }

  .text-95-px {
    font-size: 75px;
    line-height: 1.1;
  }

  .text-95-px.white {
    font-size: 62px;
  }

  .text-95-px.white.sm {
    font-size: 48px;
  }

  .feed-video {
    flex: none;
  }

  .feed-content-wrap {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    max-width: 294px;
  }

  .text-48-px {
    font-size: 26px;
    font-weight: 300;
  }

  .text-48-px.mt-40 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
  }

  .text-48-px.swipe {
    font-size: 15px;
  }

  .text-110-px {
    font-size: 68px;
  }

  .round-svg {
    max-width: 137px;
  }

  .round-svg.works {
    max-width: 202px;
  }

  .discover-content-main-wrap {
    flex-flow: column;
    width: 100%;
  }

  .discover-content-main-wrap.for-sm {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    width: 100%;
    height: auto;
    display: flex;
  }

  .discover-content-main-wrap.lg {
    display: none;
  }

  .discover-content-main-wrap.gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .discover-content {
    text-align: center;
    order: 1;
  }

  .discover-content.sm {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    display: flex;
  }

  .discover-video {
    margin-left: auto;
    margin-right: auto;
  }

  .text-98-px.liner {
    font-size: 65px;
  }

  .text-98-px.liner._1 {
    font-size: 60px;
  }

  .swip-image {
    max-width: 35px;
  }

  .video-100.absulate {
    max-width: 317px;
  }

  .design-bar {
    max-width: 230px;
  }

  .design-bar.design {
    max-width: 251px;
    margin-top: -13px;
    margin-right: 20px;
  }

  .design-bar.design-copy {
    max-width: 220px;
    margin-top: -13px;
    margin-right: 48px;
  }

  .design-bar.desi {
    bottom: -48%;
  }

  .text-cover {
    max-width: 700px;
  }

  .nabu-wrapper {
    max-width: 180px;
    height: 180px;
  }

  .footer-section-wrapper.for-sm {
    display: block;
  }

  .footer-content-wrapper.sm {
    background-image: url('../images/stars-bg-mobile.png');
  }

  .middle-contemt-wrap {
    grid-template-columns: 1fr;
  }

  .middle-contemt-wrap.sm {
    flex-flow: column;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-wrap.sm {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: column;
  }

  .footer-content-md.sm {
    text-align: center;
    max-width: 600px;
  }

  .text-64-px {
    font-size: 53px;
  }

  .text-64-px.sm {
    font-size: 41px;
    line-height: 160%;
  }

  .div-block-6 {
    height: auto;
  }

  .swipe-wrapper {
    max-width: 231px;
    bottom: 2%;
    right: -60%;
  }

  .image-galarry-wrapper {
    height: auto;
  }

  .images-main-wrapper {
    display: none;
  }

  .middle-image.sm {
    background-image: url('../images/c101.png');
    background-position: 50%;
    background-size: cover;
  }

  .bottom-text-wrap {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .footer-mobile-wrapper {
    display: none;
  }

  .phone-items-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .phone-items-wrapper.p-lg {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-imaes-main-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .title2.liner {
    font-size: 48px;
  }

  .title2.liner._1 {
    font-size: 60px;
  }

  .des-2 {
    font-size: 30px;
  }

  .des-2.mt-40 {
    margin-top: 20px;
    font-size: 25px;
  }

  .discover-content-2nd {
    text-align: center;
    order: 1;
  }

  .title1.liner {
    font-size: 48px;
  }

  .title1.liner._1 {
    font-size: 60px;
  }

  .des1 {
    font-size: 30px;
  }

  .des1.mt-40 {
    margin-top: 20px;
    font-size: 25px;
  }

  .animated-hover.round-svg {
    top: -59%;
    right: 21%;
  }

  .animated-hover.round-svg.works {
    top: 2%;
  }

  .animated-hover.round-svg.that {
    top: -26%;
  }

  .animated-hover.round-svg.works {
    max-width: 172px;
    top: 82%;
  }

  .animated-hover.bar-design {
    margin-right: 10px;
  }

  .text-110-px-2 {
    font-size: 68px;
  }

  .text-48-px-2 {
    font-size: 26px;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

  .header {
    top: 20px;
  }

  .header-main-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner {
    display: none;
  }

  .section.relative.text {
    height: auto;
  }

  .section.relative.text.hide {
    display: none;
  }

  .section.relative.text._2 {
    z-index: 5;
    overflow: hidden;
  }

  .section.footer.sm {
    position: relative;
  }

  .section.sticky.sm._1 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .section.image {
    z-index: 5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 200vh;
    position: relative;
    top: 0;
  }

  .section.h-auto.overflow {
    padding-bottom: 120px;
  }

  .section.history.rel {
    z-index: 10;
    background-color: var(--black);
    position: relative;
  }

  .banner-button-wrap {
    flex-flow: column;
  }

  .banner-button-wrap.op {
    opacity: 0;
  }

  .text-40-px {
    font-size: 25px;
  }

  .text-40-px.op {
    opacity: 0;
  }

  .orange-text.big.works {
    font-size: 80px;
  }

  .download_button {
    width: 100%;
  }

  .text-block {
    text-align: left;
    font-size: 12px;
  }

  .google {
    font-size: 21px;
  }

  .play-icon {
    width: 21px;
    height: 24px;
  }

  .video-cover.enjoy.can {
    background-image: url('../images/crowd.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 110vh;
  }

  .middle-content-wrapper.tap {
    position: relative;
  }

  .works-section-wrap {
    display: none;
  }

  .feed-video {
    z-index: 5;
    max-width: 267px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-content-wrap {
    z-index: 2;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .feed-content-wrap.right {
    grid-column-gap: 71px;
    grid-row-gap: 71px;
    align-items: flex-end;
  }

  .feed-content-wrap._1st {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
    justify-content: center;
    align-items: flex-start;
  }

  .feed-content-wrap.right {
    align-items: flex-end;
  }

  .text-48-px {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }

  .text-48-px.mt-40 {
    font-size: 23px;
    font-weight: 400;
  }

  .text-48-px.big {
    white-space: nowrap;
    font-size: 32px;
    font-weight: 600;
    line-height: 115%;
  }

  .text-wrapper {
    text-align: center;
    width: 100%;
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper._2 {
    max-width: 313px;
  }

  .text-110-px {
    font-size: 55px;
    font-weight: 600;
    line-height: 130%;
  }

  .text-cover-wrapper {
    background-image: none;
    height: 95vh;
  }

  .text-cover-wrapper._1 {
    display: none;
  }

  .discover-section-wrap {
    z-index: 10;
    background-color: var(--black);
  }

  .discover-section-wrap.hide-sm {
    display: none;
  }

  .discover-section-wrap.bg {
    background-color: var(--black);
  }

  .discover-content-main-wrap.for-sm {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-bottom: 140px;
  }

  .discover-content.sm {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-98-px.liner {
    font-size: 56px;
    line-height: 120%;
  }

  .text-98-px.liner._1 {
    font-size: 57px;
  }

  .feed-wrapper {
    z-index: 5;
  }

  .design-bar {
    max-width: 114px;
  }

  .design-bar.tap {
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: auto 9% -29% 0%;
  }

  .design-bar.design {
    max-width: 160px;
    margin-top: -8px;
  }

  .design-bar.design-copy {
    max-width: 160px;
    margin-top: -8px;
    display: none;
  }

  .overly-bg {
    background-image: linear-gradient(#0000, #000000e0);
  }

  .text-cover.left {
    text-align: left;
  }

  .text-cover.left.can {
    padding-left: 40px;
  }

  .footer-content-wrapper.sm {
    z-index: 10;
    background-image: none;
    position: relative;
  }

  .middle-contemt-wrap.sm {
    padding-bottom: 60px;
  }

  .text-64-px.white {
    font-size: 40px;
  }

  .banner-sticky-wrap, .div-block-2 {
    display: none;
  }

  .swipe-wrapper {
    flex-flow: column;
    bottom: -7%;
  }

  .sticky-wrap, .scroll_wrap.enjoy {
    display: none;
  }

  .middle-image.sm {
    background-image: url('../images/c101.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 40px;
    min-width: 400px;
  }

  .bottom-text-wrap {
    max-width: 222px;
    position: relative;
  }

  .back-to-top {
    display: none;
  }

  .footer-bg-image.sm {
    background-image: none;
    height: 100%;
    position: absolute;
  }

  .phone-items-wrapper {
    z-index: 20;
    position: relative;
  }

  .phone-items-wrapper.hide {
    display: none;
  }

  .phone-items-wrapper.mt {
    padding-top: 100px;
  }

  .sm-imaes-main-wrap {
    position: sticky;
    top: 20%;
  }

  .animated-hover.round-svg {
    max-width: 124px;
    inset: auto auto -4% 13%;
  }

  .animated-hover.round-svg.works {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
    inset: 10% -8% -93% 28%;
  }

  .animated-hover.round-svg.works.sm {
    max-width: 234px;
    left: 1%;
  }

  .animated-hover.round-svg.that {
    max-width: 116px;
    top: 37%;
  }

  .animated-hover.round-svg.works {
    bottom: -93%;
    left: 28%;
    right: 0%;
  }

  .banner-for-sm {
    background-image: url('../images/Video-Background.png');
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .banner-for-sm.can {
    background-image: url('../images/crowd.png');
    background-attachment: fixed;
  }

  .banner-for-sm.done {
    background-image: none;
  }

  .sm-bnner-man-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 253px;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sm-bnner-man-wrap._2nd {
    z-index: 5;
    max-width: none;
    position: relative;
  }

  .sm-bnner-man-wrap._2nd.copy {
    background-image: linear-gradient(180deg, #0000, #000 100%, var(--black));
  }

  .sm-bnner-man-wrap._2nd.relative {
    z-index: 5;
    background-image: none;
    position: relative;
  }

  .sm-bnner-man-wrap.first {
    z-index: 5;
    max-width: 275px;
    display: flex;
    position: relative;
  }

  .sm-bnner-man-wrap.first.enj {
    max-width: none;
  }

  .s-70-px {
    color: var(--white);
    font-size: 70px;
    font-weight: 600;
    line-height: 108%;
  }

  .s-70-px.op {
    opacity: 0;
  }

  .sm-banner-wrap {
    height: 300vh;
    display: block;
    position: relative;
  }

  .sm-banner-wrap.small {
    z-index: 2;
  }

  .sm-banner-wrap.small.relative.enjoy {
    height: 280vh;
  }

  .s60px {
    color: var(--white);
    font-size: 60px;
    line-height: 108%;
  }

  .div-block-10 {
    width: 100%;
    max-width: 299px;
  }

  .work-section-wrap-sm {
    height: 700vh;
  }

  .work-section-wrap-sm._2 {
    height: 800vh;
    display: block;
  }

  .div-block-11 {
    height: 200vh;
    position: sticky;
    top: 0;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
    top: 0;
  }

  .div-block-13 {
    width: 100%;
    position: absolute;
  }

  .div-block-14 {
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .text-110-px-2 {
    font-size: 55px;
  }

  .text-48-px-2 {
    font-size: 32px;
  }

  .icon-embed-custom-7 {
    width: 100%;
    height: 100%;
  }

  .sm-work-section-overly {
    z-index: 2;
    position: absolute;
    inset: 0%;
  }

  .scroll_wrap-for-sm {
    display: block;
  }

  .enjoy-own-overly {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #000000b5;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .sm_b_bg {
    background-color: #0f0f0f00;
    position: absolute;
    inset: 0%;
  }

  .can-section-for-md_sm {
    height: 220vh;
    position: relative;
  }

  .background-video-2 {
    width: 100%;
    height: 100vh;
  }

  .div-block-17 {
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .now_text_cover_wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .can-section-wrap-sm {
    display: block;
  }

  .enjoy_content_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    line-height: 130%;
  }

  .global-component-banner, .global-icon-x-small, .global-title-text {
    display: none;
  }

  .header {
    top: 24px;
  }

  .header-main-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo {
    max-width: 95px;
  }

  .header-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 101px;
    height: auto;
    padding: 10px 16px;
  }

  .social-icon {
    max-width: 19px;
    height: 22px;
  }

  .divider-sm {
    height: 23px;
  }

  .section.relative.text._2 {
    z-index: 5;
  }

  .section.footer.sm {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .section.image {
    height: 150vh;
  }

  .section.history.rel {
    padding-bottom: 140px;
  }

  .banner-button-wrap {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .orange-text.big {
    font-size: 75px;
  }

  .orange-text.big.md {
    font-size: 60px;
  }

  .download_button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .text-block {
    font-weight: 300;
  }

  .play-icon {
    width: 25px;
    height: 28px;
  }

  .middle-content-wrapper.enjy, .middle-content-wrapper.enjy.max {
    max-width: 275px;
  }

  .middle-content-wrapper.tap.done {
    max-width: 318px;
  }

  .text-95-px.white.sm {
    font-size: 40px;
  }

  .feed-content-wrap.rela {
    max-width: 260px;
    height: 540px;
  }

  .text-48-px {
    font-size: 20px;
  }

  .text-48-px.mt-40 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
  }

  .text-48-px.n-p {
    white-space: nowrap;
  }

  .text-wrapper.sm {
    max-width: 300px;
  }

  .text-110-px {
    font-size: 52px;
    font-weight: 500;
  }

  .text-110-px.sm {
    font-size: 35px;
    line-height: 150%;
  }

  .text-110-px.work {
    font-size: 55px;
    line-height: 160%;
  }

  .text-110-px._40px {
    font-size: 40px;
  }

  .text-cover-wrapper.sm2 {
    height: 100vh;
  }

  .discover-content-main-wrap.for-sm {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .discover-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .discover-video {
    border-radius: 30px;
    max-width: 218px;
    height: 440px;
  }

  .text-98-px.liner._1 {
    font-size: 51px;
  }

  .feed-wrapper {
    display: none;
  }

  .feed-wrapper.for-mobile {
    display: block;
  }

  .video-100.absulate {
    border-radius: 30px;
    max-width: 267px;
    height: 540px;
  }

  .design-bar.tap {
    max-width: 180px;
  }

  .design-bar.nonr {
    display: none;
  }

  .design-bar.design {
    max-width: 121px;
    margin-top: -12px;
    margin-right: 40px;
  }

  .design-bar.design.nn {
    display: none;
  }

  .design-bar.design-copy {
    max-width: 121px;
    margin-top: -12px;
    margin-right: 40px;
  }

  .text-cover.left.can {
    padding-left: 20px;
  }

  .nabu-wrapper {
    max-width: 140px;
    height: 140px;
  }

  .footer-bottom-wrap.sm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-20-px {
    font-size: 15px;
    font-weight: 400;
  }

  .text-64-px.sm {
    font-size: 36px;
  }

  .icon-embed-custom, .icon-embed-custom-2 {
    width: 100%;
    height: 100%;
  }

  .swipe-wrapper {
    bottom: -8%;
    right: -70%;
  }

  .feed-image-wrap {
    max-width: 267px;
    height: 540px;
  }

  .middle-image.sm {
    min-width: 288px;
    max-width: 288px;
    height: 358px;
  }

  .phone-items-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .sm-imaes-main-wrap {
    top: 30%;
  }

  .animated-hover.round-svg.works {
    max-width: 200px;
    left: 18%;
  }

  .animated-hover.round-svg.that {
    max-width: 100px;
    left: 15%;
  }

  .animated-hover.bar-design.copy {
    margin-top: -63px;
  }

  .banner-for-sm.done {
    width: 100%;
  }

  .banner-for-sm.travel {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sm-bnner-man-wrap._2nd.relative.enjoy {
    z-index: 10;
  }

  .sm-bnner-man-wrap.first {
    background-color: #0000;
    max-width: 275px;
  }

  .sm-banner-wrap.can {
    height: 250vh;
  }

  .sm-banner-wrap.small {
    z-index: 2;
    width: 100%;
    height: 230vh;
  }

  .work-section-wrap-sm._2 {
    height: 700vh;
  }

  .div-block-12 {
    min-height: 100vh;
    padding-top: 0;
  }

  .div-block-15 {
    width: 100%;
    max-width: 155px;
  }

  .sm-work-section-overly {
    z-index: 2;
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .enjoy_content_wrap {
    height: 100vh;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Leaguespartan Wght';
  src: url('../fonts/LeagueSpartanwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Bold.otf') format('opentype'), url('../fonts/LeagueSpartan-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan';
  src: url('../fonts/LeagueSpartan-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}