@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: #4b3924;
  --white: #000000;
  /* --bg: #ccc8c2; */
  --bg: rgb(226 210 178);
  
}

html {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top:10px;
}

h2 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 5px;
  
}

h3 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}



p {
  text-align: center;
}

span {
  font-size: 1.2em;
  font-weight: 600;

}

/* menu style start */

header {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  transition: 0.5s ease;

}

header .navigation {
  position: relative;
  right:4px;

  width: 90%;
  /* max-width: 100%; */
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 5;
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.532);
}

header .navigation .navigation-items a {

  position: relative;
  color: #fafcdf;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  /* transition: 2s ease; */
}

#galeria {
  bottom: 0px;
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.532);
  animation: col 0.5s ease forwards 0s;
}

@keyframes col {
  from {
    color: #fafcdf;
  }

  to {
    color: #b9f971;
    bottom: 5px;
    text-shadow: 0 14px 10px rgba(0, 0, 0, 0.384);
  }
}



header .navigation .navigation-items a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

header .navigation .navigation-items a:hover:before {

  width: 100%;
}

#marker {
  position: relative;
  height: 0px;
  left: 28px;
  bottom: -30px;
  width: 50px;
  background: rgb(100 97 255 / 53%);
  border-radius: 4px;
  animation: obj 1s ease forwards 0s;
}

@keyframes obj {
  to {
    height: 0px;
  }
}

.lottie-container {
  display: none;
}

.lottie-container2 {

  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: transparent;
  z-index: 4;
  position: fixed;
  top: 1rem;
  right: 30%;
  transition: 0.3s ease;
}

.lottie-container2:hover {
  scale: 1.3;
}

.lottie-container2 lottie-player{
  width:200px;
  height:200px;
}



@media (max-width: 1040px) {
  header {
    padding: 12px 20px;
  }

  section {
    padding: 100px 20px;
  }

  .home .media-icons {
    right: 15px;
  }

  #svgnapis {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    animation: fill 0.8s ease forwards 3s;
  }

  header .navigation {
    display: none;

  }

  header .navigation.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 5;
  }







  header .navigation .navigation-items a {
    color: #222;
    font-size: 18px;
    margin: 20px;

  }

  header .navigation.active .navigation-items a:before {
    background: #222;
    height: 5px;
  }

  header .navigation .navigation-items {
    background: #fff;
    animation: tlokolor 2s ease forwards 0.5s;
    width: 300px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 35px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 70%);
}

@keyframes tlokolor {
    to {
        background: #c0bfbf;
    }
}


  .lottie-container {

    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: transparent;
    z-index: 6;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: 0.3s ease;
  }

  .lottie-container:hover {
    scale: 1.3;
  }

  lottie-player {
    width: 50px;
    height: 50px;

    margin: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    background-color: transparent;
    z-index: 0;
  }





}

/* menu style end */

/* @media (min-width: 1440px) {
  html {
    zoom: 1.7;
  }
}

@media (min-width: 2560px) {
  html {
    zoom: 2.0;
  }
}

@media (min-width: 3860px) {
  html {
    zoom: 2.5;
  }
} */

::-webkit-scrollbar {
  width: 1.3rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}

body {
  font-size: 1.6rem;
  background: var(--bg);
}

.container {
  background: rgb(196, 188, 173);
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

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

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 77rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }

  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }

  .tranding-slide .tranding-slide-img video {
    width: 28rem !important;
    height: 36rem !important;
  }

}

.tranding-slide .tranding-slide-img img {
  width: 77rem;
  height: 48rem;
  border-radius: 0rem;
  object-fit: scale-down;
}

.tranding-slide .tranding-slide-img video {
  width: 77rem;
  height: 48rem;
  border-radius: 0rem;
  object-fit: scale-down;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  top: 8rem;
  left: 10%;
  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

a.button {
  padding: 2px 14px;
  border: 5px outset buttonborder;
  border-radius: 18px;
  border-block-color:#717f92;
  color: #4c525e;
  background-color: #ddc792;
  text-decoration:none;
}

a.button:active {
  border-block-color:#000000;
  background-color: #ffb90f;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  border-color: #797979;
  width: 1.5rem;
  height: 1.5rem;
 
  filter: drop-shadow(0px 8px 24px rgb(255, 255, 255));
}

.tranding-slider-control .slider-arrow:hover {
 
  /* width: 1.2rem;
  height: 1.2rem; */

  filter: drop-shadow(0px 8px 24px rgb(247, 128, 128));
}

.tranding-slider-control .slider-arrow:active {
 
  width: 1.1rem;
  height: 1.1rem;

  filter: drop-shadow(0px 8px 24px rgb(2, 251, 10));
}



.tranding-slider-control .swiper-button-next {
  left: 70% !important;
  transform: translateX(-70%) !important;
}

.tranding-slider-control .swiper-button-prev {
  left: 30% !important;
  transform: translateX(-30%) !important;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}