﻿@font-face {
  font-family: "BebasNeueCyrillic";
  src: url("/fonts/newkids/BebasNeueCyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("/fonts/newkids/AABebasNeue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmbitionAndInk";
  src: url("/fonts/newkids/AmbitionAndInk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --bg-main: #2c0b50;
  --bg-secondary: #111129;
  --clr-pink: #C8A3E1;
  --clr-gold: #C1943D;
  --ff-main: "BebasNeueCyrillic", sans-serif;
  --ff-secondary: "BebasNeue", sans-serif;
  --ff-decorative: "AmbitionAndInk", sans-serif;
  --tear-size: calc(100vw * 214 / 1920);
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--bg-main);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--ff-main);
  overflow-x: hidden;
  padding-bottom: 80px;
}

.newkids-site-header {
  position: relative;
  width: 100%;
  z-index: 100;
  font-family: "Jura", sans-serif;
  background-color: #000;
}

.newkids-site-header .ticker-wrap {
  background-color: #191919;
  height: 2rem;
}

.newkids-site-header .ticker-wrap .ticker {
  height: 2rem;
  line-height: 2rem;
}

.newkids-site-header .ticker-wrap .ticker__item {
  font-size: 1rem;
}

.newkids-site-header .header {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.newkids-site-header .header__phone-break {
  display: none;
}

.newkids-site-header .header__btn--phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.newkids-site-header .header__phone-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.newkids-site-header .header__phone-location {
  display: inline;
}

.newkids-site-header .header_mob {
  display: none !important;
}

.hero {
  position: relative;
}

@media (min-width: 1200px) {
  .newkids-site-header .header__wrapper {
    grid-template-columns: 1fr 4fr;
  }

  .newkids-site-header .nav__mobile--wrapper {
    display: none !important;
  }

  .newkids-site-header .header__nav {
    display: flex !important;
  }
}

@media (max-width: 1199px) {
  .newkids-site-header {
    font-size: 50%;
  }

  .newkids-site-header .header__wrapper {
    position: relative;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
  }

  .newkids-site-header .header__logo {
    width: 160px;
  }

  .newkids-site-header .nav__mobile--wrapper {
    display: flex !important;
    position: absolute;
    top: 10px;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .newkids-site-header .nav__toggle {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
    flex: 0 0 auto;
    width: 28px;
    height: 22px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .newkids-site-header .nav__toggle span {
    display: block !important;
    width: 100%;
    height: 2px;
    background-color: #fff !important;
    opacity: 1 !important;
  }

  .newkids-site-header .nav__toggle:before {
    content: "×";
    color: #fff;
  }

  .newkids-site-header .header__nav {
    width: 100%;
    padding: 20px 0 28px;
    background-color: #000;
  }

  .newkids-site-header #menu-toggle-input:checked ~ .header__nav {
    display: block;
  }

  .newkids-site-header .header__navigation,
  .newkids-site-header #menu-toggle-input:checked ~ .header__nav .header__navigation {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .newkids-site-header #menu-toggle-input:checked ~ .header__nav .header__navigation .nav-item {
    margin: 0;
  }

  .newkids-site-header .header__navigation .nav-link {
    font-size: 24px;
    text-transform: uppercase;
  }

  .newkids-site-header .header__btn-container,
  .newkids-site-header #menu-toggle-input:checked ~ .header__nav .header__btn-container {
    display: flex;
    margin-top: 26px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .newkids-site-header .header__btn-container > *,
  .newkids-site-header #menu-toggle-input:checked ~ .header__nav .header__btn-container > * {
    width: auto;
    margin: 0;
  }

  .newkids-site-header .header__btn--phone {
    display: flex;
    font-size: 20px;
    gap: 16px;
    text-align: center;
  }

  .newkids-site-header #menu-toggle-input:checked ~ .header__nav .header__btn-container > .header__btn--phone {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .newkids-site-header .header__phone-row {
    gap: 4px;
  }

  .newkids-site-header .header__btn-container > .header__btn:not(.header__btn--phone) {
    min-width: 220px;
    padding: 16px 24px;
    font-size: 24px;
    text-align: center;
  }

}

@media (max-width: 600px) {
  .newkids-site-header .header__logo {
    width: 145px;
  }

  .newkids-site-header .header__wrapper {
    padding: 10px 0;
  }

  .newkids-site-header .nav__mobile--wrapper {
    width: 100%;
    max-width: 44px;
  }
}

.container {
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}

.tearing-section {
  background-color: var(--bg-secondary);
  position: relative;
  margin: calc(var(--tear-size) + 20px) 0;
  min-height: 300px;
  z-index: 3;
}
.tearing-section::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 2px));
  left: 0;
  width: 100%;
  background-image: url("/img/newkids/tear-top.png");
  background-size: 100%;
  background-position: top;
  aspect-ratio: 1920/214;
}
.tearing-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% - 2px));
  left: 0;
  width: 100%;
  background-image: url("/img/newkids/tear-bot.png");
  background-size: 100%;
  background-position: bottom;
  aspect-ratio: 1920/215;
}

.bubble-decorated {
  position: relative;
}

.bubble-deco {
  width: 158px;
  height: 158px;
  background-image: url("/img/newkids/bubble-deco.png");
  background-size: 100%;
  background-position: center;
  position: absolute;
  z-index: 1;
}

.hero__abs-left {
  position: absolute;
  width: 539px;
  height: 1646px;
  z-index: 0;
  background-image: url("/img/newkids/hero/c-left.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  aspect-ratio: 539/1646;
}
@media (max-width: 1200px) {
  .hero__abs-left {
    background-image: url("/img/newkids/hero/c-left-mob.jpg");
    width: 245px;
    height: 1557px;
    aspect-ratio: 245/1557;
  }
}
.hero__abs-right {
  position: absolute;
  z-index: 0;
  background-image: url("/img/newkids/hero/c-right.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  right: 0;
  top: 0;
  aspect-ratio: 539/1646;
  width: 539px;
  height: 1646px;
}
@media (max-width: 1200px) {
  .hero__abs-right {
    background-image: url("/img/newkids/hero/c-right-mob.jpg");
    width: 245px;
    height: 1557px;
    aspect-ratio: 245/1557;
  }
}
.hero__abs-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.hero__abs-top img {
  width: 100%;
  height: auto;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .hero__content {
    padding-top: 92px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    padding-top: 126px;
  }
}
@media (max-width: 580px) {
  .hero__content {
    padding-top: 90px;
  }
}
.hero__content::before {
  content: "";
  width: 130%;
  height: auto;
  aspect-ratio: 1484/1164;
  position: absolute;
  background-image: url("/img/newkids/hero/hero-glow-top.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  opacity: 1;
}
.hero__content::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  opacity: 0.76;
}
.hero h1 {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 8px;
  width: fit-content;
  font-family: var(--ff-secondary);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  rotate: -4deg;
  transform: skewX(-8deg);
  position: absolute;
  top: 180px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero h1 {
    gap: 2px;
    top: 108px;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    top: 86px;
  }
}
.hero h1 span {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 56%, #8D37BB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 span:first-of-type {
  font-size: 167px;
}
@media (max-width: 1200px) {
  .hero h1 span:first-of-type {
    font-size: 66px;
  }
}
@media (max-width: 440px) {
  .hero h1 span:first-of-type {
    font-size: 52px;
  }
}
.hero h1 span:last-of-type {
  font-size: 75px;
  letter-spacing: 1.9px;
}
@media (max-width: 1200px) {
  .hero h1 span:last-of-type {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .hero h1 span:last-of-type {
    font-size: 22px;
  }
}
.hero__main-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__main-image img {
  width: 100%;
  height: auto;
  margin-left: -52px;
}
@media (max-width: 768px) {
  .hero__main-image img {
    scale: 1.3;
  }
}
@media (max-width: 580px) {
  .hero__main-image img {
    scale: 1;
    margin-left: 0;
    margin-bottom: 28px;
  }
}
.hero__slogan {
  font-family: var(--ff-decorative);
  font-size: 75px;
  letter-spacing: 3.75px;
  rotate: -1deg;
  transform: translateY(-130px);
}
@media (max-width: 1200px) {
  .hero__slogan {
    max-width: 475px;
    transform: translateY(-9.5vw);
    line-height: 0.8;
    text-align: center;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .hero__slogan {
    transform: translateY(-4.5vw);
  }
}
@media (max-width: 580px) {
  .hero__slogan {
    transform: none;
    margin: 24px 0;
  }
}
.hero__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .hero__buttons {
    flex-direction: column;
    gap: 48px;
    margin-top: -48px;
  }
}
@media (max-width: 768px) {
  .hero__buttons {
    margin-top: 16px;
  }
}
.hero__buttons-item a {
  display: block;
  position: relative;
}
.hero__buttons-item a::after {
  content: "";
  width: 124%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  transform-origin: center;
  background: radial-gradient(circle, rgba(213, 99, 248, 0.6) 0%, transparent 70%);
}
.hero__buttons-item a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.hero__buttons-item img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.hero__buttons-caption {
  margin-top: 14px;
  color: #f0d8ff;
  font-family: var(--ff-main);
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}
@media (max-width: 768px) {
  .hero__buttons-caption {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 1200px) {
  .hero__buttons-item--consultation {
    order: 1;
  }
}

.bday {
  padding: 50px 0;
}
.bday__banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bday__banner-box {
  position: relative;
  padding: 38px 98px;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 560px) {
  .bday__banner-box {
    padding: 38px 75px;
  }
}
.bday__banner-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 7px;
  background: linear-gradient(13deg, #FFF, rgb(171.18, 123, 247.74), #FFF);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bday__banner-box::before {
    border-radius: 64px;
    padding: 4px;
  }
}
.bday__banner-box::after {
  content: "";
  width: 975px;
  height: 975px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.46;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -26%);
}
@media (max-width: 1200px) {
  .bday__banner-box::after {
    width: 780px;
    height: 780px;
  }
}
@media (max-width: 768px) {
  .bday__banner-box::after {
    width: 680px;
    height: 680px;
  }
}
.bday__banner h2 {
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bday__banner-sup {
  font-size: 75px;
  background: linear-gradient(44deg, rgb(171.18, 123, 247.74) 10%, #fff 33%, rgb(171.18, 123, 247.74) 55%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .bday__banner-sup {
    font-size: 52px;
  }
}
@media (max-width: 560px) {
  .bday__banner-sup {
    font-size: 42px;
  }
}
.bday__banner-sub {
  font-size: 38px;
  letter-spacing: 14px;
}
@media (max-width: 768px) {
  .bday__banner-sub {
    font-size: 30px;
    letter-spacing: 8px;
  }
}
@media (max-width: 560px) {
  .bday__banner-sub {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
.bday__middle-heading {
  margin: 90px 0;
  text-align: center;
  font-size: 46px;
  letter-spacing: 1.15px;
}
.bday__instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}
.bday__instagram-icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.bday__instagram-arrow {
  width: 36px;
  height: 36px;
  margin-left: 9px;
}
@media (max-width: 480px) {
  .bday__instagram-link {
    font-size: 30px;
  }
  .bday__instagram-icon,
  .bday__instagram-arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .bday__middle-heading {
    font-size: 38px;
    margin: 70px 0;
    color: var(--clr-pink);
  }
}
@media (max-width: 560px) {
  .bday__middle-heading {
    font-size: 32px;
    margin: 56px 0;
  }
}
.bday__items {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 110px;
}
@media (max-width: 768px) {
  .bday__items {
    flex-direction: column;
    align-items: center;
  }
}
.bday__item {
  flex: 0 0 calc(33.3% - 75px);
  min-width: 307px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("/img/newkids/bubble-bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 40px;
}
@media (max-width: 768px) {
  .bday__item {
    max-width: 307px;
  }
}
.bday__item-accent {
  font-size: 68px;
}
.bday__item:nth-of-type(1) {
  background-image: url("/img/newkids/bday/bubble-bg-1.png");
}
.bday__item:nth-of-type(2) {
  background-image: url("/img/newkids/bday/bubble-bg-2.png");
}
.bday__item:nth-of-type(3) {
  background-image: url("/img/newkids/bday/bubble-bg-3.png");
}
@media (max-width: 768px) {
  .bday__item {
    font-size: 20px;
  }
}
.bday__purple-text {
  max-width: 700px;
  margin: 80px auto 40px;
  color: var(--clr-pink);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .bday__purple-text {
    padding: 0 36px;
  }
}
.bday__white-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .bday__white-text {
    padding: 0 36px;
  }
}
.bday--right .bday__item {
  background-image: url("/img/newkids/bday/bubble-bg-3.png") !important;
}
.bday .bubble-deco--1 {
  left: 6%;
  bottom: 35%;
  width: 79px;
  height: 79px;
}
@media (max-width: 1640px) {
  .bday .bubble-deco--1 {
    left: 6%;
    bottom: 81%;
  }
}
@media (max-width: 1172px) {
  .bday .bubble-deco--1 {
    bottom: 25%;
  }
}
@media (max-width: 768px) {
  .bday .bubble-deco--1 {
    width: 64px;
    height: 64px;
    bottom: 150vw;
    left: 4%;
  }
}
.bday .bubble-deco--2 {
  bottom: 0;
  right: 2%;
}
@media (max-width: 1640px) {
  .bday .bubble-deco--2 {
    bottom: 400px;
    right: 1%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1172px) {
  .bday .bubble-deco--2 {
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .bday .bubble-deco--2 {
    width: 79px;
    height: 79px;
    bottom: 66vw;
    right: 2%;
  }
}

.bday--right .bubble-deco--1 {
  top: calc(50% - 40px);
  left: -30px;
}
@media (max-width: 768px) {
  .bday--right .bubble-deco--1 {
    top: 90vw;
    left: 24px;
  }
}
@media (max-width: 520px) {
  .bday--right .bubble-deco--1 {
    top: 166vw;
  }
}
.bday--right .bubble-deco--2 {
  top: calc(var(--tear-size) - var(--tear-size) * 2 + 70px);
  right: -30px;
}
@media (max-width: 768px) {
  .bday--right .bubble-deco--2 {
    top: calc(var(--tear-size) - var(--tear-size) * 2);
  }
}
.bday--right .bubble-deco--3 {
  display: none;
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  .bday--right .bubble-deco--3 {
    display: block;
    right: 10vw;
    top: 140vw;
  }
}
@media (max-width: 560px) {
  .bday--right .bubble-deco--3 {
    right: 5vw;
    top: 193vw;
  }
}

.info {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .info {
    padding-bottom: 0;
  }
}
.info .container {
  position: relative;
  z-index: 1;
}
.info::before {
  content: "";
  position: absolute;
  top: calc(var(--tear-size) - var(--tear-size) * 2);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/newkids/info/info-bg-top.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 1200px) {
  .info::before {
    background-position: 32% -36vw;
    background-size: 200% auto;
  }
}
@media (max-width: 768px) {
  .info::before {
    background-position: 32% -16vw;
  }
}
@media (max-width: 500px) {
  .info::before {
    background-position: 32% -4vw;
  }
}
.info h2 {
  font-size: 72px;
  font-family: var(--ff-secondary);
  letter-spacing: 1.8px;
  color: var(--clr-pink);
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1200px) {
  .info h2 {
    line-height: 1.1;
  }
}
.info__why {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 555px;
  gap: 46px;
  margin: 0 auto 60px;
  text-align: center;
}
.info__why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
}
.info__why-item img {
  display: block;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .info__why-item img {
    max-width: 100px;
  }
}
.info__why-heading {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .info__why-heading {
    margin-bottom: 146px;
    font-size: 66px;
  }
}
.info__what {
  padding: 30px 16px 70px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 75px;
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .info__what {
    border-radius: 0;
    margin: 0 -18px 40px;
  }
}
.info__what::before {
  content: "";
  width: 1200px;
  height: 1200px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: center;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .info__what::before {
    opacity: 0;
  }
}
.info__what::after {
  content: "";
  width: 1200px;
  height: 1200px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: -80%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: center;
  opacity: 0.7;
}
.info__what-heading {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .info__what-heading {
    font-size: 48px !important;
  }
}
.info__what-items {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.info__what-item {
  border: 2px solid var(--clr-pink);
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .info__what-item {
    font-size: 18px;
  }
}
.info__order {
  background-color: rgba(0, 0, 0, 0.18);
  padding: 30px 16px 70px;
  border-radius: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .info__order {
    background-color: transparent;
    padding: 30px 24px 26px;
  }
}
.info__order::after {
  content: "";
  width: 1200px;
  height: 1200px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: center;
  opacity: 0.7;
}
.info__order::before {
  content: "";
  width: 680px;
  height: 680px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: -420px;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: center;
  opacity: 0.7;
}
.info__order h2 {
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .info__order h2 {
    font-size: 48px !important;
    margin-bottom: 40px;
  }
}
.info__order-image {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .info__order-image {
    display: none;
  }
}
.info__order-image img {
  max-width: 100%;
  height: auto;
}
.info__order-parties {
  display: none;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .info__order-parties {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
.info__order-parties img {
  max-width: 100%;
}
.info__order-button {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 20%), linear-gradient(to bottom, #f2e5b9 0%, #ebd59a 35%, #dec07b 70%, #be9948 100%);
  font-size: 44px;
  font-family: var(--ff-secondary);
  padding: 12px 46px;
  border-radius: 200px;
  border: none;
  outline: none;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 1.1px;
  color: var(--bg-main);
  position: relative;
  z-index: 1;
}
.info--type2::before {
  content: "";
  position: absolute;
  left: 23%;
  width: 100%;
  height: 100%;
  background-image: url("/img/newkids/info/info-bg-bottom.png");
  background-position: right 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
  top: -400px;
}
@media (max-width: 1200px) {
  .info--type2::before {
    background-position: left 0;
    background-size: 100% auto;
    top: -200px;
  }
}
@media (max-width: 768px) {
  .info--type2::before {
    background-position: left 0;
    top: -80px;
  }
}
@media (max-width: 500px) {
  .info--type2::before {
    background-position: left 0;
  }
}
.info--type2 .info__what {
  border-radius: 140px;
}
@media (max-width: 1200px) {
  .info--type2 .info__what {
    border-radius: 0;
  }
}
.info--type2 .info__what::before {
  display: none;
}
.info--type2 .info__what::after {
  opacity: 0.56;
}
.info--type2 .info__order::before {
  display: none;
}
.info--type2 .info__order::after {
  bottom: 0;
  opacity: 0.6;
}

.quests {
  padding-bottom: calc(26vw - var(--tear-size));
}
@media (max-width: 768px) {
  .quests {
    padding: 40px 0 calc(26vw - var(--tear-size));
  }
  .quests::after {
    z-index: -1;
  }
}
.quests__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .quests__items {
    gap: 0;
  }
}
.quests__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .quests__item {
    flex-direction: column;
  }
}
.quests__item-image {
  flex: 0 0 50%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .quests__item-image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.quests__item-image img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .quests__item-image img {
    width: calc(100% + 18px + 18px);
    margin: 0 -18px;
  }
}
.quests__item-text {
  flex: 0 1 auto;
  position: relative;
}
@media (max-width: 768px) {
  .quests__item-text {
    padding: 0 36px 150px;
    position: relative;
    margin: 0 auto;
  }
}
.quests__item-text .bubble-deco {
  display: none;
}
@media (max-width: 768px) {
  .quests__item-text .bubble-deco {
    display: block;
    opacity: 0.8;
  }
}
.quests__item-text .bubble-deco-text--1 {
  width: 79px;
  height: 79px;
  right: -45px;
  bottom: 60px;
}
.quests__item-text .bubble-deco-text--2 {
  width: 64px;
  height: 64px;
  top: -10px;
  left: -45px;
}
.quests__item-text .bubble-deco-text--3 {
  width: 64px;
  height: 64px;
  bottom: 45px;
  right: 45px;
}
.quests__item-text .bubble-deco-text--4 {
  width: 100px;
  height: 100px;
  right: -65px;
  bottom: 45px;
}
.quests__item-text .bubble-deco-text--5 {
  width: 52px;
  height: 52px;
  bottom: 60px;
  right: 80px;
}
.quests__item-text .bubble-deco-text--6 {
  width: 90px;
  height: 90px;
  right: -75px;
  bottom: 30px;
}
.quests__item-text::after {
  content: "";
  width: 160%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  opacity: 0.46;
}
@media (max-width: 768px) {
  .quests__item-text::after {
    width: 200%;
    top: 30%;
    opacity: 0.54;
  }
}
.quests__item-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .quests__item-text p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.quests__item-text ul {
  font-size: 20px;
  list-style: none;
}
.quests__item-text ul li {
  position: relative;
  z-index: 1;
  padding: 2px 0 2px 24px;
}
.quests__item-text ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--clr-pink);
  position: absolute;
  top: 7px;
  left: 0;
}
.quests__item-text h2 {
  font-size: 54px;
  color: var(--clr-pink);
  font-family: var(--ff-secondary);
  letter-spacing: 1.3px;
  margin-bottom: 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .quests__item-text h2 {
    text-align: center;
  }
}
.quests__item-text h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.quests__item:nth-of-type(even) .quests__item-image {
  order: 1;
}
@media (max-width: 768px) {
  .quests__item:nth-of-type(even) .quests__item-image {
    order: initial;
  }
}
.quests__item:last-of-type .quests__item-text {
  padding-bottom: 20px;
}
.quests .bubble-deco {
  z-index: 0;
}
@media (max-width: 768px) {
  .quests > .bubble-deco {
    display: none;
  }
}
.quests .bubble-deco--1 {
  top: calc(var(--tear-size) - var(--tear-size) * 2 + 54px);
  left: -50px;
}
.quests .bubble-deco--2 {
  width: 220px;
  height: 220px;
  top: 35px;
  right: -130px;
}
.quests .bubble-deco--3 {
  width: 79px;
  height: 79px;
  left: 6%;
  top: 800px;
}
.quests .bubble-deco--4 {
  width: 220px;
  height: 220px;
  top: 960px;
  right: 16px;
}
.quests--type2 .bubble-deco--1 {
  display: none;
}
@media (max-width: 768px) {
  .quests--type2 .bubble-deco--1 {
    display: block;
    top: calc(var(--tear-size) - var(--tear-size) * 2 + 36px);
    left: -76px;
  }
}
.quests--type2 .bubble-deco--2 {
  top: calc(var(--tear-size) - var(--tear-size) * 2);
  right: -110px;
}
.quests--type2 .bubble-deco--3 {
  left: 3vw;
  top: 603px;
}
@media (max-width: 1200px) {
  .quests--type2 .bubble-deco--3 {
    top: 420px;
  }
}
.quests--type2 .bubble-deco--4 {
  top: 610px;
  right: 16px;
}
@media (max-width: 768px) {
  .quests--type2 .bubble-deco-text--1 {
    right: -5px;
    bottom: 42px;
  }
}
.quests--type2 .quests__item:nth-of-type(even) .quests__item-image {
  order: initial;
}
.quests--type2 .quests__item:nth-of-type(odd) .quests__item-image {
  order: 1;
}
@media (max-width: 768px) {
  .quests--type2 .quests__item:nth-of-type(odd) .quests__item-image {
    order: initial;
  }
}

.quest-slider {
  overflow: hidden;
  padding: 0 16px 8vw;
  margin-top: -23vw;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .quest-slider {
    padding: 0 0 8vw;
  }
}
.quest-slider__swiper {
  position: relative;
  padding-bottom: 60px;
}
.quest-slider__wrapper {
  align-items: center;
}
.quest-slider__slide-inner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.5s ease, opacity 0.5s ease, aspect-ratio 0.5s ease;
  aspect-ratio: 1/1.5;
  transform: scale(0.82);
  opacity: 0.4;
}
.quest-slider__slide--small {
  z-index: 2;
}
.quest-slider__slide--big {
  z-index: 3;
}
.quest-slider__slide--big .quest-slider__slide-inner {
  transform: scale(1);
  opacity: 1;
}
.quest-slider__slide--small .quest-slider__slide-inner {
  aspect-ratio: 1/1.5;
  transform: scale(0.82);
  opacity: 0.8;
}
.quest-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.5s ease;
  filter: brightness(0.6);
}
.quest-slider__slide--big .quest-slider__image {
  filter: brightness(1);
}
.quest-slider__slide--small .quest-slider__image {
  filter: brightness(0.7);
}
.quest-slider__btn {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 28px;
  padding: 0;
  transition: opacity 0.3s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  width: 28px;
  height: 28px;
  line-height: 1;
  text-shadow: 0 8px 6px rgba(0, 0, 0, 0.36);
}
.quest-slider__btn:hover {
  opacity: 0.7;
}
.quest-slider__btn--prev {
  left: 29vw;
}
@media (max-width: 768px) {
  .quest-slider__btn--prev {
    left: 50%;
    transform: translateX(-8vw);
  }
}
.quest-slider__btn--next {
  right: 29vw;
}
@media (max-width: 768px) {
  .quest-slider__btn--next {
    right: 50%;
    transform: translateX(8vw);
  }
}

.testimonials {
  padding: 60px 0;
}
.testimonials__wrapper {
  align-items: stretch;
}
.testimonials__container {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials__slider-wrapper {
  position: relative;
  padding: 0 90px;
}
@media (max-width: 768px) {
  .testimonials__slider-wrapper {
    padding: 0 50px;
  }
}
.testimonials__heading {
  font-size: 52px;
  font-weight: 400;
  color: var(--clr-pink);
  text-transform: uppercase;
  margin-bottom: 52px;
  font-family: var(--ff-secondary);
  padding: 0 90px;
}
@media (max-width: 768px) {
  .testimonials__heading {
    text-align: center;
    padding: 0 50px;
  }
}
.testimonials__slide {
  height: auto !important;
}
.testimonials__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  background-color: #9875cf;
  padding: 34px 9px 9px;
  box-sizing: border-box;
}
.testimonials__stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
}
.testimonials__star {
  font-size: 28px;
  color: #f5c518;
  line-height: 1;
}
.testimonials__star--inactive {
  filter: grayscale(1);
}
.testimonials__body {
  flex: 1;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 0 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.testimonials__body::before {
  content: "";
  width: 101px;
  height: 27px;
  background-image: url("/img/newkids/review-top-round.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -27px;
}
.testimonials__avatar-wrap {
  margin-top: -14px;
  position: relative;
}
.testimonials__avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__name {
  font-size: 32px;
  font-weight: 400;
  color: var(--clr-gold);
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}
.testimonials__text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 0;
  width: 100%;
}
.testimonials__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 20%), linear-gradient(to bottom, #f2e5b9 0%, #ebd59a 35%, #dec07b 70%, #be9948 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .testimonials__btn {
    width: 25px;
    height: 30px;
    background: none;
  }
}
.testimonials__btn:hover {
  opacity: 0.85;
  transform: translateY(-50%) scale(1.08);
}
@media (max-width: 768px) {
  .testimonials__btn svg path {
    fill: #fff;
  }
  .testimonials__btn svg > g {
    filter: none;
  }
}
.testimonials__btn--prev {
  left: 0;
}
.testimonials__btn--prev svg {
  transform: translateX(-3px);
}
@media (max-width: 768px) {
  .testimonials__btn--prev {
    left: 10px;
  }
}
.testimonials__btn--next {
  right: 0;
}
@media (max-width: 768px) {
  .testimonials__btn--next {
    right: 10px;
  }
}
.testimonials__btn--next svg {
  transform: translateX(3px);
}

.simple-text {
  padding: 70px 0 90px;
}
.simple-text__heading {
  text-align: center;
  font-size: 42px;
  margin-bottom: 36px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--clr-pink);
}
.simple-text__content {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .simple-text__content {
    padding: 0 36px;
  }
}
.simple-text__content::after {
  content: "";
  width: 1200px;
  height: 1200px;
  position: absolute;
  background-image: url("/img/newkids/glow.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -26%);
}
@media (max-width: 1200px) {
  .simple-text__content::after {
    width: 780px;
    height: 780px;
  }
}
@media (max-width: 768px) {
  .simple-text__content::after {
    width: 680px;
    height: 680px;
  }
}

html {
  scroll-behavior: smooth;
}

body.modal-form-open {
  overflow: hidden;
}

.modal-form {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-form.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-form__container {
  width: 100%;
  max-width: 874px;
  max-height: calc(100vh - 48px);
  aspect-ratio: 874/646;
  border-radius: 24px;
  position: relative;
  padding: 220px 115px 90px 138px;
  background-image: url("/img/newkids/modal-form-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(40px);
  transition: transform 0.3s ease-in-out;
}
.modal-form__container.active {
  transform: translateY(0);
}
.modal-form__close {
  position: absolute;
  top: 34px;
  right: 42px;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(44, 11, 80, 0.85);
  font: 400 38px/44px Arial, sans-serif;
  cursor: pointer;
}
.modal-form__form {
  position: relative;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-form__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.modal-form__input {
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-form__input label {
  font-size: 28px;
  flex: 0 0 155px;
  line-height: 1;
}
.modal-form__input input {
  flex: 1 1 auto;
  min-width: 10px;
  border: 2px solid #894dba;
  border-radius: 200px;
  min-height: 60px;
  padding: 10px 30px 14px;
  font-size: 24px;
  max-width: 100%;
}
.modal-form__input input:focus {
  outline: 3px solid rgba(137, 77, 186, 0.35);
  outline-offset: 2px;
}
.modal-form__tip {
  font-size: 28px;
  text-align: center;
  padding: 0 24px;
}
.modal-form__status {
  min-height: 24px;
  color: #7a1750;
  font: 600 16px/1.3 Arial, sans-serif;
  text-align: center;
}
.modal-form__status.success {
  color: #246b38;
}
.modal-form__submit {
  min-height: 76px;
  border-radius: 200px;
  background-color: #894dba;
  color: #fff;
  font-size: 42px;
  font-family: var(--ff-main);
  padding: 12px 48px;
  letter-spacing: 1.4px;
  border: none;
  outline: none;
  box-shadow: 0 15px 18px rgba(32, 7, 54, 0.45), inset 0 0 29px rgba(32, 7, 54, 0.22);
  cursor: pointer;
}
.modal-form__submit:focus-visible,
.modal-form__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.modal-form__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

@media (max-width: 992px) {
  .modal-form__container {
    background-image: none;
    background-color: #8e5ac1;
    padding: 18vw 24px 24px;
    aspect-ratio: initial;
    max-width: calc(100% - 24px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.7);
    overflow: hidden auto;
  }
  .modal-form__container::before {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    background-image: url("/img/newkids/form-deco.png");
    background-size: 100%;
    background-repeat: no-repeat;
    aspect-ratio: 440/501;
    width: 20vw;
    rotate: -10deg;
  }
  .modal-form__close {
    top: 12px;
    right: 12px;
  }
  .modal-form__form {
    background-color: #fff;
    padding: 12vw 48px 24px;
    border-radius: 24px;
    --form-top-height: calc(60vw * 184 / 1532);
  }
  .modal-form__form::before {
    content: "";
    width: 60vw;
    background-image: url("/img/newkids/form-top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    aspect-ratio: 1532/184;
  }
  .modal-form__form::after {
    content: "";
    background-image: url("/img/newkids/form-top-banner.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 47vw;
    aspect-ratio: 346/139;
    position: absolute;
    bottom: calc(100% - var(--form-top-height) + 3vw);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 620px) {
  .modal-form {
    width: 100vw;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-form__container {
    width: calc(100vw - 24px);
    max-width: 420px;
    max-height: none;
    margin: auto;
    padding: 18vw 12px 12px;
    overflow: hidden;
  }
  .modal-form__form {
    width: 100%;
    min-width: 0;
    padding: 64px 16px 20px;
    gap: 12px;
    overflow: visible;
  }
  .modal-form__input {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .modal-form__input label {
    flex: 1;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .modal-form__input input {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 8px 18px 10px;
    font-size: 18px;
  }
  .modal-form__tip {
    width: 100%;
    font-size: 18px;
    line-height: 1.15;
    padding: 0;
    overflow-wrap: anywhere;
  }
  .modal-form__submit {
    width: 100%;
    max-width: 280px;
    min-height: 54px;
    padding: 10px 20px;
    font-size: 28px;
  }
  .modal-form__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 32px;
    line-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .modal-form,
  .modal-form__container {
    transition: none;
  }
}

/*# sourceMappingURL=main.css.map */

