/*breakpoints*/
/*1440 */
/*1024*/
/*768*/
/*576*/
/*375*/

@font-face {
  font-family: "CerebriSansPro";
  src: url("../fonts/CerebriSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TacticSansExd-Bld";
  src: url("../fonts/TacticSansExdBld/TacticSansExd-Bld.eot");
  src: url("../fonts/TacticSansExdBld/TacticSansExd-Bld.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/TacticSansExdBld/TacticSansExd-Bld.woff2") format("woff2"),
    url("../fonts/TacticSansExdBld/TacticSansExd-Bld.woff") format("woff"),
    url("../fonts/TacticSansExdBld/TacticSansExd-Bld.ttf") format("truetype"),
    url("../fonts/TacticSansExdBld/TacticSansExd-Bld.svg#TacticSansExd-Bld")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-tactic-reg {
  font-family: "TacticSansExd-Reg", Roboto, "Helvetica Neue", Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

.font-tactic-bold {
  font-family: "TacticSansExd-Bld", Roboto, "Helvetica Neue", Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.header {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;

  @media (max-width: 768px) {
    max-height: 415px;
  }

  @media (max-width: 576px) {
    height: unset;
    max-height: unset;
  }
}

.header__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.hero {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  background: url("../images/header/hero.png") no-repeat;
  background-position: center;
  background-size: cover;

  padding-left: 5rem;

  @media (max-width: 1024px) {
    padding-left: 2rem;
    background: url("../images/header/hero-medium.png") no-repeat;
    background-position: right;
    background-size: cover;
  }

  @media (max-width: 768px) {
    background-position: left;
  }
}

.hero__title {
  color: #ffffff;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 12px;

  @media (max-width: 1024px) {
    font-size: 32px;
    line-height: unset;
  }

  @media (max-width: 576px) {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 7px;
  }
}

.hero__description {
  color: #ffffff;
  font-family: "CerebriSansPro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  max-width: 400px;

  @media (max-width: 1024px) {
    font-size: 20px;
    line-height: 24px;
    max-width: 250px;
  }

  @media (max-width: 576px) {
    font-size: 20px;
    line-height: 24px;
    max-width: 250px;
  }
}

.header__small {
  display: none;
}

@media (max-width: 576px) {
  .header__content {
    display: none;
  }

  .header__small {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .hero-wrapper {
    height: 645px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url("../images/header/hero-small.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }

  .hero-wrapper__text {
    display: flex;
    text-align: left;
    flex-direction: column;
    margin: 3rem 0 4rem 2rem; 
  }

  .hero-wrapper-info {
    min-height: 162px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}


@media (max-width: 576px) {
  .header__small {
    width: 100%;
    height: auto;
  }

  .hero-wrapper {
    height: 645px;
    width: 100%;
  }

  .hero-wrapper__text {
    margin: 3rem 0 4rem 2rem;
  }

  .hero-wrapper-info {
    min-height: 162px;
    width: 100%;
  }
}


.info-panel {
  padding: 50px 54px 90px;
  height: inherit;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;

  background: url("../images/header/green-background.png") no-repeat;
  background-position: center;
  background-size: cover;

  @media (max-width: 768px) {
    padding: 36px 43px;

    background: url("../images/header/green-background-medium.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.info-panel__logo {
  display: flex;
  justify-content: center;

  height: 20px;
  width: 230px;
  flex-shrink: 0;

  @media (max-width: 768px) {
    width: 168px;
    height: 15px;
    flex-shrink: 0;
  }
}

.info-panel__logo img {
  width: inherit;
  height: inherit;
  background: inherit;
}

.info-panel__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media (max-width: 576px) {
    position: relative;
    top: 5px;
    background: url("../images/header/hero-small-bcg.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.info-panel__description {
  color: #cbffc8;
  text-align: center;
  font-family: "CerebriSansPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;

  @media (max-width: 768px) {
    font-size: 12px;
  }

  @media (max-width: 576px) {
    max-width: 300px;
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

.task-counter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

    @media (max-width: 576px) {
      margin-left: 2rem;
      margin-bottom: 3rem;
      align-items: flex-start;
      margin-bottom: 9rem;
    }
}

.task-counter__highlight {
  color: #6cdd67;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.22px;
  text-transform: uppercase;

  @media (max-width: 768px) {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  @media (max-width: 576px) {
    font-size: 17px;
    letter-spacing: 0.17px;
  }
}

.task-counter__number {
  color: #ebfaeb;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 60px;
  }

  @media (max-width: 375px) {
    font-size: 80px;
  }
}

.task-counter__note {
  color: #ebfaeb;
  font-family: "CerebriSansPro", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 14px;
    letter-spacing: 0.42px;
  }

  @media (max-width: 375px) {
    font-size: 19px;
    letter-spacing: 0.57px;
  }
}

@media (max-width: 576px) {
  .task-counter__highlight {
    font-size: 17px;
    letter-spacing: 0.17px;
  }

  .task-counter__number {
    font-size: 80px;
  }

  .task-counter__note {
    font-size: 19px;
    letter-spacing: 0.57px;
  }
}

.button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.button {
  position: relative;
  width: 100%;
  gap: 2rem;
  padding: 3px 39px 3px 3px;
  display: flex;
  align-items: center;
  flex-direction: row;

  max-width: max-content;

  border-radius: 50px;
  border: 1px dotted #3cdd37;
  background: linear-gradient(90deg, #141414 0%, #1e1e1e 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);

  @media (max-width: 768px) {
    gap: 1rem;
    padding: 3px 17px 3px 3px;
  }

  @media (max-width: 576px) {
    margin-bottom: 2rem;
  }
}

.button:hover {
  border: 1px dotted #456844;
  background: linear-gradient(90deg, #254D2E 0%, #0A1F09 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
}

.button:active {
  border: 1px dotted #FBF563;
  background: linear-gradient(90deg, #254D2E 0%, #0A1F09 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
}

.button--cta {
  text-decoration: none;
}

.button__logo {
  padding: 18px;
  border-radius: 50px;
  background: linear-gradient(156deg, #6bc067 15.53%, #1e6f1e 107.6%);

  @media (max-width: 1024px) {
    padding: 12px;
  }

  @media (max-width: 768px) {
    padding: 10px;
  }
}

.button__logo img {
  display: block;
  position: relative;
  left: 2px;

  @media (max-width: 768px) {
    height: 16.3px;
    width: 18.9px;
  }
}

.button__text {
  width: auto;
  color: #ffffff;
  text-align: center;
  font-family: "TacticSansExd-Bld";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  @media (max-width: 1024px) {
    font-size: 12px;
   }

  @media (max-width: 768px) {
    font-size: 9px;
  }
}
/* Header section END */

/* Marquee Section START */

.marquee-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(120deg, #1f711f -5.37%, #6fc46a 46.3%);
  height: 100px;
  display: flex;
  align-items: center;

  @media (max-width: 768px) {
    height: 60px;
  }
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

.marquee-content {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-right: 3rem;
}

.marquee-logo {
  position: relative;
  top: -2px;
  display: flex;
  align-items: center;
}

.marquee-logo img {
  height: 36px;
  width: auto;
  max-width: 484px;

  @media (max-width: 768px) {
    height: 21.196px;
    max-width: 294px;
  }
}

.marquee-token {
  display: flex;
  align-items: center;
}

.marquee-token img {
  height: 54px;
  width: auto;

  @media (max-width: 768px) {
    height: 36px;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Marquee Section END */

/* Card Section START */

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.card-info {
  width: 100%;

  img, picture {
    width: inherit;
  }
}

/* Card Section END */

/* Card Hero START */

.card-hero {
  width: 100%;

  aspect-ratio: 16 / 9;
  height: auto;
  max-height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../images/card-section/hero-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 260px 25px 108px 25px;

  @media (max-width: 1024px) {
    background-image: url("../images/card-section/hero-background-medium.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

    width: 100%;
    padding: 150px 25px 80px 25px;
  }

  @media (max-width: 576px) {
    background-image: url("../images/card-section/hero-background-small.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

    width: 100%;

    flex-direction: column;
    padding: 104px 25px 0 25px;
  }
}

.card-hero__container {
  display: flex;
  justify-content: center;
  align-items: stretch;

  @media (max-width: 576px) {
    flex-direction: column;
  }
}


.card-hero__swiper {
  margin-right: 40px;

  @media (max-width: 576px) {
    width: 100%;
    margin-right: unset;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.card-hero__swiper img {
  width: 333px;
  height: 425px;

  @media (max-width: 768px) {
    width: 212px;
    height: 266px;
  }
}

.card-hero__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.card-hero__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: start;

  @media (max-width: 768px) {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.card-hero__title {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.88px;
  text-transform: uppercase;

  margin-bottom: 1rem;
  max-width: 580px;

  @media (max-width: 768px) {
    font-size: 26px;
    line-height: 32px;
    max-width: 350px;
  }

  @media (max-width: 375px) {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}

.card-hero__title span {
  background: linear-gradient(120deg, #1f711f -5.37%, #6fc46a 46.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-hero__description {
  color: #ffffff;
  font-family: "CerebriSansPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  max-width: 647px;

  @media (max-width: 768px) {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
    max-width: 350px;
  }
}

.card-hero__buttons {
  width: 100%;

  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;

  @media (max-width: 576px) {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .button-visibility {
    display: none;
  }
}

.card-hero-button {
  display: none;
  padding-bottom: 1.5rem;

  @media (max-width: 576px) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;
  }
}

.card-hero__arrows {
  display: flex;
  flex-direction: row;
}

@media (max-width: 576px) {
  .card-hero__arrows {
    display: none;
  }
}

.arrow-left-mobile,
.arrow-right-mobile {
  display: none;
}

@media (max-width: 576px) {
  .arrow-left-mobile,
  .arrow-right-mobile {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .arrow-left-mobile {
    margin-right: 0.5rem;
  }

  .arrow-right-mobile {
    margin-left: 0.5rem;
  }

  .arrow-left-mobile img,
  .arrow-right-mobile img {
    width: 56px;
    height: 56px;
  }
}

.card-hero-btn {
  @media (max-width: 576px) {
    margin-top: 50px;
  }
}

.card-hero__arrows img {
  @media (max-width: 768px) {
    width: 35px;
    height: 35px;
  }
}

.card-hero__arrows img:hover {
  cursor: pointer;
}

/* Card Hero END */

/* FAQ START */
.faq-wrapper {
  width: 100%;
  height: 100%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: #000;
  padding-top: 5.75rem;
  padding-left: 80px;
  padding-right: 80px;

  @media (max-width: 768px) {
    padding-top: 4.25rem;
    padding-left: 60px;
    padding-right: 30px;
  }
}

.faq__cta {
  gap: 2rem;
  padding: 8px 7px;
  margin-bottom: 38px;

  width: 100%;
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: row;

  border-radius: 50px;
  border: 1px dotted #3cdd37;
  background: linear-gradient(90deg, #141414 0%, #1e1e1e 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);


  @media (max-width: 1024px) {
    margin-bottom: 16px;
    padding: 6px 5px;
  }

  @media (max-width: 768px) {
    margin-bottom: 6px;
    gap: 1.5rem;
    padding: 4px 3px;

  }
}

.faq__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(156deg, #6bc067 15.53%, #1e6f1e 107.6%);

  @media (max-width: 1024px) {
    max-width: 60px;
    height: 60px;
  }

  @media (max-width: 768px) {
    max-width: 40px;
    height: 40px;
  }
}

.faq__logo img {
  @media (max-width: 768px) {
    width: 18px;
  }
}

.faq__text {
  display: flex;
  flex-direction: row;

  color: #ffffff;
  text-align: left;
  font-family: "TacticSansExd-Bld", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  @media (max-width: 1024px) {
    font-size: 16px;
  }

  @media (max-width: 768px) {
    font-size: 9px;
    line-height: 14px;
  }

  @media (max-width: 375px) {
    text-align: start;
  }
}

.faq__answer {
  text-align: start;
  color: #ffffff;
  padding-left: 90px;

  font-family: "CerebriSansPro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-bottom: 68px;

  width: 100%;
  min-width: 750px;

  @media (max-width: 768px) {
    width: 80%;
    padding-left: unset;
    min-width: unset;

    max-width: 465px;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.42px;

    margin-bottom: 12px;
  }

  @media (max-width: 375px) {
    margin-left: 44px;
    margin-right: 26px;
    margin-bottom: 12px;
  }
}

.faq-highlight {
  color: #80ff9c;
}

.faq__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 30px;
}
/* FAQ END */

.divider {
  height: 1px;
  width: 100%;
  background-color: #3c3737;
}

/* FOOTER SECTION START */

.footer {
  width: 100%;
  background: #000;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-top {
  margin-top: 1.5rem;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-hidden {
  display: none;
}

@media (max-width: 1440px) {
  .footer-hidden {
    display: flex;
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .footer-hidden {
    display: none;
  }
}

.footer-visible {
  @media (max-width: 1440px) {
    display: none;
  }
}

.footer-socials {
  width: 100%;
  gap: 2rem;

  display: flex;
  justify-content: center;

  @media (max-width: 576px) {
    gap: 1rem;
  }
}

.footer-info {
  margin-top: 1.5rem;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1440px) {
    justify-content: center;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 576px) {
    flex-direction: column;
  }
}

.footer-info-links {
  display: flex;
  gap: 38px;
  font-family: sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  @media (max-width: 1024px) {
    gap: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.footer-info-links a {
  color: #756d6c;
  text-decoration: none;
}

.footer-info-links-mobile {
  display: none;

  @media (max-width: 768px) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
  }

  .top-links,
  .bottom-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-info-links-mobile a {
  text-decoration: none;
  color: #595252;
}

.footer-payment-mobile {
  display: none;

  @media (max-width: 576px) {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

.footer-text {
  margin-top: 34px;
  width: 80%;
  color: #595252;

  display: flex;
  justify-content: flex-start;
  text-align: start;
  font-size: 13px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (max-width: 768px) {
    font-size: 11px;
    margin-top: 1.5rem;
    width: 90%;
  }
}

.footer-text a {
  color: #595252;
  text-decoration: none;
  display: contents;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.footer-subtext {
  display: flex;
  align-items: center;
  text-align: center;

  margin: 5px 0 20px 0;
  color: #595252;

  font-size: 13px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;

  @media (max-width: 768px) {
    font-size: 11px;
    margin: 11px 0 16px 0;
  }
}
