*{
    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;
}

/* heading */
.head{
    width: 100%;
    height: 10vh;
    background-color: white;
}
.headrap{
    width: 80%;
    margin: auto;
}
.com p{
    color: rgb(36, 36, 36);
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

/* middle */
.mid{
    width: 100%;
    height: 370vh;
    background-color: white;
}
.midrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box{
    background-color:rgb(252, 244, 244);
    border: 2px solid whitesmoke;
    height: 120vh;
}
.box img{
    width: 100%;
    height: 90vh;
    margin-top: 10%;
}
.box h1{
    font-size: 15px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
/* banner1 */
.ban1{
    width: 100%;
    height: 80vh;
    background-color: white;
}
.banrap1{
    width: 90%;
    margin: auto;
    height: 75vh;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0%;
    background-color: rgb(252, 244, 244);
}
.description p{
    font-size: 40px;
    margin-left: 3%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-transform: uppercase;
}
.description h1{
    color: black;
    font-size: 30px;
    margin-left: 3%;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.description span{
    color: rgb(75, 74, 74);
    font-size: 20px;
    text-transform: capitalize;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* banner2 */
.ban2{
    width: 100%;
    height: 280vh;
    background-color: white;
}
.banrap2{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.des{
    background-color:rgb(253, 234, 255);
    border: 2px solid whitesmoke;
    height: 130vh;
}
.des img{
    width: 100%;
    height: 70vh;
    margin-top: 10%;
}
.des h1{
    color: black;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.des p{
    font-size: 15px;
    color: rgb(42, 41, 41);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.des span{
    width: 100%;
    background-color: black;
    border: 2px solid black;
    border-radius: 50px;
    padding: 15px;
    margin-left: 38%;
}
.des span a{
    color: white;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
}
.des 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);
}