*{
    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);
}

/* banner */
.ban{
    width: 100%;
    height: 80vh;
    background-image: url(./49.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    /* background-position: center; */
}
.banrap{
    width: 100%;
    height: 80vh;
    /* background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1)); */
}
.banrap1{
    padding-top: 250px;
    margin-left: 120px;
}
.info{
    width: 30%;
    height: 15vh;
    background: linear-gradient(to right,rgba(0,0,0,0.5), rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    border: 2px solid white;
}
.info h1{
    color: rgb(254, 253, 253);
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    padding-left: 30px;
    font-weight: bold;
}
.info h3{
    /* padding-top: 10px; */
    padding-left: 30px;
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
}

/* Middle */
.mid{
    width: 100%;
    height: 90vh;
    margin-top: 30px;
    /* background-color: aqua; */
}
.midrap{
    width: 80%;
    margin: auto;
}
.box{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.box1{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    border: 1px solid grey;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: linear-gradient(to left, rgb(224, 224, 224), rgb(254, 254, 254)); */
    background-color: aliceblue;
}
.box1:hover{
    /* box-shadow: 0 2px 4px rgb(76, 76, 76); */
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;

}
.box3 h3{
    /* padding-left: 10px; */
    padding-right: 5px;
    padding-top: 40px;
    font-size: 25px;
    text-align: center;
}
.box3 p{
    /* font-size: 20px; */
    text-align: justify;
    text-align: center;
}
.box3 h4{
    font-weight: bold;
    text-align: center;
}

/* Middle */
.mid1{
    width: 100%;
    height: 45vh;
}
.midrap1{
    width: 50%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}
.box4{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    border: 1px solid grey;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: linear-gradient(to left, rgb(224, 224, 224), rgb(254, 254, 254)); */
    background-color: aliceblue;
}
.box4:hover{
    /* box-shadow: 0 2px 4px rgb(76, 76, 76); */
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.box6 h3{
    /* padding-left: 10px; */
    padding-right: 5px;
    padding-top: 40px;
    font-size: 25px;
    text-align: center;
}
.box6 p{
    /* font-size: 20px; */
    text-align: justify;
    text-align: center;
}
.box6 h4{
    font-weight: bold;
    text-align: center;
}
/* 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;
}