@media (min-width: 300px) and (max-width: 575px) {
  .nav-icons {
    display: none !important;
  }

  nav .search-icon {
    display: none;
    left: 25%;
  }

  .carousel-caption {
    padding: 30px 20px;
    max-width: 100%;
    max-height: auto;
    top: 50%;
  }

  .carousel-caption h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
  }

  .collection-section .collection {
    position: relative;
    z-index: 1;
    padding: 0 10px;
  }

  /* .collection-section .mainimage {
    order: 2;
  } */

  .collection-section .title {
    order: 1;
    text-align: center;
    margin: 0 auto;
  }

  .collection-section .card-wrapper {
    order: 3;
  }

  .collection-section img {
    width: 100%;
    height: auto;
    display: block;
  }

  .collection-section .title h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .collection-section .title p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
  }

  .card-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
  }

  /* Card base */
  .collection-section .card,
  .collection-section .hover-card {
    width: 100%;
    height: 100%;
    background: #111527;
    color: #fff;
    padding: 20px;
    transition: 0.4s;
  }

  /* Hover effect (Desktop/Tablet) */
  .card-wrapper .hover-card {
    opacity: 0;
    pointer-events: none;
  }

  .card-wrapper:hover .card {
    opacity: 0;
  }

  .card-wrapper:hover .hover-card {
    opacity: 1;
    pointer-events: auto;
  }

  .slider .carousel-inner .product {
    width: 100% !important;
  }

  .slider .title h2 {
    font-family: GaultierDisplay, sans-serif;
    font-size: 96px;
    font-weight: 900;
    line-height: 84px;
    color: rgb(0, 0, 0);
    text-align: center;
  }

  .divine {
    padding: 50px 10px;
  }

  .divine .divine-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .divine .divine-wrapper .title {
    text-align: center;
  }

  .category {
    padding: 0 10px 80px 10px;
  }

  .category .category-wrapper {
    gap: 20px;
  }

  .category .title {
    top: 110%;
  }

  .category .title h2 {
    max-width: 286px;
    font-family: GaultierDisplay, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(0, 0, 0);
  }

  .category .title button {
    margin: 0;
  }

  .discover {
    padding: 100px 10px;
  }

  .discover .title {
    max-width: 100%;
    text-align: center;
  }

  .discover .title h2 {
    margin: 0 auto;
  }

  .discover .title button {
    margin: 0 auto;
  }

  footer {
    padding: 50px 10px 30px 10px;
  }

  footer .footer-wrapper {
    gap: 0 !important;
  }

  .footer-bottom {
    border: none;
  }

  .footer-bottom .item-wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 20px;
  }

  .footer-bottom .logo {
    order: 1;
  }

  .footer-bottom .icon {
    order: 2;
  }

  .footer-bottom .butn {
    order: 3;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .collection-section .collection {
    padding: 0 20px;
  }

  .collection-section .row {
    margin: 0;
    padding: 0;
  }

  .collection-section img {
    width: 100%;
    height: auto;
    display: block;
  }

  .collection-section .title h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
  }

  .collection-section .title p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
  }

  .card-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 20px auto;
  }

  /* Card base */
  .collection-section .card,
  .collection-section .hover-card {
    width: 100%;
    height: auto;
    background: #111527;
    color: #fff;
    padding: 25px;
    transition: 0.4s;
  }

  .card-wrapper .hover-card {
    opacity: 0;
    pointer-events: none;
  }

  .card-wrapper:hover .card {
    opacity: 0;
  }

  .card-wrapper:hover .hover-card {
    opacity: 1;
    pointer-events: auto;
  }

  .slider {
    padding: 0 !important;
  }

  .slider .carousel {
    margin-top: 0;
  }

  .slider .title h2 {
    font-size: 120px;
    line-height: 100px;
  }

  .slider .carousel-inner .product {
    width: 50% !important;
  }

  .divine {
    padding: 50px 0;
  }

  .divine .divine-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .divine .divine-wrapper .title {
    text-align: center;
  }

  .category {
    padding: 0 10px 80px 10px;
  }

  .category .category-wrapper {
    gap: 20px;
  }

  .category .title {
    top: 110%;
  }

  .category .title h2 {
    max-width: 286px;
    font-family: GaultierDisplay, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    color: rgb(0, 0, 0);
  }

  .category .title button {
    margin: 0;
  }

  .discover {
    padding: 100px 80px;
  }

  .divine .divine-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .divine .divine-wrapper .title {
    text-align: center;
  }

  .discover {
    padding-bottom: 20px;
  }

  .discover .item-wrapper {
    gap: 40px;
  }

  .discover .title {
    max-width: 100%;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
  }

  .discover .title p {
    text-align: center;
  }

  .discover .title h2 {
    text-align: center;
  }

  footer {
    padding: 50px 20px 30px 20px;
  }

  .footer-bottom .item-wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 20px;
  }

  .footer-bottom .logo {
    order: 1;
  }

  .footer-bottom .icon {
    order: 2;
  }

  .footer-bottom .butn {
    order: 3;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection-section .collection {
    padding: 0;
    margin: 0 auto;
  }

  .collection-section .row {
    margin: 0;
    padding: 0;
  }

  .collection-section img {
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .collection-section .title h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
  }

  .collection-section .title h3 span {
    font-size: 3.375rem;
    line-height: 0.95;
  }

  .collection-section .title p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
  }

  .card-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    
  }

  /* Card base */
  .collection-section .card,
  .collection-section .hover-card {
    width: 100%;
    height: auto;
    background: #111527;
    color: #fff;
    padding: 25px;
    transition: 0.4s;
  }

  .card-wrapper .hover-card {
    opacity: 0;
    pointer-events: none;
  }

  .card-wrapper:hover .card {
    opacity: 0;
  }

  .card-wrapper:hover .hover-card {
    opacity: 1;
    pointer-events: auto;
  }

  .slider {
    padding: 0 !important;
  }

  .slider .carousel {
    margin-top: 0;
  }

  .slider .title h2 {
    font-size: 120px;
    line-height: 100px;
  }

  .slider .carousel-inner .product {
    width: 33% !important;
  }

  .slider .carousel-inner .product-4 {
    display: none !important;
  }

  .divine {
    padding: 50px 0;
  }

  .divine .divine-wrapper {
    gap: 20px;
  }

  .divine .divine-wrapper .title {
    text-align: center;
  }

  .category {
    padding: 0 10px 80px 10px;
  }

  .category .category-wrapper {
    gap: 20px;
  }

  .category .title {
    top: 102%;
  }

  .category .title h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .category .title button {
    margin: 0;
  }

  .discover {
    padding: 100px 10px;
  }

  .divine .divine-wrapper .title {
    text-align: center;
  }

  .discover .title {
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  footer {
    padding: 50px 20px 30px 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .collection-section .collection {
    padding: 0 20px;
    margin: 0 auto;
  }

  .collection-section img {
    width: 100%;
    height: 100%;
  }

  .collection-section .card-wrapper {
    width: 100%;
  }
}

.mobile-header {
  display: none;
}

.mobile-menu {
  display: none;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .nav-logo {
    left: 60% !important;
  }

  .navbar {
    padding: 0 !important;
  }

  .navbar-nav {
    gap: 0 !important;
  }
}

@media(max-width: 991px) {
  header {
    display: none;
  }

  .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-icons {
    display: none !important;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-header {
    position: absolute;
    z-index: 9;
    background: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;

    button {
      background: white;
      padding: 2px 10px;
      cursor: pointer;
      border: none;
      outline: none;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        max-width: 20px;
      }
    }

    .logo img {
      max-width: 120px;
      height: auto;
      display: block;
    }
  }

  .mobile-menu {
    display: block;
    background: #fff;
    position: absolute;
    /* top: 64px; */
    z-index: 8;
    padding: 20px;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateY(-100%);
    top: -100%;


    &.active {
      transform: translateY(0);
      top: 60px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #ccc;
    }

    li {
      display: block;
    }

    a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #ccc;
      color: #000;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;

      font-family: "GaultierText";
    }
  }

  .collection-section {
    padding-bottom: 0 !important;
  }

  .discover {
    padding-bottom: 60px;
  }
}

@media(max-width: 1600px) {
  .banner-content-box {
    max-width: 550px;
  }

  .hidden-lg {
    display: none !important;
  }

  .footer-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width: 1280px) {
  .banner-slider-item {
    /* height: 100%; */
    padding-top: 120px !important;
  }
}

@media(max-width: 1024px) {
  .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .hidden-lg {
    display: block !important;
  }

  .divine-wrapper {
    .title {
      margin-bottom: 30px !important;
    }
  }

  .divine h3 {
    max-width: 100%;
  }

  .divine p {
    max-width: 100%;
    padding: 0 16px;
  }

  .category .title {
    top: 62%;
  }
}

@media(max-width: 999px) {
  .banner-content-box {
    margin: 0 auto;
  }

  .banner-pagination {
    max-width: 100%;
    left: 0px !important;
    bottom: 30px !important;
  }

  .card-wrapper {
    width: 560px;
    height: 100%;
    min-height: 560px;
    margin: 0 auto;
  }

  .mainimage {
    margin-bottom: 30px;
  }

  .collection-section .title p {
    max-width: 100%;
  }

  .category {
    padding-bottom: 0;
  }

  .discover {
    padding-top: 40px;
  }

  .perfume-image {
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .discover .title {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 575px) {
  .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-slider-item {
    padding: 60px 16px !important;
    padding-top: 120px !important;
    position: relative;
    padding-bottom: 30px !important;
    display: block;
    height: 100%;

    img,
    video {
      height: 500px;
    }
  }

  .banner-content-box {
    padding: 20px;
    margin-top: 300px;
    min-height: 430px;
  }

  .banner-pagination {
    max-width: 100%;
    bottom: auto !important;
    top: 380px !important;
    left: 0 !important;
  }

  .collection-section {
    padding-top: 20px !important;
  }

  .category-wrapper {
    /* flex-direction: column; */

    .w-50 {
      width: 100% !important;
    }

    .title {
      position: unset !important;
      margin-top: 20px;

      button {
        background: #fff;
        color: #000;
      }

      h2 {
        font-size: 18px;
      }
    }
  }

  .category .title {
    top: 72%;
  }

  .testimonial-section {
    padding: 40px 16px !important;
  }

  .testimonial-section {
    .slider .title h2 {
      font-size: 60px;
    }
  }

  /* .hover-card{
    display: none;
  } */
}

