/* grid swiper */

.grid-swiper {
  width: 100%;
  height: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.grid-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  border: none;
  padding: 0;
}

.grid-swiper .swiper-slide .card-img-box {
  aspect-ratio: 1/1.3;
}

.grid-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}

.grid-swiper .swiper-slide .progress-bar {
  background-color: #368420;
}

.grid-swiper .card-heading {
  margin-bottom: 0;
}

.grid-swiper .card-footer-btns {
  gap: 20px;
}

.grid-swiper .c-footer-left {
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .grid-swiper {
    width: 100%;
    height: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .grid-swiper {
    width: 100%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
}


/* favourate app swipper css */
/* grid swiper */

.black-grid-swiper {
  margin-top: 50px;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.black-grid-swiper {

  .swiper-button-prev,
  .swiper-button-prev1 {
    left: 0;
  }

  .swiper-pagination {
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    border: none;
    padding: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    h3 {
      font-weight: 600;
      font-size: 21px;
      letter-spacing: 0.45px;
      text-align: center;
      color: #FFFFFF;

    }
  }
}



@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
  .black-grid-swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .black-grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    padding-block: 20px;
    height: fit-content !important;
  }
}

/* grid swiper */

.raised-entrepreneurs-grid-swiper {
  margin-top: 50px;
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.raised-entrepreneurs-grid-swiper {



  .swiper-pagination {
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    border: none;
    padding: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
}




@media screen and (max-width: 768px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .raised-entrepreneurs-grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    padding-block: 20px;
    height: fit-content !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 512px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }


}

@media screen and (max-width: 400px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }


}


/* favourate app swipper css */

.favorate-app-swiper {
  width: 100%;
  height: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.favorate-app-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

.favorate-app-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}


.favorate-app-swiper .card-footer-btns {
  gap: 20px;
}

.favorate-app-swiper .c-footer-left {
  flex-grow: 1;
}

@media screen and (max-width: 1150px) {
  .favorate-app-swiper {
    width: 100%;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .favorate-app-swiper .swiper-slide {
    height: fit-content !important;
  }
}

@media screen and (max-width: 767px) {
  .favorate-app-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .favorate-app-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
}