/*
Theme Name: LOUNGE AND RESTO
Theme URI: https://example.com/
Author: TREENO
Description: YOUR BEST LOUNGE AND RESTO.
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  word-spacing: 1px;
}

html {
  font-size: 90.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0;
    overflow-x: hidden;
}

.header-content{
    letter-spacing: 1px;
    height: 650px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.navs{
    position: fixed;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
text-align: center;
height: 70px;
z-index: 999;
background-color: rgba(0, 0, 0, 0.3);
}
nav li a{
    font-size: 1rem;
    text-decoration: none;
    color: white;
      font-family: "Google Sans Code", monospace;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
}
nav li a:hover{
    color: rgb(255, 215, 128);
    transition: 1s;
}
nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-right: 50px;
    list-style: none;
}
.nav-tag{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    margin-left: 30px;
}
.nav-logo{
    height: 80px;
    width: 80px;
    opacity: 0.6;
    border-radius: 50%;
background-color: transparent;
}
.nav-h1 {
    color: white;
    font-size: 1.5rem;
  font-family: "Google Sans Code", monospace;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
ion-icon{
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.homeul{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin-top: -5px;
}
.homea:hover .homeul{
    display: flex;
    position: absolute;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.39);
    width: 200px;
    height: 200px;
    margin-left: -80px;
    transition: 1.5s;
border: 2px solid rgb(255, 215, 128);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 128, 0.5);
}
.header-img{
    width: 400px;
    height: 400px;
    margin-left: 500px;
    opacity: 0.4;
    
}
.deli{
    color: white;
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    font-family: "Google Sans Code", monospace;
    -webkit-text-stroke:2px #B8860B;
    z-index: 20;
    margin-top: -150px;
}
.deli-p{
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    font-family: "Google Sans Code", monospace;
    margin-right: 300px;
    margin-left: 300px;
}
.headbtn{
    margin-left: 650px;
    margin-top: 30px;
    font-size: 50px;
    color: #B8860B;
    background-color:transparent;
    padding: 13px;
    border-radius: 70%;
    border: 2px solid #B8860B;
    box-shadow: 0 0 10px rgba(255, 215, 128, 0.5);
    font-family: "Google Sans Code", monospace;
    font-weight: 900;
}
.headbtn:hover{
    background-color: #B8860B;
    color: rgb(255, 215, 128);
    transition: 0.5s;
}
.about{
    text-align: center;
    margin-top: 100px;
    height: 500px;
}
.about h1{
    color: #333;
    font-size: 50px;
    font-family: "Google Sans Code", monospace;
}
.about p{
    color: #666;
    font-size: 20px;
    font-family: "Google Sans Code", monospace;
}
.about-img{
    margin-top: 10px;
}
.border{
    border: 2px solid #B8860B;
    width: 20%;
    margin-left: 550px;
    margin-top: 10px;
}
.about-content{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 30px;
}
.fried{
    width: 300px;
    height: 200px;
}
.chips{
    width: 150px;
    height: 100px;
}
.chick{
    width: 150px;
    height: 100px;
}
.about-text{
    text-align: start;
    margin-left: -150px;
    font-family: sans-serif;
}
.para{
    margin-top: 30px;
}

.slider{
    height: 700px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    margin-top: 150px;
    text-align: center;
    background-image: linear-gradient(to right, rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123)), url(head\ background.jpg);
    padding: 40px 20px;
}
.slider h1{
    padding-top: 50px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 80px;
}
.todayp{
    color: white;
    font-family: sans-serif;
    margin-top: -80px;
    font-size: 20px;
    margin-bottom: 70px;
}
.slider .border{
    margin-top: -60px;
    margin-bottom: 40px;
}
.specials-heading {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 20px;
}

.carousel {
    overflow: hidden;
  position: relative;
  width: 70%;
  margin-left: 190px;
  background-color: white;
}
.slide button{
    margin-top: 20px;
    padding: 15px;
    color: white;
    font-weight: 900;
    background-color: rgb(255, 215, 128);
    border-radius: 5px;
    box-shadow: 0 0 10px  rgba(0, 0, 0, 0.281);
    border: 2px solid rgb(255, 215, 128);
}
.slide button:hover {
  background-color: rgba(255, 215, 128, 0.8);
  color: black;
  transition: all 0.3s ease-in-out;
}
.slide {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 300px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.6s ease-in-out;
  position: absolute;
  width: 100%;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.special-text {
  flex: 1;
}
.special-text h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
    font-family: "Google Sans Code", monospace;
    font-weight: 900;

}
.special-text p {
  font-size: 1.2rem;
  color: #666;
    font-family: "Google Sans Code", monospace;
}
.special-image {
  flex: 1;
}

.special-image img {
  width: 100%;
  height: 400px;
  border-radius: 2px;
}


.reservation {
  text-align: center;
  margin-top: 100px;
}

.reservation h1 {
  font-size: 40px;
  color: #333;
  font-family: "Google Sans Code", monospace;
  font-weight: 900;
}

.reservation-p {
  font-size: 20px;
  color: #666;
  margin-top: 10px;
  font-family: "Google Sans Code", monospace;
}

.reservation-form {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 25px;
  color: #444;
}

.form-group input {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-reserve {
  background: #f6b341;
  color: #000;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-reserve:hover {
  background: #e09e2c;
}

.form-row.center {
  justify-content: center;
}

.alt-contact {
  margin-top: 20px;
  text-align: center;
  color: #666;
}


.services{
    text-align: center;
    margin-top: 100px;
    height: 850px;
    background:linear-gradient(rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.services h1{
    color: white;
    font-size: 50px;
    font-family: "Google Sans Code", monospace;
    padding-top: 30px;
}
.services-p{
    color: white;
    font-size: 20px;
    font-family: "Google Sans Code", monospace;
}
.border{
    border: 2px solid rgb(255, 215, 128);
    width: 20%;
    margin-left: 550px;
    margin-top: 10px;
}
.services-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
}

.service-card {
  background: #fff;
  flex: 1;
  max-width: 390px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.service-img {
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-img:hover img {
  transform: scale(1.1);
}

.service-content {
  padding: 20px;
  text-align: left;
}

.service-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.underline {
  display: block;
  width: 100px;
  height: 3px;
  background: #f6b341;
  margin: 8px 0 15px;
}

.service-content p {
  font-size: 25px;
  color: #444;
  line-height: 1.6;
}


.menu-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.menu-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.menu-subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
}

.underline {
  display: block;
  width: 60px;
  height: 3px;
  background: #f6b341;
  margin: 0 auto 30px;
}

.menu-filters {
  margin-bottom: 30px;
}

.filter-btn {
  border: none;
  background: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}

.filter-btn.active {
  color: #f6b341;
}

.menu-items {
  max-width: 800px;
  margin: 0 auto;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0;
  font-size: 15px;
}

.menu-item h4 {
  font-size: 16px;
  font-weight: bold;
}

.menu-item span {
  float: right;
  font-weight: bold;
}

.view-menu-btn {
  background: #f6b341;
  color: #000;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
}

.testimonials {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
     background:linear-gradient(rgba(20, 5, 1, 0.507), rgba(20, 5, 0, 0.123));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  color: white;
}

.testimonial-slider {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial {
  display: none;
  padding: 40px;
  font-style: italic;
  font-size: 26px;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.testimonial.active {
  display: block;
}

.testimonial h4 {
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

.testimonial-nav {
  margin-top: 20px;
}

.testimonial-nav button {
  background: #f6b341;
  border: none;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.testimonial-nav button:hover {
  background: #d9982e;
}

.before-footer {
  background: #f9f9f9;
  padding: 60px 20px;
}

.bf-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.bf-block {
  flex: 1;
  min-width: 280px;
}

.bf-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f6b341;
}

.bf-block p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #444;
}

/* Instagram grid */
.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.instagram-gallery img {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.instagram-gallery img:hover {
  transform: scale(1.05);
}

/* Subscribe form */
.subscribe-form {
  display: flex;
  gap: 10px;
}

.subscribe-form input {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.subscribe-form button {
  padding: 10px 15px;
  border: none;
  background: #f6b341;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-form button:hover {
  background: #d9982e;
}
.subscribe-block{
    margin-top: 300px;
}

.site-footer {
  color: white;
  padding: 60px 20px;
  font-size: 20px;
   background:linear-gradient(rgba(0, 0, 0, 0.86), 
    rgba(0, 0, 0, 0.86));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-block {
  flex: 1;
  min-width: 280px;
}

.footer-block h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f6b341;
}

.footer-block p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.read-more {
  color: #f6b341;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.read-more:hover {
  text-decoration: underline;
}

/* Recent posts styling */
.recent-posts .post-item {
  margin-bottom: 15px;
}

.post-type {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.post-item p {
  margin: 0;
  color: #fff;
}

.post-item small {
  font-size: 14px;
  color: #fff;
}

/* Reach us links */
.reach-us a {
  color: #f6b341;
  text-decoration: none;
}

.reach-us a:hover {
  text-decoration: underline;
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}
