@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h1 span {
  font-size: 26px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    font-weight: 600;
  }
  h1 span {
    font-size: 18px;
    font-weight: 400;
  }
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 18;
  }
}

.img-fluid {
  max-width: 100%;
}

body {
  font-family: 'Nunito', sans-serif !important;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  margin: auto;
  background-color: #000;
  color: #FFF;
}

.gradient-line {
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#4D1EF1), color-stop(50%, #9B1187), to(#F80008)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #4D1EF1 0%, #9B1187 50%, #F80008 100%) 0% 0% no-repeat padding-box;
  height: 16px;
}

header {
  background: url("../img/top_desktop.png") bottom no-repeat;
  text-align: center;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header h1 {
  padding: 1rem;
}

header .scroll-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  header .scroll-mobile {
    display: block;
  }
  header .scroll-desktop {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header {
    background-size: cover;
    min-height: 350px;
  }
  header h1 {
    padding-top: 15rem;
  }
  header .scroll-reverse {
    padding: 2rem 1rem 1rem;
  }
}

main h2 {
  margin: 1rem 0 1rem;
  padding: 0 1rem;
}

main .main-video {
  max-width: 894px;
  max-height: 504px;
  border-radius: 10px;
  margin: 1rem auto;
  padding: 1rem;
}

main .main-video .video__wrapper {
  position: relative;
  padding: 1rem 2rem 56.25%;
  /* 16:9 */
  height: 0;
}

main .main-video .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .main-text {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

main .main-text p {
  max-width: 895px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  main .main-text p {
    font-size: 14px;
  }
}

main .main-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .main-cards .card {
  background-color: #141414;
  border-radius: 10px;
  max-width: 405px;
  margin: 0 1rem 2rem;
}

main .main-cards .card .card__body, main .main-cards .card .card__top {
  padding: 1rem;
}

main .main-cards .card .card__body-p {
  min-height: 264px;
}

main .main-cards .card .card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .main-cards .card .card__top-title {
  padding: 110px 0 0;
  margin: 110px 0 0;
}

@media screen and (max-width: 576px) {
  main .main-cards .card .card__top-title {
    padding: 60px 0 0;
    margin: 60px 0 0;
  }
}

main .main-cards .card .card__top-title, main .main-cards .card .card__body-title {
  font-size: 24px;
  font-weight: 600;
}

main .main-cards .card .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  min-height: 127px;
}

main .main-cards .card .card__footer img {
  padding: .5rem;
}

@media screen and (max-width: 576px) {
  main .main-cards .card .card__body-p {
    font-size: 14px;
    min-height: 164px;
  }
  main .main-cards .card .card__top-title, main .main-cards .card .card__body-title {
    font-size: 18px;
  }
}

main .main-cards .c1 {
  background: url("../img/s2_1img.png") center no-repeat;
  border-radius: 10px 10px 0 0;
  background-size: cover;
}

main .main-cards .c2 {
  background: url("../img/s2_2img.png") center no-repeat;
  border-radius: 10px 10px 0 0;
  background-size: cover;
}

main .main-cards .c3 {
  background: url("../img/s2_3img.png") center no-repeat;
  border-radius: 10px 10px 0 0;
  background-size: cover;
}

main .products {
  background: transparent linear-gradient(284deg, #4D1DF04D 0%, #90129580 50%, #F700094D 100%) 0% 0% no-repeat padding-box;
}

main .products .products__title {
  max-width: 895px;
  padding: 2rem 1rem 1rem;
  margin: auto;
  text-align: center;
}

main .products .products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 4rem;
}

main .products .products__wrapper .product {
  text-decoration: none;
  background-color: #141414;
  border: 1px solid #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  border-radius: 10px;
  min-width: 439px;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: .5rem;
}

@media screen and (max-width: 459px) {
  main .products .products__wrapper .product {
    min-width: 80%;
  }
}

main .products .products__wrapper .product .category {
  text-transform: uppercase;
  color: #858585;
  font-weight: 700;
}

main .products .products__wrapper .product .name {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
}

main .products .products__wrapper .product .product-img {
  padding-left: .5rem;
}

main .products .products__wrapper .product .product-desc {
  padding-right: .5rem;
}

main .products .products__wrapper .product:hover {
  border: 1px solid #FFF;
}

main .products .products__wrapper .product:hover .cta-o {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #141414;
}

main .products .products__wrapper .product:hover .cta-o svg {
  padding-left: 4px;
}

main .products .products__wrapper .product:hover .cta-o svg .svg-arrow {
  stroke: #141414;
}

.scroll {
  padding: 2rem 1rem 4rem;
  -webkit-animation: scrolling 2s ease infinite;
          animation: scrolling 2s ease infinite;
}

.scroll-reverse {
  padding: 2rem 1rem 4rem;
  -webkit-animation: scrolling 2s ease-in infinite;
          animation: scrolling 2s ease-in infinite;
  animation-direction: reverse;
}

@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.cta {
  padding: 8px 10px;
  border-radius: 100px;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  max-width: 130px;
}

.cta-o {
  border: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-o svg {
  padding-left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-o svg .svg-arrow {
  stroke: #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}
