.section-container {
  padding: 80px 0;
}

.container-gray {
  background: #f2f5ff;
  padding: 80px 0;
}

/* Navbar Section */
.container__navbar {
  padding: 1rem 0;
}

.link-logo {
  padding-left: 0.5rem;
}

.header-container {
  background: #fafbff;
}

.section-navbar {
  background-color: #fff;
}

.has-background-black {
  background-color: #141414 !important;
}

.has-text-white {
  color: #f2f2f2 !important;
}

.overview-paragrahp,
.findings-paragrahp,
.paragrahp {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

  & span {
    font-weight: 700;
  }
}

.margin-b1 {
  margin-bottom: 40px !important;
}

.margin-b2 {
  margin-bottom: 60px !important;
}

.margin-b3 {
  margin-bottom: 80px !important;
}

/*=====================================
        Banner Hero section 
======================================*/
.banner-column__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tags-description {
  color: #828282;
  font-size: 18px !important;
}

.banner-title,
.findings-title,
.problem-title,
.desing-solution__title,
.subtitle {
  color: #252525;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Inter;
  letter-spacing: -2.88px;
}

.hero-container {
  padding: 60px 0;
}

.hero-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.hero-description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.overview-column-img {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 769px) {
  .hero-description {
    font-size: 16px;
  }

  .link-logo {
    padding-left: 0;
  }

  .banner-container {
    padding: 0 32px 80px 32px;

    & .columns {
      margin-top: 20px;
    }
  }

  .banner-column__description {
    margin-top: 60px;
  }

  .banner-title {
    font-size: 32px;
    letter-spacing: -1.68px;
    margin-top: 10px;
  }

  /* // Description */
  .banner-section {
    padding: 16px 20px 80px 20px;
  }

  .tags-description {
    font-size: 16px !important;
    margin-bottom: 16px;
    line-height: 24px;
  }

  /* // Hero */
  .hero-container {
    padding: 60px 32px;
  }
  .hero-column {
    margin-top: 40px;

    &:nth-child(1) {
      margin-top: 0;
    }

    &:nth-child(3),
    &:nth-child(4) {
      margin-left: 0;
    }
  }

  /* Overview */
  .container-gray {
    padding: 60px 32px;
  }

  .overview-paragrahp {
    font-size: 16px;
    line-height: 24px;
  }

  .paragrahp {
    font-size: 16px;
    line-height: 24px;
  }
}

/*=====================================
        Problem section 
======================================*/
.section-problem,
.section-results {
  padding: 80px 0;
  background-color: #fafbff;
}

.problem-card {
  border-radius: 4px;
  border: 1px solid #eb5757;
  padding: 32px;
}

@media screen and (max-width: 769px) {
  .section-problem {
    padding: 60px 32px;
    background-color: #fafbff;
  }

  .findings-title,
  .problem-title,
  .desing-solution__title,
  .subtitle {
    color: #252525;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Inter;
    letter-spacing: -1.68px;
  }

  .desing-solution__paragrahp,
  .desing-solution__title {
    margin-bottom: 15px !important;
  }

  .problem-title {
    margin-top: 40px;
  }
}

/*=====================================
        Finding section 
======================================*/
.section-findings {
  padding: 80px 0;
  background-color: #f2f5ff;
}

.findings-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .section-findings {
    padding: 60px 32px;
  }
}

/*=====================================
        Desing solution  section 
======================================*/
.desing-solution__paragrahp,
.desing-solution__title {
  color: #f2f2f2;
}

.section-container__solution {
  padding: 80px;
  padding-bottom: 250px;
}

.section-container__solution--white,
.section-container__solution--white2 {
  padding: 80px;
  padding-top: 0;
  background: #fafbff;
}

.float-card {
  background: #fafbff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 70px;
  border-radius: 0;
  margin-top: -220px;
  max-width: 890px;
  flex: 1;

  & .card__title {
    color: #252525;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -2.28px;
  }

  & .card__img {
    
    padding: 12px;
    
    margin-top: 2rem;
  }

  & .card__img-plus {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.card-toast {
  border-radius: 8px;
  border: 1px solid #6fcf97;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 49px;
}

@media screen and (max-width: 769px) {
  .section-container__solution {
    padding: 60px 32px 550px 32px;
  }
  .float-card {
    padding: 32px 70px;
    margin-top: -500px;

    & .card__title {
      font-size: 23px;
      line-height: 36px;
      letter-spacing: -1.44px;
      white-space: nowrap;
    }

    
  }

  .section-container__solution--white {
    padding-bottom: 40px;
  }

  .section-container__solution--white2 {
    padding: 20px 32px 60px 32px;
  }
}
/*=====================================
        Final Desing section 
======================================*/
.final-desing__center {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .section-container {
    padding: 60px 32px;
  }
  .columns.margin-b3.row-title {
    margin-bottom: 40px !important;
  }
  .final-desing__center {
    padding: 0;
  }
}

/*=====================================
        Result section 
======================================*/
.card-result {
  border-radius: 4px;
  border: 1px solid #219653;
  background: #fff;
  padding: 32px;
}

.card-result__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  & h4 {
    color: #252525;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}

.card-result__description {
  margin-top: 24px;
}

@media screen and (max-width: 769px) {
  .section-results {
    padding: 60px 32px;

    & .margin-b2 {
      margin-bottom: 40px !important;
    }
  }

  .card-result__title {
    & h4 {
      font-size: 24px;
      line-height: 36px;
    }

    & svg {
      width: 30px;
      height: 30px;
    }
  }

  .card-result__description {
    margin-top: 16px;
  }
}

/*=====================================
        Learned section 
======================================*/
.learned-subtitle {
  color: #252525;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 1rem;
}

.section-learned {
  padding: 80px 0;
  background: #f2f5ff;
}

@media screen and (max-width: 769px) {
  .learned-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .section-learned {
    padding: 60px 32px;
  }
}

/*=====================================
        Footer
======================================*/
.footer-paragrahp,
.footer-paragrahp2 {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.footer-title {
  color: #fff;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}

.footer-column:first-child {
  border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 769px) {
  .footer-column {
    &:first-child {
      border-right: none;
    }

    &:nth-child(2)::before {
      content: "";
      display: block;
      width: 74px;
      height: 1px;
      margin: 0 auto;
      background-color: #f2f2f2;
    }
  }

  .footer-paragrahp2 {
    margin-top: 25px;
  }

  .footer-title {
    font-size: 24px;
    &:nth-child(2) {
      margin-bottom: 15px;
    }
  }
  .footer-paragrahp,
  .footer-paragrahp2 {
    font-size: 16px;
  }
}
