
*{
    padding:0;
    margin:0;
}
body{
    width: 100%;
    height: 100%;
    background-image:url('background.png');
    background-size:cover;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
}
.logo{
    width: 120px;
    height: 70px;
    background-image: url('logo.png');
    background-size:cover;
}
.top{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size:50px ;
    margin-left: -90px;



}
h1{
    font-family: 'Source Code Pro', monospace;
    font-size: 50px;
    font-weight: bold;
    color:green ;
}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 52px;
}
li{
    margin:0px 20px;
    font-size: 26px;
    font-weight: 500;
    color:black;

}
li:hover{
    color:green;
    text-decoration: underline;
    text-underline-position: under;


}
.addcart_loginbutton{
    background-color:white;
    width: 170px;
    height: 50px;
    position: relative;
    right: -320px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    
}
.cartlogin{
    margin-top: 10px;
    margin-left: 210px;
}
.login{
    background-color:red;
    color:white;
    padding:5px 20px;
    border-radius: 30px;
    font-size: 25px;
    font-weight: bold;
}
.login:hover{
    background-color:black;
}
i:hover{
    color:green;
}


.heading{
    height: 80%;
    display: flex;
    align-items: center;
}
/************social media*************/
.SocialMedia{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}
.line1,.line2{
    height: 160px;
    width: 3px;
    border-radius: 10px;
}
.line1{
    background-image: linear-gradient(white,black);
}
.line2{
    background-image: linear-gradient(black,white);
}
.SocialMedia i{
    margin:10px;
}

.content{
    margin-left: 100px;
    margin-top: 20px;
}
p:nth-child(1){
    color:black;
    display: inline;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 500;
}
h2{
    font-family: 'Source Code Pro', monospace;
    font-size: 70px;
    color:green ;
}
.welcomeText {
    font-size: 24px;
}
.foodplace{
    font-family: 'Source Code Pro', monospace;
    font-size: 50px;
    font-weight: 900;
}
p:nth-child(4){
    width: 400px;
    font-size: 40px;
    margin:20px 0px;
}
button{
    width: 170px;
    height: 50px;
    background-color: red;
    border:none;
    border-radius: 50px;
    color:white;
    font-size: 20px;
    letter-spacing: 1px;
}

#order {
    font-size: large;
    font-weight: bold;
}


button:hover{
    box-shadow: -5px -5px 15px rgba(0,255,0,0.5),
    5px 5px 15px rgba(0,255,0,0.5);
}
img{
    max-width:40%;
    max-height:150%;
    float: right;
    margin-right:90px;
    margin-top:30px;
    margin: 40px 60px;

}