*, 
*:before, 
*:after{
    box-sizing: border-box;
}
html, body {
    overflow: auto;
    height: 100%; 
    margin: 0;
    background-color: black;
}


.no-scrollbar {
    overflow: hidden;
}
   
body{

    margin: 0;
    padding:0;
    text-align: center;
    background-image: url(../assets/images/bkground.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}
.hideAll{
    display: none;
}

section{
    border-radius: 50px;
    margin: auto;
    max-height: 700px;
}

main {
    width: 325px; 
    height: 690px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; 
    border-radius: 50px;
    background-color: #BFBFBD;
}

.mobile-frame{
    width: 360px;
    height: 710px;
    background-image: url(../assets/images/mobile-frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.icon-page{
    width: 325px;
    height: 100%;
    background-color: #BFBFBD;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.z-index-sec{
    z-index: 2;
    cursor: pointer;
}
.null-blur{
    width: 100%;
    height: 60px;
}
header {
    z-index: 4;
    width: 100%;
    position: sticky; 
    top: 0;
    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
}
/* Hamburger Menu */
.hamburger-menu {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
}
  
.hamburger-menu .line {
    height: 3px;
    width: 100%;
    border-radius: 3px;
}
  
/* Sidebar Menu */
.sidebar-menu {
    position: absolute;
    top: 8.13rem;
    right: -105rem; 
    height: 370px;
    width: 165px;
    transition: right 0.5s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    
}
  
.sidebar-menu ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: right;

}
hr{
    margin-left: 1rem;
    margin-right: 1rem;
    
}

.sidebar-menu ul li {
    margin: 20px 0;
}
  
.sidebar-menu li  {
    text-decoration: none;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}
  
/* Show Sidebar */
.sidebar-menu.open {
    display: block;
    right: 0;
}


.restaurants svg {
    width: 30px;
    height: 30px;
  
}
.bottom-nav ul li {
    position: relative; 
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.bottom-nav  {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px; 
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.bottom-nav   ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* General hover and active styles for all bottom-nav sections */
.bottom-nav ul li:hover svg path {
    fill: var(--hover-icon-color);
}

.bottom-nav ul li:hover {
    background-color: var(--hover-bg-color);
}

.bottom-nav ul li.active {
    background-color: var(--active-bg-color);
    fill: var(--active-icon-color);
    transform: scale(1.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.bottom-nav ul li.active svg path {
    fill: var(--active-icon-color);
}

.restaurants{
    width: 100%;
    height: 100%; 
    overflow-y: auto; 
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
   
}
.header-null{
    width: 100%;
    height: 100px;
    background-color: #262626;
}

.featured-image{
    width: 100%;
    height: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-position: center ;
    gap: 2rem;

}
.chefImg{
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;

}

.rest-visitUs{

    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.rest-visitUs li{
    list-style: none;
}

.visit-header{
   height: auto;

}

.reseve-button{
    width: 50%;
    padding: 0.6rem;
}

.contactSect{
    padding: 2rem;

}
.footer{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 12rem;

}
.footerflex{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
}
.newsletter, .footer-links{
    padding: 0.5rem;
}
.newsletter{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 300;

}
.newsletter h1{
    font-size: 1.2rem;
    font-weight: 600;
}

.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    margin-bottom: 1rem;
}

#footerForm{
    display: flex;
    align-items: center;

}
.signup-btn{
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem;


}
input{
    background-color: transparent;
}

input::placeholder{
    opacity: 0.7;
    font-weight: 200;
    font-style: italic;
    padding-left: 0.1rem;
}
textarea::placeholder{
    opacity: 0.7;
}
#date::placeholder{
    opacity: 0.7;
}
#date, #time, #people, textarea{
    font-weight: 400;
    font-style: italic;
    padding-left: 1rem;
    background-color: transparent; 

}

.form-wrap{

    width: 100%;
    margin-top: -30rem;
    padding: 0.8rem;
}
.form-wrap h1{
    padding: 1rem;
    font-size: 1.8rem;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    cursor: pointer;
}
.reserve-image{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation-form{
    font-size: 1rem;
    margin: auto;        
    width: 100%;
    text-align: left;
    gap: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);

}
.reserved-container{
    border-radius: 25px;
    padding: 1rem;
    margin: auto;
    width: 80%;
}

.reserve-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.reserved-container h1{

    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.reserved-container h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;

}
.submit-btn{
    width: 80%;
    padding: 1rem;
    font-weight: 600;

}
@media screen and (min-width:300px) and (max-width:600px) {
    .mobile-frame{
        display: none;
    }
    main{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    section{
        height: 100%;
        border-radius: 0px;

    }
    .icon-page{
        width: 100%;
    }
    .bottom-nav {
        bottom: 0;
        width: 100%;
    }
}