#hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

/* Hero styles */
.hero-image {
  z-index: -1;
}

.hero-title .highlight {
  position: relative;
}

.hero-title .highlight::after {
  content: url('../img/scratch.svg');
  position: absolute;
  left: -5px;
  top: 18px;
}
/* !hero styles */

/* Excellent styles */
.excellent-card {
  border: none;
  background: none;
  margin-bottom: 20px;
}

.excellent-card .card-body {
  padding: 40px;
  border-radius: 16px;
  transition: 0.2s ease-in-out all;
}

@media only screen and (max-width: 768px) {
  .excellent-card h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .excellent-card {
    text-align: center;
  }

  .excellent-card .card-body {
    padding: 20px;
  }
}

.excellent-card .card-icon img {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
}

.excellent-card.card-blue .card-body:hover {
  background: #f5faff;
}

.excellent-card.card-blue .card-body:hover h4 {
  color: #0083ff;
}

.excellent-card.card-yellow .card-body:hover {
  background: #fffcf5;
}

.excellent-card.card-yellow .card-body:hover h4 {
  color: #ffb90a;
}

.excellent-card.card-green .card-body:hover {
  background: #f2fdfc;
}

.excellent-card.card-green .card-body:hover h4 {
  color: #1ab2a4;
}

.excellent-card.card-pink .card-body:hover {
  background: #fff0f9;
}

.excellent-card.card-pink .card-body:hover h4 {
  color: #ff009a;
}
/* !excellent styles */

/* Features styles */
#features .container {
  box-sizing: border-box;
  border: 30px solid #fafafa;
  background: #fafafa;
  border-radius: 40px;
}
/* !feature styles */

/* Testimonials styles */
#testimonials .container {
  box-sizing: border-box;
  border: 30px solid #f5faff;
  background: #f5faff;
  border-radius: 40px;
}

#testimonials .slick-slide {
  margin: 0 10px;
}

.testimonial-card {
  border: none;
  border-radius: 16px;
  padding: 40px;
}

.testimonial-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0083ff;
  color: #0083ff;
  border-radius: 100%;
  background: transparent;
  transition: 0.2s;
}

.testimonial-button:hover {
  color: #ffffff;
  background: #0083ff;
}
/* !testimonials styles */

@media only screen and (max-width: 992px) {
  #features .container,
  #testimonials .container {
    border-width: 12px;
  }

  #testimonials .testimonial-card {
    padding: 20px;
  }
}

/* Mobile app styles */
#mobile-app {
  overflow-x: hidden;
}

#mobile-app .download-button {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #141414;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

#mobile-app .download-button.apple-button {
  color: #ffffff;
  background: #141414;
}

#mobile-app .download-button.playstore-button {
  color: #141414;
  background: transparent;
}

#mobile-app .mobile-app-image {
  position: relative;
}

#mobile-app .mobile-app-image img {
  position: relative;
  z-index: 2;
}

#mobile-app .mobile-app-description {
  position: relative;
  z-index: 2;
}

#mobile-app .mobile-app-image .blob {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff1db;
  border-radius: 100%;
  width: 530px;
  height: 556px;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
}
/* !mobile app styles */

/* FAQ styles */
#faq-accordion .accordion-item {
  margin-bottom: 24px;
}

#faq-accordion .accordion-item .accordion-button {
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  line-height: 24px;
  box-shadow: none;
  border: none;
}

#faq-accordion .accordion-item .accordion-button.collapsed:hover {
  background: #ffe7e6;
  color: #e80000;
}

#faq-accordion .accordion-item .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E80000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #8c0101;
  color: #ffffff;
}

#faq-accordion .accordion-item .accordion-body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
/* !faq styles */

/* Footer styles */
#pre-footer {
  background: url('../img/footer-bg.svg');
  background-position: top;
  background-size: cover;
}
/* !footer styles */

@media screen and (max-width: 576px) {
  .hero-text {
    margin-left: 1em;
  }

  .hero-title {
    font-size: 24px;
    margin: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .hero-title {
    font-size: 24px;
  }
}