.header{
    background-image: url(../images/hero-bg.jpg);
    height: 100vh;
    width: auto ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header .inner1{
   color: azure;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header .inner1 .bar{
    display: none;
}
.header .inner1 .bar a i{
   font-size: clamp(1rem, 8vh, 2rem);
   color: var(--cl1);
}
.header .inner1 .content > p{
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: clamp(1rem, 8vh, 2rem);
}
.header .inner1 .list-item{
    padding-left: 100px;
}
.header .inner1 .list-item ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.header .inner1  .list-item ul li {
    text-decoration: none;
    color: azure;  
    margin-right: 2rem;  
}
.header .inner1 .list-item ul li a{
    text-decoration: none;
    color: azure;
    font-weight: 600;
    font-size: clamp(0.8rem, 2vh, 1.5rem);
}
.header .inner1 .list-icon{
   
    display: flex;
    align-items: center;
}
.header .inner1 .list-icon ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.header .inner1  .list-icon ul li {
    text-decoration: none;
    color: azure;    
    margin-right: 10px;
}
.header .inner1 .list-icon ul li a{
    text-decoration: none;
    color: azure;
    font-weight: 600;
    font-size: clamp(0.8rem, 2vh, 1.2rem);
}
.button{
    text-decoration: none;
    color: var(--cl1);
    background-color: var(--cl2);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: clamp(0.8rem, 2vh, 1.2rem);
    margin-left: 20px;
}
.button:hover{
    background-color: var(--cl1);
    color: var(--cl3);
    transition: 0.3s ease-in-out;
}
.header .inner2 {
    padding: 100px 0px;
    width: 50%;
}
.header .inner2 h1{
    font-size: clamp(1.2rem, 12vh, 3.2rem);
}
.header .inner2 p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: clamp(0.8rem, 2vh, 1.2rem);
}
.header .inner2 a{
    margin-left: 0;
}
.section1 {
    padding: 50px 0px;
}
.section1 .inner1{
    display: flex;
    justify-content: space-between;
   
}
.section1 .inner1 .menu-head{
    display: flex;
    width: 45%;
    background-color: var(--cl3);
    padding: 20px;
}

.section1 .inner1 .menu-head img{
    height: 130px;
    width: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--cl2);
    display: block;
    margin-right: 10px;
}
.section1 .inner1 .menu-head .content-pic{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.section1 .inner1 .menu-head .content-pic h3{
    font-size: clamp(1rem, 5vh, 1.5rem);
}
.section1 .inner1 .menu-head .content-pic span{
    font-family: var(--font-family-heading);
    font-size: clamp(1.2rem, 8vh, 2rem);
}
.section1 .inner1 .menu-head .content-pic .button{
    margin-left: 0;
    padding: 10px 30px;
    text-align: center;
}
.section1 .container > h2{
    text-align: center;
    color: #000;
    font-size: clamp(1.2rem, 8vh, 2rem);
    margin-top: 50px;
}
.section1 .inner2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.section1 .inner2 a{
    margin-right: 50px;
    display: inline-block;
    margin-bottom: 30px;
    color: #000;
    font-size: clamp(0.8rem, 2.2vh, 1.2rem);
}
.section1 .inner2 a:last-child{
    margin-right: 0;
}
.section1 .inner3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section1 .inner3 .menu-cook{
    width: 30%;
    border-radius:10px ;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: var(--cl3);
    margin-bottom: 50px;
}
.section1 .inner3 .menu-cook .img-cook{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
    padding: 20px 0;
    border-bottom-left-radius: 40px;
    background-color: var(--cl4);
    border-radius: 20px;
}
.section1 .inner3 .menu-cook .img-cook img{
    height: 100px;
}
.section1 .inner3 .menu-cook .content-cook{
    padding: 20px ;
}
.section1 .inner3 .menu-cook .content-cook p{
    font-weight: 700;
    font-size: clamp(0.8rem, 3.5vh, 1.5rem);
}
.section1 .inner3 .menu-cook .content-cook > span{
    font-size: clamp(0.8rem, 2vh, 1.2rem);
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.section1 .inner3 .menu-cook .content-cook .price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .inner3 .menu-cook .content-cook .price span{
    font-size: clamp(0.8rem, 3vh, 1.2rem);
}
.section1 .inner3 .menu-cook .content-cook .price i{
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: var(--cl2);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.section1 .container .menu-insert{
    display: flex;
    justify-content: center;
    
}
.section1 .container .menu-insert a{
    padding: 8px 40px;
}
.section1 .container .menu-insert .button:hover{
    background-color: aquamarine;
}
.section2{
    background-color: var(--cl3);
}
.section2 .inner {
    display: flex;
    align-items: center;
    padding: 100px 0px;
}
.section2 .inner .cooking-pic{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.section2 .inner .cooking-pic img{
    display: inline-block;
    width: 70%;
    object-fit: cover;
    text-align: right;
}
.section2 .inner .content-pic{
    flex: 1;
    margin-left: 5%;
}
.section2 .inner .content-pic h2{
    font-size: clamp(1.5rem, 5vh, 3rem);
}
.section2 .inner .content-pic span{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: clamp(0.8rem, 2.3vh, 1.2rem);
}
.section2 .inner .content-pic a{
    display: inline-block;
    margin-left: 0;
    padding: 8px 30px;
}
@media (max-width: 1200px) {
    .container{
        max-width: 940px;
    }
}
@media (max-width: 992px) {
    .container{
        max-width: 720px;
    }
    .header .inner1 .list-item{
        display: none;
    }
    .header .inner1 .list-icon{
        display: none;
    }
    .header .inner1 .bar{
        display: flex;
    }
    
    .header .inner2 h1{
        font-size: clamp(1.5rem, 14vh, 3rem);
    }
    .section1 .inner1 .menu-head{
        flex-direction: column;
        align-items: center;
    }
    .section1 .inner1 .menu-head img{
        margin-bottom: 20px;
    }
    .section1 .inner1 .menu-head .content-pic{
        align-items: center;
    }
    .section1 .inner1 .menu-head .content-pic span{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section1 .inner3 .menu-cook{
        width: 45%;
    }
}
@media (max-width: 765px) {
    .container{
        max-width: 500px;
    }
    .header .inner2{
        width: 100%;
    }
    .section1 .inner1 {
        flex-direction: column;
        justify-content: space-between;
    }
    .section1 .inner1 .menu-head{
        flex-direction: row;
        width: 100%;
        margin-bottom: 50px;
    }
    .section2 .inner{
        flex-direction: column-reverse;
    }
    .section2 .inner .cooking-pic{
        width: 100%;
        object-fit: cover;
        justify-content: center;
    }
    .section2 .inner .content-pic{
        width: 100%;
    }

}