@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Onder";
  src: url("../fonts/onder.ttf");
}
@font-face {
  font-family: "GALSB";
  src: url("../fonts/GALSB.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #2a324b;
}

body.modal_open {
  pointer-events: none;
  overflow-y: hidden;
}

header {
  background: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 32px;
  position: fixed;
  display: flex;
  z-index: 2;
}
header button {
  padding: 14px 24px;
  color: #F7C59F;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
header button:active {
  transform: translateY(0);
}
header button:hover {
  color: #a18169;
  transform: translateY(-2px);
}
header #fisbtn {
  color: #f5deb3;
}

main {
  width: 100%;
  height: 100%;
}
main .intro {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(300deg, #2a324b, #0e1019, #2a324b);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
main .intro img {
  width: 25%;
  height: 100%;
  filter: drop-shadow(5px 10px 222px #000000);
}
main .intro .text {
  width: 35%;
}
main .intro .text h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 26px;
}
main .intro .text h3 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-top: 2%;
  opacity: 0.6;
}
main .block {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
main .about h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .about ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  list-style: none;
}
main .about ul li {
  height: 50%;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin: 0 2%;
}
main .about ul li h3 {
  color: wheat;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
main .about ul li p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
  margin-top: 12px;
}
main .about ul #card1 {
  background-image: url("../images/cards/Card1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
main .about ul #card2 {
  background-image: url("../images/cards/Card2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
main .about ul #card3 {
  background-image: url("../images/cards/Card3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
main .about ul #card4 {
  background-image: url("../images/cards/Card4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
main .how h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .how ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  list-style: none;
}
main .how ul li {
  height: 50%;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  margin: 0 2%;
}
main .how ul li h3 {
  color: wheat;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-align: left;
}
main .how ul li p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-top: 12px;
}
main .how ul #step1 {
  background-image: url("../images/cards/Step1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  left: -100%;
}
main .how ul #step2 {
  background-image: url("../images/cards/Step2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  left: -100%;
}
main .how ul #step3 {
  background-image: url("../images/cards/Step3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  left: -105%;
}
main .how ul #step4 {
  background-image: url("../images/cards/Step4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  left: -105%;
}
main .how .progress {
  background: #252b41;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 500px;
  opacity: 0;
}
main .how .progress-value {
  box-shadow: 0 10px 40px -10px #F7C59F;
  border-radius: 100px;
  background: #F7C59F;
  height: 30px;
  width: 0;
}
@keyframes load25 {
  0% {
    width: 0;
  }
  100% {
    width: 25%;
  }
}
@keyframes load50 {
  0% {
    width: 25%;
  }
  100% {
    width: 50%;
  }
}
@keyframes load75 {
  0% {
    width: 50%;
  }
  100% {
    width: 75%;
  }
}
@keyframes load100 {
  0% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
main .example {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
main .example h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .example .main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
}
main .example .side {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 24px;
  margin: 0 2%;
  border-radius: 10px;
}
main .example .side .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
main .example .side h2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  opacity: 0.8;
  margin-bottom: 24px;
}
main .example .doc {
  background-image: url("../images/doc/DGV.png");
  background-size: cover;
  position: relative;
  left: -120%;
}
main .example .res {
  background-image: url("../images/doc/RES.png");
  background-size: cover;
  position: relative;
  left: -120%;
}
main .media {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
main .media h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .media .video-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  opacity: 0;
}
main .media #customVideoPlayer {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
main .helping {
  height: -moz-fit-content;
  height: fit-content;
  padding: 5% 0;
  padding-top: 10%;
}
main .helping h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  margin-bottom: 1.5%;
  opacity: 0;
}
main .helping .h-blocks {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 500px);
  gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 0 2%;
  opacity: 0;
}
main .helping .h-block {
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.3px);
  -webkit-backdrop-filter: blur(6.3px);
  border: 2px solid #384775;
  padding: 24px;
  position: relative;
  background-position: 0;
  top: 0;
  transition: all 0.2s;
  cursor: pointer;
  width: 720px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main .helping .h-block h2 {
  color: wheat;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
main .helping .h-block p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.6;
}
main .helping .h-block:hover {
  top: -5px;
}
main .helping #hb-one {
  background-image: url("/images/cards/block_1.png");
}
main .helping #hb-two {
  background-image: url("/images/cards/block_2.png");
}
main .helping #hb-three {
  background-image: url("/images/cards/block_3.png");
}
main .social {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
main .social h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 5vw;
  opacity: 0;
}
main .social ul li {
  cursor: pointer;
}
main .social ul li img {
  width: 64px;
  filter: grayscale(1);
  position: relative;
  bottom: 0;
  transition: all 0.2s;
}
main .social ul li img:hover {
  filter: grayscale(0) drop-shadow(4px 4px 32px rgb(247, 197, 159));
  bottom: 6px;
}
main .fis h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 1;
}
main .fis p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 0.5%;
  text-align: center;
  opacity: 0.6;
}
main .fis button {
  margin-top: 2%;
}
main .end {
  background: linear-gradient(300deg, #2a324b, #0e1019, #2a324b);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
main .end .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
main .end .top h1 {
  color: wheat;
  font-family: "Onder", sans-serif;
  font-size: 22px;
  opacity: 0;
}
main .end .top p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  opacity: 0.8;
  margin-top: 0.2%;
  margin-bottom: 2%;
  opacity: 0;
}
main .end .top button {
  opacity: 0;
}
main .end .payment_methods {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  position: relative;
  top: 25%;
}
main .end .payment_methods img {
  margin: 0 18px;
}

.ad {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6901960784);
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.ad .container {
  background-image: url("../images/cards/AdBg.png");
  background-size: cover;
  border-radius: 12px;
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 4px 4px 100px 36px rgba(0, 0, 0, 0.5333333333);
}
.ad .container .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.ad .container img {
  width: 320px;
}
.ad .container .sale_title {
  padding: 0 42px;
  width: 80%;
}
.ad .container .buttons {
  padding: 32px 18px;
  width: 100%;
}
.ad #close_ad {
  padding: 14px 24px;
  color: #F7C59F;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.ad #close_ad:active {
  transform: translateY(0);
}
.ad #close_ad:hover {
  color: #a18169;
  transform: translateY(-2px);
}
.ad .sale_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.ad .sale_title img {
  width: 100px;
}
.ad .sale_title .text h1 {
  color: #F7C59F;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
}
.ad .sale_title .text h3 {
  color: white;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  opacity: 0.5;
  font-weight: 500;
  margin-top: 1%;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.button-29 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #2a324b;
  border-radius: 15px;
  box-sizing: border-box;
  color: #2a324b;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-29:disabled {
  pointer-events: none;
}

.button-29:hover {
  color: #2a324b;
  background-color: #2a324b;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: none;
  transform: translateY(0);
}

.button-28 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #F7C59F;
  border-radius: 15px;
  box-sizing: border-box;
  color: #F7C59F;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #2a324b;
  background-color: #F7C59F;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #2a324b;
}

::-webkit-scrollbar-thumb {
  background-color: #F7C59F;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a18169;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .links a {
  margin-right: 4px;
}
.footer .connect-text {
  margin-left: 24px;
}
.footer p {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: white !important;
  opacity: 0.3 !important;
}
.footer a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: white;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.footer a:hover {
  opacity: 0.7;
}
.footer .upn {
  margin-left: 10px;
  width: 45%;
}
.footer .payment {
  opacity: 0.5;
}
.footer .payment .line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .payment .line img {
  margin-left: 24px;
}
.footer .payment .line:nth-of-type(2) {
  margin-top: 12px;
}/*# sourceMappingURL=index.css.map */