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

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  background: rgb(48, 44, 66);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

/* Buttons */

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  padding: 17px 38px;
  text-wrap: nowrap;
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    rgb(129, 118, 175),
    rgb(192, 183, 232) 100%
  );
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0%;
  cursor: pointer;
}

.mobile__button {
  width: 276px;
}

.button__alternative {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/* Logo */

.logo__wrapper {
  display: none;
}

.logo__mobile {
  max-width: max-content;
  display: inline-block;
  overflow: visible;
}

/* Hamburger Button */

.hamburger__button {
  display: flex;
  flex-direction: column;
  gap: 7.43px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 27.34px 0 6.55px;
  z-index: 1000;
}

.hamburger__button .hamburger__line {
  width: 33px;
  height: 3.71px;
  background: linear-gradient(
    90deg,
    rgb(192, 183, 232),
    rgb(129, 118, 175) 109.211%
  );
  border-radius: 40px;
  transition: 0.5s;
}

.hamburger__button.menu-open .hamburger__line {
  background: #fff;
}

.hamburger__button .hamburger__line__middle {
  width: 24px;
}

/* Mobile Menu */

.mobile__menu {
  position: fixed;
  top: 0;
  right: -70vw;
  width: 70vw;
  height: 100vh;
  z-index: 100;
  background: linear-gradient(
    90deg,
    rgb(129, 118, 175),
    rgb(192, 183, 232) 100%
  );
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
}

.mobile__menu.active {
  right: 0;
}

.mobile__menu ul {
  margin-top: 132px;
  padding-top: 26px;
  border-top: 2px solid #fff;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

.mobile__menu ul li {
  width: 100%;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding-bottom: 26px;
}

.mobile__menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.intro {
  padding: 25.66px 20px 0;
  width: 100vw;
  height: 100%;
  background: url(../images/hero-background.png) no-repeat;
  background-size: cover;
}

.intro .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro .menu .header__buttons,
.navbar {
  display: none;
}

/* Hero */

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 0;
}

.hero .hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero .hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero .hero__text .text {
  display: none;
}

.hero .hero__text .hero__text__gradient {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(45deg, rgb(192, 183, 232), rgb(129, 118, 175));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .hero__text .hero__text__white {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.hero .hero__text .first__line {
  margin: 30px 0 8px;
}

.hero__button {
  width: 292px;
  margin-top: 36px;
}

.hero__buttons .hero__arrow {
  display: none;
}

/* Slider */

.slider {
  position: relative;
  width: 100%;
  max-height: 100%;
}

.slides {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}

.displaySlide {
  opacity: 1;
  z-index: 1;
}

.slide.displaySlide {
  opacity: 1;
  z-index: 1;
  animation: slideIn 1s forwards;
}

.slide.slideOut {
  z-index: 2;
  animation: slideOut 1s forwards;
}

.slider__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slider__button__light {
  padding: 1px 2px;
  background: linear-gradient(
    267.78deg,
    rgb(192, 183, 232) -0.6%,
    rgb(129, 118, 175) 98.314%
  );
  border-radius: 50%;
  outline: 8px solid rgba(14, 14, 14, 0.32);
}

/* Slider Contact */

.slider__contact {
  padding: 53px 22px;
}

.slides__contact {
  height: 109px;
  border-radius: 90px;
}

.slide__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 53px 52px 59px;
  box-shadow: 0px 4px 4px 0px rgba(192, 183, 232, 0.01);
  background: radial-gradient(
    2899.08% 50.16% at 50% 54%,
    rgba(58, 52, 86, 0.95),
    rgb(33, 30, 46) 100%
  );
}

.slider__button__contact__prev {
  left: 7%;
}

.slider__button__contact__next {
  right: 7%;
}

.slider__button__contact img {
  width: 26px;
  height: 26px;
}

.slide__contact__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.slide__contact__text .text {
  display: inline-block;
  color: #fff;
  transition: transform 0.3s ease-out;
  transform-origin: left center;
}

.slide__contact__text .title {
  display: none;
}

/* Introduction */

.introduction {
  padding: 0 19px;
}

.introduction__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.introduction
  .introduction__section
  .introduction__title
  .subtitle
  .subtitle__image {
  display: none;
}

.introduction__text {
  display: none;
}

.introduction .about .about__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0 38px;
  width: 100%;
}

.introduction__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.introduction__button {
  margin: 34px 0 50px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .about__text .about__title {
  display: none;
}

.about .about__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .about__text .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}

/* Why Build */

.why__build {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px 56px;
}

.why__build__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
}

.why__build
  .why__build__pre__section
  .why__build__title
  .subtitle
  .subtitle__image {
  display: none;
}

.why__build .why__build__pre__section .why__build__text {
  display: none;
}

/* Why Build Slider */

.slider__why__build {
  display: block;
  width: 100%;
  height: 100%;
}

.slides__why__build {
  height: 511px;
  border-radius: 40px;
}

.slide__why__build {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 35px 36px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(67, 61, 96),
    rgb(33, 30, 46) 100%
  );
}

.slide__why__build img {
  border: 12px solid rgba(14, 14, 14, 0.32);
  border-radius: 50%;
}

.slider__button__why__build__prev {
  left: -6%;
}

.slider__button__why__build__next {
  right: -6%;
}

.slider__button__why__build img {
  width: 100%;
  height: 100%;
}

.slider__why__build .slider__button {
  padding: 1px 2px;
  top: 48%;
  background: linear-gradient(
    267.78deg,
    rgb(192, 183, 232) -0.6%,
    rgb(129, 118, 175) 98.314%
  );
  border-radius: 50%;
  outline: 8px solid rgba(14, 14, 14, 0.32);
}

.slider__why__build__title {
  position: relative;
  display: inline-block;
  margin: 24px 0 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.slider__why__build__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 1px;
  background: rgba(192, 183, 232, 0.33);
}

.why__build__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.why__build__button {
  width: 100%;
  margin-top: 35px;
}

.why__build__text {
  line-height: 19px;
  margin: 0 -15px;
}

/* Banner Technologies */

.banner__technologies {
  width: 100%;
  padding: 0 21px;
}

.banner__technologies__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: url(../images/banner-technologies.png) center center/cover
    no-repeat;
  padding: 50px 45px;
  border-radius: 60px;
  overflow: hidden;
  transform: translateZ(0);
}

.banner__technologies__text__1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-wrap: nowrap;
}

.banner__technologies__text__2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
}

.banner__technologies .banner__technologies__text .button__down {
  display: none;
}

/* Slider Brands */

.slider__brands {
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px 0;
}

.slides__brands {
  height: 218px;
}

.slide__brands {
  display: flex;
  justify-content: center;
}

.slide__brands .unreal__pc {
  display: none;
}

.slider__button__brands__prev {
  left: 4%;
}

.slider__button__brands__next {
  right: 4%;
}

.slider__brands .slider__button {
  top: 50%;
}

/* How We Build */

.how__we__build {
  width: 100%;
  padding: 0 72px;
}

.how__we__build__title {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 16px;
}

.how__we__build__title .title,
.how__we__build__title .subtitle {
  text-align: center;
}

.how__we__build
  .how__we__build__pre__section
  .how__we__build__title
  .subtitle
  .subtitle__image {
  display: none;
}

.how__we__build .how__we__build__pre__section .how__we__build__text {
  display: none;
}

.slider__how__we__build {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 37px;
}

.slides__how__we__build {
  height: 300px;
}

.slide__how__we__build {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 37px;
}

.slide__how__we__build .step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(160px, 10vw, 240px);
  aspect-ratio: 1 / 1;
  color: rgb(52, 48, 69);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    251.38deg,
    rgb(192, 183, 232) 12.874%,
    rgb(129, 118, 175) 89.331%
  );
  border-radius: 50%;
  outline: 18px solid rgba(14, 14, 14, 0.32);
  padding: 40px;
  margin-top: 18px;
}

.slide__how__we__build .step__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

.slide__how__we__build .step__title .step__title__image {
  display: none;
}

.slider__button__how__we__build__prev {
  left: -24%;
}

.slider__button__how__we__build__next {
  right: -24%;
}

.slider__how__we__build .slider__button {
  top: 94%;
}

/* Join Hydra */

.join__hydra {
  padding: 80px 24px 10px;
}

.form__join {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 21px 65px;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(64, 58, 95),
    rgb(33, 30, 46) 100%
  );
}

.form__join .fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.form__join .form__subtitle {
  text-align: center;
  margin: 40px 0 36px;
}

.form__join .fields input,
.form__join .fields .tell__us {
  width: 100%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 40px;
  padding: 18px 29px;
}

.form__join .fields .tell__us {
  min-height: 218px;
  color: rgb(255, 255, 255);
  white-space: pre-wrap;
  word-wrap: break-word;
}

.form__join input,
.form__join textarea {
  color: rgb(255, 255, 255);
}

.form__join .fields input:focus,
.form__join .fields textarea:focus {
  border-color: rgb(192, 183, 232);
  box-shadow: rgba(194, 62, 138, 0.2) 0px 7px 29px 0px;
  outline: none;
}

.form__join input::placeholder,
.form__join textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__join .submit__button {
  padding: 15px 84px;
  width: 100%;
  margin-top: 52px;
  color: rgb(52, 48, 69);
}

textarea {
  resize: none;
}

/* Footer */

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 49px 89px;
}

.footer__logo__wrapper {
  position: relative;
  width: 100vw;
  height: 268px;
  overflow: hidden;
}

.footer__logo__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/images/footer-logo-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.footer__logo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.footer .footer__main .footer__links {
  display: none;
}

.footer .footer__main .footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 49px;
}

.footer .footer__main .footer__social .footer__social__title {
  margin: 29px 0 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.footer .footer__main .footer__social .footer__social__icons {
  display: flex;
  justify-content: inherit;
  flex-wrap: nowrap;
  gap: 16px;
}

.footer .footer__main .footer__social .footer__social__icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgb(192, 183, 232);
  text-decoration: none;
}

.footer .footer__main .footer__social .footer__social__icons a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.78);
}

.footer .footer__main .footer__social .footer__button {
  margin: 47px 0 99px;
  width: 100%;
}

.footer .footer__credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer .footer__credits__line {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 2px;
  text-align: center;
}

@media (min-width: 480px) {
  .hero .hero__text .hero__text__gradient {
    font-size: 48px;
  }

  .hero .hero__text .hero__text__white {
    font-size: 42px;
  }

  .introduction__text {
    font-size: 16px;
    line-height: 22px;
  }

  .slider__button__how__we__build__prev {
    left: -9%;
  }

  .slider__button__how__we__build__next {
    right: -9%;
  }

  .slider__button__why__build__prev {
    left: -3%;
  }

  .slider__button__why__build__next {
    right: -3%;
  }

  .slide__how__we__build .step__title {
    padding: 0 10px;
  }

  .footer__logo__wrapper {
    height: 426px;
  }

  .footer__logo {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .logo__wrapper {
    max-width: max-content;
    display: inline-block;
    position: relative;
    overflow: visible;
    cursor: pointer;
  }

  .logo {
    display: block;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 2;
  }

  .logo__wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 70%;
    background: radial-gradient(ellipse at center, #c23e8a 0%, #6d7dc8 100%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(30px);
    z-index: 1;
    transition: opacity 0.4s ease;
    animation: none;
  }

  .logo__wrapper:hover .logo {
    transform: scale(1.05);
  }

  .logo__wrapper:hover::before {
    opacity: 1;
    animation: glowPulse 2s infinite ease-in-out;
  }

  .logo__mobile,
  .hamburger__button {
    display: none;
  }
  .intro {
    padding: 48px 54px;
    background: url(../images/hero-background-pc.png) no-repeat;
    background-size: cover;
  }

  .intro .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    display: block;
  }

  .intro .menu .navbar ul {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
  }

  .intro .menu .navbar ul li {
    transition: 0.5s;
  }

  .intro .menu .navbar .nav__buttons {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    transition: 0.5s;
  }

  .intro .menu .navbar:hover .nav__buttons {
    transform: scale(1.5);
    opacity: 0.2;
    filter: blur(1px);
  }

  .intro .menu .navbar .nav__buttons:hover {
    transform: scale(2);
    opacity: 1;
    filter: blur(0);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
  }

  .intro .menu .navbar .nav__buttons:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 160%;
    background: rgb(129, 118, 175);
    transition: 0.5s;
    transform-origin: right;
    transform: translate(-50%, -50%) scaleX(0);
    z-index: -1;
    border-radius: 40px;
  }

  .intro .menu .navbar .nav__buttons:hover:before {
    transition: transform 0.5s;
    transform-origin: left;
    transform: translate(-50%, -50%) scaleX(1);
  }

  .button.button__alternative {
    border: 2px solid #fff;
  }

  .button__alternative::before,
  .button__alternative::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: linear-gradient(
      90deg,
      rgb(129, 118, 175),
      rgb(192, 183, 232) 100%
    );
    z-index: -1;
    transition: all 0.4s ease-in;
  }

  .button__alternative:hover {
    color: #fff;
    transform: scale(1.07);
  }

  .button__alternative::before {
    opacity: 0.3;
  }

  .button__alternative::after {
    transition-delay: 0.3s;
  }

  .button__alternative:hover::before,
  .button__alternative:hover::after {
    top: 0;
  }

  .button {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-origin: border-box;
    transition: transform 0.3s, color 0.3s, border 0.3s;
  }

  .button::before,
  .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: linear-gradient(45deg, #c23e8a, #6d7dc8);
    z-index: -1;
    transition: all 0.3s ease-in;
  }

  .button:hover {
    color: #fff;
    border-color: #fff;
    transform: scale(1.07);
  }

  .button::before {
    opacity: 0.3;
  }

  .button::after {
    transition-delay: 0.2s;
  }

  .button:hover::before,
  .button:hover::after {
    top: 0;
  }

  .hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 42px;
    padding: 24px 0;
  }

  .hero .hero__text {
    display: flex;
    align-items: start;
  }

  .hero .hero__text .text {
    display: block;
  }

  .hero .hero__text .first__line {
    margin: 0;
  }

  .hero .hero__text .hero__text__gradient {
    font-size: 32px;
  }

  .hero .hero__text .hero__text__white {
    font-size: 24px;
  }

  .hero .hero__text .text {
    font-size: 12px;
    margin: 16px 0 26px;
  }

  .hero .hero__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .hero .hero__buttons .hero__button {
    width: 214px;
    margin: 0;
  }

  .hero .hero__buttons .hero__arrow {
    display: block;
  }

  .slider__contact {
    padding: 0 54px;
  }

  .slider__button__contact__prev {
    left: 9%;
  }

  .slider__button__contact__next {
    right: 9%;
  }

  .slide__contact__text .text {
    position: relative;
    width: fit-content;
  }

  .slide__contact__text .text::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: linear-gradient(45deg, #c23e8a, #6d7dc8);
    width: 0;
    transition: width 0.3s ease-out;
  }

  .slide__contact__text .text:hover::after {
    width: 100%;
  }

  .slide__contact__text .text:hover {
    transform: scaleX(1.05);
  }

  .introduction {
    padding: 45px 54px 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
  }

  .introduction .introduction__section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .introduction .introduction__title {
    gap: 4px;
    flex: 1;
    max-width: 50%;
    align-items: start;
  }

  .introduction .introduction__title .subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
  }

  .introduction
    .introduction__section
    .introduction__title
    .subtitle
    .subtitle__image {
    display: block;
  }

  .subtitle .subtitle__image {
    width: 100%;
    min-width: 130px;
    max-width: 200px;
    height: auto;
    flex-shrink: 1;
    padding-right: 18px;
  }

  .introduction .introduction__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    flex: 1;
    max-width: 50%;
  }

  .about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    background: url(../images/about-background.png) no-repeat;
    background-size: contain;
  }

  .introduction .about .about__image {
    flex: 1;
    padding: 0;
    justify-content: flex-start;
  }

  .about .about__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    max-width: 50%;
  }

  .about .about__text .about__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .about .about__text .text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin: 14px 0;
  }

  .introduction__button {
    width: 214px;
    margin: 0;
  }

  .why__build {
    padding: 0 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
  }

  .why__build .why__build__pre__section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .why__build .why__build__pre__section .why__build__title {
    gap: 4px;
    flex: 1;
    max-width: 50%;
    align-items: start;
  }

  .why__build .why__build__pre__section .why__build__title .subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
  }

  .why__build
    .why__build__pre__section
    .why__build__title
    .subtitle
    .subtitle__image {
    display: block;
  }

  .why__build .why__build__pre__section .why__build__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    flex: 1;
    max-width: 50%;
    text-align: start;
  }

  .slides__why__build {
    height: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
  }

  .slide__why__build {
    position: relative;
    opacity: 1 !important;
    z-index: auto;
    overflow: hidden;
    border-radius: 40px;
    flex: 1 1 45%;
    min-width: 310px;
    padding: 23px 45px 40px;
    border: 3px solid transparent;
    transition: all 0.5s ease;
  }

  .slide__why__build:hover {
    transform: scale(1.02);
    box-shadow: rgba(194, 62, 138, 0.3) 0px 7px 29px 0px;
    border: solid 3px rgb(255, 255, 255, 0.7);
    transition: all 0.5s ease;
  }

  .slide__why__build:hover .button {
    background: rgb(48, 44, 66, 0.8);
    border-color: #fff;
    color: #fff;
    text-shadow: none;
  }

  .slide__why__build::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgb(129, 118, 175),
      rgb(192, 183, 232) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
  }

  .slide__why__build:hover::before {
    opacity: 0.4;
  }

  .slide__why__build > * {
    position: relative;
    z-index: 1;
  }

  .slider__button__why__build__prev,
  .slider__button__why__build__next {
    display: none;
  }

  .slide__why__build .slide {
    position: static;
    animation: none !important;
    transition: none !important;
  }

  .why__build__button {
    width: 155px;
    transition: 0.5s;
  }

  .banner__technologies {
    padding: 54px;
    background: url(../images/why-build-background.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .banner__technologies__text {
    position: relative;
    overflow: visible;
    border-radius: 90px;
    background: url(../images/banner-technologies-pc.png) center center / cover
      no-repeat;
  }

  .banner__technologies__text .banner__technologies__text__1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .banner__technologies__text .banner__technologies__text__2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .banner__technologies .banner__technologies__text .button__down {
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 13px 17px;
    border: none;
    outline: 10px solid rgba(14, 14, 14, 0.32);
  }

  .slider__brands {
    padding: 0 54px;
    overflow: hidden;
    position: relative;
  }

  .slider__brands:before,
  .slider__brands:after {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .slider__brands:before {
    left: 0;
    background: linear-gradient(
      to left,
      rgba(48, 44, 66, 0.1),
      rgba(48, 44, 66, 1)
    );
  }

  .slider__brands:after {
    right: 0;
    background: linear-gradient(
      to right,
      rgba(48, 44, 66, 0.1),
      rgba(48, 44, 66, 1)
    );
  }

  .slides__brands {
    display: flex;
    width: max-content;
    position: relative;
    animation: slide 26s linear infinite;
  }

  .slide__brands {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 70px;
    position: static;
    opacity: 1 !important;
    z-index: auto;
  }

  .slide__brands .unreal__pc {
    display: block;
  }

  .slide__brands .unreal__mobile {
    display: none;
  }

  .slider__button__brands__prev,
  .slider__button__brands__next {
    display: none;
  }

  .how__we__build {
    padding: 28px 54px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
  }

  .how__we__build .how__we__build__pre__section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .how__we__build .how__we__build__pre__section .how__we__build__title {
    gap: 4px;
    flex: 1;
    max-width: 50%;
    align-items: start;
  }

  .how__we__build
    .how__we__build__pre__section
    .how__we__build__title
    .subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
  }

  .how__we__build
    .how__we__build__pre__section
    .how__we__build__title
    .subtitle
    .subtitle__image {
    display: block;
    min-width: 84px;
  }

  .how__we__build .how__we__build__pre__section .how__we__build__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    flex: 1;
    max-width: 50%;
    text-align: start;
  }

  .slider__how__we__build {
    position: relative;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    z-index: 0;
  }

  .slider__how__we__build::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/how-we-build-background.png") no-repeat center
      top;
    top: 12%;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
  }

  .slides__how__we__build {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    overflow: visible;
  }

  .slide__how__we__build {
    position: static;
    opacity: 1 !important;
    z-index: auto;
  }

  .slide__how__we__build .step__number {
    width: clamp(110px, 10vw, 200px);
    font-size: 32px;
    font-weight: 600;
    animation: wiggleBubble 5s infinite ease-in-out;
  }

  .slide__how__we__build:nth-child(2) .step__number {
    animation-delay: 1s;
  }
  .slide__how__we__build:nth-child(3) .step__number {
    animation-delay: 2s;
  }
  .slide__how__we__build:nth-child(4) .step__number {
    animation-delay: 3s;
  }

  .slider__button__how__we__build__prev,
  .slider__button__how__we__build__next {
    display: none;
  }

  .slide__how__we__build .slide {
    position: static;
    animation: none !important;
    transition: none !important;
  }

  .join__hydra {
    padding: 45px 54px 0;
  }

  .join__hydra .form__join {
    padding: 45px 32px 52px;
  }

  .join__hydra .form__join .form__title {
    position: relative;
  }

  .join__hydra .form__join .form__title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 170%;
    height: 1px;
    background: linear-gradient(
      to right,
      rgb(52, 48, 69),
      rgb(192, 183, 232),
      rgb(129, 118, 175),
      rgb(52, 48, 69)
    );
  }

  .join__hydra .form__join .form__subtitle br {
    display: none;
  }

  .form__join .fields {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 22px;
    column-gap: 8px;
  }

  .form__join .fields input {
    width: calc(50% - 4px);
  }

  .form__join .fields input:nth-child(5),
  .form__join .fields textarea {
    width: 100%;
  }

  .form__join .submit__button {
    width: 214px;
  }

  /* Footer */

  .footer {
    align-items: normal;
    padding: 0 54px;
  }

  .footer .footer__main {
    padding: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    z-index: 0;
  }

  .footer__main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/footer-background.png") no-repeat center top;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    background-position: center -50px;
  }

  .footer .footer__main::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 98px);
    bottom: 22px;
    height: 1px;
    background: linear-gradient(
      to right,
      rgb(52, 48, 69),
      rgb(192, 183, 232),
      rgb(129, 118, 175),
      rgb(52, 48, 69)
    );
  }

  .footer__logo {
    position: static;
    padding: 0;
    height: 100%;
  }

  .footer__logo__background {
    display: none;
  }

  .footer__logo__wrapper {
    height: auto;
    width: auto;
    position: static;
  }

  .footer .footer__main .footer__social {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
  }

  .footer .footer__main .footer__social .footer__social__title {
    font-weight: 600;
    margin: 0;
  }

  .footer .footer__main .footer__social .footer__social__icons a,
  .footer .footer__main .footer__social .footer__social__icons a i {
    will-change: transform;
    transition: all 0.5s ease;
  }

  .footer .footer__main .footer__social .footer__social__icons a:hover {
    transform: scale(1.2);
    background: linear-gradient(45deg, #c23e8a, #6d7dc8);
    box-shadow: rgba(194, 62, 138, 0.7) 0px 7px 29px 0px;
  }

  .footer .footer__main .footer__social .footer__social__icons a i {
    transition: transform 0.5s, color 0.5s;
  }

  .footer .footer__main .footer__social .footer__social__icons a:hover i {
    transform: scale(1.23);
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-facebook {
    color: #4267b2;
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-twitter {
    color: #1da1f2;
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-linkedin {
    color: #0a66c2;
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-youtube {
    color: #ff0000;
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-instagram {
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .footer
    .footer__main
    .footer__social
    .footer__social__icons
    a:hover
    i.fa-pinterest {
    color: #e60023;
  }

  .footer .footer__button {
    margin: 0;
    width: 214px;
  }

  .footer .footer__main .footer__social .footer__button {
    margin: 47px 0 0;
  }

  .footer .footer__credits {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 0 44px;
  }

  .footer .footer__credits .middle__line::before {
    content: "- ";
  }

  .footer .footer__credits .middle__line::after {
    content: "  -";
  }
}

@media (min-width: 1024px) {
  .intro {
    padding: 50px 64px;
  }

  .intro .menu .header__buttons {
    display: flex;
    justify-content: space-between;
    gap: 38px;
  }

  .intro .menu .header__buttons .join__button {
    display: none;
  }

  .intro .menu .navbar ul {
    gap: 41px;
  }

  .slider__contact {
    padding: 0 64px;
  }

  .slides__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    height: auto;
    border-radius: 90px;
    box-shadow: 0px 4px 4px 0px rgba(192, 183, 232, 0.01);
    background: radial-gradient(
      2901% 50.16% at 50% 54%,
      rgba(58, 52, 86, 0.95),
      rgb(33, 30, 46) 100%
    );
    padding: 0 54px;
  }

  .slide__contact {
    position: static;
    opacity: 1 !important;
    z-index: auto;
    background: none;
    box-shadow: none;
    padding: 38px 0;
    gap: 14px;
  }

  .slide__contact__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .slide__contact__text .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    white-space: nowrap;
  }

  .slide__contact__text .text {
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
  }

  .slides__contact .slide__contact__middle {
    position: relative;
  }

  .slides__contact .slide__contact__middle::before {
    content: "";
    position: absolute;
    transform: translateY(20%);
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    height: 70%;
    background: rgba(192, 183, 232, 0.33);
  }

  .slides__contact .slide__contact__middle::after {
    content: "";
    position: absolute;
    transform: translateY(20%);
    top: 0;
    bottom: 0;
    right: 10px;
    width: 1px;
    height: 70%;
    background: rgba(192, 183, 232, 0.33);
  }

  .slider__button__contact__prev,
  .slider__button__contact__next {
    display: none;
  }

  .slide__contact .slide {
    position: static;
    animation: none !important;
    transition: none !important;
  }

  .introduction {
    padding: 68px 64px 52px;
  }

  .introduction__button {
    margin-top: 12px;
  }

  .why__build {
    padding: 0 64px;
  }

  .why__build__title {
    padding-bottom: 0;
  }

  .slider__why__build {
    padding: 0;
  }

  .slides__why__build {
    flex-wrap: nowrap;
  }

  .slide__why__build {
    flex: 1 1 0;
    min-width: 0;
  }

  .why__build__button {
    font-size: 12px;
    line-height: 15px;
  }

  .slider__why__build__title {
    white-space: nowrap;
  }

  .banner__technologies {
    padding: 68px 64px;
  }

  .banner__technologies .banner__technologies__text {
    padding: 62px 45px;
  }

  .slider__brands {
    padding: 0 64px;
  }

  .slides__brands {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }

  .how__we__build {
    padding: 68px 64px;
    gap: 68px;
  }

  .slide__how__we__build .step__title .step__title__image {
    margin-right: 16px;
    height: 22px;
  }

  .join__hydra {
    padding: 0 64px;
  }

  .footer {
    padding: 0 64px 22px;
  }

  .footer .footer__main {
    padding: 76px 64px;
    justify-content: space-between;
  }

  .footer .footer__main .footer__links {
    display: block;
  }

  .footer__link {
    position: relative;
    color: white;
    background: linear-gradient(45deg, #c23e8a, #6d7dc8, white, white);
    background-size: 300% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease;
    padding-bottom: 4px;
  }

  .footer__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(45deg, #c23e8a, #6d7dc8);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
  }

  .footer__link:hover {
    background-position: 0 0;
  }

  .footer__link:hover::after {
    transform: scaleX(1);
  }

  .footer .footer__main .footer__links .footer__links__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .footer .footer__credits {
    padding: 22px 44px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }

  h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
  }

  .intro {
    padding: 50px 84px 0;
  }

  .intro .menu .navbar ul {
    margin-left: 65px;
  }

  .intro .menu .header__buttons .join__button {
    display: block;
  }

  .button {
    font-size: 12px;
    line-height: 15px;
  }

  .hero {
    padding: 98px 0 88px;
    gap: 150px;
  }

  .hero .hero__text {
    flex: 1;
    gap: 0;
    padding-bottom: 20px;
  }

  .hero .hero__text .first__line {
    margin: 0 0 4px;
  }

  .hero .hero__text .hero__text__gradient {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .hero .hero__text .hero__text__white {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
  }

  .hero .hero__text .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 36px 0 66px;
  }

  .slider__contact {
    padding: 0 84px;
  }

  .slide__contact {
    padding: 51px 0;
  }

  .slide__contact .slide__contact__text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .slide__contact .slide__contact__text .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .introduction {
    padding: 90px 84px 107px;
    gap: 98px;
  }

  .introduction .introduction__section {
    gap: 24px;
  }

  .introduction .introduction__title {
    gap: 13px;
    max-width: 47%;
  }

  .introduction .introduction__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 53%;
  }

  .subtitle .subtitle__image {
    padding: 0;
  }

  .about {
    background-size: 115%;
    background-position-y: 17%;
    background-position-x: 49%;
  }

  .introduction .about .about__image img {
    width: 84%;
  }

  .about .about__text {
    gap: 25px;
  }

  .about .about__text .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .introduction__button {
    margin-top: -14px;
  }

  .why__build {
    padding: 0 84px;
    gap: 102px;
  }

  .why__build .why__build__pre__section {
    padding-left: 6px;
    gap: 21px;
  }

  .why__build .why__build__pre__section .why__build__title {
    gap: 15px;
    max-width: 47%;
  }

  .why__build .why__build__pre__section .why__build__title .subtitle {
    gap: 18px;
  }

  .why__build .why__build__pre__section .why__build__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 53%;
  }

  .banner__technologies {
    padding: 114px 84px 85px;
  }

  .banner__technologies .banner__technologies__text {
    padding: 108px 96px 96px;
    gap: 11px;
    border-radius: 160px;
  }

  .banner__technologies__text .banner__technologies__text__1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }

  .banner__technologies__text .banner__technologies__text__2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
  }

  .banner__technologies .button__down {
    width: 60px;
    height: 60px;
    bottom: -30px;
    padding: 25px 17px 22px;
  }

  .slide__brands {
    padding: 0 84px;
  }

  .slide__brands {
    padding: 0;
  }

  .how__we__build {
    padding: 109px 86px;
    gap: 114px;
  }

  .how__we__build .how__we__build__pre__section {
    gap: 22px;
  }

  .how__we__build .how__we__build__pre__section .how__we__build__title {
    gap: 15px;
    max-width: 47%;
  }

  .how__we__build
    .how__we__build__pre__section
    .how__we__build__title
    .subtitle {
    gap: 18px;
  }

  .how__we__build .how__we__build__pre__section .how__we__build__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    max-width: 53%;
  }

  .slider__how__we__build {
    padding: 0 78px;
  }

  .slider__how__we__build::before {
    top: 0%;
  }

  .slide__how__we__build {
    gap: 52px;
  }

  .slide__how__we__build .step__number {
    font-size: 64px;
    font-weight: 700;
    line-height: 78px;
    width: auto;
  }

  .slide__how__we__build .step__title .step__title__text {
    line-height: 32px;
  }

  .slide__how__we__build .step__title .step__title__image {
    display: inline-block;
  }

  .join__hydra {
    padding: 0 84px;
  }

  .join__hydra .form__join {
    padding: 90px 108px 84px;
    border-radius: 100px;
  }

  .join__hydra .form__join .form__title::after {
    bottom: -30px;
  }

  .form__join .form__subtitle {
    margin: 52px 0 64px;
  }

  .form__join .fields {
    row-gap: 35px;
  }

  .form__join .fields input {
    padding: 26px 42px;
  }

  .form__join .fields .tell__us {
    min-height: 210px;
  }

  .form__join .submit__button {
    margin-top: 48px;
  }

  .footer {
    padding: 0 64px 22px;
  }

  .footer .footer__main {
    padding: 127px 84px;
    align-items: flex-start;
  }

  .footer .footer__main::after {
    bottom: 50px;
  }

  .footer .footer__main::before {
    background-size: contain;
    background-position: center -44px;
  }

  .footer__logo {
    height: 100%;
  }

  .footer .footer__main .footer__links .footer__links__list {
    font-weight: 700;
    gap: 23px;
  }

  .footer .footer__main .footer__links__2 {
    transform: translateX(38px);
  }

  .footer .footer__main .footer__social {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    padding-right: 18px;
    gap: 4px;
  }

  .footer .footer__main .footer__social .footer__social__title {
    font-weight: 700;
  }

  .footer .footer__main .footer__social__icons {
    gap: 20px;
    margin-top: 35px;
  }

  .footer .footer__main .footer__social .footer__button {
    width: 214px;
  }

  .footer .footer__credits {
    padding: 0;
  }

  .footer .footer__credits__line {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }
}

@media (min-width: 1600px) {
  h1,
  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .button {
    font-size: 15px;
    width: 206px;
    padding: 22px 50px;
  }

  .intro {
    padding: 50px 112px 0;
  }

  .intro .menu .navbar ul {
    gap: 55px;
    margin-left: 10px;
  }

  .intro .menu .navbar .nav__buttons {
    font-size: 16px;
  }

  .intro .menu .header__buttons {
    gap: 50px;
  }

  .hero .hero__text .hero__text__gradient {
    font-size: 61px;
    line-height: 68px;
  }

  .hero .hero__text .hero__text__white {
    font-size: 53px;
  }

  .hero .hero__text .text {
    font-size: 19px;
    line-height: 32px;
  }

  .hero .hero__image {
    width: 40%;
  }

  .slider__contact {
    padding: 0 112px;
  }

  .introduction {
    padding: 90px 112px 107px;
  }

  .introduction .introduction__text {
    font-size: 19px;
    line-height: 32px;
  }

  .introduction .about .about__image img {
    width: 76%;
  }

  .about .about__text .text {
    font-size: 19px;
    line-height: 32px;
  }

  .why__build {
    padding: 0 112px;
  }

  .why__build .why__build__pre__section .why__build__text {
    font-size: 19px;
    line-height: 32px;
  }

  .slide__why__build {
    padding: 30px 60px 53px;
  }

  .slides__why__build {
    gap: 28px;
  }

  .slider__why__build__title {
    font-size: 31px;
  }

  .why__build__text {
    font-size: 16px;
    line-height: 24px;
  }

  .banner__technologies {
    padding: 114px 112px 85px;
  }

  .banner__technologies__text .banner__technologies__text__1,
  .banner__technologies__text .banner__technologies__text__2 {
    font-size: 48px;
    line-height: 58px;
  }

  .banner__technologies .banner__technologies__text .button__down {
    width: 64px;
    height: 64px;
    bottom: -30px;
  }

  .how__we__build {
    padding: 109px 112px;
  }

  .how__we__build .how__we__build__pre__section .how__we__build__text {
    font-size: 19px;
    line-height: 32px;
  }

  .slider__how__we__build::before {
    top: -10%;
  }

  .slide__how__we__build .step__title {
    font-size: 32px;
    line-height: 42px;
  }

  .join__hydra {
    padding: 0 112px;
  }

  .form__join .fields input,
  .form__join .fields .tell__us {
    font-size: 19px;
    line-height: 32px;
  }

  .form__join .fields input {
    width: calc(50% - 12px);
  }

  .form__join .submit__button {
    padding: 20px 112px;
  }

  .footer {
    padding: 0 64px 42px;
  }

  .footer .footer__main {
    padding: 170px 112px;
  }

  .footer .footer__main .footer__links .footer__links__list {
    font-size: 19px;
  }

  .footer .footer__main .footer__social .footer__social__title {
    font-size: 19px;
  }

  .footer .footer__main .footer__social .footer__social__icons a {
    width: 45px;
    height: 45px;
  }

  .footer .footer__main .footer__social .footer__social__icons a i {
    font-size: 25px;
  }

  .footer .footer__credits__line {
    font-size: 19px;
    line-height: 32px;
  }
}

/* Fonts */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}

/* Animations */

@keyframes wiggleBubble {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(2px, -3px);
  }
  30% {
    transform: translate(-2px, 2px);
  }
  45% {
    transform: translate(1px, 3px);
  }
  60% {
    transform: translate(-3px, -2px);
  }
  75% {
    transform: translate(2px, 1px);
  }
  90% {
    transform: translate(-1px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;
  }
}
