* {
    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 */
.ban1 {
    width: 100%;
    background-image: url(./offersbanner.avif);
    height: 50vh;
    background-size: 100%;
    background-repeat: no-repeat;
}

#nav3 {
    height: 39vh;
    width: 100%;
    background: linear-gradient(to bottom, lightgrey, pink, deeppink);
}

.navrap2 {
    width: 80%;
     margin: auto;
    
}

.menu2 {
    position: absolute;
}
.menu2 h3{
    text-align: center;
}
.menu2 ul li {
    display: inline;
}

.menu2 ul li img {
    /* margin-top: 15px; */
    border-radius: 10px;
}

.menu2 ul li {
    padding: 25px;
}

.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;
}

/* best steals */
#nav4 {
    height: 40vh;
    width: 100%;
}

.navrap3 {
    width: 80%;
     margin: auto; 

}
/* middle 3 */
.mid3 {
    width: 100%;
    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;

}
.bigbox4 {
    margin-top: 5%; 
    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: 12px; 
    padding: auto;
}
/* banner */

.banner4 {
    margin-top: 20px;
    width: 100%;
    background-image: url(./major.webp);
    height: 20vh;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* offer */
#nav4 {
    height: 39vh;
    width: 100%;
 background: linear-gradient(to bottom, lightgrey, pink, deeppink); 
}

.navrap3 {
    width: 80%;
     margin: auto;
    
}

.menu3 {
    position: absolute;
}
.menu3 h3{
    text-align: center;
}
.menu3 ul li {
    display: inline;
}

.menu3 ul li img {
    /* margin-top: 15px; */
    border-radius: 10px;
}

.menu3 ul li {
    padding: 40px;
}

.menu3 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;
}

/* offer */
#nav5 {
    height: 40vh;
    width: 100%;
    background: linear-gradient(to bottom, lightgrey, pink, deeppink);
}

.navrap4 {
    width: 80%;
    margin: auto;
}

#nav5 h3{
    text-align: center;
    margin-top: 10px;
}
.navrap4 ul li{
    display: inline;
}
.navrap4 ul li a img{
    margin-top: 17px;
    margin-left: 60px; 
}
 .banner5 {
    width: 100%;
    background-image: url(./gift.avif);
    height: 32vh;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 47%;
}
.banner6 {
    width: 100%;
    background-image: url(./lastban.avif);
    height: 18vh;
    background-size: 100%;
    background-repeat: no-repeat;
} 

.mobile{
    background:linear-gradient( to right white, pink);
}
.mobile h2{
    text-align: center;
    margin-top: 10px;
}
.image{
    height: 30vh;
    width: 100%;
}
.imagerap{
    height: 30vh;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2px;
    margin-left: 50px; 
}
    .imagerap{
        margin-top: 30px;
    }
/* 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;
}  