/* Custom Styles */
:root {
  --primary: #ffbe33;
  --dark: #222831;
  --light: #f8f9fa;
  --fontTitle: "Dancing Script", cursive;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--light);
}
.section-one {
  background-image: url("/images/hero-bg.jpg");
  height: 680px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand {
  font-size: 32px;
  font-family: var(--fontTitle) !important;
}
.navbar {
  padding: 15px 0;
  background-color: var(--dark);
}
.navbar-collapse {
  justify-content: space-evenly;
}
.navbar .container {
  align-items: baseline;
}
.fa-bars , .fa-xmark {
  color: white ;
  font-size: 30px;
}
.navbar-nav {
  margin-left: 7rem;
  align-items: center;
}

.nav-item .active {
  color: var(--primary) !important;
}
.nav-item .nav-link:hover {
  color: var(--primary) !important;
  transition: 0.5s;
}
.nav-left{
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  width: 33%;
  
}
.nav-left :hover {
  color: var(--primary) !important;
  cursor: pointer;
  transition: 0.5s;
}
.nav-button {
  border: none;
  background-color: var(--primary);
  color: var(--light);
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 17px;
}
.nav-button:hover {
  color: var(--light) !important;
  background-color: #ce9a29;
  transition: 0.5s;
}
.scrolled {
  background-color: rgba(0, 0, 0, 0.95) !important;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
  z-index: 111111;
  position: fixed;
  width: 100%;
  top: 0px;
}


/*Start Hero Section */
.hero-section {
  display: flex;
  align-items: center;
}
.hero-section .row{
  height: 80vh;
}
.hero-section h1 {
  font-family: var(--fontTitle);
}
.hero-section p {
  font-size: 14px;
  line-height: 1.5;
}

/* end hero section  */
/* start offer-div */
.offer-section .row {
  display: flex;
  justify-content: space-evenly;
  padding: 0px !important;
}
.offer-section .cart {
  background-color: var(--dark);
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 20px 15px;
  line-height: 2.5;

}




.offer-section .cart:hover {
  cursor: pointer;
}
.cart img {
  border-radius: 50%;
  width: 160px;
  border: #ffbe33 solid 5px;
  margin-right: 1rem;
}
.cart h3 {
  font-family: var(--fontTitle);
}
.cart p span {
  font-size: 35px;
  font-weight: 800;
  font-family: var(--fontTitle);
}
/* End offer-div */
/* Start Menu Section */
.menu-section{
  color: var(--light);
}
.menu-section h2 {
  color: black;
  text-align: center;
  font-family: var(--fontTitle);
  font-size: 43px;
}
#filter-menu {
  color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px 0 20px 0;
}
.menu-section ul li {
  list-style: none;
  cursor: pointer;
  padding: 7px 25px;
}
#filter-menu .active {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 25px;
}

.card {
  border: none;
  background-color: var(--dark);
  margin-top: 2rem;

}
.card .image-box {
  background: #f1f2f3;
  height: 260px;
  border-radius: 0 0 0 47px;
  height: 215px;
  display: flex;
  margin: 0px !important;
}
.card img {
  border-radius: 15px 15px 25px 0px;
  width: 180px;
  margin: auto;
  display: block;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.circle {
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
}
.pr-2 {
  padding: 0px !important;
  color: var(--light);
}
/* End Menu Section */
/* Start About Section */
.about-section {
  background-color: var(--dark);
  height: 700px;
}
.flex-about {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.flex-about .text {
  width: 50%;
  padding: 20px 0px;
}
h2 {
  font-family: var(--fontTitle);
  font-size: 43px;
  margin-bottom: 20px;
}

.about-section {
  padding: 40px 0;
  font-family: "Arial", sans-serif;
}

.flex-about {
  display: flex;
  align-items: center;
  gap: 60px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  white-space: pre-line;
}

.read-more-btn {
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 4px;
}

.read-more-btn:hover {
  background-color: #333;
}

/* End About Section */
/* Start Book A Table Section  */
.book-section .row {
  margin: 15px;
}
.book-section h2 {
  font-family: var(--fontTitle);
  font-size: 43px;
  color: #000;
}
form div {
  margin: 1rem 0rem;
}
iframe {
  width: 100%;
  height: 100%;
  border-radius: 17px;
}
td button {
  background-color: rgba(66, 133, 244, 0.04);
  border: 1px solid #d2e3fc;
  color: #1a73e8;
  border-radius: 4px;
  font-size: 14px;
  height: 36px;
  padding: 0 24px;
}

/* end Book A Table Section */
/* Start our customer section*/
.carousel-control-next,.carousel-control-prev{
  top: auto;
  width: 85%;
  /* margin: auto; */
  justify-content: space-around;
  align-items: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 40px;
  height: 20px;
  margin: auto;
}
.circle-carousel{
  width: 40px;
  height: 40px;
  background-color: blueviolet;
  border-radius:50%;
  display: flex;
  justify-content: center;
}
.contant{
  display: flex;
  align-items: center;
}
.contant img{
  width: 200px;
  border-radius: 50%;
}
.caption{
  color: #000;
  margin-left: 20px;
}



/* Start footer  Section */
footer{
  background-color: var(--dark);
  padding: 3rem 0px;
  /* margin-top: 3rem; */
}
footer .col-md-4{
  text-align: center;
}
a{
  color: #f8f9fa;
}
a:hover{
  color: var(--primary);
  text-decoration: none;
  transition: .3s;
}
footer .conect p:hover{
  color: var(--primary);
  transition: .4s;
}
footer h3{
  font-family: var(--fontTitle);
  margin-bottom: 1rem;
}
footer .end{
  text-align: center;
  padding-top: 2rem;
}



/* Responsive adjustments */
@media (max-width:991px) {
  .nav-left{
    margin: 15px auto;
  }
  .nav-left button{
    margin-left: 10px;
  }
  .navbar-nav{
    margin-left: auto;
  }
}


@media (max-width: 890px) {
  .hero-section {
    text-align: center;
  }
  .hero-section .container .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    bottom: 4rem;
  }
  .offer-section .cart {
    justify-content: space-evenly;
  }
  .navbar-nav {
    padding-top: 15px;
  }
  .nav-link.btn {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .nav-button {
    padding: 5px 15px;
    font-size: 14px;
  }
  .about-section {
    height: auto;
  }
  .flex-about {
    flex-direction: column-reverse;
  }
  .flex-about .text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .flex-about {
    flex-direction: column;
    gap: 30px;
  }

  .flex-about img {
    max-width: 420px;
    height: auto;
  }
  .book-section .col-md-6{
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .offer-section {
    width: 80%;
    margin: 2rem auto 0rem;
  }
  .offer-section .cart {
    margin-bottom: 5px;
    display: block;
    line-height: 1;
    text-align: center;
  }
  .flex-about img {
    width: 70%;
  }
  .margin-bottom{
    margin-bottom:1.4rem ;
  }

}
