@import "/styles/reset.css";
@import "/styles/variables.css";

/* begum About Page First Top Section kodları start  */

.about-section {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 4%;
}

.about-top {
  margin-bottom: 40px;
  margin-left: 134px;
}

.home-btn {
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  word-spacing: 10px;
}

.about-btn {
  border: none;
  margin-left: 10px;
  background-color: transparent;
}

.about-content {
  display: flex;
  gap: 6%;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.about-content-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 134px;
}

.about-content-title {
  font-family: "Inter", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.about-img-girls {
  max-width: 100%;
}

.about-content-desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1100px) {
  .about-content {
    flex-direction: column;
  }

  .about-top {
    margin-left: 30px;
  }

  .about-content-left {
    margin: 0px 30px;
  }
}

@media (max-width: 700px) {
  .about-content-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
}

/* begum About Page First Top Section kodları end  */

/**************************** OUR-TEAM-CAROUSEL  **********************START*/

.our-team-carousel {
  max-width: 1170px;
  max-height: 604px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
}

.our-team-container-wrapper {
  width: 100%;
  overflow: hidden;
}

.our-team-container {
  width: 100%;
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

.our-team__card {
  min-width: 31.62%;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: var(--fnt-family-Inter);
  line-height: 30px;
  gap: 10px;
}

.card__img-container {
  height: 430px;
  display: grid;
  place-items: center;
  background-color: var(--fnt-clr-grey);
}

.card__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.card__name {
  font-size: 2em;
  font-weight: 500;
}

.card__job-position {
  font-family: var(--fnt-family-Poppins);
  font-size: 1em;
}

.card__social {
  display: flex;
  gap: 10px;
}

.carousel__indicator {
  width: 12px;
  height: 12px;
  background-color: grey;
  border-radius: 50%;
  border: none;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.--indicator-current-slide {
  background-color: red;
}

@media (max-width: 900px) {
  .our-team__card {
    min-width: calc(50% - 15px);
  }
  .card__img-container {
    height: 370px;
  }
}

@media (max-width: 700px) {
  .our-team__card {
    font-size: 14px;
  }
  .card__img-container {
    height: 320px;
  }
}

@media (max-width: 500px) {
  .our-team__card {
    font-size: 12px;
  }
  .card__img-container {
    height: 270px;
  }
  .card__name {
    font-size: 1.3em;
  }
}

/**************************** OUR-TEAM-CAROUSEL  **********************END*/

/**************************** BOTTOM INFO SECTION*************** START*/

.hmpg-bttm-inf-section {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  justify-content: space-around;
  font-family: var(--fnt-family-Poppins);
  flex-wrap: wrap;
  gap: 1rem;
}

.hmpg-bttm-inf__perk {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 300px;
  justify-content: center;

  text-align: center;
}

.perk__icon-wrapper {
  display: flex;
  justify-content: center;
}

.perk__icon-out-border {
  background: #2f2e304f;
  width: 80px;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.perk__icon {
  background-color: black;
  border-radius: 100%;
  padding: 10px;
}

.perk__title {
  font-size: var(--fnt-size-s-m);
  /* 20px */
}

.perk__desc {
  font-size: 14px;
}

/************************* BOTTOM INFO SECTION ***************** END*/
