html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #f7f7f7;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

body {
  color: #00;
  background-color: #f7f7f7;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  max-width: 1200px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  height: 100%;
  background-color: #f2f2f2;
  align-items: center;
  padding: 6px 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  color: #fff;
  background: linear-gradient(45deg, #7fbdff, #006fca, #a600ff);
  border-radius: 202px;
  padding: 12px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
}

.section {
  position: relative;
}

.paragraph-xl {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.navbar {
  width: 100%;
  background-color: #F6F6F6;
  box-shadow: 0 1px 8px rgba(0,0,0,.1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-link-container {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
}

.nav-menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #000;
  border: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
  transition: color .3s;

  &:hover {
    color: #a600ff;
  }
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  color: #fff;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: Inter;
  font-weight: 600;
  display: flex;

  h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }

  ul {
    list-style: none;
    padding: 0;

    li {
      background-image: url("../images/check.webp");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left center;
      padding-left: 40px;
    }
  }

  p {
    font-weight: 600;
  }
}

.figma-header {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero-text {
  color: #fff;
  margin-top: 0;
}

.help-text {
  color: #fff;
  margin-bottom: 10px;
}

.hero-text-holder {
  perspective: 1500px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 95px;
  display: flex;
}

.hero-paragraph-holder {
  width: 515px;
}

.hero-section {
  max-width: 100%;
}

.hero-holder {
  perspective: 1500px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(#070113, #630dff 54%, #0046a0);
  flex-direction: column;
  align-items: center;
  margin-top: -90px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer-left {
  max-width: 460px;
  min-width: 460px;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.logo-wrapper {
  margin-bottom: 50px;
  display: flex;
  column-gap: 60px;

  img {
    max-width: 100px;
  }
}

.footer-paragraph-wrapper {
  margin-bottom: 35px;
  text-align: center;
  color: #fff;

  p {
    color: #fff;
  }
}

.hero-text-wrapper {
  perspective: 1500px;
}

.hero-heading-holder {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.navlinks-holder {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  display: flex;
}

.navlinks-wrapper {
  grid-column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.footer-holder {
  height: fit-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-gradient {
  z-index: -2;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid {
  height: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.footer-container {
  height: 100%;
  max-width: 1200px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.copy-right-text {
  color: #fff;
  margin-top: 62px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .nav-menu-link-container {
    width: 100%;
  }

  .hero-text-holder {
    margin-top: 120px;
  }

  .footer-container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    align-items: flex-start;
    display: flex;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-menu-link-container {
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    max-height: 0;
  }

  .nav-links {
    height: auto;
    grid-row-gap: 20px;
    color: #000;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .brand {
    margin-bottom: 10px;
  }

  .hero-text-holder {
    margin-top: 50px;
  }

  .hero-holder {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-left {
    max-width: none;
    min-width: 100%;
  }

  .navlinks-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-holder {
    height: 130vh;
  }

  .footer-gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 50px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .button {
    font-size: 15px;
    padding-right: 30px
  }


  .nav-links {
    flex-direction: column;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .title-small {
    font-size: 13px;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #9f15ea;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text {
    font-size: 40px;
  }

  .hero-text-holder {
    max-width: 100%;
  }

  .hero-paragraph-holder {
    width: 440px;
  }

  .footer-left {
    padding-top: 25px;
  }

  .logo-wrapper {
    margin-bottom: 32px;
  }

  .footer-paragraph-wrapper {
    width: 430px;
  }

  .hero-text-wrapper {
    max-width: 100%;
  }

  .footer-gradient {
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    padding-top: 32px;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {

  .container, .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button {
    padding: 8px 22px;
  }



  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-small {
    font-size: 18px;
    font-weight: 500;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .hero-text {
    text-align: center;
    font-size: 30px;
  }

  .hero-text-holder {
    width: auto;
    grid-row-gap: 14px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .hero-paragraph-holder {
    width: auto;
    text-align: center;
  }

  .footer-paragraph-wrapper {
    width: 100%;
  }

  .hero-heading-holder {
    text-align: center;
    align-items: center;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.card {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(#a6a6a6, #630dff 54%, #252525);
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  & .button {
    margin-top: auto;
  }
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 5px;
}

.card-img {
  margin-bottom: 20px;
  border-radius: 20px;
  width: 100%;
}

.rating-score {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.card-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.card-list {
  padding-left: 15px;
  color: #e0f0ff;
  margin-bottom: 20px;
  font-weight: 600;
  width: 100%;

  li {
    padding: 0;
    padding-bottom: 5px;
  }
}

.bonus {
  background-color: #006cb8;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.rating-icon {
  max-width: 20px;
}

.button {
    padding-right: 70px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);  
        background-image: url("../images/arr.webp");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20px;
        width: 21px;
        height: 20px;
    }
}


.faq-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  color: #222;
  background-color: #fff;
  border-radius: 8px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #000;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  cursor: pointer;
}

.faq-question {
  font-weight: 600;
  font-size: 1.1rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #555;
  padding: 0 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-answer.active {
  max-height: 500px;
  padding: 8px 0;
}

.home-responsible {
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(#a6a6a6, #630dff 54%, #252525);
}

.legal {
  a {
    color: #6d05a5;
  }
}


@media (max-width: 991px) {
  .w-nav-button {
    display: block;
  }

.burger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}


.menu-button.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
.menu-button.active .burger-line:nth-child(2) {
  opacity: 0;
}
.menu-button.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}

.navbar {
  position: relative;
}
.nav-menu-link-container{
  max-height: 0;
  transition: max-height 0.3s ease;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: -2;
}
.nav-menu-link-container.active {
  max-height: 500px;
}

.nav-menu {position: absolute; left: 0;}

}

@media (max-width: 991px) {
  .card-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-holder {
    z-index: 4;
  }
}

@media (max-width: 767px) {
  .card-container {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding-top: 70px;
  }

    .button {
      padding: 12px 10px;
      width: 100%;
      padding-right: 30px;

      &::before {
      right: 20px;
    }
  }

}

@media (max-width: 479px) {
  .card-container {
    grid-template-columns: 1fr;
  }

  .figma-file-container {
    padding: 40px 20px;
  }

  .faq-section {
    padding: 40px 20px;
  }

  .card {
  & .button {
    text-align: center;
  }
}

.title-small {
  font-size: 14px;
}
}

.copyright-text {
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 12px;
}