Preview:
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-sizing: border-box;
}

header {
    /* position: sticky;
    box-shadow: ; */
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 80px;
    position: sticky;
    z-index: 999;

    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.274);
}

nav {
    display: flex;

}

.logo {
    width: 50px;
    margin-top: 22px;
    padding-left: 55px;
}

.logo img {
    width: 50px;
}


/* @media (min-width:1344px) and (max-width:1440px) {
    .logo {
        padding-left: 0px;
        margin-left: 25px;
        margin-top: 25px;
    }

    .logo img {
        width: 40px;

    }
} */

.nav-ul li {
    list-style: none;
}

.nav-ul li a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width:1344px) and (max-width:1440px) {
    .nav-ul li a {
        font-size: 13px;
    }


}

@media (min-width:1247px) and (max-width:1343px) {
    .logo img {
        width: 42px;
    }

    .logo {
        margin-top: 25px;
    }
}


@media (min-width:1247px) and (max-width:1343px) {
    .nav-ul li a {
        font-size: 13px;
    }
}

@media (min-width:1024px) and (max-width:1246px) {
    .logo {
        display: block;
    }
}

@media (min-width:1024px) and (max-width:1246px) {
    .checkbtn {
        display: none;
    }

    /* .logo img{
        display: none;
    } */
}


.checkbtn {
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    cursor: pointer;
    left: -100%;
    display: none;
    margin-left: 15px;

}

#clicks {
    display: none;
}




.nav-ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 28px;
}

@media (max-width:768px) {
    nav {
        justify-content: space-between;

    }

    .last-footer-myntra,
    .secound-last-footer, .pop-searches p, .pop-searches h4, .last-footer-myntra, .shoppp, .social-icon, .option-three-down h5, .customerpolicies h5, .fullinks h5, .fullinks a{

        margin-left: -120px;
    }
    .pop-searches{
        margin-right: 1px;
        margin-left: 0px;
    }

    nav ul {
        position: fixed;
        top: 50px;
        left: -100%;
        background-color: #fff;
        height: 100vh;
        display: block;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

    .info-section,
    .contact,
    .copyright,
    .flipkartcompany,
    .horizontal-line {
        display: none;
    }

    .iconfirst p,
    .iconsecound p,
    .iconthird p {
        display: none;
    }

    .four-option-footer {
        margin-left: 20px;
    }

    .option-one,
    .option-two,
    .option-three-up,
    .option-four {
        display: none;
    }

    .threeicons {
        margin-right: 25px;
        margin-top: 8px;
    }

    .searchicons {
        margin-left: 250px;
    }

    #clicks:checked~ul {
        left: 0%;
    }

    .checkbtn {
        display: block;
    }

    .logo {
        display: none;
    }

    .nav-ul {
        display: block;
    }

    .nav-ul li {
        margin: 40px 0;
    }

    .nav-ul li a {
        font-size: 20px;
        display: block;
    }

    .searchbar {
        display: none;
    }

    .search {
        display: none;
    }

    .search-icon {
        display: none;
    }
}

@media (min-width:1247px) and (max-width:1343px) {
    .nav-ul {
        gap: 10px;
        padding-left: 10px;

    }
}


.sub {
    top: -0.4rem;
    font-size: 10px;
    line-height: 0;
    position: relative;
    color: #ff3f6c;
    font-weight: 700;
    vertical-align: baseline;
    text-transform: uppercase;
}

.searchbar {
    display: flex;
    margin-top: 12px;
    margin-left: 75px;
}

@media (min-width:1247px) and (max-width:1343px) {
    .searchbar {
        margin-left: 79px;
    }
}


.search {
    width: 267px;
    height: 40px;
    margin-top: 8px;
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
}

@media (min-width:1024px) and (max-width:1246px) {
    .logo {
        padding-left: 25px;
    }

    .nav-ul {
        gap: 15px;
        padding-left: 8px;
    }

    .nav-ul li a {
        font-size: 14px;
    }

    .threeicons {
        gap: 7px;
    }

    .searchbar {
        margin-left: 60px;
    }

    .search {
        width: 107px;
    }




}

/* @media (min-width:1025px) and (max-width:1269px) {
    #search {
        width: 274px;
        height: 34px;
    }
} */

/* @media screen and (max-width:1024px) {
    #search {
        width: 200px;
    }

} */

::placeholder {
    font-size: 15px;
}

.search-icon {
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
    height: 38px;
    margin-top: 8px;
    margin-left: 45px;
    width: 39px;
    color: #7c7c7c;
}

.search-icon i {
    margin-top: 10px;
    padding-left: 12px;
}

.threeicons {
    display: flex;
    gap: 20px;
    margin-left: 45px;
}



.serachicon,
.iconfirst,
.iconsecound,
.iconthird {
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.iconfirst p,
.iconsecound p,
.iconthird p {
    margin: 0;
    text-transform: capitalize;
    font-weight: 650;
    font-size: 12px;
}

.bannertwo img,
.bannerthree-image li a img,
.bannerfive-image li a img {
    width: 100%;
}

.bannerfour img {
    width: 100%;
    margin-top: -5px;
}

.bannerthree-image,
.bannerfour {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.bannerfive-image {
    display: flex;
}

.bannerthree-image li,
.bannerfive-image li {
    list-style: none;
}

.crazydeals img {
    width: 100%;
}

.pic-one li a img {
    width: 100%;
}

.pic-one {
    display: flex;
}

.pic-one li {
    list-style: none;
}

.catogories img {
    width: 100%;
}

.bannerlast img {
    width: 100%;
}




/* FOOTER SECTION */
.myntra-footer {
    position: relative;
    z-index: 5;
    padding: 30px 0px 40px 0px;
    background: #FAFBFC;

}

.last-footer-myntra h3 {
    color: #535766 !important;
    font-size: 14px;
    line-height: 5px;
    margin-left: 142Px;
}



.last-footer-myntra p {
    line-height: 18px;
    color: #94969f;
    font-size: 13px;
    padding-bottom: 50px;
    margin-left: 142Px;
    margin-right: 130px;

}




.secound-last-footer h3 {
    color: #535766 !important;
    font-size: 14px;
    line-height: 5px;
    margin-left: 142Px;
}

.secound-last-footer p {
    line-height: 18px;
    color: #94969f;
    font-size: 13px;
    padding-bottom: 5px;
    margin-left: 142Px;
    margin-right: 130px;

}



.secound-last-footer ul li {
    list-style: decimal-leading-zero;
    /* line-height: 18px; */
    padding-bottom: 15px;
    color: #94969f;
    font-size: 13px;
    margin-left: 142Px;
    margin-right: 130px;

}

span.cool {
    font-weight: 700;
    color: #282c3f;
}

.horizontal-line {
    border-top: 1px solid #eaeaec;
    margin-left: 142Px;
    margin-right: 130px;
}

.info-section {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-left: 142Px;
    margin-right: 130px;
    padding-bottom: 15px;
    color: #94969f;

}




.blue-contact {
    color: #526cd0;
    font-weight: 700;
}

.pop-searches {
    font-size: 14px;
    margin-left: 142Px;
    margin-right: 130px;
    padding-bottom: 15px;
    color: #696b79;
}

.pop-searches h4 {
    color: #535766;
    font-size: 12px;
}

.four-option-footer {
    display: flex;
    /* justify-content: center; */
    gap: 65px;
    margin-left: 142px;
    margin-right: 130px;


}

.option-three {
    margin-top: 3px;

}

.option-one li,
.option-two li,
.links li {
    list-style: none;

}

.links li a {
    text-decoration: none;
    padding-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #696b79;
}


.gplay img {
    width: 140px;
    margin-right: 10px;
}

.istore img {
    width: 122px;
}

.social-icon img {
    width: 25px;
}

.option-four {
    margin-top: 10px;
}

.ori-size img {
    margin-top: 13px;
    margin-right: 5px;
    width: 48px;
    height: 40px;
}

.rep-size img {
    width: 48px;
    height: 49px;
    margin-right: 5px;
    margin-top: 3px;
}

.image-horizontal-div {
    display: flex;
}

.option-one,
.option-two {
    /* margin-left: 142Px;
    margin-right: 130px; */
    padding-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #696b79;

}

.links {
    /* margin-left: 142Px;
    margin-right: 130px; */
    padding-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #696b79;
}

.option-one h5,
.option-two h5,
.option-three h5 {
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    color: #282c3f;
    font-weight: 700;

}

.social-icon {
    display: flex;
    gap: 15px;
}

.option-four-img img {
    display: flex;
}

.orig,
.rep {
    display: flex;
}

.orig,
.rep {
    font-size: 14px;
    color: #696b79;
}

.ori-2 {
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.rep-2 {
    font-size: 14px;
    color: black;
    font-weight: 700;
    font-family: "ROBOTO" sans-serif;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter