*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
#nav{
    width: 100%;
    height: 6vh;
    background-color: aliceblue;
}
.navrap{
    width: 100%;
    height: 8vh;
}
.navrap h4{
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
    color: black;
    font-family: cursive;
}

/* 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);
}
/* .box26:hover{
    box-shadow: 0 0 5px black;
} */
/* Middle */
.mid{
    width: 100%;
    height: 10vh;
}
.midrap{
    width: 90%;
    margin: auto;
}
.midrap 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 */
.mid1{
    width: 100%;
    height: 32vh;
    /* background-color: aqua; */
}
.midrap1{
    width: 86%;
    margin: auto;
}
.box{
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* grid-column-gap: 20px; */
}
.box1 h4{
    padding-top: 12px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.container{
    position: relative;
    width: 50%;
}
  
.image{
    display: block;
    width: 100%;
    height: 25vh;
}
  
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    opacity: 0;
    transition: .5s ease;
}
.container:hover .overlay {
    opacity: 1;
}

/* Middle */
.mid2{
    width: 100%;
    height: 10vh;
}
.midrap2{
    width: 90%;
    margin: auto;
}
.midrap2 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 */
.mid3{
    width: 100%;
    height: 65vh;
    /* background-color: aqua; */
}
.midrap3{
    width: 90%;
    margin: auto;
}
.box2{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    /* border: 2px solid black; */
}
.box3{
    display: grid;
    grid-template-columns: auto;
    border: 1px solid rgb(222, 219, 219);
    border-radius: 15px;
}
.box3:hover{
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.box4 img{
    width: 100%;
    height: 40vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box4 p{
    border-radius: 20px;
    background-color: rgb(252, 180, 14);
    text-align: center;
    color: black;
    font-weight: bolder;
    margin-left: 40px ;
    margin-right: 40px;
    margin-top: 5px;
}
.box6{
    display: grid;
    grid-template-columns: auto auto;
}
#star{
    color: rgb(241, 191, 65);
}
.box7 a{
    text-decoration: none;
    background-color: black;
    font-size: 18px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-weight: normal;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    padding: 10px;
}
.box7 a:hover{
    /* box-shadow: 0 0 4px rgb(88, 87, 87); */
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Middle */
.mid4{
    width: 100%;
    height: 10vh;
}
.midrap4{
    width: 90%;
    margin: auto;
}
.midrap4 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 */
.mid5{
    width: 100%;
    height: 23vh;
    background-color: aliceblue;
}
.midrap5{
    width: 90%;
    margin: auto;
}
.box8{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.box9 a{
    text-decoration: none;
    color: black;
}
.box9 img{
    height: 15vh;
}
.box9 h4{
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

/* Middle */
.mid6{
    width: 100%;
    height: 10vh;
}
.midrap6{
    width: 90%;
    margin: auto;
}
.midrap6 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 */
.mid7{
    width: 100%;
    height: 68vh;
    /* background-color: aqua; */
}
.midrap7{
    width: 90%;
    margin: auto;
}
.box10{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    /* border: 2px solid black; */
}
.box11{
    display: grid;
    grid-template-columns: auto;
    border: 1px solid rgb(222, 219, 219);
    border-radius: 15px;
}
.box11:hover{
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.box12 img{
    width: 100%;
    height: 40vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box12 p{
    border-radius: 20px;
    background-color: rgb(252, 180, 14);
    text-align: center;
    color: black;
    font-weight: bolder;
    margin-left: 40px ;
    margin-right: 40px;
    margin-top: 5px;
}
.box13{
    display: grid;
    grid-template-columns: auto auto;
}
#star{
    color: rgb(241, 191, 65);
}
.box14 a{
    text-decoration: none;
    background-color: black;
    font-size: 18px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-weight: normal;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    padding: 10px;
}
.box14 a:hover{
    /* box-shadow: 0 0 20px rgb(187, 186, 186); */
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Middle */
.mid8{
    width: 100%;
    height: 25vh;
}
.midrap8{
    width: 55%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 15px;
}
.midrap8 h4{
    text-align: justify;
    /* text-align: left; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box15 img{
    width: 50%;
    height: 15vh;
}
/* Middle */
.mid9{
    width: 100%;
    height: 65vh;
    background-color: black;
}
.midrap9{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 18px;
}
.box16 img{
    height: 50vh;
}
.box16 h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    /* background-color: rgb(229, 236, 243); */
    background: linear-gradient(to right,rgb(245, 53, 53),rgb(0, 0, 0), rgb(248, 63, 63));
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid white;
}
.mid9:hover{
    background-color: aliceblue;
}

/* Middle */
.mid10{
    width: 100%;
    height: 10vh;
}
.midrap10{
    width: 90%;
    margin: auto;
}
.midrap10 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 */
.mid11{
    width: 100%;
    height: 65vh;
    /* background-color: aqua; */
}
.midrap11{
    width: 90%;
    margin: auto;
}
.box17{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    /* border: 2px solid black; */
}
.box18{
    display: grid;
    grid-template-columns: auto;
    border: 1px solid rgb(222, 219, 219);
    border-radius: 15px;
}
.box18:hover{
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.box19 img{
    width: 100%;
    height: 40vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box19 p{
    border-radius: 20px;
    background-color: rgb(252, 180, 14);
    text-align: center;
    color: black;
    font-weight: bolder;
    margin-left: 40px ;
    margin-right: 40px;
    margin-top: 5px;
}
.box20{
    display: grid;
    grid-template-columns: auto auto;
}
#star{
    color: rgb(241, 191, 65);
}
.box21 a{
    text-decoration: none;
    background-color: black;
    font-size: 18px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-weight: normal;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    padding: 10px;
}
.box21 a:hover{
    /* box-shadow: 0 0 20px rgb(187, 186, 186); */
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Middle */
.mid14{
    width: 100%;
    height: 100vh;
    background-color: black;
}
.midrap14{
    width: 90%;
    margin: auto;
}
/* Middle */
.mid12{
    width: 100%;
    height: 10vh;
}
.midrap12{
    width: 90%;
    margin: auto;
}
.midrap12 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 */
.mid13{
    width: 100%;
    height: 50vh;
    /* background-color: aqua; */
}
.midrap13{
    width: 90%;
    margin: auto;
}
.box22{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 15px;
}

/* 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;
}