@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Nunito:wght@200;300;400;500;600;700&family=Roboto:wght@100;300&display=swap');
:root {
    --main : #be9c79;
    --black: #333;
    --white: #fff;
    --light-colour: #666;
    --box-shadow: 0 .5rem 1.5rem rgba(0,0,0, .1);
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.5s linear;
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}
html {
    font-size: 62.5%;
    /* overflow: hidden; */
    /* scroll-padding-top: 5.5rem; */
}
section {
    padding: 2rem 9%;
}
.btn {
display: inline-block;
margin-top: 1rem;
background-color: var(--main);
cursor: pointer;
color: var(--white);
font-size: 1.8rem;
padding: 1rem 3rem;
border-radius: 10px;
}
.btn:hover {
    background-color: var(--black);
}
.heading {
    text-align: center;
    color: var(--light-colour);
    text-transform: uppercase;
   padding-top: 30px;
    font-size: 4rem;
}
.heading span {
    color: #be9c79;
    text-transform: uppercase;
}

/* header section start  */
header {
   
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #fff;
    padding: 1rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: var(--box-shadow);
}
.logo img {
    width: 50px;
    border-radius: 50%;
}
header .navbar a {
    font-size: 1.7rem;
    padding: 5rem 1.5rem;
    color: var(--black);

}
header .navbar a.active,
header .navbar a:hover {
color: var(--main);
}
header .navbar a:hover {
    text-decoration: underline;
}
header .icon i,
header .icon a {
    cursor: pointer;
    margin-left: .1rem;
    height: 4.5rem;
    line-height: 4.5rem;
    width: 4.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: black;
    border-radius: 50%;
    background: #eee;
}
header .icon i:hover,
header .icon a:hover {
    color: #fff;
    background: var(--main);
    
}
header .icon #menu-bars {
    display: none;
}
/* header section end  */
/* search */
#search-form{
    position: fixed;
    top: -110%; left: 0;
    height: 100%;
    width: 100%;
    z-index: 1002;
    background: rgba(0,0,0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1 rem;
}
#search-form.active {
    top: 0;
}
#search-box {
    width: 50rem;
    border-bottom: .1rem solid #fff;
    padding: 1rem 0;
    color: #fff;
    font-size: 2.5rem;
    text-transform: none;
    background: none;
}
#search-box::placeholder {
    color: #eee;
}
#search-form label {
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
}
#search-form label:hover {
    color: #f78030;
}
#close {
position: absolute;
color: #fff;
cursor: pointer;
top: 2rem;
right: 3rem;
font-size: 3rem;
}
/* search end  */
/* home start  */
.home-bg {
    background: url(../image/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home  {
    margin-top: 79px;
    min-height: 50rem;
    display: flex;
    align-items: center;

}
.content {
    width: 50rem;
    text-align: center;
}
.content h3 {
    font-size: 6rem;
    color: var(--black);
    font-family: 'Merienda', cursive;
}
.content p {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1rem 0;
    color: var(--black);
  
}
/* home end  */
/* abour start  */
.about {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 20px;
}
.about .image {
    flex: 1 1 40rem;
  
    
}
.about .image img {
    width: 100%;
    border-radius: 20%;
    
}
.about .content {
    flex: 1 1 40rem;
}
.about .content h3{
    font-size: 4rem;
    color: var(--black);
}
.about .content p {
    padding: 1rem 0;
    color: var(--light-colour);
}
/* about end  */
/* menu start  */
.menu .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30rem, 20px));
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
}
.menu .box-container .box {
    padding: 3rem;
    text-align: center;
    border: 2px solid rgb(227, 219, 219);
}
.menu .box-container .box img {
    width: 200px;
}
.menu .box-container .box h3 {
    font-size: 2rem;
    padding: 1rem 0;
}
.menu .box-container .box .price {
font-size: 2rem;
color: #333;
padding: .5rem 0;
}

/* menu end  */
/* product start  */
.product .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30rem, 20px));
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
}
.product .box-container .box {
    padding: 3rem;
    text-align: center;
    border: 2px solid rgb(227, 219, 219);
}
.product .box-container .box img {
    width: 200px;
}
.product .box-container .box .icon {
    display: flex;
    justify-content: space-between;
}
.product .box-container .box .icon a {
    cursor: pointer;
    height: 5rem;
    line-height: 5rem;
    width: 5rem;
    font-size: 1.5rem;
    color: black;
    border-radius: 50%;
    background: #eee;
    margin: .3rem;
}
.product .box-container .box .icon a:hover {
    color: #fff;
    background: var(--main);
}
.product .box-container .box h3 {
    font-size: 2.5rem;
}
.product .box-container .box .price {
    font-size: 2rem;
color: #333;
padding: .5rem 0;
}
.product .box-container .box .star {
    font-size: 1rem;
    color: rgb(255, 217, 0);
}
/* product end  */
/* contact start  */

.contact .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    background: var(--white);
   
}
.contact .row .map {
    flex: 1 1 45rem;
    width: 100%;
    height: 400px;

  
}
.contact .row form {
    flex: 1 1 45rem;
    padding: 5rem 2rem;
    text-align: center;
}
.contact .row form .inputbox {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px solid var(--light-colour);
    width: 500px;
}
.contact .row form .inputbox span {
    color: var(--black);
    font-size: 2rem;
    padding-left: 2rem;

}
.contact .row form .inputbox input {
    padding: 2rem;
    font-size: 1.7rem;
    color: var(--black);
    text-transform: none;
    background: none;

}
/* contact end */
/* footer start  */
.footer {
    background: #be9c79;
    margin: 10px 20px;
}

.footer .box-container{
display: grid;
grid-template-columns:repeat(auto-fit,minmax(25rem, 20px));
gap: 2rem;
margin-top: 2rem;
}
.footer .box img {
    width: 25px;
}
.footer .box-container .box h3 {
    font-size: 2.2rem;
    color: var(--black);
    padding: 1rem 0;
}
.footer .box-container .box p {
    font-size: 1.5rem;
    color: var(--black);
    line-height: 2;
    padding: 1rem 0;
}
.footer .box-container .box p:hover {
    color: #eee;
    text-decoration: underline;
    cursor: pointer;
}
.footer .box-container .box .link {
    font-size: 1.7rem;
    color: var(--light-colour);
    line-height: 2;
    display: block;
    padding: .5rem 0;
}
.footer .box-container .box .link:hover {
    color: #eee;
    
}
.footer .credit {
    font-size: 2rem;
    color: #eee;
    font-weight: lighter;
    padding: 1.5rem;
    text-align: center;
}
.footer .credit span {
    color: #333;
}
/* footer end */















/* Responsive  */
@media (max-width: 991px){
    html {
        font-size: 55%;
    } 
    header {
        padding: 5rem 2rem;
    }
}
@media (max-width: 668px) {
    header .icon #menu-bars {
        display: inline-block;
    }
    .navbar {
        position: fixed;
        top: 50px;
        left: -100%;
        height: 500px;
        width: 100%;
        font-size: 10px;
        background: #f1e8d7;
        border: 1px solid rgba(0,0,0, .1);
        
    }
    .navbar a {
        display: block;
        text-align: center;
        border: 1px solid rgba(0,0,0, .1);
        
    }
    .navbar.active {
        left: 0;
    }
    #search-box {
        width: 85%;
        margin: 0 1rem;
    }
    .contact .row form .inputbox {
        width: 300px;
    }

    .footer .box-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin-top: 2rem;
        }
}
@media (max-width: 991px){
    html {
        font-size: 50%;
    } 
    header {
        padding: 0rem 2rem;
    }
    .logo img {
        width: 50px;
        margin: 0.5rem 0;
    }
}
