*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.banner{
    width: 100%;
    height: 15vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.729),rgba(0, 0, 0, 0.647)),url(5.jpg);
    background-size: cover;
    background-position: center;
}
body{
    background: #fff;
    background-size: cover;
    background-position: center;
}
.navbar{
    width: 85%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
     width: 200px;
     cursor: pointer;
}
.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
    color: #fff;
}
.active, .cafeteria ul li:hover{
    background: rgb(0, 130, 163);
    border-radius: 20px;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.navbar ul li a:hover{
    color: aqua;
}
.cafeteria{
    background: rgb(0, 199, 235);
    text-align: center;
}
.cafeteria ul{
    display: inline-flex;
    list-style: none;
    color: rgb(255, 255, 255);
}
.cafeteria ul li{
    width: 170px;
    margin: 20px;
    padding : 5px;
}
.cafeteria ul li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    width: 70px;
}
.active, .cafeteria ul li a:hover{
    color: #e9e9e9;
}
.cafeteria .fa{
    margin-right: 8px;
}
.part{
    display: none;
}
.cafeteria ul li:hover .part{
    display: block;
    position: absolute;
    background: rgb(0, 199, 235);
    margin-top: 5px;
    margin-left: -5px;
}
.cafeteria ul li:hover .part ul{
    display: block;
    margin: 10px;

}
.cafeteria ul li:hover .part ul li{
    width: 110px;
    padding: 1px;
    border-bottom: 1px dotted rgb(0, 0, 0);
    background: transparent;
    text-align: left;
}
.cafeteria ul li:hover .part ul li:last-child{
    border-bottom: none;
}
.cafeteria ul li:hover .part ul li a:hover{
    color: #2514a6;
}
.container{
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(bg.jpg);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    width: 350px;
    height: 500px;
    box-shadow: 0 0 40px 20px rgba(0,0,0,0.26);
    perspective: 1000px;
}
.inner-box{
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.card-back, .card-front{
     position: absolute;
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: cover;
     background: rgba(255, 255, 255, 0.87);
     padding: 55px;
     box-sizing: border-box;
     backface-visibility: hidden;
}
.card-back{
    transform: rotateY(-180deg);
}
.card h2{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.input-box{
    width: 100%;
    background: transparent;
    border: 1px solid rgb(0, 0, 0);
    margin: 6px;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    color: rgb(0, 0, 0);
}
::placeholder{
    color: rgb(0, 0, 0);
    font-size: 12px;
}
span{
    font-size: 13px;
}
.check{
    height: 10px;
    cursor: pointer;
}
button{
    width: 100%;
    background: transparent;
    border: 1px solid rgb(0, 0, 0);
    margin: 35px 0 10px;
    height: 32px;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
}
.submit-btn{
    position: relative;
}
.card, .btn{
    margin-top: 70px;
}
.card a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;

}
.slider{
    width: 750px;
    height: 430px;
    margin: 10px auto;
    background: url(4.jpg);
    background-size: 100%;
    animation: slide 10s infinite;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}
@keyframes slide{
    25%{
        background: url(1.jpg);
        background-size: 100%;
    }
    50%{
        background: url(2.jpg);
        background-size: 100%;
    }
    75%{
        background: url(3.jpg);
        background-size: 100%;
    }
    100%{
        background: url(4.jpg);
        background-size: 100%;
    }
}
.som{
    width: 35%;
    margin-left: 10vh;
}
/*Products*/
.products{
    width: 100%;
    height: 500px;
    padding: 25px 0;
}
.products .box{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px 0;
}
.image{
    width: 150px;
    height: 170px;
    margin-top: 10px;
}
p{
    margin-top: 20px;
}
h3{
    color: red;
    margin-top: 10px;
}
.listt{
    list-style: none;
    line-height: 1.2;
    height: 500px;
    margin-top: 50px;
}
h4{
    color: rgb(24, 196, 253);
}
.listt a{
    text-decoration: none;
    color: black;
    margin-left: 10vh;
}
.listt a .fa{
    margin-right: 8px;
}
.products .box .card1{
    width: 300px;
    height: 350px;
    box-shadow: 0 0 8px  #999999;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    background: #ffffff;
    margin-top: 10px;
    border: 1px solid #999999;
}
.bn1{
    margin-left: 12%;
    margin-top: 30px;
}
.yt{
    margin-top: 10px;
    margin-left: 30%;
}
html{
    scroll-behavior: smooth;
}