@font-face {
  font-family: "Inter-Black";
  font-display: auto;
  src: url("../fonts/inter/Inter-Black.eot");
  src: url("../fonts/inter/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Black.woff2") format("woff2"), url("../fonts/inter/Inter-Black.woff") format("woff"), url("../fonts/inter/Inter-Black.ttf") format("truetype"), url("../fonts/inter/Inter-Black.svg#Inter-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  font-display: auto;
  src: url("../fonts/inter/Inter-Bold.eot");
  src: url("../fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff"), url("../fonts/inter/Inter-Bold.ttf") format("truetype"), url("../fonts/inter/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-ExtraBold";
  font-display: auto;
  src: url("../fonts/inter/Inter-ExtraBold.eot");
  src: url("../fonts/inter/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/inter/Inter-ExtraBold.woff") format("woff"), url("../fonts/inter/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/inter/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-ExtraLight";
  font-display: auto;
  src: url("../fonts/inter/Inter-ExtraLight.eot");
  src: url("../fonts/inter/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/inter/Inter-ExtraLight.woff") format("woff"), url("../fonts/inter/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/inter/Inter-ExtraLight.svg#Inter-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Light";
  font-display: auto;
  src: url("../fonts/inter/Inter-Light.eot");
  src: url("../fonts/inter/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Light.woff2") format("woff2"), url("../fonts/inter/Inter-Light.woff") format("woff"), url("../fonts/inter/Inter-Light.ttf") format("truetype"), url("../fonts/inter/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Medium";
  font-display: auto;
  src: url("../fonts/inter/Inter-Medium.eot");
  src: url("../fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../fonts/inter/Inter-Medium.woff") format("woff"), url("../fonts/inter/Inter-Medium.ttf") format("truetype"), url("../fonts/inter/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  font-display: auto;
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff"), url("../fonts/inter/Inter-Regular.ttf") format("truetype"), url("../fonts/inter/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  font-display: auto;
  src: url("../fonts/inter/Inter-SemiBold.eot");
  src: url("../fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/Inter-SemiBold.ttf") format("truetype"), url("../fonts/inter/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Thin";
  font-display: auto;
  src: url("../fonts/inter/Inter-Thin.eot");
  src: url("../fonts/inter/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Thin.woff2") format("woff2"), url("../fonts/inter/Inter-Thin.woff") format("woff"), url("../fonts/inter/Inter-Thin.ttf") format("truetype"), url("../fonts/inter/Inter-Thin.svg#Inter-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/rubik/Rubik-Medium.eot");
  src: url("../fonts/rubik/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik/Rubik-Medium.woff2") format("woff2"), url("../fonts/rubik/Rubik-Medium.woff") format("woff"), url("../fonts/rubik/Rubik-Medium.ttf") format("truetype"), url("../fonts/rubik/Rubik-Medium.svg#Rubik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes move-1 {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes move-2 {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter-Regular";
  font-weight: 400;
  background-color: #000;
  overflow-x: hidden;
  margin: auto;
}

.main {
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.main .main-background {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main-background else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-background .img-move {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  width: max-content;
  margin: 0 auto;
}
.main .main-background .img-move .move {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.main .main-background .img-move .move.move-1 {
  animation: move-1 40s ease infinite;
}
.main .main-background .img-move .move.move-2 {
  animation: move-2 40s ease infinite;
}
.main .main-background .img-move .move img {
  width: 300px;
  height: 300px;
  background-color: red;
  border-radius: 30px;
  opacity: 0.4;
  filter: blur(3px);
}
.main .main-background .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .main-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main .main-background .overlay img {
  display: none;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .main .main-background .overlay img {
    display: block;
  }
}
.main .main-background .overlay video {
  display: block;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .main .main-background .overlay video {
    display: none;
  }
}
.main .main-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
  min-width: 770px;
  min-height: 526px;
  position: relative;
  gap: 40px;
}
.main .main-content else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 800px) {
  .main .main-content {
    padding: 20px;
    min-width: 100%;
    min-height: auto;
  }
}
.main .main-content .flex-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  gap: 48px;
  padding: 10px 0;
  width: 770px;
  height: 526px;
}
.main .main-content .flex-content else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 800px) {
  .main .main-content .flex-content {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .main .main-content .flex-content {
    padding: 0;
    gap: 20px;
  }
}
.main .main-content .flex-content .logo {
  width: 264px;
  height: 40px;
}
.main .main-content .flex-content .footer-logo {
  width: 264px;
  height: 24px;
}
.main .main-content .content {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  gap: 26px;
  width: 770px;
  height: 366px;
  min-height: 366px;
  padding: 16px 0px 16px 16px;
  border-radius: 32px;
  margin: 10px 0;
  border: 1.5px solid #353535;
  background: rgba(40, 40, 40, 0.7);
  box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
  backdrop-filter: blur(50px);
}
.main .main-content .content else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 800px) {
  .main .main-content .content {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .main .main-content .content {
    padding: 16px;
  }
}
.main .main-content .content .image {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: max-content;
  width: 364px;
  height: 334px;
  max-width: 364px;
}
.main .main-content .content .image else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 800px) {
  .main .main-content .content .image {
    display: none;
  }
}
@media (max-width: 480px) {
  .main .main-content .content .image {
    width: 100%;
    height: auto;
  }
}
.main .main-content .content .image .inside {
  position: absolute;
}
.main .main-content .content .text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  width: 364px;
  height: 293px;
  padding: 0px 48px 0px 12px;
  gap: 24px;
}
.main .main-content .content .text else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 480px) {
  .main .main-content .content .text {
    padding: 0;
  }
}
.main .main-content .content .text .icon-coin {
  width: 52px;
  height: 52px;
}
.main .main-content .content .text > div:nth-child(1) {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main .main-content .content .text > div:nth-child(1) else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: center;
  -webkit-flex-direction: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 50px;
  margin: 0 10px;
  overflow: hidden;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper .line {
  width: max-content;
  display: flex;
  display: -webkit-flex;
  animation-name: marquee;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper .line else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper .line .line-loop {
  display: flex;
  display: -webkit-flex;
  width: max-content;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper .line .line-loop else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(1) .line-wrapper .line .line-loop p {
  color: #5F6162;
  letter-spacing: 4px;
}
.main .main-content .content .text > div:nth-child(2) p {
  font-family: "Inter-Regular";
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 260px;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .main .main-content .content .text > div:nth-child(2) p {
    font-size: 16px;
  }
}
.main .main-content .content .text > div:nth-child(2) p a {
  color: #0687FE;
  text-decoration: none;
}
.main .main-content .content .text > div:nth-child(3) {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.main .main-content .content .text > div:nth-child(3) else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a {
  transition: all 0.5s ease-in-out;
  width: 100%;
  min-width: 304px;
  height: 48px;
  border-radius: 32px;
  background-color: #3D3D3D;
  text-decoration: none;
  color: #fff;
  font-family: "Rubik-Medium";
  padding: 12px 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main .main-content .content .text > div:nth-child(3) a {
    min-width: 100%;
  }
}
.main .main-content .content .text > div:nth-child(3) a:hover {
  background-color: #606060;
}
.main .main-content .content .text > div:nth-child(3) a:hover .text-default {
  opacity: 0;
}
.main .main-content .content .text > div:nth-child(3) a:hover .text-hover {
  opacity: 1;
}
.main .main-content .content .text > div:nth-child(3) a.blue {
  background-color: #0687FE;
  font-size: 20px;
}
.main .main-content .content .text > div:nth-child(3) a.blue p {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s ease-in-out;
  width: 304px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.main .main-content .content .text > div:nth-child(3) a.blue p else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media screen and (max-width: 480px) {
  .main .main-content .content .text > div:nth-child(3) a.blue p {
    width: 100%;
  }
}
.main .main-content .content .text > div:nth-child(3) a.blue p i {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  top: 2px;
}
.main .main-content .content .text > div:nth-child(3) a.blue p i else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a.blue .text-hover {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s ease-in-out;
  width: 304px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.main .main-content .content .text > div:nth-child(3) a.blue .text-hover else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
@media screen and (max-width: 480px) {
  .main .main-content .content .text > div:nth-child(3) a.blue .text-hover {
    width: 100%;
  }
}
.main .main-content .content .text > div:nth-child(3) a.blue .text-hover--icon {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main-content .content .text > div:nth-child(3) a.blue .text-hover--icon else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a.blue .text-default i {
  width: 54px;
  height: 40px;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work {
  /* Blur */
  box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
  backdrop-filter: blur(50px);
  color: rgba(248, 248, 248, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work p {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s ease-in-out;
  width: 304px;
  height: 48px;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work p else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work p i {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  top: 2px;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work p i else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work:hover {
  border-radius: 32px;
  background: #262020;
  /* Blur */
  box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
  backdrop-filter: blur(50px);
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work:hover .text-default {
  animation: slideOutLeft 1s ease-in-out forwards;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work:hover .text-hover {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main .main-content .content .text > div:nth-child(3) a.how-to-work:hover .text-hover else {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main .main-content .content .text > div:nth-child(3) a .text-default {
  opacity: 1;
}
.main .main-content .content .text > div:nth-child(3) a .text-hover {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
