.kids_park {
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Awards CSS End */

/* Kids park CSS Start */
/* Default styles for the carousel (visible on larger screens) */
.kids_park_section {
  display: block;
  padding-top: 10px !important;
}

/* Hide the alternative content by default */
.kids_park_alternative {
  display: none;
}

/* Media query for devices with a width below 800px */
@media (max-width: 767px) {
  /* Hide the carousel */
  .kids_park_section {
    display: none;
  }

  /* Show the alternative content */
  .kids_park_alternative {
    display: block;
    padding-bottom: 15px !important;
  }

  .kids_park_mobile_description_content {
    position: relative;
    color: white;
    border-radius: 10px;
    text-align: center;
    max-width: 25em;
    margin-bottom: 3em;
  }

  .kids_park_mobile_carousel {
    display: flex;
    align-items: center;
    flex: 2;
    overflow: hidden;
    position: relative;
  }

  .kids_park_mobile_carousel-nav {
    position: sticky;
    top: 50%;
    cursor: pointer;
    border: none;
    padding: 10px;
    z-index: 1;
    background-color: transparent;
    scale: 0.4;
  }
}

.kids_park_carousel-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: min-content !important;
  margin: 50px -185px;
  padding: 20px;
  border-radius: 20px;
  z-index: 0;
}

.kids_park_description {
  position: relative;
}

.kids_park_description img {
  width: 110%;
  height: auto;
}

.kids_park_description_content {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust text color for better visibility */
  padding: 10px;
  border-radius: 10px; /* Optional: Add border radius */
}

.kids_park_description h2 {
  color: #8C2AAB;
  font-size: 36px;
  font-family: "Rakuten Sans UI Bold";
}

.kids_park_description p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
}

/* Carousel */
.kids_park_carousel {
  display: flex;
  align-items: center;
  flex: 2;
  overflow: hidden;
  position: relative;
  margin-left: -1.5%;
}

.kids_park_carousel-items {
  display: flex;
  transition: transform 0.4s ease;
}

/* Navigation */
.kids_park_carousel-nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  padding: 10px;
  z-index: 1;
  background-color: transparent;
  float: right;
}

.kids_park_carousel-nav svg {
  width: 20px;
  height: 20px;
  fill: #7f3fbf;
}

.kids_park_carousel-btn {
  padding-top: 20px;
}

.kids_park_carousel-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100% !important;
  margin: 50px -20px;
  padding: 20px;
  border-radius: 20px;
  z-index: 0;
  position: relative; /* Add this to position buttons relative to this container */
}

/* Navigation Buttons */
.kids_park_carousel-nav {
  scale: 0.4;
  position: absolute;
  top: 2%;
  cursor: pointer;
  border: none;
  padding: 10px;
  z-index: 10;
  background-color: transparent;
  right: 6%;
}

.kids_park_carousel-nav svg {
  width: 24px;
  height: 24px;
  fill: #7f3fbf;
}

.left {
  right: 4%;
  height: 4.5em;
  outline: none;
}

.right {
  right: 0%;
  height: 4.5em;
  outline: none;
}


.kids-park-heading {
  color: #000;
  text-align: center;
  font-family: "Rakuten Sans UI";
  line-height: 34px;
}

.kids-park-textcard {
  background-color: #E5E5E5;
  padding-bottom: 5rem;
  margin: -12%;
  width: 65%;
  padding-left: 13% !important;
  padding-top: 23%;
  font-size: .8rem;
}


.kids-park .card-title {
  color: #00B900;
  font-family: "Rakuten Sans Bold";
  display: flex;
  justify-content: left;
}

.kids-park .card {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  border-radius: 0;

}

.kids-subtitle {
  font-family: "Rakuten Sans Bold";
}


.kids-park-p {
  width: 70% !important;
}

.kids_park_mobile_btn {
  text-align: center;
}

.kids-park-heading {
  text-align: center;
  margin-bottom: 20px;
  color: #8C2AAB;
  font-size: 1.9em;
  font-family: "Rakuten Sans UI Bold";

}

.svg-content {
  overflow-wrap: break-word;
  white-space: normal;
}

.svg-image-heading {
  text-anchor: middle;
  alignment-baseline: middle;
}


.kids-park-background .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active:hover span {
  background: #cf18c0 !important;
}

.kids-park-background .owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 4px;
  margin: 0px 15px;
  background: #D6D6D6 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0;
}

.kids-park-background .owl-dots button:focus {
  outline: none !important;

}

.kids-park-background .owl-theme .owl-dots .owl-dot:hover span {
  background: #D6D6D6 !important;
}

.kids-park-background .item {
  width: 90%; /* Make the item take up 80% of the width */
  margin-right: -20%; /* Negative margin to overlap the next item */
}

.kids-park-background .owl-carousel {
  overflow: visible; /* Ensure the next item can peek through */
}

.image_width {
  padding: 0px 0px 0px 10px;
}

@media (min-width: 1400px) {
  .kids_park_description {
    width: 35%;
  }
}

.right:hover, .left:hover {
  border-radius: 50%;
  background-color: rgb(255, 192, 224);
  outline: none;
}

.right:focus, .left:focus {
  outline: none;
}

.kids_park_carousel {
  display: flex; /* Ensures the container is a flexbox */
  white-space: nowrap; /* Keeps all items in a single line */
  overflow: hidden;
  position: relative;
  width: 100%; /* Ensures carousel fills the parent */
}

.kids_park_carousel-items-wrapper {
  display: flex; /* Ensures the items wrapper is also a flexbox */
  flex-direction: row; /* Aligns children (items) in a row */
  align-items: center; /* Centers items vertically */
  overflow: hidden;
}

.kids_park_carousel-items {
  display: flex; /* Ensures the items are displayed as flex */
  flex-direction: row; /* Aligns children (items) in a row */
  transition: transform 0.3s ease-in-out;
}


.kids_park_carousel-item {
  min-width: 300px;
  min-height: 300px;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-right: 10px; /* Adds space between items */
  flex: 0 0 auto; /* Prevents items from shrinking */
  width: 320px; /* Adjust as needed */
}

.kids-park-initial-content p {
  margin: 0 10%;
}

.kids_park_carousel_item_content {
  width: 80%;
  height: 80%;
  overflow: hidden;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.5em;
}

.kids_park_carousel_item_title {
  font-family: "Rakuten Sans UI Bold";
  font-size: 1.25em;
  color: #FFFBFC;
  margin: 0;
  padding: 0;
  transition: margin-bottom 0.3s ease;
  text-align: center;
  white-space: normal;
  /* height: 30%; */
  line-height: normal;
}

.kids_park_carousel_item_contents {
  font-family: "Rakuten Sans UI";
  font-size: 1em;
  color: #FFFBFC;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  top: 100%;
  transition: top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.kids_park_carousel-item:hover .kids_park_carousel_item_title {
  margin-bottom: 60%;
}

.kids_park_carousel-item:hover .kids_park_carousel_item_contents {
  top: 39%;
  opacity: 1;
  padding-left: 8%;
  padding-right: 8%;
  justify-content: space-between;
  margin-bottom: 0;
}

.kids_park_carousel-item:hover .kids_park_carousel_item_content {
  background-color: rgba(20, 20, 20, 0.6);
  padding: 1.2em;
}

#kids-park-carousel-mobile-view .kpcm_position-relative {
  position: relative;
}

#kids-park-carousel-mobile-view .kpcm_text-overlay-wrapper {
  width: 80%;
  height: 80%;

  position: absolute;
  bottom: 7%;
  left: 55%;
  transform: translateX(-50%);
  padding: 9px;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  justify-content: center;
  border-radius: 0.5em;
}

#kids-park-carousel-mobile-view .kpcm_text-overlay {
  font-family: "Rakuten Sans UI Bold";
  font-size: 1.25em;
  color: #FFFBFC;
  margin-bottom: -130%;
  line-height: normal;
}

#kids-park-carousel-mobile-view .kpcm_text-overlay-2 {
  font-family: "Rakuten Sans UI";
  font-size: 1em;
  margin: 0;
  color: white;
  opacity: 0;
}

#kids-park-carousel-mobile-view .owl-item:hover .kpcm_text-overlay-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}

#kids-park-carousel-mobile-view .owl-item:hover .kpcm_text-overlay {
  margin-bottom: 0;
}

#kids-park-carousel-mobile-view .owl-item:hover .kpcm_text-overlay-2 {
  opacity: 1;
  margin-bottom: 5%;
}

@media (min-width: 768px) and (max-width: 990px) {
  .kids_park_carousel {
    margin-left: -12.39%;
  }

  .kids_park_description_content {
    left: 43%;
  }

  .kids_park_description p {
    max-width: 15em;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .kids_park_carousel {
    margin-left: -16.5%;
  }

  .kids_park_description_content {
    left: 37%;
  }

  .kids_park_description p {
    max-width: 15em;
  }
}

@media (min-width: 1902px) {
  .kids_park_carousel {
    margin-left: -6%;
  }
}

@media (min-width: 1025px) {
  .kids_park_carousel {
    margin-left: -5.5%;
  }

  .kids_park_description_content {
    left: 43%;
  }

  .kids_park_description p {
    max-width: 15em;
  }
}

@media (orientation: landscape) and (max-width: 599px) {
  #kids-park-carousel-mobile-view .kpcm_text-overlay {
    margin-bottom: -110%;
  }
}

.kids_park_carousel_content p {
  margin: revert;
  top: 35%;
}

.kids_park_alternative .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}