/*General section*/

html {
  font-size: 16px;
}


body {
  font-family: "Poppins";
}

h1 {
  font-size: 3.052rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}

h2 {
  font-size: 2.441rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}

h3 {
  font-size: 1.953rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}

h4 {
  font-size: 1.563rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}

h5, h6 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}

p {
  font-size: 1em;
  line-height: 1.5;
}


@media screen and (max-width: 1024px) {

  html {
    font-size: 14px;
  }

  h1 {
    font-size: 2.441rem;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 1.953rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.563rem;
    line-height: 1.3;
  }
  
  h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  
  h5, h6 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}


/*Navbar section*/

.navbar {
  margin: 24px 0px 24px 0px;
}

.nav-link {
  color: #808080;
  margin-left: 12px;
  margin-right: 12px;
}

.nav-item a:focus {
  color: #000;
}

.btn-primary {
  width: 124px;
  height: 44px;
  background-color: #1089D4;
}

/*Hero section*/
.banner__left-col-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__right-col-wrapper {
  display: flex;
  justify-content: flex-end;
}

.banner__right-col-wrapper img {
  max-width: 100%;
}

.banner__heading {
  font-weight: 700;
  letter-spacing: -1%;
  margin-bottom: 20px;
}

.banner__subheading {
  font-size: 1.25rem;
  line-height: 32px;
  margin-bottom: 40px;
}

.banner__btn-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.banner__btn-group a {
  text-decoration: none;
}

.play-btn {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.play-btn__text {
  margin-bottom: 0px;
  margin-left: 8px;
}


/*Partner Logo section*/
.partners {
  padding: 40px 0px 40px 0px;
}

.partners__text {
  text-align: center;
  margin-bottom: 28px;
  font-weight: 500;
  color: #808080;
}

.partners__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.partners__logo {
  margin: 20px 20px 20px 20px;
}

/*Value (Features and benefits) section*/
.value {
  padding: 60px 0px 60px 0px;
}

.value-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.value-heading {
  max-width: 50%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.value-subheading {
  width: 40%;
  text-align: center;
  margin-bottom: 60px;
}

.value-image {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.value-image img {
  max-width: 100%;
}



.feature {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.feature h3 {
  font-size: 1.5625rem;
  margin-bottom: 20px;
}

.feature p {
  margin-bottom: 40px;
}

.feature-point-wrapper {
  display: flex;
  justify-content: space-between;
}

.feature-point {
  width: 45%;
}

.feature-point img {
  margin-bottom: 20px;
}

.feature-point h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1%;
}


/*CTA section*/
.cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta__heading {
  width: 60%;
  text-align: center;
  margin-bottom: 20px;
}

.cta__subheading {
  text-align: center;
  max-width: 45%;
  margin-bottom: 20px;
}


/*How it works section*/

.hiw {
  padding: 60px 0px 60px 0px;
}

.hiw-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hiw__heading {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.hiw__subheading {
  width: 40%;
  text-align: center;
  margin-bottom: 40px;
}

.hiw-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px; 
  width: 100%;
}

.hiw-point img {
  margin-bottom: 20px;
}

.hiw-point h2 {
  font-size: 1.5625rem;
  margin-bottom: 20px;
  width: 50%;
}

.hiw-point p {
  width: 60%;
}

.hiw-point h2, .hiw-point p {
  text-align: center;
}


/*Pricing*/
.pricing {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pricing__heading {
  text-align: center;
  margin-bottom: 20px;
}

.pricing-card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pricing-card {
  width: 360px;
  height: auto;
  border: 1px solid #808080;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-card__tag {
  align-self: flex-end;
  margin-bottom: 40px;
}

.pricing-card__amount {
  align-self: flex-start;
  margin-bottom: 20px;
}

.pricing-card hr {
  width: 100%;
  height: 1px;
  margin: 0px 0px 20px 0px;
}

.pricing-card .btn-primary {
  align-self: flex-end;
  width: 100%;
  margin-top: 60px;
}



/*FAQs*/
.faq {
  padding: 60px 0px 60px 0px;
}

.faq__heading {
  text-align: center;
  margin-bottom: 20px;
}

.faq__subheading {
  text-align: center;
  margin-bottom: 40px;
}

.btn-link {
  text-decoration: none;
  color: #000;
}


/*Footer*/
.footer {
  padding: 60px 0px 0px 0px;
}

.footer__image {
  margin-bottom: 20px;
}

.footer__paragraph {
  margin-bottom: 20px;
}

.footer__heading {
  font-size: 20px;
  font-weight: 500;
}

.footer__list li {
  list-style: none;
}

.footer__list li a {
  text-decoration: none;
  color: #000;
}

/*Copyright*/
.copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* .copyright-left {

} */

.copyright-right {
  display: flex;
  justify-content: space-between;
}

.copyright-right p {
  margin-left: 20px;
  margin-right: 20px;
}