*,::after,::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'satoshi';
  src: url('../fonts/Satoshi-Medium.ttf');
}

html, body{
  font-family: 'satoshi';
}

.text-black{
  color: #000;
}

.navbrand{
  margin-top: 0.4rem;
}

.black-shadow{
  box-shadow: -0.2em 0.2em #000;
}

.white-shadow{
  box-shadow: -0.2em 0.2em #fff;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.6rem 0.8rem;
  width: 100%;
}

.home-form input{
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.home-form input::placeholder{
  color: #fff;
}

.black-shadow-div{
  box-shadow: -0.4em 0.6em #000;
}

.fw-700{
  font-weight: 700;
}

.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}

.fs-1_75{
  font-size: 1.75rem;
}

.fs-1_5{
  font-size: 1.5rem;
}
.fs-1_375{
  font-size: 1.375rem;
}
.fs-1_25{
  font-size: 1.25rem;
}

.lh-150{
  line-height: 150%;
}
.lh-130{
  line-height: 130%;
}

.banner-section .section-1 .section-heading{
  font-size: 3.375rem;
}

.section-heading{
  font-size: 2rem;
  line-height: 120%;
}

.section-sub-heading{
  font-size: 1.5rem;
  line-height: 150%;
  width: 40%;
}

.banner-section{
  background: linear-gradient(to right, #FFE6E0, #FFE8D3 ); background-blend-mode: overlay;
}

.section-1 .text{
  font-size: 1.25rem;
  line-height: 150%;
}
.section-1 button{
  padding: 0.6rem 1.5rem;
  border: none; 
  background: #000; 
  color: #fff;
  z-index: 10;
}
.section-1 input{
  flex: 1; padding: 0.3rem; border: none; outline: none; background: none; color: #000;
  font-weight: 500;
}
.section-1 input::placeholder{
  color: #000;
}

.section-2 h2{
  font-size: 2.5rem;
}

.section-2-card{
  padding: 3rem 2.75rem;
  border: 2px solid #000; 
  background: #F2E6DF; 
  display: inline-flex; 
  gap: 2rem; 
  flex-direction: column; 
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

.section-2-card img{
  min-height: 2rem;
  max-height: 3rem;
}

.section-2-card .content .heading{
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: -0.0285rem;
}

.section-2-card .content .text{
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02375rem;
}

.section-2 .img-card{
  border-radius: 2.5rem;
  background: #A81414;
}
.section-2 .img-card img{
  margin: 1rem;
}

.section-4 .testimonial-text{
  font-size: 1.5rem;
}

.section-5 img{
 display: none;   
}

.partner-margin{
  margin-bottom: 4rem;
}

.shadow-card{
  display: flex;
  align-items: center;
  background: #F2E6DF;
  border: 2px solid #000;
  box-shadow: -6px 6px 0 0 #F2E6DF;
  padding-bottom: 1rem;
}

.h-unset{
  height: unset;
}

.br-2_5{
  border-radius: 2.5rem;
}

.section-5{
  background: url('../images/home/section-5/Rectangle-bg.svg'),linear-gradient(to right, #FFE6E0, #FFE8D3 ); background-blend-mode: overlay;
}

.section-6{
  background: url('../images/home/section-5/Rectangle-bg.svg'),linear-gradient(to right, #FFF3E7, #FFF3E7 ); background-blend-mode: overlay;
}

.cta-text{
  font-size: 1.2rem;
}

.partner-cat{
  font-size: 1.1rem;
}

@media screen and (min-width: 992px) {
    .mx-minus-3{
      margin:  0 -3rem;
    }

    .banner-heading{
      font-size: 2.4rem;
    }
    .section-sub-heading{
      font-size: 1.25rem;
      line-height: 150%;
      width: 50%;
    }
    .testimonial-text{
      font-size: 1.3rem;
    }
    .section-count-heading{
      font-size: 2.2rem;
    }
    .section-heading{
      font-size: 2.4rem;
    }
    .min-h-lg-100{
      min-height: 100vh;
    }
    .p-lr-100{
      padding-left: 10%;
      padding-right: 10%;
    }
    .pl-lg-100{
      padding-left: 10% !important;
    }  

    .vector-bg{
      background: url('../images/partners/Vector.svg'); background-size: cover; background-position: center; background-repeat: no-repeat;
    }

}

@media (min-width: 993px) and (max-width: 1249px) {
  .ms-lg-minus-3{
    margin-left: -3rem;
  }

  .mt-minus-2{
    margin-top: -2rem;
  }

  .mt-minus-3{
    margin-top: -3rem;
  }

  .mb-minus-3{
    margin-bottom: -3rem;
  }

  .w-lg-80{
    width: 80%;
  }
  .w-lg-70{
    width: 70%;
  }
  .w-lg-50{
    width: 50%;
  }

  .section-5 img{
    display: block;
    max-width: 100%;
    transform: scale(1.1, 1.3);
  }

  .lg-rotate-15deg{
    transform: rotate(-15deg);
  }

  .p-lr-100{
    padding-left: 12%;
    padding-right: 12%;
  }
  .pl-lg-100{
    padding-left: 12% !important;
  }  

  .vector-bg{
    background: url('../images/partners/Vector.svg'); background-size: cover; background-position: center; background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1250px) {
  .mx-minus-3{
    margin: 0 -3rem;
  }
  .ms-lg-minus-3{
    margin-left: -5rem;
  }

  .mt-minus-2{
    margin-top: -2rem;
  }

  .mt-minus-3{
    margin-top: -3rem;
  }

  .mb-minus-3{
    margin-bottom: -3rem;
  }

  .w-lg-80{
    width: 80%;
  }
  .w-lg-70{
    width: 70%;
  }

  .w-lg-50{
    width: 50%;
  }

  .section-5 img{
    display: block;
    max-width: 100%;
    transform: scale(1, 1);
  }

  .lg-rotate-15deg{
    transform: rotate(-15deg);
  }

  .p-lr-100{
    padding-left: 14%;
    padding-right: 14%;
  }
  .pl-lg-100{
    padding-left: 14% !important;
  }  

  .vector-bg{
    background: url('../images/partners/Vector.svg'); background-size: cover; background-position: center; background-repeat: no-repeat;
  }
}

@media screen and (max-width: 992px) {
  .banner-section .section-1 .section-heading{
    font-size: 2rem;
  }
  .partner-cat{
    font-size: 1rem;
  }
  .br-lt-lg-0 {
    border-radius: 0;
  }
  .section-sub-heading{
    width: 90%;
  }

  .section-heading{
    font-size: 1.8rem;
  }

  .section-2-card{
    padding: 2rem 1rem;
    gap: 1rem;
  }

  .banner-section{
    background: linear-gradient(269deg, #FFE8D1 0%, rgba(255, 193, 193, 0.19) 100%);
  }

  .sm-vector-bg{
    background: url('../images/partners/Vector.svg'); background-size: contain; background-position: center; background-repeat: no-repeat;
  }

  .section-2 h2{
    font-size: 1.5rem;
  }

  .section-2-card img{
    height: 5rem;
  }
  
  .section-2-card .content .heading{
    font-size: 1.5rem;
  }
  
  .section-2-card .content .text{
    font-size: 1rem;
  }

  .section-4 .testimonial-text{
    font-size: 1.125rem;
  }

  .section-5{
    background: linear-gradient(269deg, #FFE8D1 0%, rgba(255, 193, 193, 0.19) 100%);
  }
  .section-6{
    background: #fff;
  }

  .p-lr-100{
    padding-left: 0;
    padding-right: 0;
  }
  
  .cta-text{
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .cta-text{
    font-size: 0.9rem;
  }
}

