@import url('https://fonts.googleapis.com/css2family=Poppins:wght@400;500&family=Roboto:wght@400500;css2?family=Amatic+SC:wght@700;css2family=Monteserrat:wght@400;500&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Gloock&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'roboto', sans-serif;
    position: relative;
    scroll-behavior: smooth;
}

.navbar{
    height: 70px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    margin: 13px 20px;
    margin-bottom: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#logo img{
    height: 60px;
    width: 60px;
    margin-left: 50px;
}
.navbar ul {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    font-weight: 500;
}

.navbar ul li{
    list-style: none;
    
}

.navbar ul .item a{
    padding: auto 5px ;
    text-decoration: none;
    font-size: 1.2rem;
    color:rgb(57, 88, 8);
}
.navbar ul .item a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #840323;
    width: 0;
    height: 3px;
    border-radius: 10%;
    transition: 0.5s;
}
.navbar ul .item a:hover::after{
    width: 100%;
}

.item2{
    margin-right: -20px;
}
.sign{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-right: 40px;   
}

.signin-btn{
    background-color:rgb(57, 88, 8);
    border: none;
    height: 40px;
    width: 110px;
    cursor: pointer;
    border-radius: 5px;  
    
}

ul li .signin-btn a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}
ul li .signup-btn a {
    color:  rgb(57, 88, 8);
    font-size: 18px;
    text-decoration: none;
}
ul li .signup-btn a:hover {
    color: #840323;
}
.signin-btn:hover{
    background-color:#840323 ;
}
.signup-btn:hover{
    border-color:#840323; 
}

.signup-btn{
    border-radius: 5px;
    border: 2px solid rgb(57, 88, 8);
    background-color: white; 
    height: 40px;
    width: 110px;
    font-size: 18px;
    cursor: pointer;
   
}
.hero-section{
    height: 35rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    padding: 0px 10rem;
    margin-bottom: 5rem;
}
.orderbtn{
    border: none;
    background-color:#3a560c;
    height: 45px; 
    width: 120px;
    font-size: 18px;
    border-radius: 5px;
    color: white;
    transition: 0.2s all ease;
}
.orderbtn:hover{
    background-color: #840323; 
}
.left{
    width: 45%;
}
.left h1{
    font-size: 56px;
    color: #840323;
    font-family: 'Monteserrat', sans-serif;
}
.left p{
    font-size: 20px;
    line-height: 1.56rem;
    letter-spacing: 1.1px;
}

.right{
    width: 50%;
}
.right img{
    border-radius: 52% 8% 46% 3% ;
}
.cardheading{
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #840323; 
    text-shadow: 2px 2px 5px rgb(243, 166, 166);  
}
.cardsection{
    height: 400px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 35px;
    justify-content: center;
    padding: 0px 6rem;
    padding-top: 2rem;
}
.cards{
    height: 400px ;
    width: 25% ;
    padding: 40px 30px ;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, rgb(235, 190, 175) 0%, rgb(212, 248, 175) 100%);
    border-radius: 10px ;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 10px 20px, rgba(0, 0, 0, 0.33) 0px 6px 6px;
    transition: transform 0.5s;
}
.cards:hover{
    background:  rgb(218, 244, 192);
    transform: translateY(-20px);
    
}
.cards h2{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #840323; 
    text-shadow: 2px 2px 5px rgb(243, 166, 166); 
    font-family: 'Monteserrat',sans-serif;
}
.cards p{
text-align: justify;
margin: 20px 0px;
font-family: 'Poppins' sans-serif;
line-height: 1.5rem;

}
.cards img{
    height: 80px;
    width: 80px;
}
.banner-section{
    height: 400px;
    margin: 10rem 0rem;
}
.banner{
    height: 455px;
    width: 100%;
    background-image:url(Food/bannerback.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 600;
    font-size: 50px;
    color:  #840323;;
    text-shadow: 5px 5px 5px #c27c8d;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    text-align: end;
    padding-right: 8rem;
    margin-top: 70px;

}
.banner h1{
    font-family: 'Amatic SC', sans-serif;
}

.features{
    height: 630px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding: 0rem 10rem;
}
.feathead{
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #840323;
    text-shadow: 2px 2px 5px rgb(243, 166, 166);
    margin-bottom: 20px;
    
}
.feat{
    height: 400px;
    width: 500px;
    margin-top: 4vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px, rgba(0, 0, 0, 0.4) 0px 6px 6px;
    border-radius: 10px;
    color: rgb(30, 47, 2);
    transition: 0.2s all ease;
    background: linear-gradient(305deg, rgb(235, 190, 175) 0%, rgb(212, 248, 175) 100%);
    /* background: linear-gradient(0deg,rgb(184, 224, 121) 0%, rgb(241, 242, 237) 100%); */
}
.feat:hover{
    background:  rgb(218, 244, 192);
    transform: translateY(-20px);
    
}
.featbanner{
    height: 200px;
    width: 100%;
}
.featimg{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
   object-position: center;

}
.featdesc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    padding: 0px 30px;
    font-size: 17px;
    line-height: 1.3rem;
}

.featdesc h2{
    color:#840323;
    margin-bottom: 10px;
    font-family: 'Monteserrat',sans-serif;
}
.quote{
    height: 500px ;
    width: 100%;
    /* background-color: #840323; */
    /* background-image: url(Food/pexels-наталья-курт-4096838.jpg); */
    background: url(https://png.pngtree.com/background/20210711/original/pngtree-bread-minimalist-literary-white-food-poster-background-picture-image_1121500.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(-45deg, rgba(104,176,9,1) 0%, rgb(239, 215, 215) 100%); */
    margin-bottom: 10rem;
    padding-left: 8vh;
    padding-top: 8vh;
    text-align: center;
}
.caption{
    font-size: 70px;
    font-style: bold;
    font-weight: 600;
    color: #840323 ;
    text-shadow: 2px 2px 5px rgb(124, 18, 12); 
}
.captiondesc{
    font-size: 64px;
    font-style: bold;
    font-weight: 600;
    color: rgb(32, 49, 15);
    text-shadow: 2px 2px 5px rgb(57, 79, 8);
}


.footer{
    height: 220px;
    width: 100%;
    padding: 40px 20px;
    background-color: #c6db9d;
}
.row{
    display: flex;
    flex: 4;
    align-items: center;
    justify-content: space-around;
}
.col{
    height: 180px;
    line-height: 1.3rem;
    font-size: 17px;
    color: rgb(28, 26, 23);
}
.col ul li{
    list-style: none;
}
.col ul li a {
    text-decoration: none;
    color: black;
}
.col ul li :hover{
    color: #840323;
}
.footerlogo{
    height: 100px;
    width: 100px;

}
.footrights{
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
   text-align: center;
    font-size: 1rem;
    color:whitesmoke;
    background-color: #840323;
}

