*,::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 2rem;
}

.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;
}

.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{
  background: linear-gradient(to right, #FFE6E0, #FFE8D3 ); background-size: cover; background-repeat: no-repeat; background-position: center;
}

.section-1 .text{
  font-size: 1.25rem;
  line-height: 150%;
}
.section-1 button{
  padding: 0.6rem 1.5rem; 
  border: 2px solid #000; 
  background: brown; 
  color: #fff;
}

.section-2-card{
  padding: 2rem 1.5rem;
  border: 2px solid #000; 
  background: #F2E6DF; 
  display: inline-flex;
  width: 100%;
  gap: 3rem; 
  flex-direction: column; 
  align-items: flex-start;
  height: 100%;
}

.section-2-card img{
  height: 5rem;
}

.section-2-card .content .heading{
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: -0.0285rem;
}

.section-2-card .content .text{
  color: rgba(0, 0, 0, 0.80);
  font-size: 1.1rem;
  line-height: 150%;
  letter-spacing: -0.02375rem;
}

.section-3 .img-card{
  border-radius: 2.5rem;
  background: #A81414;
}
.section-3 .img-card img{
  margin: 1rem;
}

.home-slider .swiper-button-next{
  color: transparent;
  user-select: none;
}
.home-slider .swiper-button-prev{
  color: transparent;
  user-select: none;
}

.section-5 img{
 display: none;   
}

.section-5{
  background: url(../images/home/section-5/Rectangle-bg.svg),linear-gradient(to right, #ffddd4, #FFE8D3 ); background-blend-mode: overlay;
}

.section-6{
  background: url(../images/home/section-5/Rectangle-bg.svg),linear-gradient(to right, #fff0e2, #fff0e2 ); background-blend-mode: overlay;
}

.vector-bg{
  background: url('../images/partners/Vector.svg'); background-size: 50%; background-position: right; background-repeat: no-repeat;
}

.list-style-div{
  height: 3rem; width: 3rem; background: #2F0E0E; border-radius: 50%;
}

.home-cat{
  font-size: 1.1rem;
}

@media screen and (min-width: 992px){
  .banner-heading{
    font-size: 2.8rem;
  }
  .how-sub-heading{
    font-size: 1.4rem;
    line-height: 150%;
  }

  .how-text{
    font-size: 1.25rem;
  }

  .section-sub-heading{
    font-size: 1.4rem;
    line-height: 150%;
    width: 50%;
  }
  .testimonial-text{
    font-size: 1.1rem;
    color: #000;
  }
  .section-count-heading{
    font-size: 2.2rem;
  }
  .section-heading{
    font-size: 2.8rem;
  }
  .min-h-lg-100{
    min-height: 100vh;
  }
  .p-lr-100{
    padding-left: 10%;
    padding-right: 10%;
  }
  .pl-lg-100{
    padding-left: 10%;
  }
  .mr-lg-50{
    margin-right: 50px !important;
  }
  .home-bg-banner{
    background: url(../images/home/home-banner-superk.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
  }
}

@media (min-width: 993px) and (max-width: 1249px) {
  .ms-lg-minus-3{
    margin-left: -3rem;
  }

  .p-lr-100{
    padding-left: 12%;
    padding-right: 12%;
  }
  .pl-lg-100{
    padding-left: 12%;
  }

  .section-5 img{
    display: block;
    max-width: 100%;
    transform: scale(1.1, 1.3);
  }
}

@media screen and (min-width: 1250px) {
  .ms-lg-minus-3{
    margin-left: -5rem;
  }

  .p-lr-100{
    padding-left: 14%;
    padding-right: 14%;
  }
  .pl-lg-100{
    padding-left: 14%;
  }

  .section-5 img{
    display: block;
    max-width: 100%;
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 991px) {
  .section-sub-heading{
    width: 90%;
  }

  .home-cat{
    font-size: 1rem;
  }

  .list-style-div{
    height: 2rem; width: 2rem; background: #2F0E0E; border-radius: 50%;
  }

  .how-sub-heading{
    font-size: 1.2rem;
  }

  .how-text{
    font-size: 1rem;
  }

  .section-count-heading{
    font-size: 1.5rem;
  }

  .section-heading{
    font-size: 1.8rem;
  }

  .testimonial-text{
    font-size: 1rem;
    color: #000;
  }

  .section-2-card{
    padding: 2rem 1rem;
    gap: 2rem;
  }

  .banner-section{
    background: linear-gradient(269deg, #FFE8D1 0%, rgba(255, 193, 193, 0.5) 100%);
  }

  .vector-bg{
    background: url('../images/partners/Vector.svg'); background-size: contain; background-position: center; background-repeat: no-repeat;
  }

  .section-2-card img{
    height: 5rem;
  }
  
  .section-2-card .content .heading{
    font-size: 1.25rem;
  }
  
  .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.5) 100%);
  }
  .section-6{
    background: #fff;
  }
}