/*-----------------------------------------------------------------------------------

    Template Name: Tasty Momo - HTML Template
    Author: SNB dIGITAL
    Version: 1.0.0

----------------------------------------------------------------------------------- */

/* ----Google Font Source ----- */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

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

html,
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --primary: #0f0e0e;
  --secondary: #d80303;
  --tertiary: #1d2328;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.btn-theme {
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background: #0f0e0e;
  border-radius: 6px;
  display: inline-block;
}

.btn-theme:hover {
  color: #fff;
}

.color-one {
  background: var(--primary);
}

.color-two {
  background: var(--secondary);
}

.color-three {
  background: #f5b651;
}

.text-color-primary {
  color: var(--primary);
}

.text-color-secondary {
  color: var(--secondary);
}

.text-color-tertiary {
  color: #f5b651;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* ------------ NAV MENU ------------ */

.navbar {
  padding: 0;
  background: #fff;
  margin: 10px 20px;
  border-radius: 10px;
}

.navbar-brand {
  flex: 1;
  padding-left: 20px;
}

.navbar-brand img {
  width: 44%;
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

/* ---------- Hero Area ------- */
.hero-area {
  position: relative;
  background: url(../images/bg-hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-area-text h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
}

.hero-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000b4;
  top: 0;
  left: 0;
}
.hero-area-text {
  position: relative;
  z-index: 1;
}

.section-title {
  text-align: center;
}

.section-title h1 {
  font-weight: 600;
  color: var(--primary);
  position: relative;
  font-size: 40px;
  z-index: 9;
}

.section-title h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 180px;
  background: var(--secondary);
}

.about {
  background: url(../images/about-bg.png);
  position: relative;
  background-size: cover;
  background-position: center;
}

.about-right .section-title {
  text-align: left;
}

.about-left {
  width: 80%;
}

.about-content p {
  font-size: 16px;
}

.menu {
  background: #977979;
}

.menu .section-title h1 {
  color: #fff;
}
.menu .section-title h1,
.testimonials .section-title h1,
.instagram .section-title h1 {
  color: #fff;
}

.menu .section-title h1::after,
.testimonials .section-title h1::after,
.instagram .section-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  height: 3px;
  width: 180px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.menu-box {
  border: 1px solid #fff;
  border-radius: 15px;
}

.testimonials {
  background: url(../images/menu-bg.png);
  position: relative;
  background-size: cover;
  background-position: center;
}

.testimonials::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000b4;
  top: 0;
  left: 0;
}

.instagram {
  background: url(../images/menu/instagram.png);
  position: relative;
  background-size: cover;
  background-position: center;
}

.ch-footer {
  background: var(--tertiary);
  position: relative;
}

.ch-footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background: url(../images/footer-line-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.footer-heading {
  position: relative;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40%;
  height: 2px;
  background: #f5b651;
}

.footer-heading h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-about {
  margin-right: 30px;
}

.footer-about p {
  color: #fff;
  font-size: 14px;
}

.footer-menu ul {
  color: #fff;
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}

.footer-menu ul li a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  transition: 0.6s;
}

.footer-menu ul li a:hover {
  color: var(--secondary);
}

.footer-menu ul li::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 12px;
  background: #d61616;
}

.footer-address-details p {
  color: #fff;
}

.footer-address-details p a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-address-details p a:hover {
  color: var(--secondary);
}

.copyright p {
  margin: 0;
  font-size: 13px;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.copyright p a {
  text-decoration: none;
  color: #000;
}

.copyright {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.copyright .container {
  border-radius: 15px;
}

.text-right {
  text-align: right;
}

.header-right {
  border-left: 1px solid #c7c7c7;
}

.footer-social a {
  color: #fff;
  text-decoration: none;
}

.btn-view-menu {
  background: #fff;
  color: #000;
  padding: 10px 30px;
  transition: 0.2s;
  font-size: 20px;
  font-weight: 600;
}

.btn-view-menu:hover {
  color: var(--secondary);
}

.testimonials-slider {
  position: relative;
  z-index: 9;
}

.mobile-btn-group {
  position: relative;
  z-index: 1;
  display: none;
}

.ti-widget.ti-goog .ti-rating-text strong.ti-rating,
.ti-widget.ti-goog .ti-rating-text .nowrap,
.ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large) {
  color: #fff !important;
}

.swiper img {
  width: 100%;
}

.breadcrums {
  background: url(../images/bg-hero.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.breadcrums::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000000b3;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.breadcrums h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}

.section-title span {
  color: #858585;
}

.box-4,
.box-3 {
  padding-right: 24px;
}

.box-1,
.box-2 {
  padding-right: 20px;
}

.footer-address {
  position: relative;
  z-index: 1;
}

.gallery a {
  border: 1px solid #a9a9a9;
  display: block;
  text-align: center;
}

.section-title-sub h2 {
  font-size: 40px;
  font-weight: 700;
}

.our-menu-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.our-menu-box h4 {
  font-size: 18px;
  margin-top: 14px;
}

.our-menu-box h4 a {
  text-decoration: none;
  color: #000;
}

.contact-us {
  background-color: #000;
  background: linear-gradient(
      to bottom,
      rgba(24 24 24 / 81%),
      rgba(24 24 24 / 81%)
    ),
    url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
}

.mt-50 {
  margin-top: 50px;
}

.contact-info-box {
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  border-radius: 15px;
  padding: 30px;
  min-height: 60vh;
}

.contact-info-box h2 {
  font-size: 40px;
}
.contact-info-box h2 span {
  height: 2px;
  width: 40%;
  background: #ffffff;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-form {
  background: rgba(216, 3, 3, 1);
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0px 30px;
}

.contact-form h2 {
  font-size: 40px;
  color: #fff;
}

.contact-form h2 span {
  height: 2px;
  width: 25%;
  background: #ffffff;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hlgt {
  color: #f5b651;
  font-weight: bold;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 6px;
  margin-bottom: 20px;
}

.wpcf7-form label {
  color: #fff;
  width: 100%;
}

.wpcf7-form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #fff;
}

.wpcf7-submit {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  width: 40%;
}

.contact-info-box p a {
  color: #fff;
  text-decoration: none;
}

.wpcf7-form-control:focus-visible {
  outline: none;
}

.wpcf7-not-valid-tip {
  color: #ffb4b4;
}

.circle-image {
  border-radius: 50%;
  transition: transform 0.2s linear;
  transition-duration: 100ms;
}

.error404 .error-page-image-box img {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
