/*
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight
Common weight name mapping
The numerical values 100 to 900 roughly correspond to the following common weight names:
Value	Common weight name
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)

 */
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Quicksand:wght@500;600;700&display=swap");
/*------------quicksand************/
/*
@font-face {
  font-family: 'Quicksand';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
*/
/*-------------poppins************/
/*
@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://kawakawalearningstudio.com/assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
 */
/*-------------------************/
@font-face {
  font-family: 'AwesomePro';
  src: url("../fonts/Font Awesome 5 Pro-Light-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomePro';
  src: url("https://kawakawalearningstudio.com/assets/fonts/Font Awesome 5 Pro-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomePro';
  src: url("https://kawakawalearningstudio.com/assets/fonts/Font Awesome 5 Pro-Solid-900.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomePro';
  src: url("https://kawakawalearningstudio.com/assets/fonts/Font Awesome 5 Pro-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomePro';
  src: url("../fonts/Font Awesome 5 Pro-Light-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/*-------------------************/
@font-face {
  font-family: 'Hiragino Kaku Gothic ProN';
  src: url("https://kawakawalearningstudio.com/assets/fonts/hiragino-kaku-gothic-pron-w3.otf") format("opentype");
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
}

html {
  font-size: 62.5%;
}

/* =10px */
body {
  font-size: 1.6rem;
  font-family: Poppins, sans-serif;
  color: #30353a;
  line-height: 1.6;
  font-weight: normal;
}

.font-hiragino-kaku-gothic-pron-w3 {
  font-family: "Hiragino Kaku Gothic ProN";
}

.font-awesome-pro {
  font-family: AwesomePro;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-quicksand {
  font-family: Quicksand, sans-serif;
}

.font-awesome-bold {
  font-weight: 900;
}

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

.font-semi-bold {
  font-weight: 500;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h7 {
  font-size: 1.4rem;
}

h8 {
  font-size: 1.2rem;
}

.container {
  margin: auto;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

h2.heading {
  cursor: default;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #30353a;
  font-size: 4.0rem;
  line-height: 1.2;
  margin-bottom: 33px;
}

h2.heading + p {
  text-align: center;
  color: #30353a;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}

.btn {
  border-radius: 10px;
  padding: 13px 25px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
  border-color: #e95024 !important;
  background: #e95024 !important;
  color: #fff;
}

.btn-outline-secondary:focus {
  border-color: #ff8b52 !important;
  background: #ff8b52 !important;
}

.btn-primary {
  background-color: #ff8b52;
  border-color: #ff8b52;
  color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #e95024 !important;
  border-color: #e95024 !important;
  color: #fff;
}

.btn-primary:active:focus {
  background-color: #ff8b52 !important;
  border-color: #ff8b52 !important;
  color: #fff;
}

.form input {
  border: 1px solid #dde3ee;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 0 17px 0px;
  padding: 17px;
  box-sizing: border-box;
  font-size: 1.8rem;
  outline: none !important;
  color: #4f5864;
}

.form input::-moz-placeholder {
  color: #909cac;
}

.form input:-ms-input-placeholder {
  color: #909cac;
}

.form input::placeholder {
  color: #909cac;
}

.form button {
  margin-top: 25px;
}

.form button:hover, .form button:active, .form button:focus {
  background: #e95024;
}

.form .form_info {
  text-align: left;
  margin-top: -15px;
  margin-bottom: 15px;
}

.form .form_info a {
  text-decoration: none;
  color: #e95024;
}

.form .form_info span {
  font-size: 1.4rem;
}

.my-terms_accepted {
  position: relative;
  margin-top: 5px;
  font-size: 1.6rem;
}

.my-terms_accepted input {
  width: 1.8rem;
}

.my-terms_accepted a {
  color: #ff8b52;
  text-decoration: none;
}

.my-terms_accepted a:hover {
  color: #e95024;
}

input.form-check-input {
  margin: 0.5rem 0;
  font-size: 5rem;
  padding: 0;
  border-radius: 5px;
}

.hidden {
  display: none;
}

/******************** Custom checkbox ************************/
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  outline: none;
  right: 9000px;
}

input[type="checkbox"] + .form-check-label {
  outline: none;
  border: none;
}

input[type="checkbox"] + .form-check-label:before {
  content: "\f0c8";
  font-family: "AwesomePro";
  font-size: 1.8rem;
  border-radius: 5px;
  color: #dde3ee;
  speak: none;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  width: 1.8rem;
  display: inline-block;
  margin-right: 5px;
  outline: none;
  border: none;
  transform: scale(1.1);
}

input[type="checkbox"]:checked + .form-check-label:before {
  content: "\f14a";
  color: #ff8b52;
  font-weight: bold;
  -webkit-animation: effect 250ms ease-in;
          animation: effect 250ms ease-in;
  outline: none;
  border: none;
}

input[type="checkbox"]:disabled + .form-check-label {
  color: #fff;
}

input[type="checkbox"]:disabled + .form-check-label:before {
  content: "\f0c8";
  color: #fff;
}

/*Radio box*/
input[type="radio"] + .form-check-label {
  outline: none;
}

input[type="radio"] + .form-check-label:before {
  content: "\f111";
  font-family: "AwesomePro";
  font-size: 1.8rem;
  border-radius: 5px;
  color: #dde3ee;
  speak: none;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  width: 1.8rem;
  display: inline-block;
  margin-right: 5px;
  outline: none;
  border: none;
  transform: scale(1.1);
}

input[type="radio"]:checked + .form-check-label:before {
  content: "\f192";
  color: #ff8b52;
  font-weight: bold;
  -webkit-animation: effect 250ms ease-in;
          animation: effect 250ms ease-in;
  outline: none;
  border: none;
}

input[type="radio"]:disabled + .form-check-label {
  color: #ccc;
}

input[type="radio"]:disabled + .form-check-label:before {
  content: "\f192";
  color: #ccc;
}

/********************animation ************************/
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

/****************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#top-nav {
  margin-bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 0;
  border: none;
  z-index: 20;
  min-height: 80px;
  background: #ffffff;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 767px) {
  #top-nav {
    min-height: 60px;
  }
}

#top-nav .container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #top-nav .container {
    max-width: 767px;
  }
}

#top-nav .nav-content {
  position: relative;
  margin: auto;
  text-align: right;
  max-width: 1170px;
}

#top-nav .navbar-header {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 80px;
  text-align: left;
}

#top-nav .navbar-header label.close-menu {
  display: block;
  position: absolute;
  margin-top: 40px;
  left: 11px;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-header label.close-menu {
    margin-top: 32px;
  }
}

#top-nav .navbar-header .navbar-logo, #top-nav .navbar-header .navbar-logo-ex {
  padding-left: 10px;
}

#top-nav .navbar-header img {
  margin-top: -30px;
  height: 140px;
  transition: 0.2s;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-header {
    text-align: center;
  }
  #top-nav .navbar-header img {
    position: absolute;
    margin-top: -20px;
    height: 100px;
  }
  #top-nav .navbar-header .navbar-logo {
    padding-right: 125px;
  }
  #top-nav .navbar-header .navbar-logo-ex {
    padding-right: 150px;
  }
}

#top-nav .navbar-right, .navbar-right-sign-in {
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

#top-nav .navbar-right ul.primary_menu, .navbar-right-sign-in ul.primary_menu {
  padding-top: 2.2rem;
  justify-content: flex-end !important;
}

#top-nav .navbar-right ul.primary_menu li, .navbar-right-sign-in ul.primary_menu li {
  padding-left: 1.6rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #top-nav .navbar-right ul.primary_menu li, .navbar-right-sign-in ul.primary_menu li {
    padding-left: 20px;
  }
}

#top-nav .navbar-right ul.primary_menu li > a, .navbar-right-sign-in ul.primary_menu li > a {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

#top-nav .navbar-right ul.primary_menu li > a.nav-link, .navbar-right-sign-in ul.primary_menu li > a.nav-link {
  color: #4f5864;
}

#top-nav .navbar-right ul.primary_menu li > a.nav-link:hover, .navbar-right-sign-in ul.primary_menu li > a.nav-link:hover {
  color: #ff8b52;
}

#top-nav .navbar-right ul.primary_menu li > a.nav-link.active, .navbar-right-sign-in ul.primary_menu li > a.nav-link.active {
  color: #ff8b52;
}

#top-nav .navbar-right ul.primary_menu li .div-center, .navbar-right-sign-in ul.primary_menu li .div-center {
  margin: auto;
}

#top-nav .navbar-right ul.primary_menu .vertical-divider, .navbar-right-sign-in ul.primary_menu .vertical-divider {
  border-left: 1px solid #dde3ee;
  display: block;
  padding: 0 0;
  height: 70%;
  margin: 5px 0;
  left: 50%;
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-right ul.primary_menu, .navbar-right-sign-in ul.primary_menu {
    padding-top: 1.2rem;
  }
}

#top-nav .navbar-right {
  margin-left: 200px;
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-right ul.primary_menu {
    justify-content: left !important;
    padding-top: 55px;
    padding-bottom: 2000px;
    width: 100%;
    display: block;
    text-align: left;
    clear: left;
  }
  #top-nav .navbar-right ul.primary_menu li {
    padding-bottom: 10px;
  }
  #top-nav .navbar-right ul.primary_menu .sign-in {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-right {
    overflow: hidden;
    max-height: 1px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    z-index: -1;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e6f1f5;
  }
}

#top-nav .navbar-right-sign-in {
  width: 25%;
  margin-left: 75%;
}

#top-nav .navbar-right-sign-in li {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  #top-nav .navbar-right-sign-in {
    width: 35%;
    margin-left: 65%;
  }
}

#my-hamburger {
  margin-top: 2.0rem;
  float: right;
}

#my-hamburger .hamburger-box {
  height: 25px;
}

#my-hamburger .hamburger-inner, #my-hamburger .hamburger-inner::before, #my-hamburger .hamburger-inner::after {
  background-color: #4f5864;
  bottom: auto;
}

#my-hamburger .hamburger-inner:hover, #my-hamburger .hamburger-inner::before:hover, #my-hamburger .hamburger-inner::after:hover {
  background-color: #ff8b52 !important;
}

@media screen and (min-width: 768px) {
  #my-hamburger {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  #top-nav .navbar-right-sign-in {
    display: none;
  }
}

/***********My Account Menu ***********/
#top-nav .nav-item.sign-in {
  position: relative;
}

#top-nav .avatar-img {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

#top-nav .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 0.2rem;
  font-family: "AwesomePro";
  content: "\f107";
  font-size: 1.8rem;
  font-weight: 300;
  color: #909cac;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

#top-nav .nav-link:focus {
  outline: none;
}

#top-nav .my-account-menu.dropdown-menu a {
  display: block;
  color: #4f5864;
  text-decoration: none;
  border: none;
  outline: 0;
  font-size: 1.6rem !important;
}

#top-nav .my-account-menu.dropdown-menu a:hover, #top-nav .my-account-menu.dropdown-menu a:active, #top-nav .my-account-menu.dropdown-menu a:focus {
  color: #ff8b52;
}

#top-nav .my-account-menu.dropdown-menu li {
  padding-left: 0 !important;
  position: relative;
  border-left: 0px solid transparent;
}

#top-nav .my-account-menu.dropdown-menu li:hover:before {
  position: absolute;
  border-left: 3px solid #ff8b52;
  content: "x";
  top: 0.7rem;
  font-size: 1.2rem;
  color: transparent;
  background-color: transparent;
}

#top-nav .my-account-menu.dropdown-menu li a {
  padding: 5px 25px;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}

#top-nav .my-account-menu.dropdown-menu {
  position: relative;
  float: none;
  margin: 30px 0 20px 0;
  border-radius: 5px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

#top-nav .my-account-menu.dropdown-menu a:hover,
#top-nav .my-account-menu.dropdown-menu a:active,
#top-nav .my-account-menu.dropdown-menu a:focus {
  background-color: transparent;
}

#top-nav .my-account-menu.dropdown-menu {
  left: auto !important;
  right: 20px !important;
  border: none;
  top: 15px;
}

#kw-footer {
  min-height: 75px;
  background-color: #e6f1f5;
}

#kw-footer .row-footer {
  font-size: 1.6rem;
  margin: auto;
  padding-bottom: 20px;
  max-width: 1170px;
}

#kw-footer .col-left {
  padding-top: 20px;
  float: left;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 575px) {
  #kw-footer .col-left {
    text-align: center;
  }
}

#kw-footer .col-center {
  padding-top: 25px;
  float: right;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #kw-footer .col-center {
    text-align: center;
    padding-top: 10px;
  }
}

#kw-footer .col-right {
  padding-top: 25px;
  float: right;
  text-align: right;
}

@media screen and (max-width: 575px) {
  #kw-footer .col-right {
    text-align: center;
    padding-top: 10px;
  }
}

#kw-footer a {
  cursor: auto;
  text-decoration: none;
  color: #4f5864;
}

#kw-footer a:hover, #kw-footer a:active {
  color: #ff8b52;
}

#kw-main {
  background-image: linear-gradient(180deg, #e6f1f5, #fff 350px, #fff);
}

#header .header-wrap {
  position: relative;
  margin: 80px auto 0 auto;
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #header .header-wrap {
    margin: 60px auto 0 auto;
  }
}

#header .heading {
  margin: auto;
  max-width: 710px;
  padding-top: 60px;
  text-align: center;
}

#header .heading ul.sub-cat {
  display: inline-block;
  margin: auto;
}

#header .heading ul.sub-cat li {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  color: #909cac;
  padding: 7.5px 10px;
  border-radius: 5px;
  border-width: 0px;
  border-color: #909cac;
  border-style: solid;
}

#header .header-desc {
  color: #30353a;
}

#header .text-content {
  margin: auto;
  max-width: 480px;
  color: #909cac;
}

#main {
  margin-top: 62px;
  margin-bottom: 50px;
}

#main .feature-image {
  position: relative;
  z-index: 1;
  width: 865px;
  height: 490px;
  margin: auto;
  text-align: center;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  #main .feature-image {
    width: 435px;
    height: 250px;
  }
}

@media screen and (max-width: 414px) {
  #main .feature-image {
    width: 98%;
    height: 200px;
  }
}

#main .play-button {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 100;
}

#main .play-button span a {
  text-align: center;
  vertical-align: center;
  font-size: 8rem;
}

#main .play-button i {
  opacity: 80%;
  color: #909cac;
}

#main .play-button span a:hover i {
  opacity: 100%;
  color: #909cac;
}

@media screen and (max-width: 960px) {
  #main .play-button span a {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 414px) {
  #main .play-button span a {
    font-size: 3.5rem !important;
  }
}

#main .feature-image-mask {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  z-index: 10;
  opacity: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(48, 53, 58, 0.1) 50%, rgba(255, 255, 255, 0));
}

#main .featured-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
}

#main .course-desc {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 865px;
  font-size: 1.8rem;
  color: #909cac;
  text-align: justify;
}

#main .course-desc span.keywords {
  font-weight: 600;
  color: #4f5864 !important;
}

#main .course-desc blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

#main .course-desc ol li {
  list-style: unset;
}

#main .course-desc ul li {
  list-style: unset;
}

#main .course-desc .h1, #main .course-desc .h2, #main .course-desc .h3, #main .course-desc .h4, #main .course-desc .h5, #main .course-desc .h6, #main .course-desc h1, #main .course-desc h2, #main .course-desc h3, #main .course-desc h4, #main .course-desc h5, #main .course-desc h6 {
  font-weight: bold;
}

#main .course-desc .hint {
  box-sizing: border-box;
  padding: 2.2rem 0;
  position: relative;
  width: 100%;
  margin: auto;
  display: table;
}

#main .course-desc .hint .hint-assistant {
  box-sizing: border-box;
  width: 15%;
  min-width: 100px;
  height: 145px;
  float: left;
  background-repeat: no-repeat;
  background-image: url("https://kawakawalearningstudio.com/assets/images/learn/assistant.png");
  background-size: 100px auto;
  background-position: 50% center;
}

@media screen and (max-width: 960px) {
  #main .course-desc .hint .hint-assistant {
    display: none;
    width: 10%;
    min-width: 70px;
    background-size: 70px auto;
  }
}

#main .course-desc .hint .hint-content {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  padding: 10px;
  margin: 25px 15px;
  max-width: 745px;
  float: left;
  border-radius: 10px;
  border-width: 0 50px;
}

#main .course-desc .hint .hint-content .hint-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
  opacity: 100%;
  background-image: url("https://kawakawalearningstudio.com/assets/images/learn/assistant-content-border.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#main .course-desc .hint .hint-content .hint-main {
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-weight: 300;
  color: #4f5864;
}

@media screen and (max-width: 960px) {
  #main .course-desc .hint .hint-content {
    max-width: unset;
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 460px) {
  #main .course-desc .hint .hint-content {
    max-width: unset;
    width: 95%;
    margin: auto;
  }
}

#main .download {
  margin-top: 56px;
  margin-bottom: 50px;
}

#main .download .btn {
  margin: auto;
  font-family: Quicksand, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
}

#main .author {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0px solid #dde3ee;
  border-radius: 10px;
  width: 100%;
  max-width: 865px;
  margin: 100px auto 0px auto;
  padding: 0px 30px;
  box-sizing: border-box;
}

#main .author hr {
  margin: 0 -2px;
  border-color: #dde3ee;
}

#main .author .avatar {
  width: 100%;
  display: table;
  position: relative;
  height: 96px;
}

#main .author .avatar .avatar-img {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

#main .author .avatar .author-name {
  color: #30353a;
  padding-top: 10px;
  padding-left: 165px;
  float: left;
  font-size: 2.2rem;
}

#main .author .avatar .author-social {
  color: #909cac;
  font-size: 2.2rem;
  padding-top: 10px;
  letter-spacing: 0.5rem;
  float: right;
}

#main .author .avatar .author-social a {
  cursor: auto;
  text-decoration: none;
  color: #4f5864;
}

#main .author .avatar .author-social a:hover, #main .author .avatar .author-social a:active {
  color: #ff8b52;
}

@media screen and (max-width: 768px) {
  #main .author .avatar .avatar-img {
    left: 50%;
    margin-left: -60px;
  }
  #main .author .avatar .author-name {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 100px;
    padding-left: unset;
  }
  #main .author .avatar .author-social {
    padding-bottom: 20px;
    padding-left: unset;
    width: 100%;
    display: block;
    text-align: center;
  }
}

#main .h-devider {
  max-width: 865px;
  margin: auto;
  padding: 70px 0 58px 0;
  border-color: #dde3ee;
}

@media screen and (max-width: 768px) {
  #main .h-devider {
    display: none;
  }
}

#main .more {
  margin: auto;
  padding: 0px 15px;
}

#main .more .more-desc {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  #main .more {
    display: none;
  }
}

#main .main-list {
  position: relative;
  margin: 28px auto 50px auto;
  max-width: 890px;
  text-align: left;
  padding: 0px 10px;
}

@media screen and (max-width: 768px) {
  #main .main-list {
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  #main .main-list {
    max-width: 650px;
  }
}

#main .main-list *:focus, #main .main-list *:active {
  outline: none !important;
  border: none !important;
}

#main .main-list .item {
  width: 270px;
  height: 332px;
  margin: 0 14px 70px 14px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #e6f1f5;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

#main .main-list .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0);
}

#main .main-list .item .head:before {
  vertical-align: 10%;
  content: url("../images/dot.png");
  padding-right: 5px;
}

#main .main-list .item .head {
  padding: 10px 25px 5px 25px;
  color: #909cac;
  font-size: 1.4rem;
}

#main .main-list .item .title, #main .main-list .item .title a {
  display: block;
  text-align: left;
  text-decoration: none;
  margin: 0 5px 0 12px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  color: #30353a;
  font-size: 2.2rem;
  line-height: 1.3;
}

#main .main-list .item .item-feature-image {
  width: 270px;
  height: 173px;
  display: inline-block;
}

#main .main-list .item .item-feature-image img {
  width: 100%;
  height: 100%;
}

.slick-arrow {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.slick-arrow::before {
  color: #cecece;
}

.slick-arrow:hover::before, .slick-arrow:focus::before {
  color: #ff8b52;
  font-weight: bold;
}

.slick-prev {
  left: -50px;
}

.slick-prev:before {
  content: url("../images/left-arrow.png");
}

.slick-prev:hover:before {
  content: url("https://kawakawalearningstudio.com/assets/images/left-arrow-hover.png");
}

.slick-next {
  right: -50px;
}

.slick-next:before {
  content: url("../images/right-arrow.png");
}

.slick-next:hover:before {
  content: url("https://kawakawalearningstudio.com/assets/images/right-arrow-hover.png");
}

/*# sourceMappingURL=learn-detail.css.map */