* {
    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;
} */
/* banner1 */

/* Banner */
.ban{
    background-image: url(./ban7.jpg);
    width: 100%;
    height: 120vh;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 120vh;
    background: linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}
.banrap1{
    padding-top: 180px;
    margin-left: 320px;
}
.info{
    width: 70%;
    height: 70vh;
    background-color: whitesmoke;
    border-top: 12px solid orangered;
}
.inforap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box{
    border-right: 1px solid black;
    margin-top: 40px;
    width: 100%;
}
.box h1{
    padding-top: 30px;
    font-size: 60px;
    color: black;
    font-weight: bolder;
    font-family: 'Calistoga', 'cursive';
}
.box h2{
    padding-top: 20px;
    font-size: 25px;
    color: black;
    font-weight: lighter;
}
.box1{
    margin-top: 20px;
    margin-right: 60px;
}
.box2 h1{
    padding-top: 50px;
    font-size: 25px;
    color: black;
    font-weight: bolder;
    padding-left: 8px;
    font-family: 'Cantata One', 'serif';
}
.container table tr th{
    font-size: 30px;
    padding-top: 10px;
}
#name1{
    width: 100%;
    height: 6vh;
    margin-left: 8px;
    border-radius: 2px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.box3 h1{
    padding-top: 15px;
    font-size: 25px;
    color: black;
    font-weight: bolder;
    padding-left: 8px;
    font-family: 'Cantata One', 'serif';
}
.container1 table tr th{
    font-size: 30px;
    padding-top: 10px;
}
#name2{
    width: 100%;
    height: 6vh;
    margin-left: 8px;
    border-radius: 2px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.box4 h1{
    padding-top: 15px;
    font-size: 25px;
    color: black;
    font-weight: bolder;
    padding-left: 8px;
    font-family: 'Cantata One', 'serif';
}
.container2 table tr th{
    font-size: 30px;
    padding-top: 10px;
}
#name3{
    width: 100%;
    height: 6vh;
    margin-left: 8px;
    border-radius: 2px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.box5{
    background-color: orangered;
    margin-top: 35px;
    margin-left: 11px;
    width: 100%;
    height: 6vh;
}
.box5 h1{
    font-size: 25px;
    color: whitesmoke;
    padding-top: 7px;
    text-align: center;
    font-weight: bolder;
}
.box5:hover{
    background-color: orange;
    box-shadow: 0 0 3px 6px;
}
/* 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;
}
