body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #8d8d8d;
  background-image: linear-gradient(
    45deg,
    rgba(255, 251, 244, 0.7) 0%,
    rgba(255, 249, 239, 0.6) 25%,
    rgba(245, 253, 249, 0.8) 50%,
    rgba(253, 247, 247, 0.6) 100%
  );
}

.title-heading {
  font-size: 64px;
  color: #ec0c14;
  font-weight: bold;
}

.title-sub-heading {
  font-size: 18px;
}

.top-menu-bar {
  background: #f7f7f7;
  height: 40px;
  color: #7e8597;
}
.top-menu-bar p {
  display: inline-flex;
  align-items: center;
  margin: inherit;
  font-size: 12px;
}
.facebook-icon {
  font-weight: 900;
  font-size: 14px !important;
}

.right-border {
  border-bottom: 15px solid #7e8597;
  width: 1px;
}

.top-menu-account {
  color: #ec0c14;
  font-weight: 500;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger-icon:hover {
  color: #ec0c14;
}

.nav-bar-logo {
  width: 100%;
}

.hamburger-icon {
  color: #7e8597;
  font-size: 56px;
}

.top-menu-hotline {
  background: #ec0c14;
  color: #fff;
}

.main-nav-bar {
  color: #545454;
}

.main-nav-bar a {
  color: #545454;
}

.main-nav-bar a:hover {
  color: #ec0c14;
}

.main-nav-bar-active {
  color: #ec0c14 !important;
  font-weight: 600;
}

.hero-section-container {
  padding-top: 24px;
}

.hero-main-text {
  line-height: 68px;
  font-size: 64px;
  font-weight: 700;
  color: #de2220;
  text-align: left !important;
}

.hero-button {
  font-weight: 600;
  background-image: linear-gradient(45deg, #903fed 0%, #1a7bfe 100%);
  box-shadow: 1px 1px 5px 1px rgba(32, 93, 255, 0.3);
  border-radius: 8px;
}

.hero-icon {
  display: grid;
  align-items: center;
  justify-items: center;
}

.hero-icon-img {
  width: 120px;
  display: flex;
  justify-content: center;
  background: white;
  padding: 16px 0 16px 0;
  border-radius: 16px;
  box-shadow: 1px 1px 5px 1px rgba(43, 43, 43, 0.2);
  align-items: center;
  min-height: 120px;
}

.hero-icon-img img {
  width: auto;
  height: 56px;
}

.hero-icon p {
  margin-top: 8px;
  font-weight: 600;
  color: #545454;
}

.hero-icon-section {
  align-content: space-around;
  display: grid;
}

.how-it-work-section {
  background: #de2220;
  margin-top: 72px;
  color: #fff;
  padding: 16px 0 32px 0;
}

.how-it-button {
  font-weight: 600;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(43, 43, 43, 0.2);
  color: #de2220;
  border-radius: 8px;
  border-color: #fff !important;
}

.how-it-button:hover {
  font-weight: 600;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(43, 43, 43, 0.2);
  color: #de2220;
  border-radius: 8px;
  border-color: #fff !important;
}

.align-column {
  display: grid;
  justify-items: center;
}

.stats-section {
  padding: 64px 0 64px 0;
}

.stats-section h2 {
  font-weight: 700;
  color: #4e4e4e;
}
.stats-section h5 {
  font-weight: 500;
  color: #969696;
}

.partners-section {
  background: url("./assets/bg2.png");
  background-color: #f9f1f5;
  background-position: center;
  background-size: cover;
  background-repeat: space;
}

.partner-text-area h1 {
  font-size: 64px;
  font-weight: bold;
  color: #535353;
}
.partner-text-area h1 span {
  color: #ec0c14;
}

.partner-text-area p {
  font-size: 18px;
}

.partner-logo-list ul li {
  width: 22%;
}

.partner-log-img {
  width: 100%;
}

.partner-character-img {
  width: 100%;
}

.carousel-section {
  background: url("./assets/bg1.png");
  background-position: center;
  background-size: cover;
  background-repeat: space;
}

.review-section {
  background-color: #f9f1f5;
}

.review-title h1 span {
  color: #535353;
}

.review-img-container {
  display: grid;
  justify-items: center;
}

.review-card {
  max-width: 540px;
  border-radius: 16px;
  color: #464646;
}

.review-stars {
  font-size: 24px;
  color: #f34b4b;
}

.footer-section {
  background: #4c525e;
}

.footer-section a,
.footer-section p {
  color: #fff;
}

.footer-section a:hover {
  color: #ec0c14;
}

.footer-contact-info {
  color: #fff;
}

.footer-hotline h5 {
  font-size: 48px;
  font-weight: 200;
}

.footer-hotline {
  margin-top: -85px;
}

.social-media p {
  color: #cdced0;
  font-size: 16px;
}

.social-media {
  color: #cdced0;
  font-size: 24px;
}

.section-divider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.text-body-secondary {
  text-align: left;
}

.how-to-start-slider i {
  font-size: 96px;
}

@media (max-width: 768px) {
  .how-to-start-works {
    display: none;
  }
  .footer-hotline {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .how-to-start-slider {
    display: none;
  }
  .option-set-slider {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .top-menu-bar {
    height: 100%;
  }
  .text-body-secondary {
    text-align: center;
  }
  .footer-sub-text > * {
    text-align: left !important;
  }
  .title-heading,
  .title-sub-heading,
  .partner-title,
  .hero-main-text {
    text-align: center !important;
  }
  .click-button-compare {
    display: flex;
    justify-content: center;
  }

  .title-heading,
  .partner-title,
  .hero-main-text {
    font-size: 48px;
  }

  .title-sub-heading {
    font-size: 12px;
  }
}
