html {
  font-size: 10px;
}

.section-hero {
  padding: 21rem 0 10rem;
}
.section-hero .box {
  max-width: 86rem;
}
.section-hero .text h1 {
  font-size: 8rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.section-hero .text h1 span {
  color: #9898FF;
  text-decoration: underline;
}
.section-hero .text p {
  color: #444;
  font-size: 2.2rem;
}
.section-products .text h3 {
  color: rgba(68, 68, 68, 0.2);
  font-family: "GeneralSans-Bold";
  font-size: 3.8rem;
  line-height: 1.3;
}
.section-products .img-box img {
  width: 100%;
}
.section-products .row + .row {
  margin-top: 8rem;
}
.section-websites .list .img-box {
  border-radius: 20px;
  height: 62.4rem;
  position: relative;
  overflow: hidden;
}
.section-websites .list .img-box img {
  transition: all ease-in 0.2s;
}
.section-websites .list .img-box:hover img {
  transform: scale(1.1);
}
.section-websites .list .img-box1 {
  height: 29.7rem;
}
.section-websites .list .img-box1 + .img-box1 {
  margin-top: 3rem;
}
.section-websites .list .img-box img {
  transition: all ease-in 0.5s;
  width: 100%;
}
.section-thoughts .c-title h2 {
  margin-bottom: 2rem;
}
.section-thoughts .insights .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #EFEFFF;
  border-radius: 20px;
  min-height: 300px;
  padding: 3rem;
  position: relative;
}
.section-thoughts .insights .card h3 {
  font-size: 6.4rem;
  font-weight: 700;
  color: rgba(186, 186, 255, 0.2);
}
.section-thoughts .insights .card h4 {
  color: #9898FF;
  font-size: 4.5rem;
  font-weight: 700;
}
.section-thoughts .insights .card2 {
  background-color: #E8F7FF;
}
.section-thoughts .insights .card2 h3 {
  color: rgba(75, 192, 255, 0.1);
}
.section-thoughts .insights .card2 h4 {
  color: #4BC0FF;
}
.section-testimonials .c-title {
  margin-bottom: 2rem;
}
.section-testimonials .col-12:nth-child(1n) .card:hover {
  background-color: #FFECC5;
}
.section-testimonials .col-12:nth-child(2n) .card:hover {
  background-color: #D6F2FF;
}
.section-testimonials .col-12:nth-child(3n) .card:hover {
  background-color: #FFE6F2;
}
.section-testimonials .col-12:nth-child(4n) .card:hover {
  background-color: #D2E2FF;
}
.section-testimonials .col-12:nth-child(5n) .card:hover {
  background-color: #DBFFDA;
}
.section-testimonials .card {
  background-color: #F0F0F0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
  padding: 3rem;
  margin: 1rem 0;
}
.section-testimonials .card > div small {
  color: #444;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}
.section-testimonials .card > div p {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4;
}
.section-testimonials .card > div p + p {
  margin-top: 1rem;
}
.section-testimonials .card .by {
  align-items: center;
  display: flex;
  margin-top: 5rem;
}
.section-testimonials .card .by .user {
  background-color: #D9D9D9;
  border-radius: 100%;
  height: 4.6rem;
  overflow: hidden;
  width: 4.6rem;
}
.section-testimonials .card .by .user img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-testimonials .card .by .name {
  flex: 1;
  padding-left: 1.5rem;
}
.section-testimonials .card .by .name p {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.section-testimonials .card .by .name p + p {
  margin-top: 6px;
}
.section-testimonials .card .by .name p ~ p {
  color: #666;
  font-size: 1.5rem;
}
.section-testimonials .card:hover {
  background-color: #FFECC5;
}
.section-testimonials .card:nth-child(2):hover {
  background-color: #D6F2FF;
}

@media (max-width: 1199px) {
  .section-hero {
    padding: 16rem 0 10rem;
  }
  .section-hero .text h1 {
    font-size: 6rem;
  }
  .section-products .row + .row {
    margin-top: 5rem;
  }
  .section-websites .list .img-box {
    height: auto;
  }
  .section-websites .list .img-box1 {
    height: auto;
  }
  .section-websites .list .img-box1 + .img-box1 {
    margin-top: 2rem;
  }
  .section-thoughts .insights .card h3 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .section-products .text h3 {
    margin-bottom: 2rem;
  }
  .section-products .row + .row {
    margin-top: 3rem;
  }
  .section-websites .list .row [class^=col-] + [class^=col-] {
    margin-top: 2rem;
  }
  .section-thoughts .insights .row [class^=col-] + [class^=col-] {
    margin-top: 2rem;
  }
  .section-testimonials .card {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 12rem 0 2rem;
  }
  .section-hero .text h1 {
    font-size: 4rem;
  }
  .section-hero .text p {
    font-size: 2rem;
  }
  .section-products .text h3 {
    font-size: 2.8rem;
  }
  .section-testimonials .card {
    padding: 2rem;
  }
}/*# sourceMappingURL=homepage.css.map */