@charset "UTF-8";
/* 1. Убираем плавные скроллы */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    /* вместо smooth */ } }
/* 2. Вырубаем анимации и переходы */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important; } }
/* 3. Фиксим кнопки и hover-эффекты */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transform: none;
    box-shadow: none; } }
/* 4. Слайдеры/карусели — отключаем автоплей */
@media (prefers-reduced-motion: reduce) {
  .slider {
    animation-play-state: paused !important; } }
/* 5. Параллаксы/фоновые движения */
@media (prefers-reduced-motion: reduce) {
  .parallax {
    background-attachment: scroll;
    /* убираем эффект */
    transform: none !important; } }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.visually-hidden {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden; }

.visually-hidden-focusable:focus,
.visually-hidden-focusable:focus-visible {
  position: static;
  left: auto;
  top: auto;
  inline-size: auto;
  block-size: auto;
  padding: 0.5em 0.75em;
  background: #000;
  color: #fff;
  border-radius: 6px;
  outline: 2px solid #000;
  outline-offset: 2px;
  z-index: 1000; }

@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
/* 1. Бокс-модель на весь проект */
*, *::before, *::after {
  box-sizing: border-box; }

/* 2. Убираем стандартные отступы у body */
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%); }

/* 3. Списки без буллитов */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* 4. Картинки и видео не вылетают за контейнер */
img, video {
  max-width: 100%;
  height: auto;
  display: block; }

/* 5. Кнопки и формы наследуют шрифт */
button, input, textarea, select {
  font: inherit; }

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* расстояние между секциями */ }

h1, h2 {
  margin-bottom: 1.5rem;
  /* отступ после заголовка */ }

p {
  margin-bottom: 1.5rem;
  /* отступ между абзацами */ }

.container {
  max-width: 81.25rem;
  padding-inline: clamp(20px, 4vw, 40px);
  margin-inline: auto; }

.container__footer {
  max-width: 81.25rem;
  padding-inline: clamp(20px, 4vw, 40px);
  margin-inline: auto; }

h3 {
  font-size: 1.563rem;
  color: #FFFFFF;
  text-align: center; }

aside {
  padding-block: 1.875rem; }

/* отключает выделение текста вообще в любом интерактиве */
button,
button *,
.card__positiv *,
.card__order,
.card__order *,
.card__btn *,
.card__ingredients,
.cart__modal-item *,
.cart__modal-item,
.cart__modal-counter *,
.cart__modal-radiogroup *,
.cart__modal-price,
.cart__modal-left,
.cart__modal-right,
.menu__card *,
.menu__card {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-tap-highlight-color: transparent !important; }

/* отключает любое выделение ::selection */
::selection {
  background: transparent; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%) inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 9999s ease-in-out 0s; }

.nav__bar {
  font-size: 1.125rem;
  display: flex;
  justify-content: flex-end;
  gap: clamp(2.5rem, 4vw, 5rem); }
.nav__link {
  text-decoration: none;
  color: #A3A3A3;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .nav__link:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924; }

.header {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%); }
  .header__logo {
    max-width: clamp(6rem, 8vw, 10.125rem);
    color: #FFA228;
    filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6)); }
  .header__btn {
    display: flex;
    justify-content: center;
    gap: clamp(0.625rem, 3vw, 1.25rem); }
  .header__cart {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    border: none;
    cursor: pointer; }
  .header__cart-icon {
    height: 2.5rem;
    width: 2.813rem;
    color: #FFA228;
    filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6)); }
  .header__order {
    padding-inline: clamp(1.5rem, 2vw, 3.125rem);
    background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
    color: #FFFFFF;
    border-radius: 1.875rem;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .header__order:hover {
      transform: translateY(-3px) scale(1.05); }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 7.5rem); }
  .hero__play {
    max-width: clamp(10rem, 15vw, 18.75rem);
    border-radius: 0.75rem;
    position: relative;
    object-fit: cover;
    aspect-ratio: 16/9; }
  .hero__video {
    max-width: clamp(10rem, 15vw, 18.75rem);
    border-radius: 0.75rem;
    position: relative; }
  .hero__text {
    color: #A3A3A3;
    font-size: 1.25rem; }
  .hero__header {
    color: #FFFFFF;
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 900; }
  .hero__img {
    max-height: clamp(21rem, 38vw, 42.75rem);
    width: auto;
    align-self: end;
    margin-top: 1.875rem; }
  .hero__colls {
    position: relative; }
  .hero__arrow-small {
    position: absolute;
    width: 5.625rem;
    height: 3.438rem;
    color: #A3A3A3;
    padding-left: 1.25rem; }
  .hero__arrow {
    color: #A3A3A3;
    position: absolute; }

.menu__header {
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 900;
  color: #FFFFFF;
  text-align: center; }
.menu__filter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 1.25rem; }
.menu__item {
  padding-block: 0.938rem;
  width: clamp(6rem, 10vw, 12.5rem);
  border-radius: 1.875rem;
  color: #FFFFFF;
  background: #210A01;
  border: none;
  cursor: pointer; }
.menu__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 4vw, 5rem);
  padding-inline: 1.875rem; }
.menu__card {
  flex: 0 1 14.313rem;
  box-sizing: border-box;
  max-width: clamp(10rem, 15vw, 18.563rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform; }
.menu__img-wrapper {
  height: clamp(5rem, 8vw, 10rem);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition: transform 0.25s ease; }
  .menu__img-wrapper:hover {
    transform: translateY(-2px) scale(1.02); }
.menu__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.75rem, 2vw, 3.125rem); }
.menu__popular {
  position: relative; }
.menu__title {
  position: absolute;
  color: #FFFFFF;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%); }

.menu__card.fade-out {
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none; }

.events__colls-1, .events__colls-2, .events__colls-3 {
  display: flex;
  gap: clamp(0.625rem, 3vw, 1.25rem);
  align-items: end; }
.events__pic {
  position: relative; }

.about__colls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.75rem, 2vw, 3.125rem); }
.about__text {
  color: #A3A3A3;
  font-size: 1.25rem;
  padding-right: 1.875rem; }
.about__svg {
  padding-block: 1.25rem; }
.about__header {
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 1.25rem; }
.about__img-pizza {
  padding-top: 1.563rem;
  border-radius: 1.25rem;
  overflow: hidden; }

.footer {
  width: 100%;
  background: linear-gradient(180deg, #1A0B00 0%, #140800 100%);
  font-family: "Outfit", sans-serif;
  min-height: clamp(15rem, 20vw, 27.25rem); }
  .footer__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .footer__rows {
    display: grid;
    gap: clamp(1.25rem, 2vw, 2.5rem);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-block: 1.875rem;
    margin-block: 1.875rem;
    align-items: start; }
  .footer__social {
    display: flex;
    gap: 0.938rem;
    align-items: center; }
  .footer__icon {
    color: #FFA228;
    filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6));
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .footer__icon:hover {
      background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
      color: #FF5924; }
  .footer__img {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0; }
  .footer__contacts {
    display: flex;
    justify-content: space-between;
    padding-top: 1.875rem; }
  .footer__link {
    text-decoration: none;
    color: #FFA228;
    text-shadow: 0 0 6px rgba(255, 100, 50, 0.6);
    font-size: 1.25rem;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .footer__link:hover {
      background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
      color: #FF5924; }
  .footer__logo {
    display: flex;
    align-items: flex-start;
    color: #FFA228;
    filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6));
    align-self: start;
    justify-self: start; }
  .footer__logo-img {
    display: block;
    max-width: clamp(4.425rem, 6vw, 8.875rem);
    height: 2.063rem; }
  .footer__nav-link {
    text-decoration: none;
    font-size: 1.125rem;
    color: #515151;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .footer__nav-link:hover {
      background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
      color: #FF5924; }
  .footer__strong {
    color: #e7cdb4;
    text-transform: uppercase; }
  .footer__nav-item {
    line-height: 1.6; }

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center; }
    .hero__img {
      margin: 1.875rem auto 0 auto; } }
@media (max-width: 950px) {
  .menu__card {
    flex: 0 1 calc(33% - 1.5rem);
    max-width: 100%; } }
@media (max-width: 768px) {
  .header {
    grid-template-columns: auto auto; }
    .header__logo {
      justify-self: start; }
    .header__btn {
      justify-self: end; }

  .nav__bar {
    justify-content: center;
    gap: 1.5rem; }

  .menu__filter {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem; }

  .about__colls {
    grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .menu__cards {
    gap: 1.25rem; }

  .menu__card {
    flex: 0 1 calc(50% - 1rem); } }
@media (max-width: 480px) {
  .header {
    grid-template-columns: auto; }
    .header__btn {
      margin-top: 1.25rem;
      justify-self: center; }

  .events__text {
    max-width: 100%;
    text-align: center;
    padding-inline: 1rem; }

  .menu__title {
    font-size: clamp(1.25rem, 6vw, 2rem); }

  .nav__bar {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; }

  .hero__header {
    font-size: clamp(32px, 7vw, 48px); }

  .menu__filter {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }

  .header {
    grid-template-columns: 1fr 1fr; }

  .header__btn {
    justify-self: end; }

  .header__cart {
    transform: scale(0.9); } }
@media (max-width: 420px) {
  .menu__card {
    flex: 0 1 100%;
    max-width: 17rem;
    margin-inline: auto; }

  .menu__cards {
    gap: 1rem;
    justify-content: center; }

  .menu__filter {
    gap: 0.75rem; }

  .menu__header {
    margin-bottom: 1.5rem; } }
.cart__modal {
  inset: 0 0 0 auto;
  height: 100vh;
  width: 500px;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .4s ease; }
  .cart__modal-sad {
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
  .cart__modal-hungry {
    display: flex;
    justify-content: center;
    font-style: italic;
    color: #210A01; }
  .cart__modal-icon {
    width: 25px;
    height: 25px;
    fill: currentColor;
    display: flex; }
  .cart__modal-close {
    display: flex;
    justify-content: end;
    color: #210A01;
    background: inherit;
    border: none;
    cursor: pointer; }
  .cart__modal-window {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
    color: #FFFFFF;
    padding-inline: 30px;
    padding-left: 100px;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    width: 100%;
    clip-path: polygon(0% 0%, 15% 10%, 5% 20%, 20% 30%, 10% 45%, 25% 60%, 15% 75%, 20% 90%, 5% 95%, 0% 100%, 100% 100%, 100% 0%); }
  .cart__modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.35); }
  .cart__modal-top {
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-y: auto; }
  .cart__modal-bottom {
    padding: 20px; }
  .cart__modal-items {
    border-bottom: 1px solid #515151; }
  .cart__modal-info {
    padding-block: 10px;
    line-height: 1.4; }
  .cart__modal-details, .cart__modal-ingredients {
    font-size: 0.875rem; }
  .cart__modal-pizza {
    font-weight: 900; }
  .cart__modal-title {
    color: #FFFFFF;
    text-align: center; }
  .cart__modal-checkout {
    color: #FFFFFF;
    text-transform: uppercase;
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    width: 250px;
    padding-block: 15px;
    border-radius: 50px;
    border: #FF5924; }
    .cart__modal-checkout:hover {
      background: #e7cdb4;
      color: #210A01; }
  .cart__modal-wrapper {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 50px;
    align-items: flex-start; }
  .cart__modal-counter {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 10px;
    padding-block: 20px;
    padding-inline: 20px; }
  .cart__modal-radiogroup {
    display: flex;
    gap: 20px; }
  .cart__modal-summary {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #515151;
    padding-block: 10px; }
  .cart__modal-order {
    display: flex;
    justify-content: center;
    padding-block: 30px; }
  .cart__modal-change {
    border: none;
    background: inherit;
    color: #FFFFFF;
    cursor: pointer; }
  .cart__modal-coffee, .cart__modal-capuchino, .cart__modal-soda {
    width: 80px;
    height: 80px;
    cursor: pointer; }
  .cart__modal-extras {
    display: flex;
    gap: 40px;
    padding-block: 30px; }
  .cart__modal-extrastitle {
    padding-block: 20px; }
  .cart__modal-priceblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
  .cart__modal-left, .cart__modal-right {
    cursor: pointer; }
  .cart__modal-remove {
    cursor: pointer; }

.cart__modal.is-open {
  transform: translateX(0); }

.cart__modal-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease; }

.cart__modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto; }

.modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior: contain; }
  .modal__window {
    position: relative;
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FFFFFF;
    z-index: 1;
    padding: clamp(0.938rem, 4vw, 1.875rem);
    max-height: 80vh;
    height: 80vh;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    max-width: 960px;
    width: 100%; }
  .modal__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    padding: 16px 0; }
  .modal__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px); }
  .modal__wrapper {
    position: relative; }
  .modal__close {
    display: grid;
    position: absolute;
    justify-self: end;
    margin-bottom: 25px;
    border: none;
    top: -15px;
    right: -50px;
    background: transparent;
    cursor: pointer;
    padding: 0.5rem;
    color: #FF5924; }
  .modal__system {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    overflow: hidden; }
  .modal__icon {
    width: 25px;
    height: 25px;
    fill: currentColor; }
  .modal__colls-ingredients {
    overflow-y: auto;
    padding-left: 1rem; }
  .modal__ingredients-text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0; }
  .modal__btn {
    margin-block: 20px; }
  .modal__ingredients-title {
    text-align: center; }
  .modal__btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; }
  .modal__colls-img {
    display: flex;
    align-items: center;
    padding-block: 1.875rem; }
  .modal__img {
    width: clamp(15rem, 20vw, 25.625rem); }
  .modal__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .modal__card:hover {
      background: linear-gradient(180deg, #1A0B00 0%, #140800 100%);
      color: #e7cdb4;
      border-radius: 1.25rem;
      border: 1px solid #FF5924; }
  .modal__order {
    display: flex;
    justify-content: center;
    margin-block: 1.875rem; }
  .modal__price {
    margin: 0; }

.acc__modal-log {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior: contain; }
.acc__modal-window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  max-height: 30vh;
  height: 30vh;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 350px;
  width: 100%; }
.acc__modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.acc__modal-close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.acc__modal-post, .acc__modal-google, .acc__modal-apple, .acc__modal-facebook {
  width: 44px;
  height: 44px; }
.acc__modal-img {
  width: 44px;
  height: 44px;
  color: #210A01; }
.acc__modal-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-block: 10px; }
.acc__modal-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.563rem; }
.acc__modal-text {
  text-align: center;
  padding-block: 15px;
  font-size: 1.125rem; }
.acc__modal-link {
  text-decoration: none;
  color: #210A01; }

.reg__form {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior: contain; }
.reg__window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  max-width: 600px;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.reg__title {
  text-align: center;
  font-weight: 700; }
.reg__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.reg__close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.reg__auto {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem; }
.reg__input {
  display: block;
  background: inherit;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  padding-block: 20px;
  width: 400px;
  transition: 0.3s;
  box-sizing: border-box;
  padding-block: 0.75em 1em;
  appearance: none;
  -webkit-appearance: none; }
  .reg__input:focus {
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    opacity: 1;
    transition: border-color .25s ease; }
.reg__options {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  background: inherit;
  border: none;
  padding-block: 20px;
  margin-top: 1rem; }
.reg__text {
  text-transform: uppercase;
  font-size: 1.125rem;
  align-self: start; }
.reg-btn {
  display: grid;
  justify-self: center;
  max-width: 150px;
  border-radius: 30px;
  background: #210A01;
  color: #FFFFFF;
  padding-block: 10px;
  padding-inline: 20px;
  cursor: pointer;
  border: none;
  translate: transform .3s ease, box-shadow .3s ease; }
  .reg-btn:hover {
    background: #e7cdb4;
    color: #210A01; }

.reg__modal-radio {
  margin-top: 22px;
  margin-right: 15px;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #FF5924;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative; }
  .reg__modal-radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #FF5924;
    opacity: 0;
    border-radius: 2px;
    transition: 0.2s ease; }
  .reg__modal-radio:checked::after {
    opacity: 1; }

.social__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.social__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  height: 25vh;
  width: 250px; }
.social__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.social__close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.social__icon {
  width: 20px;
  height: 20px; }
.social__line {
  position: relative; }
.social__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-block: 30px; }
.social__title {
  font-size: clamp(22px, 2vw, 30px);
  text-align: center;
  padding-block: 25px; }
.social__apple-img {
  transform: translateY(-2px);
  color: #210A01; }
.social__google-img {
  transform: translateY(1px); }
.social__facebook-img {
  transform: translateY(-2px); }
.social__apple-img, .social__google-img, .social__facebook-img {
  width: 44px;
  height: 44px; }

.universal__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.universal__window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  max-height: 50vh;
  height: 50vh;
  border-radius: 30px;
  margin: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%; }
.universal__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.universal__close {
  display: grid;
  justify-self: end;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.universal__line {
  position: relative; }
.universal__icon {
  width: 20px;
  height: 20px; }
.universal__form {
  display: flex;
  flex-direction: column; }
.universal__input, .universal__text {
  display: flex;
  flex-direction: column;
  background: inherit;
  border: none;
  padding-block: 15px; }
.universal__input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  padding-block: 20px;
  transition: 0.3s;
  box-sizing: border-box;
  padding-block: 0.75em 1em;
  appearance: none;
  -webkit-appearance: none; }
  .universal__input:focus {
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    opacity: 1;
    transition: border-color .25s ease; }
.universal__link {
  text-decoration: none;
  font-size: 15px;
  transition: .2s;
  color: gray; }
  .universal__link:hover {
    color: rgba(255, 255, 255, 0.85); }
.universal__text {
  padding-block: 20px; }
.universal__btn {
  display: grid;
  justify-self: center;
  max-width: 150px;
  border-radius: 30px;
  background: #210A01;
  color: #FFFFFF;
  padding-block: 15px;
  padding-inline: 20px;
  cursor: pointer;
  border: none;
  translate: transform .3s ease, box-shadow .3s ease; }
  .universal__btn:hover {
    background: #e7cdb4;
    color: #210A01; }

.thankyou__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.thankyou__window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  height: auto;
  border-radius: 30px;
  margin: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%; }
.thankyou__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.thankyou__close {
  display: grid;
  justify-self: end;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.thankyou__line {
  position: relative; }
.thankyou__icon {
  width: 20px;
  height: 20px; }
.thankyou__button {
  display: flex;
  justify-content: center;
  align-items: center; }
.thankyou__btn {
  border: none;
  border-radius: 20px;
  background: #210A01;
  color: #FFFFFF;
  padding: 10px; }
.thankyou__title, .thankyou__text {
  text-align: center; }

.net__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.net__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  height: 25vh;
  width: 250px; }
.net__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.net__close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.net__icon {
  width: 20px;
  height: 20px; }
.net__line {
  position: relative; }
.net__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px; }
.net__title {
  font-size: 1.563rem;
  text-align: center;
  padding-block: 15px; }
.net__x-img {
  transform: translateY(-2px);
  color: #210A01; }
.net__instagram-img {
  color: #210A01;
  transform: translateY(1px); }
.net__facebook-img {
  transform: translateY(-2px);
  color: #210A01; }
.net__x-img, .net__instagram-img, .net__facebook-img {
  width: 45px;
  height: 45px;
  fill: currentColor;
  stroke: currentColor;
  translate: transform .3s ease, box-shadow .3s ease; }
  .net__x-img:hover, .net__instagram-img:hover, .net__facebook-img:hover {
    color: #e7cdb4; }
.net__copied {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .net__copied.show {
    opacity: 1; }

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: clamp(2.5rem, 4vw, 5rem);
  height: clamp(2.5rem, 4vw, 5rem);
  border: 3px solid #FF5924;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%); }
  .video__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 1.25rem solid #FF5924;
    border-bottom: 0.75rem solid transparent;
    border-top: 0.75rem solid transparent;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 55%;
    background: transparent; }

.video__btn-small.play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #FF5924;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5; }
  .video__btn-small.play::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #FF5924; }

.video__btn-small.is-paused {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #FF5924;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5; }
  .video__btn-small.is-paused::before {
    content: "";
    position: absolute;
    left: 8px;
    width: 2px;
    height: 50%;
    background: #FF5924;
    border-radius: 2px; }
  .video__btn-small.is-paused::after {
    content: "";
    position: absolute;
    left: 15px;
    width: 2px;
    height: 50%;
    background: #FF5924;
    border-radius: 2px; }

.text__strong {
  font-weight: 900; }

.hero__btn {
  position: relative;
  display: flex;
  font-size: 1.375rem;
  margin-top: 3.75rem;
  border-radius: 1.875rem;
  border: 2px solid #FF5924;
  max-width: clamp(12.5rem, 18vw, 23.75rem);
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
  overflow: hidden;
  height: 3.75rem; }
  .hero__btn-left {
    flex: 1;
    cursor: pointer;
    border-radius: 1.875rem;
    background: none;
    border: none;
    padding-block: 0.313rem;
    color: #FF5924;
    transition: transform .3s ease, box-shadow .3s ease; }
    .hero__btn-left:hover {
      background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
      color: #FFFFFF; }
  .hero__btn-right {
    flex: 1;
    cursor: pointer;
    border-radius: 1.875rem;
    padding-block: 0.313rem;
    color: #FF5924;
    background: none;
    border: none;
    transition: transform .3s ease, box-shadow .3s ease; }
    .hero__btn-right:hover {
      background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
      color: #FFFFFF; }

.card__text {
  color: #FFFFFF;
  font-size: 0.875rem;
  text-align: start; }
.card__btn {
  display: flex;
  gap: clamp(0.625rem, 2vw, 1.563rem);
  padding-left: 0.625rem; }
  .card__btn-10, .card__btn-12, .card__btn-14 {
    border-radius: 3.125rem;
    width: 2.5rem;
    padding-block: 0.625rem;
    border: 1px solid #FF5924;
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #A3A3A3;
    margin-bottom: 0.625rem;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease; }
    .card__btn-10:hover, .card__btn-12:hover, .card__btn-14:hover {
      background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
      color: #FFFFFF; }
.card__ingredients {
  border-radius: 1.875rem;
  width: clamp(7rem, 10vw, 12.125rem);
  padding-block: 0.5rem;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
  border: 1px solid #FF5924;
  color: #FF5924;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .card__ingredients:hover {
    background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
    color: #FFFFFF; }
.card__order {
  border-radius: 1.875rem;
  width: clamp(7rem, 10vw, 12.125rem);
  padding-block: 0.5rem;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  border: 1px solid #FF5924;
  color: #FFFFFF;
  margin-top: 0.938rem;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .card__order:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924;
    transform: translateY(-3px) scale(1.05); }
.card__minus, .card__plus {
  border-radius: 3.125rem;
  width: 1.438rem;
  padding-block: 0.125rem;
  border: 1px solid #A3A3A3;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
  color: #A3A3A3;
  margin-bottom: 0.625rem;
  text-align: center; }
.card__plus {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  color: #FFFFFF;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .card__plus:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924; }
.card__minus {
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .card__minus:hover {
    background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
    color: #FFFFFF; }
.card__count {
  color: #A3A3A3; }
.card__positiv {
  padding-top: 1.25rem; }

.modal__order-btn {
  border-radius: 1.875rem;
  width: clamp(7rem, 10vw, 12.125rem);
  padding-block: 0.5rem;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  border: 1px solid #FF5924;
  color: #FFFFFF;
  margin-top: 0.938rem;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .modal__order-btn:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924;
    transform: translateY(-3px) scale(1.05); }

.product-card__price {
  color: #FFFFFF;
  padding-top: 1.063rem;
  font-size: 1.563rem; }

.pic__text {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.563rem;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }
.pic__header {
  font-size: clamp(48px, 5vw, 70px);
  color: #FFFFFF;
  font-weight: 900;
  text-align: end;
  padding-top: 0;
  margin-top: 0;
  align-self: flex-end; }
.pic__text-info {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: end; }
.pic__button {
  position: absolute;
  top: 80%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  border-radius: 1.875rem;
  border: none;
  color: #FFFFFF;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  width: clamp(7rem, 10vw, 12.75rem);
  padding-block: 0.5rem;
  cursor: pointer; }
  .pic__button:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924; }
.pic__img {
  border-radius: 3.125rem;
  padding-block: 1.25rem; }

.cart {
  position: relative;
  display: inline-block; }

.cart__total {
  position: absolute;
  top: -6px;
  right: -6px;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 1.3rem;
  text-align: center;
  line-height: 1; }

.hidden {
  display: none !important; }

.card__minus[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity .3s; }

.card__minus[disabled]:hover,
.card__minus[disabled]:active {
  background: inherit;
  transform: none; }

.nav__link.active {
  border-bottom: 2px solid #ff3d00;
  transition: 0.3s ease; }

.modal__card-active {
  background: linear-gradient(180deg, #1A0B00 0%, #140800 100%);
  color: #e7cdb4;
  border-radius: 1.25rem;
  border: 1px solid #FF5924; }

.btn-active {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  color: #FFFFFF;
  transition: all 0.3s ease; }

.active-btn {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  color: #FFFFFF; }

.menu__card.hidden {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  pointer-events: none; }

.menu__card.is-entering {
  opacity: 0;
  transform: translateY(12px) scale(0.98); }

.modal__card-value {
  background: linear-gradient(180deg, #1A0B00 0%, #140800 100%);
  color: #e7cdb4;
  border-radius: 1.25rem;
  border: 1px solid #FF5924; }

.modal__body-active {
  overflow: hidden; }

.cart__modal-item .modal__img {
  width: 80px;
  height: 80px;
  object-fit: contain; }

.ripple {
  position: relative;
  overflow: hidden; }

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: radial-gradient(circle, rgba(255, 140, 0, 0.6) 0%, rgba(255, 70, 0, 0.2) 60%, transparent 100%);
  animation: ripple-animation 0.6s linear; }

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  transform: none;
  box-shadow: none; }

.reg-btn:disabled {
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed;
  transform: none;
  box-shadow: none; }

.universal__btn:disabled {
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed;
  transform: none;
  box-shadow: none; }

.icon-trash {
  width: 15px;
  height: 15px;
  color: #FFFFFF; }

.account-popup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  margin-top: 10px; }
  .account-popup__wrapper {
    position: relative;
    display: inline-block; }
  .account-popup__inner {
    display: flex;
    flex-direction: column;
    background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
    max-width: 270px;
    height: auto;
    justify-content: center;
    border-radius: 30px; }
  .account-popup__email, .account-popup__name {
    color: #210A01;
    font-size: 1.125rem;
    padding-block: 20px;
    text-align: start;
    padding-inline: 20px; }
  .account-popup__btn {
    max-width: 150px;
    border-radius: 30px;
    background: #210A01;
    color: #FFFFFF;
    padding-block: 10px;
    padding-inline: 20px;
    cursor: pointer;
    border: none;
    translate: transform .3s ease, box-shadow .3s ease; }
    .account-popup__btn:hover {
      background: #e7cdb4;
      color: #210A01; }

.account-btn {
  padding-block: 15px;
  position: relative; }

.menu__skeletons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; }

.menu__skeleton-card {
  height: 300px;
  border-radius: 20px;
  background: linear-gradient(90deg, #333 0%, #444 50%, #333 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite; }

@keyframes shimmer {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0; } }
@media (max-width: 768px) {
  .pic__text {
    font-size: 1.25rem; }

  .pic__header {
    font-size: clamp(32px, 5vw, 48px); } }
@media (max-width: 600px) {
  .modal__window {
    max-height: 90vh;
    height: auto;
    overflow-y: auto; }

  .modal__system {
    grid-template-columns: 1fr; }

  .modal__colls-ingredients {
    max-height: 60vh;
    overflow-y: auto; }
    .modal__colls-ingredients .modal__colls-ingredients {
      background: #210A01;
      padding: 1rem;
      border-radius: 1rem; } }
@media (max-width: 480px) {
  .pic__text {
    font-size: 0.875rem; }

  .pic__header {
    font-size: clamp(22px, 2vw, 30px); } }
@media (max-width: 480px) {
  .modal__window {
    height: auto;
    max-height: 90vh;
    width: 90%;
    padding: 1rem; }

  .modal__system {
    grid-template-columns: 1fr;
    gap: 1.25rem; }

  .modal__img {
    width: 60%;
    margin: 0 auto; }

  .modal__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem; } }
.header__blog {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%); }
  .header__blog-logo {
    max-width: clamp(6rem, 8vw, 10.125rem);
    color: #FFA228;
    filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6));
    padding-inline: 50px; }

.nav__blog-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  align-self: center;
  padding-block: 45px; }

.nav__self {
  text-decoration: none;
  color: #A3A3A3;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; }
  .nav__self:hover {
    background: linear-gradient(245.71deg, #1E0C00 4.96%, #1F0700 33.7%, #170A00 68.41%, #1E0D00 96.42%);
    color: #FF5924; }

.nav__self.active {
  border-bottom: 2px solid #ff3d00;
  transition: 0.3s ease; }

.blog__btn {
  padding-block: 30px; }
.blog__page {
  border-radius: 30px;
  padding: 10px;
  cursor: pointer;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  color: #FFFFFF;
  font-size: 18px;
  border: none;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease; }
  .blog__page:hover {
    background: #e7cdb4;
    color: #210A01; }
.blog__svg {
  border-radius: 60px; }
.blog__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 5vw, 75px); }
.blog__text {
  color: #e7cdb4;
  font-size: 1.125rem; }
.blog__title {
  font-size: clamp(48px, 5vw, 70px);
  color: #FFFFFF;
  text-align: center; }

.slider {
  position: relative;
  margin: 0; }
  .slider__caption {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.125rem;
    opacity: 0.32;
    writing-mode: sideways-lr;
    left: -25px;
    top: 30px;
    letter-spacing: 1px; }
  .slider__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.625rem, 4vw, 1.875rem);
    list-style: none;
    padding: 0;
    margin: 0; }
  .slider__item {
    position: relative;
    flex: 0 0 30rem; }
    .slider__item-inner {
      position: relative; }
  .slider__svg {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 30px; }
  .slider__container {
    display: flex;
    justify-content: center; }
  .slider__title {
    font-size: clamp(48px, 5vw, 70px);
    color: #FFFFFF;
    text-align: center; }

.story {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  min-width: clamp(17.5rem, 30vw, 26.25rem);
  position: absolute;
  bottom: clamp(-2.5rem, -5vw, -4.688rem);
  left: clamp(-0.625rem, -2vw, -1.563rem);
  align-items: stretch;
  padding: clamp(0.5rem, 1vw, 1rem);
  border-radius: 30px; }
  .story__text {
    font-size: 1.125rem; }

.blog__events-title {
  font-size: clamp(48px, 5vw, 70px);
  color: #FFFFFF;
  text-align: center; }
.blog__events-untertitle {
  color: #e7cdb4; }
.blog__events-stor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; }
.blog__events-text {
  font-size: 1.125rem;
  color: #FFFFFF;
  text-align: center; }
.blog__events-texttitle {
  font-size: 1.563rem;
  color: #e7cdb4;
  text-align: center; }
.blog__events-btn {
  border-radius: 30px;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform .3s ease, box-shadow .3s ease; }
  .blog__events-btn:hover {
    background: #e7cdb4;
    color: #210A01; }
.blog__events-btnwrap {
  display: flex;
  justify-content: center; }
.blog__events-svg {
  border-radius: 30px; }

.stories__text {
  font-size: 1.125rem;
  color: #e7cdb4; }
.stories__title {
  font-size: clamp(48px, 5vw, 70px);
  color: #FFFFFF;
  text-align: center; }
.stories__untertitle {
  font-size: 1.563rem;
  color: #FFFFFF;
  text-align: center; }
.stories__svg {
  border-radius: 30px; }
.stories__group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px; }
.stories__btn {
  border-radius: 30px;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform .3s ease, box-shadow .3s ease; }
  .stories__btn:hover {
    background: #e7cdb4;
    color: #210A01; }
.stories__btn-group {
  display: flex;
  justify-content: center; }

.tour__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.tour__window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  max-height: 50vh;
  height: 50vh;
  border-radius: 30px;
  margin: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%; }
.tour__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.tour__close {
  display: grid;
  justify-self: end;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.tour__line {
  position: relative; }
.tour__icon {
  width: 20px;
  height: 20px; }
.tour__form {
  display: flex;
  flex-direction: column; }
.tour__input, .tour__text {
  display: flex;
  flex-direction: column;
  background: inherit;
  border: none;
  padding-block: 15px; }
.tour__input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  padding-block: 20px;
  transition: 0.3s;
  box-sizing: border-box;
  padding-block: 0.75em 1em;
  appearance: none;
  -webkit-appearance: none; }
  .tour__input:focus {
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    opacity: 1;
    transition: border-color .25s ease; }
.tour__link {
  text-decoration: none;
  font-size: 15px;
  transition: .2s;
  color: gray; }
  .tour__link:hover {
    color: rgba(255, 255, 255, 0.85); }
.tour__text {
  padding-block: 20px; }
.tour__btn {
  display: grid;
  justify-self: center;
  max-width: 150px;
  border-radius: 30px;
  background: #210A01;
  color: #FFFFFF;
  padding-block: 15px;
  padding-inline: 20px;
  cursor: pointer;
  border: none;
  translate: transform .3s ease, box-shadow .3s ease; }
  .tour__btn:hover {
    background: #e7cdb4;
    color: #210A01; }

.meet__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 1.125rem;
  position: fixed;
  inset: 0; }
.meet__window {
  background: linear-gradient(261.69deg, #FF5924 12.12%, #FFA229 86.72%);
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  height: auto;
  border-radius: 30px;
  margin: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%; }
.meet__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.meet__close {
  display: grid;
  justify-self: end;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #FF5924; }
.meet__line {
  position: relative; }
.meet__icon {
  width: 20px;
  height: 20px; }
.meet__button {
  display: flex;
  justify-content: center;
  align-items: center; }
.meet__btn {
  border: none;
  border-radius: 20px;
  background: #210A01;
  color: #FFFFFF;
  padding: 10px; }
.meet__title, .meet__text {
  text-align: center; }

@media (max-width: 1024px) {
  .blog__events-stor {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; } }
@media (max-width: 768px) {
  .nav__blog-bar {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-block: 30px;
    justify-self: end; }

  .header__blog-logo {
    padding-inline: 20px; }

  .blog__group {
    grid-template-columns: 1fr;
    gap: 50px; }

  .stories__group {
    grid-template-columns: 1fr;
    gap: 30px; }

  .slider__inner {
    flex-wrap: wrap;
    gap: 50px; }

  .header__blog {
    grid-template-columns: auto 1fr;
    gap: 20px; } }
@media (max-width: 480px) {
  .nav__blog-bar {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 20px; }

  .header__blog {
    grid-template-columns: auto; }
    .header__blog-logo {
      max-width: clamp(6rem, 8vw, 10.125rem);
      padding-inline: 20px; }

  .blog__group {
    grid-template-columns: 1fr; }

  .slider__item {
    flex: 0 0 15rem; } }

/*# sourceMappingURL=style.css.map */
