:root {
    --black: #121212;
    --white: #d9d9d9;
    --yellow: #c7ae38;
    --grey: #1c1c1c;
    --light-gray: #2a2a2a;
    --dark-gray: #1c1c1c;
    --font-family: 'Playfair Display', serif;
    --font-family-alt: 'Arial', sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #0d0e0d;
    font-family: var(--font-family-alt);
}
::-webkit-scrollbar {
    width: 10px;
  }
  
  
  ::-webkit-scrollbar-track {
    background-color: var(--white);
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 10px;
  }
  
  a {
    text-decoration: none !important;
    color: var(--white) !important;
  }
  
  body {
    background-color: var(--black) !important;
    font-family: 'Playfair Display' !important;
    color: var(--white) !important;
  
  }

  /* Start Navbar*/
  .navbar {
    background-color: #080808ea;
    padding: 15px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 3;
  }
  
  .navbar.scrolled {
    background-color: rgba(17, 17, 17, 0.829) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-brand {
      font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: var(--white) !important;
  }
  
  .navbar-brand span{
    color: #c7ae38;
  }
  
  .nav-item {
    margin-left: 15px;
    font-size: 18px;
    color: var(--white) !important;
    position: relative;
  }
  
  .navbar-nav .nav-link {
    color: var(--white) !important;
    font-size: 18px;
    margin-left: 15px;
    transition: 0.3s;
  }
  
  .navbar-nav .nav-link:hover {
    color: var(--yellow) !important;
  }
  
  .navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--yellow);
    animation: underline 0.3s ease;
  }
  
  @keyframes underline {
    from { width: 0; }
    to { width: 100%; }
  }
  
  .nav-item .dropdown-menu {
     display: block; 
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: var(--black);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
    .dropdown-menu {
      position: absolute !important;
    }
  .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: var(--grey);
    color: #c7ae38;
  }
  
  
  @media (max-width: 768px) {
    .footer-column {
        margin-bottom: 30px;
    }
    
    .new-footer h5 {
        margin-bottom: 15px;
    }
  }
  
  /*End Navbar*/

.Reservation {
background-image: url('night\ resturant.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    padding: 20px;
}
h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.Reservation_text1, .Reservation_text2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    /* font-weight: 100px; */
    font-style:italic;
    font-size: 35px; 
    color: rgb(255, 255, 255);    

  }
  
.Reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.Reservation_container {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.Reservation_text1, .Reservation_text2 {
    text-align: center;
    margin-bottom: 10px;
}

.Reservation_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input[type="text"],input[type="number"],input[type="date"], input[type="submit"],input[type="time"] ,input[list="options"] {
    padding: 12px;
    /* margin: 5px; */
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    width: 100%;
}

/* input[type="text"] {
        background-color: rgba(0, 0, 0, 0.913); */
        /* background-color: rgb(0, 0, 0); */
        /* border: 2px solid rgb(255, 255, 255);
        border-width: 3px; 

 }*/
input[type="text"]::placeholder,input[type="number"]::placeholder,input[type="date"]::placeholder ,input[type="time"]::placeholder,input[list="options"]::placeholder {
    font-style:italic;
    color: rgb(121, 117, 117);
    /* opacity: 0.2; Adjusts the opacity of the placeholder text
    background-color: rgb(0, 0, 0); */
 } 

input[type="text"] ,input[type="number"],input[type="date"] ,input[type="time"], input[list="options"] {
    
    background-color: rgba(0, 0, 0, 0.913);
    color: white;
    border: none;
    /* border: 2px solid rgb(91, 89, 89); */
    border: 1px solid #c7af38cd;
    cursor: pointer;
}
input[type="submit"] {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.913);
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.Reservation_Person_Timing {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.Reservation_Person_Timing input {
    flex: 1;
}


input[type="submit"]:hover {
    /* background-color: #ebce58ac; */
    background-color: #c7af38c8;
}

@media (max-width: 600px) {
    .Reservation_Person_Timing {
        flex-direction: column;
    }
}

/*Start Footer*/

.new-footer {
  background-color: var(--grey);
  color: var(--white);
  padding: 60px 0 20px;
  font-family: 'Arial', sans-serif;
}

.new-footer h5 {
  color: var(--yellow);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-column .social-icons i {
  color: #c7af38b9;
  border: #1c1c1c solid;
  border-radius: 50%;
  padding: 10px;
}

.footer-column .social-icons i:hover {
  color: #c7ae38;
  background-color: #1c1c1c;
}



.footer-content p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--white);
}

.footer-content p i {
  margin-right: 8px;
  color: var(--yellow);
  font-size: 15px;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: var(--white);
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--yellow);
  padding-left: 5px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 768px) {
  .new-footer h5::after {
    background-color: var(--grey);
  }
}

/*End Footer*/