* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "Times New Roman", Times, serif;
}

html {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

h1,
h2,
h2,
h4,
h5,
h6 {
  font-size: 1.5rem;
}

p {
  font-size: 0.9rem;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 300;
}

a {
  text-decoration: none;
}

.main_color {
  color: #5d67f7;
}

.header .contact {
  color: #5d67f7;
}

.main_logo {
  height: 55px;
  width: 55px;
}

.yellow {
  color: #53e3d2;
}

.nav-link:hover {
  background-color: #53e3d2;
}

.active {
  color: #5d67f7;
}

.nav_bar {
  background-color: #5d67f7;
}
.nav_bar .collapse {
  justify-content: center;
}
.nav_bar .collapse ul li {
  text-align: center;
}

.navbar_container {
  background: #5d67f7;
}

#carouselExampleCaptions .carousel-item img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  height: 80vh;
  overflow: hidden;
}
@media only screen and (max-width: 720px) {
  #carouselExampleCaptions .carousel-item img {
    height: auto;
  }
}

.carousel-caption h1 {
  color: #53e3d2;
}
@media only screen and (max-width: 720px) {
  .carousel-caption h1 {
    font-size: 1.3rem;
  }
}

.book_now_container {
  background-color: #5d67f7;
}
.book_now_container .book_now_text {
  color: white;
  text-align: center;
  align-items: center;
}
.book_now_container select {
  color: rgb(66, 65, 65);
  font-size: 12px;
}

.breadcrumb_ {
  background-color: #E9ECEF;
}

.main_content img,
.gallery_container img {
  border-right: 5px solid rgb(185, 183, 183);
  border-bottom: 5px solid rgb(185, 183, 183);
}

.gallery_container img {
  border: 5px solid rgb(185, 183, 183);
}

.fav_dishes {
  background-color: #5d67f7;
}

.slick-arrow::after,
.slick-arrow::before,
.slick-arrow {
  height: 70px;
  background-color: rgb(57, 57, 57);
}

.gallery_image .img_overlay_text {
  position: absolute;
  top: 18%;
  left: 18%;
  height: 70%;
  width: 70%;
  background-color: rgb(105, 104, 104);
  color: white;
  opacity: 0.5;
}

.client_review {
  background-color: #5f4ced;
}
.client_review .carousel-item {
  background-color: #5f4ced;
}
.client_review .carousel-item img {
  border: 7px solid #2e1bbe;
  height: 240px;
  width: 240px;
  padding: 0;
  margin-left: 15px;
}
.client_review .carousel-item .client_details {
  margin-bottom: 50px;
}
.client_review .carousel-item h1 {
  color: #53e3d2;
}

.our_partner h1 {
  color: #5d67f7;
}

footer {
  background-color: #0E0F10;
}
footer .about_us p {
  letter-spacing: 1.5px;
  color: rgb(120, 120, 120);
  margin-bottom: 30px;
}
footer .about_us .read_more_bth {
  background-color: #5d67f7;
}
footer .about_us .read_more_bth:hover {
  background-color: #53e3d2;
  transition: 1s all;
}
footer .about_us .footer_nav_bar ul {
  margin-top: -20px;
}
footer .about_us .footer_nav_bar ul a {
  color: #5d67f7;
}

.text_color_booking {
  color: #5d67f7;
}

.contact_us_text p {
  letter-spacing: 3px;
  font-size: 0.8rem;
}

.contact_info {
  background-color: #5d67f7;
}
@media only screen and (max-width: 370px) {
  .contact_info .email {
    font-size: 0.9rem;
    margin-left: -30px;
  }
}

.blog h6 {
  line-height: 30px;
}/*# sourceMappingURL=style.css.map */