.kids-parties,
.group-events,
.special-events {
  background: url(/view/img/parties/no-bubbles-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card__centered {
  max-width: 1024px;
}
.card__centered h1 {
  margin-bottom: 40px;
  font-size: 150px;
  line-height: 150px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .card__centered h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.card__centered p {
  color: #fff;
  margin-top: 40px;
}
.card__centered__title {
  position: absolute;
}
.card__centered__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card__centered__copy__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.card__centered__copy__btn--horizontal {
  flex-direction: row;
  align-items: center;
}
.card__centered__copy__btn--horizontal a:first-child {
  margin-right: 10px;
}
.card__centered__copy__btn--horizontal a:last-child {
  margin-left: 10px;
}
.card-left h1 {
  margin-bottom: 40px;
  font-size: 150px;
  line-height: 150px;
  position: relative;
  z-index: 1;
}
.card-left,
.card-right {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.card-left {
  width: 65%;
  padding-right: 30px;
}
@media all and (max-width: 1024px ) {
  .card-left {
    width: 55%;
  }
}
@media all and (max-width: 736px ) {
  .card-left {
    width: 100%;
    padding-right: 0;
  }
}
.card-right {
  width: 35%;
  padding-left: 30px;
}
@media all and (max-width: 1024px ) {
  .card-right {
    width: 45%;
  }
}
@media all and (max-width: 736px ) {
  .card-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.card-right p {
  color: #fff;
  margin-top: 40px;
}
.card-right .bookNow {
  margin-top: 30px;
  text-align: left;
}
.bookNow .c {
  margin-top: 40px;
}
.kids-custom .inline-btn,
.group-custom .inline-btn {
  margin-top: 80px;
  min-width: 8em;
}
@media all and (max-width: 500px ) {
  .kids-custom .inline-btn,
  .group-custom .inline-btn {
    margin-top: 40px;
  }
}
.kids-custom .inline-btn:first-of-type,
.group-custom .inline-btn:first-of-type {
  margin-right: 7px;
}
@media all and (max-width: 500px ) {
  .kids-custom .inline-btn:first-of-type,
  .group-custom .inline-btn:first-of-type {
    margin-right: 0;
  }
}
.kids-custom .inline-btn:last-of-type,
.group-custom .inline-btn:last-of-type {
  margin-left: 7px;
}
@media all and (max-width: 500px ) {
  .kids-custom .inline-btn:last-of-type,
  .group-custom .inline-btn:last-of-type {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.kids-custom h3,
.group-custom h3 {
  font-weight: bold;
}
.kids-custom .note {
  text-align: left;
}
.kids-custom ul {
  clear: both;
  margin-top: 30px;
}
.kids-custom ul li {
  margin-bottom: 3px;
  color: #418FDE;
  margin-left: 17px;
}
@media all and (max-width: 736px ) {
  .kids-custom ul li {
    margin-bottom: 5px;
  }
}
.group-custom {
  clear: both;
}
.accordian-cont {
  width: 100%;
  padding: 60px 80px 60px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0px 50px;
}
@media all and (max-width: 1280px ) {
  .accordian-cont {
    padding: 60px 100px 60px;
  }
}
@media all and (max-width: 1024px ) {
  .accordian-cont {
    padding: 50px 0 40px;
  }
}
.accordian-cont .inner {
  padding-top: 0;
}
.accordian-cont ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.accordian-cont ul li {
  width: 50%;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li {
    width: 100%;
  }
}
.accordian-cont ul li:nth-child(even) {
  padding-left: 30px;
}
@media all and (max-width: 1024px ) {
  .accordian-cont ul li:nth-child(even) {
    padding-left: 20px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li:nth-child(even) {
    padding-left: 0;
  }
}
.accordian-cont ul li:nth-child(odd) {
  padding-right: 30px;
}
@media all and (max-width: 1024px ) {
  .accordian-cont ul li:nth-child(odd) {
    padding-right: 20px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li:nth-child(odd) {
    padding-right: 0;
  }
}
.accordian-cont ul li:nth-child(1),
.accordian-cont ul li:nth-child(2) {
  margin-bottom: 80px;
}
@media all and (max-width: 1024px ) {
  .accordian-cont ul li:nth-child(1),
  .accordian-cont ul li:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li:nth-child(1),
  .accordian-cont ul li:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li:nth-child(3) {
    margin-bottom: 50px;
  }
}
.accordian-cont ul li .accordion {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
  color: #fff;
}
.accordian-cont ul li .active,
.accordian-cont ul li .accordion:hover {
  background-color: transparent;
}
.accordian-cont ul li .accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordian-cont ul li .active:after {
  content: "\2212";
}
.accordian-cont ul li .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}
.accordian-cont ul li .panel p {
  font-size: 18px;
  line-height: 23px;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: left;
  margin-top: 7px;
  color: #fff;
}
@media all and (max-width: 1280px ) {
  .accordian-cont ul li .panel p {
    max-width: 90%;
    font-size: 18px;
    line-height: 23px;
  }
}
@media all and (max-width: 1024px ) {
  .accordian-cont ul li .panel p {
    max-width: 95%;
    font-size: 17px;
    line-height: 22px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li .panel p {
    font-size: 16px;
    line-height: 22px;
  }
}
.accordian-cont ul li .panel .bookNow {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.accordian-cont ul li .panel .bookNow .btn {
  padding: 13px 20px;
  font-size: 20px;
}
.accordian-cont ul li .img-cont {
  width: 100%;
  margin-top: 15px;
}
.accordian-cont ul li .img-cont img {
  width: 100%;
}
.accordian-cont ul li h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1280px ) {
  .accordian-cont ul li h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 1024px ) {
  .accordian-cont ul li h5 {
    font-size: 19px;
    line-height: 25px;
  }
}
@media all and (max-width: 736px ) {
  .accordian-cont ul li h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.special-events .bookNow {
  margin-top: 30px;
}
.special-events .bookNow a:nth-child(2) {
  margin: 0 20px;
}
@media all and (max-width: 736px ) {
  .special-events .bookNow a:nth-child(2) {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}
@media all and (max-width: 736px ) {
  .special-events .bookNow .inline-btn {
    min-width: 9em;
  }
  .special-events .bookNow .inline-btn:last-of-type {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.group-events .bookNow {
  margin-top: 30px;
}
.group-events .bookNow a:first-child {
  margin-right: 10px;
}
.group-events .bookNow a:last-child {
  margin-left: 10px;
}
@media all and (max-width: 500px ) {
  .group-events .bookNow .inline-btn {
    min-width: 8em;
  }
  .group-events .bookNow .inline-btn:first-of-type {
    margin-right: 0;
  }
  ul .group-events .bookNow .inline-btn:last-of-type {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50vw;
}
.list {
  padding: 0px 50px 0px 50px;
}
.looking {
  background-color: #418fde;
  justify-content: center;
}
.party-h2-title {
  color: #418fde;
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.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;
}
.party-h2 {
  color: #418fde;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 40px;
}
.columnf-btn {
  list-style: none;
  margin: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.columnf {
  padding: 30px 15px 0;
  text-align: center;
}
.birthday-packages {
  background: url(/view/img/parties/2021/Bubble_backpattern_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.corporate-events-bottom {
  background: url(/view/img/parties/2021/Bubble_backpattern_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.special-events-bottom {
  background: url(/view/img/parties/2021/Bubble_backpattern_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.column-p-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 35px;
  width: 100%;
  padding: 5px 0px;
}
.column-p {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  width: 20vw;
}
.column-p-include {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  width: 20vw;
}
.btn-green {
  font-family: "Nunito", sans-serif;
  color: white;
  background-color: #43b02a;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  margin: 30px 0px;
  min-width: 165px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   display:block;
   width: max-content;
}
.btn-blue {
  font-family: "Nunito", sans-serif;
  color: white;
  background-color: #418fde;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  margin: 30px 0px;
  min-width: 165px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display:block;
  width: max-content;
}
.btn-blue-p-bday {
  font-family: "Nunito", sans-serif;
  color: white;
  background-color: #418fde;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 10px;
  min-width: 165px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   display:block;
   width: max-content;
}
.p-bday-txt {
  color: white;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
}
.birthday-packages-mobile {
  background: url(/view/img/parties/2021/Bubble_backpattern_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  height: 100%;
}



.birthday-packages-list {
  max-width: 310px;
  width: 100%;
  padding-left: 10px;
  list-style-type: none;
}
.birthday-packages-list li {
  padding-right: 10px;
  list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
  color: #fff;
  font-weight: normal;
  font-size: 40px;
}
.special-list {
  width: 100%;
  list-style-type: none;
}
.special-ul {
  list-style: none;
  margin: 25px 0px;
  text-align: center;
}
.special-list li {
  text-align: left;
  padding-right: 10px;
  list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
  color: #fff;
  font-weight: normal;
  font-size: 40px;
}
.birthday-packages-list ul {
  margin-left: 40px;
  list-style: none;
}
.birthday-packages-price ul li::marker {
  font-size: 40px;
  margin-left: 25px;
}
.birthday-packages-list-mobile {
  list-style-type: none;
  max-width: 200px;
  width: 100%;
  margin: 5px;
  display: inline-block;
  max-height: 430px;
}
.corporate-packages ul li {
  /* padding: 0.3em 0 1em 40px; */
  list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
  color: #fff;
  font-weight: normal;
  font-size: 40px;
}
.birthday-packages-mobile ul div li {
  list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
}

.birthday-packages-mobile .navigation_mobile a{
  display: inline-block;
}

.special-cont {
  margin: 50px;
  list-style: none;
}
.special {
  padding: 50px;
}
.b:hover {
  color: white;
  background-color: #418fde;
}
.g:hover {
  color: white;
  background-color: #43b02a;
}
.w:hover {
  color: #418fde;
  background-color: white;
}
@media (min-width: 993px) {
  .birthday-packages-mobile {
    display: none;
  }
  .navigation_mobile {
    display: none;
  }
  .family-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
    color: #fff;
    font-weight: normal;
    font-size: 40px;
  }
  .family-list li {
    margin-right: 35px;
  }
  .sp {
    margin: 30px 10px;
  }
}
@media (max-width: 992px) {
  .birthday-packages {
    display: none;
  }
  .family-list {
    list-style-image: url(/view/img/parties/2021/TheBubble_spring_White.svg);
    color: #fff;
    font-weight: normal;
    font-size: 40px;
  }
  .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-height: 50vh;
    width: 100%;
    padding: 20px 0px;
  }
  .columnf-btn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .corporate-events-bottom {
    flex-direction: column;
  }
  special-events-bottom {
    flex-direction: column;
  }
  .corporate-packages {
    padding-left: 40px;
  }
  .accordian-cont {
    padding: 20px;
  }
  .mobile-hide {
    display: none!important;
  }
  .sp {
    margin: 10px 0px;
  }
  .special-events-bottom {
    flex-direction: column;
  }
  
    .column{
        display:block;
        min-height:auto;
    }
    #family-party img, #special-events img{
        display:none;
    }
    #family-party ,#special-events,#kids-party,#school-camps,#corporate-events {
        min-height:auto!important;
    }
}

.for-column{
   margin: 15px; column-count: 2; column-gap: 10px; height: 100%;
}

.list{
    margin-right:50px;
}

  @media (max-width: 768px) {
      .btn-green {
      padding: 10px 17px;
      font-size:16px;
    }
    .btn-blue {
      padding: 10px 17px;
      font-size:16px;
    }
    
    .column ul{
        margin:10px;
        padding:5px;
    }
    
    .party-h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    
    .list{
        margin-right:0px;
    }
}

@media (max-width: 500px) {
    .for-column{
       margin: 15px; column-count: 1; column-gap: 0px; height: 100%;
    }
}
    



.gallery{
  padding: 80px 0;
  background-color: #418fde;
}



.slider {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  position: relative;
  overflow: hidden; /* <===  */
  border-radius: 10px;
  margin: 0 auto;
}

.slide {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  /*width: 40px;*/
  /*height: 40px;*/
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
.btn:active {
  transform: scale(1.1);
}
.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}

button svg{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  fill: #43b02a;
}

.btn-prev svg{
  left:8px;
}
.btn-next svg{
  left:12px;
}

button:hover > svg{
  fill: #418fde;
}
.btn-container{
  text-align: center;
  margin:60px 0 0;
}
.btn-container a{
  display: inline-block;
  margin: 0;
}