*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.nav{
    margin-top: 10px;
    width: 100%;
    height: 13vh;
    background-color: white;
}
.navrap{
    width: 90%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 4cqmin;
    width: 100%;
}
.branding{
    margin-left: 15%;
}
.branding h1{
    width: 75%;
    margin-left: 5%;
    background-color: black;
    border: 2px solid black;
    border-radius: 50px;
    padding: 5px;
    color: white;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
.app ul li a{
    color: black;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu{
    float: left;
}
.menu ul{
    margin-top: 25px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: rgba(53, 49, 49, 0.784);
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.menu ul li a:hover{
    background-color: white;
    color: black;
    border-bottom: 2px solid black;
}
 /* bestseller */
.bs1{
    width: 100%;
    height: 35vh;
    background-color: white;
}
.bsrap1{
    width: 90%;
    margin: auto;
    padding-top: 20px;
}
.com span{
    color: black;
    margin-left: 30%;
    font-size: 70px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}
.com p{
    color: black;
    margin-left: 34%;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* bestsellers2 */
.bs2{
    width: 100%;
    height: 10vh;
    background-color: white;
}
.bsrap2{
    width: 95%;
    margin: auto;
    padding-top: 20px;
}
.com2 p{
    color: rgb(35, 34, 34);
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}

/* middle */
.mid{
    width: 100%;
    height: 580vh;
    background-color: white;
}
.midrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box{
    background-color:rgb(246, 245, 247);
    border: 2px solid whitesmoke;
    height: 110vh;
}
.box img{
    width: 100%;
    height: 70vh;
    margin-top: 10%;
}
.box h1{
    font-size: 15px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.box p{
    font-size: 15px;
    color: rgb(42, 41, 41);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.box span{
    width: 100%;
    background-color: black;
    border: 2px solid black;
    border-radius: 50px;
    padding: 15px;
    margin-left: 35%;
}
.box span a{
    color: aliceblue;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
}
.box span a:hover{
    border-bottom: 2px solid white;
}

/* banner5 */
.ban4{
    width: 100%;
    height: 10vh;
    background-color: black;
}
.banrap4{
    width: 90%;
    margin: auto;
}
.banrap4 h1{
    font-size: 50px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
}
/* banner6 */
.ban5{
    width: 100%;
    height: 40vh;
    background-color: black;
}
.banrap5{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.makeup1 img{
    width: 110%;
    height: 30vh;
    margin-top:10%;
    border-radius: 20%;
    margin-right: 10%;
}
.makeup2 img{
    width: 100%;
    height: 30vh;
    margin-top:10%;
    border-radius: 20%;
    margin-left: 20%;
}
.makeup3 img{
    width: 90%;
    height: 30vh;
    margin-top:10%;
    border-radius: 20%;
    margin-left: 25%;
}
.makeup4 img{
    width: 90%;
    height: 30vh;
    margin-top:10%;
    border-radius: 20%;
    margin-left: 20%;
}
/* banner7 */
.ban6{
    width: 100%;
    height: 25vh;
    background-color: black;
}
.banrap6{
    width: 92%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box1 h1{
    color: white;
    margin-left: 5%;
    font-size: 25px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box1 span{
    width: 100%;
    margin-left: 2%;
    border-radius: 40px;
    padding: 15px;
}
.box1 span a{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box1 span a:hover{
    border-bottom: 2px solid white;
}

/* footer1 */
.foot1{
    width: 100%;
    height: 8vh;
    background-color: black;
}
.footrap1{
    width: 98%;
    margin: auto;
}
.heading h1{
    color: aliceblue;
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* footer2 */
.foot2{
    width: 100%;
    height: 55vh;
    background-color: black;
}
.footrap2{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 10px;
}
.box2 h1{
    color: white;
    margin-left: 5%;
    font-size: smaller;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box2 span{
    width: 100%;
    margin-left: 2%;
    font-size: smaller;
    border-radius: 30px;
    padding: 15px;
    line-height: 3ch;
}
.box2 span a{
    color: gray;
    font-size: smaller;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box2 span a:hover{
    border-bottom: 2px solid white;
    color: white;
}
.box2 p{
    color: gray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: smaller;
}
.box3 h1{
    color: white;
    margin-left: 5%;
    font-size: smaller;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box3 span{
    width: 100%;
    margin-left: 2%;
    padding: 15px;
}
.box3 span a{
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.box3 p{
    font-size: smaller;
    color: gray;
    margin-left: 2%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* footer3 */
.foot3{
    width: 100%;
    height: 12vh;
    background-color: black;
}
.footrap3{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 10px;
}
.box4 p{
    color: white;
    margin-left: 5%;
    font-size: 20px;
}
.box4 p a{
    color: rgb(158, 155, 155);
    font-size: smaller;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box4 p a:hover{
    color: rgb(105, 104, 104);
}