.simpleButton {
  background-color: rgba(72, 106, 160, 0.15);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 2px;
}
.simpleButton-active {
  background-color: #B83CC1;
}
.simpleButton:hover {
  background-color: #B83CC1;
}

.projects-btns {
  display: flex;
  gap: 20px;
}

.project-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
}
.project-box:hover {
  color: #B83CC1;
}
.project-box:hover .project-box-img {
  background-size: 105%;
  transition: 0.3s;
}
.project-box-img {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1000/562;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.project-box-texts {
  width: 100%;
}
.project-box-texts-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: bold;
}
.project-box-texts-desc {
  font-size: 0.8rem;
  margin-top: 0;
  text-decoration: none;
  color: #fff;
}

.br-1 {
  border-bottom: 1px solid rgba(72, 106, 160, 0.15);
}

.product-header-title {
  font-size: 0.8rem;
  margin-bottom: 12px;
}
.product-header-text {
  font-weight: bold;
}

.final-design-box {
  width: 80%;
}

.product-caption {
  font-size: 0.8rem;
}

.impact-box {
  width: 100%;
  padding: 24px 20px;
  background-color: rgba(72, 106, 160, 0.15);
  display: flex;
  align-items: center;
  gap: 20px;
}
.impact-box-text {
  padding-right: 20%;
}

.impact-text {
  margin: 0;
  font-weight: bold;
}

.number-box {
  width: 100%;
  aspect-ratio: 183/154;
  background-color: rgba(72, 106, 160, 0.15);
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.number-box-title {
  margin: 0;
  font-weight: bold;
  font-size: 0.8rem;
}
.number-box-value {
  margin: 0;
  font-weight: bold;
  font-size: 3rem;
}

.product-sun {
  position: absolute;
  width: 120px;
  top: 0;
  left: 30%;
}

.product-clover {
  position: absolute;
  width: 120px;
  top: 30%;
  left: 50%;
}

.product-shapes {
  height: auto;
}

.final-design-box-video {
  width: 100%;
  aspect-ratio: 800/600;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.final-design-video {
  border-radius: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .product-sun {
    top: 0;
    left: 20%;
  }
  .product-clover {
    top: 40%;
    left: 50%;
  }
}
@media screen and (max-width: 992px) {
  .projects-btns {
    font-size: 12px;
  }
  .case-studies {
    font-size: 12px;
  }
  .number-box-value {
    font-size: 2rem;
  }
  .product-sun {
    width: 80px;
    top: 0;
    left: 20%;
  }
  .product-clover {
    width: 80px;
    top: 40%;
    left: 50%;
  }
  .final-design-video {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .projects-btns {
    justify-content: space-between;
  }
  .number-box-value {
    font-size: 4rem;
  }
  .product-shapes {
    height: 300px;
  }
  .product-sun {
    width: 120px;
    top: 10%;
    left: 20%;
  }
  .product-clover {
    width: 120px;
    top: 50%;
    left: 50%;
  }
  .final-design-video {
    border-radius: 5px;
  }
}
@media screen and (max-width: 550px) {
  .projects-btns {
    font-size: 10px;
  }
  .case-studies {
    font-size: 11px;
  }
  .number-box-value {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=projects.css.map */
