@import url("https://fonts.googleapis.com/css?family=Cabin|Herr+Von+Muellerhoff|Source+Sans+Pro:400,900,1000&display=swap");

@font-face {
  src: url(font/ready.ttf);

  font-family: main;
}

@font-face {
  src: url(font/Gotham-UltraItalic.ttf);

  font-family: secondary;
}

@font-face {
  src: url(font/HelveticaNeueLTStd-MdCn.otf);

  font-family: nav;
}

@font-face {
  src: url(font/loaf.ttf);

  font-family: flv;
}

/*Globle Styles*/

*,
*::before,
*::after {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: var(--main-font-color-dark);
}

*::-webkit-scrollbar-thumb {
  background-color: white;

  border-radius: 50px;
}

:root {
  --main-font: "Source Sans Pro", sans-serif;

  --secondary-font: "Herr Von Muellerhoff", cursive;

  --body-font: "Cabin", Sans-serif;

  --main-font-color-dark: #252525;

  --secondary-font-color: #f39c1a;

  --body-font-color: #515151;
}

body {
  scroll-behavior: smooth;

  overflow-x: hidden;
}

html {
  font-family: var(--body-font);

  font-size: 10px;

  color: var(--body-font-color);

  scroll-behavior: smooth;
}

section {
  padding: 3.9rem 0;

  overflow: hidden;
}

img {
  width: 100%;

  max-width: 100%;

  overflow: hidden;
}

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

a:visited{
   text-decoration:none;
   color:#ffff;
}
p {
  font-size: 1.5rem;
}

.container {
  width: 100%;

  max-width: 122.5rem;

  margin: 0 auto;

  padding: 0 2.4rem;
}

/*Header*/

header {
  width: 100%;

  position: fixed;

  border-radius: 0px;

  top: 0;

  left: 0;

  z-index: 1;

  background-color: #121212;

  transition: 0.4s;

  /* box-shadow: 0 3px 08px rgb(51, 51, 51); */

  /*background-image: linear-gradient(to bottom, rgba(0,0,0,.2),transparent);*/
}

.nav {
  height: 5.8rem;

  display: flex;

  align-items: center;

  justify-content: center;
}

.menu-toggle {
  color: #fff;

  font-size: 2.2rem;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 2.5rem;

  cursor: pointer;

  z-index: 1500;
}

.fa-times {
  display: none;
}

.nav-list {
  list-style: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 80%;

  height: 100vh;

  background-color: #fff;

  padding: 4.4rem;

  display: flex;

  flex-direction: column;

  justify-content: space-around;

  z-index: 1250;

  transform: translateX(-100%);

  transition: transform 0.5s;
}

.nav::before {
  content: "";

  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 1000;

  opacity: 0;

  transform: scale(0);

  transition: opacity 0.5s;
}

.open .fa-times {
  display: block;
}

.open .fa-bars {
  display: none;
}

.open .nav-list {
  transform: translateX(0);
}

.open .nav::before {
  opacity: 1;

  transform: scale(1);
}

/*.nav-item{

    border-bottom: 2px solid rgba(255,255,255, .3);

    border-bottom-right-radius: 50px;

}*/

.nav-link {
  display: block;

  color: var(--main-font-color-dark);

  font-family: nav;

  text-transform: uppercase;

  font-size: 2.5rem;

  letter-spacing: 2px;

  margin-right: -2px;

  transition: color.5s;
}

.nav-link:hover {
  color: var(--secondary-font-color);
}

/*Hero*/

.hero {
  width: 100%;

  height: 100vh;

  /* background-attachment: fixed; */

  overflow: hidden;

  display: flex;

  align-items: bottom;

  padding-top: 25%;

  text-align: center;
}

.sub-headline {
  font-size: 5rem;

  font-family: main;

  color: var(--secondary-font-color);

  font-weight: 100;

  line-height: 0.4;

  letter-spacing: 2px;

  opacity: 0;

  animation: fadeUp 0.5s forwards;

  animation-delay: 0.5s;
}

.first-letter {
  text-transform: uppercase;

  font-size: 7rem;
}

.headline {
  color: #252525;

  font-size: 2.5rem;

  font-family: secondary;

  text-transform: uppercase;

  font-weight: 900;

  letter-spacing: 0.5rem;

  margin-right: -0.5rem;

  /* margin-top: 52rem; */

  animation: scale 0.5s forwards;
}

.asterisk {
  font-size: 2rem;

  color: var(--secondary-font-color);

  margin: 0 1.6rem;

  opacity: 0;

  animation: spin 0.9s forwards;

  animation-delay: 1s;
}

.left-side-img {
  width: 150px;
  height: 100px;
  position: fixed;
  margin-top: 165%;
  /* z-index: 1; */
  /* right: calc(100% + 4rem);
    top: calc(100% - 4rem); */
}

.right-side-img {
  width: 100px;
  height: 50px;
  position: fixed;
  margin-top: 170%;
  right: 1%;
  margin-right: -2%;
}

/* Slider */

p {
  margin: 8px 0 0;
  padding: 0;
  color: #252525;
  text-align: justify;
  text-align-last: center;
}

.slider {
  max-width: 1200px;
  height: 100vh;
  /* margin: 15px auto; */
  background: none;
  border-radius: 0px;
  padding: 2px 0;
  align-items: center;
  margin-top: -3%;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);  */
}

.slick-slider button {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  outline: none;
  z-index: 100;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  transform: translate(0%, -70%);
  border-radius: 36px;
  /* box-shadow: 0px 2px 20px rgba(0,0,0,0.07); */
}
.slick-slider .slick-prev {
  left: -30px;
}
.slick-slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 30px;
  color: #121212;
  left: 40px;
  position: relative;
  z-index: 10;
}
.slick-slider .slick-next {
  right: -30px;
}
.slick-slider .slick-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 30px;
  color: #121212;
  right: 40px;
  position: relative;
  z-index: 10;
}
.slick-slide {
  color: #333;
  padding: 40px 0;
  font-size: 1.25em;
  font-family: "Verdana";
  text-align: center;
  pointer-events: none;
}

.slick-slide .desc {
  opacity: 0;
}

.slick-slide .desc > * {
  transition: all 900ms ease;
}

.slick-slide .desc h2 {
  position: relative;
  left: 50px;
  line-height: 1.2;
  font-size: 15px;
  font-family: flv;
  text-transform: uppercase;
}
.slick-slide .desc p {
  position: relative;
  top: 50px;
  opacity: 0;
  font-size: 1.3rem;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  padding: 0px;
  background: #ccc;
  margin: 40px 8px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  cursor: pointer;
  align-items: center;
  margin-top: -5px;
}

.slick-dots li.slick-active {
  background: #252525;
}

.slick-dots button {
  display: none;
}
.slick-slide {
  opacity: 0.2;
  transition: all 300ms ease;
}

.slick-current {
  opacity: 1;
  transform: scale(1.1);
}

.slick-current .desc {
  opacity: 1;
}

.slick-current .desc h2 {
  left: 0;
}

.slick-current .desc p {
  top: 0;
  opacity: 1;
}

.btn {
  border-radius: 30px;
  padding: 10px 20px;
  /* border: 2px solid#252525; */
  text-decoration: none;
  background-color: #252525;
  font-size: 0.6em;
  text-transform: uppercase;
  display: block;
  margin: 22px auto 0;
  max-width: 150px;
  width: 100%;
  font-weight: bold;
  pointer-events: initial;
}

.btn:hover,
.btn:focus {
  color: #fff;

  background-color: #f39c1a;
}

.newsletter-btn:hover,
.newsletter-btn:focus {
  color: #f39c1a;
}

/*Footer*/

footer {
  padding: 4rem 0;

  background-color: #121212;

  color: #fff;

  text-align: center;

  position: relative;
}

.footer-content {
  overflow: hidden;
}

.footer-content h4 {
  font-size: 1.9rem;

  text-transform: uppercase;

  font-weight: 100;

  letter-spacing: 3px;

  padding-top: 6rem;

  margin-bottom: 3rem;
}

.footer-content h5 {
  font-size: 1.9rem;

  text-transform: uppercase;

  font-weight: 100;

  letter-spacing: 3px;

  margin-bottom: 1rem;
}

.footer-content .asterisk {
  margin: 2.4rem 0;
}

.footer-content-about {
  margin-bottom: 5.4rem;

  line-height: 3rem;
}

.social-icons {
  list-style: none;

  margin-bottom: 1rem;

  display: flex;

  justify-content: center;
}

.social-icons i {
  font-size: 2rem;

  color: #fff;

  padding: 0.8rem 2rem;

  opacity: 0.5;

  transition: color 0.5s;
}

.social-icons i:hover,
.social-icons i:focus {
  color: var(--secondary-font-color);
}

.newsletter-form {
  width: 100%;

  position: relative;

  display: flex;

  justify-content: center;
}

.newsletter-input {
  /*width: 100%;*/

  max-width: 25rem;

  padding: 1rem;

  border-radius: 2rem;

  border: none;

  width: 250px;

  height: 30px;

  color: #252525;
}

.newsletter-btn {
  background-color: transparent;

  border: none;

  color: var(--main-font-color-dark);

  cursor: pointer;

  font-size: 1.6rem;

  padding: 1px 0.6rem;

  position: absolute;

  top: 50%;

  margin-right: -10rem;

  transform: translateY(-50%);

  margin-left: 10.5rem;
}

.footer-content-rights p {
  padding: 3rem;

  font-size: 1rem;

  letter-spacing: 2rem;
}

.footer-content-reserved p a:hover {
  color: var(--secondary-font-color);

  transition: 0.5s;
}

.footer-content-reserved p {
  color: rgb(255, 255, 255);
}

.center-side-img {
  width: 100%;
  height: auto;
  position: absolute;
  margin-left: 0%;
  margin-top: -30%;
  opacity: 10%;
  z-index: 1;
  display: none;
}
header.sticky {
  padding: 0px 100px;
  background: #fff;
}

header.sticky .menu-toggle,
header.sticky .logo {
  filter: brightness(0);
}

/*Media Queries*/
@media screen and (min-width: 900px) {
  header.sticky {
    padding: 0px 100px;
    background: #fff;
  }

  header.sticky .logo {
    filter: brightness(0);
  }

  header.sticky ul li a {
    color: #000;
  }

  .hero {
    padding-top: 8%;
  }

  .left-side-img {
    width: 300px;
    height: 250px;
    position: fixed;
    margin-top: 32%;
    margin-left: 3%;
    /* z-index: 1; */
    /* right: calc(100% + 4rem);
        top: calc(100% - 4rem); */
  }

  .right-side-img {
    width: 200px;
    height: 100px;
    position: fixed;
    margin-top: 35%;
    right: 1%;
    margin-right: -1%;
  }

  .slick-slide .desc h2 {
    line-height: 1.2;
    font-size: px;
  }

  section {
    padding: 7.9rem;
  }

  .menu-toggle {
    display: none;
  }

  .nav {
    justify-content: space-between;
  }

  .nav-list {
    position: initial;

    width: initial;

    height: initial;

    background-color: transparent;

    padding: 0;

    justify-content: initial;

    flex-direction: row;

    transform: initial;

    transition: initial;

    margin-right: -35%;
  }

  .nav-item {
    margin: 0 2rem;

    border: none;
  }

  .nav-item:last-child {
    margin-right: 0;
  }

  .nav-link {
    font-size: 1.4rem;

    font-family: nav;

    color: #fff;
  }

  .active {
    position: relative;
  }

  /*.active::before{

        content: '';

        position: absolute;

        width: 100%;

        height: 1.5px;

        background-color: rgb(161, 161, 161);

        left: 0px;

        bottom: -3px;

    }*/

  .sub-headline {
    font-size: 8rem;
  }

  .first-letter {
    font-size: 12rem;
  }

  .headline {
    font-size: 3.5rem;

    margin-top: 0rem;

    /* letter-spacing: .8rem; */
  }

  .line {
    max-width: 11.4rem;
  }

  .restaurant-info {
    display: flex;

    align-items: center;
  }

  .restaurant-info > div {
    flex: 1;
  }

  .padding-right {
    padding-right: 7rem;
  }

  .footer-content {
    /* max-width: 77.5rem; */

    margin: auto;
  }

  .footer-content-about {
    max-width: 51.3rem;

    margin: 0 auto 5.4rem;
  }

  .footer-content-divider {
    display: flex;

    justify-content: space-between;
  }

  .social-media,
  .newsletter-form {
    width: 100%;

    max-width: 25.3rem;

    margin-left: 0rem;
  }

  .social-icons i {
    opacity: 1;
  }

  .newsletter-btn {
    margin-left: 11rem;
  }

  .footer-content-reserved {
    max-width: 100%;

    align-items: center;

    margin-left: 5rem;
  }

  .center-side-img {
    width: 100%;
    height: auto;
    position: absolute;
    margin-left: -50%;
    margin-top: -30%;
    opacity: 10%;
    display: inline;
    z-index: 1;
  }
}

/*Animations*/

@keyframes fadeUp {
  0% {
    transform: translatey(4rem);
  }

  100% {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes scale {
  0% {
    transform: scale(2);
  }

  100% {
    opacity: 1;

    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(2);
  }

  100% {
    opacity: 1;

    transform: scale(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    opacity: 1;

    transform: rotate(-360deg);
  }
}

@keyframes up {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;

    transform: translateY(-1rem);
  }
}
