/*  sass --watch source/stylesheets/index.scss build/stylesheets/index.css */
/*COLORS*/
html,
body,
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Itim", cursive;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  overflow-x: hidden;
  min-width: 380px;
}

body, html {
  line-height: 1;
  height: 100%;
  background-color: #f9f9f9;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mobile-menu-icon {
  display: none;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 45px;
}

.yt-mobile-container {
  display: none;
}

.white {
  color: #fff !important;
}

.green {
  color: #00ac96 !important;
}

.down-arrow {
  background: url("../../img/down-arrow.png") center;
  background-size: cover;
  height: 77px;
  width: 47px;
  position: absolute;
  right: -20px;
  top: 0;
}

.m-l-0 {
  margin-left: 0 !important;
}

/*Episodes*/
.episode {
  background-color: #ababab;
}
.episode.ep1 {
  background: url("../../img/episodes/ep1bg.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep2 {
  background: url("../../img/episodes/2ep.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep3 {
  background: url("../../img/episodes/3ep.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep4 {
  background: url("../../img/episodes/ep4.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep5 {
  background: url("../../img/episodes/ep5.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep6 {
  background: url("../../img/episodes/ep6.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep7 {
  background: url("../../img/episodes/ep7.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep8 {
  background: url("../../img/episodes/ep8.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep9 {
  background: url("../../img/episodes/ep9.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep10 {
  background: url("../../img/episodes/ep10.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep11 {
  background: url("../../img/episodes/ep11.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep12 {
  background: url("../../img/episodes/ep12.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep13 {
  background: url("../../img/episodes/ep13.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep14 {
  background: url("../../img/episodes/ep14.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep15 {
  background: url("../../img/episodes/ep15.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode.ep16 {
  background: url("../../img/episodes/ep15.png") center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.episode h1 {
  font-size: 30px;
  color: #027e6e;
  line-height: 1.2;
  text-align: center;
  -moz-transform: matrix(0.9431819, 0, 0, 0.9411764706, 0, 0);
  -webkit-transform: matrix(0.9431819, 0, 0, 0.9411764706, 0, 0);
  -ms-transform: matrix(0.9431819, 0, 0, 0.9411764706, 0, 0);
  font-family: "Itim", cursive;
  margin-top: 70px;
  margin-bottom: 65px;
}
.episode p {
  font-size: 21px;
  color: #027e6e;
  margin-bottom: 70px;
}
.episode h4 {
  margin-top: 70px;
  font-size: 30px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 90px;
}
.episode .cta_container {
  padding-bottom: 135px;
}
.episode .cta_container .cta {
  color: #fff;
  font-size: 2.0625rem;
  font-family: "Itim", cursive;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #e50064;
  border-radius: 2.625rem;
  padding: 1rem 3rem;
  display: inline-block;
}

.share-icons {
  cursor: pointer;
  display: flex;
  padding-bottom: 2rem;
}
.share-icons .twitter {
  background-image: url("../../img/twitter.png");
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 2.1875rem;
}
.share-icons .facebook {
  background-image: url("../../img/fb.png");
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 2.1875rem;
}
.share-icons .whatsapp {
  background-image: url("../../img/whatsapp.png");
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 2.1875rem;
}
.share-icons .insta {
  background-image: url("../../img/episodes/insta.png");
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 2.1875rem;
}
.share-icons .thumbler {
  background-image: url("../../img/tumblr.png");
  height: 2.5rem;
  width: 2.5rem;
}

.episodes-section {
  background-image: url("../../img/sivatag.png");
  max-width: 120rem;
  height: 95.438rem;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  transform: none !important;
  transform-style: unset !important;
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  padding-top: 8rem;
}
.episodes-section .cta_container {
  padding-bottom: 110px;
  margin-top: 75px;
}
.episodes-section .cta_container .cta {
  color: #fff;
  font-size: 2.0625rem;
  font-family: "Itim", cursive;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #e50064;
  border-radius: 2.625rem;
  padding: 1rem 3rem;
  display: inline-block;
}
.episodes-section h1 {
  color: white;
  font-size: 38px;
  text-align: center;
  margin-bottom: 100px;
}
.episodes-section .box_container {
  cursor: pointer;
}
.episodes-section .box_container a:hover {
  text-decoration: underline;
  color: white;
}
.episodes-section .box_container .box {
  width: 263px;
  height: 150px;
  margin-bottom: 20px;
}
.episodes-section .box_container p {
  font-size: 23px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
}

.nav-bar {
  background-color: #00ac96;
  height: 4.6875rem;
  width: 100%;
  transition: height 0.3s ease-in-out;
}
.nav-bar ul {
  align-items: center;
}
.nav-bar li {
  margin-left: 3.125rem;
}
.nav-bar li a {
  color: #fff;
  text-decoration: none;
}
.nav-bar li a .youtube {
  background-image: url("../../img/Yt-watch-now.png");
  height: 3.3125rem;
  width: 15.3125rem;
}

@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-1.25rem);
  }
  100% {
    transform: translatey(0);
  }
}
/*@-webkit-keyframes moveclouds {
    0% {
        margin-left: 125rem;
    }
    100% {
        margin-left: -62.5rem;
    }
}

@keyframes moveclouds {
    0% {
        margin-left: 125rem;
    }
    100% {
        margin-left: -62.5rem;
    }
}*/
@keyframes moveclouds {
  0% {
    background-position: 125rem;
  }
  100% {
    background-position: -62.5rem;
  }
}
/*@keyframes moveclouds {
    0% {
        background-position: 125rem;
    }
    100% {
        background-position: -62.5rem;
    }
}*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes fadeInUpFast {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpFast {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpFast {
  -webkit-animation-name: fadeInUpFast;
  animation-name: fadeInUpFast;
}

.saving span {
  animation-name: blink;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.saving span:nth-child(2) {
  animation-delay: 0.2s;
}
.saving span:nth-child(3) {
  animation-delay: 0.4s;
}

.cloud {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}

.cloudx1 {
  background-image: url("../../img/felho.png");
  height: 8.125rem;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
  z-index: 1;
  left: 0;
}

.cloudx2 {
  background-image: url("../../img/felho.png");
  height: 8.125rem;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  /*    -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6);*/
  background-size: auto 60%;
  opacity: 0.6;
  -webkit-animation: moveclouds 30s linear infinite;
  -moz-animation: moveclouds 30s linear infinite;
  -o-animation: moveclouds 30s linear infinite;
  z-index: 1;
}

.cloudx3 {
  background-image: url("../../img/felho.png");
  height: 8.125rem;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: -200px;
  /*    -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      transform: scale(0.8);*/
  background-size: auto 80%;
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
  z-index: 1;
}

.cloudx4 {
  position: absolute;
  background-image: url("../../img/felho.png");
  height: 8.125rem;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: 200px;
  /*    -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      transform: scale(0.5);*/
  background-size: auto 50%;
  opacity: 0.8;
  -webkit-animation: moveclouds 27s linear infinite;
  -moz-animation: moveclouds 27s linear infinite;
  -o-animation: moveclouds 27s linear infinite;
  z-index: 1;
}

footer {
  background-color: #00ac96;
  padding-top: 0.9375rem;
}
footer .minilogo {
  background-image: url("../../img/logo.png");
  width: 8.6875rem;
  height: 6.6875rem;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
}
footer .social-icons {
  cursor: pointer;
  display: flex;
  padding-bottom: 2rem;
}
footer .social-icons .yout {
  background-image: url("../../img/yt.png");
  height: 1.8125rem;
  width: 2.6875rem;
  margin-right: 2.1875rem;
}
footer .social-icons .facebook {
  background-image: url("../../img/facebook.png");
  height: 1.8125rem;
  width: 1.8125rem;
  margin-right: 2.1875rem;
}
footer .social-icons .twitter {
  background-image: url("../../img/twitter.png");
  height: 1.8125rem;
  width: 2.1875rem;
  margin-right: 2.1875rem;
}
footer .social-icons .insta {
  background-image: url("../../img/episodes/insta.png");
  height: 1.8125rem;
  width: 1.8125rem;
}
footer .bl-logo {
  background-image: url("../../img/bl.png");
  height: 2.125rem;
  width: 7.3125rem;
  margin-bottom: 2rem;
}
footer ul {
  justify-content: space-evenly;
  padding: 1.25rem 0 2.5rem 0;
}
footer ul li {
  margin-right: 60px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  font-family: "Itim", cursive;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.parallax-mirror {
  top: -1.25rem !important;
}

main {
  /*signup*/
  /*our-story */
  /*store*/
  /*contact*/
}
main #first-bg {
  background-image: url("../../img/bg.jpg");
  max-width: 120rem;
  height: 60.9375rem;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  transform: none !important;
  transform-style: unset !important;
}
main .sun {
  background-image: url("../../img/nap.png");
  width: 16.125rem;
  height: 14.625rem;
  position: absolute;
  right: 0;
  top: 5rem;
  z-index: 2;
}
main .bubi {
  background-image: url("../../img/bubi.png");
  width: 26.9375rem;
  height: 20.4375rem;
  position: absolute;
  left: 3%;
  top: 8rem;
  z-index: 2;
}
main .logo {
  background-image: url("../../img/logo.png");
  width: 18.5625rem;
  height: 14.3125rem;
  position: absolute;
  top: 5rem !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  right: 0;
  background-size: cover;
  z-index: 1000000;
}
main .helikopter {
  background-image: url("../../img/heli.png");
  width: 10.5rem;
  height: 6rem;
  position: absolute;
  top: 7rem;
  left: 30%;
  z-index: 2;
}
main .cipo {
  background-image: url("../../img/cipo.png");
  width: 4.9375rem;
  height: 3.5rem;
  position: absolute;
  top: 45rem;
  right: 20%;
  z-index: 2;
}
main .frizbi {
  background-image: url("../../img/frizbi.png");
  width: 5.125rem;
  height: 2.75rem;
  position: absolute;
  top: 38rem;
  left: 19%;
  z-index: 2;
}
main .raketa {
  background-image: url("../../img/raketa.png");
  width: 4.125rem;
  height: 2.6875rem;
  position: absolute;
  top: 50rem;
  right: 3%;
  z-index: 2;
}
main .labda {
  background-image: url("../../img/labda.png");
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  top: 34rem;
  right: 10%;
  z-index: 2;
}
main .magnes {
  background-image: url("../../img/magnes.png");
  width: 2.5625rem;
  height: 2.25rem;
  position: absolute;
  top: 42rem;
  z-index: 2;
  left: 17%;
}
main .megafon {
  background-image: url("../../img/megafon.png");
  width: 6.6875rem;
  height: 5.125rem;
  position: absolute;
  top: 54rem;
  z-index: 2;
  left: 10%;
}
main .family {
  background-image: url("../../img/FAMILY.png");
  width: 57.75rem;
  height: 33.4375rem;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: 37rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
main .signup-section {
  background-image: url("../../img/signup-eg.png");
  max-width: 120rem;
  width: 100%;
  height: 39rem;
  position: relative;
  margin-top: -4rem;
  z-index: 9;
  background-position: center;
  margin-bottom: 130px;
}
main .signup-section .felho1 {
  background-image: url("../../img/signup-felho1.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 103px;
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-animation: moveclouds 30s linear infinite;
  -moz-animation: moveclouds 30s linear infinite;
  -o-animation: moveclouds 30s linear infinite;
}
main .signup-section .felho2 {
  background-image: url("../../img/signup-felho2.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 200px;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}
main .signup-section .erdo {
  background-image: url("../../img/signup-fak.png");
  height: 709px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
}
main .signup-section .container {
  display: flex;
  justify-content: center;
  padding-top: 130px;
}
main .signup-section .container .form-bg {
  border-radius: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 34.75rem;
  height: 31.625rem;
  display: block;
}
main .signup-section .container .form-bg .round {
  position: relative;
  right: 7.5rem;
  top: 1.25rem;
}
main .signup-section .container .form-bg .round p {
  margin-left: 2.5rem;
  margin-top: -0.8125rem;
  color: #ababab;
  font-size: 1.125rem;
}
main .signup-section .container .form-bg .round label {
  background-color: #E3E2E1;
  border: 0.0625rem solid #00ac96;
  border-radius: 50%;
  cursor: pointer;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
}
main .signup-section .container .form-bg .round label:after {
  border: 2px solid #00ac96;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
main .signup-section .container .form-bg .round input[type=checkbox] {
  visibility: hidden;
}
main .signup-section .container .form-bg .round input[type=checkbox]:checked + label {
  background-color: #E3E2E1;
  border-color: #00ac96;
}
main .signup-section .container .form-bg .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
main .signup-section .container .form-bg h3 {
  text-align: center;
  color: #00ac96;
  font-size: 2.375rem;
  margin-top: 1.875rem;
}
main .signup-section .container .form-bg span {
  text-align: center;
  color: #00ac96;
  font-size: 1.875rem;
  display: block;
  margin-bottom: 2.5625rem;
  margin-top: 0.625rem;
}
main .signup-section .container .form-bg .success-msg {
  display: none;
  text-align: center;
  font-size: 2rem;
  padding: 3rem 0;
}
main .signup-section .container .form-bg form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .signup-section .container .form-bg form label:first-child {
  margin-bottom: 20px;
}
main .signup-section .container .form-bg form input[type=text] {
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #00AC96;
  background-color: #E3E2E1;
  width: 23.6875rem;
  height: 3.75rem;
  border-radius: 1.625rem;
  outline: none;
  padding-left: 0.9375rem;
  color: #00ac96;
  font-size: 1.5625rem;
  font-family: "Itim", cursive;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
main .signup-section .container .form-bg form button {
  color: #fff;
  font-size: 2.0625rem;
  font-family: "Itim", cursive;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #e50064;
  width: 23.6875rem;
  height: 4.375rem;
  border-radius: 2.625rem;
  outline: none;
  padding-left: 0.9375rem;
  margin-top: 1.75rem;
  -webkit-box-shadow: 1px 14px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 14px 10px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 14px 10px -1px rgba(0, 0, 0, 0.75);
}
main .signup-section .container .form-bg form button:hover {
  background-color: #81bb49;
  -webkit-transition: background-color 300ms ease-out 300ms;
  -moz-transition: background-color 300ms ease-out 300ms;
  -o-transition: background-color 300ms ease-out 300ms;
  transition: background-color 300ms ease-out 300ms;
}
main .korall-section {
  background-image: url("../../img/korall-section.png");
  max-width: 120rem;
  width: 100%;
  height: 48.9375rem;
  position: relative;
  margin-top: -4rem;
  display: flex;
  align-items: center;
  z-index: 10;
  background-position: center;
}
main .korall-section .family-circle {
  background-image: url("../../img/FAMILY-circle.png");
  width: 30.875rem;
  height: 30.125rem;
  position: absolute;
  z-index: 100;
  top: -5.5rem;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main .korall-section .our-story {
  position: relative;
  z-index: 100000;
  font-family: "Itim", cursive;
  color: #fff;
}
main .korall-section .our-story h3 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
main .korall-section .our-story .text {
  font-size: 1.3125rem;
  margin-bottom: 2rem;
  line-height: 25px;
}
main .particles-js-canvas-el {
  position: absolute !important;
  padding-top: 54px;
  padding-bottom: 52px;
}
main .space-section {
  background-image: url("../../img/space.png");
  max-width: 120rem;
  width: 100%;
  height: 50.1875rem;
  position: relative;
  margin-top: -6rem;
  padding-top: 8rem;
  z-index: 3;
  background-position: center;
}
main .space-section h2 {
  font-family: "Itim", cursive;
  font-size: 2.375rem;
  color: #fff;
  text-align: center;
}
main .space-section h3 {
  font-family: "Itim", cursive;
  font-size: 1.8125rem;
  margin-top: 2rem;
  color: #fff;
  text-align: center;
}
main .space-section .arrow {
  background-image: url("../../img/nyil.png");
  height: 8.5625rem;
  width: 2.3125rem;
  position: absolute;
  top: 28%;
  left: 49%;
  transform: translate(-50%, -50%);
}
main .space-section .satellite {
  background-image: url("../../img/satellite.png");
  height: 15rem;
  width: 18.125rem;
  position: absolute;
  top: 15%;
  left: 65%;
  transform: translate(-50%, -50%);
  animation: float 7s ease-in-out infinite;
}
main .space-section .cta {
  color: #fff;
  font-size: 2.0625rem;
  font-family: "Itim", cursive;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #e50064;
  border-radius: 2.625rem;
  padding: 1rem 3rem;
  display: inline-block;
}
main .space-section .card {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}
main .space-section .card a {
  color: #00ac96;
}
main .space-section .card a span {
  margin: 10px 0;
  display: inline-block;
}
main .space-section .card img {
  max-width: 100%;
}
main .contact-section {
  background-image: url("../../img/contact-bg.png");
  max-width: 120rem;
  width: 100%;
  height: 53rem;
  position: relative;
  background-repeat: no-repeat;
  margin-top: -6rem;
  z-index: 1;
  background-position: center;
  padding-top: 6rem;
  /*        .skycloud {
              background-image: url("../../img/felho.png");
              height: 8.125rem;
              width: 24rem;
              position: absolute;
              right: -10.9375rem;
              top: 2.875rem;
          }*/
}
main .contact-section .container {
  position: relative;
}
main .contact-section .ablak {
  background-image: url("../../img/contact-ablak.png");
  position: absolute;
  width: 450px;
  height: 584px;
  right: 0;
  top: -190px;
}
main .contact-section .terkep {
  background-image: url("../../img/contact-terkep.png");
  width: 746px;
  height: 531px;
  position: relative;
  top: 128px;
  left: 183px;
}
main .contact-section .terkep .szovegbubi {
  background-image: url("../../img/szovegbubi.png");
  height: 10rem;
  width: 13.75rem;
  position: absolute;
  top: 90px;
  left: 115px;
}
main .contact-section .terkep-mobile {
  display: none;
  padding-top: 180px;
}
main .contact-section .terkep-mobile img {
  width: 100%;
  height: auto;
}
main .contact-section h2 {
  font-family: "Itim", cursive;
  font-size: 2.375rem;
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 135px;
}
main .contact-section .haromgombos {
  background-image: url("../../img/contact-3gombos.png");
  width: 186px;
  height: 228px;
  position: absolute;
  left: -77px;
  top: 98px;
}
main .contact-section .box {
  background-image: url("../../img/box.png");
  height: 16.4375rem;
  width: 15.125rem;
  position: absolute;
  top: 380px;
  left: -140px;
}
main .contact-section .box .green-btn {
  background-image: url("../../img/greenbtn.png");
  height: 12.125rem;
  width: 12.125rem;
  position: absolute;
  top: 12%;
  left: 9%;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
main .contact-section .muszerfal {
  background-image: url("../../img/contact-muszerfal.png");
  width: 19.125rem;
  height: 15.875rem;
  position: absolute;
  top: 455px;
  left: 78%;
}
main .contact-section .muszerfal .mutato {
  background-image: url("../../img/contact-mutato.png");
  position: absolute;
  width: 99px;
  height: 99px;
  top: 34px;
  left: 151px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
main #parallax-container div {
  position: fixed;
  top: 0;
  background-position: center !important;
  transform: translateY(0px);
  width: 100%;
}
main .our-story {
  font-family: "Itim", cursive;
  font-size: 1.3125rem;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.justify-content-center {
  justify-content: center;
}

.d_flex {
  display: flex;
}

.parallax {
  overflow: hidden;
}

/* RESPONSIVE */
@media screen and (max-width: 1600px) {
  main .contact-section .ablak {
    display: none;
  }
  main .bubi {
    transform: scale(0.8);
    top: 4rem;
  }
  main .frizbi {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  main .contact-section .muszerfal {
    display: none;
  }
  main .contact-section .terkep {
    left: 250px;
  }
  main .contact-section .box {
    left: -25px;
  }
  main .contact-section .haromgombos {
    left: 0;
  }
  main .bubi {
    transform: scale(0.66);
    top: 4rem;
  }
  main .cipo,
main .magnes {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .episodes-section .box_container .box {
    width: 225px;
    height: 130px;
    margin-bottom: 10px;
  }
  .episodes-section .box_container .box img {
    width: 225px;
    height: 130px;
  }

  main .contact-section .terkep {
    left: 0;
    right: 0;
    margin: auto;
  }
  main .contact-section .box {
    display: none;
  }
  main .contact-section .haromgombos {
    display: none;
  }
  main .korall-section .family-circle {
    left: 0;
  }
  main .bubi {
    left: 0;
    top: 2rem;
  }
  main .labda,
main .helikopter {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  main .family {
    max-width: 95%;
    background-size: contain;
    background-position: center;
  }
  main .bubi {
    width: 15.9375rem;
    height: 13.4375rem;
    position: absolute;
    left: -5%;
    top: 0;
    background-size: cover;
    z-index: 2;
  }
  main .korall-section .family-circle {
    position: relative;
    transform: scale(0.8);
    top: -3rem;
    height: 27rem;
    width: 100%;
  }
  main .korall-section .our-story {
    top: -80px;
  }
  main .contact-section {
    height: 50rem;
  }
  main .contact-section .terkep {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  main .contact-section .terkep .szovegbubi {
    top: 80px;
    left: 105px;
  }
  main .space-section .satellite {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu-icon {
    display: block;
  }

  .share-icons {
    cursor: pointer;
    display: flex;
    padding-bottom: 3rem;
  }
  .share-icons .twitter {
    margin-right: 1.1875rem;
  }
  .share-icons .facebook {
    margin-right: 1.1875rem;
  }
  .share-icons .whatsapp {
    margin-right: 1.1875rem;
  }
  .share-icons .insta {
    margin-right: 1.1875rem;
  }
  .share-icons .thumbler {
    height: 2.5rem;
    width: 2.5rem;
  }

  .labda,
.helikopter {
    display: block;
  }

  .megafon {
    top: 50rem;
  }

  .yt-mobile-container {
    display: inline-block;
    position: absolute;
    margin: 13px 50px 0;
  }
  .yt-mobile-container .yt-mobile {
    background-image: url("../../img/Yt-watch-now.png");
    height: 3.3125rem;
    width: 15.3125rem;
  }

  .nav-bar .d_flex {
    display: none;
    text-align: right;
    margin-top: 4px;
  }
  .nav-bar.active {
    height: 310px;
  }
  .nav-bar li {
    padding: 15px 0;
    margin: 0;
    text-align: center;
  }

  main .logo {
    top: 8rem !important;
  }
  main .sun {
    display: block;
    width: 9.125rem;
    height: 8.625rem;
    position: absolute;
    background-size: cover;
    right: 1rem;
    top: 1rem;
  }
  main .space-section h2 {
    width: 100%;
    left: 0;
    text-align: center;
    top: 14%;
    transform: translateY(0%);
  }
  main .space-section .satellite {
    top: 36rem;
    left: 27%;
    transform: translate(-50%, 50%);
    background-size: contain;
    height: 10rem;
    width: 12.125rem;
  }
  main .contact-section .terkep {
    display: none;
  }
  main .contact-section .terkep-mobile {
    display: block;
  }

  .parallax {
    position: relative;
  }

  footer .d_flex:first-child {
    display: block;
    text-align: center;
  }
  footer .d_flex:first-child li {
    margin: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .video_container {
    max-width: 540px;
    width: 100%;
  }

  .down-arrow {
    right: -25px;
    top: -11px;
  }

  .episode.ep12, .episode.ep11, .episode.ep10, .episode.ep9, .episode.ep8, .episode.ep7, .episode.ep6, .episode.ep5, .episode.ep4, .episode.ep3, .episode.ep2, .episode.ep1 {
    height: 100vh;
  }
  .episode .cta_container .cta {
    color: #fff;
    font-size: 30px;
    font-family: "Itim", cursive;
    border: 4px solid #fff;
    background-color: #e50064;
    border-radius: 2.625rem;
    padding: 1rem 2rem;
    margin-top: 50px;
    /* display: inline-block; */
  }
  .episode h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .episode h4 {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 22px;
  }
  .episode .cta_container {
    padding-bottom: 50px;
  }

  .color-green-mobile {
    color: #00ac96 !important;
  }

  .episodes-section h1 {
    margin-bottom: 50px;
  }
  .episodes-section .cta_container {
    margin-top: 25px;
  }
  .episodes-section .box_container p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
  }
  .episodes-section .box_container .box {
    width: 125px;
    height: 70px;
    margin: 10px auto;
  }
  .episodes-section .box_container .box img {
    width: 125px;
    height: 70px;
  }

  main .megafon {
    top: 49rem;
  }
  main .logo {
    top: 10rem !important;
  }
  main .signup-section .container .form-bg {
    width: 20rem;
    border-radius: 80px;
  }
  main .signup-section .container .form-bg .round {
    right: 4.5rem;
  }
  main .signup-section .container .form-bg span {
    text-align: center;
    color: #00ac96;
    font-size: 1.875rem;
    display: block;
    margin-bottom: 1.2625rem;
    margin-top: 0.625rem;
  }
  main .signup-section .container .form-bg form input[type=text] {
    width: 15.6875rem;
    font-size: 1.2rem;
  }
  main .signup-section .container .form-bg form button {
    width: 15.6875rem;
  }
  main .space-section h3 {
    left: 0;
    width: 100%;
    text-align: center;
    transform: initial;
  }
  main .space-section h2 {
    width: 100%;
    left: 0;
    text-align: center;
    top: 14%;
    transform: translateY(0%);
  }
  main .space-section .card {
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  main .space-section .col-sm {
    width: 33%;
  }
  main .contact-section .terkep {
    display: none;
  }
  main .contact-section .terkep-mobile {
    display: block;
  }

  .parallax {
    position: relative;
  }

  footer .d_flex:first-child {
    display: block;
    text-align: center;
  }
  footer .d_flex:first-child li {
    margin: 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*# sourceMappingURL=index.css.map */
