/*
Theme Name: King Kebab
Author: vinagapetru11@gmail.com
Description: Fst Food
Version: 1.0
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
h2 {
  font: 400 80px "Lobster";
  margin-bottom: 10px;
}
h3 {
  font: 400 60px "Lobster";
}
.mb-60 {
  margin-bottom: 80px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-24 {
  margin-bottom: 24px;
}
.text-center {
  text-align: center;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.position-relative {
  position: relative;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.btn {
  color: #ee2737;
  border: 1px solid#ee2737;
  box-shadow: 0px 5px 30px 0px rgba(238, 39, 55, 0.2);
  font: 500 18px/25px "Poppins";
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border-radius: 6px;
  max-width: 250px;
  width: 100%;
  height: 60px;
  background-color: white;
  transition: 0.5s ease;
}
.btn-red {
  background-color: #ee2737;
  color: white;
}
.btn:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}

/* Header */
.header {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.header__wapper {
  display: flex;
  align-items: center;
  column-gap: 48px;
  height: 100px;
  position: relative;
  z-index: 999;
}
.header__menu {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.header__banner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.header__banner img {
  max-width: 65%;
  height: fit-content;
  margin-left: auto;
  display: block;
}
.header__menu a {
  font: 400 18px/24px "Poppins";
  color: #000;
}
.header__logo img {
  filter: brightness(0);
  max-width: 72px;
}

.header__rectangle {
  position: absolute;
  content: "";
  z-index: 1;
  width: 184px;
  height: 164px;
  border-radius: 25px;
  background: #ee2737;
  transform: rotate(30deg);
}
.header__rectangle.top {
  top: -70px;
  left: -116px;
}
.header__rectangle.bottom {
  bottom: 70px;
  left: -155px;
  top: auto;
}
.header__rectangle.right {
  right: -130px;
  filter: drop-shadow(2px 2px 4px red);
}
.header__rectangle.left {
  left: -130px;
  top: -40px;
  filter: drop-shadow(2px 2px 4px red);
}
#menu__bars {
  display: none;
}
.mobile__menu {
  display: none;
}
.header__rectangle_shadow {
  position: absolute;
  content: "";
  z-index: 1;
  width: 178px;
  height: 152px;
  border-radius: 25px;
  background: rgba(238, 39, 55, 0.2);
  transform: rotate(30deg);
  top: -35px;
  left: -108px;
}
.intro__wrapper {
  max-width: 670px;
  margin-top: 40px;
}
.intro__wrapper span {
  color: #ee2737;
}

.intro__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  position: relative;
  column-gap: 10px;
  z-index: 1;
}
.intro__list div {
  transition: all 0.8s;
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 3px;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__list div img {
  max-width: 75%;
}
.intro__actions {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.whychose {
  background-image: url("./images/love-letter.png");
  background-repeat: no-repeat;
  background-position: left;
}
.whychose__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  background-color: white;
  border-radius: 3px;
}

.whychose__wrapper img {
  text-align: center;
  display: block;
  margin: 0 auto 16px auto;
  max-width: 120px;
  filter: grayscale(100%) brightness(0%);
}
.whychose__wrapper {
  font: 400 18px/24px "Poppins";
  text-align: center;
  padding-top: 24px;
}
.whychose::after {
  content: "";
  width: 65%;
  right: 0;
  height: 80px;
  background-color: black;
  position: absolute;
  top: 2px;
  z-index: -1;
}
.whychose h3 {
  color: #fff;
}
.whychose__wrapper p {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.contact__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  align-items: center;
}

.contact__links {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.contact__links a {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.contact__links img {
  max-width: 32px;
}
.contact__links p {
  font: 500 16px/24px "Poppins";
  color: black;
}
.contacts::after {
  content: "";
  width: 65%;
  right: 0;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: 2px;
  z-index: -1;
}
.contacts h3 {
  color: #fff;
}

.reviews {
  width: 100%;
}

.review__item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 35px 10px 10px;
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #ee2737;
}

.review__item figcaption {
  padding: 52px 24px 24px 24px;
}

.review__item figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #ee2737;
  content: url("./images/right-quotation-mark.png");
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
}

.review__item h3 {
  font: 600 24px/30px "Lobster";
}
.review__item blockquote {
  font: 500 16px/24px "Poppins";
  margin-bottom: 16px;
}

/* the slides */
.slick-slide {
  margin: 0 16px;
}

/* the parent */
.slick-list {
  margin: 0 -16px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}
.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
}

.offers__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.offers__wrapper img:not(.offers-icon) {
  width: 100%;
  height: 100%;
}
.offers p.big {
  font-size: 48px;
  margin-bottom: 16px;
}
.offers span {
  color: #ee2737;
}
.offers p.small {
  font-size: 16px;
  margin-bottom: 16px;
}
.offers .btn {
  max-width: 100%;
  color: #fff;
  bottom: 28px;
  border-color: #000;
  background-color: #000;
}
.offers::after {
  content: "";
  height: 150px;
  background-color: #ee2737;
  width: 88%;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.gallery__wrapper figure,
.gallery__wrapper img {
  width: 100%;
  height: 100%;
}

.gallery__wrapper img {
  object-fit: cover;
  background: #f5f3f4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.gallery__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 12vw;
}

.gallery__wrapper li:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gallery__wrapper li:nth-child(2) {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.gallery__wrapper li:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.gallery__wrapper li:nth-child(4) {
  grid-column: 5;
  grid-row: 1;
}

.gallery__wrapper li:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.gallery__wrapper li:nth-child(6) {
  grid-column: 5;
  grid-row: 2 / span 2;
}

.gallery__wrapper li:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.gallery__wrapper li:nth-child(8) {
  grid-column: 1;
  grid-row: 3;
}

.gallery__wrapper li:nth-child(9) {
  grid-column: 3 / span 2;
  grid-row: 3 / span 2;
}

.gallery__wrapper li:nth-child(10) {
  grid-column: 1 / span 2;
  grid-row: 4;
}

.gallery__wrapper li:nth-child(11) {
  grid-column: 5;
  grid-row: 4;
}

.gallery {
  position: relative;
}
.gallery::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 85%;
  height: 70%;
  display: block;
  z-index: -1;
  background-color: #000;
}

.gallery::before {
  content: "";
  width: 65%;
  left: 0;
  height: 80px;
  background-color: #ee2737;
  position: absolute;
  top: 2px;
  z-index: -1;
}

.menu__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.product {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 8px;
}
.product img {
  object-fit: cover;
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 0.8;
}

.product__footer {
  padding: 16px 12px;
  border-top: 2px solid #ee2737;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.product__footer p {
  font-size: 18px;
}

.footer {
  padding: 32px 0;
  border-top: 2px solid #ee2737;
  text-align: center;
}

.reviews-inner .shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1000px;
  width: 100%;
  z-index: -1;
}
.reviews-inner {
  overflow: hidden;
  padding-bottom: 72px;
}

.reviews-inner .shape svg {
  fill: #ee2737;
}
.timetable__wrapper {
  display: grid;
  column-gap: 24px;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
}
.timetable__wrapper p {
  font-size: 20px;
  margin-bottom: 16px;
}
.timetable__wrapper p span {
  color: #ee2737;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  h2 {
    font: 400 64px "Lobster";
  }
  .btn {
    height: 56px;
  }
  .header__rectangle.bottom {
    left: -190px;
  }
  .header__banner {
    right: -10%;
  }
  .intro__list div {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .offers p.big {
    font-size: 40px;
  }

  .menu__wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .gallery__wrapper {
    grid-gap: 16px;
  }
  .gallery::after {
    bottom: 20px;
    top: unset;
  }
}
@media screen and (max-width: 992px) {
  .mb-40 {
    margin-bottom: 32px;
  }
  .header__banner {
    right: -20%;
  }
  .offers p.big {
    font-size: 32px;
  }
  .timetable__wrapper {
    grid-template-columns: 1fr;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px;
    overflow: hidden;
    position: relative;
  }
  .timetable__wrapper img {
    position: absolute;
    right: 0;
    max-width: 70%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 800px) {
  h3 {
    font: 400 48px "Lobster";
  }
  h2 {
    font: 400 54px "Lobster";
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Header */
  .header__wapper {
    column-gap: 24px;
  }
  .header__menu {
    column-gap: 22px;
  }
  .header__banner {
    right: -30%;
  }
  .header__banner img {
    max-width: 70%;
  }
  .intro__wrapper span {
    color: #ee2737;
    font-weight: 900;
  }
  .offers__wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 80px;
    position: relative;
  }
  .offers__wrapper div:first-of-type {
    grid-column: 1 / span 2;
  }
  .offers::after {
    bottom: 20px;
  }
  .offers p.big {
    margin-bottom: 0;
  }

  .offers .btn {
    position: absolute;
    bottom: 0;
  }
  .menu__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__footer p {
    font-size: 16px;
  }

  .whychose__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .whychose__wrapper p {
    font-size: 16px;
  }
  .whychose {
    background-position: -50px 6px;
    background-image: none;
  }
  .whychose::after {
    width: 90%;
    height: 68px;
    top: -1px;
  }

  .whychose__wrapper img {
    max-width: 100px;
  }

  .gallery::before {
    width: 90%;
    height: 68px;
    top: -1px;
  }

  .gallery__wrapper {
    grid-auto-rows: 14vw;
  }
  .contacts::after {
    height: 70px;
    width: 90%;
  }
  .contact__wrapper {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 50px;
  }
  .reviews-inner {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 568px) {
  h2 {
    font: 400 44px "Lobster";
  }
  /* Header */
  .header {
    min-height: 90vh;
  }
  .header__wapper {
    column-gap: 32px;
  }
  .header__wapper.active {
    z-index: -1;
  }
  .header__menu {
    column-gap: 24px;
  }
  .header__menu li:not(.mobile) {
    display: none;
  }

  .intro__actions {
    column-gap: 12px;
  }
  .intro__actions .btn {
    font: 500 16px / 25px "Poppins";
  }
  .header__banner img {
    max-width: 90%;
  }
  .header__banner {
    right: -40%;
  }
  .mobile__menu {
    display: block;
    transform: translateX(-200%);
    transition: 0.5s ease;
    flex-direction: column;
    max-width: 332px;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 24px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    row-gap: 32px;
    height: 100vh;
    z-index: 9999;
    transition: 0.6s ease;
  }
  .mobile__menu.active {
    transform: translateX(0);
    transition: 0.6s ease;
  }
  .arrow-down {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
  }
  .arrow-down img {
    animation: jumpInfinite 1.5s infinite;
    max-width: 54px;
  }
  @keyframes jumpInfinite {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0);
    }
  }

  #menu__bars {
    display: block;
    cursor: pointer;
    margin-left: auto;
  }
  .mobile__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 32px;
  }
  .mobile__menu ul a {
    font: 400 20px / 24px "Poppins";
    color: #000;
  }
  .mobile__menu li .btn {
    max-width: 99%;
    color: #fff;
  }
  .mobile__backdrop {
    display: none;
    position: fixed;
    left: 0;
    z-index: 9;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .mobile__backdrop.active {
    display: block;
  }
  .close__menu {
    position: fixed;
    right: -12px;
    top: 36px;
    max-width: 28px;
    cursor: pointer;
  }
  .offers__wrapper {
    row-gap: 16px;
    column-gap: 12px;
  }
  .menu__wrapper {
    column-gap: 12px;
    row-gap: 16px;
  }
  .product__footer p {
    font-size: 18px;
  }
  .product__footer p.small {
    font-size: 16px;
  }
  .product img {
    aspect-ratio: 1 / 0.9;
  }
  .product img.drink {
    aspect-ratio: 1 / 1.2;
  }
  .whychose__wrapper p {
    font: 600 15px / 20px "Poppins";
  }
  .whychose__wrapper {
    grid-gap: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .whychose__wrapper img {
    max-width: 80px;
  }

  .gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 25vw;
  }
  .gallery__wrapper li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .gallery__wrapper li:nth-child(2) {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
  }

  .gallery__wrapper li:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(5) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(6) {
    grid-column: 2;
    grid-row: 3 / span 2;
  }

  .gallery__wrapper li:nth-child(7) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(8) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(9) {
    grid-column: unset;
    grid-row: unset;
  }

  .gallery__wrapper li:nth-child(10) {
    grid-column: 2 / span 2;
    grid-row: unset;
  }
  .gallery__wrapper li:nth-child(11) {
    grid-column: unset;
    grid-row: unset;
    display: none;
  }
  .timetable__wrapper img {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font: 400 42px "Lobster";
  }
  .intro__wrapper {
    margin-top: 30px;
  }
  .header__banner img {
    max-width: 100%;
  }
  .header__banner {
    right: -80%;
  }
}
@media screen and (max-width: 400px) {
  .header__wapper {
    column-gap: 24px;
  }
  .mobile__menu {
    max-width: 320px;
  }
}
