/*==========> services <========== */
#services {
  .main_container {
    max-width: 900px;
  }

  .category_box {
    position: relative;
    padding-top: 2.5rem;
    margin-bottom: 2rem !important;
  }

  .category_heading {
    position: absolute;
    top: 0;
    left: 0%;
    left: 5%;

    @media (width >=768px) {
      left: 10%;
    }

    @media (width > 992px) {
      left: 5%;
    }

  }

  a {
    color: var(--primary-color) !important;
  }

  .boxes {
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* min-height: 80px; */
    width: 100%;
    text-align: center;

    .icon_image {
      width: 30px;
    }
  }

  @media (min-width: 992px) {
    .boxes {
      i {
        padding: 10px;
      }
    }
  }
}

/*==========> sponsored <========== */
#sponsored {
  margin-top: 10px;
  padding-top: 40px;

  .sponsored_image {
    width: 100%;
    max-width: 600px;
  }
}

/*==========> carousel <========== */
#carousel {
  margin-top: 10px;
  padding-top: 40px;

  .swiper-container {
    width: 100%;
    /* height: 200px; */
  }

  .swiper-slide {
    width: 100%;
    min-width: 240px;
    height: fit-content;
    border-radius: 8px;
  }

  .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 40% !important;
    width: 100%;
  }

  .ads_image {
    width: 100%;
  }
}

/*==========> offer <========== */
#offer {
  margin-top: 10px;
  padding-top: 40px;

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
    min-width: 240px;
    height: fit-content;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 40% !important;
    width: 100%;
  }

  .ads_image {
    width: 100%;
  }

  .bottom-box {
    color: white;
    background-color: rgb(29, 221, 61);
    text-align: center;
    padding: 5px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

@media (max-width: 576px) { 
    
 }