.activities-hero-section {
  position: relative;
  padding: 220px 0 220px 0;
}
.activities-hero-section .hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activities-hero-section .hero-image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--blueGradientTopBottom);
  z-index: 1;
}
.activities-hero-section .hero-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.activities-hero-section .activities-hero-content {
  position: relative;
  z-index: 2;
  color: var(--bubbleWhite);
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.activities-hero-section .activities-hero-content h1 {
  font-size: var(--displayText);
  background: var(--orangeGradientTopBottom);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 32px;
  text-align: center;
}
.activities-hero-section .activities-hero-content .rating-container {
  margin-top: 40px;
  margin-bottom: 40px;
  justify-content: center;
}
.activities-hero-section .activities-hero-content .rating-container span {
  color: var(--bubbleWhite) !important;
}
.activities-hero-section .activities-hero-content .hero-descripion,
.activities-hero-section .activities-hero-content .hero-subtitle {
  font-size: var(--paragraphLarge);
  text-align: center;
}
.activities-hero-section .activities-hero-content .hero-subtitle {
  border-top: solid 4px var(--bubbleorange-100);
  background: rgba(33, 49, 71, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 40px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .activities-hero-section .activities-hero-content .hero-subtitle {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .activities-hero-section .activities-hero-content .hero-subtitle {
    font-size: var(--paragraphMedium);
  }
}

.bubble-soccer-activity-section {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section {
    padding-bottom: 60px;
  }
}
.bubble-soccer-activity-section .bubble-soccer-activity-content {
  border-radius: 24px;
  border-top: solid 4px var(--bubbleorange-100);
  padding: 80px;
  background: var(--bubbleWhite);
  position: relative;
  margin-top: -120px;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-content {
    padding: 32px 24px;
  }
}
@media (max-width: 420px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-content {
    padding: 32px 16px;
  }
}
.bubble-soccer-activity-section .bubble-soccer-activity-item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-item-container {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-item-container {
    gap: 16px;
  }
}
.bubble-soccer-activity-section .bubble-soccer-activity-item-container h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  flex-grow: 1;
}
.bubble-soccer-activity-section .bubble-soccer-activity-item-container .bubble-soccer-activity-description {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
}
@media (max-width: 1270px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-item-container .bubble-soccer-activity-description {
    min-width: 100%;
  }
}
.bubble-soccer-activity-section .single-party-item-header {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.bubble-soccer-activity-section .party-included-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
  max-width: 344px;
  min-width: 344px;
  padding: 24px;
  border-radius: 12px;
  background-color: var(--bubbleNeutral-400);
}
@media (max-width: 1270px) {
  .bubble-soccer-activity-section .party-included-items {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .party-included-items {
    gap: 8px;
    padding: 16px;
    margin-top: 16px;
  }
}
.bubble-soccer-activity-section .party-included-items .party-items-header {
  min-width: 100%;
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .party-included-items .party-items-header {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .party-included-items .party-item {
    min-width: 100%;
  }
}
.bubble-soccer-activity-section .party-included-items .party-item img {
  margin-right: 6px;
}
.bubble-soccer-activity-section .party-included-items .party-items-link-button {
  border-radius: 8px;
  background-color: var(--bubbleorange-100);
  color: var(--bubbleWhite);
  text-transform: capitalize;
  font-family: "BubbleHeader";
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .party-included-items .party-items-link-button:hover {
  background-color: var(--bubbleorange-200);
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .party-included-items .party-items-link-button {
  width: 100%;
  margin-top: 12px;
}
.bubble-soccer-activity-section .single-party-cta {
  border-radius: 12px;
  background: var(--pinkGradient);
  gap: 24px;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.bubble-soccer-activity-section .single-party-cta .single-party-cta-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .bubble-soccer-activity-section .single-party-cta .single-party-cta-content-container {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .single-party-cta .single-party-cta-content-container {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .bubble-soccer-activity-section .single-party-cta .single-party-cta-content-container {
    padding: 40px 24px;
  }
}
.bubble-soccer-activity-section .single-party-cta p {
  font-family: "BubbleText";
  font-size: var(--paragraphLarge);
  color: var(--bubbleWhite);
  max-width: 528px;
}
@media (max-width: 1080px) {
  .bubble-soccer-activity-section .single-party-cta p {
    text-align: center;
  }
}
.bubble-soccer-activity-section .single-party-cta a {
  border-radius: 8px;
  background-color: var(--bubbleorange-100);
  color: var(--bubbleWhite);
  text-transform: capitalize;
  font-family: "BubbleHeader";
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .single-party-cta a:hover {
  background-color: var(--bubbleorange-200);
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .gallery-images-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.bubble-soccer-activity-section .gallery-images-container .single-image-container {
  overflow: hidden;
  height: 320px;
  min-height: 320px;
  border-radius: 8px;
  min-width: 200px;
  flex: 1 1 calc(33.33% - 1rem);
  cursor: pointer;
}
.bubble-soccer-activity-section .gallery-images-container .single-image-container:nth-child(4n-3), .bubble-soccer-activity-section .gallery-images-container .single-image-container:nth-child(4n) {
  flex: 1 1 calc(66.66% - 1rem);
}
.bubble-soccer-activity-section .gallery-images-container .single-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .gallery-images-container .single-image-container:hover img {
  scale: 1.1;
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .bubble-soccer-activity-image-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1080px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-image-container {
    flex-direction: column;
  }
}
.bubble-soccer-activity-section .bubble-soccer-activity-image-container img {
  display: block;
  border-radius: 12px;
  width: 45.4545454545%;
  height: 400px;
  object-fit: cover;
}
.bubble-soccer-activity-section .bubble-soccer-activity-image-container img:nth-child(1), .bubble-soccer-activity-section .bubble-soccer-activity-image-container img:nth-child(4) {
  flex-grow: 1;
}
.bubble-soccer-activity-section .bubble-soccer-activity-image-container img:nth-child(2), .bubble-soccer-activity-section .bubble-soccer-activity-image-container img:nth-child(3) {
  max-width: 442px;
  width: 100%;
}
@media (max-width: 1080px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-image-container img {
    min-width: 100%;
  }
  .bubble-soccer-activity-section .bubble-soccer-activity-image-container img:not(:nth-child(1)) {
    display: none;
  }
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .bubble-soccer-activity-image-container img {
    height: 320px;
  }
}
.bubble-soccer-activity-section .activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.bubble-soccer-activity-section .activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.bubble-soccer-activity-section .activity-view-button {
  right: 24px;
  bottom: 24px;
}
@media (max-width: 768px) {
  .bubble-soccer-activity-section .activity-view-button {
    right: 16px;
    bottom: 16px;
  }
}

.google-football-section {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .google-football-section {
    padding-bottom: 60px;
  }
}
.google-football-section .google-footbal-section-activity-item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .google-football-section .google-footbal-section-activity-item-container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .google-football-section .google-footbal-section-activity-item-container {
    gap: 16px;
  }
}
.google-football-section .google-footbal-section-activity-item-container h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  flex-grow: 1;
}
.google-football-section .google-footbal-section-activity-item-container .google-football-section-activity-description {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
}
@media (max-width: 1270px) {
  .google-football-section .google-footbal-section-activity-item-container .google-football-section-activity-description {
    min-width: 100%;
  }
}
.google-football-section .google-football-section-activity-image-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.google-football-section .google-football-section-activity-image-container img {
  height: 678px;
  width: 33%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
@media (max-width: 1080px) {
  .google-football-section .google-football-section-activity-image-container img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .google-football-section .google-football-section-activity-image-container img {
    width: 50%;
    flex-direction: column;
  }
  .google-football-section .google-football-section-activity-image-container img:last-of-type {
    display: none;
  }
}
@media (max-width: 460px) {
  .google-football-section .google-football-section-activity-image-container img {
    height: 300px;
  }
}
.google-football-section .google-football-activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .google-football-section .google-football-activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.google-football-section .google-football-activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.google-football-section .google-football-activity-view-button {
  right: 24px;
  bottom: 24px;
}
@media (max-width: 768px) {
  .google-football-section .google-football-activity-view-button {
    right: 16px;
    bottom: 16px;
  }
}

.combat-archery-section {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .combat-archery-section {
    padding-bottom: 60px;
  }
}
.combat-archery-section .activity-item-header-and-description {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1270px) {
  .combat-archery-section .activity-item-header-and-description {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1270px) {
  .combat-archery-section .combat-archery-section-activity-item-container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .combat-archery-section .combat-archery-section-activity-item-container {
    gap: 16px;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-description {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
  width: 80%;
}
@media (max-width: 1270px) {
  .combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-description {
    min-width: 100%;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .main-activity-image {
  object-fit: cover;
  width: 50%;
  height: 654px;
  flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .main-activity-image {
    height: 320px;
    object-position: top;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .main-activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .supplmentary-activity-images {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 1080px) {
  .combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .supplmentary-activity-images {
    display: none;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-section-activity-image-container .supplmentary-activity-images img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  border-radius: 12px;
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .combat-archery-section .combat-archery-section-activity-item-container .combat-archery-activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.combat-archery-section .combat-archery-section-activity-item-container .combat-archery-activity-view-button {
  left: 24px;
  bottom: 24px;
}
@media (max-width: 768px) {
  .combat-archery-section .combat-archery-section-activity-item-container .combat-archery-activity-view-button {
    left: 16px;
    bottom: 16px;
  }
}

.sports-day-section {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sports-day-section {
    padding-bottom: 60px;
  }
}
.sports-day-section .sports-day-section-activity-item-container {
  position: relative;
}
.sports-day-section .sports-day-activity-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .sports-day-section .sports-day-activity-content {
    margin-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .sports-day-section .sports-day-activity-content {
    gap: 16px;
  }
}
.sports-day-section .sports-day-activity-content h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  flex-grow: 1;
}
.sports-day-section .sports-day-activity-content p {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
}
@media (max-width: 1270px) {
  .sports-day-section .sports-day-activity-content p {
    min-width: 100%;
  }
}
.sports-day-section .sports-day-section-activity-image-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
.sports-day-section .sports-day-section-activity-image-container img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.sports-day-section .sports-day-section-activity-image-container .main-activity-image,
.sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images {
  width: 33.3333333333%;
}
@media (max-width: 1080px) {
  .sports-day-section .sports-day-section-activity-image-container .main-activity-image,
  .sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images {
    width: 50%;
    height: 320px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 490px) {
  .sports-day-section .sports-day-section-activity-image-container .main-activity-image,
  .sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images {
    width: 100%;
  }
}
.sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 490px) {
  .sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images {
    display: none;
  }
}
.sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images img {
  height: 310px;
}
@media (max-width: 1080px) {
  .sports-day-section .sports-day-section-activity-image-container .supplmentary-activity-images.first {
    display: none;
  }
}
.sports-day-section .sports-day-section-activity-image-container .sports-day-activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .sports-day-section .sports-day-section-activity-image-container .sports-day-activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.sports-day-section .sports-day-section-activity-image-container .sports-day-activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.sports-day-section .sports-day-section-activity-image-container .sports-day-activity-view-button {
  left: 24px;
  bottom: 24px;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .sports-day-section .sports-day-section-activity-image-container .sports-day-activity-view-button {
    left: 16px;
    bottom: 16px;
    margin-left: 16px;
  }
}

.dodgeball-section {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dodgeball-section {
    padding-bottom: 60px;
  }
}
.dodgeball-section .dodgeball-activity-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .dodgeball-section .dodgeball-activity-content {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) {
  .dodgeball-section .dodgeball-activity-content {
    gap: 16px;
  }
}
.dodgeball-section .dodgeball-activity-content h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  flex-grow: 1;
}
.dodgeball-section .dodgeball-activity-content p {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
}
@media (max-width: 1270px) {
  .dodgeball-section .dodgeball-activity-content p {
    min-width: 100%;
  }
}
.dodgeball-section .dodgeball-section-activity-image-container {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.dodgeball-section .dodgeball-section-activity-image-container .supplmentary-activity-images {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  align-items: stretch;
  justify-content: space-between;
}
.dodgeball-section .dodgeball-section-activity-image-container .supplmentary-activity-images img {
  width: 100%;
  max-height: 331px;
  object-fit: cover;
  border-radius: 12px;
}
.dodgeball-section .dodgeball-section-activity-image-container .main-image {
  width: 50%;
  object-fit: cover;
  max-height: 678px;
  border-radius: 12px;
}
.dodgeball-section .dodgeball-activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .dodgeball-section .dodgeball-activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.dodgeball-section .dodgeball-activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.dodgeball-section .dodgeball-activity-view-button {
  left: 24px;
  bottom: 24px;
}
@media (max-width: 768px) {
  .dodgeball-section .dodgeball-activity-view-button {
    left: 16px;
    bottom: 16px;
  }
}

.nerf-wars-activity-section {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nerf-wars-activity-section {
    padding-bottom: 60px;
  }
}
.nerf-wars-activity-section .nerf-wars-activity-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .nerf-wars-activity-section .nerf-wars-activity-content {
    padding: 32px 24px;
  }
}
@media (max-width: 420px) {
  .nerf-wars-activity-section .nerf-wars-activity-content {
    padding: 32px 16px;
  }
}
.nerf-wars-activity-section .nerf-wars-activity-item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  .nerf-wars-activity-section .nerf-wars-activity-item-container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1080px) {
  .nerf-wars-activity-section .nerf-wars-activity-item-container {
    gap: 16px;
  }
}
.nerf-wars-activity-section .nerf-wars-activity-item-container h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  flex-grow: 1;
}
.nerf-wars-activity-section .nerf-wars-activity-item-container .nerf-wars-activity-description {
  color: var(--bubbleNeutral--100);
  max-width: 712px;
}
@media (max-width: 1270px) {
  .nerf-wars-activity-section .nerf-wars-activity-item-container .nerf-wars-activity-description {
    min-width: 100%;
  }
}
.nerf-wars-activity-section .nerf-wars-activity-image-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1080px) {
  .nerf-wars-activity-section .nerf-wars-activity-image-container {
    flex-direction: column;
  }
}
.nerf-wars-activity-section .nerf-wars-activity-image-container img {
  display: block;
  border-radius: 12px;
  width: 45.4545454545%;
  height: 400px;
  object-fit: cover;
}
.nerf-wars-activity-section .nerf-wars-activity-image-container img:nth-child(1), .nerf-wars-activity-section .nerf-wars-activity-image-container img:nth-child(4) {
  flex-grow: 1;
}
.nerf-wars-activity-section .nerf-wars-activity-image-container img:nth-child(2), .nerf-wars-activity-section .nerf-wars-activity-image-container img:nth-child(3) {
  max-width: 442px;
  width: 100%;
}
@media (max-width: 1080px) {
  .nerf-wars-activity-section .nerf-wars-activity-image-container img {
    min-width: 100%;
  }
  .nerf-wars-activity-section .nerf-wars-activity-image-container img:not(:nth-child(1)) {
    display: none;
  }
}
@media (max-width: 768px) {
  .nerf-wars-activity-section .nerf-wars-activity-image-container img {
    height: 320px;
  }
}
.nerf-wars-activity-section .activity-view-button {
  border-radius: 8px;
  background-color: var(--bubblePink-100);
  font-family: "BubbleHeader";
  color: var(--bubbleWhite);
  padding: 16px 20px;
  text-transform: capitalize;
  position: absolute;
}
@media (max-width: 768px) {
  .nerf-wars-activity-section .activity-view-button {
    font-size: var(--paragraphSmall);
    padding: 10px;
    border-radius: 6px;
  }
}
.nerf-wars-activity-section .activity-view-button:hover {
  background-color: var(--bubblePink-200);
  transition: all ease-in-out 300ms;
}
.nerf-wars-activity-section .activity-view-button {
  right: 24px;
  bottom: 24px;
}
@media (max-width: 768px) {
  .nerf-wars-activity-section .activity-view-button {
    right: 16px;
    bottom: 16px;
  }
}

.party-image-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1080px) {
  .party-image-slider {
    flex-direction: column;
  }
}
.party-image-slider img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: 678px;
  object-fit: cover;
  cursor: grab;
}
@media (max-width: 1080px) {
  .party-image-slider img {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .party-image-slider img {
    height: 320px;
  }
}
.party-image-slider .owl-dots {
  position: relative;
  margin-top: -40px;
  padding: 0 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.party-image-slider .owl-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--bubbleWhite);
}
.party-image-slider .owl-dots button.active {
  background-color: var(--bubbleorange-100);
}

.faqs-cta-party {
  border-radius: 12px;
  background: var(--pinkGradient);
  gap: 24px;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.faqs-cta-party .single-party-cta-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .faqs-cta-party .single-party-cta-content-container {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .faqs-cta-party .single-party-cta-content-container {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .faqs-cta-party .single-party-cta-content-container {
    padding: 40px 24px;
  }
}
.faqs-cta-party p {
  font-family: "BubbleText";
  font-size: var(--paragraphLarge);
  color: var(--bubbleWhite);
  max-width: 528px;
}
@media (max-width: 1080px) {
  .faqs-cta-party p {
    text-align: center;
  }
}
.faqs-cta-party a {
  border-radius: 8px;
  background-color: var(--bubbleorange-100);
  color: var(--bubbleWhite);
  text-transform: capitalize;
  font-family: "BubbleHeader";
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  transition: all ease-in-out 300ms;
}
.faqs-cta-party a:hover {
  background-color: var(--bubbleorange-200);
  transition: all ease-in-out 300ms;
}

.faqs-section {
  padding-bottom: 130px;
}

.faqs-section .faq-container {
  padding: 80px;
  background-color: var(--bubbleWhite);
  border-top: solid 4px var(--bubbleorange-100);
  border-radius: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .faqs-section .faq-container {
    padding: 40px 16px;
  }
}
.faqs-section .faq-container h2 {
  background: var(--pinkGradient);
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 12px;
  background-clip: text;
}
.faqs-section .faq-container .faq-content-description {
  text-align: center;
  font-size: var(--paragraphMain);
  color: var(--bubbleNuetral-100);
  line-height: 140%;
  font-weight: 400;
  font-family: "BubbleText";
  margin-bottom: 40px;
}
.faqs-section .faq-container .faq-header {
  background-color: var(--bubbleBlue-100);
  color: var(--bubbleWhite);
  padding: 20px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.faqs-section .faq-container .faq-header:hover {
  background: var(--pinkGradient);
  transition: all ease-in-out 300ms;
}
.faqs-section .faq-container .faq-header::after {
  font-size: 32px !important;
  width: 24px !important;
}
.faqs-section .faq-container .faq-question {
  font-size: var(--paragraphMain);
  line-height: 140%;
  font-weight: 400;
  font-family: "BubbleText";
  text-transform: capitalize;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .faqs-section .faq-container .faq-question {
    max-width: 96%;
  }
}
.faqs-section .faq-container .faq-answer {
  padding: 0;
  transition: all ease-in-out 300ms;
}
.faqs-section .faq-container .is-active {
  border-radius: 12px;
  overflow: hidden;
}
.faqs-section .faq-container .is-active .faq-header {
  border-radius: 0;
  background: var(--pinkGradient);
  transition: all ease-in-out 300ms;
}
.faqs-section .faq-container .is-active .faq-header::after {
  content: "-";
}
.faqs-section .faq-container .is-active .faq-answer {
  padding: 24px;
  transition: all ease-in-out 300ms;
}
.faqs-section .faq-container .other-questions {
  margin-top: 32px;
  display: inline-block;
  text-align: center;
  min-width: 100%;
}
.faqs-section .faq-container .other-questions a {
  color: var(--bubblePink-100);
  text-transform: capitalize;
}
.faqs-section .faq-container .other-questions a:hover {
  color: var(--bubblePink-200);
}
.faqs-section .faq-container .no-faq-available {
  text-align: center;
  width: 100%;
}/*# sourceMappingURL=activities-page-styles.css.map */