@media screen and (min-width: 1537px){

  .product1 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
  .product2 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
  .product3 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
  .product4 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
  .product5 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
  .product6 {
    animation-duration: 1s;
    animation-name: lefts;
    transition: ease-in;
    animation-fill-mode: forwards;
  height: 653px;
    border-radius: 20px;
}
  
}
@media screen and (max-width: 1030px) {

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    z-index: 10;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
    animation-duration: 1s;
    animation-name: slidein;
}


.logo-left img {
  position: absolute;
  max-width: 109px;
  left: 74px;
  top: 0px;
  mix-blend-mode: multiply;
}


    .product1 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
      .product2 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
      .product3 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
      .product4 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
      .product5 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
      .product6 {
        animation-duration: 1s;
        animation-name: lefts;
        transition: ease-in;
        animation-fill-mode: forwards;
        height: 299px;
        border-radius: 20px;
    }
    
}



@media screen and (max-width: 770px){

  .nav-links {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    /* height: calc(100vh - 60px); */
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease-in-out;
    font-family: Inter;
    display: none;
    gap: 30px;
}


.nav-links.active {
    right: 0;
    display: flex;
    transition: right 0.3s ease-in-out;
}

.hamburger {
    display: flex;
}

/* Hamburger icon transition */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translateY(7px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
}

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 67px;
            z-index: 10;
            position: relative;
            margin-bottom: 20px;
        }


        .Products {
            display: grid;
            width: 100%;
            height: auto;
            grid-template-columns: 45% 45%;
            justify-content: space-evenly;
            gap: 18px;
        }
    
        .product1 img{
          width: 100%;
          position: relative;
          top: 2%;
        }
        .product2 img{
          width: 100%;
          position: relative;
          top: 2%;
        }
        .product3 img{
          width: 100%;
          position: relative;
          top: 2%;
        }
        .product4 img{
          width: 100%;
          position: relative;
          top: 2%;
        }
        .product5 img{
          width: 100%;
          position: relative;
          top: 2%;
        }
        .product6 img{
          width: 100%;
          position: relative;
          top: 2%;
        }


        .product1 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }
          .product2 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }
          .product3 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }
          .product4 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }
          .product5 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }
          .product6 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 306px;
            border-radius: 20px;
        }

        .logo-left img {
          position: absolute;
          max-width: 109px;
          left: 60px;
          top: 4px;
          mix-blend-mode: multiply;
      }

    }

    @media screen and (max-width: 426px){

      .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 60px;
        top: 13px;
        mix-blend-mode: multiply;
    }

        .Products {
            display: grid;
            width: 90%;
            height: auto;
            grid-template-columns: 100%;
            justify-content: space-evenly;
            gap: 18px;
        }

        .product1 img {
            width: 100%;
        }
        .product2 img {
            width: 99%;
        }
        .product3 img {
            width: 97%;
        }

        .product1 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }
          .product2 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }
          .product3 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }
          .product4 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }
          .product5 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }
          .product6 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 340px;
            border-radius: 20px;
        }

        footer{
            display: flex;
            justify-content: space-around;
            width: 100%;
            padding: 50px 0px;
          align-items: center;
          flex-direction: column;
          gap: 21px;
          box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.10);
          }

          .copyright p{
            color: #000000;
            font-family: Inter;
            font-size: 13px;
              font-weight: 600;
          }

    }

    @media screen and (max-width: 376px){

        .copyright p{
            color: #000000;
            font-family: Inter;
            font-size: 13px;
              font-weight: 600;
          }

          .product1 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }
          .product2 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }
          .product3 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }
          .product4 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }
          .product5 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }
          .product6 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 311px;
            border-radius: 20px;
        }

    }

    @media screen and (max-width: 321px){
        
      .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 44px;
        top: 13px;
        mix-blend-mode: multiply;
    }
    
      
      .copyright p{
            color: #000000;
            font-family: Inter;
            font-size: 13px;
              font-weight: 600;
          }

          .product1 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }
          .product2 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }
          .product3 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }
          .product4 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }
          .product5 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }
          .product6 {
            animation-duration: 1s;
            animation-name: lefts;
            transition: ease-in;
            animation-fill-mode: forwards;
            height: 275px;
            border-radius: 20px;
          }

    }
   

    @media screen and (max-width: 260px){

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 35px;
            z-index: 10;
            position: relative;
            margin-bottom: 20px;
        }
        
        .logo-left img {
          position: absolute;
          max-width: 36px;
          left: 0px;
          top: 18px;
        }

    }