/* hero banner */
.first-bk {
  background-color: #f7f9fe;
  padding: 60px 75px 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.green-button {
  background-color: #a2c801;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
  border: 0px solid rgb(255, 255, 255);
}
.transparent-button {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
}
.transparent-button-1 {
  text-decoration: none;
  font-size: 18px;
}
.button-icon {
  height: 18px;
  width: auto;
  margin-left: -10px;
}
.banner-img {
  height: 450px;
  width: auto;
  border-radius: 20px;
  object-fit: cover;
}
.right-side {
  display: flex;
  align-items: end;
  justify-content: end;
}
.page-heading-section {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin-right: -75px;
  margin-top: -75px;
  margin-bottom: 75px;
  z-index: 1;
  width: 370px;
  box-shadow: 2px 2px #00000001;
}
.page-heading {
  font-size: 40px;
  font-weight: 600;
}
/* hero banner end */
/* second section */
.second-bk {
  padding: 80px 75px 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second-bk img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.second-right-side {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
/* second section end */
/* third section start */
.third-bk {
  background-color: #f7f9fe;
  padding: 80px 75px 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.third-bk img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.third-left-side {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.about-third-box {
  border-top: 2px solid black;
  padding-top: 20px;
}
.about-third-box-container {
  display: flex;
  gap: 30px;
}
/* third section end */
/* fourth section start */
.fourth-bk {
  padding: 80px 75px 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fourth-bk img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
.fourth-left-side {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
/* Fourth section end */
/* fifth section start */
.fifth-bk {
  background-color: #e2e2e2;
  padding: 80px 75px 80px 75px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
}
.fifth-row {
  margin-top: 60px;
}
.second-heading-white{
  font-size: 40px !important;
  color: rgb(0, 0, 0);
}
.count-heading-white {
  font-size: 30px;
  color: rgb(0, 0, 0);
}
.background-container {
  background-image: url("../src/photos/home-page/Text.png");
  background-color: rgba(255, 255, 255, 0);
  height: 15vh;
  background-blend-mode: lighten;
}
/* fifth section end */
/* sixth section */
.sixth-bk {
  background-color: #f7f9fe;
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  overflow-x: hidden !important;
}
.swiper-container {
  width: 100%;
  padding: 20px 0;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 150px;
  height: auto;
}
.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
/* sixth section end */

@media only screen and (max-width: 800px) {
  .first-bk {
    padding: 60px 20px 60px 20px;
  }
  /* hero banner start */
  .transparent-button-1 {
    font-size: 16px;
  }
  .transparent-button {
    margin-top: px;
  }
  .green-button {
    font-size: 16px;
  }
  .mobile-transparent-spacing {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* hero banner end */
  /* second section */
  .second-bk {
    padding: 60px 20px 60px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .second-bk img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
  }
  .second-right-side {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mobile-second {
    margin-top: 40px;
  }
  /* second section end */
  /* third section start */
  .third-bk {
    padding: 60px 20px 60px 20px;
  }
  .third-bk img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 40px;
  }
  /* third section end */
  /* fourth section start */
  .fourth-bk {
    padding: 60px 20px 60px 20px;
  }
  .fourth-bk img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 40px;
  }
  /* Fourth section end */
  /* fifth section start */
  .fifth-bk {
    padding: 60px 20px 60px 20px;
  }
  .fifth-row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
  }
  .count-heading-white {
    font-size: 20px;
    color: white;
  }
  .background-container {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* fifth section end */
  /* sixth section */
  .sixth.bk {
    padding: 60px 20px 60px 20px;
    overflow-x: hidden !important;
  }
  .swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
  }
  /* sixth section end */
}
