* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    background: linear-gradient(to right, lightgrey, pink);
}
/* social app*/
.social {
    width: 100%;
    height: 5vh;
    background-color: palevioletred;
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: purple;
    font-size: 20px;
}

.app {
    float: right;
    margin-bottom: 40%;
}

.app ul {
    margin-top: 5px;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: aliceblue;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

/* navigtion bar */
#nav {
    width: 100%;
    height: 10vh;
    border: 1px solid grey;
    background: linear-gradient(to right, white, pink, deeppink);
}

.navrap {
    width: 80%;
    margin: auto;
}

.logo img {
    position: absolute;
    padding-bottom: 25px;
}

.search {
    float: right;
    margin-top: 20px;
    margin-left: 60px;
}

.search ul {
    margin-top: auto;
}

.search ul li {
    display: inline;
}

.search ul li a {
    color: black
}

.menu {
    float: right;
    margin-bottom: 40%;
}

.menu ul {
    margin-top: 20px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    text-decoration: none;
    color: black;
    padding: 5px;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid purple;
    border-bottom: 2px solid purple;
    border-radius: 5px;
}

/* navigation bar 2 */
#nav1 {
    width: 100%;
    height: 13vh;
    border: 1px solid rgb(6, 6, 6);
    background-color: rgba(139, 1, 121, 0.2);
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.search {
    float: right;
    margin-top: 20px;
    margin-left: 60px;
}

.menu1 {
    position: absolute;
}

.menu1 ul {
    margin-top: 8px;
}

.menu1 ul li {
    display: inline;
}

.menu1 ul li img {
    border: 2px solid purple;
    border-radius: 50px;
}

.menu1 ul li {
    padding: 30px;
}

.menu1 ul li a :hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid purple;
    border-bottom: 2px solid purple;
    border-radius: 5px;
}

/* banner */
.ban {
    width: 100%;
    background-image: url(./banner2.gif);
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/* mid */
.mid {
    width: 100%;
    margin-top: 10px;
    height: 132vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap {
    width: 80%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 5px;
}

.midrap h1 {
    font-size: 25px;
    text-align: center;
    color: purple;
}

/* second row */
.bigbox {
    margin-top: 15%;
    background-color: rgba(93, 33, 33, 0.2);
    border: 1px solid white;
    border-radius: 15px;
    padding: 15px; 
}

.box img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: 10px;
    border-radius: 10px;
}

.box h4 {
    font-size: 15px;
    text-align: center;

}

.box ul li {
    display: inline;
    font-size: 20px;
}

.box ul li a {
    color: black;
    margin-left: 40%;
}

.bigbox1 {
    height: 4vh;
    width: 95%;
    background-color: deeppink;
    border-radius: 10px;
    margin-left: 10px;
}

.box1 {
    color: aliceblue;
    font-size: 15px;
    margin-top: 5%;
    margin-left: 62px;
    padding: auto;
}

.container {
    display: flex;
    column-gap: 5px;
    margin-top: 8px;
}

.banner2 {
    width: 100%;
    height: 110vh;
    background-image: url(./shopnow.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.shopnowbanner {
    width: 100%;
    height: 110vh;
    background-image: url(./shopnow1.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
/* most searched */
#navigation {
    height: 8vh;
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
    margin-top: 20px;
}
/* middle 2 */
.mid2 {
    width: 100%;
    margin-top: 5px;
    height: 70vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap2 {
     width: 90%; 
     margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto; 
    grid-row-gap: 5px;
    overflow: auto;
}

.midrap2 h1 {
    text-align: center;
}

.bigbox2 {
    margin-top: 5%;
    background-color: rgba(93, 33, 33, 0.2);
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
}

.box2 img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: auto;
    border-radius: 10px;
}

.box2 h4 {
    font-size: 15px;
    text-align: center;

}

.box2 ul li {
    display: inline;
    font-size: 20px;
}

.box2 ul li a {
    color: black;
    margin-left: 40%;
}

.bigbox3 {
    height: 4vh;
    width: 95%;
    background-color: deeppink;
    border-radius: 10px;
    margin-left: 10px;
}

.box3 {
    color: aliceblue;
    font-size: 15px;
    margin-top: 10%;
    margin-left: 62px;
    padding: auto;
}

/* brands */
/* nav bar 3 */
#nav2 {
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
    margin-bottom: 20px;

}

#nav3 {
    height: 29vh;
    width: 100%;
    background: linear-gradient(to bottom, lightgrey, pink, deeppink);
}

.navrap2 {
    width: 80%;
     margin: auto; 
}

.menu2 {
    position: absolute;
}

.menu2 ul li {
    display: inline;
}

.menu2 ul li img {
    border-radius: 70px;
}

.menu2 ul li {
    padding: 30px;
}

.menu2 ul li a :hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid purple;
    border-bottom: 2px solid purple;
    border-radius: 5px;
}
/* offers nav */
#navigation1 {
    height: 2vh;
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
    margin-top: 20px;
}
/* middle 3 */
.mid3 {
    width: 100%;
    margin-top: 10px;
    height: 70vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap3 {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 12px;
    grid-row-gap: 5px;
    margin-left: 20px; 

}
.bigbox4 {
    margin-top: 15%;
    background-color: rgba(93, 33, 33, 0.2);
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
}

.box4 img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: auto;
    border-radius: 10px;
}

.box4 h4 {
    font-size: 15px;
    text-align: center;

}

.box4 ul li {
    display: inline;
    font-size: 18px;
}

.box4 ul li a {
    color: black;
    margin-left: 15%;
}

.bigbox5 {
    height: 4vh;
    width: 95%;
    background-color: deeppink;
    border-radius: 10px;
    margin-left: 10px; 
}

.box5 {
    color: aliceblue;
    font-size: 15px;
    margin-top: 10%;
    margin-left: 62px;
    padding: auto;
}
/* banner 2 */
.newbanner {
    width: 100%;
    background-image: url(./bann6.webp);
    height: 70vh;
    background-size:100%;
    background-repeat: no-repeat;
}

/* middle 4 */
.mid4 {
    width: 100%;
    margin-top: 10px;
    height: 140vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap4 {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 12px;
    grid-row-gap: 5px;
    margin-left: 20px;
}
.bigbox6 {
    margin-top: 15%;
    background-color: rgba(93, 33, 33, 0.2);
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
}

.box6 img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: auto;
    border-radius: 10px;
}

.box6 h4 {
    font-size: 15px;
    text-align: center;

}

.box6 ul li {
    display: inline;
    font-size: 18px;
}

.box6 ul li a {
    color: black;
    margin-left: 40%; 
}

.bigbox7 {
    height: 4vh;
    width: 95%;
    background-color: deeppink;
    border-radius: 10px;
    margin-left: 10px; 
}

.box7 {
    color: aliceblue;
    font-size: 15px;
    margin-top: 10%;
    margin-left: 62px;
    padding: auto;
}
 
/* banner 3 */
.newbanner2 {
    width: 100%;
    background-image: url(./banner5.gif);
    height: 70vh;
    background-size:100%;
    background-repeat: no-repeat;
}

/* nivea */
/* brands */
/* nav bar 3 */
#nav4 {
    height: 8vh; 
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
 } 

#nav4 {
    height: 75vh;
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
    
} 

.navrap3 {
    width: 80%;
}

.menu3 {
    position: absolute;
}
.menu3 h5{
    margin-left: 40%;
}
.menu3 ul li {
    display: inline;
}
.menu3 ul li img {
    border-radius: 70px;
    height: 10vh;
}

.menu3 ul li {
    padding: 30px;
} 
/* nivea products */
.mid5 {
    width: 100%;
    margin-top: 10px;
    height: 70vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap5 {
    /* width: 80%; */
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto; 
    grid-column-gap: 12px;
    grid-row-gap: 5px;
    /* margin-left: 100px;  */
    overflow: scroll;
}

.midrap5 h1 {
    text-align: center;
} 

.bigbox9 {
    margin-top: 40%;
    background-color: rgba(93, 33, 33, 0.2);
    margin-left: 10px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px;
}

.box9 img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: auto;
    border-radius: 10px;
}

.box9 h4 {
    font-size: 15px;
    text-align: center;

}

.box9  ul li {
    display: inline;
    font-size: 20px;
}

.box9 ul li a {
    color: black;
    margin-left: 40%;
}

.bigbox10 {
    height: 4vh;
    width: 95%;
    background-color: deeppink;
    border-radius: 10px;
    margin-left: 10px;
}

.box10 {
    color: aliceblue;
    ;
    font-size: 15px;
    margin-top: 10%;
    margin-left: 62px;
    padding: auto;
}
.newbanner4 {
    margin-top: 26px;
    width: 100%;
    background-image: url(./luxe.avif);
    height: 18vh;
    background-size:100%;
     background-repeat: no-repeat; 
}
.luxecontainer {
    display: flex;
}

.luxeban1 {
    width: 30%;
    height: 30vh;
    background-image: url(./urban.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.luxeban2 {
    width: 25%;
    height: 30vh;
    background-image: url(./pixi3.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.luxeban3 {
    width: 25%;
    height: 30vh;
    background-image: url(./dyson.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.luxeban4 {
    width: 25%;
    height: 30vh;
    background-image: url(./dior.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
/* banner 4 */
.newbanner3 {
    /* margin-top: 80px; */
    width: 100%;
    background-image: url(./endbanner.webp);
    height: 75vh;
    background-size:100%;
     background-repeat: no-repeat; 
}

/* footer  */
 .footer{
    width: 100%;
    height: 35vh;
    background: linear-gradient(white,pink);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding-top: 20px;
}
#icon1{
    margin-top: 10px;
}
.box8 ul li{
    list-style: none;
    font-size: 20px;
}
.box8 ul li a{
    color: black;
    font-size: 20px;
} 