html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.custom_carousel_parkerfit {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.custom_carousel_parkerfit .swiper-wrapper {
  /* height: 400px; */
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  /* background: #444; */
  align-items: center;
  height: auto !important;
}

.swiper-slide img {
  display: block;
  /* height: 166px; */
  /* width: 260px; */
  /* width: 100%; */
  /* height: 100%; */
  /* height: 300px; */
  object-fit: cover;
}

.swiper-content {
  min-height: 200px;
  height: 100%;
  width: 100%;
  color: black;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.swiper-content div {
  color: #383a3d;
}

.coach-name {
  font-family: "Barlow Condensed";
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.coach-sub-heading-container {
  display: flex;
  gap: 10px;
}
.coach-sub-heading-container svg {
  margin: auto 0px;
}
.coach-sub-heading {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.6px;
  font-weight: 700;
}
.coach-text {
  display: flex;
  /* gap: 10px; */
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.custom_carousel_parkerfit .swiper-button-next {
  right: 2px;
}

.custom_carousel_parkerfit .swiper-button-prev {
  left: 2px;
}

/* .swiper-pagination-clickable .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background: #c75b12 !important;
} */

.custom-carousel-pagination {
  text-align: center;
}

.custom-carousel-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.custom-carousel-pagination .swiper-pagination-bullet-active {
  background: #c75b12 !important;
}

@media (max-width: 639px) {
  .swiper-slide img {
    height: 250px !important;
  }
  /* .max-width-slide {
    width: 250px;
  } */
  /* .swiper-slide {
    width: 250px !important;
  } */
}

/* @media (min-width: 640px) {
  .max-width-slide {
    width: 100%;
  }
} */

@media (max-width: 1024px) {
  .custom_carousel_parkerfit .swiper-slide {
    width: 250px !important;
  }
}

@media (min-width: 1025px) {
  .custom_carousel_parkerfit .swiper-slide {
    width: 300px !important;
  }
}
