*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 8vh;
    background-color: rgb(130, 4, 4);
}
.navrap{
    width: 100%;
    height: 8vh;
}
.navrap p{
    padding-top: 15px;
    font-size: 25px;
    text-align: center;
    color: white;
}
/* Navigation bar */
.navigation{
    background-color: black;
}
.brand{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px !important;
    font-weight: normal;
    padding-left: 40px;
}
.menu{
    margin-left: 40px;
    color: white !important;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menu:hover{
    border-bottom: 2px solid white;
}
.search{
    margin-left: 50px;
}
/* Middle */
.mid{
    width: 100%;
    height: 15vh;
    margin-top: 10px;
}
.midrap{
    width: 80%;
    margin: auto;
}
.midrap h1{
    text-align: center;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    font-weight: lighter;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: 2px 2px;
}
.midrap p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 20px;
    font-style: oblique;
    color: rgb(97, 94, 94);
}
/* Middle */
.mid1{
    width: 100%;
    height: 15vh;

}
.midrap1{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}
.box{
    background-color: rgb(125, 4, 29);
    border-radius: 40px;
}
.box h1{
    text-align: center;
    color: white;
    font-weight: lighter;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* Middle */
.mid2{
    width: 100%;
    height: 60vh;
    /* background-color: aqua; */
}
.midrap2{
    width: 90%;
    margin: auto;
}
.box1{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
}
.container2 {
    position: relative;
    width: 50%;
}
  
.image2 {
    display: block;
    /* width: 90%; */
    height: 30vh;
    padding-left: 40px;
}
  
.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
}
  
.container2:hover .overlay2 {
    opacity: 1;
}
#photo2{
    display: block;
    /* width: 90%; */
    height: 30vh;
    padding-left: 40px;
}
.box2{
    border: 1px solid black;
    border-radius: 15px;
    height: 55vh;
    box-shadow: 0 0 2px black;
}
.box4{
    background-color: aliceblue;
    height: 24.5vh;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.box4 h4{
    /* text-align: center; */
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.box4 h3{
    padding-left: 25px;
    font-size: 20px;
    color: rgb(157, 15, 43);
}
.box4 a{
    margin-left: 80px;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    background-color: rgb(200, 27, 122);
    color: white;
    font-weight: bold;
}
.box4 a:hover{
    color: rgb(200, 27, 122);
    background-color: white;
}
/* Middle */
.mid3{
    width: 100%;
    height: 15vh;

}
.midrap3{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}
.box5{
    background-color: rgb(125, 4, 29);
    border-radius: 40px;
}
.box5 h1{
    text-align: center;
    color: white;
    font-weight: lighter;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* Middle */
.mid4{
    width: 100%;
    height: 60vh;
    /* background-color: aqua; */
}
.midrap4{
    width: 90%;
    margin: auto;
}
.box6{
    /* border:2px solid black; */
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
}
.box7{
    height: 55vh;
    display: grid;
    grid-template-columns: auto;
    border: 1px solid rgb(9, 3, 102);
    border-radius: 15px;
    box-shadow: 0 0 5px rgb(98, 96, 96);
}
.container {
    position: relative;
    width: 50%;
  }
  
.image {
    display: block;
    width: 90%;
    height: 30vh;
}
  
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
}
  
.container:hover .overlay {
    opacity: 1;
}
.photo{
    display: block;
    width: 90%;
    height: 30vh;
}
.box8{
    /* border: 2px solid brown; */
    background-color:rgb(212, 236, 255);
    border-radius: 15px;
}
.box8 h1{
    font-size: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Times New Roman', Times, serif;
}
.box8 p{
    padding-left: 20px;
}
.box9 a{
    margin-left: 80px;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    background-color: rgb(200, 27, 122);
    color: white;
    font-weight: bold;
}
.box9 a:hover{
    color: rgb(200, 27, 122);
    background-color: white;
}
/* Middle */
.mid5{
    width: 100%;
    height: 45vh;
    background-color:aliceblue;
}
.midrap5{
    width: 80%;
    margin: auto;
}
.midrap5 h3{
    text-align: center;
    font-family: cursive;
    font-weight: bold;
    font-size: 35px;
    color: rgb(174, 74, 174);
}
.midrap5 h1{
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#down{
    padding-left: 570px;
}
.midrap5 p{
    text-align: justify;
    text-align: center;
    color: rgb(168, 40, 97);
    font-weight: bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/* Middle */
.mid6{
    width: 100%;
    height: 20vh;
}
.midrap6{
    width: 80%;
    margin: auto;
}
.midrap6 h1{
    padding-top: 15px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px #ccea1f;
    color: rgb(77, 11, 163);
}
.midrap6 h3{
    text-align: center;
    color: rgb(141, 139, 139);
    font-size: 20px;
    text-shadow: 0 0 2px rgb(90, 89, 89);
}

/* Middle */
.mid7{
    width: 100%;
    height: 53vh;
    background-color: aliceblue;
}
.midrap7{
    width: 90%;
    margin: auto;
}
.box10{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 20px;
    margin-top: 20px;
}
.box11{
    display: grid;
    grid-template-columns: auto;
    border: 2px solid rgb(27, 59, 157);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(171, 206, 237);
}
.box12{
    background-color: bisque;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.box12 img{
    /* width: 100%; */
    height: 40vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box12 h4{
    padding-top: 10px;
    text-align: center;
    color: rgb(109, 4, 58);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    /* border-bottom-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
}
/* Banner */
.ban{
    width: 100%;
    height: 50vh;
    background-image: url(./28.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 50vh;
}
/* Middle */
.mid8{
    width: 100%;
    height: 15vh;
    background-color: antiquewhite;
    margin-top: 8px;
}
.midrap8{
    width: 80%;
    margin: auto;
}
.midrap8 h1{
    padding-top: 15px;
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(112, 13, 84);
}
.midrap8 p{
    text-align: center;
    font-size: 20px;
}
/* Middle */
.mid9{
    width: 100%;
    height: 65vh;
    /* background-color: aqua; */
}
.midrap9{
    width: 90%;
    margin: auto;
}
.box13{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    margin-top: 8px;
}
.box14{
    display: grid;
    grid-template-columns: auto;
}
.box15 h4{
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
#BRIGHTEN{
    background-color: rgba(114, 60, 3, 0.23);
}
#GLOW{
    background-color: orange;
}
#AGE{
    background-color: rgb(129, 10, 129);
}
#HYDRATE{
    background-color: rgb(11, 113, 131);
}
#SKIN{
    background-color: rgb(140, 114, 75);
}
#SUN{
    background-color: rgb(253, 154, 25);
}
/* Middle */
.mid10{
    width: 100%;
    height: 78vh;
}
.midrap10{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box16 img{
    height: 75vh;
}
.box17 h4{
    color: rgb(197, 27, 61);
}
.box17 h1{
    text-align: left;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.box17 p{
    text-align: center;
    text-align: justify;
    font-size: 15px;
    color: rgb(112, 110, 110);
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.box17 img{
    padding-left: 150px;
    width: 80%;
    height: 40vh;
}
/* Middle */
.mid11{
    width: 100%;
    height: 15vh;
    background-color: antiquewhite;
    margin-top: 8px;
}
.midrap11{
    width: 80%;
    margin: auto;
}
.midrap11 h1{
    padding-top: 15px;
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(112, 13, 84);
}
.midrap11 p{
    text-align: center;
    font-size: 20px;
}
/* Middle */
.mid12{
    width: 100%;
    height: 73vh;
}
.midrap12{
    width: 90%;
    margin: auto;
}
.box18{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 15px;
    margin-top: 15px;
}
.box19{
    border: 1px solid black;
    border-radius: 5px;
    display: grid;
    grid-template-columns: auto;
    height: 70vh;
}
.container1 {
    position: relative;
    width: 50%;
}
  
.image1 {
    display: block;
    /* width: 100%; */
    height: 43vh;
}
  
.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
}
  
.container1:hover .overlay1{
    opacity: 1;
}
.photo1{
    /* width: 100%; */
    height: 43vh;
} 
.box20{
    background-color: aliceblue;
}
.box20 h1{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}
.box20 p{
    padding-left: 15px;
} 
.box20 a{
    margin-left: 80px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    background-color: rgb(180, 41, 104);
    border-radius: 20px;
    padding: 11px;
}
.box20 a:hover{
    color: rgb(180, 41, 104);
    background-color: white;
    border: 2px solid rgb(180, 41, 104);
}
/* Middle */
.mid13{
    width: 100%;
    height: 15vh;
    background-color: antiquewhite;
    margin-top: 8px;
}
.midrap13{
    width: 80%;
    margin: auto;
}
.midrap13 h1{
    padding-top: 15px;
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(112, 13, 84);
}
.midrap13 p{
    text-align: center;
    font-size: 20px;
}
/* Middle */
.mid14{
    width: 100%;
    height: 65vh;
}
.midrap14{
    width: 84%;
    margin: auto;
}
.box21{
    margin-top: 15px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}
.box22{
    border: 1px solid rgb(50, 49, 49);
    border-radius: 20px;
    height: 62vh;
}
.box22 p{
    padding-top: 10px;
    text-align: center;
}
.box22 a{
    text-decoration: none;
    padding: 11px;
    background-color: rgb(200, 27, 122);
    color: white;
    font-weight: bold;
    border-radius: 20px;
    margin-left: 140px;
}
/* Footer */
.footer{
    width: 100%;
    height: 45vh;
    background-color: black;
}
.footrap{
    width: 75%;
    margin: auto;
}
.box23{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:15px;
    padding-top: 40px;
}
.box24 img{
    padding-left: 40px;
}
.box24 p{
    padding-top: 30px;
    padding-left: 15px;
    text-align: justify;
    color: white;
}
.box24 a i{
    display: inline;
    margin-left: 15px;
}
#face{
    color: rgb(16, 114, 234);
    font-size: 30px;
    background-color: white;
}
#insta{
    color: white;
    font-size: 30px;
    background-color: rgb(156, 6, 111);
}
#you{
    color: rgb(245, 45, 45);
    font-size: 30px;
    background-color: white;
}
.box24 h4{
    color: white;
    font-size: 25px;
}
#arrow{
    color: white;
}
.box24 h6{
    padding-top: 15px;
}
.box24 h3{
    color: white;
    font-weight: lighter;
    padding-top: 20px;
}
.box24 h5{
    color: white;
    padding-top: 15px;
}
.box24 h1{
    font-size: 25px;
    color: white;
}
.box24 a{
    font-size: 20px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
}
.box24 a:hover{
    color: rgb(236, 185, 55);
}
/* Footer */
.footer1{
    width: 100%;
    height: 10vh;
    margin-top: 1px;
    background-color: rgb(3, 40, 10);
}
.footrap1{
    width: 80%;
    margin: auto;
}
.footrap1 h3{
    padding-top: 18px;
    color: white;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#copy{
    color: white;
}