*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* 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: 60vh;
    /* background-color: #000; */
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    margin-top: 40px;
}
.img-magnifier-container {
    position:relative;
}
  
.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 120px;
    height: 15vh;
}
.box h2{
    padding-top: 40px;
    text-align: justify;
    text-align: left;
    font-weight: lighter;
}
.box p{
    /* padding-top: 20px; */
    font-weight: bold;
}
#star{
    color: rgb(221, 196, 60);
}
#check{
    color: rgb(29, 131, 226);
} 
.box a{
    text-decoration: none;
    /* padding: 5px; */
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(184, 9, 108);
    text-align: center;
    border-radius: 15px;
    margin-top: 20px;
    padding-top: 15px;
}
.box a:hover{
    color:rgb(184, 9, 108); 
    background-color: white;
    border: 1px solid plum;
}
.box{
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 20px;
}
/* Middle */
.mid1{
    width: 100%;
    height: 15vh;
}
.midrap1{
    width: 80%;
    margin: auto;
    margin-top: 10px;
}
/* Middle */
.mid2{
    width: 100%;
    height: 55vh;
}
.midrap2{
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.box1{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px; 
}
.box2{
    border: 1px solid black;
}
.box2:hover{
    box-shadow: 0 0 10px black;
}
.box2 h4{
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.box2 p{
    padding-left: 20px;
}
/* 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;
}