.first-cont {
  background: url(/view/img/parties/no-bubbles-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  overflow: hidden;
}
.home-cont {
  background: url(/view/img/parties/no-bubbles-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}
.text-animation {
  height: 100vh;
  width: 100%;
  position: relative;
}
.text-animation .copy {
  position: absolute;
  top: 50%;
  left: 20%;
  margin-right: -50%;
  transform: translate(-20%, -50%);
  z-index: 9;
  padding: 80px;
}
@media all and (max-width: 500px ) {
  .text-animation .copy {
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
    padding: 0;
  }
}
.text-animation .copy h1 {
  text-transform: uppercase;
}
.text-animation .copy h2 {
  font-weight: 400;
}
@media all and (max-width: 500px ) {
  .text-animation .copy h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
h1.home {
  font-size: 200px;
  line-height: 200px;
  color: #fff;
  font-weight: bolder;
}
@media all and (max-width: 1600px ) {
  h1.home {
    font-size: 150px;
    line-height: 160px;
  }
}
@media all and (max-width: 1440px ) {
  h1.home {
    font-size: 120px;
    line-height: 120px;
  }
}
@media all and (max-width: 1280px ) {
  h1.home {
    font-size: 110px;
    line-height: 110px;
  }
}
@media all and (max-width: 1024px ) {
  h1.home {
    font-size: 90px;
    line-height: 90px;
  }
}
@media all and (max-width: 736px ) {
  h1.home {
    font-size: 70px;
    line-height: 70px;
  }
}
@media all and (max-width: 500px ) {
  h1.home {
    font-size: 50px;
    line-height: 56px;
  }
}
.video-animation {
  height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#video-bg,
#video-bgm {
  position: absolute;
  top: 0;
  left: 0;
}
video {
  display: block;
}
.video-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kids-birthday-block {
  position: relative;
}
.kids-birthday-block .kids-back {
  background: url(/view/img/home/new/6470-overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  height: 60vh;
  position: relative;
  margin-bottom: 10px;
  z-index: 99;
}
@media all and (max-width: 1280px ) {
  .kids-birthday-block .kids-back {
    height: 50vh;
  }
}
@media all and (max-width: 1024px ) {
  .kids-birthday-block .kids-back {
    height: 40vh;
  }
}
@media all and (max-width: 736px ) {
  .kids-birthday-block .kids-back {
    height: 250px;
  }
}
.kids-birthday-block .kids-back .btn {
  z-index: 9999;
}
.kids-birthday-block .group-events {
  background: url(/view/img/home/new/6681-overlay-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  height: 45vh;
  position: relative;
}
@media all and (max-width: 1280px ) {
  .kids-birthday-block .group-events {
    height: 35vh;
  }
}
@media all and (max-width: 1024px ) {
  .kids-birthday-block .group-events {
    height: 30vh;
  }
}
@media all and (max-width: 736px ) {
  .kids-birthday-block .group-events {
    margin-bottom: 10px;
    height: 250px;
  }
}
.kids-birthday-block .eat-and-drink {
  background: url(/view/img/home/new/6374-overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  height: 45vh;
  position: relative;
}
@media all and (max-width: 1280px ) {
  .kids-birthday-block .eat-and-drink {
    height: 35vh;
  }
}
@media all and (max-width: 1024px ) {
  .kids-birthday-block .eat-and-drink {
    height: 30vh;
  }
}
@media all and (max-width: 736px ) {
  .kids-birthday-block .eat-and-drink {
    height: 250px;
  }
}
.kids-birthday-block .kids-back h2,
.kids-birthday-block .group-events h2,
.kids-birthday-block .eat-and-drink h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 736px ) {
  .kids-birthday-block .kids-back h2,
  .kids-birthday-block .group-events h2,
  .kids-birthday-block .eat-and-drink h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 500px ) {
  .kids-birthday-block .kids-back h2,
  .kids-birthday-block .group-events h2,
  .kids-birthday-block .eat-and-drink h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.reveal {
  margin: 0 20px;
  overflow: hidden;
}
.reveal .reveal__content {
  transform: translateY(100%);
  animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}
.reveal:nth-child(1) .reveal__content {
  animation-delay: 3.8s;
}
.reveal:nth-child(2) .reveal__content {
  animation-delay: 4.2s;
}
.reveal:nth-child(3) .reveal__content {
  animation-delay: 4.6s;
}
@keyframes reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.img-cont {
  overflow: hidden;
  position: relative;
  width: 60vw;
  top: 15%;
}
@media all and (max-width: 500px ) {
  .img-cont {
    top: 25%;
  }
}
.img-cont .img {
  position: absolute;
  right: -35%;
  width: 33%;
  overflow: hidden;
}
@media all and (max-width: 736px ) {
  .img-cont .img {
    width: 40%;
  }
}
.hero-pictures .inner {
  padding-bottom: 0px;
}
.hero-pictures .inner .vertical {
  margin-bottom: 10vh;
}
.vertical {
  width: 45%;
}
@media all and (max-width: 500px ) {
  .vertical {
    width: 55%;
  }
}
.vertical:first-child img {
  width: 45%;
}
@media all and (max-width: 1280px ) {
  .vertical:first-child img {
    width: 50%;
  }
}
@media all and (max-width: 500px ) {
  .vertical:first-child img {
    width: 60%;
  }
}
.vertical:nth-child(2) {
  margin: 100px 0;
  text-align: right;
}
@media all and (max-width: 1280px ) {
  .vertical:nth-child(2) {
    margin: 80px 0;
  }
}
@media all and (max-width: 500px ) {
  .vertical:nth-child(2) {
    margin: 40px 0;
  }
}
.vertical:nth-child(2) img {
  width: 50%;
}
@media all and (max-width: 1280px ) {
  .vertical:nth-child(2) img {
    width: 55%;
  }
}
@media all and (max-width: 500px ) {
  .vertical:nth-child(2) img {
    width: 65%;
  }
}
.vertical:last-child {
  text-align: center;
}
.vertical:last-child img {
  width: 80%;
}
@media all and (max-width: 500px ) {
  .vertical:last-child img {
    width: 95%;
  }
}
.waiver {
  width: 100%;
  clear: both;
  margin-top: 60px;
  display: inline-block;
}
.waiver h2 {
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(/view/img/parties/no-bubbles-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 800px ) {
  .home-hero {
    max-height: 70vh;
  }
}
.home-hero__copy {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  max-width: 800px;
  z-index: 2;
  list-style: none;
  text-align: center;
}
.home-hero__copy__title {
  text-align: center;
  padding-bottom: 30px;
}
@media all and (max-width: 800px ) {
  .home-hero__copy__title {
    margin-top: 20px;
  }
  
  .home-hero__copy {
      padding:5px;
     position: absolute;
    /* left: 50%; */
    top:26vh;
    /*transform: translate(0%, -58%);*/
  }
}
.home-hero__copy__button {
  text-align: center;
}
.home-hero__copy__button__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media all and (max-width: 800px ) {
  .home-hero__copy__button__list {
    flex-direction: column;
    align-items: center;
  }
}
.home-hero__copy__button__list__item {
  display: flex;
}
@media all and (max-width: 800px ) {
  .home-hero__copy__button__list__item {
    padding: 0px 0px;
  }
}
/*.home-hero__copy__button__list__item a {*/
/*  font-family: "Nunito", sans-serif;*/
/*  border: none;*/
/*  color: white;*/
/*  background-color: #418fde;*/
/*  text-align: center;*/
/*  font-weight: 600;*/
/*  padding: 15px 22px;*/
/*  position: relative;*/
/*  min-width: 6em;*/
/*  text-decoration: none;*/
/*  font-size: 20px;*/
/*  border-radius: 5px;*/
/*  letter-spacing: 0.5px;*/
/*  cursor: pointer;*/
/*  -webkit-transition: all ease 0.3s;*/
/*  -moz-transition: all ease 0.3s;*/
/*  -o-transition: all ease 0.3s;*/
/*  transition: all ease 0.3s;*/
/*}*/
.home-hero__copy__button__list__item a:hover {
  color: #418fde;
  background-color: white;
}
.home-hero__copy__arrow {
  margin-top: 50px;
}
@media all and (max-width: 800px ) {
  .home-hero__copy__arrow {
    margin-top: 30px;
  }
}
.home-hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 60vh;
  width: 50vw;
}
.column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  text-align: left;
  margin: 20px;
  padding: 10px;
}
.column li {
  max-width: 600px;
}
.home-h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.b {
  color: #418fde;
}
.g {
  color: #43b02a;
}

.btn-white {
  font-family: "Nunito", sans-serif;
  color: #418fde;
  background-color: white;
  text-align: center;
  font-weight: bold;
  padding: 15px 22px;
  margin: 10px;
  position: relative;
  min-width: 6em;
  text-decoration: none;
  font-size: 25px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-blue {
  font-family: "Nunito", sans-serif;
  color: white;
  background-color: #418fde;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px;
  position: relative;
  min-width: 6em;
  text-decoration: none;
  font-size: 21px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.b:hover {
  color: white;
  background-color: #418fde;
}
.g:hover {
  color: white;
  background-color: #43b02a;
}
.w:hover {
  color: #418fde;
  background-color: white;
}
.partnership-sponsors-body {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.partnership-sponsors-item {
  flex: 1 0 20%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  align-content: center;
  margin-bottom: 5px;
  height: 170px;
}
.partnership-sponsors-item svg,
.partnership-sponsors-item img {
  max-height: 100px;
  height: 100%;
  width: 80%;
  max-width: 160px;
}
.inflate-h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
  max-width: 1120px;
  color: #fff;
  font-weight: bold;
}
.b:hover {
  color: white;
  background-color: #418fde;
}
.g:hover {
  color: white;
  background-color: #43b02a;
}
.w:hover {
  color: #418fde;
  background-color: white;
}
@media all and (max-width: 992px) {
  .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-height: 50vh;
  }
  .partnership-sponsors-item {
    padding: 10px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .cf {
    height: 100%;
    padding: 10px;
  }
  .tag {
    order: 2;
  }
  .column ul {
    text-align: center;
  }
  .jump-button {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .inflate-h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .partnership-container {
    display: none;
  }
}
.canadafirst {
  position: absolute;
  max-width: 400px;
  text-align: left;
}
@media all and (min-width: 993px) {
  .home-h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    max-width: 500px;
  }
  .home-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 10px;
    max-width: 500px;
  }
  .jump-button {
    margin: 20px;
    display: flex;
    justify-content: center;
  }
  .canadafirst {
    max-width: 400px;
    text-align: left;
  }
  .slideshow-section {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 20px;
  padding: 10px;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #418fde;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  text-align: center;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.inflate-p{
    max-width: 800px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
