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

body {
  background-image: linear-gradient(to top, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.hero {
  text-align: center;
  color: rgba(255, 255, 255, 0.692);
}
.hero p {
  font-size: 20px;
}
.hero span {
  font-weight: bold;
  color: #000000;
}
.hero .box {
  display: flex;
  justify-content: center;
}
.hero .box .fiverr-link {
  border-radius: 20px;
  margin-top: 20px;
  width: 350px;
  height: 200px;
  background-image: url(../affiliate-program/fiverr/images/fiverr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .swiper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
main .swiper-slide img {
  display: block;
  height: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
}

footer {
  text-align: center;
  margin-top: 2%;
  color: rgba(153, 147, 147, 0.5333333333);
}

/* RESPONSIVE */
@media screen and (max-width: 1500px) {
  .hero {
    text-align: center;
    color: rgba(255, 255, 255, 0.692);
    font-size: 14px;
  }
  .hero img {
    height: 190px;
    filter: invert(0.5);
  }
  .hero p {
    font-size: 19px;
  }
  main .swiper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  main .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
  }
  main .swiper-slide img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    text-align: center;
    color: rgba(255, 255, 255, 0.692);
    font-size: 10.5px;
  }
  .hero img {
    height: 180px;
    filter: invert(0.5);
  }
  .hero p {
    font-size: 17px;
  }
  main .swiper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  main .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
  }
  main .swiper-slide img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .hero {
    text-align: center;
    color: rgba(255, 255, 255, 0.692);
    font-size: 9px;
  }
  .hero img {
    height: 170px;
    filter: invert(0.5);
  }
  .hero p {
    font-size: 15px;
  }
  main .swiper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  main .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 170px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
  }
  main .swiper-slide img {
    display: block;
    width: 100%;
  }
  footer {
    text-align: center;
    margin-top: 100px;
    color: rgba(153, 147, 147, 0.5333333333);
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    text-align: center;
    color: rgba(255, 255, 255, 0.692);
    font-size: 8px;
  }
  .hero img {
    height: 140px;
    filter: invert(0.5);
  }
  .hero p {
    font-size: 12px;
  }
  main .swiper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  main .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
  }
  main .swiper-slide img {
    display: block;
    width: 100%;
  }
  footer {
    text-align: center;
    margin-top: 100px;
    color: rgba(153, 147, 147, 0.5333333333);
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */