/*-----------------------------------*\
  #index.css
\*-----------------------------------*/

/**
 * copyright 2022 codewithsadee
 */





/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * COLORS
   */

  --gold-crayola: hsl(38, 61%, 73%);
  --quick-silver: hsla(0, 0%, 65%, 1);
  --davys-grey: hsla(30, 3%, 34%, 1);
  --smoky-black-1: hsla(40, 12%, 5%, 1);
  --smoky-black-2: hsla(30, 8%, 5%, 1);
  --smoky-black-3: hsla(0, 3%, 7%, 1);
  --eerie-black-1: hsla(210, 4%, 9%, 1);
  --eerie-black-2: hsla(210, 4%, 11%, 1);
  --eerie-black-3: hsla(180, 2%, 8%, 1);
  --eerie-black-4: hsla(0, 0%, 13%, 1);
  --jet: hsl(0, 0%, 22%);
  --onyx: hsl(240, 1%, 17%);
  --white: hsla(0, 0%, 100%, 1);
  --white-alpha-20: hsla(0, 0%, 100%, 0.2);
  --white-alpha-10: hsla(0, 0%, 100%, 0.1);
  --black: hsla(0, 0%, 0%, 1);
  --black-alpha-80: hsla(0, 0%, 0%, 0.8);
  --black-alpha-15: hsla(0, 0%, 0%, 0.15);

  /**
   * GRADIENT COLOR
   */

  --loading-text-gradient: linear-gradient(90deg, transparent 0% 16.66%, var(--smoky-black-3) 33.33% 50%, transparent 66.66% 75%);
  --gradient-1: linear-gradient(to top, hsla(0, 0%, 0%, 0.9), hsla(0, 0%, 0%, 0.7), transparent);

  /**
   * TYPOGRAPHY
   */

  /* font-family */
  --fontFamily-forum: 'Forum', cursive;
  --fontFamily-dm_sans: 'DM Sans', sans-serif;
  --fontFamily-Pierre-de-Ronsard-script: 'Pierre de Ronsard script', sans-serif;



  /* font-size */
  --fontSize-display-1: calc(1.3rem + 6.7vw);
  --fontSize-display-2: calc(2rem + 2.7vw);
  --fontSize-headline-1: calc(2rem + 2.5vw);
  --fontSize-headline-2: calc(1.3rem + 2.4vw);
  --fontSize-headline-3: calc(2.3rem + 2.4vw);
  --fontSize-headline-4: calc(1.0rem + 1.1vw);
  --fontSize-title-1: calc(1.6rem + 1.2vw);
  --fontSize-title-2: 2.2rem;
  --fontSize-title-3: 2.1rem;
  --fontSize-title-4: calc(1.6rem + 1.2vw);
  --fontSize-body-1: 2.4rem;
  --fontSize-body-2: 1.6rem;
  --fontSize-body-3: 1.8rem;
  --fontSize-body-4: 1.6rem;
  --fontSize-label-1: 1.4rem;
  --fontSize-label-2: 1.2rem;
  --fontSize-label-3: 0.8rem;
  --fs-5: 15px;
  --fs-6: 14px;

  /* font-weight */
  --weight-regular: 400;
  --weight-bold: 700;
  --fw-300: 300;
  --fw-400: 400;
  --fw-600: 600;

  /* line-height */
  --lineHeight-1: 1em;
  --lineHeight-2: 1.2em;
  --lineHeight-3: 1.5em;
  --lineHeight-4: 1.6em;
  --lineHeight-5: 1.85em;
  --lineHeight-6: 1.4em;

  /* letter-spacing */
  --letterSpacing-1: 0.15em;
  --letterSpacing-2: 0.4em;
  --letterSpacing-3: 0.2em;
  --letterSpacing-4: 0.3em;
  --letterSpacing-5: 3px;

  /**
   * SPACING
   */

  --section-space: 70px;

  /**
   * SHADOW
   */

  --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);
  --shadow-2: 0 16px 30px hsla(0, 0%, 0%, 0.25);

  /**
   * BORDER RADIUS
   */
  --radius-15: 15px;
  --radius-24: 24px;
  --radius-circle: 50%;

  /**
  * spacing
  */

  --section-padding: 60px;


  /**
   * TRANSITION
   */

  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --transition-3: 1000ms ease;

}

@font-face {
  font-family: "Pierre de Ronsard script";
  src: local("Pierre-de-Ronsard-script"),
    local("Pierre-de-Ronsard-script"),
    url(../fonts/Pierre-de-Ronsard-script.woff) format('woff'),
    url(../fonts/Pierre-de-Ronsard-script.woff2) format('woff2'),
    url(../fonts/Pierre-de-Ronsard-script.svg#Pierre-de-Ronsard-script) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
img,
data,
span,
input,
button,
select,
ion-icon,
textarea {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}

input,
button,
select,
textarea {
  background: none;
  border: none;
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  outline: none;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--eerie-black-1);
  color: var(--white);
  font-family: var(--fontFamily-dm_sans), 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: var(--fontSize-body-4);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-5);
  letter-spacing: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  height: auto;
}

/* Обеспечиваем поддержку шрифтов для всех языков - применяем ко всем элементам */
html[lang="ru"],
html[lang="en"],
html[lang="uz"],
html[lang="ru"] body,
html[lang="en"] body,
html[lang="uz"] body {
  font-family: 'DM Sans', var(--fontFamily-dm_sans), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

html[lang="ru"] *:not(.font-forum):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.headline-1):not(.headline-2):not(.headline-3):not(.headline-4):not(.title-1):not(.title-2):not(.title-3):not(.title-4),
html[lang="en"] *:not(.font-forum):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.headline-1):not(.headline-2):not(.headline-3):not(.headline-4):not(.title-1):not(.title-2):not(.title-3):not(.title-4),
html[lang="uz"] *:not(.font-forum):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.headline-1):not(.headline-2):not(.headline-3):not(.headline-4):not(.title-1):not(.title-2):not(.title-3):not(.title-4) {
  font-family: 'DM Sans', var(--fontFamily-dm_sans), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Применяем Pierre de Ronsard script к headline-3 с приоритетом */
html[lang="ru"] .headline-3,
html[lang="en"] .headline-3,
html[lang="uz"] .headline-3 {
  font-family: var(--fontFamily-Pierre-de-Ronsard-script) !important;
}

/* Применяем Forum к заголовкам */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFamily-forum);
}

/* Добавляем margin-top к первым элементам на страницах без hero секции */
/* Заголовок должен начинаться сразу после окончания padding header-а */
/* На мобильных: header ~166px (40px padding-top + 86px логотип + 40px padding-bottom) */
/* На больших экранах: topbar 51px + header ~166px = 217px */
body:not(:has(.hero))>main>section:first-child,
body:not(:has(.hero))>main>.section:first-of-type {
  margin-top: 166px;
  /* Только высота header без дополнительных отступов */
  padding-top: 0 !important;
  /* Убираем padding-top, чтобы не было двойного отступа */
}

/* Для страницы menu, где main сам является первым элементом контента */
body:not(:has(.hero))>main:has(> .main-content) {
  margin-top: 166px;
  /* Только высота header без дополнительных отступов */
}

/* На больших экранах (>= 768px): topbar + header */
@media (min-width: 768px) {

  body:not(:has(.hero))>main>section:first-child,
  body:not(:has(.hero))>main>.section:first-of-type {
    margin-top: 217px;
    /* topbar 51px + header 166px */
    padding-top: 0 !important;
    /* Убираем padding-top, чтобы не было двойного отступа */
  }

  body:not(:has(.hero))>main:has(> .main-content) {
    margin-top: 217px;
    /* topbar 51px + header 166px */
  }
}

body.loaded {
  overflow: overlay;
}

body.nav-active {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--gold-crayola);
}





/*-----------------------------------*\
  #TYPOGRAPHY
\*-----------------------------------*/

.display-1,
.headline-1,
.headline-2,
.title-1,
.title-2,
.title-3,
.title-4 {
  color: var(--white);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}

.display-1 {
  font-size: var(--fontSize-display-1);
  line-height: var(--lineHeight-1);
}

.display-2 {
  font-size: var(--fontSize-display-2);
  line-height: var(--lineHeight-3);
}

.headline-1 {
  font-size: var(--fontSize-headline-1);
}

.headline-2 {
  font-size: var(--fontSize-headline-2);
  line-height: var(--lineHeight-6);
}

.headline-3 {
  color: var(--gold-crayola);
  font-family: var(--fontFamily-Pierre-de-Ronsard-script) !important;
  font-size: var(--fontSize-headline-3);
  line-height: var(--lineHeight-6);
  font-weight: var(--weight-regular);

}

.headline-4 {
  color: var(--gold-crayola);
  font-size: var(--fontSize-headline-4);
  line-height: var(--lineHeight-6);
  font-weight: var(--weight-regular);
}

.title-1 {
  font-size: var(--fontSize-title-1);
}

.title-2 {
  font-size: var(--fontSize-title-2);
}

.title-3 {
  font-size: var(--fontSize-title-3);
}

.title-4 {
  font-size: var(--fontSize-title-4);
}

.body-1 {
  font-size: var(--fontSize-body-1);
  line-height: var(--lineHeight-6);
}

.body-2 {
  font-size: var(--fontSize-body-3);
  line-height: var(--lineHeight-4);
}

.body-3 {
  font-size: var(--fontSize-body-3);
}

.body-4 {
  font-size: var(--fontSize-body-4);
}

.label-1 {
  font-size: var(--fontSize-label-1);
}

.label-2 {
  font-size: var(--fontSize-label-2);
}

.label-3 {
  font-size: var(--fontSize-label-3);
}





/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
  padding-inline: 16px;
}

/* .separator {

} */

.contact-label {
  margin-top: 20px;
  font-weight: var(--weight-bold);
}

.contact-number {
  color: var(--gold-crayola);
  max-width: max-content;
  margin-inline: auto;
}

.hover-underline {
  position: relative;
  max-width: max-content;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid var(--gold-crayola);
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.contact-number::after {
  bottom: -5px;
}

.text-center {
  text-align: center;
  margin-bottom: 20px;
}

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

.text-right {
  text-align: right
}

.tab {
  text-indent: 40px
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.section-subtitle {
  position: relative;
  color: var(--gold-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-2);
  margin-block-end: 12px;
}

.section-subtitle::after {
  content: url('../images/separator.svg');
  display: block;
  width: 100px;
  margin-inline: auto;
  margin-block-start: 5px;
}

.section-title {
  font-family: var(--fontFamily-Pierre-de-Ronsard-script);
}

.section-title::before {
  content: url('../images/Vectorbefore.svg');
  display: inline-block;
  width: 78px;
  margin-inline: auto;
  margin-block-start: 5px;
}

.section-title::after {
  content: url('../images/Vector.svg');
  display: inline-block;
  width: 78px;
  margin-inline: auto;
  margin-block-start: 5px;
}

.btn {
  position: relative;
  color: var(--gold-crayola);
  font-size: var(--fontSize-label-2);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-5);
  max-width: max-content;
  border: 2px solid var(--gold-crayola);
  padding: 12px 45px;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: var(--radius-circle);
  background-color: var(--gold-crayola);
  transition: var(--transition-2);
  z-index: -1;
}

.btn .text {
  transition: var(--transition-1);
}

.btn .text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  color: var(--smoky-black-1);
}

.btn:is(:hover, :focus-visible)::before {
  bottom: -50%;
}

.btn:is(:hover, :focus-visible) .text-1 {
  transform: translateY(-40px);
}

.btn:is(:hover, :focus-visible) .text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.btn-secondary {
  background-color: var(--gold-crayola);
  color: var(--black);
}

.btn-secondary::before { background-color: var(--smoky-black-1); }

.btn-secondary .text-2 { color: var(--white); }*/

.has-before,
.has-after {
  position: relative;
  z-index: 1;
}

.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}

.section {
  position: relative;
  padding-block: var(--section-space);
  overflow: hidden;
  z-index: 1;
}

.footer.section {
  position: relative;
  padding-block: 0px;
  overflow: hidden;
  z-index: 1;
}

.bg-black-10 {
  background-color: var(--smoky-black-2);
}

.grid-list {
  display: grid;
  gap: 40px;
}

.hover\:shine {
  position: relative;
}

.hover\:shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 0%, #fff6 100%);
  transform: skewX(-0.08turn) translateX(-180%);
}

.hover\:shine:is(:hover, :focus-within)::after {
  transform: skewX(-0.08turn) translateX(275%);
  transition: var(--transition-3);
}

.img-holder {
  aspect-ratio: var(--width) / var(--height);
  /* Стоит удалить */
  overflow: hidden;
  background-color: var(--eerie-black-4);
}

.btn-text {
  color: var(--gold-crayola);
  padding-block-end: 4px;
  margin-inline: auto;
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-3);
  font-weight: var(--weight-bold);
  transition: var(--transition-1);
}

.btn-text:is(:hover, :focus-visible) {
  color: var(--white);
}

.shape {
  display: none;
  position: absolute;
  max-width: max-content;
  z-index: -1;
}

.w-100 {
  width: 100%;
}

/*.move-anim { animation: move 5s linear infinite; }*/

/*@keyframes move {
  0%,
  100% { transform: translateY(0); }

  50% { transform: translateY(30px); }
}*/

.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.input-field {
  background-color: var(--eerie-black-2);
  color: var(--white);
  height: 56px;
  padding: 10px 20px;
  border: 1px solid var(--white-alpha-10);
  margin-block-end: 20px;
  outline: none;
  transition: border-color var(--transition-2);
}

.input-field::placeholder {
  color: inherit;
}

.input-field:focus {
  border-color: var(--gold-crayola);
}

.icon-wrapper {
  position: relative;
  margin-block-end: 20px;
}

.icon-wrapper .input-field {
  margin-block-end: 0;
  padding-inline-start: 40px;
  appearance: none;
  cursor: pointer;
}

.icon-wrapper ion-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  --ionicon-stroke-width: 50px;
  pointer-events: none;
}

.icon-wrapper ion-icon:first-child {
  left: 15px;
}

.icon-wrapper ion-icon:last-child {
  right: 10px;
}





/*-----------------------------------*\
  #PRELOAD
\*-----------------------------------*/

.preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black);
  z-index: 10;
  display: grid;
  place-content: center;
  justify-items: center;
  transition: var(--transition-3);
  animation-duration: 3s;
  white-space: normal;
}

.preload>* {
  transition: 5.5s;
  animation: 3s
}

.preload.loaded>* {
  opacity: 0;
}

.preload.loaded {
  animation-duration: 3s;
  animation-delay: 3s;
  transition-delay: 2.5s;
  transform: translateY(100%);
}

/***************************************************
 * Generated by SVG Artista on 11/20/2023, 9:25:24 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1060.626220703125px;
    stroke-dasharray: 1060.626220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1060.626220703125px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1060.626220703125px;
    stroke-dasharray: 1060.626220703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1060.626220703125px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 423.5294494628906px;
    stroke-dasharray: 423.5294494628906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.5294494628906px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 423.5294494628906px;
    stroke-dasharray: 423.5294494628906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.5294494628906px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 525.3529052734375px;
    stroke-dasharray: 525.3529052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 525.3529052734375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 525.3529052734375px;
    stroke-dasharray: 525.3529052734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 525.3529052734375px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 599.92626953125px;
    stroke-dasharray: 599.92626953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 599.92626953125px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 599.92626953125px;
    stroke-dasharray: 599.92626953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 599.92626953125px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 599.9243774414062px;
    stroke-dasharray: 599.9243774414062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 599.9243774414062px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 599.9243774414062px;
    stroke-dasharray: 599.9243774414062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 599.9243774414062px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 525.306396484375px;
    stroke-dasharray: 525.306396484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 525.306396484375px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 525.306396484375px;
    stroke-dasharray: 525.306396484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 525.306396484375px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 906.5716552734375px;
    stroke-dasharray: 906.5716552734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 906.5716552734375px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 906.5716552734375px;
    stroke-dasharray: 906.5716552734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 906.5716552734375px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 292.8283996582031px;
    stroke-dasharray: 292.8283996582031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 292.8283996582031px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 292.8283996582031px;
    stroke-dasharray: 292.8283996582031px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 292.8283996582031px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 222.36294555664062px;
    stroke-dasharray: 222.36294555664062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 222.36294555664062px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 222.36294555664062px;
    stroke-dasharray: 222.36294555664062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 222.36294555664062px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 248.32546997070312px;
    stroke-dasharray: 248.32546997070312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 248.32546997070312px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 248.32546997070312px;
    stroke-dasharray: 248.32546997070312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 248.32546997070312px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 724.8409423828125px;
    stroke-dasharray: 724.8409423828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 724.8409423828125px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 724.8409423828125px;
    stroke-dasharray: 724.8409423828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 724.8409423828125px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 205, 117);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
    animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
    animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}



/*@keyframes rotate360 {
  0% { transform: rotate(0); }
  100% { transform: rotate(1turn); }
}*/

/*.preload .text {
  background-image: var(--loading-text-gradient);
  background-size: 500%;
  font-size: calc(2rem + 3vw);
  font-weight: var(--weight-bold);
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 16px;
  padding-inline-start: 16px;
  -webkit-text-fill-color: var(--gold-crayola);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5px var(--gold-crayola);
  animation: loadingText both 2s infinite;
}

@keyframes loadingText {
  0% { background-position: 100%; }
  100% { background-position: 0%; }
}*/





/*-----------------------------------*\
  #TOPBAR
\*-----------------------------------*/

.topbar {
  display: none;
}





/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header .btn {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding-block: 40px;
  z-index: 4;
  border-block-end: 1px solid transparent;
  transition: var(--transition-1);
}

.header.active {
  padding-block: 20px;
  background-color: var(--eerie-black-4);
  border-color: var(--black-alpha-15);
}

.header.hide {
  transform: translateY(-100%);
  transition-delay: 250ms;
}

.header .container {
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* Language Switcher в topbar */
.language-switcher {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Для десктопа: показываем все языки */
.language-switcher-desktop {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Для мобильных/планшетов: выпадающее меню */
.language-switcher-mobile {
  display: none;
  position: relative;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: transparent;
  color: var(--white, #fff);
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  text-decoration: none;
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  border: none;
}

.lang-btn:hover {
  color: var(--gold-crayola, #ffcd75);
}

.lang-btn.active {
  color: var(--gold-crayola, #ffcd75);
}


.header-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: transparent;
  color: var(--white, #fff);
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  border: 1px solid var(--white-alpha-20, rgba(255, 255, 255, 0.2));
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  cursor: pointer;
}

.header-lang-btn:hover {
  color: var(--gold-crayola, #ffcd75);
  border-color: var(--gold-crayola, #ffcd75);
}

.header-lang-btn.active {
  color: var(--gold-crayola, #ffcd75);
  border-color: var(--gold-crayola, #ffcd75);
}

.header-lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: var(--eerie-black-4, #1a1a1a);
  border: 1px solid var(--white-alpha-20, rgba(255, 255, 255, 0.2));
  border-radius: var(--radius-15, 15px);
  padding: 8px;
  min-width: 80px;
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 11;
  box-shadow: var(--shadow-2, 0 16px 30px hsla(0, 0%, 0%, 0.25));
}

.header-lang-dropdown.active {
  display: flex;
}

.header-lang-option {
  display: block;
  padding: 8px 12px;
  color: var(--white, #fff);
  text-decoration: none;
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  text-align: center;
}

.header-lang-option:hover {
  background-color: var(--white-alpha-10, rgba(255, 255, 255, 0.1));
  color: var(--gold-crayola, #ffcd75);
}

/* На мобильных/планшетах: скрываем десктопную версию, показываем мобильную */
@media (max-width: 991px) {
  .language-switcher-desktop {
    display: none;
  }

  .language-switcher-mobile {
    display: block;
  }

  /* В navbar тоже */
  .navbar-lang-switcher .language-switcher-desktop {
    display: none;
  }

  .navbar-lang-switcher .language-switcher-mobile {
    display: block;
  }
}

/* На десктопе: показываем десктопную версию, скрываем мобильную */
@media (min-width: 992px) {
  .language-switcher-desktop {
    display: flex;
  }

  .language-switcher-mobile {
    display: none;
  }

  /* В navbar тоже */
  .navbar-lang-switcher .language-switcher-desktop {
    display: flex;
  }

  .navbar-lang-switcher .language-switcher-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .language-switcher {
    gap: 4px;
  }

  .lang-btn {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: var(--fontSize-label-3, 0.8rem);
  }

  .header-lang-btn {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: var(--fontSize-label-3, 0.8rem);
  }

  /* Hero text на мобильных: отступы по краям и правильный перенос слов */
  .hero-text {
    padding-inline: 20px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: none;
  }
}

.nav-open-btn {
  padding: 12px;
  padding-inline-end: 0;
}

.nav-open-btn .line {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin-block: 4px;
  transform-origin: left;
  animation: menuBtn 400ms ease-in-out alternate infinite;
}

@keyframes menuBtn {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.5);
  }
}

.nav-open-btn .line-2 {
  animation-delay: 150ms;
}

.nav-open-btn .line-3 {
  animation-delay: 300ms;
}

.navbar {
  position: fixed;
  background-color: var(--smoky-black-1);
  top: 0;
  left: -360px;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  padding-inline: 30px;
  padding-block-end: 50px;
  overflow-y: auto;
  visibility: hidden;
  z-index: 2;
  transition: var(--transition-2);
}

.navbar.active {
  visibility: visible;
  transform: translateX(360px);
}

.navbar .close-btn {
  color: var(--white);
  border: 1px solid currentColor;
  padding: 4px;
  border-radius: var(--radius-circle);
  margin-inline-start: auto;
  margin-block: 30px 20px;
}

.navbar .close-btn ion-icon {
  --ionicon-stroke-width: 40px;
}

.navbar .close-btn:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.navbar .logo {
  max-width: max-content;
  margin-inline: auto;
  margin-block-end: 60px;
}

.navbar-list {
  border-block-end: 1px solid var(--white-alpha-20);
  margin-block-end: 100px;
}

.navbar-item {
  border-block-start: 1px solid var(--white-alpha-20);
}

.navbar-link {
  position: relative;
  font-size: var(--fontSize-label-2);
  text-transform: uppercase;
  padding-block: 10px;
  max-width: unset;
}

.navbar-link::after {
  display: none;
}

.navbar-link .span {
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible, .active) .span {
  color: var(--gold-crayola);
  transform: translateX(20px);
}

/* Language Switcher в navbar-list */
.navbar-lang-item {
  border-block-start: 1px solid var(--white-alpha-20);
  padding-block: 10px;
  margin-block-start: 20px;
  /* Отступ сверху в бургере, чтобы стояло отдельно */
}

/* В бургере: убираем линии и добавляем отступ */
.navbar.active .navbar-lang-item {
  border-block-start: none;
  border-block-end: none;
  /* Убираем нижнюю линию */
  margin-block-start: 30px;
  /* Чуть больше отступ, чтобы стояло отдельно */
}

/* Убираем линию под переключателем языков в бургере */
.navbar.active .navbar-lang-item:last-child {
  border-block-end: none;
}

/* Убираем нижнюю границу у navbar-list, если переключатель языков - последний элемент */
.navbar.active .navbar-list:has(.navbar-lang-item:last-child) {
  border-block-end: none;
}

.navbar-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Для десктопа: показываем все языки в одну строку */
.navbar-lang-switcher .language-switcher-desktop {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Для мобильных/планшетов: выпадающее меню */
.navbar-lang-switcher .language-switcher-mobile {
  display: none;
  position: relative;
}

.navbar-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: transparent;
  color: var(--white, #fff);
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  text-decoration: none;
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  border: 1px solid var(--white-alpha-20, rgba(255, 255, 255, 0.2));
}

.navbar-lang-link:hover {
  color: var(--gold-crayola, #ffcd75);
  border-color: var(--gold-crayola, #ffcd75);
}

.navbar-lang-link.active {
  color: var(--gold-crayola, #ffcd75);
  border-color: var(--gold-crayola, #ffcd75);
  background-color: var(--gold-crayola-alpha-10, rgba(255, 205, 117, 0.1));
}

.navbar-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: transparent;
  color: var(--white, #fff);
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  border: 1px solid var(--white-alpha-20, rgba(255, 255, 255, 0.2));
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  cursor: pointer;
}

.navbar-lang-btn:hover {
  color: var(--gold-crayola, #ffcd75);
  border-color: var(--gold-crayola, #ffcd75);
}

.navbar-lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background-color: var(--eerie-black-4, #1a1a1a);
  border: 1px solid var(--white-alpha-20, rgba(255, 255, 255, 0.2));
  border-radius: var(--radius-15, 15px);
  padding: 8px;
  min-width: 80px;
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 11;
  box-shadow: var(--shadow-2, 0 16px 30px hsla(0, 0%, 0%, 0.25));
}

.navbar-lang-dropdown.active {
  display: flex;
}

.navbar-lang-option {
  display: block;
  padding: 8px 12px;
  color: var(--white, #fff);
  text-decoration: none;
  font-size: var(--fontSize-label-2, 1.2rem);
  font-weight: var(--weight-bold, 700);
  border-radius: var(--radius-15, 15px);
  transition: var(--transition-1);
  text-align: center;
}

.navbar-lang-option:hover {
  background-color: var(--white-alpha-10, rgba(255, 255, 255, 0.1));
  color: var(--gold-crayola, #ffcd75);
}

.navbar-link .separator {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible, .active) .separator {
  opacity: 1;
}

.navbar-title {
  margin-block-end: 15px;
}

.navbar-text {
  margin-block: 10px;
}

.navbar .body-4 {
  color: var(--quick-silver);
}

.sidebar-link {
  transition: var(--transition-1);
}

.sidebar-link:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.navbar .text-center .separator {
  margin-block: 30px;
  margin-inline: auto;
}

.navbar .contact-label {
  margin-block-end: 10px;
}

.navbar::-webkit-scrollbar-thumb {
  background-color: var(--white-alpha-10);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--black-alpha-80);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-2);
  z-index: 1;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}


.has-scrollbar::-webkit-scrollbar {
  width: 8px;
  /* for vertical scrollbar */
  height: 8px;
  /* for horizontal scrollbar */
}

.has-scrollbar>li {
  /* min-width: 50%; */
  /* Стоит удалить */
  scroll-snap-align: start;
}

.has-scrollbar {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow-x: auto;
  margin-inline: -15px;
  padding-inline: 15px;
  scroll-padding-left: 15px;
  padding-bottom: 40px;
  scroll-snap-type: inline mandatory;
}

.has-scrollbar::-webkit-scrollbar-track {
  background: var(--onyx);
  border-radius: 5px;
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: var(--gold-crayola);
  border-radius: 5px;
}

.has-scrollbar::-webkit-scrollbar-button {
  width: 20px;
}

.content-card {
  position: relative;
  background: var(--onyx);
  padding: 15px;
  padding-top: 45px;
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  cursor: pointer;
  z-index: 1;
}

.content-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-alpha-15);
  border-radius: inherit;
  z-index: -1;
}


/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero .slider-btn {
  display: none;
}

.hero {
  position: relative;
  padding-block: 120px;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.hero .slider-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding-block-start: 100px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-3);
  z-index: 1;
}

.hero .slider-item.active {
  opacity: 1;
  visibility: visible;
}

.hero .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.hero .slider-bg .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero .slider-item.active .slider-bg {
  animation: smoothScale 10s linear forwards;

}

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

  100% {
    transform: scale(1.15);
  }
}

.hero .section-subtitle::after {
  margin-block: 14px 20px;
}

.hero-text {
  margin-block: 30px 40px;
  /* 20px дополнительно к существующему 10px = 30px сверху */
  max-width: 800px;
  margin-inline: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none;
  text-align: center;
  line-height: 1.6;
}

.hero .btn {
  margin-inline: auto;
}

.hero-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  background-color: var(--gold-crayola);
  width: 110px;
  height: 110px;
  padding: 12px;
  transform: scale(0.6);
}

.hero-btn img {
  margin-inline: auto;
  margin-block-end: 6px;
}

.hero-btn .span {
  color: var(--black);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-1);
  line-height: var(--lineHeight-3);
}

.hero-btn::after {
  inset: 0;
  border: 1px solid var(--gold-crayola);
  animation: rotate360 15s linear infinite;
}

.slider-reveal {
  transform: translateY(30px);
  opacity: 0;
}

.hero .slider-item.active .slider-reveal {
  animation: sliderReveal 1s ease forwards;
}

@keyframes sliderReveal {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero .slider-item.active .section-subtitle {
  animation-delay: 500ms;
}

.hero .slider-item.active .hero-title {
  animation-delay: 1000ms;
}

.hero .slider-item.active .hero-text {
  animation-delay: 1.5s;
}

.hero .slider-item.active .btn {
  animation-delay: 2s;
}





/*-----------------------------------*\
  #SERVICE
\*-----------------------------------*/

.service .section-title {
  font-family: 'Pierre de Ronsard script ', serif;
  margin-block-end: 16px;
}

.service .section-text {
  margin-block-end: 40px;
}

/*
.service-card { overflow: hidden;
height: 100%
}

.service-card .has-before {
  padding-block: 30px;
  margin-block-end: 26px;
  z-index: 1;
}

.service-card .has-before::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 100%;
  background-image: url('../images/img-pattern.svg');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  transition: var(--transition-2);
  transition-delay: 0;
  z-index: -1;
  will-change: transform;
}

.service-card:is(:hover, :focus-within) .has-before::before {
  transform: rotateY(0.5turn) translateX(50%);
  transition-delay: 300ms;
}

.service-card .card-banner { transition: var(--transition-2);
  height: 100%; }

.service-card:is(:hover, :focus-within) .card-banner { transform: scale(1.05); }

.service .card-title { margin-block-end: 12px; }
*/





/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about .section-text {
  margin-block: 40px 32px;
}

.about .btn {
  margin-inline: auto;
  margin-block-start: 26px;
}






/*-----------------------------------*\
  #SPECIAL DISH
\*-----------------------------------*/

/*.special-dish-content { padding-block: 70px; }*/

/*.special-dish .abs-img {
  margin-inline: auto;
  margin-block-end: 12px;
}*/

.special-dish.section-title {
  margin-block-end: 40px;
}

.special-dish .section-text {
  margin-block: 40px 60px;
}



.special-dish-content .span {
  color: var(--gold-crayola);
}

.special-dish .btn {
  margin-inline: auto;
  margin-block-start: 26px;
}


/*-----------------------------------*\
 * #GALLERY
\*-----------------------------------*/

.gallery {
  padding-block: 20px 20px
}

.gallery-list {
  display: grid;
  grid-template-columns: 351.725px 351.725px;
  gap: 10px;
  justify-content: center;
}

.gallery-item {
  width: 351.725px;
  height: 302.650px;
  border-radius: var(--radius-15);
  overflow: hidden;
}

.gallery-item:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  height: calc(302.650px * 2 + 10px);
  /* 2 строки + gap между ними */
}

.gallery-image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-15);
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-----------------------------------*\
  #MENU
\*-----------------------------------*/

.menu {
  padding-block: 100px
}

.menu .section-title {
  margin-block-end: 40px;
}

.menu .section-text {
  margin-block: 20px 40px;
}


.menu .btn {
  margin-inline: auto;
  margin-block-start: 26px;
  min-width: 200px;
  /* Увеличиваем ширину кнопки "Посмотреть меню" */
}

.menu-card {
  overflow: hidden;
}

.menu-card .img-ccover {
  height: 100%;
  object-fit: cover;
}

.menu-card .has-before {
  padding-block: 30px;
  margin-block-end: 26px;
  z-index: 1;
}

.menu-card .has-before::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 100%;
  background-image: url('../images/img-pattern.svg');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  transition: var(--transition-2);
  transition-delay: 0;
  z-index: -1;
  will-change: transform;
}

.menu-card:is(:hover, :focus-within) .has-before::before {
  transform: rotateY(0.5turn) translateX(50%);
  transition-delay: 300ms;
}

.menu-card .card-banner {
  transition: var(--transition-2);
}

.menu-card:is(:hover, :focus-within) .card-banner {
  transform: scale(1.05);
}

.menu .card-title {
  margin-block: 20px;
  margin-block-end: 12px;
}




/*-----------------------------------*\
  #TESTIMONIALS
\*-----------------------------------*/

.testi {
  padding-block-end: 40px;
  position: static;
}

.testi .quote {
  font-size: 7rem;
  font-family: var(--fontFamily-forum);
  line-height: 0.7em;
}

.testi .wrapper {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-block: 40px 50px;
}

.testi .separator {
  animation: rotate360 15s linear infinite;
}

.profile .img {
  margin-inline: auto;
  border-radius: var(--radius-circle);
  margin-block-end: 15px;
}

.testi .profile-name {
  color: var(--gold-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-3);
}



/**
 * #testimonials
 */

.testimonials {
  margin-bottom: 30px;
}

.testimonials-title {
  margin-bottom: 20px;
}

.testimonials-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 0 -15px;
  padding: 25px 15px;
  padding-bottom: 35px;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
}

.testimonials-item {
  min-width: 100%;
  scroll-snap-align: center;
}

.testimonials-avatar-box {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(15px, -25px);
  background: var(--onyx);
  border-radius: 14px;
  box-shadow: var(--shadow-1);
}

.testimonials-item-title {
  margin-bottom: 7px;
}

.testimonials-date {
  color: var(--davys-grey);
  font-size: var(--fs-6);
  font-weight: var(--fw-300);
  margin-bottom: 10px;
}

.testimonials-text {
  color: var(--davys-grey);
  font-size: var(--fs-6);
  font-weight: var(--fw-300);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.testimonials-text p {
  margin: 0;
  display: inline;
}

.testimonials-text p:not(:last-child)::after {
  content: '\A';
  white-space: pre;
}


/**
 * #testimonials-modal
 */

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
}

.modal-container::-webkit-scrollbar {
  display: none;
}

.modal-container.active {
  pointer-events: all;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsl(0, 0%, 5%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: var(--transition-1);
}

.overlay.active {
  opacity: 0.8;
  visibility: visible;
  pointer-events: all;
}

.testimonials-modal {
  background: var(--eerie-black-2);
  position: relative;
  padding: 15px;
  margin: 15px 12px;
  border: 1px solid var(--jet);
  border-radius: 14px;
  box-shadow: var(--shadow-2);
  transform: scale(1.2);
  opacity: 0;
  transition: var(--transition-1);
  z-index: 2;
}

.modal-container.active .testimonials-modal {
  transform: scale(1);
  opacity: 1;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--onyx);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-alpha-10);
  font-size: 18px;
  opacity: 0.7;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
  opacity: 1;
}

.modal-close-btn ion-icon {
  --ionicon-stroke-width: 50px;
}

.modal-avatar-box {
  background: var(--onyx);
  width: max-content;
  border-radius: 14px;
  margin-bottom: 15px;
  box-shadow: var(--shadow-2);
}

.modal-img-wrapper>img {
  display: none;
}

.modal-title {
  margin-bottom: 4px;
}

.modal-content time {
  font-size: var(--fs-6);
  color: var(--davys-grey);
  font-weight: var(--fw-300);
  margin-bottom: 10px;
}

.modal-content p {
  color: var(--davys-grey);
  font-size: var(--fs-6);
  font-weight: var(--fw-300);
  line-height: 1.6;
}












.testimonials-title {
  margin-bottom: 25px;
}

.testimonials-list {
  gap: 30px;
  margin: 0 -30px;
  padding: 30px;
  padding-bottom: 35px;
}

.content-card {
  padding: 30px;
  padding-top: 25px;
}

.testimonials-avatar-box {
  transform: translate(30px, -30px);
  border-radius: 20px;
}

.testimonials-avatar-box img {
  width: 80px;
}

.testimonials-item-title {
  margin-bottom: 10px;
  margin-left: 95px;
}

.testimonials-text {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}




/*-----------------------------------*\
  #RESERVATION
\*-----------------------------------*/

.reservation-form {
  margin-block-start: -270px;
}

.form-text {
  margin-block-end: 40px;
}

.form-text .link {
  display: inline;
  color: var(--gold-crayola);
}

.form-right .headline-1 {
  margin-block-end: 40px;
}

.form-right .contact-label {
  margin-block-end: 5px;
}

.form-right .separator {
  margin: 20px auto;
}

.form-right .body-4 {
  color: var(--quick-silver);
  line-height: var(--lineHeight-3);
}

.form-right .body-4:not(:last-child) {
  margin-block-end: 25px;
}

.form-left,
.form-right {
  padding: 40px 20px 30px;
}

.input-field[type="date"] {
  text-transform: uppercase;
  padding-inline-end: 10px;
}

.input-field[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

textarea.input-field {
  resize: none;
  height: 140px;
  padding-block: 20px;
  line-height: var(--lineHeight-1);
}

.form-left .btn {
  max-width: 100%;
  width: 100%;
}

.form-right {
  background-repeat: repeat;
  background-position: top left;
}





/*-----------------------------------*\
  #FEATURES
\*-----------------------------------*/

.features .section-title {
  margin-block-end: 40px;
}

.feature-card {
  padding: 30px 20px 40px;
}

/*.feature-item:nth-child(2n+1) .feature-card { background-color: var(--eerie-black-3); }

.feature-item:nth-child(2n) .feature-card { background-color: var(--smoky-black-3); }*/

.feature-card .card-icon {
  max-width: max-content;
  margin-inline: auto;
  transition: var(--transition-2);
}

.feature-card:hover .card-icon {
  transform: scale(-1) rotate(180deg);
}

.feature-card .card-title {
  margin-block: 20px;
}

.feature-card .card-text {
  color: var(--quick-silver);
  line-height: var(--lineHeight-6);
}



.map {
  height: 460px;
  width: 100%;
  padding-block: 0px;
}






/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer-top {
  margin-block-end: 70px;
}

.footer-brand {
  position: relative;
  padding: 50px 40px;
  /*
  background: var(--smoky-black-1) url("../images/footer-form-bg.png");
  */
  background-position: center top;
  background-repeat: repeat;
}

.footer-brand::before,
.footer-brand::after {
  top: 0;
  width: 15px;
  height: 100%;
  /*
  background-image: url("../images/footer-form-pattern.svg");
  */
}

.footer-brand::before {
  left: 0;
}

.footer-brand::after {
  right: 0;
}

.footer-brand .logo {
  max-width: max-content;
  margin-inline: auto;
  margin-block-end: 40px;
}

.footer-brand :is(.body-4, .label-1) {
  color: var(--quick-silver);
  line-height: var(--lineHeight-3);
  font-family: var(--fontFamily-dm_sans);
  letter-spacing: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-brand .contact-link {
  margin-block: 6px;
  transition: var(--transition-1);
}

.footer-brand .contact-link:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.footer-brand .wrapper {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-block: 40px 25px;
}

.footer-brand .separator {
  content: url('../images/Group123.png');
  display: block;
  width: 320px;
  margin-inline: auto;
  margin-block-start: 5px;
  height: 40px;
}

.footer-brand .label-1 {
  margin-block-end: 30px;
}

.footer-brand .label-1 .span {
  display: inline;
  color: var(--white);
}

.footer-brand .icon-wrapper .input-field {
  cursor: text;
}

.footer-brand .btn {
  min-width: 100%;
}

.footer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding-bottom: 4px;
  padding-left: 7px;
}

.social-item .social-link {
  color: var(--gold-crayola);
  font-size: 18px;
}


.social-item .social-link:hover {
  color: var(--gold-crayola);
}

.footer-link {
  color: var(--quick-silver);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-4);
  margin-inline: auto;
  transition: var(--transition-1);
}

.footer-link:is(:hover, :focus-visible) {
  color: var(--gold-crayola);
}

.copyright {
  color: var(--quick-silver);
  line-height: var(--lineHeight-3);
}

.copyright .link {
  display: inline;
  color: var(--gold-crayola);
  text-decoration: underline;
}





/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--gold-crayola);
  color: var(--smoky-black-1);
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-circle);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-1);
  transition: var(--transition-1);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.back-top-btn:is(:hover, :focus-visible) {
  background-color: var(--white);
  color: var(--gold-crayola);
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
}





/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

@media (min-width: 320px) {
  .about {
    padding-block: 70px 100px;
  }

  .kitchen {
    padding-block: 60px 30px;
    margin-top: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: 550px;
    padding-block: 50px 50px;
  }

  .about iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kitchen iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/**
 * responsive for larger than 575px screen
 */

@media (min-width: 575px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fontSize-body-2: 2rem;

  }

  /**
   * HERO
   */

  /* Hero text на планшетах: меньшие отступы по краям */
  .hero-text {
    padding-inline: 30px;
  }



  /**
   * REUSED STYLE
   */

  :is(.menu, .about) .section-text {
    max-width: 800px;
    margin-inline: auto;
  }

  .contact-number {
    --fontSize-body-1: 3rem;
  }



  /**
   * TOPBAR
   */

  .topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 10px;
    border-block-end: 1px solid var(--white-alpha-20);
    z-index: 4;
    transition: var(--transition-1);
  }

  .topbar:has(~ .header.active) {
    transform: translateY(-100%);
  }

  .topbar-item:not(.link),
  .topbar .separator {
    display: none;
  }

  .topbar .container,
  .topbar-item {
    display: flex;
    align-items: center;
  }

  .topbar .container {
    justify-content: center;
    gap: 30px;
  }

  .topbar-item {
    gap: 6px;
  }

  .topbar-item ion-icon {
    --ionicon-stroke-width: 60px;
  }

  .topbar-item .span {
    font-size: var(--fontSize-label-1);
  }

  .topbar .link {
    transition: var(--transition-1);
  }

  .topbar .link:is(:hover, :focus-visible) {
    color: var(--gold-crayola);
  }



  /**
   * HEADER
   */

  .header {
    top: 51px;
  }

  .header.active {
    top: 0;
  }

  .header .btn {
    display: block;
    margin-inline-start: auto;
  }



  /**
   * HERO
   */

  .hero-btn {
    transform: scale(0.7);
  }



  /**
   * SERVICE
   */

  .menu .container {
    max-width: 420px;
    margin-inline: auto;
  }



  /**
   * ABOUT
   */

  .about .container {
    gap: 80px;
  }

  .about-banner>.w-100 {
    padding-inline-start: 90px;
  }

  .about .abs-img-1 {
    width: 285px;
  }

  .about .contact-number {
    --fontSize-body-1: 2.4rem;
  }

  .about {
    padding-block: 170px 100px;
    margin-top: auto;
  }

  .kitchen {
    padding-block: 110px 30px;
    margin-top: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: 550px;
    padding-block: 50px 50px;
  }

  .about iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kitchen iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /**
   * MENU
   */

  .menu-card .title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .menu-card .badge {
    margin-block-start: 0;
  }

  .menu-card .span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
  }

  .menu-card .span::before {
    content: "";
    height: 6px;
    flex-grow: 1;
    /*  border-block: 1px solid var(--white-alpha-20);*/
  }





  /**
   * FOOTER
   */

  .footer-brand>* {
    max-width: 460px;
    margin-inline: auto;
  }

  .footer .input-wrapper {
    position: relative;
  }

  .footer .input-field {
    margin-block-end: 0;
    padding-inline-end: 205px;
  }

  .footer-brand .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: max-content;
  }

}





/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {

  /**
   * REUSED STYLE
   */

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

  .menu .container {
    max-width: 820px;
  }

  .menu .grid-list li:last-child {
    grid-column: 1 / 3;
    width: calc(50% - 20px);
    margin-inline: auto;
  }



  /**
   * HEADER
   */

  .navbar-list {
    margin-inline: 30px;
  }

  /* Переключатель языков на десктопе: отодвигаем вправо */
  .navbar-lang-item {
    margin-inline-start: auto;
    margin-block-start: 0;
    border-block-start: none;
    border-block-end: none;
    padding-block: 0;
  }

  /* Кнопки языков на десктопе: отодвигаем правее */
  .navbar-lang-switcher .language-switcher-desktop {
    margin-inline-start: 40px;
    /* Отступ от остальных кнопок меню */
  }



  /**
   * HERO
   */

  /* Hero text на десктопах: убираем padding-inline, используем max-width и margin-inline */
  .hero-text {
    padding-inline: 0;
    max-width: 800px;
    margin-inline: auto;
  }

  .hero .slider-btn {
    display: grid;
    position: absolute;
    z-index: 1;
    color: var(--gold-crayola);
    font-size: 2.4rem;
    border: 1px solid var(--gold-crayola);
    width: 45px;
    height: 45px;
    place-items: center;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition-1);
  }

  .hero .slider-btn ion-icon {
    transform: rotate(-45deg);
  }

  .hero .slider-btn.prev {
    left: 30px;
  }

  .hero .slider-btn.next {
    right: 30px;
  }

  .hero .slider-btn:is(:hover, :focus-visible) {
    background-color: var(--gold-crayola);
    color: var(--black);
  }

  .about {
    padding-block: 150px 30px;
    margin-top: auto;
  }

  .kitchen {
    padding-block: 110px 30px;
    margin-top: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: 550px;
    padding-block: 50px 50px;
  }

  .about iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kitchen iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .special-dish-content {
    padding-inline: 50px 25px;
    padding-block: 170px 100px;
  }

  /**
   * GALLERY
   */

  .gallery {
    padding-block: 20px 20px
  }

  .gallery-list {
    grid-template-columns: repeat(3, 351.725px);
    gap: 20px;
    justify-content: center;
  }

  .gallery-item {
    width: 351.725px;
    height: 302.650px;
  }

  .gallery-item:nth-child(3) {
    height: calc(302.650px * 2 + 20px);
    /* 2 строки + gap между ними */
  }

  .gallery-image {
    border-radius: var(--radius-24);
  }

  /*
  !**
   * RESERVATION
   *!

  .reservation .input-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .reservation .input-wrapper:nth-child(4) {
    grid-template-columns: repeat(3, 1fr);
  }*/



  /**
   * FOOTER
   */

  .footer-brand {
    grid-column: 1 / 3;
  }

}





/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * spacing
     */

    --section-space: 100px;

  }



  /**
   * REUSED STYLE
   */

  .menu.container {
    max-width: unset;
  }

  menu .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu.grid-list li:last-child {
    grid-column: auto;
    width: 100%;
  }



  /**
   * TOPBAR
   */

  .topbar-item:not(.link) {
    display: flex;
  }

  .topbar .item-2 {
    margin-inline-end: auto;
  }





  /**
   * ABOUT
   */

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

  .about {
    padding-block: 100px 100px;
    margin-top: auto;
  }

  .kitchen {
    padding-block: 100px 30px;
    margin-top: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: 550px;
    padding-block: 50px 50px;
  }

  .about iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kitchen iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /**
   * SPECIAL DISH
   */

  /*.special-dish-content .container {
    grid-template-columns: 0.7fr 1fr;
    gap: 30px
  }*/

  .special-dish-content {
    padding-inline: 50px 25px;
    padding-block: 170px 100px;
  }

  /*  .special-dish-content .container { position: relative; }*/

  /* .special-dish .section-subtitle::after,*/
  /* .special-dish .btn { margin-inline: 0; }*/

  /*  .special-dish-content .wrapper { justify-content: center; }

  .special-dish .abs-img {
    position: absolute;
    top: 10px;
    left: -40px;
    animation: move 5s linear infinite;
  }*/



  /**
   * MENU
   */

  .menu .grid-list {
    position: relative;
    column-gap: 250px;
  }

  .menu .grid-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    /*border-inline-start: 1px solid var(--white-alpha-20);*/
  }



  /**
   * TESTIMONIALS
   */

  /*  .testi-text {
    max-width: 910px;
    margin-inline: auto;
  }*/
  /* testimonials */

  .testimonials-title {
    margin-bottom: 25px;
  }

  .testimonials-list {
    gap: 30px;
    margin: 0 -30px;
    padding: 30px;
    padding-bottom: 35px;
  }

  .content-card {
    padding: 30px;
    padding-top: 25px;
  }

  .testimonials-avatar-box {
    transform: translate(30px, -30px);
    border-radius: 20px;
  }

  .testimonials-avatar-box img {
    width: 80px;
  }

  .testimonials-item-title {
    margin-bottom: 10px;
    margin-left: 95px;
  }

  .testimonials-text {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  /* testimonials modal */

  .modal-container {
    padding: 20px;
  }

  .testimonials-modal {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    padding: 30px;
    border-radius: 20px;
  }

  .modal-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal-avatar-box {
    border-radius: 18px;
    margin-bottom: 0;
  }

  .modal-avatar-box img {
    width: 65px;
  }

  .modal-img-wrapper>img {
    display: block;
    flex-grow: 1;
    width: 35px;
  }

  /* testimonials modal */

  .testimonials-modal {
    gap: 35px;
    max-width: 680px;
  }

  .modal-avatar-box img {
    width: 80px;
  }

  /* testimonials */

  .testimonials-item {
    min-width: calc(50% - 15px);
  }

  /**
   * RESERVATION
   */

  /*  .reservation-form {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
  }*/



  /**
   * FOOTER
   */

  /*  .footer .grid-list {
    grid-template-columns: 0.45fr 1fr 0.45fr;
    align-items: center;
  }*/

  .footer-brand {
    grid-column: auto;
    order: 1;
    padding-block: 50px;
  }

  /*.footer-list:last-child { order: 2; }*/

}





/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fontSize-title-2: 2.5rem;

  }



  /**
   * REUSED STYLE
   */

  .container,
  :is(.menu) .container {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
  }



  /**
   * TOPBAR
   */

  .topbar .container {
    max-width: unset;
  }

  .topbar .separator {
    display: block;
  }



  /**
   * HEADER
   */

  .nav-open-btn,
  .navbar>*:not(.navbar-list),
  .header .overlay {
    display: none;
  }

  .header .container {
    max-width: unset;
  }

  .navbar,
  .navbar.active,
  .navbar-list {
    all: unset;
  }

  .navbar,
  .navbar.active {
    margin-inline: auto 20px;
  }

  .navbar-list {
    display: flex;
    gap: 30px;
  }

  .navbar-item {
    border-block-start: none;
  }

  .navbar .separator {
    display: none;
  }

  .navbar-link:is(:hover, :focus-visible, .active) .span {
    transform: unset;
  }

  .navbar-link {
    font-weight: var(--weight-bold);
    letter-spacing: var(--letterSpacing-1);
  }

  .navbar-link::after {
    display: block;
  }

  .navbar-link.active::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .header .btn {
    margin-inline-start: 0;
  }



  /**
   * HERO
   */

  .hero {
    height: 880px;
  }

  .hero-btn {
    bottom: 50px;
    right: 50px;
    transform: scale(1);
  }


  /**
   * ABOUT
   */

  .about {
    padding-block: 110px 100px;
    margin-top: auto;
  }

  .kitchen {
    padding-block: 110px 30px;
    margin-top: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: 550px;
    padding-block: 50px 50px;
  }

  .about iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kitchen iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /**
     * Catering
     */

  .catering {
    padding-block: 110px 100px;
    margin-top: auto;
  }


  /**
   * SPECIAL DISH
   */

  .special-dish-content {
    padding-block: 170px 100px;
  }

  /*
  .special-dish-content .container {
    grid-template-columns: 0.7fr 1fr;
    gap: 30px
  }*/



  /**
   * MENU
   */

  .menu .grid-list {
    gap: 150px;
  }


  .menu .section-text {
    margin-block-end: 75px;
  }



  /**
   * TESTIMONIALS
   */

  .form-left,
  .form-right {
    padding: 75px 60px;
  }




  /**
   * FEATURES
   */

  .features .grid-list {
    grid-template-columns: repeat(4, 1fr);
  }

}





/**
 * responsive for larger than 1400px screen
 */

@media (min-width: 1400px) {

  /**
   * HEADER
   */

  .navbar {
    margin-inline: auto;
  }



  /**
   * ABOUT
   */

  .about-content {
    padding-inline-end: 90px;
  }

  .about .shape {
    display: block;
    top: 46%;
    left: 0;
  }



  /**
   * SPECIAL DISH
   */

  /*  .special-dish {
    overflow: visible;
    position: relative;
  }*/

  /*  .special-dish .shape {
    display: block;
    right: 0;
    z-index: 1;
  }*/




  /**
   * FEATURES
   */

  .features {
    overflow: visible;
  }

  .features .shape {
    display: block;
  }

  .features .shape-1 {
    top: -100px;
    right: 0;
  }

  .features .shape-2 {
    bottom: 80px;
    left: 0;
  }

}