body {
  background: #000;
}
.video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.container {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  margin-bottom: 0;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  width: 100%;
  height: 7vh;
  font-family: Arial, sans-serif;
  opacity: 0.7;
  color: white;
}
.col-1 {
  padding-right: 5px;
  margin-left: 5rem;
  color: #fff;
  opacity: 0.9;
}
.col-2 {
  padding-right: 5px;
  margin-right: 2rem;
}

.Lato-serif-navbar-links {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #000;
  position: fixed;
  top: 0%;
  padding: 20px;
  width: 100%;
}
.navbar-links.scrolled {
  background-color: #181818;
  color: #fff;
  width: 100%;
  height: 8vh;
  padding: 15px;
  transition: 0.3s ease;
}
.display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-links li a {
  color: #fff;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin: 0 8px;
  font-size: 19px;
  text-transform: uppercase;
  list-style: none;
  border-top: 1px dashed #ccc3c3;
  border-bottom: 1px dashed #ccc3c3;
  padding: 15px 0;
}
.navbar a:hover {
  color: #ffcc00;
}
.line {
  border-bottom: 1.2px dashed #fff;
  opacity: 0.7;
}
.logo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #e60000;
}
.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}
.hero-text {
  font-size: 3rem;
  align-content: center;
  text-transform: uppercase;
  word-spacing: 5px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding-top: 10rem;
  margin-bottom: 0;
}
.about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #1e1e1e;
  margin-top: 0;
}
.about-text {
  width: 40%;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
}
.about-text p {
  opacity: 0.6;
  line-height: 1.7rem;
  font-size: medium;
  margin-top: 2rem;
}
.about-text span {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
}
.menu-section {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
  width: 50%;
}
.menu-section ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.menu button {
  right: 10px;
  top: 8px;
  font-size: 0.2;
  font-weight: bolder;
  opacity: 0.4;
  position: absolute;
}
.menu {
  padding-bottom: 20px;
}
.menu-section ul li {
  background-color: black;
  color: #ffcc00;
  padding: 5px 40px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  transition: 0.3s;
  font-size: medium;
}
.menu-section ul li :hover {
  background-color: #ffcc00;
  color: black;
}
#close_menu {
  margin-top: 15px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.menu-section span {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.yellow-line {
  width: 10%;
  height: 4px;
  background-color: #ffcc00;
  margin: 8px 0;
}

.specialities-section {
  background: url("sec3.jpg") no-repeat center center/cover;
  width: 100%;
  min-height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialities {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialities span {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 15px;
}
.order-container {
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  gap: 50px;
  margin: 10px 0;
}
.order-list {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 25px;
  flex-grow: 1;
  margin-bottom: 50px;
}

.list-box {
  flex: 0 0 calc(100% / 3 - 15px);
  max-width: calc(100% / 3 - 15px);
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  text-align: center;
}

.list img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
}
.order-now {
  padding: 10px 20px;
  background-color: #ffcc00;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ffcc00;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
}
.list {
  background-color: white;
  border: 2px solid white;
  border-radius: 15px;
  padding: 10px;
}
.list img:hover {
  opacity: 0.7;
}
.arrow {
  background: transparent;
  color: white;
  width: 90px;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  z-index: 10;
  opacity: 0.6;
}

.arrow-left {
  margin-right: 10px;
}

.arrow-right {
  margin-left: 10px;
}
.contact {
  display: flex;
  color: #fff;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  height: 50vh;
  background-color: #181818;
  margin-top: 0;
}
.contact span {
  font-size: 1rem;
  color: #ccc3c3;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact p {
  margin: 15px;
  font-size: 3rem;
  color: #ffcc00;
}
.discount-section {
  background: url("sec5-image.png");
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.discount-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.arrows {
  position: absolute;
  background: transparent;
  color: white;
  border: none;
  height: 100%;
  font-size: 4rem;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
  transition: background 0.3s;
}

.arrows-left {
  left: 0%;
}

.arrows-right {
  right: 3%;
  margin-left: 10px;
  margin-top: 5rem;
}
.discount-info span {
  color: white;
  font-size: 2rem;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.bank-slider {
  position: relative;
  height: 65 vh;
  overflow: hidden;
  padding: 10px 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
}

.bank-images {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  gap: 20px;
}
.bank-images::-webkit-scrollbar {
  display: none;
}
.bank-images .img {
  flex: 0 0 25%;
  max-width: 25%;
}

.bank-images img {
  width: 100%;
  height: 100%;
}
.gallery-section {
  background-color: #181818;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.sec-7 {
  color: white;
  display: flex;
}

.divider {
  border-top: 2px solid #c4a359;
  margin: 20px auto;
  width: 80%;
  position: relative;
}
.divider::before {
  content: "◉";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #c4a359;
  font-size: 20px;
  background: #181818;
  padding: 0 10px;
}
.slider-container {
  background: url("sec7.png");

  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  min-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.content {
  position: relative;
  z-index: 3;
  max-width: 700px;
}

.logo {
  font-size: 2.5em;
  font-weight: bold;
  color: #ff0000; /* Red for Kababjees */
  margin-bottom: 20px;
}

.quote-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 8px;
}

.name {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  color: #ffd700;
}

.quote {
  font-size: 1.2em;
  line-height: 1.6;
}

.dots-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #c4a359;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
  border: 2px solid white;
}

.dot.active {
  background-color: #717171;
}
.location-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  align-items: center;
}
.locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  gap: 20px;
  color: white;
  align-items: center;
}
.location img {
  width: 100%;
  height: 30vh;
  border: none;
  border-radius: 10px;
  object-fit: cover;
}
.logo {
  display: flex;
  text-align: center;
  justify-content: center;
}
.logo img {
  height: 20px;
  width: 20px;
}
.logo span {
  font-size: 1rem;
  font-weight: bold;
  color: #ffd700;
  text-transform: uppercase;
}

.footer {
  background:url('footer-bg.jpeg') no-repeat center center/cover;
  background-color: #1a1a1a;
  opacity: .8;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 40px 0 20px 0;
  position: relative;
  z-index: 1;
}

.footer-container {
  opacity: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-section1 > div {
  flex: 1;
  min-width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.footer-section1 > div:last-child {
  margin-right: 0;
}

.footer-section1 h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffa500;
}

.footer-section1 p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ccc;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons .fa-brands {
  font-size: 24px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-icons .fa-brands:hover {
  color: #ffa500;
}

.footer-section1 span {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #ccc;
}

.footer-section1 span .fa-solid {
  margin-right: 10px;
  color: #ffa500;
}

.footer-section1 small {
  display: block;
  font-size: 13px;
  color: #aaa;
  margin-top: 5px;
  margin-bottom: 15px;
}

.footer-section1 small p {
  display: inline;
  margin: 0;
}

.footer-section1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section1 ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ccc;
}

.footer-section2 {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.footer-section2 .line {
  width: 80%;
  height: 1px;
  background-color: #333;
  margin: 0 auto 20px auto;
  display: none; /* The image shows a subtle line, but the HTML provided only has text */
}

.footer-section2 small {
  font-size: 13px;
  color: #aaa;
}
.location-name span p{
color: #c4a359;
}

@media (max-width: 1024px) {
  .display {
    display: none;
  }
  .bank-images .img {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .list-box {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .list-box img {
    width: 100%;
    object-fit: cover;
  }
  .top-bar {
    display: none;
  }
  .logo-text {
    margin-top: 0;
    font-size: 1rem;
    position: absolute;
    left: 5px;
  }
  .about-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin-top: 0;
  }
  .about-us p {
    font-size: small;
  }
  .about-us span {
    font-size: 1.7rem;
  }
  .line {
    display: none;
  }
  .about-text {
    width: 100%;
  }
  .about-img img {
    width: 100%;
    height: 50vh;
  }
  .hero-text {
    font-size: 3rem;
    padding-top: 90px;
  }
  .navbar-links.scrolled {
    background-color: #181818;
    color: #fff;
    width: 100%;
    height: 8vh;
    text-align: left;
    align-items: center;
    position: fixed;
  }
}

@media (max-width: 768px) {
  .list-box {
    flex: 0 0 calc(90% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .list-box img {
    width: 100%;
    object-fit: cover;
  }
  .bank-images .img {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .order-now {
    padding: 10px 10px;
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .specialities span {
    font-size: 2rem;
  }
  .yellow-line {
    width: 50%;
  }
  .arrow {
    background: transparent;
    color: white;
    position: absolute;
    bottom: 20;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10;
    opacity: 0.6;
    text-align: center;
    width: 100%;
    height: 5%;
    margin-bottom: 20px;
  }
  .arrow-left {
    margin-right: 35px;
    position: absolute;
    bottom: 20px;
  }

  .arrow-right {
    margin-left: 35px;
    position: absolute;
    bottom: 20px;
  }
  .contact p {
    font-size: 2rem;
  }
  .bank-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
  }

  .bank-images {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .bank-images .img {
    flex: 0 0 auto;
  }

  .bank-images .img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .arrows {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
    opacity: 0.8;
  }

  .arrows-left {
    left: 5px;
  }

  .arrows-right {
    right: 5px;
  }
  .footer-section1 {
    flex-direction: column;
    align-items: center;
  }

  .footer-section1 > div {
    min-width: unset;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .social-icons {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .list-box {
    flex: 0 0 100%;
    max-width: calc(90% / 1 - 15px);
  }

  .list-box img {
    width: 100%;
    object-fit: cover;
  }
  .bank-images .img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-now {
    padding: 10px 10px;
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    color: white;
    align-items: center;
  }
}
