/* only for mobile started here */
@media screen and (max-width: 768px) {
  /* common */
  .mob-d-none {
    display: none;
  }

  .mobile-mt-50 {
    margin-top: 50px;
  }

  /* menu start */
  header {
    height: 75px;
  }

  .header-top-container .search-and-button-container h2 {
    display: none;
  }

  .header-top-container .search-and-button-container input {
    display: none;
  }

  .header-top-container .input-container {
    display: none;
  }

  header .header-marq {
    display: none;
  }

  .akash-header {
    flex-direction: column;
    display: flex;
  }

  .akash-header .header-top-container {
    order: 2;
    padding: 0px;
  }

  .akash-header .header-container {
    order: 1;
    height: 70px;
    background: #e7edeb;
  }

  .navbar-container ul {
    display: none;
  }

  .header-top-container .logo-container {
    position: absolute;
    /* width: 70px; */
    height: 70px;
    left: 5px;
    padding: 3px;
    top: -3px;
  }

  .header-top-container .logo-container img {
    /* width: 100%; */
    height: 100%;
    bottom: unset;
    padding: 8px;
    object-fit: contain;
  }

  .header-top-container .search-and-button-container button#profile-wrapper {
    position: absolute;
    top: 13px;
    right: 55px;
    background: var(--theme-color);
    color: #fff;
  }

  .header-top-container .search-and-button-container button:hover {
    color: var(--theme-color);
  }

  .header-cart-btn-conatiner {
    position: unset;
  }

  .home-profile-list-container {
    left: unset;
    right: 10px;
    top: 66px;
    width: 150px;
    gap: 8px;
    padding: 8px;
  }

  .home-profile-list-container h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .navbar-container ul.mobile-active {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 65px;
    background: #1f7a5c;
    height: auto;
    width: 96%;
    left: 2%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
  }

  .navbar-container ul li {
    height: 100%;
    width: 100%;
  }

  .navbar-container ul li a {
    background: var(--theme-color);
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 5px 10px 10px #0000002b;
  }

  section.home-story-section {
    padding: 0px;
  }

  section.home-story-section .swiper.story-item-container {
    padding: 12px;
    width: unset;
  }

  .story-item-container .story-item {
    width: 80px;
    height: 80px;
  }

  .story-item-container .story-item span {
    width: 80px;
    height: 80px;
  }

  .main-product-item .product-item-info-container h2 {
    font-size: 12px;
  }

  .main-product-item .product-item-info-container {
    padding: 5px;
    padding-top: 15px;
    position: relative;
  }

  .main-product-item .product-details-star-container {
    flex-direction: row;
    gap: 6px;
    margin-top: unset;
    position: absolute;
    right: 0;
    top: 0;
  }

  .product-info-price-and-add {
    justify-content: center;
  }

  .recommended-section .AkashProductSwiper {
    padding: 15px 0px;
  }

  .main-product-item select {
    margin-bottom: 0px;
  }

  .product-info-btn-container .product-btn-wrapper:nth-of-type(2) {
    display: none;
  }

  .recommended-section .AkashProductSwiper .swiper-button-next,
  .home-swiper-banner-section .AkashHomeSwiperBanner .swiper-button-next {
    right: 0;
  }

  .recommended-section .AkashProductSwiper .swiper-button-prev,
  .home-swiper-banner-section .AkashHomeSwiperBanner .swiper-button-prev {
    left: 0;
  }

  .AkashHomeSwiperBanner .home-banner-swiper {
    height: 225px;
  }

  .footer-container {
    flex-direction: column;
  }

  .mt-mobile-40 {
    margin-top: 40px;
  }

  .who-we-are-box-container .who-we-are-box-item {
    flex: 1;
    max-width: 50%;
    min-width: 40%;
  }

  .home-about-section .section-3-video-container {
    padding: 5px;
  }

  .home-about-section .section-3-video-container iframe {
    height: 250px;
  }

  .home-about-section {
    padding-bottom: 100px;
  }

  .reel-container .reel-card {
    height: 300px;
  }

  .contact-us-main-container {
    flex-direction: column;
  }

  .media-container {
    flex-direction: column-reverse;
  }

  .media-container .thumbnails {
    flex-direction: row;
    gap: 4px;
  }

  .category-swiper-container {
    margin-bottom: 25px;
  }

  .product-part-2-button-container button {
    max-width: 45%;
  }

  .shop-second-row {
    flex-direction: column;
  }

  .shop-second-row .customer-also-search-container {
    width: 100%;
  }

  .all-product-banner.sec-pad {
    padding: 15px 0;
  }

  .all-product-banner img {
    height: 100px;
    object-fit: cover;
  }

  /* mobile menu */
  .navbar-container ul li ul.cus-dropdown {
    position: unset;
    width: 100%;
    background: #a4dac8;
    padding-top: 15px;
    margin-top: 2px;
  }

  .navbar-container ul li ul.cus-dropdown a {
    background: #fff;
  }

  .shop-click-gif-container {
    width: 100%;
  }

  .all-page-social-container {
    gap: 15px;
  }

  .thumbnails-container {
    flex-direction: row;
    display: flex;
  }

  .thumbnails-container .show-next-btn,
  .thumbnails-container .show-prev-btn {
    transform: rotate(-90deg);
    width: 20px;
  }

  .AkashProductCategorySwiper .product-category img {
    width: 60px;
    height: 60px;
  }

  /* my profile */
  .my-profile-section .container {
    flex-direction: column;
    display: flex;
  }

  .my-profile-section .my-profile-left-section {
    width: 100%;
  }

  .my-profile-left-section .my-profile-tab {
    min-height: unset;
  }

  .my-profile-left-section .my-profile-tab ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .my-profile-left-section .my-profile-tab ul li {
    text-wrap: nowrap;
    width: fit-content;
  }

  .my-profile-right-section .cus-tab-content ul {
    flex-wrap: wrap;
    padding-left: 0px;
    border-bottom: none;
    gap: 10px;
    justify-content: center;
    display: flex;
  }

  .my-profile-right-section .cus-tab-content ul li {
    text-wrap: nowrap;
  }

  /* my profile order */
  .all-order-container .all-order-container-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .all-order-container-head {
    flex-direction: column;
    gap: 7px;
  }

  .all-order-container-head .aoch-left {
    flex-wrap: wrap;
    gap: 5px;
  }

  .all-order-container-head .aoch-left div {
    min-width: 45%;
  }

  /* wallet */
  .my-profile-payment-container {
    flex-direction: column;
  }

  .my-profile-payment-container .transactions-section-desktop {
    width: 100%;
  }

  .transaction-history-container {
    gap: 20px;
  }

  .my-profile-section.sec-pad {
    padding-top: 10px;
  }

  footer {
    padding-bottom: 80px;
  }
}

/* only for mobile ended here */

/* only for tab start here */

@media screen and (min-width: 769px) and (max-width: 1023px) {
}

/* only for tab ended here */

/* only for big screen start here */
@media screen and (min-width: 1024px) {
  .footer-bottom-mobile {
    display: none;
  }
}

/* only for big screen ended here */
