@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

:root {
  --lilita-one: "Lilita One", sans-serif;
  --nunito: "Nunito Sans", sans-serif;
  --white: rgba(255, 255, 255, 1);
  --blue: rgba(0, 63, 106, 1);
  --darkblue: rgba(1, 52, 81, 1);
  --lightblue: rgba(0, 84, 142, 1);
  --orange: rgba(236, 127, 1, 1);
  --black: rgba(42, 42, 46, 1);
  --gray: rgba(87, 87, 91, 1);
  --green: rgba(35, 209, 100, 1);
  --softwhite: rgba(240, 247, 227, 1);
  --center: center;
  --block: block;
  --none: none;
  --flex: flex;
  --relative: relative;
  --absolute: absolute;
}

/* Global Font */
.hero-banner .course-class .title,
.programs .block-text .title,
.story .block-text .title,
.method .block-text .title,
.join-cka .block-text .title,
.featured-item .block-text .title,
.free-class .block-text .title,
.about-cka .block-text .title,
.our-class .block-text .title,
.our-class .block-caption .title,
.join-free-class .block-text .title,
.find-us .block-text .title,
.faq .block-text .title,
.block-element h1 {
  font-family: var(--lilita-one);
}
.hero-banner .course-class .subtitle,
.programs .block-text .subtitle,
.method-item .icon,
.method-item .block-text .title,
.method-item .block-text .subtitle,
.block-text.featured-item .subtitle,
.free-class .block-text .subtitle,
.our-class .block-caption .subtitle,
.about-cka .block-element .trial-class .title,
.show-message .title,
.show-message .subtitle,
.faq .panel-title,
.faq .panel-body,
.block-inline-element ul > li,
.block-button .btn,
.card-body .btn-warning,
.card-body h4,
.breadcrumbs,
.breadcrumb .current,
#trial-class-frm .form-control,
.block-element .input-group-addon .btn-submit,
.join-free-class .block-element .btn-join,
#trial-class-frm .btn,
.message {
  font-family: var(--nunito);
}
.glyphicon {
  font-size: 12px;
  top: 0 !important;
}
.invalid-feedback {
  display: var(--none);
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f44236;
}

/* Breadcrumbs */
.breadcrumbs {
  position: var(--relative);
  display: inline-block;
  color: var(--black);
  margin-bottom: 35px;
}
.breadcrumbs,
.breadcrumb .current {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.breadcrumb {
  display: var(--flex);
  align-items: var(--center);
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.65) !important;
  padding: 4px 12px !important;
  margin-bottom: 0 !important;
  border-radius: 100px !important;
}
.breadcrumb a,
.breadcrumb .separator {
  display: var(--flex);
  font-weight: 700;
  color: rgba(0, 105, 177, 1);
}
.breadcrumb .separator {
  font-size: 12px;
}
.breadcrumb .current {
  color: var(--tex-body-primary);
}

/* Remove Qisqus */
#qismo-widget {
  display: none;
}

/* Swiper js */
.swiper-arrow,
.swiper-button-prev,
.swiper-button-next {
  font-size: 0;
  position: var(--absolute) !important;
  bottom: -60px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: var(--flex);
  -ms-flex-pack: var(--center);
  justify-content: var(--center);
  -ms-flex-align: var(--center);
  align-items: var(--center);
  background-color: transparent;
  cursor: pointer;
  background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
  border-color: transparent;
}
.arrow-left:before,
.arrow-right:before,
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: block;
}
.arrow-left:before,
.swiper-button-prev:after {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 12H5" stroke="%2300ADC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M12 19L5 12L12 5" stroke="%2300ADC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
}
.arrow-right:before,
.swiper-button-next:after {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5 12H19" stroke="%2300ADC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M12 19L19 12L12 5" stroke="%2300ADC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
}
.swiper-arrows {
  display: var(--flex);
  justify-content: var(--center);
  align-items: var(--center);
  z-index: 11;
  position: var(--relative);
}
.swiper-arrow-prev {
  right: 50px;
}
.swiper-arrow-next {
  right: 0;
}

.d-block {
  display: var(--block);
}
.d-flex {
  display: var(--flex);
}
.card {
  position: var(--relative);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  border-radius: 20px;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  display: var(--flex);
  flex-direction: column;
  flex-grow: 1;
}
.card-body {
  padding: 20px 15px;
  display: var(--flex);
  align-items: var(--center);
  /*justify-content: space-between;*/
  flex-direction: row;
  flex: 1 1 auto;
}
.card-body .icon {
  margin-right: 8px;
}
.card-body h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 63, 106, 1);
  margin-bottom: 0;
}
.card-body .btn-warning {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: var(--white);
  background-color: rgba(254, 131, 63, 1);
  border-radius: 100px;
}
.flex-row-stretch {
  display: var(--flex);
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-row-normal {
  position: var(--relative);
  display: var(--flex);
  align-items: normal;
  justify-content: var(--center);
}

/* Ornamen */
.ornamen {
  position: var(--absolute);
  z-index: 11;
}
.custom-top-left {
  top: -22px;
  left: -100px;
}
.custom-top-left-2 {
  top: -40px;
  left: -20px;
}
.custom-top-left-3 {
  top: -35px;
  left: 35px;
}
.custom-top-right {
  top: -120px;
  right: 0;
}
.custom-top-right-2 {
  top: 75px;
  right: -22px;
}
.custom-top-right-3 {
  top: -65px;
  right: -55px;
}
.custom-top-right-4 {
  top: 24px;
  left: -118px;
  right: -8px;
}
.custom-top-right-5 {
  top: -45px;
  right: 16px;
}
.custom-top-right-6 {
  top: 30px;
  right: 74px;
}
.custom-bottom-left {
  bottom: -165px;
  left: 35px;
}
.custom-bottom-left-2 {
  bottom: 110px;
  left: -35px;
}
.custom-bottom-left-3 {
  bottom: -60px;
  left: -38px;
}
.custom-bottom-left-4 {
  bottom: 0;
  left: 0;
}
.custom-center {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.top-left {
  top: 0;
  left: 0;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: -65px;
  right: 0;
}
.custom-bottom-right-1 {
  bottom: 30px;
  right: 0;
}
.b-rad-16 {
  border-radius: 16px;
}
.b-rad-40 {
  border-radius: 16px;
}
.pad-32 {
  padding: 32px;
}
.pad-12 {
  padding: 12px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-75 {
  margin-bottom: 75px;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-15 {
  padding-left: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-170 {
  padding-bottom: 170px;
}
.w-85 {
  width: 85%;
}
.w-100 {
  width: 100%;
}

section {
  position: var(--relative);
}

ul {
  list-style-type: disc;
  margin-left: 0;
}
.flex-row {
  display: var(--flex);
  justify-content: var(--center);
  align-items: var(--center);
}
.block-element .logo {
  margin-bottom: 20px;
}
.block-element h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: var(--white);
  margin-bottom: 24px;
}
.block-inline-element ul {
  display: var(--flex);
  align-items: var(--center);
  list-style: var(--none);
  gap: 24px;
}
.block-inline-element ul > li {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(221, 221, 234, 1);
}
.block-inline-element ul > li img {
  margin-right: 8px;
}
.block-text .title,
.block-text .subtitle {
  display: block;
}
.block-button {
  padding-top: 24px;
}
.block-button .btn {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 12px;
  border-radius: 100px;
  z-index: 11;
}
.block-button .btn,
.block-button .btn:hover,
.block-button .btn:visited {
  color: var(--white);
}

#videoModal .modal-dialog,
#singlevideoModal .modal-dialog,
#showMessageModal .modal-dialog {
  position: absolute;
  top: 50% !important;
  transform: translate(100%, -50%) !important;
  -ms-transform: translate(100%, -50%) !important;
  -webkit-transform: translate(100%, -50%) !important;
  width: 50%;
  height: auto;
}
#showMessageModal .modal-dialog {
  width: 30%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}
#videoModal .modal-content,
#videoModal .modal-body,
#singlevideoModal .modal-content,
#singlevideoModal .modal-body,
#showMessageModal .modal-content,
#showMessageModal .modal-body,
.embed-container {
  border-radius: 20px !important;
}
#videoModal .modal-body,
#singlevideoModal .modal-body,
#showMessageModal .modal-body {
  padding: 0 !important;
  overflow-y: auto;
}
#videoModal .close,
#singlevideoModal .close,
#showMessageModal .close {
  position: absolute;
  right: -30px;
  top: -20px;
  color: var(--white);
  opacity: 1;
}
#showMessageModal .close {
  right: 24px;
  top: 8px;
  color: rgba(24, 57, 88, 1);
  z-index: 11;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Homepage Hero Banner */
.hero-banner .col-md-6:nth-child(1) .bg-gradient {
  background: linear-gradient(180deg, #ffffff 50%, #e1fbff 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.hero-banner .col-md-6:nth-child(1) .bg-gradient .block-button .btn {
  background-color: var(--blue);
}
.hero-banner .col-md-6:nth-child(2) .bg-gradient {
  background: linear-gradient(180deg, #ffffff 50%, #ffebe0 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.hero-banner .col-md-6:nth-child(2) .bg-gradient .block-button .btn {
  background-color: var(--orange);
}
.hero-banner .course-class-column {
  margin-bottom: -50px;
}
.hero-banner .course-class {
  display: var(--flex);
  align-items: var(--center);
  border-radius: 16px;
}
.hero-banner .course-class .icon {
  flex: 1 1 25%;
}
.hero-banner .course-class .title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
}
.hero-banner .course-class .subtitle {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--black);
}
.hero-banner .course-class .btn-readmore {
  transition: all 0.35s;
  box-sizing: border-box;
}
.btn-animate {
  position: relative;
  border-color: #979695;
  color: #979695;
}
.btn-animate:hover {
  transform: translateY(-0.25em);
  border-color: #5e5e5e;
  color: #5e5e5e;
}
.btn-animate:hover::before {
  opacity: 1;
}
.btn-animate::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

/* Programs */
.programs {
  padding: 140px 0 40px;
}
.programs .block-text {
  padding-left: 15px;
}
.programs .block-text .title,
.story .block-text .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 50.4px;
  color: var(--blue);
  margin-bottom: 24px;
}
.programs .block-text .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--darkblue);
}
.programs .block-slider .swiper-pagination {
  position: absolute;
  bottom: -40px;
}
.programs .block-slider .swiper-pagination-bullet {
  padding: 5px;
}
.programs .block-slider .swiper-pagination-bullet-active {
  padding: 5px 15px;
  border-radius: 37px;
  background-color: rgba(38, 106, 173, 1);
}

/* Banner Price */
.banner-price .block-element {
  padding: 20px;
}
.banner-price .block-element .custom-img {
  position: absolute;
  top: -20px;
  left: 50px;
}

/* Story */
.story .block-text {
  margin-bottom: 48px;
}
.story .block-video {
  position: relative;
}
.story .block-video .btn-play,
.about-cka .block-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
  cursor: pointer;
}

/* Method */
.method {
  padding: 60px 0 150px;
}
.method .block-text .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 50.4px;
  color: var(--blue);
  margin-bottom: 16px;
}
.method .block-inline-element .expert-method {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.method .expert-method .method-item {
  display: var(--flex);
  align-items: var(--center);
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  background-color: var(--white);
  border-radius: 100px;
}
.method-item .icon {
  width: 62px;
  height: 62px;
  margin-right: 16px;
  border-radius: 100px;
  line-height: 50px;
  text-align: var(--center);
  font-size: 20px;
  font-weight: 900;
  color: rgba(0, 42, 71, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.method-item:nth-child(1) .icon {
  border: 5px solid rgba(0, 105, 177, 1);
}
.method-item:nth-child(2) .icon {
  border: 5px solid rgba(243, 172, 73, 1);
}
.method-item:nth-child(3) .icon {
  border: 5px solid rgba(0, 173, 198, 1);
}
.method-item .block-text .title {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--lightblue);
  margin-bottom: 8px;
}
.method-item .block-text .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--gray);
}

/* Join CKA */
.join-cka {
  padding: 60px 0 40px;
}
.join-cka .block-text .title,
.featured-item .block-text .title {
  font-weight: 400;
}
.join-cka .block-text .title {
  font-size: 32px;
  line-height: 44.8px;
  color: var(--darkblue);
  margin-bottom: 40px;
}
.join-cka .flex-row .col-md-4:nth-child(2n + 1) {
  padding-right: 8px;
}
.join-cka .flex-row .col-md-4:nth-child(2n + 0) {
  padding-left: 8px;
}
.join-cka .flex-row .col-md-4:nth-child(3n + 0) {
  padding-left: 1px;
  padding-right: 15px;
}
.featured-item {
  background-color: var(--softwhite);
  padding: 24px;
  border-radius: 16px;
  min-height: 200px;
}
.block-text.featured-item .icon {
  display: block;
  position: relative;
  margin-bottom: 8px;
  text-align: right;
}
.block-text.featured-item .icon:first-child img {
  width: 48px;
  height: 49px;
}
.block-text.featured-item .title {
  font-size: 18px;
  line-height: 20px;
  color: var(--black);
  margin-bottom: 8px;
}
.block-text.featured-item .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray);
}

/* Free Class */
.free-class {
  padding: 120px 0 60px;
}
.free-class .block-text .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  color: rgba(24, 57, 88, 1);
}
.free-class .block-text .subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(24, 57, 88, 1);
}
.free-class .block-element {
  margin: 24px 35px 0 0;
}
.block-element .button-blue,
.block-element .button-orange {
  font-family: "Gotham Rounded", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 12px;
  padding: 10px 30px;
  border-radius: 100px;
}
.block-element .button-blue,
.block-element .button-blue:hover {
  color: var(--white);
  background-color: rgba(38, 106, 173, 1);
  box-shadow: 0px 10px 10px 0px rgba(243, 172, 73, 0.15);
}
.block-element .button-orange,
.block-element .button-orange:hover {
  color: var(--darkblue);
  background: rgba(255, 206, 0, 1);
  box-shadow: 0px 10px 10px 0px rgba(243, 172, 73, 0.15);
}
.block-element .input-group-addon {
  background-color: var(--white);
  border: 1px solid var(--white);
  padding: 0 5px;
}
.block-element .form-control,
.block-element .input-group-addon,
.block-element .input-group-addon .btn-submit {
  border-radius: 100px;
}
#trial-class-frm .form-control,
#trial-class-frm .selected-value.form-control {
  background-color: var(--white);
  border-color: var(--white);
  padding: 12px 14px;
  color: var(--black);
  border-radius: 100px;
}
#trial-class-frm select.form-control {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#trial-class-frm input::placeholder,
#trial-class-frm select.form-control {
  color: rgba(126, 126, 129, 1);
}
#parentname {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#parentname.focused {
  background-color: var(--white);
  border-color: #ccc;
}
.block-element .input-group-addon .btn-submit {
  background-color: rgba(241, 101, 34, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--white);
  padding: 8px 24px;
}
#showMessageModal .modal-content {
  border-radius: 16px !important;
}
#showMessageModal .modal-body {
  padding: 20px 24px;
  background: rgba(253, 235, 226, 1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
#showMessageModal .help-cs,
.show-message {
  display: var(--flex);
  align-items: var(--center);
  justify-content: var(--center);
  flex-direction: column;
}
#showMessageModal .help-cs {
  margin-bottom: 32px;
}
#showMessageModal .help-cs .title {
  margin: 16px 0;
}
#showMessageModal .help-cs .whatsapp-btn {
  display: var(--flex);
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  background-color: var(--green);
  padding: 8px 16px;
  border-radius: 100px;
}
#showMessageModal .help-cs .whatsapp-btn:before {
  content: "";
  display: inline-block;
  width: 25px; /* Adjust width as needed */
  height: 24px; /* Adjust height as needed */
  background-image: url("../images/baru/WhatsApp.png"); /* Path to your image file */
  background-size: contain; /* Adjust sizing as needed */
  background-repeat: no-repeat; /* Prevent image repetition */
  background-position: center; /* Center the image */
  margin-right: 8px;
}
.show-message {
  padding: 20px 32px;
  margin: 50px 24px 0;
  border-radius: 16px;
  background: rgba(250, 202, 179, 0.5);
  border: 1px solid var(--Brand-Halloween-Orange-200, rgba(250, 202, 179, 1));
}
.show-message .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 42px;
  color: var(--darkblue);
}
.show-message .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  color: var(--darkblue);
}

/* Offline */
.hero-banner .block-image {
  position: absolute;
  top: 12px;
  right: 0;
  width: 43%;
}
.about-cka {
  padding: 150px 0 40px;
}
.about-cka .block-element {
  position: relative;
  margin-top: -375px;
}
.about-cka .block-element .trial-class {
  width: 100%;
  padding: 20px 32px;
  background: var(--Brand-Halloween-Orange-50, rgba(253, 235, 226, 1));
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
.about-cka .block-element .trial-class .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  color: rgba(24, 57, 88, 1);
}
#trial-class-frm .btn {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  background-color: var(--orange);
  padding: 14px;
  border: 0;
  outline: var(--none);
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(243, 172, 73, 0.15);
}
.about-cka .block-text .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  color: var(--darkblue);
  margin-bottom: 12px;
}
.about-cka .block-text .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--gray);
}
.about-cka .block-video {
  position: relative;
  z-index: 11;
}

.our-class {
  padding: 60px 0 140px;
}
.our-class .block-text .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  color: var(--white);
}
.our-class .block-element {
  position: relative;
  margin-top: 40px;
}
.our-class .block-element .attachment-full {
  width: 100%;
}
.our-class .block-caption {
  position: absolute;
  bottom: -80px;
  background-color: var(--white);
  padding: 24px;
  min-height: 150px;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.our-class .block-caption .title {
  font-size: 18px;
  line-height: 24px;
  color: var(--darkblue);
  margin-bottom: 8px;
}
.our-class .block-caption .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray);
}
.find-us {
  width: 1170px;
  margin: 0 auto;
}
.find-us .container {
  width: unset;
}
.find-us .block-slider {
  width: auto;
}
.find-us .block-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.find-us .block-slider .swiper {
  padding: 0 8px 15px 15px;
}
.find-us .block-slider .swiper-slide {
  height: -webkit-fill-available;
}
.find-us .block-slider .swiper-slide:last-child .card {
  justify-content: center;
  border: 2px dashed rgba(74, 172, 195, 1);
  text-align: center;
}
.find-us .block-slider .swiper-slide:last-child .card .card-photo img {
  width: 41%;
}
.find-us .block-slider .swiper-slide:last-child .card .card-body {
  display: contents;
  padding-top: 0;
}
.find-us .block-slider .swiper-slide:last-child .card .card-body h4 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  color: rgba(152, 152, 154, 1);
}
.find-us .block-slider .swiper-pagination {
  bottom: -50px;
  left: 20px;
  text-align: left;
}
.find-us .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(4, 140, 170, 1);
}
.find-us .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: unset;
  box-shadow: unset;
  border-radius: 50%;
  top: 50%;
  transform: translate(-25%, -45%);
  z-index: -1;
}
.find-us .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
  box-shadow: -2px -2px 8px #8adfe3, 2px 2px 8px #55c5d1;
}
.find-us .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.find-us .block-text .title {
  font-size: 32px;
  line-height: 44.8px;
  color: var(--darkblue);
}
.find-us .block-slider .swiper-slide {
  overflow: visible;
}
.find-us .block-slider .block-card {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.find-us .block-slider .block-card .block-image {
  position: relative;
  display: block;
}
.join-free-class {
  overflow: hidden;
}
.join-free-class .block-text .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  padding-left: 60px;
  color: var(--white);
}
.join-free-class .block-text .title br {
  display: var(--none);
}
.join-free-class .block-element .btn-join {
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 12px 30px;
  color: rgba(241, 101, 34, 1);
  background-color: var(--white);
  box-shadow: 0px 10px 10px 0px rgba(243, 172, 73, 0.15);
  border-radius: 100px;
}
.join-free-class .block-element .btn-join:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.faq .block-text .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(74, 172, 195, 1);
}
.faq .panel {
  border: 1px solid rgba(0, 173, 198, 1);
  box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -12px -12px 24px 0px rgba(255, 255, 255, 0.15);
}
.faq .panel .collapse.in {
  display: var(--block);
}
.faq .panel-group .panel + .panel {
  margin-top: 16px;
}
.faq .panel-heading {
  padding: 16px;
  display: var(--flex);
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.faq .panel-heading i {
  color: rgba(0, 173, 198, 1);
}
.faq .panel-group .panel {
  border-radius: 12px;
}
.faq .panel-body {
  padding: 0 15px;
  font-size: 14px;
  line-height: 22px;
  color: var(--darkblue);
}
.faq .panel-body ol {
  margin-left: 15px;
}
.faq .panel-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: var(--darkblue);
}

@media (max-width: 767px) {
  #elementor-popup-modal-10719 .dialog-widget-content {
    display: none !important;
  }
  .flex-row {
    flex-direction: column;
  }
  .page-template-template-cka-offline .site main {
    margin-top: 105px !important;
  }
  .block-element h1,
  .programs .block-text .title,
  .story .block-text .title,
  .method .block-text .title {
    font-size: 24px;
    line-height: 33.6px;
  }
  .block-element .logo {
    width: 30%;
    margin-bottom: 0;
  }
  .block-element h1 {
    text-align: var(--center);
  }
  .block-element h1 br,
  .about-cka .block-text .subtitle br {
    display: var(--none);
  }
  .block-inline-element ul {
    justify-content: var(--center);
  }
  .block-inline-element ul > li {
    font-size: 16px;
  }
  .d-block {
    display: block;
  }
  .block-element .button-blue,
  .block-element .button-orange {
    display: block;
    margin: 0 0 12px;
  }
  .breadcrumbs {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    margin: 20px 0 30px;
  }
  .breadcrumbs .breadcrumb a:nth-child(2) {
    text-indent: -9999px;
    overflow: hidden;
  }
  .breadcrumbs .breadcrumb a:nth-child(2):after {
    content: "...";
    text-indent: 0;
  }
  .hero-banner {
    padding-top: 0 !important;
  }
  .hero-banner .col-md-6:nth-child(1) {
    padding-right: 5px;
  }
  .hero-banner .col-md-6:nth-child(2) {
    padding-left: 5px;
  }
  .hero-banner .course-class-column {
    flex-direction: row;
  }
  .hero-banner .block-image {
    display: block;
    position: relative;
    top: 5px;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .hero-banner .course-class {
    display: var(--flex);
    flex-direction: column;
    flex-wrap: wrap;
  }
  .hero-banner .course-class .title {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-banner .course-class .subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .block-button .btn {
    font-size: 16px;
    line-height: 24px;
  }
  .programs {
    padding: 140px 0 0;
  }
  .programs .block-text .subtitle {
    font-size: 16px;
    line-height: 23.84px;
  }
  .banner-price .block-element .custom-img {
    position: relative;
    left: 0;
  }
  .story .block-text {
    margin-bottom: 0;
  }
  .story .block-video {
    margin-bottom: 18.37px;
  }
  .story .block-video .btn-play,
  .about-cka .block-video .btn-play {
    width: 15%;
    transform: translate(-50%, -50%);
  }
  #videoModal .modal-dialog,
  #singlevideoModal .modal-dialog {
    width: 95%;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
  }
  #showMessageModal .modal-dialog {
    width: 95%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: 0;
  }
  #showMessageModal .help-cs .whatsapp-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .show-message {
    padding: 20px 12px;
  }
  .show-message .subtitle {
    font-size: 14px;
  }
  #videoModal .close,
  #singlevideoModal .close {
    top: -30px;
    right: 0;
  }
  .method {
    padding: 20px 0 100px;
  }
  .method-item .block-text .title {
    font-size: 16px;
    line-height: 20px;
  }
  .method-item .block-text .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .method-item .icon {
    width: 95px;
    height: auto;
  }
  .method .expert-method .method-item {
    padding: 12px;
  }
  .method-item .block-text .title {
    margin-bottom: 4px;
  }
  .custom-top-right-4 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 16px;
  }
  .about-cka .block-element {
    margin-top: -358px;
  }
  .about-cka .block-element .trial-class {
    padding: 20px 24px;
    margin-bottom: 35px;
  }
  .about-cka .block-text .title {
    font-size: 24px;
    line-height: 42px;
  }
  .join-cka {
    padding: 20px 0 0;
  }
  .join-cka .col-1,
  .join-cka .col-3 {
    padding-right: 8px;
  }
  .join-cka .col-2,
  .join-cka .col-4 {
    padding-left: 8px;
  }
  .join-cka .col-5 .featured-item {
    min-height: 180px;
  }
  .block-text.featured-item .title {
    font-size: 16px;
  }
  .block-text.featured-item .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .featured-item {
    min-height: 250px;
    padding: 16px;
    margin-bottom: 16px;
  }
  .custom-bottom-left-4 {
    z-index: 1;
  }
  .our-class {
    padding: 40px 0 60px;
  }
  .our-class .block-text .title {
    font-size: 24px;
    line-height: 33.6px;
  }
  .our-class .block-caption .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .our-class .block-element {
    margin-top: 20px;
    z-index: 11;
  }
  .our-class .block-caption {
    position: relative;
    bottom: 12px;
    min-height: 140px;
  }
  .find-us {
    width: 100%;
    z-index: 11;
  }
  .find-us .block-slider .swiper-wrapper {
    justify-content: flex-start;
  }
  .find-us .block-slider .swiper-slide:last-child .card {
    padding: 0 20px;
  }
  .find-us .block-slider .swiper-arrow-prev {
    right: 65px;
  }
  .find-us .block-slider .swiper-arrow-next {
    right: 15px;
  }
  .custom-top-left-3 {
    top: -53px;
    left: -25px;
    z-index: 1;
  }
  .flex-row-stretch {
    display: block;
  }
  .find-us .block-text .title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .join-free-class .block-text .title {
    font-size: 24px;
    line-height: 27.43px;
    text-align: var(--center);
    padding-left: 0;
  }
  .free-class {
    padding: 60px 0 0;
  }
  .free-class .block-element {
    margin: 24px 0;
  }
  .free-class .block-text .title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 8px;
  }
  .free-class .block-text .title br {
    display: var(--none);
  }
  .free-class .block-text .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .code-area {
    position: absolute;
    padding: 15px;
    font-weight: 600;
    z-index: 11;
  }
  .free-class .block-element .form-control {
    padding: 14px 12px 14px 42px;
  }
  .faq .block-text .title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .block-element .input-group .code-area {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 600;
    transform: translate(15px, -50%);
    z-index: 11;
  }
  .block-element .input-group > .form-control {
    width: 300px !important;
    padding-left: 42px;
  }
  .block-element .input-group > .form-control:focus,
  input[type="tel"]:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: var(--none);
    box-shadow: var(--none);
  }
}

@media (min-width: 1920px) {
  .find-us .block-slider {
    width: auto;
  }
  .find-us .block-slider .swiper-slide {
    height: 100%;
  }
  .find-us .block-slider .swiper-slide:last-child .card .card-photo img {
    width: 41%;
  }
}
