@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-Regular.eot");
  src: local("Ivy Mode Regular"), local("IvyMode-Regular"), url("../../fonts/IvyMode-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-Regular.woff2") format("woff2"), url("../../fonts/IvyMode-Regular.woff") format("woff"), url("../../fonts/IvyMode-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-LightItalic.eot");
  src: local("Ivy Mode Light Italic"), local("IvyMode-LightItalic"), url("../../fonts/IvyMode-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-LightItalic.woff2") format("woff2"), url("../../fonts/IvyMode-LightItalic.woff") format("woff"), url("../../fonts/IvyMode-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-SemiBoldItalic.eot");
  src: local("Ivy Mode SemiBold Italic"), local("IvyMode-SemiBoldItalic"), url("../../fonts/IvyMode-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/IvyMode-SemiBoldItalic.woff") format("woff"), url("../../fonts/IvyMode-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-ThinItalic.eot");
  src: local("Ivy Mode Thin Italic"), local("IvyMode-ThinItalic"), url("../../fonts/IvyMode-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-ThinItalic.woff2") format("woff2"), url("../../fonts/IvyMode-ThinItalic.woff") format("woff"), url("../../fonts/IvyMode-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-Italic.eot");
  src: local("Ivy Mode Italic"), local("IvyMode-Italic"), url("../../fonts/IvyMode-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-Italic.woff2") format("woff2"), url("../../fonts/IvyMode-Italic.woff") format("woff"), url("../../fonts/IvyMode-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-BoldItalic.eot");
  src: local("Ivy Mode Bold Italic"), local("IvyMode-BoldItalic"), url("../../fonts/IvyMode-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-BoldItalic.woff2") format("woff2"), url("../../fonts/IvyMode-BoldItalic.woff") format("woff"), url("../../fonts/IvyMode-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-Bold.eot");
  src: local("Ivy Mode Bold"), local("IvyMode-Bold"), url("../../fonts/IvyMode-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-Bold.woff2") format("woff2"), url("../../fonts/IvyMode-Bold.woff") format("woff"), url("../../fonts/IvyMode-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-Light.eot");
  src: local("Ivy Mode Light"), local("IvyMode-Light"), url("../../fonts/IvyMode-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-Light.woff2") format("woff2"), url("../../fonts/IvyMode-Light.woff") format("woff"), url("../../fonts/IvyMode-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-Thin.eot");
  src: local("Ivy Mode Thin"), local("IvyMode-Thin"), url("../../fonts/IvyMode-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-Thin.woff2") format("woff2"), url("../../fonts/IvyMode-Thin.woff") format("woff"), url("../../fonts/IvyMode-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../../fonts/IvyMode-SemiBold.eot");
  src: local("Ivy Mode SemiBold"), local("IvyMode-SemiBold"), url("../../fonts/IvyMode-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/IvyMode-SemiBold.woff2") format("woff2"), url("../../fonts/IvyMode-SemiBold.woff") format("woff"), url("../../fonts/IvyMode-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

body, html {
  background: #F7F6F5;
  font-family: "Cabinet Grotesk", sans-serif;
  cursor: url("../img/cursor-2.png"), auto;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
}

.modal:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal.active {
  display: flex !important;
}

.modal .modalClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #27314f;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.modal .modalContent {
  margin: 0 auto;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
}

.modal .modalContent img {
  height: 90vh;
}

.modal .modalContent p {
  width: auto;
  color: #27314f;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
}

.modal .modalContent .form {
  background: linear-gradient(to bottom, #ffdc95 0%, #c2a260 100%);
  width: 100%;
  padding: 15px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal .modalContent .form .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.modal .modalContent .form .wrapper .column {
  text-align: center;
  margin-bottom: 15px;
}

.modal .modalContent .form .wrapper .column input {
  max-width: 300px;
  width: 100%;
  border: 1px solid #27314f;
  padding: 10px;
  display: inline-block;
}

.modal .modalContent .form .wrapper .column button {
  background: #27314f;
  color: #fff;
  max-width: 300px;
  width: 100%;
  border: none;
  cursor: pointer;
  height: 40px;
}

.modal .basvuru-btn {
  background: #27314f;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  max-width: 250px;
}

@media screen and (max-width: 600px) {
  .modal .modalContent {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    max-height: 90vh;
    border-radius: 10px;
  }
}
.modal .modalContent a {
  display: block;
  text-decoration: none;
}

.modal .modalContent a img {
  display: block;
  width: 100%;
}

.modal .basvuru-btn {
  display: block;
  margin: 12px auto 0;
}

header {
  padding-top: 56px;
  position: relative;
  z-index: 2000;
}
header .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  header .wrapper {
    max-width: 95%;
  }
}
header .wrapper nav {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 7%, rgba(255, 255, 255, 0) 86%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  padding: 15px 33px;
  position: relative;
  z-index: 1000;
}
header .wrapper nav ul li:hover .sub-menu {
  display: block;
}
header .wrapper nav ul li a {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  z-index: 1005;
}
header .wrapper nav ul li a span {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}
header .wrapper nav ul li .sub-menu {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 57px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  display: none;
}
header .wrapper nav ul li .sub-menu .sub-menu-area {
  gap: 17px;
}
header .wrapper nav ul li .sub-menu .sub-menu-area ul {
  width: 300px;
}
header .wrapper nav ul li .sub-menu .sub-menu-area ul li {
  margin-bottom: 12px;
}
header .wrapper nav ul li .sub-menu .sub-menu-area ul li:last-child {
  margin-bottom: 0;
}
header .wrapper nav ul li .sub-menu .sub-menu-area ul li:hover a {
  color: #EF4561;
}
header .wrapper .login-btn {
  display: inline-flex;
  width: 134px;
  height: 52px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 34px;
  background: #16345C;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

section#slider {
  padding-top: 53px;
  padding-bottom: 108px;
}
section#slider .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#slider .wrapper {
    max-width: 95%;
  }
}
section#slider .wrapper .columns {
  gap: 25px;
}
section#slider .wrapper .columns .left-column .title {
  color: #16345C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  max-width: 312px;
}
section#slider .wrapper .columns .left-column .desc {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 17px;
}
section#slider .wrapper .columns .left-column ul {
  margin-top: 23px;
  gap: 18px;
}
section#slider .wrapper .columns .left-column ul li a {
  border-radius: 27px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 7%, rgba(255, 255, 255, 0) 86%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  color: #ABABAB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  padding: 15px 27px;
  gap: 5px;
}
section#slider .wrapper .columns .left-column ul li a.blue-btn {
  background: #16345C;
  color: #fff;
  box-shadow: none;
}
section#slider .wrapper .columns .right-column {
  border-radius: 27px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 7%, rgba(255, 255, 255, 0) 86%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  padding: 19px 21px;
}

.mobile-menu-toggle {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  transition: background 0.3s ease, border-color 0.3s ease;
  border-radius: 100%;
}
.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #16345C;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: #F6F5F4;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-overlay__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 48px;
}
.mobile-overlay__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mobile-overlay nav.mobile-nav {
  width: 100%;
  max-width: 360px;
  border-radius: 24px;
  padding: 32px 22px;
  overflow-y: auto;
  max-height: calc(100dvh - 64px);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 7%, rgba(255, 255, 255, 0) 86%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  z-index: 99;
}
.mobile-overlay .mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.mobile-overlay .mobile-nav__list li {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 12px 0;
  padding-right: 48px;
  border-bottom: 1px solid rgba(22, 52, 92, 0.08);
}
.mobile-overlay .mobile-nav__list li:last-child {
  border-bottom: none;
}
.mobile-overlay .mobile-nav__list a {
  display: inline-block;
  width: 100%;
  color: #16345C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.mobile-overlay .submenu-toggle {
  position: absolute;
  right: 0;
  top: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.mobile-overlay .submenu-toggle span {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #6D6D6D;
  border-bottom: 2px solid #6D6D6D;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.mobile-overlay .has-submenu.open .submenu-toggle span {
  transform: rotate(-135deg);
}
.mobile-overlay .mobile-submenu {
  display: none;
  margin-top: 16px;
}
.mobile-overlay .mobile-submenu .sub-menu-area {
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.mobile-overlay .mobile-submenu .sub-menu-area ul {
  width: 100%;
}
.mobile-overlay .mobile-submenu .sub-menu-area ul li {
  text-align: left;
  border: none;
  padding: 6px 0;
  padding-right: 0;
}
.mobile-overlay .mobile-submenu .sub-menu-area ul a {
  font-size: 16px;
  font-weight: 600;
  color: #16345C;
}
.mobile-overlay .mobile-submenu .sub-menu-area ul a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6D6D6D;
  margin-top: 2px;
}
.mobile-overlay .mobile-submenu .sub-menu-area img {
  display: block;
  max-width: 100px;
  border-radius: 16px;
}
.mobile-overlay .mobile-social {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile-overlay .mobile-social .columns {
  gap: 38px;
}
.mobile-overlay .mobile-social .column {
  display: flex;
  justify-content: center;
}
.mobile-overlay .mobile-social .column svg {
  width: 48px;
  height: 48px;
}
.mobile-overlay .mobile-social a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-overlay .mobile-social svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .mobile-overlay {
    display: none;
  }
}

section#callForm.page-call-form {
  margin-top: 62px;
}
section#callForm .wrapper {
  max-width: 1096px;
  position: relative;
}
@media (max-width: 1096px) {
  section#callForm .wrapper {
    max-width: 95%;
  }
}
section#callForm .wrapper .arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  top: -5px;
}
section#callForm .wrapper form {
  border-radius: 75px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 7%, rgba(255, 255, 255, 0) 86%), rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.03), 0 -5px 6px 0 rgba(255, 255, 255, 0.5) inset, 0 -8px 24px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(8px);
  width: 100%;
  gap: 39px;
  padding-left: 93px;
  padding-right: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
}
section#callForm .wrapper form p {
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}
section#callForm .wrapper form input {
  width: 223px;
  border-bottom: 1px solid rgba(109, 109, 109, 0.2);
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#callForm .wrapper form label {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#callForm .wrapper form button {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 34px;
  background: #16345C;
  width: 134px;
  height: 52px;
}

section#homeLessons {
  padding-top: 51px;
}
section#homeLessons .wrapper {
  max-width: 1072px;
}
@media (max-width: 1072px) {
  section#homeLessons .wrapper {
    max-width: 95%;
  }
}
section#homeLessons .wrapper .sub-title {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}
section#homeLessons .wrapper h3 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  margin-top: 3px;
  text-align: center;
}
section#homeLessons .wrapper h4 {
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  max-width: 424px;
}
section#homeLessons .wrapper .menu {
  gap: 36px;
  margin-top: 38px;
}
section#homeLessons .wrapper .menu li a {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  color: #B7C0CC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 14px 35px;
  display: table;
  transition: ease all 0.5s;
}
section#homeLessons .wrapper .menu li:hover a {
  color: #16345C;
}
section#homeLessons .wrapper .menu li.active a {
  color: #16345C;
}
section#homeLessons .wrapper .tab {
  margin-top: 38px;
}
section#homeLessons .wrapper .tab .columns {
  gap: 68px;
}
section#homeLessons .wrapper .tab .columns .column {
  padding: 23px 16px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(153, 153, 153, 0.1);
}
section#homeLessons .wrapper .tab .columns .column:hover .cover .img {
  transform: scale(1.1);
}
section#homeLessons .wrapper .tab .columns .column:hover .btn-group .blue-btn {
  background: #EF4561;
}
section#homeLessons .wrapper .tab .columns .column:hover .btn-group .blue-btn svg path,
section#homeLessons .wrapper .tab .columns .column:hover .btn-group .blue-btn svg rect {
  animation: svg-up 0.6s ease-in-out;
}
section#homeLessons .wrapper .tab .columns .column .cover {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
section#homeLessons .wrapper .tab .columns .column .cover .img {
  object-fit: cover;
  width: 100%;
  height: 308px;
  transition: ease all 0.5s;
}
section#homeLessons .wrapper .tab .columns .column .cover .ikon {
  position: absolute;
  top: 15px;
  left: -3px;
}
section#homeLessons .wrapper .tab .columns .column .title {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 13px;
}
section#homeLessons .wrapper .tab .columns .column .desc {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
section#homeLessons .wrapper .tab .columns .column .price-box {
  border-top: 1px solid #DAE5EE;
  margin-top: 8px;
  padding: 11px 0;
  gap: 12px;
  width: 100%;
}
section#homeLessons .wrapper .tab .columns .column .price-box .discount-rate {
  border-radius: 6px;
  background: #EF4561;
  color: #FFF;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 900;
  line-height: 13px;
  width: 46px;
  height: 35px;
}
section#homeLessons .wrapper .tab .columns .column .price-box .amount p:first-child {
  color: #7D97AD;
  font-size: 14.9px;
  font-style: normal;
  font-weight: 800;
  line-height: 15.4px;
  text-decoration-line: line-through;
}
section#homeLessons .wrapper .tab .columns .column .price-box .amount p:last-child {
  color: #16345C;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}
section#homeLessons .wrapper .tab .columns .column .btn-group {
  width: 100%;
  gap: 54px;
  margin-top: 10px;
}
section#homeLessons .wrapper .tab .columns .column .btn-group .blue-btn {
  border-radius: 34px;
  background: #16345C;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  gap: 8px;
  width: 134px;
  height: 52px;
  transition: ease all 0.5s;
}
section#homeLessons .wrapper .tab .columns .column .btn-group .blue-btn svg {
  transition: transform 0.3s ease;
}
section#homeLessons .wrapper .tab .columns .column .btn-group .blue-btn svg path,
section#homeLessons .wrapper .tab .columns .column .btn-group .blue-btn svg rect {
  transition: transform 0.4s ease;
}
section#homeLessons .wrapper .tab .columns .column .btn-group .more-btn {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section#homeLessons .wrapper .tab .all-package-btn {
  width: 100%;
  margin-top: 63px;
}
section#homeLessons .wrapper .tab .all-package-btn a {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section#homeDegree {
  padding-top: 53px;
}
section#homeDegree .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#homeDegree .wrapper {
    max-width: 95%;
  }
}
section#homeDegree .wrapper .title-col {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  max-width: 400px;
  border-radius: 15px;
  background: #8DB3CD;
  padding: 4px 15px;
  text-align: center;
  margin-top: 9px;
}
section#homeDegree .wrapper h4 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  margin-top: 9px;
}
section#homeDegree .wrapper ul li a {
  border-radius: 36px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(142, 142, 142, 0.1);
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  gap: 7px;
  padding: 5px 22px;
}
section#homeDegree .wrapper .columns {
  padding: 0 100px;
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  margin-top: 142px;
  gap: 71px;
  position: relative;
  padding-bottom: 43px;
}
section#homeDegree .wrapper .columns .degree-stamps {
  position: absolute;
  bottom: -33px;
  right: 0;
}
section#homeDegree .wrapper .columns .search-icon {
  position: absolute;
  left: 30px;
  top: -50px;
}
section#homeDegree .wrapper .columns .column:hover .hover-icon {
  opacity: 1;
}
section#homeDegree .wrapper .columns .column p.title {
  color: #EB7074;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  margin-top: 17px;
}
section#homeDegree .wrapper .columns .column p.title.title-blue {
  color: #464B6A;
}
section#homeDegree .wrapper .columns .column p.desc {
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
section#homeDegree .wrapper .columns .column p.desc strong {
  font-weight: 500;
}
section#homeDegree .wrapper .columns .column .hover-icon {
  opacity: 0;
  transition: all ease 0.5s;
}
section#homeDegree .wrapper .columns .column svg {
  margin-top: 6px;
}
section#homeDegree .wrapper .columns .column .sub-desc {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 5px;
}
section#homeDegree .wrapper .columns .column .sub-desc strong {
  font-weight: 700;
}
section#homeDegree .wrapper .columns .column .sub-title {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 29px;
}
section#homeDegree .wrapper .columns .column .vector {
  margin-top: 5px;
}
section#homeDegree .wrapper .columns .column .round-area {
  width: 104px;
  height: 104px;
  background: #FFC5C6;
  border-radius: 100%;
  margin-top: -52px;
}
section#homeDegree .wrapper .columns .column .round-area.round-area-blue {
  background: #E8E4F4;
}

section#homePrivileges {
  padding-top: 83px;
}
section#homePrivileges .wrapper {
  max-width: 1190px;
}
@media (max-width: 1190px) {
  section#homePrivileges .wrapper {
    max-width: 95%;
  }
}
section#homePrivileges .wrapper h3 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}
section#homePrivileges .wrapper h4 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-top: 16px;
  max-width: 524px;
}
section#homePrivileges .wrapper .columns {
  gap: 69px;
  margin-top: 31px;
}
section#homePrivileges .wrapper .columns .column .round-area {
  width: 82px;
  height: 82px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px rgba(78, 75, 75, 0.09);
  border-radius: 100%;
}
section#homePrivileges .wrapper .columns .column .title {
  color: #16345C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 16px;
}
section#homePrivileges .wrapper .columns .column .desc {
  color: #6D6D6D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 15px;
}

section#homeBlog {
  background: #C3DCE7;
  margin-top: 113px;
  padding-top: 20px;
  padding-bottom: 34px;
}
section#homeBlog .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#homeBlog .wrapper {
    max-width: 95%;
  }
}
section#homeBlog .wrapper h3 {
  color: #16345C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
section#homeBlog .wrapper h4 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-top: 9px;
}
section#homeBlog .wrapper h5 {
  color: #447489;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 9px;
  max-width: 424px;
}
section#homeBlog .wrapper .columns {
  margin-top: 26px;
  gap: 18px;
}
section#homeBlog .wrapper .columns .column {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 16px;
}
section#homeBlog .wrapper .columns .column:hover .cover img {
  transform: scale(1.1);
}
section#homeBlog .wrapper .columns .column:hover .more-btn svg path {
  animation: arrow-move 0.6s ease-in-out;
}
section#homeBlog .wrapper .columns .column .cover {
  width: 100%;
  height: 281px;
  border-radius: 22px;
  overflow: hidden;
}
section#homeBlog .wrapper .columns .column .cover img {
  transition: ease all 0.5s;
}
section#homeBlog .wrapper .columns .column .date {
  color: #BBB;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 21px;
}
section#homeBlog .wrapper .columns .column .title {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 6px;
}
section#homeBlog .wrapper .columns .column .more-btn {
  margin-top: 13px;
}
section#homeBlog .wrapper .all-blog-btn {
  width: 100%;
  margin-top: 34px;
}
section#homeBlog .wrapper .all-blog-btn a {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section#homeFaq {
  padding-top: 90px;
  padding-bottom: 82px;
}
section#homeFaq .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#homeFaq .wrapper {
    max-width: 95%;
  }
}
section#homeFaq .wrapper .columns {
  gap: 136px;
}
section#homeFaq .wrapper .columns .column h3 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
section#homeFaq .wrapper .columns .column h4 {
  margin-top: 16px;
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
section#homeFaq .wrapper .columns .column .call-box {
  border-radius: 10px;
  background: #C3DCE7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 20px;
  margin-top: 19px;
}
section#homeFaq .wrapper .columns .column .call-box p {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  max-width: 249px;
}
section#homeFaq .wrapper .columns .column .call-box a {
  width: 134px;
  height: 52px;
  border-radius: 34px;
  background: #FFF;
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item {
  border-radius: 10px;
  background: #C3DCE7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item .icon {
  transition: transform 0.3s ease;
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item.active .icon {
  transform: rotate(45deg);
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item .accordion-header {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  width: 100%;
  align-items: center;
}
section#homeFaq .wrapper .columns .column .accordion .accordion-item .accordion-content {
  display: none;
  padding: 14px 18px;
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-top: 0;
}

section#homeSkills .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#homeSkills .wrapper {
    max-width: 95%;
  }
}
section#homeSkills .wrapper .columns {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding-left: 77px;
  gap: 48px;
  padding-top: 26px;
  padding-bottom: 21px;
  position: relative;
}
section#homeSkills .wrapper .columns .music-icon {
  position: absolute;
  left: 14px;
  top: -37px;
}
section#homeSkills .wrapper .columns .column h3 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
section#homeSkills .wrapper .columns .column h4 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
section#homeSkills .wrapper .columns .column h4 strong {
  font-weight: 700;
}
section#homeSkills .wrapper .columns .column .skills-cols {
  gap: 28px;
  margin-top: 21px;
}
section#homeSkills .wrapper .columns .column .skills-cols .round-area {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
section#homeSkills .wrapper .columns .column .skills-cols .round-area.bg-blue {
  background: #BBE2F8;
}
section#homeSkills .wrapper .columns .column .skills-cols .round-area.bg-purple {
  background: #D9D1F2;
}
section#homeSkills .wrapper .columns .column .skills-cols .round-area.bg-yellow {
  background: #F9DDAA;
}
section#homeSkills .wrapper .columns .column .skills-cols .round-area.bg-orange {
  background: #F7DDCF;
}
section#homeSkills .wrapper .columns .column .skills-cols .skill-title {
  color: #16345C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 11px;
}
section#homeSkills .wrapper .columns .column .skills-cols .skill-desc {
  color: #6D6D6D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}

section#privateLesson {
  margin-top: 98px;
}
section#privateLesson .wrapper {
  max-width: 1320px;
  position: relative;
}
@media (max-width: 1320px) {
  section#privateLesson .wrapper {
    max-width: 95%;
  }
}
section#privateLesson .wrapper .column-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: 260px;
  height: 57px;
  border-radius: 28.5px;
  background: #EF4561;
  position: absolute;
  left: 77px;
  top: -30px;
  z-index: 50;
}
section#privateLesson .wrapper .columns {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding-left: 77px;
  gap: 48px;
  padding-top: 62px;
  padding-bottom: 40px;
  position: relative;
  padding-right: 22px;
}
section#privateLesson .wrapper .columns .column h4 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
section#privateLesson .wrapper .columns .column h5 {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  max-width: 543px;
}
section#privateLesson .wrapper .columns .column .skills-cols {
  gap: 50px;
  margin-top: 24px;
}
section#privateLesson .wrapper .columns .column .skills-cols .col:hover .hover-icon {
  opacity: 1;
}
section#privateLesson .wrapper .columns .column .skills-cols .round-area {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
section#privateLesson .wrapper .columns .column .skills-cols .round-area.bg-red {
  background: #EF4561;
}
section#privateLesson .wrapper .columns .column .skills-cols .skill-title {
  color: #16345C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 11px;
}
section#privateLesson .wrapper .columns .column .skills-cols .skill-desc {
  color: #6D6D6D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}
section#privateLesson .wrapper .columns .column .skills-cols .hover-icon {
  margin-top: 19px;
  opacity: 0;
  transition: ease all 0.6s;
}

section#homeComments {
  margin-top: 68px;
  padding-bottom: 80px;
}
section#homeComments .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#homeComments .wrapper {
    max-width: 95%;
  }
}
section#homeComments .wrapper h3 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}
section#homeComments .wrapper h4 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  margin-top: 13px;
  max-width: 482px;
}
section#homeComments .wrapper .title {
  color: #16345C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-top: 8px;
}
section#homeComments .wrapper .desc {
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}
section#homeComments .wrapper .date {
  color: #B7C0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
section#homeComments .wrapper .item {
  border-radius: 28px;
  border: 1px solid #EFBCBD;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 34px;
}
section#homeComments .wrapper .comments-slider {
  margin-top: 5px;
  padding: 31px 0;
}
section#homeComments .wrapper .comments-slider .owl-item.center {
  margin-top: 31px;
  transition: ease all 0.5s;
}

section#contact .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#contact .wrapper {
    max-width: 95%;
  }
}
section#contact .wrapper h3 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#contact .wrapper h4 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-top: 10px;
}
section#contact .wrapper h5 {
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
section#contact .wrapper .columns {
  border-radius: 25px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 19px 13px;
  gap: 41px;
  margin-top: 30px;
}
section#contact .wrapper .columns .column .form-columns {
  gap: 28px;
  padding-left: 38px;
}
section#contact .wrapper .columns .column .form-columns .form-column label {
  color: #16345C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  width: 100%;
}
section#contact .wrapper .columns .column .form-columns .form-column label.leading-snug {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#contact .wrapper .columns .column .form-columns .form-column input[type=text], section#contact .wrapper .columns .column .form-columns .form-column textarea {
  width: 100%;
  color: #B7C0CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding: 8px 0;
  box-shadow: none;
  outline: none;
}
section#contact .wrapper .columns .column .form-columns .form-column button {
  width: 134px;
  height: 52px;
  border-radius: 34px;
  background: #16345C;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
section#contact .wrapper .columns .column .contact-form-right-bg {
  border-radius: 18px;
  background: #C3DCE7;
  width: 100%;
  height: 471px;
}

section#contactArea {
  border-top: 1px solid #DCE1E7;
  margin-top: 83px;
  padding-top: 22px;
}
section#contactArea .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#contactArea .wrapper {
    max-width: 95%;
  }
}
section#contactArea .wrapper .columns {
  gap: 24px;
}
section#contactArea .wrapper .columns .column {
  position: relative;
}
section#contactArea .wrapper .columns .column:first-child:after {
  content: "";
  width: 1px;
  height: 88px;
  background: #DCE1E7;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
section#contactArea .wrapper .columns .column .description .title {
  color: #17345C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
section#contactArea .wrapper .columns .column .description .desc {
  color: #6D6D6D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 12px;
  max-width: 318px;
}

section#socialMedia {
  border-top: 1px solid #DCE1E7;
  margin-top: 83px;
  background: url("../img/social-media-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 38px;
}
section#socialMedia .wrapper {
  max-width: 870px;
}
@media (max-width: 870px) {
  section#socialMedia .wrapper {
    max-width: 95%;
  }
}
section#socialMedia .wrapper .columns .column a {
  transition: ease all 0.5s;
}
section#socialMedia .wrapper .columns .column a:hover {
  transform: scale(0.8);
}
section#socialMedia .wrapper .columns .column:nth-child(1) {
  margin-top: 36px;
}
section#socialMedia .wrapper .columns .column:nth-child(1) a img {
  animation-delay: 0s;
}
section#socialMedia .wrapper .columns .column:nth-child(2) a img {
  animation-delay: 0.15s;
}
section#socialMedia .wrapper .columns .column:nth-child(3) {
  margin-top: 33px;
}
section#socialMedia .wrapper .columns .column:nth-child(3) a img {
  animation-delay: 0.3s;
}
section#socialMedia .wrapper .columns .column:nth-child(4) a img {
  animation-delay: 0.45s;
}
section#socialMedia .wrapper .columns .column a img {
  animation: wave 1.5s ease-in-out infinite;
}

footer {
  border-radius: 46px 46px 0 0;
  background: #16345C;
  padding-top: 42px;
  padding-bottom: 51px;
}
footer .wrapper {
  max-width: 1315px;
}
@media (max-width: 1315px) {
  footer .wrapper {
    max-width: 95%;
  }
}
footer .wrapper .menu {
  gap: 39px;
  margin-top: 44px;
}
footer .wrapper .menu li a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
footer .wrapper .copyright {
  padding-top: 15px;
  border-top: 1px solid #DCE1E7;
  margin-top: 45px;
}
footer .wrapper .copyright p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

section#liveLessonsPage {
  padding-top: 46px;
}
section#liveLessonsPage .wrapper {
  max-width: 1073px;
}
@media (max-width: 1073px) {
  section#liveLessonsPage .wrapper {
    max-width: 95%;
  }
}
section#liveLessonsPage .wrapper h1 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#liveLessonsPage .wrapper h2 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  margin-top: 12px;
  text-align: center;
}
section#liveLessonsPage .wrapper h3 {
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  max-width: 424px;
}
section#liveLessonsPage .wrapper .menu {
  gap: 36px;
  margin-top: 38px;
}
section#liveLessonsPage .wrapper .menu li a {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  color: #B7C0CC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 14px 35px;
  display: table;
  transition: ease all 0.5s;
}
section#liveLessonsPage .wrapper .menu li:hover a {
  color: #16345C;
}
section#liveLessonsPage .wrapper .menu li.active a {
  color: #16345C;
}
section#liveLessonsPage .wrapper .tab {
  margin-top: 38px;
}
section#liveLessonsPage .wrapper .tab .columns {
  gap: 68px;
}
section#liveLessonsPage .wrapper .tab .columns .column {
  padding: 23px 16px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(153, 153, 153, 0.1);
}
section#liveLessonsPage .wrapper .tab .columns .column:hover .cover .img {
  transform: scale(1.1);
}
section#liveLessonsPage .wrapper .tab .columns .column:hover .btn-group .blue-btn {
  background: #EF4561;
}
section#liveLessonsPage .wrapper .tab .columns .column:hover .btn-group .blue-btn svg path,
section#liveLessonsPage .wrapper .tab .columns .column:hover .btn-group .blue-btn svg rect {
  animation: svg-up 0.6s ease-in-out;
}
section#liveLessonsPage .wrapper .tab .columns .column .cover {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
section#liveLessonsPage .wrapper .tab .columns .column .cover .img {
  object-fit: cover;
  width: 100%;
  height: 308px;
  transition: ease all 0.5s;
}
section#liveLessonsPage .wrapper .tab .columns .column .cover .ikon {
  position: absolute;
  top: 15px;
  left: -3px;
}
section#liveLessonsPage .wrapper .tab .columns .column .title {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 13px;
}
section#liveLessonsPage .wrapper .tab .columns .column .desc {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
section#liveLessonsPage .wrapper .tab .columns .column .price-box {
  border-top: 1px solid #DAE5EE;
  margin-top: 8px;
  padding: 11px 0;
  gap: 12px;
  width: 100%;
}
section#liveLessonsPage .wrapper .tab .columns .column .price-box .discount-rate {
  border-radius: 6px;
  background: #EF4561;
  color: #FFF;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 900;
  line-height: 13px;
  width: 46px;
  height: 35px;
}
section#liveLessonsPage .wrapper .tab .columns .column .price-box .amount p:first-child {
  color: #7D97AD;
  font-size: 14.9px;
  font-style: normal;
  font-weight: 800;
  line-height: 15.4px;
  text-decoration-line: line-through;
}
section#liveLessonsPage .wrapper .tab .columns .column .price-box .amount p:last-child {
  color: #16345C;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}
section#liveLessonsPage .wrapper .tab .columns .column .btn-group {
  width: 100%;
  gap: 54px;
  margin-top: 10px;
}
section#liveLessonsPage .wrapper .tab .columns .column .btn-group .blue-btn {
  border-radius: 34px;
  background: #16345C;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  gap: 8px;
  width: 134px;
  height: 52px;
}
section#liveLessonsPage .wrapper .tab .columns .column .btn-group .more-btn {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section#packageFeature {
  background: #C3DCE7;
  padding-top: 42px;
  margin-top: 71px;
  padding-bottom: 65px;
}
section#packageFeature .wrapper {
  max-width: 1153px;
}
@media (max-width: 1153px) {
  section#packageFeature .wrapper {
    max-width: 95%;
  }
}
section#packageFeature .wrapper h5 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
section#packageFeature .wrapper ul {
  margin-top: 32px;
  gap: 32px;
}
section#packageFeature .wrapper ul li a {
  border-radius: 36px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(142, 142, 142, 0.1);
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  gap: 7px;
  padding: 5px 22px;
}

section#aboutPage {
  padding-top: 46px;
}
section#aboutPage .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#aboutPage .wrapper {
    max-width: 95%;
  }
}
section#aboutPage .wrapper h1 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#aboutPage .wrapper h2 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-top: 12px;
  max-width: 418px;
}
section#aboutPage .wrapper h3 {
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 17px;
  max-width: 491px;
}
section#aboutPage .wrapper .columns {
  max-width: 1094px;
  margin-top: 32px;
}
@media (max-width: 1094px) {
  section#aboutPage .wrapper .columns {
    max-width: 95%;
  }
}
section#aboutPage .wrapper .columns .column {
  color: #595959;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
}
section#aboutPage .wrapper .columns .column p {
  margin-bottom: 20px;
}
section#aboutPage .wrapper .columns .column p:last-child {
  margin-bottom: 0;
}
section#aboutPage .wrapper .columns .column strong {
  font-weight: 700;
}

section#resources {
  margin-top: 50px;
}
section#resources .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#resources .wrapper {
    max-width: 95%;
  }
}
section#resources .wrapper .columns {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding-top: 23px;
  padding-right: 67px;
  padding-left: 114px;
  gap: 74px;
  position: relative;
}
section#resources .wrapper .columns .resource-pattern {
  position: absolute;
  left: 12px;
  top: 3px;
}
section#resources .wrapper .columns .column .sub-title {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
section#resources .wrapper .columns .column .title {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 12px;
}
section#resources .wrapper .columns .column .title strong {
  font-weight: 700;
}
section#resources .wrapper .columns .column .desc {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

section#documents {
  margin-top: 71px;
}
section#documents .wrapper {
  max-width: 1320px;
}
@media (max-width: 1320px) {
  section#documents .wrapper {
    max-width: 95%;
  }
}
section#documents .wrapper h3 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
}
section#documents .wrapper h4 {
  max-width: 424px;
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 11px;
}
section#documents .wrapper ul {
  margin-top: 24px;
}
section#documents .wrapper ul li {
  padding: 22px 57px;
  border-radius: 25px;
  background: #F3F0EE;
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 27px;
}
section#documents .wrapper ul li:last-child {
  margin-bottom: 0;
}
section#documents .wrapper ul li span {
  margin-left: 32px;
}
section#documents .wrapper ul li a {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
section#documents .wrapper ul li a .ml-auto {
  margin-right: auto;
}
section#documents .wrapper ul li a span {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
section#documents .wrapper .copy-wrapper {
  position: relative;
}
section#documents .wrapper .copy-wrapper .copy-message {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
section#documents .wrapper .copy-wrapper .copy-message.show {
  opacity: 1;
}

.company-title {
  margin-top: 35px;
}
.company-title p {
  max-width: 388px;
  color: #EF4561;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

section#ourTeam {
  padding-top: 52px;
}
section#ourTeam .wrapper {
  max-width: 1202px;
}
@media (max-width: 1202px) {
  section#ourTeam .wrapper {
    max-width: 95%;
  }
}
section#ourTeam .wrapper h1 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#ourTeam .wrapper h2 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-top: 12px;
}
section#ourTeam .wrapper h3 {
  max-width: 424px;
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section#ourTeam .wrapper .columns {
  gap: 54px;
  margin-top: 75px;
}
section#ourTeam .wrapper .columns .column {
  border-radius: 25px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 12px;
  padding-bottom: 21px;
}
section#ourTeam .wrapper .columns .column .cover {
  width: 100%;
  height: 273px;
  border-radius: 15px;
  overflow: hidden;
}
section#ourTeam .wrapper .columns .column .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#ourTeam .wrapper .columns .column .name {
  color: #16345C;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 10px;
}
section#ourTeam .wrapper .columns .column .title {
  color: #16345C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 5px;
}

section#usefulTools {
  padding-top: 46px;
}
section#usefulTools .wrapper {
  max-width: 1100px;
}
@media (max-width: 1100px) {
  section#usefulTools .wrapper {
    max-width: 95%;
  }
}
section#usefulTools .wrapper h1 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#usefulTools .wrapper h2 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-top: 12px;
  max-width: 388px;
}
section#usefulTools .wrapper h3 {
  max-width: 424px;
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}
section#usefulTools .wrapper .columns {
  margin-top: 87px;
}
section#usefulTools .wrapper .columns .column {
  position: relative;
}
section#usefulTools .wrapper .columns .column:last-child:after {
  display: none;
}
section#usefulTools .wrapper .columns .column:after {
  content: "";
  width: 1px;
  height: 248px;
  background: #DCE1E7;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
section#usefulTools .wrapper .columns .column .round-area {
  width: 119px;
  height: 119px;
  border-radius: 100%;
}
section#usefulTools .wrapper .columns .column .round-area.round-area-blue {
  background: #BBE2F8;
}
section#usefulTools .wrapper .columns .column .round-area.round-area-purple {
  background: #D9D1F2;
}
section#usefulTools .wrapper .columns .column .round-area.round-area-yellow {
  background: #F9DDAA;
}
section#usefulTools .wrapper .columns .column .title {
  color: #16345C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 15px;
}
section#usefulTools .wrapper .columns .column .desc {
  color: #6D6D6D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 12px;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
section#usefulTools .wrapper .columns .column .color-red {
  color: red;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-top: 12px;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}

section#blogPage {
  padding-top: 46px;
}
section#blogPage .wrapper {
  max-width: 1100px;
}
@media (max-width: 1100px) {
  section#blogPage .wrapper {
    max-width: 95%;
  }
}
section#blogPage .wrapper h1 {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
section#blogPage .wrapper h2 {
  color: #16345C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-top: 12px;
}
section#blogPage .wrapper h3 {
  max-width: 424px;
  color: #6D6D6D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section#blogPage .wrapper .columns {
  margin-top: 46px;
  gap: 18px;
}
section#blogPage .wrapper .columns .column {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 16px;
}
section#blogPage .wrapper .columns .column:hover .cover img {
  transform: scale(1.1);
}
section#blogPage .wrapper .columns .column:hover .more-btn svg path {
  animation: arrow-move 0.6s ease-in-out;
}
section#blogPage .wrapper .columns .column .cover {
  width: 100%;
  height: 281px;
  border-radius: 22px;
  overflow: hidden;
}
section#blogPage .wrapper .columns .column .cover img {
  transition: ease all 0.5s;
}
section#blogPage .wrapper .columns .column .date {
  color: #BBB;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 21px;
}
section#blogPage .wrapper .columns .column .title {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 6px;
}
section#blogPage .wrapper .columns .column .more-btn {
  margin-top: 13px;
}

section#blogDetailPage {
  padding-top: 80px;
}
section#blogDetailPage .wrapper {
  max-width: 1090px;
}
@media (max-width: 1090px) {
  section#blogDetailPage .wrapper {
    max-width: 95%;
  }
}
section#blogDetailPage .wrapper .columns {
  gap: 95px;
}
section#blogDetailPage .wrapper .columns .column h1 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-top: 59px;
}
section#blogDetailPage .wrapper .columns .column h2 {
  color: #595959;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
  margin-top: 21px;
}
section#blogDetailPage .wrapper .columns .column .cover {
  border-radius: 30px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  padding: 15px 18px;
}
section#blogDetailPage .wrapper .columns .column .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#blogDetailPage .wrapper .description {
  margin-top: 46px;
  color: #595959;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
}
section#blogDetailPage .wrapper .description.kvkk-text p {
  margin: 0 0 18px;
}
section#blogDetailPage .wrapper .description.kvkk-text h3 {
  font-weight: 600;
  margin: 18px 0 12px;
}
section#blogDetailPage .wrapper .description.kvkk-text h4 {
  font-weight: 600;
  margin: 16px 0 10px;
}
section#blogDetailPage .wrapper .description.kvkk-text ul,
section#blogDetailPage .wrapper .description.kvkk-text ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
section#blogDetailPage .wrapper .description.kvkk-text ul {
  list-style: disc;
  list-style-position: outside;
}
section#blogDetailPage .wrapper .description.kvkk-text ol {
  list-style: decimal;
}
section#blogDetailPage .wrapper .description.kvkk-text li {
  margin-bottom: 8px;
}
section#blogDetailPage .wrapper .pagination {
  gap: 80px;
  margin-top: 73px;
}
section#blogDetailPage .wrapper .pagination li {
  position: relative;
}
section#blogDetailPage .wrapper .pagination li:last-child:after {
  display: none;
}
section#blogDetailPage .wrapper .pagination li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 63px;
  background: #B7C0CC;
  right: -40px;
  bottom: 0;
  top: 0;
  margin: auto;
}
section#blogDetailPage .wrapper .pagination li a {
  border-radius: 28px;
  background: #F7F7F7;
  box-shadow: 0 4px 22.3px 0 rgba(0, 0, 0, 0.09);
  color: #16345C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  position: relative;
  gap: 16px;
  padding: 6.5px 120px;
}

section#contactPage {
  padding-top: 46px;
}
section#contactPage .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#contactPage .wrapper {
    max-width: 95%;
  }
}
section#contactPage .wrapper .map {
  margin-top: 40px;
}
section#contactPage .wrapper .columns {
  margin-top: 71px;
  gap: 82px;
}
section#contactPage .wrapper .columns .col {
  position: relative;
}
section#contactPage .wrapper .columns .col:last-child:after {
  display: none;
}
section#contactPage .wrapper .columns .col:after {
  content: "";
  width: 1px;
  height: 165px;
  background: #DCE1E7;
  position: absolute;
  right: -41px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section#contactPage .wrapper .columns .col .desc {
  text-align: center;
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section#contactPage .wrapper .columns .col .show-on-map {
  color: #16345C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

section#product {
  padding-top: 46px;
}
section#product .wrapper {
  max-width: 1096px;
}
@media (max-width: 1096px) {
  section#product .wrapper {
    max-width: 95%;
  }
}
section#product .wrapper .title {
  border-radius: 7px;
  background: #F4F1EE;
  padding: 16px 0;
}
section#product .wrapper .title h1 {
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
section#product .wrapper .product-area {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(153, 153, 153, 0.1);
  margin-top: 14px;
}
section#product .wrapper .product-area .left-column {
  border-radius: 13px 0 0 13px;
  background: #F2F7FD;
  box-shadow: 0 9px 22px 0 rgba(153, 153, 153, 0.1);
  padding: 0 19px;
  padding-top: 64px;
}
section#product .wrapper .product-area .left-column .cover {
  width: 100%;
  margin-top: 44px;
}
section#product .wrapper .product-area .left-column p {
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #E8EBEF;
  padding-bottom: 28px;
  margin-top: 64px;
}
section#product .wrapper .product-area .right-column {
  padding-left: 33px;
  padding-top: 100px;
  padding-bottom: 53px;
  padding-right: 69px;
}
section#product .wrapper .product-area .right-column h2 {
  color: #16345C;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
section#product .wrapper .product-area .right-column .features {
  border-radius: 7px;
  background: #F2F7FD;
  padding: 13px 16px;
  margin-top: 18px;
}
section#product .wrapper .product-area .right-column .features .col {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  gap: 7px;
}
section#product .wrapper .product-area .right-column .price-area {
  border-radius: 7px;
  background: #F2F7FD;
  padding: 13px 16px;
  margin-top: 43px;
}
section#product .wrapper .product-area .right-column .price-area .col p {
  color: #7D97AD;
  font-size: 13.8px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}
section#product .wrapper .product-area .right-column .price-area .col ul {
  gap: 41px;
}
section#product .wrapper .product-area .right-column .price-area .col ul li .price-title {
  color: #7D97AD;
  text-align: right;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 800;
  line-height: 20.57px;
}
section#product .wrapper .product-area .right-column .price-area .col ul li .amount {
  color: #16345C;
  text-align: right;
  font-size: 20.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
}
section#product .wrapper .product-area .right-column .description {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px;
}
section#product .wrapper .product-area .right-column .price-box {
  margin-top: 31px;
  width: 100%;
}
section#product .wrapper .product-area .right-column .price-box .discount-rate {
  border-radius: 6px;
  background: #EF4561;
  color: #FFF;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 900;
  line-height: 13px;
  width: 46px;
  height: 35px;
}
section#product .wrapper .product-area .right-column .price-box .amount p:first-child {
  color: #7D97AD;
  font-size: 14.9px;
  font-style: normal;
  font-weight: 800;
  line-height: 15.4px;
  text-decoration-line: line-through;
}
section#product .wrapper .product-area .right-column .price-box .amount p:last-child {
  color: #16345C;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}
section#product .wrapper .product-area .right-column .buy-area {
  border-top: 1px solid #E8EBEF;
  margin-top: 23px;
  padding-top: 19px;
}
section#product .wrapper .product-area .right-column .buy-area .columns .column {
  position: relative;
}
section#product .wrapper .product-area .right-column .buy-area .columns .column:first-child:after {
  content: "";
  width: 1px;
  height: 72px;
  position: absolute;
  background: #E8EBEF;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle {
  display: inline-flex;
  gap: 10px;
  padding: 6px;
  border-radius: 28.5px;
  background: #E8EBEF;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle .option {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  transition: 0.18s ease;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle .option .icon {
  width: 20px;
  height: 20px;
  fill: #B7C0CC;
  transition: 0.18s;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle .option.active {
  background: #16345C;
  color: #fff;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle .option.active .icon {
  fill: #fff;
}
section#product .wrapper .product-area .right-column .buy-area .user-toggle .option:focus {
  outline: 2px solid rgba(79, 70, 229, 0.4);
  outline-offset: 2px;
}
section#product .wrapper .product-area .right-column .buy-area .user-status {
  color: #6D6D6D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 7px;
}
section#product .wrapper .product-area .right-column .buy-area button, section#product .wrapper .product-area .right-column .buy-area a {
  border-radius: 34px;
  background: #16345C;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  width: 341px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#product .wrapper .tabs {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 9px 22px 0 rgba(153, 153, 153, 0.1);
  margin-top: 39px;
  gap: 91px;
  position: relative;
}
section#product .wrapper .tabs .left-pattern {
  position: absolute;
  left: 0;
  top: 2px;
}
section#product .wrapper .tabs .right-pattern {
  position: absolute;
  right: 0;
  bottom: 7px;
}
section#product .wrapper .tabs li {
  position: relative;
}
section#product .wrapper .tabs li:nth-child(5):after {
  display: none;
}
section#product .wrapper .tabs li:after {
  content: "";
  width: 1px;
  height: 42px;
  background: #DCE1E7;
  top: 0;
  bottom: 0;
  right: -45px;
  position: absolute;
  margin: auto;
}
section#product .wrapper .tabs li a {
  color: #B7C0CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 27px 0;
  display: table;
  transition: ease all 0.5s;
}
section#product .wrapper .tabs li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #EF4561;
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: ease all 0.5s;
}
section#product .wrapper .tabs li a.active {
  color: #16345C;
}
section#product .wrapper .tabs li a.active:before {
  opacity: 1;
}
section#product .wrapper .tabs li a:hover {
  color: #16345C;
}
section#product .wrapper .tabs li a:hover:before {
  opacity: 1;
}
section#product .wrapper .tabs-area {
  margin-top: 47px;
}
section#product .wrapper .tabs-area .tab {
  display: none;
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-bottom: 1px solid #E8EBEF;
  padding-bottom: 59px;
}
section#product .wrapper .tabs-area .tab h1, section#product .wrapper .tabs-area .tab h2, section#product .wrapper .tabs-area .tab h3, section#product .wrapper .tabs-area .tab h4, section#product .wrapper .tabs-area .tab h5, section#product .wrapper .tabs-area .tab h6 {
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}
section#product .wrapper .tabs-area .tab p {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
section#product .wrapper .tabs-area .tab p strong {
  color: #16345C;
}
section#product .wrapper .tabs-area .tab.active {
  display: block;
}
section#product .wrapper .tabs-area .tab .stars {
  margin-bottom: 16px;
}
section#product .wrapper .tabs-area .tab ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
section#product .wrapper .tabs-area .tab .system-requirements {
  border-radius: 25px;
  background: #F2F7FD;
  position: relative;
  padding: 50px 37px;
}
section#product .wrapper .tabs-area .tab .system-requirements .system-icon {
  position: absolute;
  right: 69px;
  top: 30px;
}
section#product .wrapper .tabs-area .tab .system-requirements h3 {
  color: #16345C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
section#product .wrapper .tabs-area .tab .system-requirements .system-col {
  border-bottom: 1px solid #E8EBEF;
  padding-bottom: 24px;
  margin-top: 32px;
  gap: 17px;
  flex-wrap: nowrap;
}
section#product .wrapper .tabs-area .tab .system-requirements .system-col .system-desc p {
  margin-bottom: 10px;
}
section#product .wrapper .tabs-area .tab .system-requirements .system-col .system-desc h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}
.marquee-list {
  margin-top: 32px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  animation: marqueeRight 20s linear infinite;
}

.marquee:nth-child(1) .marquee-track {
  animation: marqueeRight 20s linear infinite;
}

.marquee:nth-child(2) .marquee-track {
  animation: marqueeLeft 20s linear infinite;
}

@keyframes marqueeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 600px) {
  body, html {
    overflow-x: hidden;
  }
  header {
    padding-top: 20px;
  }
  header .logo {
    width: 190px;
  }
  header .wrapper .login-btn {
    width: 89px;
    height: 37px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
  section#contact .wrapper h4 {
    font-size: 24px;
  }
  section#contact .wrapper h5 {
    margin-top: 0;
  }
  section#contact .wrapper .columns {
    margin-top: 20px;
    gap: 25px;
  }
  section#contact .wrapper .columns .column img {
    width: 100%;
  }
  section#contact .wrapper .columns .column form {
    padding: 20px;
  }
  section#contact .wrapper .columns .column .form-columns {
    padding-left: 0;
    gap: 20px;
  }
  section#contactPage .wrapper .columns {
    gap: 20px;
    margin-top: 25px;
  }
  footer .wrapper .menu {
    gap: 20px;
  }
  footer .wrapper .copyright {
    gap: 20px;
  }
  footer .wrapper .copyright .column {
    display: flex;
    justify-content: center;
  }
  footer .wrapper .copyright .column .ml-auto {
    margin-right: auto;
  }
  section#slider {
    padding: 25px 0;
  }
  section#slider .wrapper .columns .left-column {
    order: 2;
  }
  section#slider .wrapper .columns .left-column .title {
    font-size: 24px;
    text-align: center;
    max-width: 100%;
  }
  section#slider .wrapper .columns .left-column .desc {
    text-align: center;
    margin-top: 10px;
  }
  section#slider .wrapper .columns .left-column ul {
    flex-wrap: wrap;
  }
  section#slider .wrapper .columns .left-column ul li {
    width: 100%;
  }
  section#slider .wrapper .columns .left-column ul li a {
    justify-content: center;
  }
  section#slider .wrapper .columns .right-column {
    order: 1;
  }
  section#callForm .wrapper form {
    padding: 20px 40px;
    gap: 20px;
    border-radius: 20px;
  }
  section#callForm .wrapper form p {
    margin-left: auto;
  }
  section#callForm .wrapper form .relative {
    width: 100%;
  }
  section#callForm .wrapper form input {
    width: 100%;
  }
  section#homeLessons .wrapper h3 {
    font-size: 24px;
  }
  section#homeLessons .wrapper h4 {
    margin-top: 0;
  }
  section#homeLessons .wrapper .menu {
    gap: 15px;
    justify-content: center;
  }
  section#homeLessons .wrapper .tab .all-package-btn {
    margin-top: 25px;
  }
  section#homeDegree .wrapper h4 {
    font-size: 24px;
  }
  section#homeDegree .wrapper ul {
    gap: 15px;
    margin-top: 20px;
  }
  section#homeDegree .wrapper ul li a {
    padding: 5px 7px;
    gap: 3px;
  }
  section#homeDegree .wrapper .columns {
    margin-top: 25px;
    padding: 0 25px;
    padding-bottom: 60px;
  }
  section#homeDegree .wrapper .columns .search-icon {
    width: 50px;
    left: 11px;
    top: -23px;
  }
  section#homeDegree .wrapper .columns .column .sub-desc {
    font-size: 24px;
    line-height: 130%;
  }
  section#homePrivileges {
    padding-top: 50px;
  }
  section#homePrivileges .wrapper h4 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 0;
  }
  section#homePrivileges .wrapper .columns {
    gap: 25px;
  }
  section#homePrivileges .wrapper .columns .column .title {
    font-size: 18px;
  }
  section#homeBlog {
    margin-top: 50px;
  }
  section#homeBlog .wrapper h4 {
    font-size: 24px;
  }
  section#homeFaq {
    padding: 50px 0;
  }
  section#homeFaq .wrapper .columns {
    gap: 25px;
  }
  section#homeFaq .wrapper .columns .column h4 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 0;
  }
  section#homeSkills .wrapper .columns {
    padding: 25px;
  }
  section#homeSkills .wrapper .columns .music-icon {
    width: 50px;
  }
  section#homeSkills .wrapper .columns .column h4 {
    font-size: 24px;
    line-height: 130%;
  }
  section#homeComments {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  section#homeComments .wrapper h4 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 0;
  }
  section#homeComments .wrapper .comments-slider {
    padding: 0;
  }
  section#contactArea .wrapper .columns .column {
    flex-wrap: wrap;
  }
  section#contactArea .wrapper .columns .column .icon {
    margin-left: auto;
    margin-right: auto;
  }
  section#contactArea .wrapper .columns .column .description {
    width: 100%;
  }
  section#contactArea .wrapper .columns .column .description .title, section#contactArea .wrapper .columns .column .description .desc {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  section#liveLessonsPage .wrapper h2 {
    font-size: 24px;
    margin-top: 0;
  }
  section#liveLessonsPage .wrapper h3 {
    margin-top: 0;
  }
  section#liveLessonsPage .wrapper .menu {
    gap: 15px;
    justify-content: center;
  }
  section#liveLessonsPage .wrapper .tab .columns {
    gap: 25px;
  }
  section#packageFeature {
    margin-top: 50px;
  }
  section#packageFeature .wrapper h5 {
    font-size: 24px;
  }
  section#packageFeature .wrapper ul {
    gap: 25px;
  }
  section#packageFeature .wrapper ul li {
    width: 100%;
  }
  section#packageFeature .wrapper ul li a {
    line-height: 130%;
    width: 100%;
  }
  section#product .wrapper .title h1 {
    font-size: 18px;
  }
  section#product .wrapper .product-area .left-column {
    padding: 25px;
  }
  section#product .wrapper .product-area .left-column .cover {
    margin-top: 25px;
  }
  section#product .wrapper .product-area .left-column p {
    margin-top: 25px;
  }
  section#product .wrapper .product-area .right-column {
    padding: 25px;
  }
  section#product .wrapper .product-area .right-column h2 {
    font-size: 24px;
    line-height: 130%;
  }
  section#product .wrapper .product-area .right-column .features {
    gap: 15px;
  }
  section#product .wrapper .product-area .right-column .price-area {
    margin-top: 20px;
    gap: 15px;
  }
  section#product .wrapper .product-area .right-column .buy-area .columns {
    gap: 15px;
  }
  section#product .wrapper .product-area .right-column .buy-area .columns .column:after {
    display: none;
  }
  section#product .wrapper .tabs {
    gap: 20px;
    padding: 20px;
  }
  section#product .wrapper .tabs li {
    width: 100%;
  }
  section#product .wrapper .tabs li a {
    padding: 5px 25px;
    width: 100%;
  }
  section#product .wrapper .tabs-area .tab h1, section#product .wrapper .tabs-area .tab h2, section#product .wrapper .tabs-area .tab h3, section#product .wrapper .tabs-area .tab h4, section#product .wrapper .tabs-area .tab h5, section#product .wrapper .tabs-area .tab h6 {
    font-size: 24px;
    line-height: 24px;
  }
  section#aboutPage .wrapper h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 130%;
  }
  section#resources .wrapper .columns {
    padding: 25px;
    gap: 25px;
  }
  section#resources .wrapper .columns .resource-pattern {
    display: none;
  }
  section#resources .wrapper .columns .column .title {
    font-size: 24px;
    line-height: 130%;
  }
  section#documents .wrapper h3 {
    font-size: 24px;
  }
  section#documents .wrapper ul li {
    flex-wrap: wrap;
    justify-content: center;
  }
  section#documents .wrapper ul li span {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  section#documents .wrapper ul li .download-btns {
    margin: 0;
  }
  .company-title p {
    font-size: 24px;
  }
  section#usefulTools .wrapper h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 130%;
  }
  section#usefulTools .wrapper .columns {
    margin-top: 25px;
    gap: 25px;
  }
  section#usefulTools .wrapper .columns .column .title {
    font-size: 18px;
  }
  section#usefulTools .wrapper .columns .column:after {
    display: none;
  }
  section#blogPage .wrapper h2 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 0;
  }
  section#blogDetailPage {
    padding-top: 40px;
  }
  section#blogDetailPage .wrapper .columns {
    gap: 25px;
  }
  section#blogDetailPage .wrapper .columns .column:nth-child(1) {
    order: 2;
  }
  section#blogDetailPage .wrapper .columns .column:nth-child(2) {
    order: 1;
  }
  section#blogDetailPage .wrapper .columns .column svg {
    display: none;
  }
  section#blogDetailPage .wrapper .columns .column h1 {
    font-size: 24px;
    line-height: 130%;
    margin-top: 15px;
  }
  section#blogDetailPage .wrapper .pagination {
    gap: 25px;
  }
  section#blogDetailPage .wrapper .pagination li {
    width: 100%;
  }
  section#blogDetailPage .wrapper .pagination li:after {
    display: none;
  }
  section#blogDetailPage .wrapper .pagination li a {
    padding: 6.5px 20px;
    width: 100%;
    justify-content: center;
  }
  section#product .wrapper .tabs-area .tab .system-requirements .system-col {
    flex-wrap: wrap;
  }
  section#product .wrapper .tabs-area .tab .system-requirements .system-icon {
    display: none;
  }
  section#privateLesson .wrapper .columns {
    padding: 20px;
  }
  section#privateLesson .wrapper .columns .column h4 {
    font-size: 24px;
    text-align: center;
  }
  section#privateLesson .wrapper .columns .column h5 {
    text-align: center;
    margin-top: 0;
  }
  section#privateLesson .wrapper .columns .column .skills-cols {
    gap: 10px;
  }
  .modal .modalContent img {
    height: auto;
  }
}
@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  41% {
    opacity: 0;
    transform: translateX(6px);
  }
  42% {
    transform: translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes svg-up {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  41% {
    opacity: 0;
    transform: translateY(-6px);
  }
  42% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 99;
  background: #25D366;
  border-radius: 100px;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.whatsapp-icon:after,
.whatsapp-icon:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #25D366;
}

.whatsapp-icon:after {
  inset: 0;
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.whatsapp-icon:before {
  inset: 0;
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.whatsapp-icon img {
  padding: 5px;
  width: 65px;
}