@font-face {
  font-family: Mikado;
  src: url(fonts/Mikado-Medium.woff);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mikado";
  overflow: hidden;
  background-color: #fff;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

.download {
  display: block;
  position: absolute;
  bottom: 20px;
  left: -15px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.5);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.5);
}

.side-bar-btn .rounded-button {
  background-color: white;
}

.side-bar-btn svg {
  stroke: #000000;
  fill: #000000;
}

.sidebar-logo {
  margin-top: 16px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.side-bar-btn {
  padding-left: 15px;
}

.side-menu {
  padding: 0;
  list-style: none;
}

.side-menu li {
  color: #833589;
}

.side-menu li a {
  display: block;
  line-height: 3;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
  outline: 0;
  color: unset;
  white-space: nowrap;
}

.side-menu li:hover {
  background: #613f60;
  color: #ffffff;
}

.header-section {
  position: fixed;
  width: 100vw;
  min-height: 50px;
}
.header-section .nav-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.header-section .nav-list .nav-links {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  margin-right: 50px;
}

header {
  position: fixed;
  top: 15px;
  left: 0;
  min-height: 50px;
  width: 100%;
  transition: top 0.3s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}

.logo {
  width: 150px;
}

.quick-view svg {
  width: 30px;
  stroke: #000000;
  fill: #000000;
}

.quick-view {
  position: absolute;
  left: 15px;
  bottom: 5%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.09);
  cursor: pointer;
}

.navigation #leftArrow {
  margin-right: 10px;
}

.navigation #ightArrow {
  margin-left: 10px;
}

.nav-button {
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  max-width: 20px;
  stroke: #000000;
  fill: #000000;
}

.rounded-button {
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

.rounded-button:hover {
  border: none;
  opacity: 1;
  box-shadow: 0px 0px 0px 4px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 4px #ffffff;
  -moz-box-shadow: 0px 0px 0px 4px #ffffff;
  z-index: -11;
}

@media (min-width: 700px) {
  .logo {
    width: 160px;
  }
}
/* Side-Bar */
.thumbnail-bar {
  height: 0;
  width: 0;
  position: fixed;
  z-index: 181;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: height 0.5s;
  box-shadow: 0 -60px 40px -7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -60px 40px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -60px 40px -7px rgba(0, 0, 0, 0.2);
}

.thumbnail-bar .rounded-button {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  /* background-color: rgba(0, 0, 0, 0.06); */
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001;
}

#closeThumbnail {
  display: none;
}

.arrow-nav .rounded-button {
  position: relative;
  left: unset;
  right: unset;
  margin: auto;
}

.thumbnail-bar .rounded-button svg {
  stroke: #833589;
  fill: #833589;
}

.thumbnail-menu {
  padding: 0;
  list-style: none;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.thumbnail-menu .slider-item {
  display: flex;
  overflow: scroll;
}

::-webkit-scrollbar {
  visibility: hidden;
}

.bj-box {
  width: 230px;
  margin: 30px 20px 0px 20px;
  cursor: pointer;
}

.bj-box:focus-visible {
  outline: none;
}

.bj-box img:focus-visible {
  outline: none;
}

.bj-box .bj-content-blocks img {
  box-shadow: 0 0 15px 0 rgba(82, 63, 105, 0.3);
  -webkit-box-shadow: 0 0 15px 0 rgba(82, 63, 105, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(82, 63, 105, 0.3);
  border-radius: 10px;
}

.bj-box.current-page .bj-content-blocks img {
  box-shadow: 0 0 20px 5px #700fb2 !important;
  -webkit-box-shadow: 0 0 20px 5px #700fb2 !important;
  -moz-box-shadow: 0 0 20px 5px #700fb2 !important;
}

.bj-box .bj-content-blocks {
  width: 230px;
  height: 150px;
  border-radius: 5px;
}

.bj-box .bj-content-numbers {
  opacity: 0.45;
  font-size: calc(0.4vw + 0.4vh + 0.4vmin);
  text-align: center;
  margin-top: 5px;
}

.download {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

#masterWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transition: margin-top 0.5s;
  z-index: -1;
}

#panelWrap {
  height: 100%;
}

section {
  float: left;
}

.dots {
  display: none;
}

.hideMe {
  opacity: 0;
}

.tooltip {
  font-family: "Mikado";
  font-size: 14px;
}

.tooltip-inner {
  background-color: #000000;
  color: #eef0f8;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000000;
}

.bj-skip-btn {
  display: none;
  font-size: calc(0.7vw + 0.7vh + 0.7vmin);
  color: #f5eefd;
  background-color: #7f5fb9;
  width: 5%;
  height: 4%;
  position: absolute;
  bottom: 12%;
  right: 5%;
  border: none;
  border-radius: 5px;
  z-index: 10000;
}

.show {
  display: block;
}

.op-0 {
  opacity: 0;
}

.bj-title-slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bj-title-slide .bj-srk-image {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.bj-title-slide .bj-srk-image div {
  height: 90vh;
  z-index: 10;
  margin-bottom: -5%;
  margin-right: 10%;
}
.bj-title-slide .bj-srk-image div img {
  height: 100%;
}
.bj-title-slide .bj-disney-logo {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}
.bj-title-slide .bj-disney-logo .bj-disney-logo-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  margin-left: -20%;
}
.bj-title-slide .bj-disney-logo .bj-disney-logo-title .bj-logo {
  width: 39%;
}
.bj-title-slide .bj-disney-logo .bj-disney-logo-title .bj-logo img {
  width: 100%;
}
.bj-title-slide .bj-disney-logo .bj-disney-logo-title .bj-title {
  transform: matrix(0.9, -0.44, 0.44, 0.9, 0, 0);
  text-align: center;
  color: #ffffff;
  z-index: 120;
  font-size: calc(1.7vw + 1.7vh + 1.7vmin);
  font-weight: 600;
}
.bj-title-slide .bj-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.bj-title-slide .bj-circle1 {
  top: 203px;
  left: 30%;
  width: 6.5vw;
  height: 6.5vw;
  background: rgba(254, 193, 14, 0.2) 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
}
.bj-title-slide .bj-circle2 {
  top: -25px;
  left: 40%;
  width: 21.6vw;
  height: 21.6vw;
  background: #0097db 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
}
.bj-title-slide .bj-circle3 {
  top: 4%;
  right: 3%;
  width: 32.3vw;
  height: 32.3vw;
  background: #e44d59 0% 0% no-repeat padding-box;
  z-index: -1;
  box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
}
.bj-title-slide .bj-circle4 {
  bottom: 35%;
  left: 35%;
  width: 9.25vw;
  height: 9.25vw;
  background: rgba(145, 199, 62, 0.2) 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
}
.bj-title-slide .bj-circle5 {
  width: 38vw;
  height: 38vw;
  bottom: -200px;
  left: -88px;
  background: #91c73e 0% 0% no-repeat padding-box;
  z-index: -1;
  box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(145, 199, 62, 0.24);
}
.bj-title-slide .bj-circle6 {
  width: 4vw;
  height: 4vw;
  bottom: 100px;
  left: 40%;
  transform: translate(-50%, 0%);
  background: rgba(0, 151, 219, 0.2) 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(0, 151, 219, 0.24);
}
.bj-title-slide .bj-circle7 {
  bottom: 50px;
  left: 48%;
  width: 18vw;
  height: 18vw;
  background: #fec10e 0% 0% no-repeat padding-box;
  opacity: 1;
  box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(254, 193, 14, 0.24);
}
.bj-title-slide .bj-circle8 {
  bottom: 75px;
  right: 3%;
  width: 6.2vw;
  height: 6.2vw;
  background: rgba(228, 77, 89, 0.2) 0% 0% no-repeat padding-box;
  box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
  -webkit-box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
  -moz-box-shadow: 1px -2px 392px -8px rgba(228, 77, 89, 0.24);
}

.bj-class-section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.preload-img svg, .preload-img img {
  width: 100%;
  height: 100%;
}

.bj-bcutlogo {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bj-bcutlogo .bj-bcutlogo-image {
  height: 100vh;
  position: absolute;
}
.bj-bcutlogo .bj-shape1 {
  position: absolute;
  top: -40%;
  left: 3%;
  width: 37vw;
  transform: revert;
}
.bj-bcutlogo .bj-shape2 {
  position: absolute;
  bottom: -55%;
  left: -5%;
  width: 50vw;
  transform: matrix(-0.56, 0.83, -0.83, -0.56, 0, 0);
}
.bj-bcutlogo .bj-shape3 {
  position: absolute;
  bottom: -32%;
  right: -30%;
  width: 68vw;
  opacity: 1;
}
.bj-bcutlogo .bj-character-section {
  display: flex;
  align-items: center;
}
.bj-bcutlogo .bj-character-section .bj-character-image {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100vh;
  z-index: 120;
  position: relative;
}
.bj-bcutlogo .bj-character-section .bj-character-image .bj-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 60;
}
.bj-bcutlogo .bj-character-section .bj-character-image .bj-image div {
  height: 100vh;
}
.bj-bcutlogo .bj-character-section .bj-character-image .bj-image div img {
  height: 100%;
}
.bj-bcutlogo .bj-character-section .bj-text {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 10vw;
}
.bj-bcutlogo .bj-character-section .bj-text h2 {
  margin-bottom: 2vh;
}

h2 {
  font-weight: 20;
  font-size: calc(1.3vw + 1.3vh + 1.3vmin);
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-weight: 500;
  font-size: calc(1.9vw + 1.9vh + 1.9vmin);
}

.bj-education-section.bj-bcutlogo {
  background-color: rgba(254, 193, 14, 0.4);
}

.bj-education-section .bj-text {
  color: #de8a3c;
}

.bj-byjus-story-section .bj-byjus-story {
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 10vh;
  height: calc(100vh - 35vh);
}
.bj-byjus-story-section .bj-byjus-storypoint {
  margin: auto;
  margin-top: 4%;
  width: 90%;
}

.bj-counselling-section.bj-bcutlogo {
  background-color: #a8f3fc;
}

.bj-counselling-section .bj-text {
  color: #007993;
}

.bj-thought-image {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bj-thought-image .bj-buildingblocks-image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.bj-thought-image .bj-shape1 {
  position: absolute;
  width: 70vw;
  transform: rotate(-13deg);
  right: -32%;
  bottom: -48%;
  left: unset;
  top: unset;
}
.bj-thought-image .bj-shape2 {
  position: absolute;
  width: 72vw;
  top: -75%;
  left: -22%;
  bottom: 0;
}
.bj-thought-image h1 {
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: calc(1.4vw + 1.4vh + 1.4vmin);
  color: #ffffff;
}

.bj-buildingblocks-section .bj-shape2 {
  top: -103%;
  left: -17%;
  bottom: 0px;
}

.bj-positiveattitude-section .bj-shape2 {
  top: -86%;
  left: -15%;
  bottom: 0;
}
.bj-positiveattitude-section > h1 {
  top: 10%;
  left: 4%;
}

.bj-Lamp-section.bj-bcutlogo {
  background-color: #cce8ff;
}
.bj-Lamp-section.bj-bcutlogo .bj-text {
  color: #2e419d;
}

.bj-gamesactivity-section {
  background-color: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(51, 170, 153, 0.5));
}
.bj-gamesactivity-section .bj-shape2 {
  top: -90%;
  left: -18%;
}
.bj-gamesactivity-section .bj-shape2.bj-rotatesvg {
  transform: rotate(129deg);
}
.bj-gamesactivity-section .bj-bottom-banner {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, -2%);
  z-index: 60;
}
.bj-gamesactivity-section .bj-bottom-banner div {
  width: 80vw;
  position: relative;
}
.bj-gamesactivity-section .bj-bottom-banner div h2 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -47%);
  width: 100%;
  text-align: center;
  font-size: calc(1.1vw + 1.1vh + 1.1vmin);
  font-weight: 550;
  color: #0f8171;
}

.bj-linear-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(51, 170, 153, 0.3) 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
}

.bj-childrenlearning-section {
  background-color: #435dde;
}
.bj-childrenlearning-section .bj-content-wrapper h2 {
  color: #ffffff;
}
.bj-childrenlearning-section .bj-content-wrapper .bj-learnbygroup {
  width: 100%;
  height: 52vh;
  margin: 0 auto;
  text-align: center;
}
.bj-childrenlearning-section .bj-content-wrapper .bj-learnbygroup svg {
  height: 100%;
}
.bj-childrenlearning-section .bj-content-wrapper .bj-passiveactive {
  width: 90%;
  margin: 0 auto;
  margin-top: 3vh;
}
.bj-childrenlearning-section .bj-content-wrapper .bj-passiveactive svg {
  width: 100%;
}
.bj-childrenlearning-section .bj-content-wrapper .bj-tag {
  margin-top: 4vh;
  color: #b1fa7b;
}

.bj-contentformat-section .bj-content-wrapper h2 {
  color: #92F000;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-image {
  flex: 0 0 33.3%;
  width: 33%;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-image div {
  width: 60vh;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #00000029;
  font-size: calc(0.8vw + 0.8vh + 0.8vmin);
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-image div ul li span {
  color: #ffffff;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-text {
  margin-left: 5%;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-image1 div {
  margin-left: auto;
  cursor: pointer;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-videos .bj-content-image2 div {
  margin-right: auto;
  cursor: pointer;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-bottomvideos {
  position: absolute;
  bottom: -60%;
  left: 15%;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-bottomvideos .bj-content-image3 {
  flex: 0 0 55%;
  max-width: 55%;
  cursor: pointer;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-bottomvideos .bj-content-image3 div {
  margin-left: auto;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-bottomvideos .bj-content-image4 {
  flex: 0 0 45%;
  max-width: 45%;
  cursor: pointer;
}
.bj-contentformat-section .bj-content-wrapper .bj-contentformat-bottomvideos .bj-content-image4 div {
  margin-right: auto;
}
.bj-contentformat-section .bj-linear-color {
  background: unset;
  background-color: #815eb0;
}

.bj-content-wrapper {
  margin-top: 2.3vh;
  position: relative;
  z-index: 2;
}

.bj-content-wrapper h1 {
  text-align: center;
  font-weight: 100;
  font-size: calc(1.5vw + 1.5vh + 1.5vmin);
}

.bj-content-wrapper h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-family: "Mikado";
  font-size: calc(1.2vw + 1.2vh + 1.2vmin);
}

.bj-content-wrapper h3 {
  text-align: center;
  font-size: calc(1.05vw + 1.05vh + 1.05vmin);
  font-weight: 100;
}

.bj-content-wrapper h4 {
  text-align: center;
  font-size: calc(0.85vw + 0.85vh + 0.85vmin);
  font-weight: 100;
}

.text-blue {
  color: #3492d1 !important;
}

.text-green {
  color: #91c640 !important;
}

.text-red {
  color: #e34f59 !important;
}

.text-yellow {
  color: #f8c045 !important;
}

.text-purple {
  color: #8e2c91 !important;
}

.text-bold {
  font-weight: 600;
}

.bj-bottom-tag {
  position: absolute;
  left: -2%;
  bottom: 2.5%;
  transform: skew(-30deg) translate(0%, 0%);
  z-index: 120;
  padding-right: 40px;
  background: #3492d1 0% 0% no-repeat padding-box;
}
.bj-bottom-tag h2 {
  margin-left: 160px;
  color: white !important;
  padding: 15px 0px;
  transform: skewX(30deg);
  font-size: calc(1vw + 1vh + 1vmin) !important;
  font-weight: 100 !important;
}

.bj-frozen-section {
  background: rgba(109, 179, 242, 0.4);
}
.bj-frozen-section .bj-buildingblocks-image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.bj-frozen-section h1 {
  color: #ffffff;
  font-size: calc(1.3vw + 1.3vh + 1.3vmin);
  font-weight: 500;
  line-height: 1;
  z-index: 60;
  text-align: center;
}
.bj-frozen-section .bj-linear-color {
  background: rgba(0, 0, 0, 0.4);
  z-index: 60;
}
.bj-frozen-section .bj-story-bubble {
  position: relative;
  height: 90vh;
  margin: 0 auto;
  text-align: center;
  z-index: 120;
}
.bj-frozen-section .bj-shape4 {
  position: absolute;
  bottom: -55%;
  right: -23%;
  width: 80%;
  z-index: 160;
}
.bj-frozen-section .bj-shape4 .bj-text {
  position: absolute;
  top: 45%;
  left: 42%;
  transform: translate(-42%, -45%);
  text-align: center;
  color: #000000;
  font-weight: 550;
}
.bj-frozen-section .bj-shape4 .bj-text h2 {
  font-weight: 550;
}

.bj-nemo-section.bj-bcutlogo {
  background-color: rgba(253, 177, 146, 0.5);
}
.bj-nemo-section.bj-bcutlogo .bj-text {
  color: #e05237;
}

.bj-astronaut-section.bj-bcutlogo {
  background-color: #cceaa9;
}
.bj-astronaut-section.bj-bcutlogo .bj-text {
  color: #37811a;
}

.bj-correctanswer-section {
  background-color: #FFAC67;
}
.bj-correctanswer-section .bj-backwave {
  opacity: 0.1;
}

.bj-finding-images {
  margin: auto;
  margin-top: 5vh;
  width: 85%;
}

.bj-backwave {
  opacity: 0.02;
  text-align: center;
  width: 100vw;
  margin: auto;
  position: absolute;
  left: 0%;
  top: 0%;
}

.bj-fruits-section {
  background-color: #45B931;
}
.bj-fruits-section .bj-backwave {
  opacity: 0.1;
}
.bj-fruits-section .bj-finding-images {
  margin-top: 4vh;
  width: 80%;
}

.bj-examplelm-section .bj-content-wrapper h2 {
  color: #0094E2;
  margin-bottom: 5vh;
}
.bj-examplelm-section .bj-content-wrapper .bj-examplelm {
  height: 75vh;
  margin: 0 auto;
  text-align: center;
}
.bj-examplelm-section .bj-shape4 {
  width: 93%;
  position: absolute;
  right: -23%;
  bottom: -72%;
  transform: translate(0%, 0%) rotate(299deg);
  z-index: 120;
}
.bj-examplelm-section .bj-linear-color {
  background: unset;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 60;
}
.bj-examplelm-section .bj-text {
  position: absolute;
  color: #ffffff;
  bottom: 9%;
  right: 3%;
  transform: translate(0%, -9%);
  z-index: 180;
  left: unset;
  top: unset;
}
.bj-examplelm-section .bj-text h2 {
  font-weight: 550;
  text-align: center;
}

.bj-backwave.bj-bluewave {
  opacity: 0.05;
}

.bj-content-wrapper .bj-concepts-cover {
  height: 65vh;
  text-align: center;
  margin-top: 2vh;
}
.bj-content-wrapper .bj-concepts-cover img {
  width: unset;
}

.bj-braindevelop-section {
  background: unset;
  background-color: #7c2af2;
}
.bj-braindevelop-section .bj-content-wrapper h2 {
  color: #ffffff;
}
.bj-braindevelop-section .bj-brain-age {
  height: 50vh;
  margin: 0 auto;
  margin-top: 13vh;
}
.bj-braindevelop-section .bj-backwave {
  opacity: 0.04;
}
.bj-braindevelop-section .bj-tag {
  color: yellow !important;
  margin-top: 12vh;
}

.bj-learningfoundation-section {
  background: unset;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bj-learningfoundation-section .bj-byjusgirl, .bj-learningfoundation-section .bj-learning-logo {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  z-index: 60;
}
.bj-learningfoundation-section .bj-byjusgirl div, .bj-learningfoundation-section .bj-learning-logo div {
  height: 55vh;
}
.bj-learningfoundation-section .bj-byjusgirl div svg, .bj-learningfoundation-section .bj-byjusgirl div img, .bj-learningfoundation-section .bj-learning-logo div svg, .bj-learningfoundation-section .bj-learning-logo div img {
  width: unset;
}
.bj-learningfoundation-section .bj-byjusgirl div {
  text-align: right;
}
.bj-learningfoundation-section .bj-learning-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bj-learningfoundation-section .bj-learning-logo div {
  text-align: center;
  height: 35vh;
  margin-bottom: 5vh;
}
.bj-learningfoundation-section .bj-learning-logo h1 {
  color: #8e2c91;
  font-weight: 100;
}

.bj-mentor-section .bj-text {
  top: 17%;
  left: 4%;
}

.bj-mentor-section .bj-mentor {
  height: 100%;
  width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bj-mentor-section .bj-mentor {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bj-mentor-section .bj-mentor div {
  width: 60vw;
}

.bj-mentor-section .bj-shape1 {
  position: absolute;
  top: unset;
  left: unset;
  right: -41%;
  bottom: -93%;
  width: 95vw;
}

.bj-experience-section .bj-content-wrapper h2 {
  color: #8e2c91 !important;
}
.bj-experience-section .bj-content-wrapper .bj-concepts-cover {
  height: 70vh;
  margin-top: 8vh;
}

.bj-product-section .bj-content-wrapper h2 {
  color: #8e2c91 !important;
}
.bj-product-section .bj-content-wrapper .bj-concepts-cover {
  margin-top: 6vh;
  height: 75vh;
}

.bj-foundation-section.bj-bcutlogo {
  background-color: #f9e1e5;
}
.bj-foundation-section.bj-bcutlogo .bj-text {
  color: #9b5183;
}
.bj-foundation-section.bj-bcutlogo .bj-text h2 {
  margin-bottom: unset;
}

.bj-backwave.bj-purplewave {
  opacity: 0.07;
}

.bj-learnstation-frontlogo-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bj-learnstation-frontlogo-section .bj-learnsation-left,
.bj-learnstation-frontlogo-section .bj-learnsation-right {
  flex: 0 0 50%;
  max-width: 50%;
  z-index: 2;
}
.bj-learnstation-frontlogo-section .bj-learnsation-left .bj-learnsation-image {
  height: 90vh;
  text-align: end;
}
.bj-learnstation-frontlogo-section .bj-learnsation-right .bj-learnsation-image {
  height: 50vh;
}

.bj-osmogames-section .bj-shape3 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 20%;
  transform: rotate(30deg) translate(0%, 0%);
}

.bj-osmogames-section .bj-shape2 {
  position: absolute;
  top: -73%;
  left: -15%;
  transform: rotate(141deg);
  bottom: 0px;
  width: 70%;
}

.bj-osmogames-section .bj-text {
  position: absolute;
  color: #ffffff;
  top: 10%;
  left: 5%;
  transform: translate(0%, 0%);
}

.bj-osmogames-section .bj-text h1 {
  font-size: calc(1.5vw + 1.5vh + 1.5vmin);
}

.bj-osmogames-section .bj-text h2 {
  font-weight: 550;
  font-size: calc(1vw + 1vh + 1vmin);
  margin-bottom: 2vh;
}

.bj-osmogames-section .bj-text h3 {
  font-weight: 100;
  font-size: calc(0.8vw + 0.8vh + 0.8vmin);
  margin-top: 2vh;
}

.bj-osmogames-section .bj-screenshot-video {
  width: 48vw;
  float: right;
  margin-right: 3rem;
  margin-top: 3vh;
}

.bj-video {
  height: 55vh;
  margin: auto;
  display: none;
}

.playvideo {
  display: block !important;
}

.bj-osmogames-section .bj-screenshot-video video::-webkit-media-controls {
  display: none;
}

.bj-video-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.bj-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 7vh;
  border-radius: 33px;
  padding: 0.5rem;
  padding-bottom: 1rem;
}

.boxshadow {
  box-shadow: 0px 0px 30px #00000029;
  background-color: #cacacad8;
}

.bj-card-content {
  width: 8.8vw;
}

.bj-card-content img {
  width: 100%;
}

.bj-card-name {
  margin-top: 1rem;
  font-size: calc(0.55vw + 0.55vh + 0.55vmin);
  font-weight: 600;
  opacity: 0.8;
}

.bj-strongfoundation-section .bj-content-wrapper h2 {
  color: #8e2c91;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage {
  display: flex;
  justify-content: space-around;
  margin-top: 8vh;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage .bj-image {
  flex: 0 0 50%;
  max-width: 50%;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage .bj-image div {
  width: 80vh;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage .bj-deepunderstanding div {
  margin: 0 2% 0 auto;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage .bj-buildschild {
  margin-top: 11%;
}
.bj-strongfoundation-section .bj-content-wrapper .bj-foundationimage .bj-buildschild div {
  margin: 0 auto 0 2%;
}
.bj-strongfoundation-section .bj-bottom-tag h2 {
  padding: 30px 0px;
}
.bj-strongfoundation-section .bj-backwave.bj-purplewave {
  color: #8e2c91;
}

.bj-understanding-section.bj-bcutlogo {
  background-color: #fdc6c6;
}
.bj-understanding-section.bj-bcutlogo .bj-text {
  color: #dc2d27;
}
.bj-understanding-section.bj-bcutlogo .bj-character-image .bj-car {
  transform: translate(-50%, -50%) !important;
  position: absolute;
  top: 50% !important;
  right: unset !important;
}
.bj-understanding-section.bj-bcutlogo .bj-character-image .bj-car div {
  height: 25vh;
}

.bj-buildingblocks-section.bj-numbervideo-section .bj-multiplicationvideo {
  width: 100%;
  height: 100%;
}

.bj-numbervideo-section.bj-buildingblocks-section .bj-shape2 {
  top: -90%;
  left: -16%;
  transform: rotate(164deg);
  bottom: 0px;
}

.bj-numbervideo-section.bj-thought-image h1 {
  position: absolute;
  top: 10%;
  left: 4%;
  font-size: calc(1.4vw + 1.4vh + 1.4vmin);
  color: #ffffff;
}

.bj-numbervideo-section .bj-playbutton {
  position: absolute;
  top: 10%;
  right: 5%;
  cursor: pointer;
}

.bj-progresstracking-section .bj-progresstracking-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bj-progresstracking-section .bj-linear-color {
  background: rgba(107, 47, 235, 0.55);
}
.bj-progresstracking-section .bj-growtharrow {
  position: absolute;
  bottom: -1%;
  left: 20%;
  opacity: 0.2;
}
.bj-progresstracking-section .bj-growtharrow div {
  height: 100vh;
}

.bj-achievement {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bj-achievement1 {
  margin-right: 20vw;
}

.bj-achievement2 {
  position: absolute;
  bottom: -55%;
  left: 22%;
}

.bj-achievement2 .bj-achievement-text2 {
  margin-top: 9%;
}

.bj-achievement .bj-achievement-video {
  width: 75vh;
  z-index: 120;
}

.bj-achievement .bj-achievement-video div svg {
  cursor: pointer;
}

.bj-achievement h2 {
  font-size: calc(0.9vw + 0.9vh + 0.9vmin);
  font-weight: 10;
}

.bj-achievement1 h2 {
  text-align: left;
}

.bj-achievement2 h2 {
  text-align: right;
}

.bj-lkg-lm {
  height: 85vh;
  margin: 0 auto;
  text-align: center;
}

.bj-progresstracking-section.bj-lkglearning-section .bj-growtharrow {
  left: 0%;
}

.bj-learning-map {
  background-color: #eb6767;
}
.bj-learning-map .bj-shape4 {
  position: absolute;
  bottom: 11px;
  right: -24%;
  height: calc(100vh - -9vh);
  z-index: 60;
}
.bj-learning-map .bj-shape4 div {
  min-width: 93vw;
  max-width: 93vw;
}
.bj-learning-map .bj-text {
  right: 4%;
  bottom: 15%;
  transform: translate(0%, 0%);
  height: calc(100vh - 65vh);
  z-index: 120;
  position: absolute;
}
.bj-learning-map .bj-text h1 {
  text-align: center;
  color: #ffffff;
}
.bj-learning-map .bj-text h2 {
  text-align: center;
  margin-bottom: 5vh;
  color: #ffffff;
  font-weight: 550;
  font-size: calc(1.15vw + 1.15vh + 1.15vmin);
}
.bj-learning-map .bj-linear-color {
  background: unset;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 58;
}

.bj-childsinterest-section.bj-bcutlogo {
  background-color: #efdec8;
}
.bj-childsinterest-section.bj-bcutlogo .bj-text {
  color: #62382d;
}

.bj-productpackage-section .bj-content-wrapper h2 {
  color: #e44e59;
}
.bj-productpackage-section .bj-content-wrapper .bj-concepts-cover {
  height: 80vh;
  text-align: center;
}
.bj-productpackage-section .bj-trianglesvg1 {
  z-index: 60;
  width: 10.5vw;
  position: absolute;
  bottom: 0;
  left: 3%;
  transform: rotate(160deg);
}
.bj-productpackage-section .bj-trianglesvg1 .triangle {
  fill: #0097db;
  stroke: #0097db;
}
.bj-productpackage-section .bj-trianglesvg2 {
  z-index: 60;
  width: 12vw;
  position: absolute;
  top: 0;
  right: 3%;
  transform: rotate(160deg);
}
.bj-productpackage-section .bj-trianglesvg2 .triangle {
  fill: #e44e59;
  stroke: #e44e59;
}
.bj-productpackage-section .bj-shape1 {
  position: absolute;
  top: -11%;
  left: -5%;
  width: 20vw;
  z-index: 60;
}
.bj-productpackage-section .bj-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  z-index: 60;
  width: 12vw;
}
.bj-productpackage-section .bj-productpackage {
  width: 60%;
  margin: 5% auto;
}
.bj-productpackage-section .bj-productpackage img {
  width: 100%;
}

.bj-productpackage-section .bj-productpackage video::-webkit-media-controls {
  display: none;
}

.bj-parenttestimonial-section {
  background-color: rgba(131, 75, 206, 0.8);
}
.bj-parenttestimonial-section > .bj-linear-color {
  background: rgba(83, 29, 155, 0.8);
}
.bj-parenttestimonial-section .bj-content-wrapper h2 {
  color: #ffffff;
}
.bj-parenttestimonial-section .bj-parent-testimonial {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.bj-parenttestimonial-section .bj-parent-testimonial .bj-parent {
  flex: 0 0 33.3%;
  max-width: 33.33%;
  text-align: center;
}
.bj-parenttestimonial-section .bj-parent-testimonial .bj-parent div {
  width: 50vh;
  margin: auto;
  cursor: pointer;
}

.bj-learning-journey-section {
  background-color: #e44d58;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bj-learning-journey-section .bj-strongfoundation {
  height: 100vh;
  text-align: center;
}
.bj-learning-journey-section .bj-strongfoundation img {
  width: unset;
}
.bj-learning-journey-section .bj-backwave {
  opacity: 0.1;
}

/* animation */
.fastanimate {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceanimate {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.popup-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fastfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fastfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fastfadeInLeft {
  -webkit-animation-name: fastfadeInLeft;
  animation-name: fastfadeInLeft;
}

@-webkit-keyframes bottomtagInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80%) skew(-30deg) translate(0%, 0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skew(-30deg) translate(0%, 0%);
  }
}
@keyframes bottomtagInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80%) skew(-30deg) translate(0%, 0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skew(-30deg) translate(0%, 0%);
  }
}
.bottomtagInLeft {
  -webkit-animation-name: bottomtagInLeft;
  animation-name: bottomtagInLeft;
}

@-webkit-keyframes zoominout {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: scale(3.5, 3.5) translatex(120px) translateY(30px);
  }
}
@keyframes zoominout {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: scale(3.5, 3.5) translatex(120px) translateY(30px);
  }
}
.zoominout {
  -webkit-animation-name: zoominout;
  animation-name: zoominout;
}

@-webkit-keyframes zoomout {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1.9, 1.9);
    left: 40%;
  }
}
@keyframes zoomout {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1.9, 1.9);
    left: 40%;
  }
}
.zoomout {
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translatey(-100px);
  }
  50% {
    opacity: 1;
    transform: translatey(0px);
  }
  100% {
    opacity: 1;
    transform: translatey(-100px);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translatey(-100px);
  }
  50% {
    opacity: 1;
    transform: translatey(0px);
  }
  100% {
    opacity: 1;
    transform: translatey(-100px);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes mediuemFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mediuemFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.mediuemFadeInUp {
  -webkit-animation-name: mediuemFadeInUp;
  animation-name: mediuemFadeInUp;
}

@-webkit-keyframes rotatingSvg1 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(164deg);
  }
}
@keyframes rotatingSvg1 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(164deg);
    -ms-transform: rotate(164deg);
  }
}
.rotatingSvg1 {
  -webkit-animation-name: rotatingSvg1;
  animation-name: rotatingSvg1;
}

@-webkit-keyframes rotatingSvg2 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(129deg);
  }
}
@keyframes rotatingSvg2 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
  }
}
.rotatingSvg2 {
  -webkit-animation-name: rotatingSvg2;
  animation-name: rotatingSvg2;
}

/* arrow nav */
.arrow-nav {
  position: absolute;
  top: 0;
  width: 65px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.left-arrow-nav {
  left: 0;
}

.right-arrow-nav {
  right: 0;
}

/* modal-section */
.dialog-model:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-open .model-modify {
  overflow-y: hidden;
}

.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}

.dialog-model {
  background-color: transparent;
}

.modal .modal-dialog .modal-content {
  background-color: #000;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-body {
  position: relative;
  padding: 0;
}

.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1200;
  opacity: 1;
  padding: 10px;
  line-height: 1;
  font-size: 12px;
}

.modal .close:active,
.modal .close:focus {
  outline: 0;
  border: none;
}

.modal .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 992px) {
  .modal .modal-dialog .modal-content {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog .modal-content {
    width: 900px;
  }
}
@media (max-width: 600px) {
  .modal .modal-dialog .modal-content {
    width: 90%;
  }
}
.op-1 {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */