*{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 list-style: none;
text-decoration: none;
 color: black;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.headerbar{
    display: none;
    position: fixed;
}



#pp {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}



.paraph-container {
    text-align: left;
}


#paraph-text {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
}
.manut {
    margin-bottom: -5%;
}




.searchicon{
    display: block;
}

.logo img{
width: 200px;
background-color:rgb(248,232,217);
padding-top: 60px;
}
.bar{
    display: none;
}

body{
    background-color:rgb(248,232,217);
}

.header{
    display: flex;
    justify-content: space-between;
     align-items: center;
     height: 60px;
     padding: 0 7vw;
    background-color:rgb(248,232,217);
    border-bottom: 2px solid rgb(252,196,124);
    box-shadow: 0 2px 20px rgb(253,124,124)
}

.header ul{
    display: flex;
    align-items: center;
}

.header ul li:hover{
    color: brown;
}

.nav ul li{
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
}

.account{
    flex:0.1
}
.account ul{
    display: flex;
    justify-content: end;
}
.account ul li{
    padding: 0 15px;
    font-size: 18px;
}
 .bar i:hover{
    color: rgb(253,57,8);
 }

.search{
    display: none;
    width: 200%;
    justify-content: center;
}
.search input{
    width: 100%;
    outline: none;
    border: none;
    padding: 5px;
}
.srchicon{
    background-color: rgb(255,218,210);
    display: block;
    padding: 4px 5px;
    cursor: pointer;
}

.home{
    background-color: rgb(248,232,217);
    padding: 0 8vw;
}

.main_slide{
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
}


.main_slide div:nth-child(2){
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 7.4%;
}

.main_slide div:nth-child(1){
    padding-top: 50px;
    flex: 1;
    font-size: 30px;
}

.main_slide div:nth-child(1) p{
    font-size: 18px;
    padding: 20px 0;
}

.main_slide div:nth-child(1) span{
    color: #FFA800;
    text-underline-offset: 10px;
}

.red_btn{
    cursor: pointer;
    margin-top: 20px;
    width: 200px;
    font-weight: bold;
    color: aliceblue;
    text-align: center;
    line-height: 50px;
    background-color: #FFA800 ;
    border-radius: 5px;
    border: 1px solid rgb(253, 77, 8);
    box-shadow: 0 10px rgb(250, 120, 69);
    transition: all 0.2s;
}

.red_btn:hover{
    cursor: pointer;
    margin-top: 20px;
    width: 200px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background-color: #FFA800 ;
    border-radius: 5px;
    border: 3px solid rgb(253, 77, 8);
    box-shadow: 0 10px rgb(250, 120, 69);
    transition: all 0.2s;
}
.red_btn i {
    color: white;
    transition: all 0.2s;
    background-color: #FFA800 ;
}
.red_btn:hover i{
    background-color: #FFA800 ;
}
.about {
    background-color:rgb(248,232,217);
    display: flex;
    flex-direction: column; 
    width: 80%;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #FFA800;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.about h2 {
    color: #FFA800;
    margin-bottom: 30px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-image img {
    width: 500px; 
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.about-image img:hover{
    transform: scale(1.05);
}

.about-details {
    max-width: 600px;
    text-align: left; 
}

.about-details h3 {
    color: #FFA800;
    margin-bottom: 20px;
    font-size: 24px;
}

.about-details p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.food-menu {
    text-align: center; 
    margin-top: 100px;
    margin-bottom: 150px;
}

.food-menu h2 {
    margin-bottom: 30px; 
}

.menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menu-item {
    width: 300px;
    margin: 20px;
    border: 1px solid #FFA800;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.menu-item:hover {
    transform: scale(1.05);
}

.menu-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #FFA800;
}

.menu-details {
    padding: 15px;
    text-align: left;
}

.menu-details h3 {
    color: #FFA800;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px){
    .header .nav, header .account{
      display: none;
    }
    .search{
       width: 60vw;
    }
    .bar{
       display: block;
       cursor: pointer;
    }
    .headerbar{
       overflow: hidden;
       display: flex;
       flex-direction: column;
       position: fixed;
       top: 0;
       transition:all 0.5s;
       width: 100%;
       bottom: 0;
       right: -100%;
       background-color: rgb(252, 231, 216);
    }

    .headerbar .account, .headerbar .nav{
    display: block;
    font-size: 18px;
    }
    
    .bar .fa-xmark{
        display: none;
        top: 20px;
        right: 5w;
        position: absolute;
        font-size: 25px;
    }

    .headerbar .nav ul{
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    }
    .headerbar .nav li{
    width: 96vw;
    margin: 18px 0;
    padding: 15px 30px;
    box-shadow: 0 2px 15px rgb(252, 193,169);
    margin-top: 5px;
    }

    .headerbar .account{
    line-height: 40px;
    margin-top: 60px;
    background-color: rgb(252,210,182);
    padding: 15px;
    }

    .headerbar .account ul {
        justify-content: space-between;
    }


}

@media only screen and (max-width : 550px){

.main_slide div:nth-child(1){
    font-size: 20px;
}

.main_slide div:nth-child(1) p{
    padding-top: 5px;
    margin: 10px 0;
    font-size: 13px;
}

.red_btn{
    margin-top: 10px;
    width: 120px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
}

.red_btn:hover{
    margin-top: 10px;
    width: 120px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
}

.main_slide div:nth-child(1) span{
    text-underline-offset: 5px;
}

.main_slide div:nth-child(2) img{
    width: 90vw;
}

    
}



.book-table {
    background-color: rgb(248, 232, 217);
    display: flex;
    flex-direction: column; 
    width: 80%;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #FFA800;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.book-table h2 {
    color: #FFA800;
    margin-bottom: 30px;
}

.book-table-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.book-table-image img {
    width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.book-table-image:hover{
    transform: scale(1.05);
}

.book-table-details {
    max-width: 600px;
    text-align: left;
}

.book-table-details h3 {
    color: #FFA800;
    margin-bottom: 20px;
    font-size: 24px;
}

.book-table-details p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.book-table-details label {
    display: block;
    margin-bottom: 5px;
}

.book-table-details input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #FFA800;
    border-radius: 5px;
}

.book-table-total {
    margin-top: 20px;
}


.footer {
    background-color: #FFA800;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgb(252, 196, 124);
}

.footer-content {
    display: flex;
    justify-content: space-between;
     align-items: center;
     height: 70px;
     padding: 0 7vw;
    background-color:rgb(248,232,217);
    border-bottom: 2px solid #fcc47c;
    box-shadow: 0 2px 20px rgb(253,124,124)
}

.footer-logo img {
    margin-top: 5%;
    width: 200px;

}

.footer-text p {
    margin: 0;
}

.footer-back-to-top {
    cursor: pointer;
    background-color: #FFA800;
    color: aliceblue;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgb(253, 77, 8);
    box-shadow: 0 10px rgb(250, 120, 69);
    transition: all 0.2s;
}

.footer-back-to-top:hover {
    background-color: #FFA800;
    border: 3px solid rgb(253, 77, 8);
    box-shadow: 0 10px rgb(250, 120, 69);
    transition: all 0.2s;
}

#hitam{
    height: 15%;
    width: 25%;
    margin-left: 35%;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}
#foodmenu{
    height: 10%;
    width: 20%;
    margin-right: 4%;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

#booking{
    height: 15%;
    width: 25%;
    margin-left: 35%;
    margin-bottom: 60px;
    transition: transform 0.3s ease-in-out;
}

#hitam:hover{
    transform: scale(1.05);
}
#foodmenu:hover{
    transform: scale(1.05);
}
#booking:hover{
    transform: scale(1.05);
}