@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: Neue Montreal;
  src: url(../font/NeueMontreal-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Neue Montreal;
  src: url(../font/NeueMontreal-Light.otf);
  font-weight: lighter;
}

@font-face {
  font-family: Neue Montreal;
  src: url(../font/NeueMontreal-Regular.otf);
}

@font-face {
  font-family: Nexa;
  src: url(../font/Nexa-ExtraLight.ttf);
  font-weight: lighter;
}

@font-face {
  font-family: Nexa;
  src: url(../font/Nexa-Heavy.ttf);
}

:root {
  --lexi-purple: #7A36A1;
  --lexi-purple-disabled: #5d277c;
  --lexi-green: #4EAE31;
  --lexi-blue: #5245D3;
  --lexi-yellow: #EFC055;
  --lexi-yellow-disabled: #a68433;
  --lexi-red: #EB5344;
}

* {
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-family: 'Inter', 'Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bg-lexi-purple {
  background-color: var(--lexi-purple);
}

.bg-lexi-yellow {
  background-color: var(--lexi-yellow);
}

.text-lexi-purple {
  color: var(--lexi-purple) !important;
}

.text-lexi-blue {
  color: var(--lexi-blue) !important;
}

.text-lexi-red {
  color: var(--lexi-red) !important;
}

.text-lexi-yellow {
  color: var(--lexi-yellow) !important;
}

.text-lexi-green {
  color: var(--lexi-green) !important;
}

.font-neue {
  font-family: 'Inter', 'Neue Montreal', sans-serif;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.font-nexa {
  font-family: 'Poppins', 'Nexa', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
}


.btn-lexi-purple {
  --bs-btn-color: #FAFAFA;
  --bs-btn-bg: var(--lexi-purple);
  --bs-btn-border-color: var(--lexi-purple);
  --bs-btn-hover-color: var(--lexi-purple);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--lexi-purple);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--lexi-purple);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--lexi-purple);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: var(--lexi-purple-disabled);
  --bs-btn-disabled-border-color: var(--lexi-purple-disabled);
  padding: 7px 25px;
  border-radius: 50px;
}

.btn-lexi-white {
  --bs-btn-color: #3B3B3B;
  --bs-btn-bg: #FAFAFA;
  --bs-btn-border-color: #3B3B3B;
  --bs-btn-hover-color: #3B3B3B;
  --bs-btn-hover-bg: var(--lexi-yellow);
  --bs-btn-hover-border-color: var(--lexi-yellow);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #3B3B3B;
  --bs-btn-active-bg: var(--lexi-yellow);
  --bs-btn-active-border-color: var(--lexi-yellow);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: var(--lexi-yellow-disabled);
  --bs-btn-disabled-border-color: var(--lexi-yellow-disabled);
  padding: 7px 25px;
  border-radius: 50px;
}

.btn-lexi-yellow {
  --bs-btn-color: #3B3B3B;
  --bs-btn-bg: var(--lexi-yellow);
  --bs-btn-border-color: var(--lexi-yellow);
  --bs-btn-hover-color: var(--lexi-yellow);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--lexi-yellow);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--lexi-yellow);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--lexi-yellow);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: var(--lexi-yellow-disabled);
  --bs-btn-disabled-border-color: var(--lexi-yellow-disabled);
  padding: 7px 25px;
  border-radius: 50px;
}

.btn-lexi-outline-purple {
  --bs-btn-color: var(--lexi-purple);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--lexi-purple);
  --bs-btn-hover-color: #fafafa;
  --bs-btn-hover-bg: var(--lexi-purple);
  --bs-btn-hover-border-color: var(--lexi-purple);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fafafa;
  --bs-btn-active-bg: var(--lexi-purple);
  --bs-btn-active-border-color: var(--lexi-purple);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: var(--lexi-purple-disabled);
  --bs-btn-disabled-border-color: var(--lexi-purple-disabled);
  padding: 7px 25px;
  border-radius: 50px;
}

.btn-lexi-outline-yellow {
  /* #3B3B3B */
  --bs-btn-color: var(--lexi-yellow);
  --bs-btn-bg: #FAFAFA;
  --bs-btn-border-color: var(--lexi-yellow);
  --bs-btn-hover-color: #3B3B3B;
  --bs-btn-hover-bg: var(--lexi-yellow);
  --bs-btn-hover-border-color: var(--lexi-yellow);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #3B3B3B;
  --bs-btn-active-bg: var(--lexi-yellow);
  --bs-btn-active-border-color: var(--lexi-yellow);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: var(--lexi-yellow-disabled);
  --bs-btn-disabled-border-color: var(--lexi-yellow-disabled);
  padding: 7px 25px;
  border-radius: 50px;
}

.navbar-nav {
  --bs-nav-link-hover-color: var(--lexi-purple);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

/* Fix navbar z-index untuk sticky positioning */
.navbar.sticky-top {
  z-index: 1030;
}

.dropdown-menu {
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--lexi-purple);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--lexi-purple) !important;
}

.section {
  padding-top: 125px;
}

.carousel .carousel-indicators button {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.carousel-indicators {
  bottom: -68px;
}

.carousel-indicators .active {
  color: #FAFAFA;
}

.carousel-control-next,
.carousel-control-prev {
  width: 27%;
  top: 0px;
}

.heading {
  font-size: 60px;
  font-family: 'Poppins', 'Nexa', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h5.subheading {
  font-family: 'Inter', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fafafa;
  line-height: 1.6;
}

.text-justified {
  text-align: justify;
}

.section-about {
  position: relative;
  overflow: hidden;
}

.section-about::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/konseling.png) no-repeat 0 0;
  top: 103px;
  bottom: 0;
  left: 59px;
  width: 542px;
  height: 542px;
}

.section-pelatihan {
  margin-top: 5rem;
  background: url(../img/group-cloud.png) no-repeat 0 0;
  height: 360px;
  width: auto;
}

.container-pelatihan {
  position: relative;
  z-index: 2;
}

.container-pelatihan>img {
  position: absolute;
  z-index: -1;
}

.container-pelatihan .row {
  margin-top: 100px;
  margin-left: 100px;
}

.about-body {
  z-index: 9;
  background-color: transparent;
  margin-left: 200px;
  margin-top: 175px;
}

.about-body .header {
  font-family: 'Inter', 'Neue Montreal', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
}

.features-body {
  z-index: 9;
  background-color: transparent;
  margin-top: 100px;
  margin-right: 50px;
}

.features-body .header {
  font-family: 'Inter', 'Neue Montreal', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
}

.section-features {
  position: relative;
  overflow: hidden;
}

.features::after {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/features-badge.png) no-repeat 0 0;
  top: 133px;
  bottom: 0;
  right: 0;
  width: 542px;
  height: 542px;
}

.card-activity {
  border-radius: 30px;
  border-color: #000000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.card-activity.border-lexi-purple {
  border-color: var(--lexi-purple) !important;
}

.card-activity .card-footer {
  background-color: transparent;
  border-top: none;
}

.card-activity .card-body>.title {
  font-family: 'Poppins', 'Nexa', sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

.card-activity .card-body p {
  font-family: 'Inter', 'Neue Montreal', sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.header-howto {
  padding: 10px;
  background-color: var(--lexi-purple);
  width: 80%;
  position: relative;
}

.section-register {
  position: relative;
}

.fonology-vector {
  position: relative;
  overflow: hidden;
}

.fonology-vector::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/disleksia.png) no-repeat 0 0;
  top: 46px;
  bottom: 0;
  left: 106px;
  width: 400px;
  height: auto;
}

.section-register img.left {
  position: absolute;
  width: 200px;
  top: 80px;
  bottom: 0px;
  left: 0px;
}

.section-register img.right {
  position: absolute;
  width: 200px;
  top: 132px;
  bottom: 0px;
  right: 0px;
}

.register-panel {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  background-color: var(--lexi-purple);
  color: #fafafa;
}

.register-panel h3 {
  font-family: Nexa;
  font-size: 60px;
  font-weight: 800;
}

.register-panel a {
  font-size: 24px;
  font-weight: bold;
}

.h-howto {
  color: #fafafa;
  font-family: Nexa;
  font-weight: 900;
  font-size: 30px;
}

.header-howto::before {
  display: inline-block;
  content: url(../img/leader-activity.png);
  position: absolute;
  width: 100%;
  left: -52px;
  top: -11px;
}

.header-howto::after {
  display: inline-block;
  content: url(../img/stars-activity.png);
  position: absolute;
  height: 100px;
  right: -38px;
  top: -27px;
}

.section-footer {
  padding-bottom: 80px;
}

.bt {
  border-top: 1px solid #cbcbcb;
}

.description {
  text-align: justify;
  font-size: 18px;
  margin-top: 4rem;
}

ul.lexi-list {
  margin-top: 1rem;
  list-style-type: none;
}

hr {
  display: inline-block;
  border: 1px solid #949494;
  width: 100%;
}

hr.yellow {
  z-index: 1;
  border: 1px solid #EFC055 !important;
  width: 100%;
  opacity: 1;
}

.vertical-text {
  writing-mode: vertical-lr !important;
  font-family: Nexa;
  font-size: 24px;
}

.vertical-text.type-1 {
  transform: rotate(180deg) !important;
}

.vertical-text.type-2 {
  transform: rotate(0deg) !important;
}

.card-badge-yellow {
  border: 1px solid var(--lexi-yellow) !important;
  background-color: var(--lexi-yellow);
  border-radius: 50px;
  padding: 20px 70px;
}

.card-badge-outline {
  border: 1px solid #000000;
  background-color: #fafafa;
  border-radius: 50px;
  padding: 10px 30px;
  width: 70%;
  height: auto;
}

ul.lexi-list li {
  display: grid;
  grid-template-columns: 0 1fr;
  gap: 1.75em;
  align-items: start;
  line-height: 1.25;
}

ul.lexi-list li:nth-of-type(n)::before {
  content: url(../img/purple-star.png);
  width: 1.5em;
}

ul.lexi-list li:nth-of-type(2n)::before {
  content: url(../img/red-purple.png);
  width: 1.5em;
}

ul.lexi-list li:nth-of-type(3n)::before {
  content: url(../img/yellow-star.png);
  width: 1.5em;
}

ul.lexi-list li:nth-of-type(4n)::before {
  content: url(../img/blue-star.png);
  width: 1.5em;
}

ul.lexi-list li:nth-of-type(5n)::before {
  content: url(../img/green-star.png);
  width: 1.5em;
}

/* BG PURPLE */
ul.lexi-list.list-purple li {
  color: #fff;
  font-weight: 100 !important;
  display: grid;
  grid-template-columns: 0 1fr;
  gap: 1.75em;
  align-items: start;
  line-height: 1.25;
}

ul.lexi-list.list-purple li:nth-of-type(n)::before {
  content: url(../img/green-star.png);
  width: 1.5em;
}

ul.lexi-list.list-purple li:nth-of-type(2n)::before {
  content: url(../img/red-purple.png);
  width: 1.5em;
}

ul.lexi-list.list-purple li:nth-of-type(3n)::before {
  content: url(../img/yellow-star.png);
  width: 1.5em;
}

ul.lexi-list.list-purple li:nth-of-type(4n)::before {
  content: url(../img/blue-star.png);
  width: 1.5em;
}

ul.lexi-list.list-purple li:nth-of-type(5n)::before {
  content: url(../img/green-star.png);
  width: 1.5em;
}


.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -20px;
  color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #3B3B3B;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.work {
  width: 100%;
}

.work .img {
  width: 100%;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.work .img .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .work .img .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.work .text h3 {
  font-size: 18px;
  font-weight: 500;
}

.work .text h3 a {
  color: #000;
}

.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.work:hover .img .icon {
  opacity: 1;
}

.form-label {
  font-family: Neue Montreal;
  font-weight: 400;
  font-size: 16px;
  margin-left: 1rem;
}

.form-control {
  padding: 0.375rem 1.5rem;
  border: var(--bs-border-width) solid var(--lexi-yellow);
  border-radius: 30px;
}

textarea.form-control {
  padding: 1rem 1.5rem;
}

.form-control::placeholder {
  color: #949494;
}

.form-control:focus {
  border: var(--bs-border-width) solid var(--lexi-yellow);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #efc155b9;
}

.card-activity img {
  width: 100%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.container-fonology {
  padding-right: 15px;
  padding-left: 15px;
}

.container-learn {
  position: relative;
  max-width: 488px;
  margin-left: 196px;
  max-height: 293px;
  z-index: 3;
}

.container-learn img {
  width: 200%;
  margin-top: -74px;
  z-index: 2;
}

.container-learn>.ribbon {
  position: absolute;
  width: 600px;
  height: 64px;
  top: 41px;
  z-index: -1;
  left: 242px;
  border-radius: 32px;
  background-color: #7A36A1;
  text-align: end;
}

.container-learn>.ribbon>span {
  position: inherit;
  font-family: Nexa;
  font-size: 36px;
  font-weight: 900;
  margin-left: -349px;
  margin-top: 27px;
}

.container-fonology:before,
.container-fonology:after {
  display: table;
  content: " ";
}

.container-fonology:after {
  clear: both;
}

.section.section-fonology {
  padding: 30px 0;
  position: relative;
  background-color: #EFC055;
}

.section-fonology {
  background-color: #d8c1ab;
  color: #fff;
  background: url(../img/purple-circle.png) no-repeat 0;
}

.section-parent {
  height: 300px;
}

.section-parent .section-child {
  height: 200px;
  width: 75%;
  margin: auto;
}

.section-parent {
  margin-top: 100px;
}

.section-parent .section-child {
  position: relative;
  top: 0;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 438px;
  padding: 0 20px;
  top: -20%;
}

.calendar {
  font-weight: 400;
}

.calendar_content {
  background: #fff;
  border: 2px solid var(--lexi-purple);
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.calendar_weekdays {
  background: #fff;
  border: 2px solid var(--lexi-purple);
  border-top: none;
  border-bottom: none;
}

.calendar_header {
  padding: 30px 0px 10px 0px;
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 2px solid var(--lexi-purple);
  border-bottom: none;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
  overflow: hidden;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #949494 !important;
}

.calendar_weekdays div,
.calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0;
}

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}

.calendar_content div.past-date {
  color: #3B3B3B;
}

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}

.calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--lexi-purple);
  z-index: -1;
  -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_content div.selected {
  background-color: #f0f0f0;
}

.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  padding: 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  float: left;
  width: 70%;
  margin: 0 0 10px;
  font-family: Neue Montreal;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #3B3B3B;
  float: left;
  width: 15%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

button.switch-month:hover {
  color: var(--lexi-purple);
}

.row-activity {
  position: relative;
  height: 300px;
}

.head-activity {
  font-size: 64px;
  margin-right: 100px;
}

.circle-activity-1 {
  bottom: -134px;
  left: 57px;
}

.circle-activity-2 {
  bottom: 310px;
  left: 459px;
}

/* RESPONSIVE */
@media (min-width: 1399px) {

  .carousel-control-next,
  .carousel-control-prev {
    top: 483px;
  }

}

@media (max-width: 575.98px) {
  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .row-activity {
    height: auto;
  }


  .about-body {
    margin-left: 52px;
    margin-top: 6px;
  }

  .section-about::before {
    width: 100%;
    height: 100%;
    background-size: 410px;
    left: -32px;
    top: 0px;
  }

  .owl-carousel .owl-nav .owl-prev {
    opacity: 0;
  }

  .owl-carousel .owl-nav .owl-next {
    opacity: 0;
  }

  .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
  }

  .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
  }

  .h-howto {
    font-size: 15px;
  }

  .section-register img.left {
    width: 90px;
    top: 240px;
  }

  .section-register img.right {
    width: 90px;
    top: 250px;
  }

  .register-panel h3 {
    font-family: Nexa;
    font-size: 40px;
    font-weight: 800;
  }

  .features::after {
    background-size: 70%;
    left: 96px;
    top: 167px;
  }

  .vertical-text {
    writing-mode: unset !important;
    font-family: Nexa;
    font-size: 24px;
  }

  .vertical-text.type-1 {
    transform: rotate(0deg) !important;
  }

  .vertical-text.type-2 {
    transform: rotate(0deg) !important;
  }

  .card-activity img {
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -moz-transform: translate(-50%, -50%) scale(.5);
    -o-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
  }

  .container-learn {
    max-width: fit-content;
    margin-left: 0;
    max-height: fit-content;
    margin-bottom: 100px;
  }

  .container-learn>.ribbon {
    width: 459px;
    height: 64px;
    top: 407px;
    left: -107px;
  }

  .container-learn>.ribbon>span {
    position: inherit;
    font-family: Nexa;
    font-size: 36px;
    font-weight: 900;
    margin-left: -349px;
    margin-top: 27px;
  }

  .section-fonology {
    background-color: #d8c1ab;
    color: #fff;
    background-image: none;
  }

  .section-pelatihan {
    height: auto;
  }

  .container-pelatihan .row {
    margin-top: 54px;
    margin-left: 43px;
  }

  .container-pelatihan img {
    max-width: 97% !important;
  }

  .calendar,
  .calendar_weekdays,
  .calendar_content {
    top: 0;
  }

  .head-activity {
    font-size: 40px;
    margin-right: 0;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-body {
    margin-left: 52px;
    margin-top: 6px;
  }

  .card-activity img {
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -moz-transform: translate(-50%, -50%) scale(.5);
    -o-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
  }

  .section-about::before {
    width: 100%;
    height: 100%;
    background-size: 410px;
    left: -32px;
    top: 0px;
  }

  .section-register img.left {
    width: 90px;
    top: 240px;
  }

  .section-register img.right {
    width: 90px;
    top: 250px;
  }

  .register-panel h3 {
    font-family: Nexa;
    font-size: 50px;
    font-weight: 800;
  }

  .h-howto {
    font-size: 15px;
  }

  .vertical-text {
    writing-mode: unset !important;
    font-family: Nexa;
    font-size: 24px;
  }

  .vertical-text.type-1 {
    transform: rotate(0deg) !important;
  }

  .vertical-text.type-2 {
    transform: rotate(0deg) !important;
  }

  .row-activity {
    height: auto;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .about-body {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .section-about::before {
    width: 100%;
    height: 100%;
    background-size: 410px;
    left: 12px;
    top: 24px;
  }

  .fonology-vector::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: none;
    top: 46px;
    bottom: 0;
    left: 106px;
    width: 400px;
    height: auto;
  }

  .h-howto {
    font-size: 20px;
  }

  .section-register img.left {
    width: 136px;
    top: 146px;
  }

  .section-register img.right {
    width: 136px;
    top: 144px;
  }

  .register-panel h3 {
    font-family: Nexa;
    font-size: 48px;
    font-weight: 800;
  }

}