body, html {
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  background: #13D803;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFF300;
}

#CtSpinner, #messagehere {
  display: none;
}

@font-face {
  font-family: "GRSmall";
  src: url("/assets/fonts/Gotham-Rounded-Light.otf");
}
@font-face {
  font-family: "GRBoldM";
  src: url("/assets/fonts/Gotham-Rounded-Medium.otf");
}
@font-face {
  font-family: "GRBook";
  src: url("/assets/fonts/Gotham-Rounded-Book.otf");
}
@font-face {
  font-family: "GRBold";
  src: url("/assets/fonts/Gotham-Rounded-Bold.otf");
}
.book-now {
  background: #13D803;
  padding: 5px 14px;
  display: block;
  border: 1px dashed #272D96;
  color: #272D96;
  color: #272D96 !important;
}

h1 {
  color: #13D803;
  font-family: "GRBold";
  margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
  color: #272D96;
  font-family: "GRBold";
  margin-bottom: 0px;
}

p, a, li, ul, body, span, button, ol {
  color: #1C1C1C;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h1 {
  color: #FFF300;
}

h2 {
  color: #272D96;
  font-weight: bold;
  font-size: 36px;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "GRBoldM";
  color: #F7F7F7;
  margin-bottom: 0px;
}

li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #272D96;
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h1 h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h1 .btn-yellow {
    font-size: 16px;
  }
}
.second-section h1 {
  color: #272D96;
}
.second-section p {
  color: #1C1C1C;
  font-family: "GRBoldM";
  margin-top: 10px;
}

#movinggame, #vrmoving {
  animation: floatUpDown 4s ease-in-out infinite;
}

.main-activities {
  background: #272D96;
  position: relative;
}
.main-activities h2 {
  color: #F7F7F7;
  font-size: 26px;
  margin-bottom: 15px;
}
.main-activities .row-ct {
  margin-bottom: 200px;
}
.main-activities .bg-green {
  background-image: url(/assets/imgs/activities/green-line.png);
  background-size: 62% 86%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 30px;
}
.main-activities .img-activity {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6901960784);
}
.main-activities .row-ct-last {
  margin-bottom: -60px;
  padding-bottom: 80px;
}
.main-activities .img-kiddie-ride {
  position: absolute;
  width: 79px;
  top: 127px;
  transform: rotate(4deg);
  left: 23px;
  z-index: 9;
  display: none;
}
.main-activities .img-arcade-games {
  width: 200px;
}
.main-activities .img-drum {
  width: 200px;
  position: absolute;
  right: 0px;
  top: 25px;
}
.main-activities .img-ranbo {
  position: absolute;
  bottom: -18px;
  width: 100%;
  left: 0%;
  z-index: 1;
  opacity: 0.04;
}
.main-activities .rr-1 {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1280px) {
  .main-activities .img-kiddie-ride {
    position: absolute;
    width: 79px;
    top: 131px;
    transform: rotate(8deg);
  }
}
@media only screen and (max-width: 768px) {
  .main-activities .img-arcade-games {
    display: none;
  }
  .main-activities .row-ct .main {
    text-align: center;
    margin-top: 30px;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
}/*# sourceMappingURL=activities.css.map */