* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* #nav {
    width: 100%;
    height: 6vh;
}

.navrap {
    width: 100%;
    height: 5vh;
    background-color: orangered;
    padding-top: 10px;
} */

/* .navrap p {
    text-align: center;
}

.ram u a {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
} */

/* navigation bar */
#nav {
    width: 100%;
    height: 6vh;
    background-color: orangered;
}

.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: rgba(255, 68, 0, 0.593);
}

.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;
    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;
} */
/* banner */
.ban {
    width: 100%;
    height: 85vh;
    background-image: url(./ban24.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.banrap {
    width: 100%;
    height: 85vh;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.592))
}

.banrap1 {
    padding-top: 60px;
    margin-left: 600px;
}

.company h1 {
    font-size: 65px;
    color: orangered;
}

.company p {
    color: rgb(255, 183, 0);
    font-size: 20px;
}

/* 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: 55vh;
    /* background-color: aqua; */
}

.midrap1 {
    width: 86%;
    margin: auto;
}

.box {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;


}

.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; */
   height: 23vh;
   width: 100%;

}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    margin-left: 11.5px;
    margin-top: -20px;
}

.container:hover .overlay {
    opacity: 1;
}
/* Footer */
.foot {
    width: 100%;
    height: 60vh;
    background-color: orangered;
}

.footrap {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}

.box46 img {
    width: 20%;
    height: 10vh;
    margin-top: 8px;
    margin-left: 115px;
}

.box46 h1 {
    color: yellow;
    text-align: center;
    font-size: 25px;
    padding-top: 60px;
}

.box46 h2 {
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}

.box47 h1 {
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}

.box47 p {
    color: whitesmoke;
    text-align: center;
    font-size: 15px;
    padding-top: 12px;
    font-weight: bolder;
}

.box48 h1 {
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}

.box48 p {
    color: whitesmoke;
    text-align: center;
    font-size: 15px;
    padding-top: 12px;
    font-weight: bolder;
}

.box49 h1 {
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}

.box49 h2 {
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}

.box49 h2 a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bolder;

}

.box49 h2 i a{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.foot4 {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, orangered,rgb(0, 0, 0));
}

.footer4 {
    width: 80%;
    margin: auto;
}

.logo4 h1 {
    font-size: 25px;
    text-align: center;
    color: white;
    padding-top: 25px;
    padding-left: 25px;
    font-style: oblique;
}
