:root {
  --_colors---fatcat01-30: #0108144d;
  --_fonts---inter: Inter, sans-serif;
  --_colors---fatcat-05: #fff4cb;
  --_fonts---pixel: "Pixelify Sans", sans-serif;
  --_colors---fatcat-03: #fac300;
  --_colors---fatcat01: #010814;
  --_fonts---nobel: nobel, sans-serif;
  --_colors---fatcat-04-70: #ffe68db3;
  --_colors---fatcat-06: #fdfdfd;
  --_colors---fatcat02: #797979;
  --_colors---fatcat-04: #ffe68d;
}

.text-block {
  font-family: nobel, sans-serif;
}

.menu {
  grid-column-gap: 75.5px;
  grid-row-gap: 75.5px;
  background-color: var(--_colors---fatcat01-30);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 16px 16px 40px;
  display: flex;
}

.nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.game {
  font-family: var(--_fonts---pixel);
  font-size: 24px;
}

.buy-link {
  background-color: var(--_colors---fatcat-03);
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.buy-link.mobile.fixed {
  display: none;
}

.menu-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.fatcat {
  z-index: 2;
  pointer-events: none;
  width: 46vw;
  position: absolute;
  bottom: 0;
  left: 31%;
}

.ballon {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/dymek.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  max-width: 550px;
  padding: 50px 50px 116px;
  display: flex;
  position: absolute;
  top: 25%;
  left: 20%;
}

.hero-text {
  font-family: var(--_fonts---nobel);
  color: var(--_colors---fatcat01);
  text-align: center;
  text-transform: uppercase;
  max-width: 406px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.hero-text._34 {
  max-width: 328px;
  font-size: 34px;
}

.btn-yellow {
  z-index: 4;
  background-color: var(--_colors---fatcat-03);
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  border-radius: 100px;
  padding: 24px 32px;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-yellow.padding {
  padding-left: 100px;
  padding-right: 100px;
  position: static;
}

.btn-yellow.small {
  font-size: 21px;
  line-height: 112%;
}

.section-2 {
  background-color: var(--_colors---fatcat01);
  justify-content: center;
  align-items: center;
  padding-top: 138px;
  padding-bottom: 130px;
  display: flex;
}

.s2-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 930px;
  display: flex;
}

.s2-text {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.section-3 {
  background-image: url('../images/na-fotelu.jpg');
  background-position: 50%;
  background-size: cover;
  height: 2030px;
}

.s3-row-1 {
  padding-top: 100px;
  padding-left: 100px;
}

.h2 {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  text-shadow: 0 17px 13.4px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.s3-row-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 650px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.s3-yellow-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--_colors---fatcat-04-70);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 50px;
  flex-flow: column;
  padding: 50px;
  display: flex;
}

.text {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.s3-row-3 {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 60px;
  display: flex;
}

.s3-row-4 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 245px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.s3-cat-box {
  align-items: center;
  display: flex;
}

.cat-box-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.h3 {
  font-family: var(--_fonts---nobel);
  color: var(--_colors---fatcat-06);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 100%;
}

.text-white {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-06);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.section-4 {
  background-image: url('../images/cosmos-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 1000px;
  padding: 120px 100px 100px;
  display: flex;
  position: relative;
}

.s4-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.s4-text-bold {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  text-shadow: 0 20.231px 15.947px #00000040;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.s4-text {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  letter-spacing: .24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.h1 {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat-05);
  text-transform: uppercase;
  text-shadow: 0 17.825px 14.05px #00000040;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 175px;
  font-style: italic;
  line-height: 100%;
}

.ballon-yellow {
  background-image: url('../images/yellow-ballon.png');
  background-position: 50%;
  background-size: cover;
  padding: 50px 50px 164px;
  position: absolute;
  top: 39%;
  left: 32%;
  transform: rotate(-15deg);
}

.cosmos-cat {
  z-index: 2;
  max-width: 43vw;
  position: absolute;
  bottom: -100px;
  right: 2%;
}

.section-5 {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scroll-snap-align: start;
  background-image: linear-gradient(#e6b607, #a4cefa);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: visible scroll;
}

.s5-single {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.h4 {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-style: italic;
  line-height: 100%;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-self: flex-start;
  align-items: flex-end;
  padding-left: 50px;
  display: flex;
}

.s5-subtitle {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  margin-top: 0;
  font-size: 32px;
  font-style: italic;
  line-height: 100%;
}

.ballon-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(180deg, var(--_colors---fatcat-06) 74%, #fff0 80%), url('../images/dol_dymek.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 420px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.ballon-large.first {
  height: auto;
  padding: 20px 20px 100px;
}

.line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 615px;
  display: flex;
}

.icon {
  font-size: 32px;
}

.line-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.line-title {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat01);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.line-desc {
  font-family: var(--_fonts---inter);
  color: var(--_colors---fatcat02);
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
}

.lines-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.single-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.fat-change {
  background-image: url('../images/fat-1.png');
  background-position: 50%;
  background-size: contain;
  width: 44.028vw;
  height: 51.111vw;
  margin-top: 5%;
  display: block;
}

.section-6 {
  background-image: url('../images/stopka-width.jpg');
  background-position: 50%;
  background-size: cover;
  height: 1080px;
  position: relative;
}

.s5-right {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.s5-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: sticky;
  top: 20%;
  left: 0%;
}

.text-animate {
  width: 100%;
  height: 100%;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(#a4cefa, #0000);
  height: 178px;
  position: absolute;
  inset: 0% 0% auto;
}

.fat-walk {
  width: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grass {
  background-image: url('../images/podstawek.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 151px;
  position: absolute;
  inset: auto 0% 0%;
}

.burger, .mobile-menu, .fat-mobile {
  display: none;
}

.inline-link {
  color: var(--_colors---fatcat-03);
  text-decoration: none;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--_colors---fatcat-03);
}

.bold-text {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 500;
}

.link-2, .bold-text-3 {
  color: var(--_colors---fatcat-03);
}

.bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.hero-heading-center {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff4cb;
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff4cb;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 25px;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fac300;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  margin-top: -78px;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-7 {
  background-image: linear-gradient(#e6b607, #a4cefa);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  background-color: var(--_colors---fatcat-06);
}

.game-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fdfdfdbf;
  border-radius: 100px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.game-text-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.game-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.game-text.center {
  text-align: center;
  font-family: nobel, sans-serif;
}

.bold-text-6 {
  font-family: Inter, sans-serif;
}

@media screen and (min-width: 1280px) {
  .ballon-large {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .fat-change {
    margin-top: -3%;
  }

  .s5-right {
    width: 60%;
  }

  .s5-left {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    width: 310px;
  }

  .nav-link {
    font-size: 24px;
  }

  .buy-link {
    font-size: 32px;
  }

  .ballon {
    left: 24%;
  }

  .hero-text {
    font-size: 34px;
  }

  .hero-text.hero {
    font-size: 24px;
  }

  .h2 {
    font-size: 96px;
  }

  .text {
    font-size: 24px;
  }

  .s3-row-4 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 34px;
  }

  .section-4 {
    height: 1199px;
  }

  .s4-text-bold {
    font-size: 32px;
  }

  .h1 {
    font-size: 238px;
  }

  .cosmos-cat {
    z-index: 2;
    right: 14%;
  }

  .title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-end;
  }

  .ballon-large {
    height: auto;
    padding: 60px 100px 100px;
  }

  .ballon-large.last {
    padding-bottom: 140px;
  }

  .ballon-large.first {
    padding: 60px 100px 140px;
  }

  .line-title {
    font-size: 32px;
  }

  .line-desc {
    font-size: 24px;
  }

  .lines-wrapper {
    padding-bottom: 100px;
  }

  .section-6 {
    height: 1377px;
  }

  .s5-right {
    width: auto;
  }

  .s5-left {
    width: auto;
    top: 10%;
    left: 12%;
  }

  .text-animate {
    height: 100%;
  }

  .gradient {
    height: 240px;
  }

  .fat-walk {
    width: 30%;
    transform: translate(0%);
  }

  .grass {
    height: 192px;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .fatcat {
    left: 37%;
  }

  .ballon {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 65%;
    padding-bottom: 90px;
  }

  .hero-text.hero {
    font-size: 22px;
  }

  .s2-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s2-text {
    font-size: 25px;
  }

  .section-3 {
    height: 2800px;
  }

  .s3-row-1 {
    padding-top: 40px;
    padding-left: 40px;
  }

  .h2 {
    font-size: 60px;
  }

  .s3-row-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .s3-row-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s4-text {
    font-size: 16px;
  }

  .h1 {
    font-size: 96px;
  }

  .ballon-yellow {
    top: 25%;
    left: 8%;
  }

  .cosmos-cat {
    max-width: 553px;
    bottom: 5%;
    right: -14%;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4 {
    font-size: 50px;
  }

  .title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
  }

  .s5-subtitle {
    font-size: 25px;
  }

  .ballon-large {
    background-image: linear-gradient(180deg, var(--_colors---fatcat-06) 74%, #fff0 80%), url('../images/dol_dymek.png');
    background-position: 0 0, 50% 100%;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 40px 20px 100px;
  }

  .ballon-large.last {
    background-image: url('../images/dol_dymek.png'), linear-gradient(180deg, var(--_colors---fatcat-06) 74%, #fff0 80%);
    background-position: 50% 100%, 0 0;
    background-size: contain, auto;
    padding-bottom: 330px;
  }

  .ballon-large.first {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .line-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .line-title {
    font-size: 20px;
  }

  .line-desc {
    font-size: 16px;
  }

  .lines-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fat-change {
    width: 28vw;
    height: 31vw;
  }

  .section-6 {
    height: 650px;
  }

  .s5-left {
    top: 37%;
    left: 0%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    z-index: 2;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .nav {
    display: none;
  }

  .nav.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .buy-link {
    display: none;
  }

  .buy-link.mobile {
    text-align: center;
    display: block;
  }

  .buy-link.mobile.fixed {
    z-index: 100;
    display: block;
    position: fixed;
    inset: auto 20px 10px;
  }

  .menu-wrapper {
    left: 20px;
    right: 20px;
  }

  .background-video {
    height: 100svh;
  }

  .fatcat {
    width: auto;
    max-width: 90vw;
    left: auto;
  }

  .ballon {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px 20px 61px;
    top: 172px;
    left: 10px;
    right: 10px;
  }

  .hero-text {
    font-size: 26px;
  }

  .hero-text._34 {
    font-size: 24px;
  }

  .hero-text.hero {
    text-align: center;
    line-height: 95%;
  }

  .btn-yellow {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s2-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s2-text {
    font-size: 24px;
  }

  .section-3 {
    background-image: url('../images/mobile-kot-siedzi.jpg');
    background-position: 45% 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .s3-row-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 44px;
  }

  .h2._50 {
    font-size: 50px;
  }

  .s3-row-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s3-yellow-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .text {
    font-size: 16px;
  }

  .s3-row-3 {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .s3-row-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s3-cat-box {
    flex-flow: column;
  }

  .cat-box-text-wrapper {
    align-items: center;
  }

  .text-white {
    text-align: center;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .s4-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .s4-text {
    overflow-wrap: anywhere;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .h1 {
    font-size: 50px;
  }

  .ballon-yellow {
    padding: 40px 40px 116px;
  }

  .cosmos-cat {
    max-width: 100vw;
    inset: auto 0% 22%;
  }

  .section-5 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s5-single {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .h4 {
    text-align: center;
    font-size: 44px;
  }

  .title-wrapper {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .s5-subtitle {
    text-align: center;
    font-size: 28px;
  }

  .ballon-large {
    background-image: linear-gradient(180deg, var(--_colors---fatcat-06) 65%, #0000 86%), url('../images/large-ballon-desktop.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-bottom: 60px;
  }

  .ballon-large.last {
    background-position: 0 0, 50% 100%;
    padding-bottom: 60px;
  }

  .ballon-large.first {
    background-image: linear-gradient(180deg, var(--_colors---fatcat-06) 2%, var(--_colors---fatcat-06) 71%, #fff0), url('../images/large-ballon-desktop.svg');
    -webkit-backdrop-filter: blur(18.25px);
    backdrop-filter: blur(18.25px);
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .single-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-6 {
    height: 855px;
    overflow: hidden;
  }

  .s5-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .s5-left {
    display: none;
  }

  .text-animate {
    width: 200%;
    height: 120%;
    transform: translate(-25%);
  }

  .gradient {
    background-image: linear-gradient(#a4cefa 22%, #0000 55%);
    height: 223px;
    top: 32%;
  }

  .fat-walk {
    width: 60%;
    bottom: 5%;
    left: 0;
    right: 0%;
  }

  .grass {
    height: 125px;
  }

  .burger {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .line-1, .line-2 {
    background-color: var(--_colors---fatcat-03);
    border-radius: 100px;
    width: 40px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--_colors---fatcat01);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    flex-flow: column;
    width: 100%;
    padding: 50px;
    display: none;
    transform: translate(0, -30px);
  }

  .fat-mobile {
    display: block;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .shadow-two {
    margin-top: 0;
  }

  .section-7 {
    height: auto;
  }

  .game-content {
    border-radius: 30px;
    margin: 10px;
    padding: 140px 20px 40px;
  }

  .game-text, .bold-text-6 {
    text-align: center;
  }
}


