*{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

.header-c1{
    /* background-color: aqua; */
    padding-top: 5px;
}
.crack{
    color: whitesmoke;
    font-weight: normal;
}

header{
    background-color: burlywood;
}
.header-div1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.header-c2{
    border: 2px solid white;
    padding: 10px;
    color: aliceblue;
}
.header-div2{
    display: none;
}
.sec1{
    height: 610px;
    background-image: url(../images/Background/egg.rest.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 50px;
}

h1{
    padding-top: 150px;
    font-size: 50px;
    color: aliceblue;
    font-family: "Alex Brush", cursive;

}
.sec1-p{
    color: aliceblue;

}
.sec1-btn{
padding-top: 20px;
}
.btn-view{
    width: 55%;
    padding: 7px;
    height:50px ;
    border: 2px solid white;
    border-radius: 25px;
    background-color: transparent;
    color: aliceblue;

}
@font-face {
    font-family: "Alex Brush", cursive;
}

.section2{
    background-color: #c7a692;
}
.sec2{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;

}
.sec2 h3{
    font-size: 20px;
    padding-top: 30px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
}

.sec2 p{
    padding-top:20px ;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
}
.sec2-info{
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    color: #FFFFFF;
}
.pipe{
font-size: 50px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.sec2-h1{
    font-size: 30px;
    padding-top: 10px;
    color: #FFFFFF;

}
.sec2-menu{
    text-align: center;
}
.sec2-menu p{
    font-size: 15px;
}
.sec2-p{
    margin-left: 10px;
    margin-right: 10px;
}
.btn-menu{
    width: 55%;
    padding: 7px;
    height:50px ;
    border: 2px solid white;
    border-radius: 25px;
    background-color: transparent;
    color: aliceblue;
}
.div-btn{
    padding-top: 20px;
}
.img-menu1{
    padding-bottom: 40px;
    margin-top: 20px;
    border: 1px solid  grey;
}
.img-menu2{
    padding-bottom: 40px;
    border: 1px solid  grey;
}
.img-menu3{
    border: 1px solid  grey;
    padding-bottom: 40px;
}
.img-menu4{
    border: 1px solid grey;
    padding-bottom: 40px;
}

.phone{
    display: flex;
    gap: 150px;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
}
.Address{
    display: flex;
    gap: 40px;
     font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

.hour1{
    display: flex;
    gap: 60px;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

.hour2{
    gap: 60px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

.hour3{
    display: flex;
    font-size: 15px;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
}
.contact{
    margin-top: 30px;
    color: #FFFFFF;
}
.contact1{
        margin-top: 30px;
        color: #FFFFFF;
         text-align: center;
}
.add{
    font-size: 13px;
}

hr{
    width: 90%;
    color: black;
    margin-top: 20px;
    margin-left: 17px;
    text-align: center;
}
.p{
    width: 95%;
}
.map{
    margin-top: 30px;
}
/* location ended */

/* reservation started */
.reservation{
    text-align: left;
    margin-left: 20px;
}
.btn-menu1{
    width: 55%;
    padding: 7px;
    height:50px ;
    border: 2px solid white;
    border-radius: 25px;
    background-color: transparent;
    color: aliceblue;
}
.reservation-btn{
    padding-top: 30px;
    text-align: center;
}
.book{
    padding-bottom: 20px;
}

/* reservation is ended */
/* footer is started */
.li-footer{
    list-style-type: none;
}
.anchor-footer{
    text-decoration: none;
    color: #FFFFFF;
}
.logo{
    display:flex ;
    justify-content:center ;
    gap: 20px;
}
.ul-footer{
    text-align: center;
}
.logo-footer{
    text-align: center;
}
.footer{
    background-color: #c7aa9a;
    /* color: #ffffff; */
    padding-top: 20px;

}
.logo{
    padding-top: 10px;
}
.copyright{
    /* padding-top: 30px; */
    padding: 10px;
    text-align: center;
    height: 60px;
}
.copyright p{
    color: aliceblue;
    padding-top: 25px;
}


/*  */
/* ///////////////////////////////////////////////// */



@media(min-width:768px){
    .header-c2{
        margin-right: 10px;

    }

    .header-c1{
        margin-left: 10px;
        
    }
    .header-div2{
        display: none;
    }

    /* header ended */

    .btn-view{
        width: 25%;
        padding: 7px;
        height:50px ;
        border: 2px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;

    }
    h1{
        padding-top: 150px;
        font-size: 100px;
        color: aliceblue;

    }
    .sec1-p{
        color: aliceblue;

    }
    .sec1-btn{
    padding-top: 30px;
    }
    /* section1 ended */

    .sec2{
        text-align: center;
        margin-right: 100px;
        margin-left: 100px;
       

    }
    .sec2 h3{
        font-size: 22px;
        padding-top: 30px;
        margin-right: 100px;
        margin-left: 100px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #FFFFFF;
    }

    .sec2 p{
        padding-top:20px ;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #FFFFFF;
    }
    .sec2-info{
        font-size: 15px;
        margin-right: 100px;
        margin-left: 100px;
        color: #FFFFFF;
    }

    .btn-menu{
        width: 25%;
        padding: 7px;
        height:50px ;
        border: 2px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;
    }
    .div-btn{
        padding-top: 20px;
    }

     .img-menu{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
      
    }
    .img-menu1{
        margin-top: 40px;
        width: 46%;
        
        padding: 10px;
    }
    .img-menu2{
        width: 46%;
        margin-top: 40px;
        padding: 10px;
    }
    .img-menu3{
        width: 46%;   
        padding: 10px;
    }
    .img-menu4{
        width: 46%;  
        padding: 10px;
    } 

    .parent-flex{
        
        /* gap: 50px; */
        display: flex;
        justify-content: space-evenly;
    }
    iframe{
        height: 400px;
        /* width: 50%; */
    }
    .child-flex{
        /* width: 481px; */
        height: 345px;
       
        
    }
    /*  */

        
   .phone{
        display: flex;
        gap:70px;
        margin-left: 40px;
        font-size: 15px;
        justify-content: space-around;
        align-items: center; 
        text-align: left;
    }
    .Address{
        display: flex;
        text-align: left;
        margin-left: 40px;
        gap:10px;
        font-size: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .hour1{
        text-align: left;
        display: flex;
        gap:70px;
        font-size: 15px;
        margin-left: 50px;
        align-items: center;
        justify-content: space-between;
    }

    .hour2{
        text-align: left;
        display:  flex;
        gap:70px;
        font-size: 15px;
        margin-left: 50px;
        align-items: center;
        justify-content: space-between;
    }

    .hour3{
        display: flex;
        text-align: left;
        font-size: 15px;
        align-items: center;
        gap:70px;
        margin-left: 50px;
        justify-content: space-between;
    }
    .contact{
        margin-top: 10px;
        margin-left: 50px;
        gap:70px;
        /* margin-right: 170px; */
        color: #FFFFFF;
        text-align: left;
    }
    .add{
        font-size: 13px;
    }

    hr{
        width: 90%;
        text-align: left;
        margin-top: 5px;
        margin-right: 30px;
        /* text-align: center; */
    }
    .p{
        width: 95%;
    }
    .map{
        width: 100%;
        height: 450px;
    } 
    /* reservation start */
    .btn-menu1{
        width:25%;
        font-size: 10px;
        padding: 7px;
        height:50px ;
        border: 2px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;
    }

    /* footer start */

    .logo-footer{
        text-align: left;
        margin-left: 10px;
    }
    .copyright p{
        text-align: left;
        margin-left: 20px;
    }
}
/*  tablet/////////////////////////////////////////////////////////////////////////////////////*/


@media(min-width:992px){
    .list-h{
        list-style-type: none;

    }

    .anchor{
        text-decoration: none;
        color: aliceblue;
        

    }
    .header-c3{
        display: flex;
        justify-content: space-evenly;
        /* word-spacing: 10px; */
        margin-left: 5px;
        width: 25%;


    }
    .header-div2{
        display: flex;
        justify-content: space-around;
        padding-top: 40px;
    }
    .header-c4{
        text-align: center;
        margin-right: 90px;
    }
    .header-div1{
        display: none;
    }
    .header-c5{
        /* margin-right: 40px; */
        margin-bottom: 10px;
    
    }
    .btn{
        padding: 5px;
        border: 2px solid white;
        color: aliceblue;
        width: 100%;
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 70px;
        padding-left: 70px;
        border-radius: 20px;
        height: 50px;
        background-color: transparent;
        
    }
    header{
        height: 100px;
    }

    /* header is ended */

    .btn-view{
        width: 13%;
        padding: 7px;
        height:50px ;
        border: 3px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;

    }
    h1{
        padding-top: 150px;
        font-size: 130px;
        color: aliceblue;

    }
    .sec1-p{
        color: aliceblue;
        font-size: 20px;

    }
    .sec1-btn{
    padding-top: 30px;
    }
    /* section1 ended */

    .sec2{
        text-align: center;
        margin-right: 180px;
        margin-left: 180px;
       

    }
    .sec2 h3{
        font-size: 30px;
        padding-top: 30px;
        margin-right: 180px;
        margin-left: 180px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #FFFFFF;
    }

    .sec2 p{
        padding-top:20px ;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #FFFFFF;
    }
    .sec2-h1{
        font-size: 50px;
    }
    .sec2-info{
        font-size: 15px;
        margin-right: 180px;
        margin-left: 180px;
        color: #FFFFFF;
    }

    .btn-menu{
        width: 15%;
        padding: 7px;
        height:50px ;
        border: 2px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;
    }
    .div-btn{
        padding-top: 20px;
    }

    .img-menu{
        flex-wrap: nowrap;
    }
    .img-menu1{
        /* width: 40%; */
        margin-top: 40px;
        /* padding: 3px; */
    }
    .img-menu2{
        /* width: 40%; */
    
        margin-top: 40px;
        /* padding: 3px; */
    }
    .img-menu3{
        /* width: 40%; */
        margin-top: 40px;
        /* padding: 3px; */
    }
    .img-menu4{
        /* width: 40%; */
        margin-top: 40px;
        /* padding: 3px; */
    } 


    .phone{
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        align-items: center; 
        text-align: left;
         margin-left: 20px;
    }
    .Address{
        display: flex;
        text-align: left;
        font-size: 15px;
        margin-left: 20px;
        /* margin-left: 50px; */
        align-items: center;
        justify-content: space-between;
    }

    .hour1{
        text-align: left;
        display: flex;
        font-size: 15px;
        margin-left: 20px;
        /* margin-left: 50px; */
        align-items: center;
        justify-content: space-between;
    }

    .hour2{
        text-align: left;
        display:  flex;
        font-size: 15px;
        margin-left: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .hour3{
        display: flex;
        text-align: left;
        font-size: 15px;
        margin-left: 20px;
        align-items: center;
        justify-content: space-around;
    }
    .contact{
        margin-top: 20px;
        color: #FFFFFF;
        text-align: left;
        margin-left: 20px;
    }
    .contact1{
        font-size: 50px;
    }
    .opening{
        text-align: left;
        margin-left: 20px;
    }
    .add{
        font-size: 13px;
    }

    hr{
        width: 95%;
        text-align: left;
        color: rgb(203, 39, 39);
        margin-top: 10px;
        margin-right: 30px;
        /* text-align: center; */
    }
    .p{
        width: 95%;
    }
    .map{
        /* margin-top: 30px; */
        width: 160%;
        /* margin-right: 20px; */
        /* height: 300px; */
    }
    .parent-flex{
        
        gap: 10px;
        align-items: center;
        display: flex;
        justify-content: space-around;
    }
    iframe{
        height: 500px;
        width: 70%;
        

    }
    .child-flex{
        margin-right: 200px;
        height: 500px;
        width: 50%;
    }
    .child-flex1{
        margin-right: 200px;
    }
    /* reservatin start */

    .reservation-section{
        padding-left: 160px;
        
        padding-right: 160px;
    }
    .reservation{
        padding: 20px;
    }
    .btn-menu1{
        width: 35%;
        padding: 7px;
        height:50px ;
        border: 2px solid white;
        border-radius: 25px;
        background-color: transparent;
        color: aliceblue;
    }
    /* footer start */

    .li-footer{
        list-style-type: none;
    }
    .anchor-footer{
        text-decoration: none;
        color: #FFFFFF;
    }
    .logo{
        display:flex ;
        justify-content:center;
        gap: 20px;
    }

    .ul-footer{
        padding-top: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .logo-footer{
        text-align: center;
    }

    .footer{
        background-color: #c7aa9a;
        padding-top: 20px;

    }

    .logo{
        padding-top: 10px;
    }

    .copyright{
        /* padding-top: 30px; */
        padding: 10px;
        text-align: center;
        height: 60px;
    }
    .copyright p{
        font-size: 17px;
         text-align: center;
        color: aliceblue;
        padding-top: 25px;
    }

}
