*{
    margin: 0;
    padding: 0;
    /* font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Ubuntu', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

#backgroundSvg{
    position: absolute;
    z-index: 0;
    top:400px
}

.nav-bar{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 40px;
    background-color: #0099ff;
}

.nav-title{
    font-size: 180%;
    background-color: #0099ff;
    color: white;
    cursor: pointer;
    padding: 5px;
    font-weight: 600;
}

.nav-right{
    display: flex;
    width: 40%;
    justify-content: space-evenly;
    font-weight: 600;
    color: azure;
    align-items: center;
    font-size: 150%;
    cursor: pointer;
}

.home{
    background-color: #0099ff;
    height: 400px;
    text-align: center;
    font-size: 500%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.home-title{
    width: 500px;
    margin: 50px;
}

.home-desc{
    font-size: 25%;
    width: 600px;
}


.menu{
    position: relative;
    height: 720px;
    background-color:#DAF7A6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.menu-dishes{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 10px;
}

.menu-title{
    font-weight: 500;
    font-size: 170%;
    color: #0099ff;
    margin: 50px;
    letter-spacing: 1px;
    opacity: 0.75;
}

.menu-card{
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 2px 2px 2px 2px rgb(238, 238, 238);
    align-items: center;
    border-radius: 5px;
}

.menu-img{
    width: 200px;
    height: 170px;
}

.menu-dish-details{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 149px;
    height: 120px;
}

.dish-name{
    font-weight: bold;
}

.dish-description{
    overflow: hidden;
    height: 35px;
    padding: 2px;
}

.dish-price{
    font-weight: bold;
    padding: 2px;
}

.menu-btn{
    background-color: #0099ff;
    color: white;
    width: 150px;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 50px;
    margin: 40px 0px;
    cursor: pointer;
    letter-spacing: 4px;
}

.section-1{
    height: 400px;
    display: flex;
}

.section-left{
    width: 50%;
}
.section-left img{
    height: 400px;
}
.section-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title{
    font-size: 300%;
    font-weight: 500;
}


.order-title{
    font-size: 300%;
    font-weight: 500;
    color: white;
}

.section-desc{
    padding: 20px;
}

.section-3{
    height: 400px;
    background-color: #0099ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
}

.order-step{
    width: 180px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.step{
    background-color: white;
    color: #0099ff;
    width: 40px;
    height: 40px;
    padding: 2px;
    border-radius: 25px;
    text-align: center;
    font-size: 200%
}

.step-title{
    color: white;
    font-size: 160%;
    font-weight: 500;
}

.step-desc{
    text-align: center;
    color: white;
}

.delivery{
    background-image: url(https://images.unsplash.com/photo-1498579809087-ef1e558fd1da?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.delivery-desc{
    width: 600px;
    color: #0099ff;
    text-align: center;
}

.delivery-title{
    font-weight: 600;
    font-size: 250%;
    letter-spacing: 2px;
    opacity: 0.75;
}

.closing{
    height: 300px;
    background-color: #DAF7A6;
    display: flex;
    justify-content: center;
}

#backgroundSvg2{
    position: absolute;
    top: 100px;
}

.backgroundS2{
    /* background-color: red; */
    position: absolute;
    top: 2700px;
}
.closing-title{
    font-size: 400%;
    color: #0099ff;
}
.closing-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
    top: 30px;
}

.closing-footer{
    font-weight: 600;
    color: #0099ff;
    font-size: 180%;
}

.socials{
    margin-top: 60px;
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer{
    background-color:#0099ff ;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.about{
    font-size: 120%;
    font-weight: 400;
    color: white;
    margin: 50px 40px;
}
.about-desc{
    color: white;
    margin: 50px 40px;
}

.section-right-2{
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 50px;
    width: 50%;
}

.first{
    font-size: 120%;
    margin-bottom: 10px;
}