@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@500;700&display=swap");

body {
  font-family: "Bai Jamjuree", sans-serif;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (min-height: 650px) {
  .mt-16-n {
    margin-top: 16px;
  }

  .mt-32-n {
    margin-top: 32px;
  }

  .mb-32-n {
    margin-bottom: 32px;
  }

  .mb-48-n {
    margin-bottom: 48px;
  }

  .mt-48-n {
    margin-top: 48px;
  }

  .mt-4-n {
    margin-top: 4px;
  }

  .mt-8-n {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1196px) {
  .pc-page {
    display: block;
  }

  .mobile-page {
    display: none;
  }
}

@media screen and (max-width: 1195px) {
  .pc-page {
    display: none;
  }

  .mobile-page {
    display: block;
    overflow-x: hidden;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.logo-img {
  width: 36px;
  height: 35px;
}

.brand-name-img {
  width: 102px;
  height: 32px;
}

.block-1 {
  height: 100vh;
  max-height: 1080px;
  min-height: 734px;
}

.block-1-right {
  position: relative;
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
  border-radius: 30px;
  height: calc(100vh - 204px);
  max-height: calc(1080px - 204px);
  min-height: calc(734px - 204px);
}

.block-1-right img {
  position: absolute;
}

.phone-img {
  width: 9.75rem;
  height: auto;
  top: 0;
  left: 5.25rem;
}

.tether-img {
  width: 10rem;
  height: auto;
  top: 5.5rem;
  left: -6rem;
}

.chainlink-img {
  width: 11rem;
  height: auto;
  bottom: 2rem;
  right: 6.75rem;
}

.iphone-14-pro-img {
  /* width: 100%; */
  aspect-ratio: auto;
  height: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 30px;
}

.card-img {
  width: 15rem;
  height: auto;
  top: -2.5rem;
  right: -4rem;
}

.bitcoin-img {
  width: 15rem;
  height: auto;
  bottom: 7.5rem;
  right: -6rem;
}

.bg-token {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    linear-gradient(
      90.99deg,
      #f2a53f -30.85%,
      #eb5388 5.25%,
      #5b15f1 41.35%,
      #53aaf7 78.21%,
      #53f78b 116.62%
    );
}

.token-content {
  padding: 10px 20px 10px 10px;
  gap: 20px;
  height: 60px;
  background: rgba(10, 8, 58, 0.6);
  border-radius: 80px;
}

.price-change-up .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}

.price-change-down .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.price-change-up {
  background-color: #21b661;
  width: 56px;
  height: 23px;
  border-radius: 10px;
}

.price-change-down {
  background-color: red;
  width: 56px;
  height: 23px;
  border-radius: 10px;
}

.block-2 {
  overflow: hidden;
  height: 100vh;
  max-height: 1080px;
  min-height: 734px;
  padding: 4rem;
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
}

.block-2-right {
  position: relative;
  height: 100%;
}

.trigger-2-img-block {
  position: absolute;
  max-height: 582px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.trigger-img {
  position: absolute;
}

.portfolio-01 {
  position: relative;
  max-width: 457px;
  z-index: 50;
}

.portfolio-02 {
  position: absolute;
  bottom: 98px;
  right: 50px;
  width: 265px;
  height: 73px;
  z-index: 60;
}

.portfolio-03 {
  position: absolute;
  top: 0;
  width: 200px;
  height: 115px;
  z-index: 20;
}

.portfolio-04 {
  position: absolute;
  z-index: 60;
  left: -90px;
  top: 230px;
  width: 252px;
  height: 102px;
}

.trigger-1-img-block {
  position: absolute;
  width: 568px;
  height: 527px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* digital-avatar */
.digital-01 {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 136px;
  top: 115px;
  z-index: 30;
}

.digital-02 {
  position: absolute;
  width: 118px;
  height: 118px;
  top: 0px;
  left: 200px;
  z-index: 50;
}

.digital-03 {
  position: absolute;
  width: 114px;
  height: 153px;
  top: 148px;
  right: 45px;
  z-index: 50;
}

.digital-04 {
  position: absolute;
  width: 120px;
  height: 268px;
  top: -40px;
  left: 275px;
}

.digital-05 {
  position: absolute;
  width: 114px;
  height: 153px;
  left: 85px;
  top: 45px;
  z-index: 40;
}

.digital-06 {
  position: absolute;
  width: 162px;
  height: 162px;
  left: 10px;
  bottom: 160px;
  z-index: 50;
}

.digital-07 {
  position: absolute;
  width: 327px;
  height: auto;
  bottom: 40px;
  left: 118px;
  z-index: 50;
}

.digital-08 {
  position: absolute;
  width: 162px;
  height: 162px;
  right: 0;
  bottom: 60px;
  z-index: 50;
}

.digital-09 {
  position: absolute;
  width: 98px;
  height: 142px;
  left: 93px;
  top: 130px;
  z-index: 20;
}

.digital-10 {
  position: absolute;
  width: 98px;
  height: 142px;
  bottom: 100px;
  right: 55px;
  z-index: 40;
}

.trigger-3-img-block {
  position: absolute;
  width: 586px;
  height: 590px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.social-02 {
  position: absolute;
  opacity: 0;
  width: 247px;
  height: 247px;
  left: 129px;
  top: 154px;
}

.social-03 {
  position: absolute;
  opacity: 0;
  width: 175px;
  height: 175px;
  top: 28px;
  right: 75px;
}

.social-04 {
  position: absolute;
  opacity: 0;
  width: 150px;
  height: 150px;
  bottom: 39px;
  right: 109px;
}

.social-05 {
  position: absolute;
  opacity: 0;
  width: 85px;
  height: 86px;
  bottom: 18px;
  left: 160px;
}

.social-06 {
  position: absolute;
  opacity: 0;
  width: 69px;
  height: 69px;
  bottom: 209px;
  right: 0px;
}

.social-07 {
  position: absolute;
  opacity: 0;
  width: 69px;
  height: 69px;
  top: 28px;
  left: 129px;
}

.social-08 {
  position: absolute;
  opacity: 0;
  width: 69px;
  height: 69px;
  top: 264px;
  left: 41px;
}

.social-09 {
  position: absolute;
  opacity: 0;
  width: 51px;
  height: 51px;
  bottom: 4px;
  left: 265px;
}

.social-10 {
  position: absolute;
  opacity: 0;
  width: 70px;
  height: 70px;
  bottom: 115px;
  left: 20px;
}

.social-11 {
  position: absolute;
  opacity: 0;
  width: 70px;
  height: 70px;
  top: 15px;
  left: 236px;
}

.social-12 {
  position: absolute;
  opacity: 0;
  width: 51px;
  height: 51px;
  right: 40px;
  bottom: 160px;
}

.block-3 {
  position: relative;
  height: 100vh;
}

.bl3-content {
  height: calc(100vh - 4rem);
}

.block-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(
    90.99deg,
    rgba(242, 165, 63, 0.15) -30.85%,
    rgba(235, 83, 136, 0.15) 5.25%,
    rgba(91, 21, 241, 0.15) 41.35%,
    rgba(83, 170, 247, 0.15) 78.21%,
    rgba(83, 247, 139, 0.15) 116.62%
  );
  filter: blur(100px);
}

.slide {
  cursor: pointer;
}

.process-bar {
  width: 100%;
  height: 5px;
  background: rgba(10, 8, 58, 0.1);
  border-radius: 20px;
}

.step-img {
  position: relative;
  width: 120%;
  opacity: 0;
}

.step-img img {
  width: 100%;
  z-index: 100;
}

.step-img img::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 490px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(91, 197, 237, 0.2);
  filter: blur(75px);
}

@media screen and (max-width: 1440px) {
  .step-img {
    width: 100%;
  }

  .step-img img {
    min-width: 100%;
  }

  .step-img::before {
    width: 100%;
  }
}

.block-4 {
  position: relative;
  background-image: url("../assets/block-4/background.png");
  width: 100vw;
  height: 100vh;
  max-height: 1080px;
  min-height: 734px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.video-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

.video-frame {
  position: relative;
  width: 836px;
  height: 575px;
}

.video-frame img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video::-webkit-media-controls {
  display: none !important;
}
/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.video-frame video {
  position: absolute;
  width: 716px;
  height: 542px;
  object-fit: cover;
  top: 36px;
  right: 0;
}

@media screen and (max-width: 1400px) {
  .video-frame {
    width: 689px;
    height: 522px;
  }

  .video-frame video {
    width: 590px;
    height: 458px;
    top: 30px;
  }
}

@media screen and (min-width: 1536px) {
  .video-frame {
    width: 859px;
    height: 649px;
  }

  .video-frame video {
    width: 736px;
    height: 558px;
    top: 36px;
  }
}

.block-4 .container {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 100%);
}

.video-des {
  max-width: 360px;
}

.bg-block-4 {
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
  border-radius: 1.875rem;
  padding: 1.875rem;
}

.digital-camera {
  display: flex;
  margin-left: 20px;
}

.ava-img {
  margin-left: -20px;
}

.ava-img img {
  width: 94px;
  max-width: none;
  animation: rotate-ava 1s ease-out;
}

.apple-watch {
  position: relative;
}

.apple-watch img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.platforms-group {
  position: relative;
  height: 100%;
}

.platforms-group-img {
  position: absolute;
  bottom: 1.875rem;
  height: 374px;
  width: 100%;
  overflow: hidden;
}

.share-phone-img {
  object-position: 0px 32px;
}

.platforms-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px;
}

.eco-system-block {
  overflow: hidden;
  height: 500px;
  background: linear-gradient(
      96.2deg,
      rgba(242, 165, 63, 0.1) -27.24%,
      rgba(235, 83, 136, 0.1) 11.07%,
      rgba(91, 21, 241, 0.1) 49.38%,
      rgba(83, 170, 247, 0.1) 88.51%,
      rgba(83, 247, 139, 0.1) 129.26%
    ),
    #ffffff;
}

.eco-item {
  position: absolute;
  width: 176px;
  height: 110px;
  margin-right: 20px;
  background: #ffffff;
  border-radius: 12px;
  animation: right-to-left 9s linear infinite;
  /* transform: translateX(100vw); */
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.eco-item img {
	max-width: 150px;
	height: auto;
}

  .left-to-right-2 {
    animation: right-to-left-2 18s linear infinite;
  }
  .left-to-right-1 {
    animation: right-to-left-1 18s linear infinite;
  }

  @keyframes right-to-left-1 {
    0% {
      left: -176px;
    }
    100% {
      left: 1744px;
    }
  }

  @keyframes right-to-left-2 {
    0% {
      left: -88px;
    }
    100% {
      left: 1832px;
    }
  }

  .eco-item:nth-child(1) {
    animation-delay: 2s;
  }
  .eco-item:nth-child(2) {
    animation-delay: 4s;
  }
  .eco-item:nth-child(3) {
    animation-delay: 6s;
  }
  .eco-item:nth-child(4) {
    animation-delay: 8s;
  }
  .eco-item:nth-child(5) {
    animation-delay: 10s;
  }
  .eco-item:nth-child(6) {
    animation-delay: 12s;
  }
  .eco-item:nth-child(7) {
    animation-delay: 14s;
  }
  .eco-item:nth-child(8) {
    animation-delay: 16s;
  }
  .eco-item:nth-child(9) {
    animation-delay: 18s;
  }
  .eco-item:nth-child(10) {
    animation-delay: 2s;
  }
  .eco-item:nth-child(11) {
    animation-delay: 4s;
  }
  .eco-item:nth-child(12) {
    animation-delay: 6s;
  }
  .eco-item:nth-child(13) {
    animation-delay: 8s;
  }
  .eco-item:nth-child(14) {
    animation-delay: 10s;
  }
  .eco-item:nth-child(15) {
    animation-delay: 12s;
  }
  .eco-item:nth-child(16) {
    animation-delay: 14s;
  }
  .eco-item:nth-child(17) {
    animation-delay: 16s;
  }
  .eco-item:nth-child(18) {
    animation-delay: 18s;
  }

.block-6 .container {
  position: relative;
}

.block-6 .container .iphone-pro {
  position: absolute;
  top: 0;
  left: 6rem;
  max-height: 37.5rem;
}

.block-6 .container .iphone-pro img {
  max-height: 37.5rem;
}

.bl6-content {
  background-image: url("../assets/block-4/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 6.25rem;
  left: 0;
  width: 100%;
  min-height: 27.5rem;
  justify-content: center;
  padding-left: 35%;
}

@media screen and (max-width: 1279px) {
  .bl6-content {
    padding-left: 42%;
  }
}

.block-7 {
  background-image: url("../assets/block-4/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 1080px;
  min-height: 734px;
}

.bl7-content {
  height: calc(100vh - 10rem);
  max-height: calc(1080px - 10rem);
  min-height: calc(734px - 10rem);
}

.item-content {
  background: linear-gradient(
    90.97deg,
    #c4e0f5 0.83%,
    #edf6fb 32.59%,
    #a0cfe9 69.46%,
    #a5bacd 99.17%
  );
  box-shadow: 0px 11px 40px rgba(0, 118, 255, 0.1);
}

.icon {
  width: 24px;
  height: 24px;
}

.fullpage .top {
  display: none;
}

/* mobile */
.m-block-2 {
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
}

.m-block-2-image {
  width: 100%;
  height: 100%;
}

.m-video-frame {
  position: relative;
  width: 335px;
  height: 219px;
}

.m-video-frame img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-video-frame video {
  position: absolute;
  top: 12px;
  left: 37px;
  width: 259px;
  height: 170px;
  object-fit: cover;
}

.m-block-1-right {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
  border-radius: 30px;
  min-height: 600px;
}
.m-block-3 {
  position: relative;
  min-height: 600px;
}

.m-block-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(
    90.99deg,
    rgba(242, 165, 63, 0.15) -30.85%,
    rgba(235, 83, 136, 0.15) 5.25%,
    rgba(91, 21, 241, 0.15) 41.35%,
    rgba(83, 170, 247, 0.15) 78.21%,
    rgba(83, 247, 139, 0.15) 116.62%
  );
  filter: blur(100px);
}

.m-block-4,
.m-block-7 {
  background-image: url("../assets/block-4/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media screen and (max-width: 1195px) {
  .phone-img {
    position: absolute;
    width: 134px;
    height: auto;
    top: 0;
    left: 4.25rem;
  }

  .tether-img {
    position: absolute;
    width: 138px;
    height: auto;
    top: 3.5rem;
    left: -3rem;
  }

  .chainlink-img {
    position: absolute;
    width: 102px;
    height: auto;
    bottom: 2rem;
    right: 0.75rem;
  }

  .iphone-14-pro-img {
    position: absolute;
    aspect-ratio: auto;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 30px;
  }

  .card-img {
    position: absolute;
    width: 154px;
    height: auto;
    top: -4rem;
    right: 2rem;
  }

  .bitcoin-img {
    position: absolute;
    width: 165px;
    height: auto;
    bottom: 165px;
    right: -4rem;
  }

  .ava-img img {
    width: 84px;
    max-width: none;
    animation: rotate-ava 1s ease-out;
  }

  .video-des {
    max-width: 100vw;
  }
}

@media screen and (max-width: 400px) {
  .bg-block-4 {
    width: 100%;
    height: 335px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .m-block-1-right {
    width: 100%;
    height: calc(1.5 * 100vw - 12rem);
  }
}

@media screen and (min-width: 640px) {
  .m-video-frame {
    width: 580px;
    height: 386px;
  }

  .m-video-frame video {
    top: 22px;
    left: 65px;
    width: 449px;
    height: 294px;
  }
}

/* @media screen and (max-width: 640px) {
  .m-platforms-group-img {
    height: 179px;
    width: 100%;
  }
} */

@media screen and (max-width: 640px) {
  .m-platforms-group-img {
    height: 179px;
    width: 100%;
  }

  .modal-content {
    width: 90% !important;
    left: 5% !important;
  }

  .close-button {
    display: none;
  }

  .close-button-mb {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 7%;
    right: 2%;
    z-index: 1;
  }
}

.m-platforms-group-img {
  bottom: 1.875rem;
  height: 374px;
  width: 100%;
  overflow: hidden;
}

.m-platforms-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px;
}

.m-bl6-content {
  background: linear-gradient(
      70.11deg,
      rgba(198, 235, 255, 0.4) 0.4%,
      rgba(219, 238, 255, 0.4) 22.71%,
      rgba(198, 235, 255, 0.4) 49.68%,
      rgba(234, 231, 255, 0.4) 75.62%,
      rgba(247, 247, 221, 0.4) 93.26%
    ),
    #ffffff;
  height: auto;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.bg-button {
  background: rgba(0, 118, 255, 0.05);
}

.menu-item:hover {
  color: #0076ff;
  background: rgba(0, 118, 255, 0.05);
  border-radius: 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  min-width: 164px;
  display: none;
}

.dropdown-content.show-menu {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.privacy-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.modal-content {
  position: absolute;
  background-color: #ffffff;
  top: 10%;
  left: 15%;
  width: 70%;
  height: 80%;
  z-index: 0;
  border-radius: 16px;
  overflow: hidden;
}

.modal-header {
  position: relative;
  text-align: center;
}

.modal-container {
  height: calc(100% - 69px) !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 24px;
}

.close-button-mb {
  display: none;
}

.straight-line {
  width: 100%;
  height: 1px;
  background-color: #0a083a;
}

.cursor-pointer {
  cursor: pointer;
}
