.home {
  overflow-x: hidden;
}
.home .carousel-indicators li {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: none;
  border-style: solid;
  border-radius: 30px;
  border-width: 1px;
  border-color: #fff;
}
.home .carousel-indicators li.active {
  background-color: #0a0908;
  border-color: #0a0908;
}
.home .home-panel-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 70px);
  min-width: 100%;
  background: url("../img/bg/home-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}
@media (min-width: 509px) {
  .home .home-panel-1 {
    background: url("../img/bg/home-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 509px) {
  .home .home-panel-1 .modal-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px;
  }
}
.home .home-panel-1 .modal-main .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 509px) {
  .home .home-panel-1 .modal-main .title-container {
    align-items: flex-start;
  }
}
.home .home-panel-1 .modal-main .title {
  font-size: 80px;
  font-weight: 300;
  font-family: "Elgoc";
  line-height: 87.15px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #0a0908;
  margin: 8px 0 8px 0;
}
@media (max-width: 991px) {
  .home .home-panel-1 .modal-main .title {
    font-size: 64px;
    font-weight: 300;
    font-family: "Elgoc";
    line-height: 69.72px;
  }
}
@media (max-width: 509px) {
  .home .home-panel-1 .modal-main .title {
    font-size: 32px;
    font-weight: 500;
    font-family: "Elgoc";
    line-height: 35.7px;
    font-size: 40px;
    text-align: center;
    color: white;
    margin: 0;
  }
}
.home .home-panel-1 .modal-main .description {
  font-size: 18px;
  font-weight: 500;
  font-family: "Circular Std";
  line-height: 25.3px;
  letter-spacing: -0.8px;
  color: #0a0908;
  max-width: 60%;
}
@media (max-width: 509px) {
  .home .home-panel-1 .modal-main .description {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 95%;
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std";
    line-height: 20.24px;
    text-align: center;
    color: white;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  }
}
.home .home-panel-1 .modal-main .text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Circular Std";
  line-height: 25.3px;
  letter-spacing: -0.8px;
}
.home .home-panel-1 .modal-main .btn-panel {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .home .home-panel-1 .modal-main .btn-panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home .home-panel-1 .modal-main .btn-panel .play-container {
  margin: 8px 48px 8px 48px;
}
@media (min-width: 991px) {
  .home .home-panel-1 .modal-main .btn-panel .play-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.home .home-separator-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
}
.home .panel-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Elgoc";
  line-height: 35.7px;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .home .panel-title {
    font-size: 48px;
    font-weight: 300;
    font-family: "Elgoc";
    line-height: 52.29px;
  }
}
.home .home-panel-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f4f4;
  padding: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 991px) {
  .home .home-panel-2 {
    padding-top: 64px;
    padding-bottom: 44px;
  }
}
.home .home-panel-2 .text {
  font-size: 20px;
  font-weight: 300;
  font-family: "Elgoc";
  line-height: 24px;
}
@media (min-width: 991px) {
  .home .home-panel-2 .text {
    font-size: 24px;
    line-height: 32px;
    max-width: 40%;
  }
}
.home .home-panel-2 .brands-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 37px;
}
.home .home-panel-3 {
  padding: 8px 0 0 0;
  padding-top: 64px;
  padding-bottom: 44px;
}
.home .home-panel-3 .features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .home-panel-3 .features {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4px 8px 0 8px;
}
@media (min-width: 991px) {
  .home .home-panel-3 .features {
    width: 50%;
    align-items: center;
    margin-left: 40px;
  }
}
.home .home-panel-3 .features-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 509px) {
  .home .home-panel-3 .features-title {
    width: 450px;
    align-items: flex-start;
  }
}
.home .home-panel-3 .features-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  justify-content: center;
}
@media (min-width: 991px) {
  .home .home-panel-3 .features-row {
    width: 510px;
    justify-content: start;
  }
}
.home .home-panel-3 .feature-image {
  width: 100%;
  height: 400px;
  margin-top: 32px;
  margin-bottom: 32px;
  background: url("../img/bg/testimonial-3@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .home .home-panel-3 .feature-image {
    width: 45%;
    background: url("../img/bg/testimonial-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
  }
}
.home .home-panel-3 .feature-text {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 75%;
}
.home .home-panel-3 .feature-text .title {
  font-family: "Elgoc";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.home .home-panel-3 .feature-text .text {
  max-width: 450px;
  font-size: 14px;
}
.home .home-panel-3 .feature-button {
  align-self: flex-start;
}
.home .home-panel-3 .rounded-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f4f4;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.home .home-panel-4 {
  background-color: #f6f4f4;
  padding-top: 64px;
  padding-bottom: 44px;
}
.home .home-panel-4 .price {
  margin-top: 8px;
}
.home .home-panel-4 .price-renew {
  font-size: 12px;
}
.home .home-panel-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0 0;
  padding-top: 64px;
  padding-bottom: 44px;
}
.home .home-panel-5 .panel-title {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .home .home-panel-5 #carouselTestimonial {
    display: none;
  }
}
.home .home-panel-5 .testimonial-container {
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .home .home-panel-5 .testimonial-container {
    display: flex;
  }
}
.home .home-panel-5 .testimonial-left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  background: url("../img/bg/testimonial-5@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .home .home-panel-5 .testimonial-left {
    width: 500px;
    margin: 32px 0 32px 0;
  }
}
.home .home-panel-5 .testimonial-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  background: url("../img/bg/testimonial-4@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .home .home-panel-5 .testimonial-right {
    width: 500px;
    margin: 32px 0 32px 0;
  }
}
.home .home-panel-5 .testimonial-text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 80%;
  height: 180px;
}
.home .home-panel-5 .review {
  font-family: "Elgoc";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.home .home-panel-5 .name {
  margin-top: 8px;
  font-weight: bold;
}
.home .home-panel-5 .age {
  font-size: 16px;
  font-weight: 500;
  font-family: "Elgoc";
  line-height: 24px;
  text-align: center;
}
.home .home-panel-6 {
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: 380px;
  background: url("../img/bg/testimonial-6@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
}
@media (min-width: 991px) {
  .home .home-panel-6 {
    background: url("../img/bg/testimonial-6.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.home .home-panel-6 .inspiration-text {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .home .home-panel-6 .inspiration-text {
    max-width: 60%;
  }
}

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