body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      
      font-family: 'Segoe UI', sans-serif;
    }
	
	
@font-face {
    font-family: 'Circus-World-Demo';
    src: url('fonts/CircusWorldDemoRegular.woff2') format('woff2'),
        url('fonts/CircusWorldDemoRegular.woff') format('woff'),
        url('fonts/CircusWorldDemoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.title-font{	
	font-family: 'Circus-World-Demo', sans-serif !important;
}

h1{
	line-height:80px;
	
}
h2{
	
	
}


	
.gradient-box {
  height: 600px;
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: 1;
}

.hero-content {
  z-index: 2;
  position: relative;
}
    .hero-section {
      
      height: 850px;
      width: 100%;
      color: white;
      position: relative;
    }

    .navbar-wrapper {
      width: 1200px;
      margin: 0 auto;
    }

    .navbar-custom {
     
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .hero-content {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .hero-content h1 {
      font-size: 3rem;
    
      font-family: 'Georgia', serif;
      text-transform: uppercase;
    }

  

    .navbar-nav {
      flex-direction: row;
    }

    .nav-link a{
      font-size: 16px;
	 
    }
	.nav-item a{
		font-weight:500;
		 color:#fff;
	}
	.nav-item a:hover{
		color:#d71920;
	}
		.navbar-custom {
  background-color: #000; /* Dark background */
  z-index: 1050; /* above everything */
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas {
  z-index: 2000; /* Ensures overlay appears above */
}

.offcanvas-body a.nav-link {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

	
	
	.about-section {
  background-color: #000;
  height: 700px;
  width: 100%;
  padding: 60px 0;
}



.about-heading {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  
  color: #d71920; /* Red shade */
  letter-spacing: 2px;
}

.about-section p {
  color: #ccc;
  font-size: 16px;
  line-height: 1.7;
}




.menu-section {
  background-color: #1E1E1E;
  padding: 80px 0;
}

.menu-heading {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  color: #d71920;
  font-weight: bold;
  letter-spacing: 2px;
}

.menu-category {
  font-family: 'Georgia', serif;

  font-size: 1rem;
  color: #fff;
  margin-top: 8px;
}

.menu-item {
 margin-top:0px;
}

.menu-item h5 {
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0px;
}

.menu-item .dish {
  color: #d71920;


  margin-right: 10px;
}

.menu-item .price {
  color: #fff;
}

.menu-item p {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 0px;
}



.gallery-section {
  background-color: #0a0a0a;
  padding: 80px 0;
}

.gallery-heading {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  color: #d71920;

  letter-spacing: 2px;
}

.gallery-subtitle {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}



.reservation-section {
  background: url('imgs/bg003.png') center center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

.left-content .stars {
  color: #ffc107;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.reservation-label {
  color: #ffcc00;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.2rem;
}

.reservation-number {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.reservation-form {
  background: #a10000;
  color: white;
  border: 1px solid #900000;
  max-width: 400px;
  width: 100%;
}

.form-title {
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.reservation-form .form-control {
  background: #660000;
  border: none;
  color: white;
}

.reservation-form .form-control::placeholder {
  color: #ccc;
}

.reservation-form .form-control:focus {
  box-shadow: none;
  background: #660000;
  color: white;
}


.footer-section {
  background-color: #121212	;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 0.95rem;
}

.footer-title {
  font-family: 'Georgia', serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  border-bottom: 1px dashed #333;
  padding-bottom: 5px;
}

.footer-info {
  color: #ccc;
  line-height: 1.6;
}

.social-icon {
  color: #fff;
  font-size: 1.1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icon:hover {
  background-color: #d71920;
  border-color: #d71920;
}


.glass-element {
  position: absolute;
  bottom: -120px; /* adjust this to control vertical overlap */
  right: 40px;   /* or left: 40px; depending on design */
  max-width: 270px;
  z-index: 5;
  pointer-events: none; /* makes sure it doesn't interfere with clicks */
}



.section-divider {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 5;
}

.divider-glass {
  position: absolute;
  top: -150px; /* Pulls the glass slightly over the red bar */
  left: 60px; /* Adjust this as per your layout */
  max-width: 270px;
  pointer-events: none;
  z-index: 10;
}
.divider-glass-2 {
  position: absolute;
  top: -100px; /* Pulls the glass slightly over the red bar */
  right: 0px; /* Adjust this as per your layout */
  max-width: 300px;
  pointer-events: none;
  z-index: 10;
}
.divider-glass-3 {
  position: absolute;
  top: -150px; /* Pulls the glass slightly over the red bar */
  right: 0px; /* Adjust this as per your layout */
  max-width: 300px;
  pointer-events: none;
  z-index: 10;
}


.gallery-section {
  width: 100%;
  padding: 80px 0;
}

.gap-5 {
  gap: 3rem !important;
  row-gap: 1rem !important;
  column-gap: 3rem !important;
}



  .btn-book {
      background: red;
      color: #fff;
      border-radius: 20px;
      padding: 8px 16px;
    }
	
.btn-book {
  background-color: #c8102e;
  color: white;
 padding: 8px 16px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-book:hover {
  background-color: #a20d26;
  color: #fff;
  text-decoration: none;
}
.btn-book a{
	color: #fff;
	font-style:none;
	  text-decoration: none;
	  font-weight:500;
}

.opening-hours {
  background: linear-gradient(to right, #4a0000, #b80000);
}

.opening-title {
  font-family: 'Segoe UI', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.opening-time {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.4rem;
  margin: 0;
}

.phone-box {
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 1rem;
  display: inline-block;
}
.big-text{
	font-weight:bold;
}


@media (min-width: 800px) and (max-width: 1024px) {
	
		
		.divider-glass {
	  position: absolute;
	  top: -150px; /* Pulls the glass slightly over the red bar */
	  left: -20px; /* Adjust this as per your layout */
	  max-width: 220px;
	  pointer-events: none;
	  z-index: 10;
	}
	.divider-glass-2 {
	  position: absolute;
	  top: -100px; /* Pulls the glass slightly over the red bar */
	  right: 0px; /* Adjust this as per your layout */
	  max-width: 220px;
	  pointer-events: none;
	  z-index: 10;
	}
	.divider-glass-3 {
	  position: absolute;
	  top: -150px; /* Pulls the glass slightly over the red bar */
	  right: 0px; /* Adjust this as per your layout */
	  max-width: 190px;
	  pointer-events: none;
	  z-index: 10;
	}
		
	.opening-hours {
  background: linear-gradient(to right, #4a0000, #b80000);
 
  width:100%;
}


.opening-time {
    font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  margin: 0;
    width:50%;
	 border:0px #fff solid;

	  float: left;
}

.phone-box {
  border: 1px solid #fff;

  font-family: 'Georgia', serif;
  font-size: 1.2rem;  
    width:200px;
	margin:auto;
}

}



/* For tablets and below (≤ 768px) */
@media (max-width: 768px) {
	 .hero-content{
   border:0px #ff00ff solid;
   width:100%;
    }

 .hero-content h1 {
      font-size: 2rem;
    width:100%;
      font-family: 'Georgia', serif;
      text-transform: uppercase;
	  line-height: 160%;
    }
	
	
	.divider-glass {
  position: absolute;
  top: -150px; /* Pulls the glass slightly over the red bar */
  left: -20px; /* Adjust this as per your layout */
  max-width: 220px;
  pointer-events: none;
  z-index: 10;
}
.divider-glass-2 {
  position: absolute;
  top: -100px; /* Pulls the glass slightly over the red bar */
  right: 0px; /* Adjust this as per your layout */
  max-width: 220px;
  pointer-events: none;
  z-index: 10;
}
.divider-glass-3 {
  position: absolute;
  top: -150px; /* Pulls the glass slightly over the red bar */
  right: 0px; /* Adjust this as per your layout */
  max-width: 190px;
  pointer-events: none;
  z-index: 10;
}

	
.reservation-form {
  background: #a10000;
  color: white;
  border: 1px solid #900000;
  max-width: 400px;
  width: 100%;
 margin:auto;
}	
	
.opening-hours {
  background: linear-gradient(to right, #4a0000, #b80000);
  height:370px;
}

.opening-title {
    font-family: 'Segoe UI', sans-serif;
  font-size: 2rem;

  letter-spacing: 1px;
  width:100%;
  border:0px #fff solid;
  
}

.opening-time {
    font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  margin: 0;
    width:50%;
	 border:0px #fff solid;

	  float: left;
}

.phone-box {
  border: 1px solid #fff;

  font-family: 'Georgia', serif;
  font-size: 1.2rem;  
    width:80%;
	margin:auto;
}
	
.big-text{
	font-weight:bold;
}

	
	
	

}

