html, body {
    margin: 0;
    padding: 0;
}
.blurthree{

    background-color: #270E13;
}
#restaurantThree {
    font-family:"superior-title";
    background-color: #270E13;
    background-image: url(../assets/images/rest-three-bg.png);


}

#restThree-Header{
    margin: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.three {

    background-color: #7F092E;
}

/* Sidebar Menu */
#sidebar-menu-Three{
    background-color: #FFECB6;
    border-left: 10px #7F092E solid;

}

#sidebar-menu-Three li{
    color: #7F092E;
}

#restThree-hr{
    border: 2px #7F092E solid;
}

#restThree-BotNav {
    background-color: #BE8540;

}
#restThree-BotNav {
    --hover-bg-color: #FFECB6;
    --hover-icon-color: #7F092E;
    --active-bg-color: #FFECB6;
    --active-icon-color: #7F092E;
}

#restThree-feature {
    height: 550px;
    flex-shrink: 0;
    width: 100%;
    background-image: url(../assets/images/restThree-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.rest-three-logo{
    margin-left: 1rem;
    width: 300px;
}



.restThree-button{
    color: #74192F;
    background-color: #FFECB6;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    padding: 1rem;

}

#restThree-cta{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: auto;
}

#restThree-about, #restThree-contact{
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 88%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);


}

#restThree-about >h3,
#restThree-contact >h3{
    width: 80%;
    position: absolute;
    background-color: #FFECB6;
    left: -3rem;
    top: -1rem;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    text-align: left;
    font-weight: 600;
    padding-left: 4rem;
    color: #74192E;


}

#restThree-about{
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12rem;
}
#restThree-aboutInfo p{
    
    color: #FFECB6;    
    text-align: left;
    line-height: 1.3rem;
    font-weight: 200;
    font-style: italic;
    padding: 1rem;
    background-color: #74192E;
}

#restThree-chefImg{
    position:initial;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/restThree-chef.gif);
    background-size: cover;
}


#restThree-visit{
    flex-direction: column;
    width: 100%;
    font-weight: 300;

}

#restThree-visitHeader{
    height: 120px;
    width: 100%;
    flex-direction: row;
    padding: 0.5rem;
    position: relative;
}
.vistThree-img{
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/restThree-visitHeader.png);
    background-repeat: no-repeat;
    background-size: cover;

}
#restThree-visitHeader h3{
    width: 45%;
    position: absolute;
    padding: 0.5rem;
    top: -0.5rem;
    background-color: #FFECB6;
    color: #74192E;
    font-size: 1.2rem;
    font-weight: 600;

}

#restThree-visitHeader ul{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
    height: 100%;
    width: 100%;
    color: #FFECB6;
    background-color: #74192E;
}

#restThree-reserveBtn{
    align-self: center;
    margin-right: 1rem;
    font-weight: 600;
    background-color: #FFECB6;
    color: #74192E;
    text-align: center;
    font-size: 1.2rem;

}

#restThree-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background-color: #74192E;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}
#restThree-contact ul a, #restThree-contact ul{
    text-align: left;
    margin-top: 2rem;
    color: #FFECB6;
    line-height: 1.5rem;
    font-weight: 300;
    text-decoration: none;
}
#footerRestThree{
    color: #FFECB6;
    background-image: url(../assets/images/restThree-Subscribe.png);
}

#restThree-Footer{
    background-color: #fff;
    height: 40px;
    color: #74192E;
}

#restThree-signUpBtn{
    background-color: #FFECB6;
    color: #74192E;
}

#footerRestThree input{
    border: #FFECB6 solid 1px;
}
#footerRestThree input::placeholder{
    color: #FFECB6;
}

#reservation-form-Three label{
    color: #FFECB6;
}

#newsletter-three h2{
    color: #FFECB6;
}

.homeSect, .menuSect, .reserveSect {
    width: 100%;
}


/* Menu Sect */
#restThree-Menu{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}
/* Dropdown container */
.restThree-MenuHeader{
    width: 100%;
    background-color: #FFECB6;
    padding: 1rem;
}

.restthree-menuInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
    color: #74192E;
    border: #74192E 2px solid;
}
#rest3-span{
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-family:"fabiola-capitals";
}

.restThree-bev{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}
.restThree-bev h3{
    width: 100%;
    color: #FFECB6;
    background-color: #74192E;
    font-size: 1rem;
    padding: 1rem;
}

#juice-wrap, #red-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
   

}
#juice-wrap{
    flex-direction: row;
}
#red-wrap{
    flex-direction: row-reverse;
}
.juice-img{
    width: 50%;
    background-image: url(../assets/images/juice-restThree.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.red-img{
    width: 50%;
    background-image: url(../assets/images/wine-restThree.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cards-flex{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;


}
.cards-flex  > div{
    padding: 0.6rem;
    color: #74192E;
    width: 100%;
    background-color: #FFECB6;
    font-size: 1rem;
    text-align: left;
    line-height: 1.3rem;
}

#red-wrap > .cards-flex  > div{
    text-align: right;
}

.restThree-bev .cards-flex div p:nth-child(2){
    font-style: italic;

}

.restThree-bev .cards-flex div p:nth-child(1){
    font-weight: 700;

}


#reservation-form-Three{
    background-color: #74192E;
    color: #FFECB6;
}
#reserveThree-image{
    background-image: url(../assets/images/reserveThree-image.jpg);
}

#form-wrap-Three h1{
    color: #F2EFE9;
    background-color: #0F230D;

}
#restThree-submit{
    width: 80%;
    background-color: #F2EFE9;
    padding: 1rem;
    color: #0F230D;
    font-weight: 600;
}
#reservation-form input{
    border: #FFECB6 1px solid;
    height: 30px;
    color: #FFECB6;
    padding-left: 1rem;
}
.messageThree{
    border: #FFECB6 1px solid;
}

#reservation-form input::placeholder, .messageThree::placeholder{
    color: #FFECB6;
    font-family:"noka";
    font-weight: 400;

}
#date, #time, #people, .messageThree{
    background-color: transparent; 
    color: #FFECB6;
    font-family:"noka";
    font-weight: 400;
}

#restThree-Reserved{
    background-color: #7F092E;
}
#restThree-Reserved h1, h2{
    color: #FFECB6;
}
#reserve-info-Three p{
    background-color: #FFECB6;
    padding: 0.5rem;
    border-radius: 5px;
    color: #FFECB6;
}



#reservation-form{
    background-color: #74192E;
    color: #FFECB6;
}
.reserve-image{
    background-image: url(../assets/images/reserve-image.jpg);
}
#form-wrap-Three h1{
    padding: 1rem;
    color: #74192E;
    font-size: 1.8rem;
    background-color: #FFECB6;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);

}
#restThree-submit{
    align-self: center;
    background-color: #FFECB6;
    color: #74192E;
    text-align: center;
}
#reservation-form-Three input{
    border: #FFECB6 1px solid;
    height: 30px;
    color: #FFECB6;
    padding-left: 1rem;
}
textarea{
    border: #FFECB6 1px solid;
}

#reservation-form-Three input::placeholder, textarea::placeholder{
    color: #FFECB6;
    font-family: "superior-title",serif; 
    font-weight: 400;

}
#date, #time, #people, textarea{

    font-weight: 400;
}

#restThree-Reserved{
    background-color: #74192E;
}
#restThree-Reserved h1, h2{
    color: #FFECB6;
}
#reserve-info-Three p{
    background-color: #FFECB6;
    padding: 0.5rem;
    border-radius: 5px;
    color: #74192E;
}