*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* Navigation bar */
.navigation{
    background-color: rgb(255, 255, 255);
}
.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: black !important;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menu:hover{
    border-bottom: 3px solid rgb(221, 49, 83);
}
.search{
    margin-left: 50px;
}
.CATEGORIES{
    width: 100%;
    height: 30vh;
}
.CATEGORIESRAP{
    width: 80%;
    /* margin: auto; */
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.box26{
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 5px; */
}
.box27 img{
    height: 8vh;
}
.box27 li a:hover{
    color: rgb(142, 13, 13);
    /* font-weight: bold; */
}
/* .box26:hover{
    box-shadow: 0 0 5px black;
} */

/* Middle */
.mid{
    width: 100%;
    height: 85vh;
    /* background-color: #000000; */
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    /* border: 2px solid black; */
    
}
.box{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    margin-top: 50px;
    /* border: 2px solid black; */
}
.box1{
    display: grid;
    grid-template-columns: auto;
}
.box2{
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 15px;
}
.box4{
    display: grid;
    grid-template-columns: auto;
    /* grid-row-gap: 10px; */
    /* border: 1px solid brown; */
}
#star{
    color: rgb(247, 216, 42);
    font-size: 25px;
}
#check{
    color: rgb(20, 183, 247);
    font-size: 25px;
}
.box5 p{
    padding-top: 90px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.box5 h2{
    /* padding-top: 15px; */
    font-size: 40px;
    font-family:'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px #888787;
}
.box5 h4{
    /* padding-bottom: 50px; */
    font-size: 25px;
}
.dot1{
    height: 35px;
    width: 40px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}
.dot1:hover{
    border: 3px solid rgb(240, 180, 69);
}
.dot2{
    height: 35px;
    width: 40px;
    background-color: rgb(248, 159, 174);
    border-radius: 50%;
    display: inline-block;
}
.dot2:hover{
    border: 3px solid rgb(240, 180, 69);
}
.dot3{
    height: 35px;
    width: 40px;
    background-color: rgba(0, 128, 0, 0.629);
    border-radius: 50%;
    display: inline-block;
}
.dot3:hover{
    border: 3px solid rgb(240, 180, 69);
}
.dot4{
    height: 35px;
    width: 40px;
    background-color: rgb(139, 137, 137);
    border-radius: 50%;
    display: inline-block;
}
.dot4:hover{
    border: 3px solid rgb(240, 180, 69);
}
.box5 a{
    text-decoration: none;
    text-align: center;
    padding: 15px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
    background-color: rgb(247, 188, 14);
    border-radius: 15px;
    /* padding-top: 15px; */
}
.box5 a:hover{
    background-color: rgb(244, 215, 87);
    color: white;
}
.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: 100px;
    height: 100px;
}
div.gallery {
    border: 1px solid rgb(200, 198, 198);
}
  
div.gallery:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  
div.gallery img {
    width: 100%;
    height: 20vh;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 100%;
}
@media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
}
  
@media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Middle */
.mid1{
    width: 100%;
    height: 30vh;
}
.midrap1{
    width: 55%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 15px;
}
.midrap1 h4{
    text-align: justify;
    /* text-align: left; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box7 img{
    width: 50%;
    height: 15vh;
}

/* Middle */
.mid2{
    width: 100%;
    height: 28vh;
    background-color: #000;
}
.midrap2{
    width: 80%;
    margin: auto;
}
.midrap2 h1{
    color: white;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
}
.midrap2 p{
    text-align: justify;
    text-align: center;
    color: whitesmoke;
}
/* Middle */
.mid3{
    width: 100%;
    height: 15vh;
}
.midrap3{
    width: 90%;
    margin: auto;
}
.midrap3 h3{
    padding-top: 10px;
    color: black !important;
    font-weight: normal;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Middle */
.mid4{
    width: 100%;
    height: 55vh;
}
.midrap4{
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.box8{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px; 
}
.box9{
    border: 1px solid black;
}
.box9:hover{
    box-shadow: 0 0 5px black;
}
.box9 h4{
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.box9 p{
    padding-left: 20px;
}

/* Footer */
.footer{
    width: 100%;
    height: 54vh;
    background-color: black;
}
.footrap{
    width: 75%;
    margin: auto;
}
.box24{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:15px;
    padding-top: 40px;
}
.box25 img{
    padding-left: 40px;
    height: 12vh;
}
.box25 p{
    padding-top: 15px;
    padding-left: 15px;
    text-align: justify;
    color: white;
}
.box25 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;
}
.box25 h4{
    color: white;
    font-size: 25px;
}
#arrow{
    color: white;
}
.box25 h6{
    padding-top: 15px;
}
.box25 h3{
    color: white;
    font-weight: lighter;
    padding-top: 20px;
}
.box25 h5{
    color: white;
    padding-top: 15px;
}
.box25 h1{
    font-size: 25px;
    color: white;
}
.box25 a{
    font-size: 20px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
}
.box25 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;
}