html {
  font-size: 16px;
}

:root {
  /* Color */
  --black: #010101;
  --yellow: #fbaf32;

  /* Fonts */
  --dosis: 'Dosis', sans-serif;
  /* --dancing: 'Dancing Script', cursive; */
  --cookie: 'Cookie', cursive;

  /* Cursor */
  --fork: url('/static/suruchi/images/fork.png'), default;
  --default: default;
}

* {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

::selection:not(textarea, input) {
  color: var(--black);
  background: #fff;
}

body,
a,
li {
  cursor: var(--default);
}

a {
  all: unset;
}

a:hover {
  all: unset;
}

a.button {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
  font-family: var(--dosis);
  background-color: transparent;
  border: 1px solid #fff;
  margin: 5px;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

a.button-yellow {
  background-color: var(--yellow);
}

.first h2,
.second h2,
.third h4,
.fourth h3 {
  color: #fff;
  font-family: var(--cookie);
  font-size: 77px;
  line-height: 1;
}

.third h4 {
  font-size: 4rem;
}

#about-us h2 {
  font-family: var(--cookie);
  font-size: 3.5rem;
  color: var(--black);
  font-weight: 700;
}

#story h2,
#outlets h2,
#contact-us-form h2 {
  font-family: var(--cookie);
  font-size: 4.5rem;
  color: var(--yellow);
  font-weight: 700;
}

.first p,
.second p,
.third p,
.fourth p {
  font-size: 24px;
}

.fourth-right > div {
  gap: 20px;
}

.fourth-right img {
  width: 180px;
}

nav {
  height: 80px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  font-family: var(--dosis);
  margin-bottom: 0;
}

nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

nav .nav-link a {
  all: unset;
}

nav .nav-link:hover {
  color: var(--yellow) !important;
}

nav .nav-link.active {
  color: var(--yellow) !important;
}

.hero-slide,
#about-us {
  height: 100vh;
  /* max-height: calc(-80px + 100vh); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide {
  cursor: var(--fork);
  display: none; /* Hide all slides by default */
}

/* Show the first slide by default */
.hero-slide:first-child {
  display: block;
}

#about-us {
  background-image: url('/static/suruchi/images/about-us.jpg');
}

#story {
  height: 100vh;
  background-color: #101010;
  max-height: calc(-80px + 100vh);
}

#story h5,
#story i {
  color: var(--yellow) !important;
}

#story p {
  color: #fff;
}

#story h5 {
  font-size: 18px;
}

.story-box {
  margin: 3.5rem auto;
}

#rotator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 80vh;
}

#rotator {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  #story {
    height: unset;
    max-height: fit-content;
  }

  #story a.button {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .story-box {
    text-align: center !important;
  }

  #hero {
    height: 70vh;
  }

  .first h2,
  .second h2,
  .third h4,
  .fourth h3 {
    font-size: 48px;
  }
}

section#menu .nav-item .nav-link,
section#menu .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

section#menu .card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

section#menu [data-toggle='collapse'][data-parent='#accordion'] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

section#menu [data-toggle='collapse'][data-parent='#accordion'][aria-expanded='true'] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section#menu .nav-tabs {
  border: 0;
  padding: 15px 1.7rem;
}

section#menu .nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

section#menu .card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

section#menu .nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

section#menu .nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

section#menu .nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 30px;
  color: #ffffff;
}

section#menu .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

section#menu .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

section#menu .card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

section#menu .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

section#menu a {
  all: inherit;
  cursor: pointer;
}

section#menu [data-background-color='yellow'] {
  background-color: var(--yellow);
}

@media screen and (max-width: 768px) {
  section#menu .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }

  section#menu .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }

  #outlets {
    height: unset !important;
    max-height: fit-content !important;
  }

  .contact-block {
    border-bottom: 1px solid #dee2e6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  #menu .nav-tabs {
    padding-left: 5px !important;
    padding-right: unset !important;
  }
}

section#menu #chatoree-menu img:hover,
section#menu #dd img:hover,
section#menu #cb img:hover,
section#menu #maxx img:hover {
  cursor: pointer;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: transform 10s ease;
}

section#menu #jb img:hover {
  cursor: pointer;
  transform: scaleY(1.1);
  transition: transform 0.5s ease;
}

section#menu .dish-name {
  font-family: var(--cookie);
  font-weight: 700;
  font-size: 32px;
}

section#outlets,
section#contact-us-form {
  background-image: url('/static/suruchi/images/black_bg.png');
  background-size: cover;
  height: 100vh;
  max-height: 100vh;
  margin-top: -2px;
}

section#outlets img {
  max-height: 250px;
}

section#contact i {
  color: var(--yellow);
}

.rating {
  top: 16px;
  left: 16px;
  background-color: var(--black) !important;
}

footer {
  background: var(--yellow);
  font-weight: 600;
}

@media (max-width: 992px) {
  #mobile-menu {
    height: 100vh;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    position: absolute;
    background-color: var(--black);
  }

  #mobile-menu ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    gap: 0;
  }

  #mobile-menu ul li {
    text-align: center;
    border-bottom: 1px solid var(--yellow);
    cursor: pointer;
  }
}
#contact-us-form label {
  color: #fff;
}

#main-outlets-pages {
  background-color: var(--black);
  height: 70vh;
  width: 100%;
}

#main-outlets-pages h1 {
  font-family: var(--cookie);
  color: #fff;
  font-size: 126px;
}

#main-outlets-pages p {
  line-height: 28px;
  color: #fff;
  font-family: var(--dosis);
  font-size: 20px;
}
