/* Import Migra Fonts */
@font-face {
  font-family: "Migra";
  src: url("../fonts/Migra/Migra-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Migra";
  src: url("../fonts/Migra/Migra-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Import PPPlayground Fonts */
@font-face {
  font-family: "PP Playground";
  src: url("../fonts/PPPlayground/PPPlayground-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "PP Playground";
  src: url("../fonts/PPPlayground/PPPlayground-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PP Playground";
  src: url("../fonts/PPPlayground/PPPlayground-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/*Keyframes*/

@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: circle(0% at 50% 15px);
    clip-path: circle(0% at 50% 15px);
  }

  30% {
    opacity: 0.5;
    visibility: visible;
    -webkit-clip-path: circle(5% at 50% 50%);
    clip-path: circle(5% at 50% 50%);
  }
  50% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(25% at 50% 50%);
    clip-path: circle(25% at 50% 50%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: circle(0% at 50% 15px);
    clip-path: circle(0% at 50% 15px);
  }

  30% {
    opacity: 0.5;
    visibility: visible;
    -webkit-clip-path: circle(5% at 50% 50%);
    clip-path: circle(5% at 50% 50%);
  }
  50% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(25% at 50% 50%);
    clip-path: circle(25% at 50% 50%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}

@-webkit-keyframes fadeOutMenu {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }

  30% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(25% at 50% 50%);
    clip-path: circle(25% at 50% 50%);
  }

  50% {
    opacity: 0.5;
    visibility: visible;
    -webkit-clip-path: circle(5% at 50% 50%);
    clip-path: circle(5% at 50% 50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: circle(0% at 50% 15px);
    clip-path: circle(0% at 50% 15px);
  }
}
@keyframes fadeOutMenu {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }

  30% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: circle(25% at 50% 50%);
    clip-path: circle(25% at 50% 50%);
  }

  50% {
    opacity: 0.5;
    visibility: visible;
    -webkit-clip-path: circle(5% at 50% 50%);
    clip-path: circle(5% at 50% 50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: circle(0% at 50% 15px);
    clip-path: circle(0% at 50% 15px);
  }
}

@-webkit-keyframes noise {
  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0);
  }
}
@keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0);
  }
}

@-webkit-keyframes preloaderImg {
  0% {
    width: 148px;
    height: 161px;
  }

  50% {
    width: 214px;
    height: 439px;
  }

  90% {
    width: 214px;
    height: 439px;
  }

  100% {
    width: 248px;
    height: 323px;
  }
}

@keyframes preloaderImg {
  0% {
    width: 148px;
    height: 161px;
  }

  50% {
    width: 214px;
    height: 439px;
  }

  90% {
    width: 214px;
    height: 439px;
  }

  100% {
    width: 248px;
    height: 323px;
  }
}

@-webkit-keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -133;
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
}

@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -133;
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
}

/* Scaling System */

:root {
  --color-white: #ffffff;
  --color-warm-white: #faf2dd;
  --color-gold: #dfcfb3;
  --color-gold-dark: #9c907a;
  --color-green: #183728;
  --color-green-mid: #275d43;
  --color-green-light: #3f8d67;
  --color-tamarillo: #901b13;
  --color-brown: #352525;
  --color-black: #171819;
  --color-black-light: #232425;

  --gap: 2em;
  --section-padding: calc(3.5em + (var(--gap) * 2));
  --container-padding: 2em;
  --header-height: calc(1.5em + (var(--gap) * 2));
  --footer-height: calc(2.785em + (var(--gap) * 2));
  --mask-corner-cut-circle-6: radial-gradient(
      1rem at 1rem 1rem,
      transparent 99%,
      #000
    ) -1rem -1rem;
}
@media screen and (max-width: 991px) {
  :root {
    --container-padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-padding: 1em;
    --section-padding: calc(var(--gap) * 2);
  }
}
@media screen and (max-width: 479px) {
  :root {
  }
}
:root {
  --size-unit: 16;
  --size-container-ideal: 1440;
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(
    var(--size-container-min),
    100vw,
    var(--size-container-max)
  );
  --size-font: calc(
    var(--size-container) / (var(--size-container-ideal) / var(--size-unit))
  );
}
@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 991;
    --size-container-min: 578px;
    --size-container-max: 991px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 767;
    --size-container-min: 480px;
    --size-container-max: 767px;
  }
}
@media screen and (max-width: 479px) {
  :root {
    --size-container-ideal: 590;
    --size-container-min: 0px;
    --size-container-max: 479px;
  }
}

/*DEFAULT - style*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

svg {
  max-width: none;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

a {
  color: inherit;
}

body {
  font-size: var(--size-font);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--color-green-mid);
  font-family: "Migra";
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5em;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2em;
  line-height: 1.05;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4em;
  line-height: 1.1;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.9em;
  line-height: 1.15;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.2em;
  line-height: 1.2;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.575em;
  line-height: 1;
}

li,
p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: -0.035rem;
  font-size: 1.2em;
  line-height: 1.215;
}

p:not(:last-of-type) {
  margin-bottom: 1em;
}

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

strong {
  font-weight: 600;
}

.container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.container.is--full {
  max-width: 100%;
}

.container.is--medium {
  max-width: calc(var(--size-container) * 0.85);
}

.container.is--small {
  max-width: calc(var(--size-container) * 0.7);
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 2.9em;
  }

  h4 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  li,
  p {
    font-size: 1.3em;
    line-height: 1.215;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.visible-991 {
  display: none;
}

.main-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60vh;
}

@media only screen and (max-width: 1024px) {
  .main-navigation {
    min-height: 40vh;
  }
}

@media only screen and (max-width: 991px) {
  .visible-991 {
    display: block;
  }
  .hidden-991 {
    display: none;
  }

  .main-navigation {
    min-height: 55vh;
  }
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container-mid {
  margin: 0 auto;
  max-width: 1450px;
  width: 100%;
}

html :where(.wp-block) {
  max-width: 100%;
}

body {
  background-color: var(--color-warm-white);
}

/*HEADER - style*/

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  background: var(--color-warm-white);
  color: var(--color-white);
}

::selection {
  background: var(--color-green);
  color: var(--color-warm-white);
}

.site-header {
  padding: 1em 2em;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 8;
  opacity: 0;
}

.site-header.is--active {
  opacity: 1;
  -webkit-transition: all 0.6s ease-out 0.3s;
  -o-transition: all 0.6s ease-out 0.3s;
  transition: all 0.6s ease-out 0.3s;
}

.site-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-branding {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.site-branding img {
  max-width: 65px;
}

.dark-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site-header__link {
  width: 30%;
}

.site-header__link.last {
  text-align: right;
  position: relative;
}

.app-popup {
  position: absolute;
  right: 0;
  top: 3.5em;
  background-color: var(--color-tamarillo);
  -webkit-mask: var(--mask-corner-cut-circles-2);
  padding: 0em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  visibility: hidden;
}

.link-tamarillo {
  position: relative;
}

.link-active.app-popup {
  opacity: 1;
  visibility: visible;
  padding: 2.5em 3em;
}

.link-active.app-popup .m-btn {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.site-header__link a {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site-header__link a:hover,
.site-header__link a.is--active {
  color: var(--color-green-mid);
}

.site-header.black.white .site-header__link.last a,
.site-header__link.last a {
  text-decoration: underline;
  color: var(--color-tamarillo);
}

.site-header.black .site-header__link a {
  color: var(--color-black);
}

.site-header.black.white .site-header__link a,
.site-header.white .site-header__link a,
.site-header.white-h .site-header__link a {
  color: var(--color-warm-white);
}

.is--menu-active .site-header__link a {
  color: var(--color-green-mid) !important;
}

.is--menu-active .site-header__link a.link-tamarillo {
  color: var(--color-tamarillo) !important;
}

.white-logo.dark-logo {
  opacity: 1;
}

.site-header.white .site-header__link.last a {
  color: var(--color-tamarillo);
}

.site-header__menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: var(--color-warm-white);
  overflow: hidden;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: circle(0% at 50% 15px);
  clip-path: circle(0% at 50% 15px);
  z-index: 8;
}

.site-header__menu.is--active {
  -webkit-animation: fadeInMenu 1s linear forwards;
  animation: fadeInMenu 1s linear forwards;
}

.site-header__menu.is--closing {
  -webkit-animation: fadeOutMenu 1s linear forwards;
  animation: fadeOutMenu 1s linear forwards;
}

.main-navigation ul {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3em;
  margin-top: 2em;
}

.main-navigation ul li a {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Migra", sans-serif;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: var(--color-green-mid);
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover {
  color: var(--color-gold);
}

.site-header__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
}

.site-header__menu-img {
  margin-left: -5em;
  margin-bottom: -5em;
  max-width: 50vw;
}

.site-header__menu-img img {
  max-height: calc(100vh - 100px);
}

.is--menu-active .site-header__link a.m-btn {
  font-size: 1em;
  color: var(--color-warm-white) !important;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.app-popup .m-btn,
.link-active.app-popup .m-btn {
  color: var(--color-warm-white) !important;
}

.is--menu-active .site-header__link .app-popup a.m-btn {
  opacity: 1;
  font-size: 1.2em;
}

@media only screen and (max-width: 991px) {
  .site-header {
    padding: 13px 20px;
  }
  .site-header__menu-img img {
    max-height: 55vh;
  }

  /* .main-navigation ul li a {
    font-size: 5em;
  } */

  .site-header__menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header__menu-img {
    margin-left: 0;
  }

  .site-header__menu-wrap {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 150px;
  }

  .main-navigation ul {
    margin-top: 0;
  }

  .site-header__menu-img {
    position: absolute;
    right: -8%;
    bottom: 0;
    max-width: 100%;
  }

  .app-popup {
    position: fixed;
    right: 20px;
    top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .main-navigation ul li a {
    font-size: 4em;
  }
  .site-header__menu-img img {
    max-height: 50vh;
  }
}

@media only screen and (max-width: 575px) {
  .main-navigation ul li a {
    font-size: 3.5em;
  }

  .app-popup {
    position: fixed;
    right: 20px;
    top: 110px;
  }

  /*   .app-popup .m-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */
.app-popup {
    padding: 0 2.5em;
  }
  .link-active.app-popup {
    padding: 2.5em 2.5em;
  }
}

@media only screen and (max-width: 479px) {
  .main-navigation ul li a {
    font-size: 3em;
  }
}

a,
button {
  position: relative;
  z-index: 99;
}

/*Grain*/

.bricko-grain {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 9;
  pointer-events: none;
}
.bricko-grain:before {
  content: "";
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: 9999;
  position: absolute;
  background-image: url("../img/nose.webp");
  opacity: 0.15;
  pointer-events: none;
  -webkit-animation: noise 1s steps(2) infinite;
  animation: noise 1s steps(2) infinite;
}

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-green-light);
  font-weight: 700;
  line-height: 1;
  font-size: 1.315em;
  text-decoration: none;
}

.btn-app svg {
  margin-right: 6px;
}

.btn-app img {
  background-color: #275d43;
  border-radius: 0.5655042412818096em;
  padding: 8px;
  max-width: 4.052780395852969em;
  height: auto;
  margin-right: 10px;
}

.btn-app span {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .btn-app img {
    padding: 4px;
    max-width: 3.5em;
  }
}

.hidden-overflow {
  overflow: hidden;
}

#smooth-wrapper {
  height: 100vh !important;
  /* overflow: visible !important; */
}

/*Preloader*/

#film-audio,
#site-audio {
  display: none;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  background-color: var(--color-warm-white);
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.loader.is--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0.5s;
  -o-transition: all 0.4s ease-out 0.5s;
  transition: all 0.4s ease-out 0.5s;
}

.loader-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 100%;
}

.preloader__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.preloader__btn p {
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}

.btn-back-to,
.btn-experince {
  background-color: var(--color-tamarillo);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-warm-white);
  margin-bottom: 26px;
  display: inline-block;
  font-size: 2em;
  padding: 0.5em 3em;
  -webkit-mask: var(--mask-corner-cut-circles-01);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.btn-back-to {
  margin-bottom: 0;
  margin-top: 2em;
  padding: 0.5em 2em;
}

.btn-back-to:hover,
.btn-experince:hover {
  background-color: var(--color-green);
}

.preloader__wrap img {
  max-width: 8em;
}

.preloader-f {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  background-color: var(--color-warm-white);
  z-index: 8;
}

.preloader__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}

.loader-img img {
  width: 148px;
  height: 161px;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader--active .loader-img img {
  -webkit-animation: preloaderImg 3000ms ease-out 0s forwards;
  animation: preloaderImg 3000ms ease-out 0s forwards;
}

#hair-dryer-audio {
  display: none;
}

.loader-img {
  height: auto;
  padding: 0px 20px;
  text-align: center;
}

.loader-years {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

.loader-years h2 {
  font-family: "PP Playground", sans-serif;
  font-size: 236px;
  line-height: 0.4;
  font-weight: 500;
  color: var(--color-tamarillo);
  font-style: italic;
  margin-left: -5vw;
}



@media only screen and (max-width: 1440px) {
  .loader-years h2 {
    font-size: 206px;
  }
}

@media only screen and (max-width: 1280px) {
  .loader-years h2 {
    font-size: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-experince {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 490px) {
  .loader-years h2 {
    font-size: calc(56vw - 40px);
  }
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; /* or your desired alignment */
  align-items: baseline; /* ensure baseline alignment */
  font-feature-settings: "tnum"; /* tabular numbers for alignment */
}
#wave {
  stroke-dasharray: 0 16 101 16;
  -webkit-animation: moveTheWave 2400ms linear infinite;
  animation: moveTheWave 2400ms linear infinite;
}

.is--pause #wave {
  -webkit-animation: none;
  animation: none;
  stroke-dasharray: 0 0 0 0;
}

svg#music-wave {
  position: absolute;
  left: 50%;
  width: 30px;
  bottom: -25px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.is--menu-active #wave {
  stroke: var(--color-black) !important;
  -webkit-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s;
}

.white #wave,
.white-h #wave {
  stroke: var(--color-warm-white);
}

.swiper-pagination-bullet:nth-last-child(-n + 2) {
  display: none !important;
}
