@media screen and (max-width:1400px) {
   .label, .label-words {
    display: none;
   }

     @keyframes wordAnimation {
        0% {
          opacity: 0;
          transform: translateY(-50px);
        }
        50% {
          opacity: 1;
          transform: translateY(0);
        }
        100% {
          opacity: 0;
          transform: translateY(50px);
        }
      }

      .menu-icon {
        display: none;
      }
}



@media screen and (max-width:1200px) {
    
    .logo-img {
      display: none;
    }
    
    .header {
        height: fit-content;
    }

    #hamburger-nav {
      display: flex;
  }  
}   

@media only screen and (max-width:800px){
    nav ul {
        position: absolute;
        top:70px;
        left:0;
        background: #333;
        width:100%;
    }
    nav ul li {
        display:block;
        margin-right:50px;
        margin-top:10px;
        margin-bottom:10px;
    }
    nav ul li a {
        color: #fff;
    }
    .menu-icon {
        display: block;
        cursor: pointer;
    }
    
    /***Nav section****/
  .navbar {
    display: none;
  }
  
  #hamburger-nav {
    z-index: 1000;
    outline: inset 1px;
    position: fixed;
    top: 2.5px;
    height: 50px;
    width: 100%;
    border-radius: 10rem;
    padding: 5px;
    margin: 0;
    background-color: rgba(254, 253, 253, 0.084);  
    backdrop-filter: blur(5px);
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    position: relative;
    right: 50px;
  }

  /***Logo section****/
  .logo-img2 {
    position: relative;
  }

  .logo-words2 {
    color: #ffffff;
    text-align: center;
    font-family: ‘Merienda’;
    font-size: 1rem;
    position: relative;
    top: 11px;
    padding-left: 5px;
  }

  /***Columns****/
  .col-1 {
    display: none;
  }
   
  /***Buttons section****/
  .explore-btn {
    left: 10rem;
    display: none;
  }

  .shop-btn {
    display: inline-flex;
    position: relative;
    top: 120px;
  }

  /****Dialog****/
  .dialog1 {
    zoom: 1;
  }

  /***Sections****/
  .container {
    max-width: 25rem;
    padding: 0;
    margin: auto;
  }
  
  .section-heading {
    font-size: 3rem;
    color: #ffffff;
    padding: 0.5rem;
    zoom: 0.9;
    position: relative;
    bottom: 10px;
  }

  #tranding {
    position: relative;
    zoom: 0.6;
    padding-bottom: 10%;
    border-radius: 0;
    margin-top: 75px;
    bottom: 30px;
  }

  .swiper-wrapper {
    position: relative;
    bottom: 40px;
    zoom: 0.9;
  }

  .col-2 {
    position: relative;
    top: -50px;
  }

  .col-2 p, .small {
    zoom: 1;
  }

  small {
    zoom: 1.2;
  }

  .tranding-slider-control {
    position: relative;
    bottom: 20%;
  }

  .offer {
    zoom: 0.5;
  }
  
  .offer-img {
    height: 25rem;
    width: 25rem;
    position: relative;
    left: 25px;
    margin-top: 25px;
    padding-bottom: 20px;
    top: 60px;
  }

  .about-container {
    zoom: 0.4;
    height: 160vh;
  }

  .testimonials {
    zoom: 0.5;
  }

  .testimonials-header {
    position: relative;
    zoom: 0.6;
  }

  .word-span {
    font-size: 2.5rem;
  }

  .footer {
    border-radius: 0 10rem 0 0;
    zoom: 0.6;
  }
}


@media screen and (max-width: 768px) {
   
  /***Nav section****/
  .navbar {
    display: none;
  }
  
  #hamburger-nav {
    z-index: 1000;
    outline: inset 1px;
    position: fixed;
    top: 2.5px;
    height: 50px;
    width: 100%;
    border-radius: 10rem;
    padding: 5px;
    margin: 0;
    background-color: rgba(254, 253, 253, 0.084);  
    backdrop-filter: blur(5px);
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    position: relative;
    right: 50px;
  }

  /***Logo section****/
  .logo-img2 {
    position: relative;
  }

  .logo-words2 {
    color: #ffffff;
    text-align: center;
    font-family: ‘Merienda’;
    font-size: 1rem;
    position: absolute;
    top: 15px;
    padding-left: 5px;
    left: 50px;
  }

  /***Columns****/
  .col-1 {
    display: none;
  }
   
  /***Buttons section****/
  .explore-btn {
    left: 10rem;
    display: none;
  }

  .shop-btn {
    display: inline-flex;
    position: relative;
    top: 120px;
  }

  /****Dialog****/
  .dialog1 {
    zoom: 1;
  }

  /***Sections****/
  .container {
    max-width: 25rem;
    padding: 0;
    margin: auto;
  }
  .background-clip {
    position: absolute;
    top: 30px;
    width:100% ;
    overflow: hidden;
    padding: 0;
    filter: contrast(100%) brightness(70%) ;
}
  
  .section-heading {
    font-size: 3rem;
    color: #ffffff;
    padding: 0.5rem;
    zoom: 0.9;
    position: relative;
    bottom: 10px;
  }

  #tranding {
    position: relative;
    zoom: 0.6;
    padding-bottom: 10%;
    border-radius: 0;
    margin-top: 75px;
    top: 20px;
  }

  .swiper-wrapper {
    position: relative;
    bottom: 40px;
    zoom: 0.9;
  }

  .col-2 {
    position: relative;
    top: -50px;
  }

  .col-2 p, .small {
    zoom: 1;
  }

  small {
    zoom: 1.2;
  }

  .tranding-slider-control {
    position: relative;
    bottom: 20%;
  }

  .offer {
    zoom: 0.5;
  }
  
  .offer-img {
    height: 25rem;
    width: 25rem;
    position: relative;
    left: 25px;
    margin-top: 25px;
    padding-bottom: 20px;
    top: 60px;
  }

  .about-container {
    zoom: 0.4;
    height: 180vh;
  }

  .testimonials {
    zoom: 0.5;
  }

  .testimonials-header {
    position: relative;
    zoom: 0.6;
  }

  .word-span {
    font-size: 2.5rem;
  }

  .footer {
    border-radius: 0 10rem 0 0;
    zoom: 0.6;
  }
}
