/*$custom-control-indicator-checked-color: $primary;
$custom-control-indicator-checked-border-color: $gray-300;
$custom-control-indicator-checked-bg: #ffffff;
$custom-control-indicator-bg:$primary;*/
body {
  background: #fbfbfd;
}

.select2-selection {
  width: 260px !important;
  height: 50px !important;
}

.dropdown-toggle::after {
  position: absolute;
  top: 23px;
  inset-inline-end: 19px;
}

.select-toggle {
  height: 50px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #fff url("/assets/default/img/icons/open-arrow.svg") inset-inline-end 0.75rem center/8px 10px no-repeat;
  font-size: 16px;
}

.select-toggle:focus {
  background: #fff url("/assets/default/img/icons/close-arrow.svg") inset-inline-end 0.75rem center/8px 10px no-repeat;
}

.select-toggle:left {
  background: #fff url("/assets/default/img/icons/close-arrow.svg") inset-inline-end 0.75rem center/8px 10px no-repeat;
}

.filter-field {
  width: 100%;
}

.th-category-card {
  border-radius: 1.125rem;
  border: 1px solid #dfeaf2;
  background: #fff;
  text-align: center;
}

.th-category-link {
  color: #004eff;
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 2100px) {
  .th-category-link {
    font-size: 1.5rem;
  }
}

.sprints {
  color: #004eff;
}

.why-p {
  color: #2e344d;
  font-family: Gilroy-Medium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .why-p {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 2100px) {
  .why-p {
    font-size: 1.95rem;
    line-height: 4rem;
  }
}
:dir(rtl) .why-p {
  font-family: Tajawal-Medium;
}

.testimonial-head {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .testimonial-head {
    font-size: 1.5rem;
  }
}
@media (min-width: 2100px) {
  .testimonial-head {
    font-size: 4rem;
  }
}

.testimonial-card {
  width: auto;
  height: 300px;
  border-radius: 1.125rem;
  border: 1px solid #dfeaf2;
  background: #fff;
  display: inline-block;
}
@media (max-width: 400px) {
  .testimonial-card {
    height: 350px;
  }
}

.testimonial-card-head {
  margin-inline-start: 1rem;
  margin-top: 1rem;
}

.testimonial-card-head > img {
  width: 3.6875rem;
  height: 3.6875rem;
  border-radius: 3.6875rem;
  border: 2px solid #004eff;
  background: lightgray 50%/cover no-repeat;
}
@media (max-width: 767px) {
  .testimonial-card-head > img {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
@media (min-width: 2100px) {
  .testimonial-card-head > img {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

.testimonial-card-head > span {
  float: end;
  margin-inline-start: 1rem;
  margin-top: 0.4rem;
}

.testimonial-name {
  color: #2e344d;
  font-family: Gilroy-Regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 2100px) {
  .testimonial-name {
    font-size: 2rem;
  }
}

.testimonial-title {
  color: rgba(46, 52, 77, 0.8);
  font-family: Gilroy-Regular;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .testimonial-title {
    font-size: 0.575rem;
  }
}
@media (min-width: 2100px) {
  .testimonial-title {
    font-size: 1rem;
  }
}

.testimonial-card-p {
  color: rgba(46, 52, 77, 0.8);
  font-family: Gilroy-Regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.testimonial-card-footer {
  width: 100%;
}

.testimonial-card-footer > img {
  width: 70px;
  float: inline-end;
  margin-inline-end: 1rem;
  position: absolute;
  inset-inline-end: 0px;
  bottom: 25px;
}
@media (min-width: 2100px) {
  .testimonial-card-footer > img {
    width: 100px;
  }
}

/* swiper style */
.swiper-pagination {
  position: relative;
  transform: translate(0, 50%) !important;
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: unset;
  }
  .swiper-pagination.features-swiper-pagination {
    bottom: -20px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin-inline-end: 20px;
  padding: 4px;
  background: #dfeaf2 !important;
  border: 0px;
  opacity: 1 !important;
}
.rtl .swiper-pagination .swiper-pagination-bullet {
  margin-inline-end: 0;
  margin-inline-start: 20px;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-inline-end: 0;
}
.rtl .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-inline-end: auto;
  margin-inline-start: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50px;
  border: 0px;
  background: #044eff !important;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

.hero-text {
  text-align: start;
  margin-top: 50px;
}
@media (min-width: 2000px) {
  .hero-text {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    text-align: center;
  }
}

.hero-image {
  display: inline;
  float: inline-end;
}

@media (min-width: 2000px) {
  .hero-image > img {
    width: 600px;
  }
}

.why-sprints {
  width: 40rem;
}
@media (max-width: 768px) {
  .why-sprints {
    width: 100%;
  }
}
@media (min-width: 2100px) {
  .why-sprints {
    font-size: 3.5rem;
    margin-inline-start: 5rem !important;
    width: 100% !important;
  }
}

.why-image {
  padding-inline-end: 25px;
}
@media (min-width: 2100px) {
  .why-image {
    width: 55%;
    height: auto;
  }
  .why-image img {
    width: 100%;
  }
}

.search-bar {
  border-radius: 1.125rem;
  background: #eef3f6;
  width: 80%;
}
@media (max-width: 425px) {
  .search-bar {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .search-bar {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .search-bar {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .search-bar {
    margin-inline-start: 5rem;
  }
}

.right-circle {
  position: relative;
  inset-inline-end: -10px;
  bottom: 350px;
  float: inline-end;
}
@media (max-width: 1439px) {
  .right-circle {
    display: none;
  }
}

.left-circle {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1439px) {
  .left-circle {
    display: none;
  }
}
