* {
    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(./babystore.jpg!bw700);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
}
/* brands */
/* nav bar 3 */
#nav3 {
    height: 40vh;
    width: 100%;
    background: linear-gradient(to bottom, lightgrey, pink, deeppink);
}

.navrap2 {
    width: 80%;
    margin: auto;
}

#nav3 h2{
    margin-top: 10px;
}
.navrap2 ul li{
    display: inline;
}
.navrap2 ul li a img{
    margin-top: 15px;
    border-radius: 80px;
    margin-left: 25px;
}

.navrap2 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;
}
/* mid */
.mid {
    width: 100%;
    margin-top: 10px;
    height: 132vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 12px;
    grid-row-gap: 4px;
    margin-left: 12px;
}

.midrap h1 {
    font-size: 25px;
    text-align: center;
    color: purple;
}

/* rows*/
.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;
}


/* offers nav */
#navigation1 {
    height: 2vh;
    width: 100%;
    background: linear-gradient(to right, lightgrey, pink);
    margin-top: 5%;
}
/* middle 3 */
.mid3 {
    width: 100%;
    margin-top: 10px;
    height: 70vh;
    background: linear-gradient(to right, lightgrey, pink);
}

.midrap3 {
      width: 100%;  
     display: grid; 
     grid-template-columns: auto auto auto auto auto auto auto;
    grid-row-gap: 2px; 
    overflow: auto;
    margin: auto;

}
.bigbox4 {
    margin-top: 15%;
    background-color: rgba(93, 33, 33, 0.2);
    border: 1px solid white;
    border-radius: 15px;
    padding: 14px; 
}

.box4 img {
    margin-top: 10%;
    border: 2px solid white;
    margin-left: 10px; 
    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: 19%;
}

.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;
}
/* footerbanner */
.banner3 {
    width: 100%;
    height: 73vh;
    background-image: url(./nykaaa.avif);
    background-repeat: no-repeat;
    background-size:cover;
     margin-top: 2px; 
}
/* footer  */
.footer{
    width: 100%;
    height: 34vh;
    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;
} 