/* Navigation */
#navbar {
    flex-direction: column;
}

#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}
/* Home section */
#home{
    height: 370px; 
    padding: 3px 28px;
}

#home::before{
    height: 480px; 
}

#home p{
    font-size: 13px;
}

/* Services section  */
#services{
    flex-direction: column;
}

#services .box { 
    padding: 14px;
    margin: 2px 0px; 
    margin-bottom: 20px;
}

/* Clients section */
#clients{
    flex-wrap: wrap;
}

#clients img{
    width: 66px;
    padding: 6px;
    height: auto;
}

/* Contact us section */
#contact-box form{
    width:80%;
}
/* Footer */

/* Utility classes */
.h-primary{
    font-size:26px;
}
.btn{
    font-size: 13px;
    padding: 4px 8px;
}

/* CSS Reset */
*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

/* CSS Variables */
:root{
    --navbar-height: 59px;
}

/* Navigation Bar */
#navbar{
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
}

#navbar::before{
    content: "";
    background-color: rgb(20, 14, 14);
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width:100%;
    z-index: -1;
    opacity: 0.7;
}
/* Navigation Bar: Logo and Image */
#logo{
    margin: 10px 34px;
}

#logo img{
    height: 59px;
    margin: 3px 6px;
}


/* Navigation Bar: List Styling */

#navbar ul{
    display: flex;
    font-family: 'Baloo Bhai', cursive;
}
#navbar ul li{ 
    list-style: none;
    font-size: 1.3rem;
}

#navbar ul li a{
    color: rgb(204, 205, 209);
    display: block;
    padding: 3px 22px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar ul li a:hover{
    color: black;
    background-color: white;
}

/* Home Section */
#home{
    display: flex;
    flex-direction: column;
    padding:3px 200px;
    height: 550px;
    justify-content: center;
    align-items: center;
}

#home::before{ 
    content: "";
    position: absolute;
    background: url('photo/pexels-photo-326279.jpeg') no-repeat center center/cover;
    height: 642px;
    top:0px;
    left:0px;
    width: 100%;
    z-index: -1;
    opacity: 0.80;
}
#home h1{
    color:rgb(17, 11, 11);
    text-align: center;
    font-family: 'Bree Serif', serif;
}

#home p{
    color:rgb(15, 6, 6);
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Bree Serif', serif;
}
/* Services Section */
#services{
    margin: 34px;
    display: flex;
}
#services .box{ 
    border: 2px solid brown;
    padding: 34px;
    margin: 2px 55px;
    border-radius: 28px;
    background: #f2f2f2;
    margin-bottom: 20px;
}
#services .box img{ 
    height: 100px;
    margin: auto;
    display: block;
 }
 
 #services .box p{
     font-family: 'Bree Serif', serif;
 
 } 
 
 /* Clients Section */
 #client-section{ 
     position: relative;
 }
 
 #client-section::before{
  content: "";
  position: absolute;
  background: url('photo/bk2.jpg') no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
 opacity: 0.3;
}

#clients{
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-item{
    padding: 34px;
}

#clients img{
    height: 124px;
}


/* Contact Section */
#contact{
    position: relative;
}
#contact::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background: url('photo/bk2.jpg') no-repeat center center/cover;

}
#contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
}
#contact-box input, 
#contact-box textarea{
    width: 100%;
    padding: 0.5rem;
    border-radius: 9px;
    font-size: 1.1rem;
} 

#contact-box form{
    width: 40%;
}

#contact-box label{
   font-size: 1.3rem;
   font-family: 'Bree Serif', serif;

}
footer{
    background: black;
    color: white;
    padding: 9px 20px;
}

/* Utility Classes */
.h-primary{
    font-family: 'Bree Serif', serif;
    font-size: 3.8rem;
    padding: 12px;
}

.h-secondary{
    font-family: 'Bree Serif', serif;
    font-size: 1.5rem;
    padding: 12px;
}

.abc{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: brown;
    color: white;
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
}


.center{
    text-align: center;
}
/*back*/
#back{
    display: flex;
    flex-direction: column;
    padding:3px 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.me{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: rgb(214, 96, 106);
    color: white;
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
}
/*fast*/
.fast{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: rgb(96, 157, 214);
    color: rgb(241, 238, 238);
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
    text-align: center;
}
#food{
    display: flex;
    flex-direction: column;
    padding:3px 200px;
    height: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*Indian*/
.cusine{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: rgb(96, 157, 214);
    color: rgb(243, 234, 234);
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
    text-align: center;
}
#ind{
    display: flex;
    flex-direction: column;
    padding:3px 200px;
    height: 300px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*payment button*/
.ab{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: rgb(93, 71, 129);
    color: white;
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
}
#kp{
    text-align: center;
}

/*container box*/
.center{
    border: 2px solid rgb(165, 42, 124);
    padding: 34px;
    margin: 2px 55px;
    border-radius: 28px;
    background: #ebe7e7f1;
    margin-bottom: 20px;
}
.cen{
    text-align: center;
}
.h-prim{
    font-family: 'Bree Serif', serif;
    font-size: 2.0rem;
    padding: 12px;
}
.cusine{
    background: linear-gradient(98deg, rgb(83, 118, 233), darkorchid ) border-box;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.4em;
}
.fast{
    background: linear-gradient(98deg, rgb(83, 118, 233), darkorchid ) border-box;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.4em;
}
.ab{
    background: linear-gradient(98deg, rgb(83, 223, 233), rgb(204, 50, 135) ) border-box;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.4em;
}
.ma{
     background: url('photo/WhatsApp\ Image\ 2022-04-11\ at\ 10.12.03\ PM.jpeg') no-repeat center center/cover;
    }
.ed{
    padding: 6px 20px;
    border: 2px solid white;
    background-color: rgb(96, 157, 214);
    color: rgb(241, 238, 238);
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
    text-align: center;
}
.sub{
    color: green;
    text-align: center;
}
/*submit botton index*/
.ht{
    padding: 6px 20px;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(79, 72, 72);
    color: white;
    margin: 17px;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor:pointer;
    text-align: center;
}
.cente{
    border: 2px solid rgb(165, 42, 124);
    padding: 34px;
    margin: 2px 55px;
    border-radius: 28px;
    background: #ebe7e7f1;
    margin-bottom: 20px;
}
