
@import url('https://fonts.googleapis.com/css?family=Outfit:100,200,300,regular,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800&display=swap');


:root {
  --black: #0B0A0C;
  --blue: #4597F7;
  --blue-hover: #5c9fec;
  --text-color: #F7F5F8;
  --col-bg: #EBEFF3;
  --col-border: #D2CED9;
  --col-dark-border: #3B3A3D;

  --purple: #C483FF;
  --green: #00ED34;
  --yellow: #DFE300DB;
  --blue-2: #7BB8FF;
  --premium-bg: #123150;
}




/*------------media-------------------*/

@media (max-width: 1229px) {
  .svg-wave {
      bottom: -200px;
  }

  .column-container {
    gap: 24px;
  }

  .testimonials .column-container {
    gap: 70px 24px;
  }

  .column, .column-bg {
    width: 40%;
  }

  .pricing .premium::after {
    content: none;
  }

  .header .column-container {
    display: none;
  }
  .swiper {
    display: block !important;
  }

}

@media screen and (max-width: 1034px) {
  footer .column-container {
    justify-content: center;
  }
  .footer-title-container {
    width: 100%;
    text-align: center;
  }
  .footer-title-container .title-section {
    font-size: 30px;
    text-align: center;
  }
  .faq-title {
    line-height: 36px;
  }

  .footer-info, .footer-info .title-col {
    text-align: center;
  }

  details {
      margin-bottom: 35px;
  }
  .title-section {
      font-size: 48px;
      line-height: 53px
  }
}

@media (max-width: 991px) {
  .nav__list {
      display: none;
  }
  .nav-wrap {
    gap: 8px;
  }

  .nav__menu {
      width: 50px;
      height: 40px;
      display: flex;
  }

  .header h1 {
      font-size: 40px;
  }

  .header .sub-title-section {
    font-size: 35px;
  }

  .v-container-bounded {
      text-align: center;
  }
  .column-container {
    gap: 24px;
  }

  .testimonials .column-container {
    gap: 70px 24px;
  }

  .column, .column-bg {
    width: 40%;
  }

  .testimonials .column {
    width: 45%;
  }

  .quotes .column-flex {
    font-size: 25px;
  }
  .testimonials .column-flex {
    font-size: 18px;
  }
}

@media (max-width: 789px) {
  .column, .column-bg {
    width: 60%;
  }

  .testimonials .column {
    width: 60%;
  }

  .sub-line img {
    width: 75%;
  }
  .video-modal {
    width: 90%;
  }
  .benefits-wrap .text {
    display: none;
  }
  .benefits-wrap .column-bg {
    width: 90% !important;
  }

  .benefits-wrap .column {
    align-items: center;
  }

  .benefits-wrap .reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
  .benefits-wrap .record-img-wrap {
    display: flex;
  }
  .benefits-wrap .record-img-wrap img {
    width: 50%;
  }
  .benefits-wrap .record-img {
    display: none;
  }
  .benefits-wrap .mobile-record-img {
    display: block;
  }
}

@media (max-width: 550px) {
  .benefits-wrap .goleko-col img:nth-child(4) {
    left: 276px;
  }
  .benefits-wrap .goleko-col img:nth-child(2) {
    left: 197px;
  }

  .column, .column-bg {
    width: 90%;
  }

  .benefits-wrap .column-bg {
    width: 100% !important;
    padding: 0;
  }

  .testimonials .column {
    width: 90%;
  }

  .how-we-compare .table-point {
    font-size: 15px;
  }

  .how-we-compare .table-point img {
    width: 17px;
    height: 17px;
  }

  .how-we-compare table {
    width: 1162px;
  }

  .how-we-compare .table-item img {
    width: 18px;
  }
  .header .sub-title-section {
    font-size: 22px;
    line-height: 29.275px;
  }
  .header .sub-text {
    padding: 3px 16px;
    font-size: 9px;
  }
  .sub-line img {
    width: 46%;
  }
}


/*------------null style--------------*/

* {
  box-sizing: border-box;
  /* super bad practice to remove all spacings on all elements */
  padding: 0;
  margin: 0;
  border: 0;
}
body, button {
  font-family: "Outfit";
}
body, html {
  height: 100%;
}


a:focus,
a:active {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul li {
  margin-left: 15px;
}