*{
    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: 10vh;
}
.midrap{
    width: 80%;
    margin: auto;
}
.midrap h3{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Middle */
.mid1{
    width: 100%;
    height: 188vh;
    /* background-color: black; */
}
.midrap1{
    width: 90%;
    margin: auto;
}
.box{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 20px;
}
/* .box1{
    border: 1px solid black;
    border-radius: 10px;
} */
.container {
    position: relative;
    width: 50%;
}
  
.image {
    display: block;
    width: 100%;
    height: 35vh;
}
  
.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{
    /* width: 80%; */
    height: 35vh;
}
.box2 h4{
    padding-top: 20px;
    text-align: center;
    color: rgb(113, 6, 27);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}  
.box2 h3{
    font-size: 20px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box2 p{
    text-align: center;
    font-weight: bold;
}
#star{
    color: rgb(233, 200, 14);
}
#check{
    color: rgb(31, 168, 241);
}
/* 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;
}