/* Navigation for mobile devices */
@media screen and (max-width: 991.98px) {
  .hero_section_inner {
    width: 100%;
    order: 2;
  }

  .swiper.main-slider .swiper-slide img {
    object-fit: cover;
    border-radius: 10px;
  }

  .hero_secton_content {
    padding-top: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .join_today p {
    color: var(--white-color);
    font-size: 25px;
    margin-bottom: 10px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
    width: 100%;
  }

  ul.product-menu {
    padding: 20px 0px;
  }

  .explores_boxes {
    padding: 400px 15px 25px 15px;
  }

  .box_testimnials {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .swiper.thumb-slider {
    width: 100%;
    order: 2;
  }

  .flex_swipers {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .hero_section .swiper.thumb-slider .swiper-slide img {
    border-radius: 10px;

  }

  .hero_section:before {
    width: 100%;
  }

  .hero_section h2 {
    display: none;
  }

  .hero_secton_content {
    text-align: center;
  }

  .hero_section .swiper.thumb-slider {
    margin: 10px 0px 0px;
  }

  .swiper.thumb-slider .swiper-slide {
    margin-bottom: 0px !important;
  }

  .flex_swipers {
    gap: 20px;
  }

  .hero_section .swiper.thumb-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .swiper.main-slider {
    height: auto;
  }

  .swiper.main-slider .swiper-slide img {
    object-fit: cover;
    border-radius: 10px;
  }

  .hero_section {
    padding-top: 150px;
  }

  .jewels_unique .heading_parts h2 {
    font-size: 30px;
  }

  .jewels_unique {
    padding: 50px 0px;
  }

  .categraires_section {
    padding: 50px 0px;
  }

  .explores_boxes {
    padding: 300px 15px 25px 15px;
  }

  .content_normal {
    padding: 40px 0px;
  }

  .hero_section:after {
    width: 100%;
    left: 0px;
  }

  .products_details,
  .Contact_details_page,
  .About_us_section,
  .prodcut_sections {
    padding: 50px 0px;
  }

  .mapsecitons {
    padding-top: 0px;
  }

}

@media screen and (max-width: 575.98px) {
  .jewels_unique .heading_parts h2 {
    font-size: 20px;
  }

  .hero_section:after {
    width: 100%;
    left: 0px;
  }

  .search-box {
    display: none;
  }

  .app_icons {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .app_icons img {
    height: 36px;
    border-radius: 100px;
  }

  .testi_content_title h5 {
    font-size: 20px;
  }

  .product-menu li a {
    font-size: 30px;
    line-height: 40px;

  }

  .heading_parts h2,
  .products_details h2 {
    font-size: 30px;
  }

  .jewels_unique .heading_parts img {
    width: 32px;
    height: auto;
    margin: 3px 8px;
  }

  .hero_secton_content h1,
  .main-title-section-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .main-title-section-wrapper {
    padding: 120px 0 50px;
  }

  .content_normal h2 {
    font-size: 22px;
    line-height: 32px;
  }


  .jewels_unique .heading_parts h2 {
    font-size: 20px;
  }

  .header-logo img {
    height: 48px;
  }


  .explores_boxes {
    padding: 180px 15px 10px 15px;
  }
}