@media screen and (max-width:768px) {
    html, body
    {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .icon-div, .link-div, .logo-div
    {
        display: none;
    }

    .logo-div-2
    {
        width: 100px;
        height: 90px;
        background-color: white;
    }

    .mobile
    {
        display: flex;
        justify-content: space-between;
        width: 90%;
        height: auto;
    }

    .bars-div
    {
        margin-top: 20px;
        margin-right: 15px;
        display: block;
    }

    .clip-div
    {
        height: 350px;
    }

    .clip
    {
       margin-top: -20%;
    }
 
    .first-set
    {
      width: 100%;
      flex-flow: wrap row;
      height: auto;
      margin-top: 15%; 
    }


    .second-set
    {
        flex-flow: wrap row;
        gap: 50px;
    }

     .third-set
      {
        width: 100%;
        flex-flow: wrap column;
        gap: 50px;
        align-items: center;
        justify-content: center;
      }

      .inter
      {
        width: 100%;
        flex-flow:wrap row;
        height: auto;
        gap: 10px;
      }

      .men1,.men2, .women1, .women2, .accessory, .accessory2
      {
        width: 150px; 
        border: none;
      }

      .clip-div
      {
        margin-bottom: 50%;
      }

      .collection
       {
          height: 350px;
          width: 250px;
          margin-left:10px;
          margin-top: -90%;
          padding: 15px;
       }

       
      .collection-span, .bttn
      {
        font-size: 40px;
      }

      .collection-span p
      {
        font-size: 16px;
      }
 
    .bttn
      {
         font-size: 20px;
      }

       .text h1
    {
        font-size: 35px;
    }

    .text p {
        width: 90%;
    }

    header h1
    {
        font-size: 25px;
    }

    header p span{
        font-size: 30px;
    }

    section .product{
        min-width: 49%;
        margin: 0 10px 0 0;
    }

    .detail, .button{
        font-size: 16px;
    }

    a
    {
        padding: 6px 10px;
    }

    section .carousel-product
    {
      min-width: 80%;
      height: auto;
      margin-bottom: 15%;
    }

              
    .header-two
    {
        min-width: 100%;
        padding: 10px;
        justify-content: space-evenly;
    }


    #over-direction
    {
      width: 100px;
      height: 30px;
    }

    .header-two h1
    {
      font-size: 30px;
    }

        
    picture img{
        width: 80%;

    }

        
    .sidebar
    {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .sidebar li
    {
        width: 100%;
    }

    .sidebar a
    {
        width: 100%;
        cursor: pointer;
    }

    .nav-close, .nav-menu
    {
        margin-left: -25px;
        margin-top: 10px;
        cursor: pointer;
        font-size: 25px;
    }

    ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  li{
    height: 50px;
    margin-bottom: 15px;
}

 a 
{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
}

a:hover{
    background-color: lightgray;
}

li:first-child
{
    margin-right: auto;
    
}

      footer
      {
        gap: 10px;
        flex-flow:wrap column;
      }

      .wrap-foot-links
      {
        width: 100px;
        flex-flow: row;
        height: auto;
        gap: 2px;       
        /* background-color: red; */
      }

      .footer-one, .footer-two, .footer-three
      {
        display: none;
      }
} 
 
