/* CSS Reset  */
* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}

body {
    background-color: #f0dfc85e;
    height: 2100px;
}
#navbar {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: sticky;
    top: 0px;
    font-family: 'Ubuntu', sans-serif;
}
#navbar::before {
    content: "";
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.5;
}

/* Navigation Bar: Logo Image  */
#logo {
    margin: 7px 18px;
}

#logo img {
    /* display: flex;
    transition: all 1s ease-in-out ; */
    width: 80px;
    margin: -29px 0px;
    padding: 22px 26px;
}

/* Navigation Bar: Logo Image  */
#navbar ul {
    display: flex;
}
#navbar ul li {
    list-style: none;
    font-size: 1.5rem;
}
#navbar ul li a {
    color: rgb(255, 255, 255);
    display: block;
    padding: 4px 15px;
    border-radius: 20px;
    text-decoration: none;  
}
#navbar ul li a:hover{
    color: rgb(0, 0, 0);
    /* padding: 4px 10px; */
    background-color: rgb(223, 199, 168);
}

/* Button part  */

.login {
    display: flex;
    position: absolute;
    right: 50px;
    top: 22px;
}
.btn1 {
    margin: 6px 9px;
    background-color: rgb(223, 199, 168);
    color: rgb(0, 0, 0);
    padding: 3px 20px;
    border: 2px solid grey;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
}
.btn1:hover {
    background-color: rgb(228 225 220 / 50%);
    color: white;
}
.btn {
    padding: 6px 20px;
    background-color: rgb(227 96 2 / 89%);
    color: white;
    border: 3px solid rgb(255, 106, 0);
    margin: 47px;
    font-size: 1.5rem;
    border-radius: 12px;
    cursor: pointer;
}
.btn:hover{
    border: 3px solid white;
    background-color: burlywood;
    color: black;
}

/* Home Section  */

#home {
    display: flex;
    flex-direction: column;
    padding: 60px 200px;
    align-items: center;
    justify-content: center;
    height: 400px;
}
#home::before {
    content: "";
    background: url(../food\ image\ 1.jpg) no-repeat center center/cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 600px;
    z-index: -1;
    opacity: 0.35;
}
#home h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 2px 3px 3px rgb(214, 130, 20);

    margin: 30px 30px;
}
#home p {
    font-family: 'Bree Serif', serif;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 1.7rem;
    background-color: #fbecdbab;
    border-radius: 40px;
    padding: 18px 20px;
}

/* Servives section  */

#services {
    margin: 10px;
    display: flex;
}
#services .box {
    border: 4px solid rgb(255, 106, 0);
    padding: 24px;
    margin: 3px 10px;
    border-radius: 23px;
    background-color: #fbecdbab;
}
#services .box img {
    height: 180px;
    display: block;
    margin: auto;
}
.services-container p {
    font-size: 1.5rem;
    font-family: 'Bree Serif', serif;
}

/* Clients Section  */
#client-section {
    position: relative;
    height: 290px;
    z-index: -1;
}
#client-section::before {
    content: '';
    position: absolute;
    background: url(../food.jpg) no-repeat center center/cover;
    width: 100%;
    height: 96%;
    /* top: 10px; */
    z-index: -1;
    opacity: 0.4;
}
#clients {
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-item {
    padding: 14px;
}
#clients img {
    display: block;
    /* z-index: 1; */
    height: 120px;
}

/* Contact section  */
#contact{
    position: relative;
    height: 680px;
    /* z-index: -1; */
  
}

#contact::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    /* height: 100px; */
    background: url(../food\ \(contact\ Us\).jpg) no-repeat center center/cover;
    height: 680px;
    z-index: -1;
    opacity: 0.5;
}
#contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    margin: 34px ;
}
#contact-box input,
#content-box textarea{
    width: 100%;
    padding: 0.5rem;
    border-radius: 1.3rem;
    font-size: 1.1rem;
    border: 2px solid chocolate;  
    font-family: 'Bree Serif', serif;
    text-align: center;
}
#contact-box form{
   width: 40%;
   
}
#contact-box label{
  font-size: 1.7rem;
}
.form-group{
    padding: 8px 10px; 
}
#contact-box button{
    margin: 8px 220px;
}
#contact-box h4{
    /* margin: 8px 220px; */
    text-align: center;
    font-size: 1.7rem;
    text-shadow: 1px 3px 3px rgb(214, 130, 20);   
}

footer{
    background-color:chocolate;
    color: black; 
}

/* Utility Classes  */
.h-primary {
    font-size: 4rem;
    padding: 12px;
    text-shadow: 2px 3px 3px rgb(214, 130, 20);
    font-family: 'Ubuntu', sans-serif;
}
.h-secondary {
    text-shadow: 2px 1px 3px rgb(214, 130, 20);
    font-size: 3rem;
    padding: 12px;
    /* text-shadow: 2px 3px 3px rgb(214, 130, 20); */
}
.center {
    text-align: center;
}