@font-face {
  font-family: Jiff;
  src: url('../fonts/242126d4e361f4c0b59cd8db6f0e3baf.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --darkerpink: #dc2f7d;
  --brightpink: #ff55ea;
  --lightpink: #ffcbe0;
  --darker: #854298;
  --light: #b85dd0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #f1d6ff;
}

.title_banner {
  background-color: #ffeeed;
  border-bottom: 10px solid #b58d92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block {
  color: #000;
  font-family: PonkaFont;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero.mobile {
  display: block;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  max-width: 50vw;
  display: flex;
  position: relative;
}

.ponka {
  width: 450px;
  max-width: none;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.columns.bigger {
  align-items: center;
}

.ponke {
  width: auto;
  max-width: none;
  display: block;
}

.heading {
  color: #ebb7be;
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #b58d92;
  text-shadow: 4px 4px 1px #b58d92;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PonkaFont;
  font-size: 100px;
  line-height: 100px;
  transform: rotate(-4deg);
}

.heading.lower {
  color: #ff55ea;
  -webkit-text-stroke-color: #dc2f7d;
  margin-bottom: 100px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 84px;
  font-family: Pacifico, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block-2.different {
  color: var(--white);
  width: 100%;
  margin-bottom: 20px;
}

.text-block-2.different.btm {
  margin-bottom: 0;
  font-size: 21px;
}

.text-block-2.bottom {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-2.none {
  padding-bottom: 0;
}

.div-block-3 {
  z-index: 2;
  background-color: #ffeeed;
  border-top: 10px solid #b58d92;
  border-bottom: 10px solid #b58d92;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: relative;
}

.button {
  color: var(--white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  background-color: #000;
  border: 4px solid #2af0ea;
  border-radius: 0;
  padding: 20px 25px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  transition: all .3s;
  box-shadow: 4px 7px #fe2858;
}

.div-block-4 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.socialimage {
  border-radius: 20px;
  width: 70px;
}

.socialimage.x {
  transform: translate(0);
}

.link-block {
  background-color: var(--black);
  transform: rotate(0);
}

.link-block.x {
  border-radius: 0;
  transition: all .3s;
  transform: rotate(-9deg);
}

.link-block.x:hover {
  transform: scale(1.1)rotate(-9deg);
}

.link-block.tg {
  border-radius: 0;
  transition: all .3s;
  transform: rotate(15deg);
}

.link-block.tg:hover {
  transform: scale(1.1)rotate(15deg);
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--darkerpink);
  font-family: PonkaFont;
  font-size: 30px;
  line-height: 30px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px 100px;
  display: flex;
}

.image {
  max-width: 89%;
  display: block;
  transform: rotate(7deg);
}

.div-block-6 {
  border: 5px solid var(--black);
  background-color: var(--brightpink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-bottom: 60px;
  padding: 20px;
  display: block;
}

.div-block-7 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  display: none;
  position: relative;
}

.div-block-9 {
  z-index: 2;
  background-image: url('../images/window.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-3 {
  position: absolute;
  inset: 18% auto auto -19%;
  transform: rotate(20deg);
}

.section-2 {
  background-color: #ffeeed00;
  border-top: 10px #b58d92;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-4 {
  color: #50342b;
  font-family: PonkaFont;
  font-size: 18px;
  line-height: 31px;
}

.div-block-10 {
  position: relative;
}

.image-4 {
  position: absolute;
  inset: -143% auto auto 20%;
}

.text-block-5 {
  color: #50342b;
  font-family: PonkaFont;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-5.smowl {
  font-size: 24px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 900;
  line-height: 65px;
  transform: rotate(-9deg);
}

.columns-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: block;
}

.icon {
  color: #50342b;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.about {
  background-color: #007aff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 20px;
  width: 70vw;
  padding: 60px;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 5px solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-12.second {
  padding-top: 20px;
}

.div-block-12.second.last {
  border-bottom-style: solid;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  display: block;
}

.column-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: #fe2858;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
}

.image-5 {
  border-radius: 20px;
}

.gallery-overview {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.img {
  border: 5px solid #000;
  max-width: 500px;
  box-shadow: 4px 7px #000;
}

.imdb {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-7 {
  margin-bottom: 60px;
}

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

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

.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 {
  margin-bottom: 24px;
}

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

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

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

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

.paragraph {
  color: #000;
  text-align: center;
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.paragraph.small {
  margin-bottom: 0;
}

.paragraph.extra {
  font-size: 20px;
  line-height: 20px;
}

.link, .link-2, .link-3 {
  color: #fe2858;
}

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

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    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) {
  .gallery-overview, .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 10px;
  }

  .hero {
    display: block;
  }

  .hero.mobile {
    padding-top: 0;
    display: block;
  }

  .div-block {
    max-width: 100%;
  }

  .ponka {
    width: 180px;
  }

  .columns {
    flex-direction: column;
  }

  .ponke {
    width: 250px;
  }

  .heading {
    -webkit-text-stroke-width: 2px;
    font-size: 40px;
    line-height: 60px;
  }

  .heading.lower {
    font-size: 40px;
  }

  .text-block-2 {
    width: 90%;
  }

  .text-block-2.different.btm {
    font-size: 8px;
  }

  .div-block-2 {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .section {
    padding: 30px 20px 0;
  }

  .image {
    max-width: 89%;
  }

  .image-2 {
    width: 280px;
  }

  .div-block-8 {
    width: 300px;
    height: 300px;
  }

  .section-2 {
    flex-direction: column;
    padding-top: 78px;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 15px;
  }

  .text-block-5.smowl {
    font-size: 8px;
  }

  .heading-2 {
    margin-bottom: 37px;
    font-size: 25px;
    line-height: 25px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .div-block-11 {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper, .grid {
    grid-template-columns: 1fr;
  }

  .img {
    max-width: 300px;
  }

  .image-6 {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .paragraph {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
}

#w-node-_86ae5529-6ff2-5a17-dbc0-aafe6476f575-e79793da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Jiff';
  src: url('../fonts/242126d4e361f4c0b59cd8db6f0e3baf.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}