html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
    display: flex;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
  }
  
  a,
  button {
    cursor: pointer;
  }
  
  ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin: 0;
  }
  
  p {
    margin: 0;
  }
  
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  
  input:focus-visible {
    outline: none;
  }
  
  input,
  textarea {
    font: 16px/1.4 "Mulish", sans-serif;
    width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  html,
  body {
    scroll-behavior: smooth;
    min-width: 320px;
  }
html {
    background: #000;
    height: 100vh;
}

#video-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 1s ease;
  opacity: 1;
  visibility: visible;
}

#video-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
#video-loader.hidden2 {
  display: none;
}

#main-content {
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#main-content.visible {
  opacity: 1;
}

#video-loader video,
#video-loader img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#intro-gif{ display:none; }
  
body {
    font: 15px "Mulish", sans-serif;
    line-height: 1;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    overflow-x: hidden;
    position: relative;
    color: #fff;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;

}

.container {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

header {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  header {
    margin-bottom: 10px;
  }
}

.header {
    opacity: 0;
    transform: translateY(-30px); 
    transition: opacity 5s ease, transform 2s ease;
}
.subsection {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 10s ease, transform 5s ease; 
}

.header.visible {
  opacity: 1;
  transform: translateY(0);
}


.logo {
    max-width: 600px;
    margin-bottom: -30px;
    z-index: 1;
    position: relative;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

@media screen and (max-width: 1024px) {
  nav {
    display: none;
  }
}

.nav-link {
    display: block;
    width: 20%;
    transition: transform .3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 37px #e9be2e;
}

.swipe {
  box-shadow: 0 1px 37px #e9be2e;
  border-radius: 20px;
}

@media screen and (hover:hover) {
    .nav-link:hover {
        transform: scale(1.05);
    }
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.img-holder {
    position: relative;
    padding-bottom: 100%;
}

.nav-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-img {
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    transition: transform .3s ease;
}

@media screen and (hover:hover) {
    .swiper-button-next:hover, .swiper-button-prev:hover {
        transform: scale(1.5);
    }
}

iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    box-shadow: 0 1px 37px #e9be2e;
}

.section-1, .section-2, .section-3, .section-4, .section-5 {
    text-align: center;
}

.section-1 .subsection:last-child, .section-2 .subsection:last-child, .section-3 .subsection:last-child, .section-4 .subsection:last-child, .section-5 .subsection:last-child {
    border-bottom: 2px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.section-1 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-1.visible {
    opacity: 1;
    transform: translateY(0);
}

.subsection {
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}

.subsection.visible {
  opacity: 1;
  transform: translateY(0);
}

.arr-first {
    position: fixed;
    left: -15%;
    transform: rotate(177deg);
    width: 250px;
    top: -15%;
    z-index: 5;
}

.arr-last {
    position: fixed;
    right: -24%;
    bottom: 9%;
    width: 250px;
    transform: rotate(305deg);
    z-index: 5;
}

@media screen and (max-width: 1024px) {
    .arr-first, .arr-last {
        display: none;
    }
}

.sub-1.visible {
    transition-delay: 0s;
}
.sub-2.visible {
    transition-delay: 0.6s;
}
.sub-3.visible {
    transition-delay: 1.2s;
}
.sub-4.visible {
    transition-delay: 1.8s;
}
.sub-5.visible {
    transition-delay: 2.4s;
}

.subsection.visible {
    opacity: 1;
    transform: translateY(0);
}

.title {
    margin-bottom: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


.sub-2 {
    line-height: 1.4;
    position: relative;
    box-shadow: 0 42px 87px #ffffff14;
    background: transparent;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

/* .sub-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 90%;
  width: 70px;
  box-shadow: 1px 1px 223px 56px rgb(255 194 0 / 75%);
}

.sub-2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2%;
  width: 70px;
  box-shadow: 1px 1px 223px 56px rgb(255 194 0 / 75%);
} */

.sub-2 .main-text {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 0; 
}

@media screen and (max-width: 1024px) {
  .main-text h2 {
    font-size: 16px;
  }
  
}

.sub-2 .main-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, rgb(0 0 0 / 91%), rgb(255 253 253 / 0%));
  pointer-events: none;
  z-index: 1;
}

.sub-2.active .main-text {
  max-height: 100%;
}

.sub-2.active .main-text::after {
  background: none;
}

.nav-sticky {
    position: fixed;
    top: 10px;
    left: 10px;
    transition: opacity 0.3s ease;
    z-index: 11;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
  .nav-sticky {
    opacity: 1 !important;
  }
}


.nav-sticky a {
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
}

.swipe {
    overflow: hidden;
}

.menu-wrap {
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease, width .3s ease;
}

.menu-wrap.show {
    opacity: 1;
    height: auto;
    height: 100vh;
    width: 190px;
    overflow: auto;
    padding-bottom: 100px;
}

.menu-btn {
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px;
    background: #e9be2e;
    color: #000;
    cursor: pointer;
    transition: background .3s ease;
}

@media screen and (hover:hover) {
  .menu-btn:hover {
    background: #927000;
  }
}

.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}
.form-container h2 {
  color: #400057;
}
h2 {
    margin-top: 0;
}
input, textarea, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}
button {
    color: #fff;
    border: none;
    cursor: pointer;
}
button:hover {
    background-color: #45a049;
}
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#responseMessage {
  position: absolute;
  top: -56px;
  right: 0;
}

@media screen and (max-width: 700px) {
    .footer-wrap {
        flex-direction: column-reverse;
        gap: 20px;
    } 
}

.contacts {
    text-align: center;
}

.mail {
    color: #fff;
    margin-bottom: 10px;
    transition: color .3s ease;
    justify-content: center;
}

@media screen and (hover:hover) {
    .mail:hover {
        color: #4CAF50;
    }
}

.swiper-wrapper {
  height: 100% !important;
}

.lang-wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 11;
}

.to-order {
  /* position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999; */
  padding: 6px 10px;
  border-radius: 10px;
  background: #45a049;
  color: #fff;
  cursor: pointer;
  transition: transform .3s ease;
  text-decoration: none;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.to-order img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}

@media screen and (hover:hover) {
  .to-order:hover {
    transform: scale(1.2);
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown-toggle {
  padding: 10px;
  background: #e9be2e;
  color: #000;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  transition: background .3s ease;
}

@media screen and (hover:hover) {
  .dropdown-toggle:hover {
    background: #977400;
  }
}

.dropdown-toggle img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 99999;
}
.dropdown-menu.active {
  display: block;
}
.dropdown-item {
  padding: 10px 5px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
}
#currentCookie {
  margin-top: 20px;
  font-size: 16px;
}

.social-wrap {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-wrap a {
  width: 60px;
  height: 60px;
  overflow: hidden;
  transition: transform .3s ease;
}

@media screen and (hover:hover) {
  .social-wrap a:hover {
    transform: scale(1.1);
  }
}

.social-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-loader video {
  width: 100%;
}


.more-btn {
  margin-bottom: 50px;
  background: #ffc125;
  border-radius: 20px;
  padding: 10px;
  color: #000;
  cursor: pointer;
  transition: transform .3s ease;
  text-align: center;
}

@media screen and (hover:hover) {
  .more-btn:hover {
    transform: scale(1.03);
  }
}

.absolute-wrap {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 11;
  display: flex;
  gap: 10px;
}

.price span {
  font-size: 40px;
  color: #ffc125;
}

.social-wrap.second {
  justify-content: center;
  margin-top: 10px;
  gap: 20px;
}

.social-wrap.second a {
  width: 45px;
  height: 45px;
}

.price {
  font-size: 20px;
  color: #ffc125;
}

#orderForm button {
  background: #45a049;
  transition: background .3s ease;
}

@media screen and (hover:hover) {
  #orderForm button:hover {
    background: #1d4920;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: all !important;
}

.loaded {
  overflow: auto !important;
}