@media only screen and (max-width: 1001px) {
  .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 130px;
  }

  .nav .logo {
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin: 0;
    margin-top: -52px;
  }

  .nav .menu {
    position: absolute;
    top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .nav .menu ul li {
    font-size: 18px;
    margin-right: 30px;
  }

  .menu > ul > li{
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.header .icon{
    display: none;
}

.header .offer img{
    display: none;
}

  .items-details {
    justify-content: space-around;
  }

  .items h2 {
    margin: 50px 60px 0 24px;
  }

  .offer .content {
    position: absolute;
    top: 30%;
  }

  .footer {
    padding: 20px 46px;
    display: flex;
    flex-wrap: wrap;
  }

  .copyright {
    margin: -20px 46px 0px 46px;
  }

  #product {
    left: 34%;
}
}


@media only screen and (max-width: 800px){


    .menu ul{
        margin-right: 18px;
    }
    .nav .menu ul li {
        font-size: 15px;
        margin-right: 25px;
    }

    .offer .content h2 {
        font-size: 3rem;
    }

    .offer .content {
        position: absolute;
        left: 7%;
    }

    .items-details {
        margin: 15px 28px;
    }

    .copyright :nth-child(1){
        display: none;
    }
    .copyright{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 420px){

    .logo h1{
        font-size: 22px;
    }

    .nav .menu ul li {
        font-size: 11px;
        /* margin: 0; */
        margin-right: 16px;
    }

    #product {
        position: absolute;
        top: 52px;
        left: 25%;
        width: 82px;
        height: 99px;
    }

    .items h2 {
        margin: 50px 60px 0 15px;
    }

    .offer .content {
        top: 20%;
    }

    .offer .content h2 {
        font-size: 3rem;
        margin-bottom: -25px;
    }

    .offer .content span {
        line-height: 2;
    }

    .header .offer img{
        display: none;
    }

    #product ul {
    list-style: none;
    margin-top: 10px;
    margin-left: -43px;
    }

    #product ul li {
        padding: 6px 0;
        font-size: 11px;
    }

    .header .icon{
        display: none;
    }

    .offer .content {
        position: absolute;
        top: 23%;
        left: 5%;
    }

    .offer .content .off {
        font-weight: 600;
        font-size: 1rem;
    }

    .footer {
        padding: 10px 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .copyright {
        margin: -10px 10px 0px 10px;
    }

    .copyright p {
        font-size: 13px;
    }

    .myntra-on-mobile{
        margin-bottom: 31px;
    }
}
