@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Italic.woff2") format("woff2"), url("../fonts/Ubuntu-Italic.woff") format("woff"), url("../fonts/Ubuntu-Italic.ttf") format("truetype"), url("../fonts/Ubuntu-Italic.svg#Ubuntu-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("../fonts/Ubuntu-BoldItalic.woff") format("woff"), url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype"), url("../fonts/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("../fonts/Ubuntu-LightItalic.woff") format("woff"), url("../fonts/Ubuntu-LightItalic.ttf") format("truetype"), url("../fonts/Ubuntu-LightItalic.svg#Ubuntu-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("../fonts/Ubuntu-MediumItalic.woff") format("woff"), url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype"), url("../fonts/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@-webkit-keyframes pulseSmall {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee3364;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(238, 51, 100, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 51, 100, 0);
  }
}

@keyframes pulseSmall {
  0% {
    -webkit-box-shadow: 0 0 0 0 #4f3075;
            box-shadow: 0 0 0 0 #4f3075;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(79, 48, 117, 0);
            box-shadow: 0 0 0 10px rgba(79, 48, 117, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(79, 48, 117, 0);
            box-shadow: 0 0 0 0 rgba(79, 48, 117, 0);
  }
}

@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee3364;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(238, 51, 100, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 51, 100, 0);
  }
}

@keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ee3364;
            box-shadow: 0 0 0 0 #ee3364;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(238, 51, 100, 0);
            box-shadow: 0 0 0 20px rgba(238, 51, 100, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 51, 100, 0);
            box-shadow: 0 0 0 0 rgba(238, 51, 100, 0);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:focus {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.form-control {
  font-size: 0.8rem;
  height: 50px;
  padding: 15px 20px;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(113, 123, 150, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: #717b96;
}

.form-control:-ms-input-placeholder {
  color: #717b96;
}

.form-control::-ms-input-placeholder {
  color: #717b96;
}

.form-control::placeholder {
  color: #717b96;
}

.form-control:focus {
  outline: 0;
}

select.form-select {
  height: 50px;
  font-size: 0.8rem;
  background-image: url("../icons/font-icon/select-down.svg");
  background-size: 35px 35px;
  background-position: right 0.4rem center;
  border-radius: 12px;
  border: 1px solid rgba(113, 123, 150, 0.2);
  padding-right: 3rem;
}

select.form-select:focus {
  outline: 0;
}

select.form-select option {
  padding: 40px;
  font-size: 18px;
}

.form-group__password {
  position: relative;
}

.form-group__password .password-visible {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  color: #717b96;
  width: 20px;
  min-width: 20px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #eb5757;
  color: #eb5757;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.toast {
  border: none;
  backdrop-filter: blur(19px) saturate(146%);
  -webkit-backdrop-filter: blur(19px) saturate(146%);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  border: none;
  max-width: 270px;
}

.end-50 {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.start-50 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form-select {
  color: #717b96;
  font-weight: 500;
}

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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  background-color: #f4f7fc;
  font-family: "Ubuntu", sans-serif !important;
}

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

body {
  margin: 0;
  font-size: 15px;
  background-color: #f4f7fc;
  color: #3c4858;
}

body.overflow {
  overflow: hidden;
}

::-moz-selection {
  color: white;
  background: #cc333d;
  opacity: 0.6;
}

::selection {
  color: white;
  background: #cc333d;
  opacity: 0.6;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(113, 123, 150, 0.03);
}

::-webkit-scrollbar-thumb {
  background: rgba(113, 123, 150, 0.09);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(113, 123, 150, 0.5);
}

main {
  display: block;
  position: relative;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 0;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

h1,
.h1 {
  font-size: 3.25rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.375rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  overflow: visible;
  background-color: rgba(113, 123, 150, 0.6);
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  font-size: 0.8rem;
}

input[type='search'].dark {
  background: #222;
  color: #fff;
}

input[type='search'].light {
  background: #fff;
  color: #222;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50em;
  background: url("../icons/closeRed.svg") no-repeat 75% 75%;
  background-size: contain;
  opacity: 0;
  cursor: pointer;
}

input[type='search']:focus::-webkit-search-cancel-button {
  opacity: 0.8;
  pointer-events: all;
}

input[type='search'].dark::-webkit-search-cancel-button {
  -webkit-filter: invert(1);
          filter: invert(1);
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: #848996;
  margin-top: 5px;
}

[hidden] {
  display: none;
}

html {
  font-size: 15px;
}

@media (min-width: 320px) {
  html {
    font-size: calc(15px + 6 * ((100vw - 320px) / 680));
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 15px;
  }
  main {
    padding: 3rem 0;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.8rem;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?clz0ft");
  src: url("../fonts/icomoon.eot?clz0ft#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?clz0ft") format("truetype"), url("../fonts/icomoon.woff?clz0ft") format("woff"), url("../fonts/icomoon.svg?clz0ft#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
  content: '\e900';
}

.icon-android:before {
  content: '\e901';
}

.icon-apple:before {
  content: '\e902';
}

.icon-bell:before {
  content: '\e903';
}

.icon-board:before {
  content: '\e904';
}

.icon-book:before {
  content: '\e905';
}

.icon-calendar:before {
  content: '\e906';
}

.icon-calendar-finish:before {
  content: '\e907';
}

.icon-calendar-start:before {
  content: '\e908';
}

.icon-cart:before {
  content: '\e909';
}

.icon-check:before {
  content: '\e90a';
}

.icon-check-stroke:before {
  content: '\e90b';
}

.icon-chevron-down:before {
  content: '\e90c';
}

.icon-comments:before {
  content: '\e90d';
}

.icon-copy:before {
  content: '\e90e';
}

.icon-cup:before {
  content: '\e90f';
}

.icon-details:before {
  content: '\e910';
}

.icon-down:before {
  content: '\e944';
}

.icon-download:before {
  content: '\e911';
}

.icon-egitimler-menu:before {
  content: '\e912';
}

.icon-envelope:before {
  content: '\e913';
}

.icon-filter:before {
  content: '\e914';
}

.icon-gift:before {
  content: '\e915';
}

.icon-graphic:before {
  content: '\e916';
}

.icon-hide:before {
  content: '\e917';
}

.icon-home:before {
  content: '\e918';
}

.icon-info:before {
  content: '\e919';
}

.icon-kontenjan:before {
  content: '\e91a';
}

.icon-kontor:before {
  content: '\e91b';
}

.icon-left-arrow:before {
  content: '\e91c';
}

.icon-lessons:before {
  content: '\e91d';
}

.icon-level:before {
  content: '\e91e';
}

.icon-live:before {
  content: '\e91f';
}

.icon-live-1:before {
  content: '\e920';
}

.icon-location-footer:before {
  content: '\e921';
}

.icon-map-pin:before {
  content: '\e945';
}

.icon-minus:before {
  content: '\e922';
}

.icon-movie:before {
  content: '\e923';
}

.icon-not-found:before {
  content: '\e924';
}

.icon-oda:before {
  content: '\e925';
}

.icon-penline:before {
  content: '\e926';
}

.icon-phone:before {
  content: '\e927';
}

.icon-pin:before {
  content: '\e928';
}

.icon-pin-filled:before {
  content: '\e929';
}

.icon-pin-line:before {
  content: '\e92a';
}

.icon-play:before {
  content: '\e92b';
}

.icon-plus:before {
  content: '\e92c';
}

.icon-plus-stroke:before {
  content: '\e92d';
}

.icon-presentation:before {
  content: '\e92e';
}

.icon-refresh:before {
  content: '\e92f';
}

.icon-remote-connect:before {
  content: '\e930';
}

.icon-right-arrow:before {
  content: '\e931';
}

.icon-scale:before {
  content: '\e932';
}

.icon-search:before {
  content: '\e946';
}

.icon-ship-car:before {
  content: '\e933';
}

.icon-ship-device:before {
  content: '\e934';
}

.icon-ship-security:before {
  content: '\e935';
}

.icon-show:before {
  content: '\e936';
}

.icon-sort:before {
  content: '\e937';
}

.icon-star:before {
  content: '\e938';
}

.icon-statistic:before {
  content: '\e939';
}

.icon-target:before {
  content: '\e93a';
}

.icon-time:before {
  content: '\e93b';
}

.icon-translate:before {
  content: '\e93c';
}

.icon-trash:before {
  content: '\e93d';
}

.icon-unlimited-video:before {
  content: '\e93e';
}

.icon-user:before {
  content: '\e93f';
}

.icon-video-cam:before {
  content: '\e940';
}

.icon-video-cam-1:before {
  content: '\e941';
}

.icon-windows:before {
  content: '\e942';
}

.icon-world:before {
  content: '\e943';
}

.grid-videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px 30px;
}

.grid-exam-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  font-weight: 500;
  background-color: white;
  border-radius: 16px;
}

.grid-exam-card .span {
  font-size: 13px;
  color: #717b96;
}

.grid-exam-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

.grid-exam-card__right {
  padding: 0.8rem;
  background-color: rgba(113, 123, 150, 0.03);
}

.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-box .filter-drp-btn {
  display: none;
}

.filter-box .select2-container--default .select2-selection--single,
.filter-box .select2-dropdown {
  border: none;
  background-color: rgba(113, 123, 150, 0.06);
}

.filter-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #717b96;
  font-weight: 500;
}

.filter-box .select2-results__option {
  font-size: 14px;
}

.filter-box__right .select2-container {
  min-width: 150px;
}

.grid-lessons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 15px;
}

.content-wrapper {
  margin-left: auto;
  width: 100%;
}

.home-intro-title {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .grid-videos {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}

@media (max-width: 1200px) {
  .filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .filter-box__left .filter-info {
    display: none;
  }
  .filter-box__left .filter-drp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(113, 123, 150, 0.06);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .filter-box__center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
  .filter-box__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .filter-box .tab-menu--primary {
    padding: 0;
  }
  .filter-box .tab-menu--primary .nav-item .nav-link {
    padding: 10px 15px;
  }
}

@media (max-width: 1024px) {
  .content-wrapper {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

@media (max-width: 375px) {
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 375px) {
  .content-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .content-wrapper {
    max-width: 94%;
  }
  .grid-lessons {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .home-intro-title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .grid-lessons {
    -ms-grid-columns: (24%)[4];
        grid-template-columns: repeat(4, 24%);
    gap: 10px;
  }
}

@media (min-width: 1024px) {
  .content-wrapper {
    max-width: 94%;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    width: 94%;
    max-width: 94%;
  }
  .grid-exam-card {
    -ms-grid-columns: 75% 25%;
        grid-template-columns: 75% 25%;
  }
  .grid-exam-card__left {
    border-right: 1px solid rgba(113, 123, 150, 0.1);
    padding: 1.5rem;
  }
  .grid-exam-card__right {
    padding: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    width: 90%;
    max-width: 90%;
  }
  .home-intro-title {
    font-size: 2.5rem;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: 1rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.header .btn {
  font-weight: 600;
  border-radius: 12px;
  padding: 0.3rem;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-shadow {
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.main-nav {
  z-index: 999;
}

.logo {
  z-index: 1000;
  position: relative;
}

#main-menu li {
  padding: 0.3rem 0.75rem;
}

#main-menu li a {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #464e5b;
}

#main-menu .sub-arrow {
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  color: #cc333d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-menu .sub-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-image: url("../icons/font-icon/chevron-down.svg");
}

#main-menu a.highlighted .sub-arrow {
  color: white;
}

@media (min-width: 1200px) {
  .hide-header-item {
    display: none;
  }
}

@media (max-width: 1200px) {
  header .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  header .logo {
    width: 200px;
  }
  header .burger {
    width: 30px;
    border-radius: 4px;
    z-index: 1001;
    margin-left: 10px;
  }
  header .burger span {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .burger span,
  header .burger span::before,
  header .burger span::after {
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgba(48, 78, 122, 0.8);
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  header .burger span::before,
  header .burger span::after {
    position: absolute;
    content: '';
  }
  header .burger span::before {
    top: -9px;
  }
  header .burger span::after {
    top: 9px;
  }
  header .burger.clicked span {
    background-color: transparent;
  }
  header .burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  header .burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  header .burger.clicked span:before,
  header .burger.clicked span:after {
    background-color: #304e7a;
  }
  header .burger:hover {
    cursor: pointer;
  }
  header .main-nav {
    background-color: white;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #f8f9fa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23d8d1e4' fill-opacity='0.09'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  }
  header .main-nav.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 999;
  }
  header .main-nav.show ul.main li {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  header .main-nav.show ul.main li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header .main-nav.show ul.main li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header .main-nav.show ul.main li:nth-child(3) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  header .main-nav.show ul.main li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header .main-nav.show ul.main li:nth-child(5) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  header .main-nav.show ul.main li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  header .main-nav.show ul.main li:nth-child(7) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  header .main-nav.show ul.main li:nth-child(8) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  header .main-nav.show ul.main li:nth-child(9) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  header .main-nav ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .main-nav ul.main li:last-of-type {
    margin-bottom: 0px;
  }
  header .main-nav ul.main li a {
    color: #80818d !important;
    font-size: 1.1rem !important;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer {
  border-top: 1px solid rgba(113, 123, 150, 0.15);
  background-color: #304e7a;
  color: white;
}

.footer-logo {
  width: 15rem;
  margin-top: 15px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  width: 100%;
  padding: 0 15px;
}

.footer-social-icons svg {
  fill: white;
}

.footer-social-icons a {
  display: block;
}

.footer-social-icons a:hover svg {
  fill: #cc333d;
}

.footer-store-links {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid: 10px 10px;
}

.footer-store-links a {
  display: block;
}

.footer-store-links a img {
  width: 100%;
}

.order-features {
  padding: 2rem;
  border-radius: 2rem;
  text-align: left;
}

.order-features .order-feature {
  width: 85%;
}

.order-features .order-feature .icon-box {
  max-width: 55px;
  min-width: 55px;
  height: 55px;
}

.payment-card-img {
  -webkit-filter: brightness(9.5);
          filter: brightness(9.5);
}

.footer-menu li {
  color: white;
  line-height: 2.5rem;
}

.footer-menu li a:hover {
  color: #cc333d;
}

.footer-menu li:first-child {
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.footer-shop-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright {
  text-align: center;
  color: #717b96;
}

.footer-bank-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto 0 auto;
}

.footer-bank-cards .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bank-cards .card-img img {
  width: 100%;
  max-width: 60px;
}

@media (max-width: 768px) {
  .footer-shop-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-shop-details img {
    width: 50% !important;
  }
  .footer-bank-cards {
    width: 100%;
    margin-bottom: 70px;
  }
  .order-features {
    border-radius: 0;
  }
}

@media (max-width: 1200px) {
  .footer-store-links img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (max-width: 1024px) {
  .footer-contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contact-icon .icon-box {
    margin-bottom: 10px;
  }
  .footer-contact-icon .text {
    text-align: center;
  }
  .main-footer {
    text-align: center;
  }
}

.btn {
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 12px;
}

.btn-text {
  padding: 0 0.75rem;
}

.btn:active, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background-color: #304e7a;
  border: #304e7a;
}

.btn-primary:hover {
  background-color: #2f4c77;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #304e7a;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(48, 78, 122, 0.9);
  border-color: rgba(48, 78, 122, 0.9);
}

.btn-outline-primary {
  border: 1px solid #304e7a;
  color: #304e7a;
}

.btn-outline-primary:hover {
  border: 1px solid #304e7a;
  background-color: #2f4c77;
}

.btn-outline-white {
  color: white;
  border: 1px solid white;
}

.btn-outline-white:hover {
  color: white;
}

.btn-outline-danger {
  border-color: #cc333d;
}

.btn-danger {
  background-color: #cc333d;
  border-color: #cc333d;
}

.btn-white {
  color: #cc333d;
}

.btn-success {
  background-color: #18a966;
  border-color: #18a966;
}

.btn-ico {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #304e7a;
}

.btn-ico.gray {
  background-color: #f7f7f7;
}

.btn-with-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-bordered {
  border: 1px solid #f6f7f9;
}

.custom-dropdown {
  max-width: 200px;
  position: relative;
}

.custom-dropdown .dropdown-toggle {
  width: 100%;
}

.custom-dropdown .dropdown-menu {
  width: 100%;
  padding: 10px;
  top: -3px !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dropdown-item {
  padding: 14px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #717b96;
}

.overlay {
  position: fixed;
  opacity: 0;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 998;
}

.drp-content {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 300ms cubic-bezier(0.11, 0.02, 0, 1.24);
  transition: 300ms cubic-bezier(0.11, 0.02, 0, 1.24);
  z-index: 1001;
  background-color: white;
  min-width: 300px;
  max-width: 720px;
  border-radius: 16px;
  margin-top: 10px;
}

.drp-content .drp-btn {
  position: relative;
  z-index: 1000;
}

.drp-content.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.drop-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drop-icon svg {
  fill: #717b96;
}

.user-dropdown .drp-content {
  right: 0px;
}

.user-dropdown .drp-menu__header {
  padding: 1.3rem;
  border-bottom: 1px solid rgba(113, 123, 150, 0.1);
}

.user-dropdown .drp-menu__header .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #717b96;
  text-transform: uppercase;
}

.user-dropdown .drp-menu__body {
  padding: 1.3rem;
}

.user-dropdown .drp-menu__body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user-dropdown .drp-menu__footer {
  padding: 18px 0;
  border-top: 1px solid rgba(113, 123, 150, 0.1);
  background-color: rgba(113, 123, 150, 0.03);
}

.user-dropdown .drp-menu__footer .sign-up-link {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #cc333d;
  text-transform: uppercase;
}

.filter-dropdown .icon-btn--white:hover {
  background-color: white !important;
  color: #717b96;
}

.edu-dropdown .drp-content {
  -webkit-box-shadow: 0px 16px 24px rgba(48, 55, 74, 0.04), 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 16px 24px rgba(48, 55, 74, 0.04), 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
  min-width: 220px;
  left: -25px;
}

.edu-menu {
  padding: 10px;
}

.edu-menu ul {
  background-color: white;
  padding: 10px;
  border-radius: 16px;
}

.edu-menu li {
  position: relative;
  line-height: 1.2rem;
  border-radius: 16px;
  color: #717b96;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
}

.edu-menu li:hover {
  background-color: rgba(204, 51, 61, 0.08);
  color: #cc333d;
}

.edu-menu li:hover .drop-icon {
  background-color: white;
}

.edu-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 12.5rem;
}

.edu-menu li a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.edu-menu .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  position: absolute;
  top: 0;
  left: 16rem;
}

.edu-menu .sub-menu li:hover > .sub-menu {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .user-dropdown .drp-content {
    left: 10px;
    right: 10px;
  }
}

.tab-menu--primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  padding: 8px;
  border-radius: 20px;
}

.tab-menu--primary .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.tab-menu--primary .nav-item .nav-link {
  border-radius: 16px;
  color: #717b96;
  height: 50px;
  padding: 10px 1.2rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  width: 100%;
}

.tab-menu--primary .nav-item .nav-link.active {
  background-color: rgba(113, 123, 150, 0.1);
}

.tab-menu--secondary {
  background-color: transparent;
}

.tab-menu--secondary .nav-item .nav-link {
  color: #717b96;
  height: 50px;
  padding: 10px 1.6rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.tab-menu--secondary .nav-item .nav-link.active {
  background-color: white;
  border-radius: 16px;
  color: #cc333d;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-toggle::after {
  content: '';
  width: 35px;
  height: 35px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../icons/dropdown-toggle.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  border-radius: 12px;
}

.form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-input .password-visible {
  cursor: pointer;
  padding: 7px 15px;
  position: relative;
}

.form-input .password-visible svg {
  fill: rgba(113, 123, 150, 0.6);
}

.form-input input,
.form-input textarea {
  border: 1px solid rgba(113, 123, 150, 0.3);
  min-height: 50px;
  border-radius: 16px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  outline: none;
  resize: none;
}

.form-input input::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #717b96;
}

.form-input input:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder {
  color: #717b96;
}

.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #717b96;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #717b96;
}

.form-input__password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid rgba(113, 123, 150, 0.3);
  border-radius: 16px;
}

.form-input__password input {
  border: 1px solid transparent;
}

.form-label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.custom-input,
.custom-checkbox-bg-colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.custom-input .checkmark,
.custom-checkbox-bg-colored .checkmark {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid rgba(113, 123, 150, 0.3);
  border-radius: 6px;
  position: relative;
}

.custom-input .checkmark::after,
.custom-checkbox-bg-colored .checkmark::after {
  position: absolute;
  font-weight: bold;
  content: '\2713';
  display: block;
  left: 49%;
  top: 45%;
  -webkit-transform: translateY(-45%) translateX(-50%);
          transform: translateY(-45%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity cubic-bezier(0.74, 0.4, 0, 1.49) 0.6s;
  transition: opacity cubic-bezier(0.74, 0.4, 0, 1.49) 0.6s;
}

.custom-input input,
.custom-checkbox-bg-colored input {
  display: none;
}

.custom-input input:checked + .checkmark,
.custom-checkbox-bg-colored input:checked + .checkmark {
  background-color: #304e7a;
}

.custom-input input:checked + .checkmark::after,
.custom-checkbox-bg-colored input:checked + .checkmark::after {
  color: white;
  opacity: 1;
  visibility: visible;
}

.check-colored input:checked ~ .text {
  color: #4f3075;
  font-weight: 500;
}

.custom-checkbox-bg-colored {
  padding: 20px 15px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-checkbox-bg-colored .text {
  color: #717b96;
}

.custom-checkbox-bg-colored .text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  background-color: rgba(113, 123, 150, 0.06);
  border-radius: 16px;
}

.custom-checkbox-bg-colored input {
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox-bg-colored input:checked + .checkmark {
  background-color: #4f3075;
}

.custom-checkbox-bg-colored input:checked + .checkmark::after {
  color: white;
  opacity: 1;
  visibility: visible;
}

.custom-checkbox-bg-colored input:checked ~ .text {
  color: #4f3075;
}

.custom-checkbox-bg-colored input:checked ~ .text::before {
  background-color: rgba(79, 48, 117, 0.09);
}

.custom-radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.custom-radio-btn .text {
  font-weight: bold;
  color: #717b96;
  margin-left: 10px;
  font-size: 16px;
}

.custom-radio-btn .checkmark {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid rgba(113, 123, 150, 0.3);
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
  border-radius: 50%;
  position: relative;
}

.custom-radio-btn .checkmark::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: opacity cubic-bezier(0.74, 0.4, 0, 1.49) 0.2s;
  transition: opacity cubic-bezier(0.74, 0.4, 0, 1.49) 0.2s;
  background-color: #304e7a;
  opacity: 0;
  visibility: hidden;
}

.custom-radio-btn input {
  display: none;
}

.custom-radio-btn input:checked + .checkmark {
  border: 2px solid #304e7a;
}

.custom-radio-btn input:checked + .checkmark::before {
  visibility: visible;
  opacity: 1;
}

.custom-radio-btn input:checked ~ .text {
  color: #4f3075;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(113, 123, 150, 0.3);
  height: 50px;
  border-radius: 16px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  height: 35px;
  top: 8px;
  right: 10px;
  border-radius: 12px;
  background-color: rgba(113, 123, 150, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #717b96 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #717b96 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(113, 123, 150, 0.1);
  color: #3c4858;
  border-radius: 12px;
  font-size: 14px;
}

.select2-results__options {
  padding: 7px;
}

.select2-results__option {
  padding: 20px 10px;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.select2-dropdown {
  border: 1px solid rgba(113, 123, 150, 0.3);
}

.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 10px;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: rgba(113, 123, 150, 0.09);
  margin-bottom: 1px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(113, 123, 150, 0.7);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #3c4858;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.parsley-errors-list {
  color: #eb5757;
  font-size: 12px;
  font-weight: 500;
}

.parsley-errors-list li {
  padding: 5px 0;
}

.filterbox-dropdown {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.filterbox-dropdown .select2-results {
  background-color: rgba(113, 123, 150, 0.06);
}

.filterbox-dropdown .select2-dropdown {
  border: none !important;
}

.filterbox-results {
  font-size: 13px;
}

.filter-area {
  height: 75vh;
  overflow-y: auto;
  background-color: #e7eaf1;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 90;
}

.filter-area-title {
  background-color: #e7eaf1;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media (max-width: 992px) {
  .filter-area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8888;
    left: 0;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .filter-area.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filter-area-close {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .filter-area-btn,
  .filter-area-title,
  .filter-area-close {
    display: none;
  }
}

.breadcrumb-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.breadcrumb-nav .breadcrumb {
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.breadcrumb-nav .breadcrumb-item {
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(113, 123, 150, 0.8);
  padding-left: 0;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  background-image: url("../icons/chevronRightBreadcrumb.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion-header button {
  font-weight: 500;
  font-size: 14px;
}

.accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(113, 123, 150, 0.07);
}

.accordion-item,
.accordion-button {
  background-color: transparent;
  border-radius: 16px;
  border: none;
}

.accordion-button {
  color: #717b96;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.7rem 1rem;
}

.accordion-button::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: rgba(113, 123, 150, 0.06);
  background-image: url("../icons/plus.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 7px;
  border-radius: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #3c4858;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cc333d;
}

.accordion-button:not(.collapsed)::after {
  background-color: #cc333d;
  background-image: url("../icons/minus.svg");
}

.accordion-body {
  background-color: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-size: 14px;
  color: #717b96;
  padding: 0.7rem 1rem;
}

details > summary {
  list-style-type: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}

details[open] summary ~ * {
  -webkit-animation: sweep 0.5s ease-in-out;
          animation: sweep 0.5s ease-in-out;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::before {
  content: '+ ';
}

details > summary::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

details[open] > summary::before {
  content: '- ';
}

details[open] > summary {
  margin-bottom: 0.5rem;
}

.yds-pagination .page-link {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  margin-right: 8px;
  border: none;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #717b96;
}

.yds-pagination .page-item.active .page-link {
  background-color: #304e7a;
  color: white;
}

.yds-pagination .page-item.disabled .page-link {
  background-color: rgba(113, 123, 150, 0.1);
}

.yds-pagination .page-item:first-child .page-link::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.yds-pagination .page-item:last-child .page-link::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.custom-progress {
  height: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.book {
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.book-info {
  height: 80%;
  background-color: rgba(113, 123, 150, 0.05);
  width: 100%;
  border-radius: 16px;
  padding: 110px 20px 15px 20px;
  text-align: center;
}

.book-info__img {
  width: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.online-book {
  height: 120px;
  padding: 0 clamp(0.5rem, 2.5vw, 1.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.online-book__img {
  width: 90px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.online-book__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0 20px;
}

.online-book::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 16px;
  display: block;
  height: 80%;
}

.panel {
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 16px;
  background-color: white;
}

.panel__header {
  padding: 1.2rem 1.5rem;
  color: #3c4858;
  font-weight: 500;
  background-color: rgba(113, 123, 150, 0.03);
  border: 1px solid rgba(113, 123, 150, 0.1);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.panel__body {
  padding: 1.5rem 1rem;
  color: #717b96;
  border: 1px solid rgba(113, 123, 150, 0.05);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.custom-list {
  list-style-type: none;
}

.custom-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-list li:not(:last-child) {
  margin-bottom: 25px;
}

.custom-list li::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 30px;
  min-width: 30px;
  height: 20px;
  background-image: url("../icons/font-icon/info.svg");
  background-position: center top;
  background-repeat: no-repeat;
}

.read-more__section {
  display: none;
}

.read-more__btn {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  background-color: white;
  font-weight: 500;
  color: #717b96;
  border-radius: 16px;
}

.read-more__btn::after {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background-color: rgba(113, 123, 150, 0.1);
}

.read-more__btn::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 0;
  border-color: #717b96 transparent transparent transparent;
}

.read-more__btn.show::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.read-more__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.549457)), color-stop(39%, rgba(255, 255, 255, 0.672707)), color-stop(85%, rgba(255, 255, 255, 0.00884104)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.549457) 0%, rgba(255, 255, 255, 0.672707) 39%, rgba(255, 255, 255, 0.00884104) 85%);
}

@media (min-width: 768px) {
  .read-more__section {
    display: block;
  }
  .read-more__overlay,
  .read-more__btn {
    display: none;
  }
}

.modal-content {
  border: none;
  border-radius: 20px;
  padding: 1rem 1.8rem;
}

.modal-header, .modal-body, .modal-footer {
  padding-left: 0;
  padding-right: 0;
}

.modal-header {
  border-bottom: 1px solid #eee;
}

.modal-footer {
  border-top: 1px solid #eee;
}

.modal-close {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #cc333d;
  font-weight: 600;
}

#addressModal .modal-body {
  padding: 1rem;
}

#productSelectModal .modal-dialog {
  max-width: 600px;
}

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

.form-container .field-container:first-of-type {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: security;
}

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container {
  position: relative;
}

.form-container {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-grid-rows: 90px 90px 90px;
      grid-template-rows: 90px 90px 90px;
      grid-template-areas: 'name name' 'number number' 'expiration security';
  max-width: 400px;
  padding: 20px;
  color: #707070;
}

label {
  padding-bottom: 5px;
  font-size: 13px;
}

input {
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.ccicon {
  height: 38px;
  position: absolute;
  right: 6px;
  top: calc(50% - 17px);
  width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.credit-cart-container {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 54vw;
  padding: 20px;
}

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  border-radius: 22px;
}

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.creditcard .lightblue {
  fill: #03a9f4;
}

.creditcard .lightbluedark {
  fill: #0288d1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #4f3075;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #bdbdbd;
}

.creditcard .greydark {
  fill: #616161;
}

.creditcard .greydark {
  fill: #4f3075;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #ffffff;
}

#cardfront .st3 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #ffffff;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4c4c4c;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0f0f0f;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #f2f2f2;
}

#cardback .st4 {
  fill: #d8d2db;
}

#cardback .st5 {
  fill: #c4c4c4;
}

#cardback .st6 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #ffffff;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #eaeaea;
}

#cardback .st12 {
  font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
  font-size: 37.769px;
}

/* FLIP ANIMATION */
.credit-cart-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.code-control {
  -webkit-transition: none;
  transition: none;
  width: 50px;
  height: 50px;
  text-align: center;
  outline: none;
  border-radius: 8px;
  padding: 0.5rem;
}

.code-control:focus {
  color: #3f4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}

.code-control.code-control-solid {
  background-color: rgba(113, 123, 150, 0.1);
  border-color: #ededed;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.code-control.code-control-solid:active,
.code-control.code-control-solid.active,
.code-control.code-control-solid:focus,
.code-control.code-control-solid.focus {
  background-color: #ebedf3;
  border-color: #ebedf3;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
 border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

#wizardModal {
  -webkit-transition: -webkit-backdrop-filter 0.2s ease-in-out;
  transition: -webkit-backdrop-filter 0.2s ease-in-out;
  transition: backdrop-filter 0.2s ease-in-out;
  transition: backdrop-filter 0.2s ease-in-out, -webkit-backdrop-filter 0.2s ease-in-out;
  -webkit-backdrop-filter: blur(7px) brightness(0.5);
          backdrop-filter: blur(7px) brightness(0.5);
}

.wizard-section,
.wizard-form {
  display: none;
}

.wizard-navigation {
  display: none;
}

.wizard-section.current {
  display: inherit;
  -webkit-animation: slideLeft 0.3s ease-in-out;
          animation: slideLeft 0.3s ease-in-out;
}

#introduction {
  padding: 0;
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-tabs .nav-link {
  margin-right: 10px;
  background-color: rgba(113, 123, 150, 0.08);
  border-radius: 16px;
}

.introductionSwiper {
  padding: 1rem 0.5rem;
}

.swiper-overflow-container {
  overflow-x: hidden;
}

.swiper-overflow-container .container {
  overflow: visible;
}

.swiper-overflow-container .swiper-introduce {
  overflow: visible;
}

.swiper-giris-pagination {
  position: absolute;
  bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 99;
  padding: 0.75rem 0;
}

.swiper-giris-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin-right: 10px !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(33, 33, 34, 0.315);
          box-shadow: 0 0 0 0.15rem rgba(33, 33, 34, 0.315);
  background-color: #a8a8a8f0;
  opacity: 0.6;
}

.swiper-giris-pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.swiper-lsn-card {
  overflow: hidden;
}

.swiper-lsn-card .lesson-card__flip {
  left: 0;
  top: -100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ededed' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.swiper-lsn-card .lesson-card__body {
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.swiper-lsn-card:hover .lesson-card__flip {
  top: 0;
}

.swiper-lsn-card .lesson-card__meta .title {
  min-height: 45px;
}

.swiper-introduce .swiper-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-introduce .swiper-slide-active, .swiper-introduce .swiper-slide-next,
.swiper-introduce .swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: auto;
}

.bg-gray-swiper {
  background-color: #e8eaf3;
}

.mySwiper.swiper-container,
.subeEkDerslerSwiper.swiper-container {
  overflow: visible;
}

.mySwiper .swiper-slide,
.subeEkDerslerSwiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.mySwiper .swiper-slide-active,
.subeEkDerslerSwiper .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.mySwiper .swiper-slide-active + .swiper-slide,
.subeEkDerslerSwiper .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  overflow: visible;
}

.swiper-pagination__intro {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination__intro .swiper-pagination-bullet {
  background-color: #717b96;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.swiper-pagination__intro .swiper-pagination-bullet-active {
  background-color: #304e7a;
  width: 40px;
  border-radius: 7px;
}

.details-target-card {
  display: none;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.details-target-card.active {
  display: block;
  -webkit-animation: sweep 0.7s ease-in-out;
          animation: sweep 0.7s ease-in-out;
}

.home-group-details[open] > summary::before {
  content: '- ';
  background-color: #cc333d;
  color: white;
}

.branches-swiper .swiper-wrapper {
  padding: 10px 0;
}

.container-blog {
  max-width: 1200px !important;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  gap: 15px 15px;
}

.blog {
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  min-height: 20rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.blog__img {
  position: relative;
  height: 0;
  padding-top: 56%;
  border-radius: 10px;
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  min-width: 220px;
}

.blog__img .category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  border-radius: 7px;
}

.blog__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.blog__body {
  padding: 25px;
}

.blog__body .publish-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(113, 123, 150, 0.7);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog__body .title {
  color: #3c4858;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 36px;
}

.blog__body .description {
  font-size: 16px;
  line-height: 20px;
  color: #717b96;
  -webkit-line-clamp: 3;
}

.blog.span-row-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row: span 2;
}

.blog.span-row-2 .blog__img {
  margin-right: 0px;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

.blog:hover {
  -webkit-box-shadow: -3px 8.5px 22.5px -1px #ececec;
  box-shadow: -3px 8.5px 22.5px -1px #ececec;
}

.blog_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog_vertical .blog__img {
  margin-right: 0;
  height: 180px;
  min-width: unset;
  width: 100%;
}

.hero-swiper-next,
.hero-swiper-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white !important;
  padding: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.hero-swiper-next {
  right: 5%;
}

.hero-swiper-prev {
  left: 5%;
}

.subscribe-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-input-group input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.slider-sec__left {
  position: relative;
  z-index: 2;
}

.append-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

.append-buttons .slide-btn {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 10px;
  background-color: rgba(113, 123, 150, 0.1);
  color: #717b96;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.append-buttons .slide-btn:hover {
  background-color: white;
}

.plugin-card .feature-card {
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.plugin-card .feature-card:hover {
  background-color: white;
  -webkit-box-shadow: -3px 8.5px 22.5px -1px #ececec;
  box-shadow: -3px 8.5px 22.5px -1px #ececec;
}

.search-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-section__left {
  padding: 0.75rem;
}

.search-section__center {
  padding: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-section__right {
  padding: 0.75rem;
}

.search-section__right svg {
  fill: white;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 12px 0 0 12px;
  border-color: white;
}

.search-form button {
  border-radius: 0 12px 12px 0;
  padding: 0.75rem 1.2rem;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__img {
    margin-right: 0;
    min-width: unset;
    width: 100%;
  }
  .blog:not(:first-child) .blog__img {
    background-position-y: center;
  }
}

@media (min-width: 576px) {
  .swiper-introduce .swiper-slide {
    width: 400px !important;
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .subscribe-section {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .append-buttons {
    margin-bottom: 2rem;
  }
  .mySwiper .swiper-wrapper,
  .subeEkDerslerSwiper .swiper-wrapper {
    padding: 0.75rem 1rem;
  }
  .mySwiper .swiper-slide,
  .subeEkDerslerSwiper .swiper-slide {
    width: 375px !important;
  }
}

.about-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: (minmax(170px, 220px))[2];
      grid-template-rows: repeat(2, minmax(170px, 220px));
  gap: 1rem;
}

.about-images .about-image {
  height: 100%;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-images .about-image:first-child {
  grid-row: span 2;
}

.about-images .span-col-2 {
  grid-column: span 2;
}

.about-images .span-row-2 {
  grid-row: span 2;
}

.about-feature-card {
  padding-right: 3rem;
}

.about-feature-card__icon {
  width: 70px;
  height: 70px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 16px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #cc333d;
}

.about-feature-card__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #3c4858;
  margin-bottom: 25px;
  text-align: justify;
}

.about-feature-card__desc {
  color: #717b96;
  text-align: justify;
}

.about-vector {
  position: absolute;
  right: -10%;
  top: -21%;
  width: 420px;
}

@media (max-width: 768px) {
  .about-images {
    gap: 1rem 1rem;
    -ms-grid-rows: (minmax(130px, 136px))[2];
        grid-template-rows: repeat(2, minmax(130px, 136px));
  }
  .about-feature-card {
    padding: 10px;
  }
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-details__tag {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: bold;
}

.contact-details__description {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.accordion-contact .accordion-body {
  padding: 1.8rem 2rem;
}

.accordion-contact .accordion-button:not(.collapsed) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: #cc333d;
}

.video-card {
  width: 100%;
}

.video-card__cover {
  border-radius: 20px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 10px;
}

.video-card__cover > .cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 0.418);
  border-radius: 20px;
}

.video-card__cover::after {
  position: relative;
  content: '';
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../icons/play-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.4, 0, 1, 1) 0.07s;
  transition: all cubic-bezier(0.4, 0, 1, 1) 0.07s;
}

.video-card__cover:hover::after {
  width: 80px;
  height: 80px;
}

.video-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-card__body > .topic {
  font-size: 12px;
  color: rgba(113, 123, 150, 0.6);
  margin-bottom: 5px;
}

.video-card__body > .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.lesson-card {
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 24px;
  background-color: #f7f7f9;
  position: relative;
}

.lesson-card .scaled-img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.lesson-card__header {
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 12px;
  position: relative;
}

.lesson-card__header .lesson-card__img {
  position: relative;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.lesson-card__header .lesson-card__img .rozet {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 24px rgba(48, 55, 74, 0.06), 0px 2px 6px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 16px 24px rgba(48, 55, 74, 0.06), 0px 2px 6px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 16px;
}

.lesson-card__header .lesson-card__img .rozet__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: white;
  background-color: #fe9a38;
  border-radius: 7px;
}

.lesson-card__header .lesson-card__img .rozet__text {
  font-weight: bold;
  color: #3c4858;
  font-size: 12px;
  margin-left: 5px;
}

.lesson-card__header .lesson-card__img .ders-kodu {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.863);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  border-radius: 7px;
  z-index: 1;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lesson-card__header .lesson-card__meta {
  padding: 0 10px;
  margin-bottom: 10px;
}

.lesson-card__header .lesson-card__meta .title {
  font-size: 18px;
  color: #3c4858;
  margin-bottom: 5px;
  width: 85%;
  height: 45px;
}

.lesson-card__header .lesson-card__cover {
  padding-top: 0;
}

.lesson-card__header .lesson-card__cover .cover-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.lesson-card__body {
  padding: 0 20px;
  background: #ffffff;
}

.lesson-card__body .lesson-card__feature-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(113, 123, 150, 0.1);
}

.lesson-card__body .lesson-card__feature-row .span-2 {
  grid-column: span 2;
}

.lesson-card__desc {
  height: 30px;
}

.lesson-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 10px 20px;
  border-top: 1px solid rgba(113, 123, 150, 0.1);
  gap: 0 10px;
}

.lesson-card__footer {
  padding: 20px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top: 1px solid #eee;
}

.lesson-card__footer details p {
  line-height: 1.4;
  text-align: justify;
}

.lesson-card__flip {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms cubic-bezier(0.11, 0.02, 0, 1.24);
  transition: 350ms cubic-bezier(0.11, 0.02, 0, 1.24);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  z-index: 3;
}

.lesson-card__flip__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.lesson-card__flip__description {
  font-size: 0.9rem;
}

.lesson-card__flip__price {
  font-size: 1.4rem;
  font-weight: bold;
}

.lesson-card__flip__price .discount {
  color: #27ae60;
  padding: 7px;
  background-color: rgba(39, 174, 96, 0.08);
}

.lesson-card:hover .lesson-card__flip {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 0;
}

.feature-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  background-color: rgba(113, 123, 150, 0.06);
  color: rgba(113, 123, 150, 0.6);
  border-radius: 12px;
}

.product-review-card {
  -webkit-transition: all cubic-bezier(0.42, 0, 0.06, 0.96) 0.3s;
  transition: all cubic-bezier(0.42, 0, 0.06, 0.96) 0.3s;
}

@media (min-width: 1024px) {
  .product-review-card {
    position: relative;
    top: -60px;
  }
}

.product-details__title {
  font-size: 2rem;
  margin-top: 10px;
  margin: 30px 0 40px 0;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  font-weight: 500;
}

.product-info .price .old-price {
  text-decoration: line-through;
}

.product-info .price .new-price {
  font-size: 1.4rem;
  color: #3c4858;
}

.product-info .time {
  padding: 7px 14px 7px 7px;
  background-color: rgba(113, 123, 150, 0.06);
  border-radius: 16px;
}

.feature-icons--small .feature-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 14px;
}

.discount-rate {
  display: inline-block;
  padding: 12px;
  font-size: 10px;
  border-radius: 12px;
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
  text-transform: uppercase;
  width: 60px;
}

.group-details__box {
  padding: 1.4rem;
  background-color: rgba(113, 123, 150, 0.05);
  border-radius: 16px;
  margin-bottom: 3rem;
}

.group-details__box .hoca-ders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.group-details__box .hoca-ders .hoca,
.group-details__box .hoca-ders .ders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-gift {
  position: relative;
}

.group-gift__box {
  position: absolute;
  background-color: white;
  color: white;
  padding: 7px;
  border-radius: 16px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contains-tab-menu .tab-menu--secondary {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.contains-tab-menu .tab-menu--secondary .nav-item .nav-link.active {
  background-color: #f6f8fa;
  color: #cc333d;
}

.scroll-tabs .tab-menu--primary {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.tab-menu-details .nav-item .nav-link {
  color: rgba(113, 123, 150, 0.7);
}

.tab-menu-details .nav-item .nav-link.active {
  color: #304e7a;
  background-color: transparent;
  border-bottom: 1px solid #304e7a;
  border-radius: 0;
}

.group-sample-video .video-card__cover {
  height: 400px;
}

.contains-wrapper {
  padding: 1rem;
  padding-top: 1rem;
}

.event {
  border-radius: 1rem;
}

.event-wrapper::-webkit-scrollbar {
  width: 10px;
}

.event-wrapper::-webkit-scrollbar-track {
  background: rgba(113, 123, 150, 0.03);
}

.event-wrapper::-webkit-scrollbar-thumb {
  background: rgba(113, 123, 150, 0.09);
}

.event-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(113, 123, 150, 0.5);
}

.event-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.event-hour {
  font-weight: bold;
}

.event-hoca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.event-hoca__img {
  background-color: rgba(113, 123, 150, 0.05);
  border-radius: 50%;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.event-hoca__name {
  margin-left: 10px;
}

.half-colored::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

@media (min-width: 1024px) {
  .product-details__description {
    border-left: 3px solid rgba(113, 123, 150, 0.1);
    padding-left: 20px;
  }
  .contains-tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contains-wrapper {
    padding: 2rem 0 0 2rem;
  }
}

@media (max-width: 768px) {
  .group-details__box .hoca-ders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .group-details__box .hoca-ders .hoca {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(113, 123, 150, 0.08);
    padding-bottom: 10px;
  }
  .half-colored {
    border-radius: 16px;
  }
  .half-colored::before {
    height: 100%;
  }
  .lesson-card-shopping .lesson-card__body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .lesson-card-shopping .lesson-card__footer {
    display: none;
  }
}

.cart-section-title {
  font-size: 1.25rem;
  color: #3c4858;
  font-weight: 700;
}

.seperated-tab {
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem;
}

.seperated-tab li {
  text-align: center;
  width: 100%;
  position: relative;
}

.seperated-tab li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 110%;
  background-color: rgba(113, 123, 150, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-nav__link {
  font-weight: bold;
  text-transform: uppercase;
  color: #717b96;
  font-size: 13px;
  background-color: transparent;
}

.cart-nav__item {
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  color: #717b96;
  font-size: 13px;
}

.cart-nav__item::before {
  background-color: rgba(113, 123, 150, 0.1);
  content: '';
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 12px;
  margin-right: 10px;
}

.cart-nav__item::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
  border-radius: 50%;
  border: 2px solid rgba(113, 123, 150, 0.5);
}

.cart-nav__item.completed {
  color: #3c4858;
}

.cart-nav__item.completed::before {
  background-color: rgba(39, 174, 96, 0.1);
}

.cart-nav__item.completed::after {
  background-image: url("../icons/font-icon/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #27ae60;
  background-color: #27ae60;
}

.cart-nav__item.active {
  background-color: rgba(79, 48, 117, 0.1);
  color: #4f3075;
  border-radius: 16px;
}

.cart-nav__item.active::before {
  background-color: white;
}

.cart-nav__item.active::after {
  border: 2px solid #4f3075;
  background-color: #4f3075;
}

.product-thumb {
  border-radius: 12px;
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(79, 48, 117, 0.1);
}

.product-thumb img {
  width: 100%;
}

.product-thumb--cover {
  background-size: cover;
  background-position: center;
}

.cart-item {
  background-color: white;
  border-radius: 1rem;
  padding: clamp(1rem, 2vw, 1.3rem) clamp(1rem, 2vw, 1.3rem);
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  position: relative;
}

.cart-item__title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3c4858;
  width: 85%;
  margin-bottom: 10px;
}

.cart-item__date {
  font-size: 0.9rem;
  font-weight: 500;
}

.cart-item__contains {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-item__contains li {
  padding: clamp(0.5rem, 2vw, 0.8rem) clamp(0.5rem, 2vw, 1rem);
  background-color: rgba(113, 123, 150, 0.05);
  color: #717b96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12px;
  border-radius: 12px;
  min-width: 56px;
}

.cart-item__contains li:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}

.cart-item__contains li img {
  width: 20px;
  max-width: 20px;
  margin-right: 10px;
}

.cart-item__remove {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cart-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #717b96;
  font-weight: 500;
  padding: 5px 0;
}

.ico-price-details {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
}

.coupon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coupon-section input {
  border: none;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
}

.credit-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2rem;
}

.credit-card-grid .credit-card-review {
  grid-row: span 2;
}

.cart-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-summary-item__center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.cart-summary-item__right {
  font-weight: bold;
  background-color: white;
  padding: 1.1rem;
  border-radius: 12px;
}

.havale-card {
  position: relative;
}

.havale-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.havale-card__img {
  width: 120px;
}

.havale-card__radio {
  background-color: white;
  padding: 10px;
  border-radius: 12px;
}

.havale-card__radio .text {
  color: #717b96;
}

.havale-card__radio .text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  background-color: rgba(113, 123, 150, 0.06);
  border-radius: 16px;
}

.havale-card__radio input:checked ~ .text {
  color: #4f3075;
}

.havale-card__radio input:checked ~ .text::before {
  background-color: rgba(79, 48, 117, 0.09);
  z-index: 0;
  border: 1px solid #4f3075;
}

.havale-card__bottom {
  position: relative;
  z-index: 3;
}

.address-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 12px 12px;
}

.address-list .address-item {
  border-radius: 12px;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #717b96;
  font-size: 0.9rem;
  position: relative;
  word-break: break-all;
}

.address-list .address-title {
  font-weight: 700;
  color: #3c4858;
  margin-bottom: 7px;
}

.address-list .address-cta-btns {
  position: relative;
  z-index: 3;
}

.address-list .address-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  font-weight: 600;
  color: #3c4858;
  margin-right: 15px;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address-list .address-cta-btn svg {
  margin-right: 3px;
}

.address-list .address-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.invoice-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invoice-radios .invoice-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.invoice-radios .invoice-radio__lbl {
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 4px;
}

.invoice-radios .invoice-radio__lbl::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 16px;
}

.invoice-radios .invoice-radio__input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0 !important;
}

.tab-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-radios .tab-radio {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0.75rem;
}

.tab-radios .tab-radio input {
  display: none;
}

.tab-radios .tab-radio .text {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.tab-radios .tab-radio .text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 16px;
}

.tab-radios .tab-radio input:checked + .text::before {
  background-color: rgba(113, 123, 150, 0.1);
}

.form-navigation .pricing {
  display: none;
}

.create-adress-btn {
  min-width: 180px;
  min-height: 150px;
  color: #717b96;
  border-radius: 8px;
  background-color: rgba(113, 123, 150, 0.06);
}

.create-adress-btn i {
  font-size: 2rem;
  margin-bottom: 15px;
}

.payment-methods-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-methods-radios .payment-methods-radio {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
}

.payment-methods-radios .payment-methods-radio .text {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #717b96;
}

.payment-methods-radios .payment-methods-radio input {
  display: none;
}

.payment-methods-radios .payment-methods-radio input:checked + .checkfill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(113, 123, 150, 0.1);
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .cart-details__left {
    padding-right: 4rem;
  }
}

@media (max-width: 1024px) {
  .address-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .address-list .address-item {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .address-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cart-logo {
    width: 6rem;
  }
  .form-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-navigation .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-next-step {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px !important;
    background-color: white !important;
    z-index: 1020;
    -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
            box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
    border-radius: 20px 20px 0px 0px !important;
  }
  .credit-card-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem 1rem;
  }
  .credit-card-grid .credit-card-review {
    border-radius: 16px;
    min-height: 230px;
    grid-row: span 2;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .cart-summary-item__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .prod-details--fixed {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1050;
  }
  .prod-details--fixed.active {
    opacity: 1;
    visibility: visible;
    background-color: white;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    z-index: 9999 !important;
  }
}

@media (max-width: 1024px) {
  .cart-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-nav__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .prod-details--fixed {
    display: none;
  }
}

.policy-sec {
  line-height: 1.3rem;
}

.policy-sec h1,
.policy-sec h2,
.policy-sec h3,
.policy-sec h4,
.policy-sec h5,
.policy-sec h6 {
  color: #3c4858;
  font-weight: 500;
}

.policy-sec b,
.policy-sec strong {
  color: #3c4858;
  font-weight: 500;
}

.policy-sec p {
  color: #717b96;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.blog-details {
  margin-top: 10px;
}

.blog-details p {
  line-height: 1.5;
  color: #808080;
  margin-bottom: 1rem;
}

.blog-details_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-details_content .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  z-index: 10 !important;
}

.blog-details .cover-img {
  margin-bottom: 2rem;
}

.blog-details .cover-img img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}

.blog-grid__item {
  overflow: hidden;
  position: relative;
  color: white;
  height: 250px;
}

.blog-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 250px;
}

.blog-grid__item::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-grid__item > .text {
  position: absolute;
  bottom: 4%;
  z-index: 88;
  left: 4%;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.blog-grid__item:nth-child(1),
.blog-grid__item:nth-child(2), 
.blog-grid__item:nth-child(3), 
.blog-grid__item:nth-child(4), 
.blog-grid__item:nth-child(5), 
.blog-grid__item:nth-child(6) 
{
  grid-column: span 2;
  grid-row: span 2;
}

.blog-grid__item .date {
  font-weight: 500;
  font-size: 0.8rem;
  color: #ffffff7a;
}

.blog-grid__item:hover > .text {
  bottom: 10%;
}

.blog-grid__item:hover:before {
  -webkit-backdrop-filter: brightness(0.85);
          backdrop-filter: brightness(0.85);
}

@media (min-width: 1024px) {
  .blog-details_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-details_content .share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem 1rem 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 30px;
    margin-left: unset;
    margin-right: unset;
  }
  .blog-details .cover-img {
    margin-bottom: 4rem;
  }
  .blog-details .cover-img img {
    height: 40rem;
  }
  .blog-grid__item:nth-child(1),
  .blog-grid__item:nth-child(2), 
  .blog-grid__item:nth-child(3), 
  .blog-grid__item:nth-child(4), 
  .blog-grid__item:nth-child(5), 
  .blog-grid__item:nth-child(6) 
  {
    grid-column: span 2;
    height: 350px;
  }
  .blog-grid__item:nth-child(1) img, .blog-grid__item:nth-child(2) img {
    height: 350px;
  }
  .blog-grid__item:nth-child(1) > .text, .blog-grid__item:nth-child(2) > .text {
    font-weight: 700;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-grid__item {
    height: 170px;
  }
  .blog-grid__item img {
    height: 170px;
  }
}

.aspect-ratio-container {
  position: relative;
  height: 0;
  padding-top: 56%;
}

.aspect-ratio-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.sube-card {
  padding: 0.3rem;
  background-color: white;
  font-size: 0.9rem;
  border-radius: 14px;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.sube-card__img {
  position: relative;
  height: 0;
  padding-top: 56%;
}

.sube-card__img img {
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.sube-card__body {
  padding: 1rem 1rem 0 1rem;
}

.sube-card__header {
  padding: 1rem;
}

.sube-card__title {
  min-height: 48px;
}

.sube-card__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sube-card__link i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sube-card__link:hover {
  color: #cc333d !important;
}

.sube-card__link:hover i {
  background-color: #cc333d !important;
}

.subscribe-form {
  position: relative;
  width: 100%;
}

.subscribe-form__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.123);
  border: none;
  padding-right: 110px;
  outline: none;
  color: white;
}

.subscribe-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.747);
}

.subscribe-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.747);
}

.subscribe-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.747);
}

.subscribe-form__input::placeholder {
  color: rgba(255, 255, 255, 0.747);
}

.subscribe-form__btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #cc333d;
  color: white;
  padding: 0.4rem 0.7rem;
}

.subscribe-form__btn:hover {
  color: white;
}

.sube-detay-card {
  padding: 0.5rem;
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.sube-detay-card__body {
  padding: 0.65rem;
}

.sube-detay-card__body .row {
  font-family: calibri, sans-serif;
  font-size: 1.05rem;
}

.sube-detay-card_title {
  font-weight: 600;
  min-height: 35px;
}

.image-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (minmax(170px, 220px))[2];
      grid-template-rows: repeat(2, minmax(170px, 220px));
  gap: 1rem;
}

.image-grid__item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.image-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-grid__item .grid-info {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: rgba(0, 0, 0, 0.308);
  -webkit-backdrop-filter: brightness(0.5) blur(2px);
          backdrop-filter: brightness(0.5) blur(2px);
  padding: 0.75rem;
  border-radius: 7px;
}

.image-grid__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  display: none;
}

.image-grid .span-col-2 {
  grid-column: span 2;
}

.image-grid .span-row-2 {
  grid-row: span 2;
}

.comment-box {
  padding: 2.2rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 12px;
  min-height: 420px;
  background-color: white;
}

.comment-box__desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subSubelerSwiper .swiper-btn {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.subSubelerSwiper .swiper-button-disabled {
  opacity: 0.5;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.contact-map {
  min-height: 300px;
  height: 100% !important;
}

.ik-img {
  -webkit-transform: translateY(42px);
          transform: translateY(42px);
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .sube-bg {
    background-position: bottom 0 right 20%;
    background-image: url("../img/sube-bg.svg");
    background-repeat: no-repeat;
  }
  .contact-form-section {
    position: absolute;
    left: -30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1.2rem 2rem;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .contact-map {
    height: 650px !important;
  }
}

.section-title {
  font-size: 1.6rem;
  font-weight: 500;
}

.page-info {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-info__title {
  font-size: 32px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.page-info__description {
  font-size: 16px;
  line-height: 30px;
}

.fit-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fit-centered-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.line-clamp, .blog__body .description, .lesson-card__header .lesson-card__meta .title, .lesson-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shadow-sm {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.main-shadow {
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
}

.box-shadow--inset {
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.main-box {
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  background-color: white;
  font-size: 13px;
}

.icon-box {
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 10px 20px rgba(48, 55, 74, 0.04), 0px 2px 6px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 10px 20px rgba(48, 55, 74, 0.04), 0px 2px 6px rgba(48, 55, 74, 0.04), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 12px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  color: #717b96;
}

.icon-box.big {
  max-width: 60px;
  min-width: 60px;
  height: 60px;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.border-top {
  border-top: 1px solid rgba(113, 123, 150, 0.09) !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.small-icon__centered {
  width: 35px;
  height: 35px;
  color: #717b96;
  background-color: rgba(113, 123, 150, 0.1);
  border-radius: 12px;
  cursor: pointer;
}

.separator {
  height: 5px;
  background-color: #cc333d;
  position: relative;
}

.separator::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url("../icons/akin-sembol.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #cc333d;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.or-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  font-size: 0.8rem;
  color: #717b96;
}

.or-separator::after, .or-separator::before {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(113, 123, 150, 0.5);
  margin: 0 10px;
}

.icon-chevron-down.right {
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon-chevron-down.left {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.content-card {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
          box-shadow: 0px 4px 8px rgba(48, 55, 74, 0.04), 0px 0px 2px rgba(48, 55, 74, 0.06), 0px 0px 1px rgba(48, 55, 74, 0.04);
  border-radius: 12px;
}

.content-card__header {
  padding: 2rem 1.8rem 1rem 1.8rem;
  font-size: 14px;
}

.content-card__body {
  padding: 1rem 1.5rem;
  padding: clamp(0.9rem, 2vw, 1.3rem) clamp(0.9rem, 2vw, 1.3rem);
}

.content-card__footer {
  color: #717b96;
  font-size: 14px;
  padding: 1.8rem;
  background-color: rgba(113, 123, 150, 0.03);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.content-card_filter {
  -webkit-box-shadow: rgba(50, 50, 93, 0.178) 0px 13px 27px -5px, rgba(0, 0, 0, 0.171) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.178) 0px 13px 27px -5px, rgba(0, 0, 0, 0.171) 0px 8px 16px -8px;
}

.info-box {
  padding: 1rem;
  background-color: #f8f9fa;
}

.info-box_title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #01adcf;
}

.centered-card {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.list-detail-card {
  font-size: 12px;
  margin-bottom: 30px;
}

.badge {
  padding: 7px;
  font-weight: 500;
  border-radius: 6px;
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.badge-purple {
  color: #4f3075;
  background-color: rgba(79, 48, 117, 0.1);
}

.alert {
  border-radius: 1rem;
}

.alert-info {
  background-color: rgba(65, 100, 166, 0.1);
  border: none;
  color: #4164a6;
}

.alert-purple {
  background-color: rgba(79, 48, 117, 0.1);
  color: #4f3075;
}

.alert-white {
  background-color: white;
  color: #3c4858;
}

.bg-red {
  background-color: #cc333d !important;
}

.bg-red-muted {
  background-color: rgba(204, 51, 61, 0.06);
}

.bg-purple {
  background-color: #4f3075 !important;
}

.bg-navy {
  background-color: #393e55;
}

.hover-reset:hover {
  background-color: inherit;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-blue-light {
  background-color: #EDF0F5;
}

.rounded-full {
  border-radius: 50%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
  padding: 3px 3px 0 3px;
  background-color: #eee;
  border-radius: 10px;
}

.bg-img--lesson {
  background-position-y: top;
}

.forgot-password-link {
  color: rgba(113, 123, 150, 0.7);
  font-weight: 500;
  font-size: 12px;
}

.min-60vh {
  min-height: 60vh;
}

.overlay {
  position: fixed;
  opacity: 0;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 99;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.prg-1 {
  line-height: 1.62;
  margin-bottom: 30px;
}

.prg-2 {
  font-size: 1.125rem;
  line-height: 1.875;
}

.prg-3 {
  font-size: 0.87;
  line-height: 1.312;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-50 {
  border-radius: 50%;
}

.sticky-top-custom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 90;
}

.bg-purple {
  background-color: #4f3075;
}

.bg-purple-light, .online-book::before, .half-colored::before {
  background-color: rgba(79, 48, 117, 0.08);
}

.bg-primary {
  background-color: #304e7a !important;
}

.bg-light, .seperated-tab, .address-list .address-item {
  background-color: rgba(113, 123, 150, 0.05) !important;
}

.bg-gray-soft {
  background-color: #717b96;
}

.bg-red-light, .half-colored--red::before {
  background-color: rgba(204, 51, 61, 0.03);
}

.text-line-through {
  text-decoration: line-through;
}

.text-primary {
  color: #304e7a !important;
}

.text-muted {
  color: rgba(113, 123, 150, 0.7) !important;
}

.text-underline {
  text-decoration: underline;
}

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

.text-purple {
  color: #4f3075 !important;
}

.text-link {
  color: #fe9a38 !important;
}

.text-info {
  color: #01adcf !important;
}

.text-gray-dark {
  color: #3c4858;
}

.text-gray-soft {
  color: #717b96;
}

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

.fs-1 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px !important;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2, .lesson-card__header .lesson-card__meta .title, .lesson-card__desc {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.m-5 {
  margin: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-10 {
  margin: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-15 {
  margin: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-20 {
  margin: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-25 {
  margin: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-30 {
  margin: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-35 {
  margin: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-40 {
  margin: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-45 {
  margin: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-50 {
  margin: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-55 {
  margin: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-60 {
  margin: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.small-muted-text, .lesson-card__header .lesson-card__meta .hoca, .product-info .price .old-price {
  color: rgba(113, 123, 150, 0.9) !important;
  font-size: 13px;
}

.avatar-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e8e5eb;
}

.small-bold-text {
  color: #3c4858;
  font-size: 13px;
  font-weight: bold;
}

.flex-centered, .about-feature-card__icon, .feature-icon, .small-icon__centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-0 {
  margin: 0 !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mr-25 {
  margin-right: 25%;
}

.mr-50 {
  margin-right: 50%;
}

ol.nested-list ol {
  counter-reset: item;
}

ol.nested-list li {
  display: block;
  line-height: 1.62;
  margin-bottom: 30px;
  text-align: justify;
}

ol.nested-list li:before {
  content: counters(item, ".") ") ";
  counter-increment: item;
  color: #3c4858;
  font-weight: 500;
}

ul.latin-style {
  list-style-type: lower-latin;
}

.dot-list {
  list-style-type: none;
}

.dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #717b96;
}

.dot-list li:not(:last-child) {
  margin-bottom: 1rem;
}

.dot-list li::before {
  content: '';
  width: 7px;
  min-width: 7px;
  height: 7px;
  background-color: #717b96;
  border-radius: 2px;
  margin-right: 10px;
  line-height: 21px;
  margin-top: 3px;
}

.dot-list--red li::before {
  background-color: #cc333d;
}

.stick {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 10px !important;
}

.p-5 {
  padding: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.section-padding-1 {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}

.section-padding-2 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}

.section-padding-3 {
  padding-top: 2.55rem !important;
  padding-bottom: 2.55rem !important;
}

.section-padding-4 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}

.section-padding-5 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.section-padding-6 {
  padding-top: 5.1rem !important;
  padding-bottom: 5.1rem !important;
}

.section-padding-7 {
  padding-top: 5.95rem !important;
  padding-bottom: 5.95rem !important;
}

.section-padding-8 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

.section-padding-9 {
  padding-top: 7.65rem !important;
  padding-bottom: 7.65rem !important;
}

.section-padding-10 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

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

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

@media (max-width: 768px) {
  .section-padding-1 {
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
  }
  .section-padding-2 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .section-padding-3 {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .section-padding-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .section-padding-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .section-padding-6 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }
  .section-padding-7 {
    padding-top: 3.15rem !important;
    padding-bottom: 3.15rem !important;
  }
  .section-padding-8 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .section-padding-9 {
    padding-top: 4.05rem !important;
    padding-bottom: 4.05rem !important;
  }
  .section-padding-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (max-width: 1024px) {
  .hide-span {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-info {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .w-mobile-25 {
    width: 25% !important;
  }
  .w-mobile-50 {
    width: 50% !important;
  }
  .w-mobile-75 {
    width: 75% !important;
  }
  .w-mobile-100 {
    width: 100% !important;
  }
  .hide-less-lg {
    display: none !important;
  }
  .text-center-less-lg {
    text-align: center;
  }
  .lesson-indicator {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .w-desktop-25 {
    width: 25% !important;
  }
  .w-desktop-50 {
    width: 50% !important;
  }
  .w-desktop-75 {
    width: 75% !important;
  }
  .w-desktop-100 {
    width: 100% !important;
  }
  .bordered-bottom {
    border-bottom: 1px solid #eee;
  }
}

@media (max-width: 1200px) {
  .hide-less-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .w-desktop-5 {
    width: 5% !important;
  }
  .w-desktop-10 {
    width: 10% !important;
  }
  .w-desktop-15 {
    width: 15% !important;
  }
  .w-desktop-20 {
    width: 20% !important;
  }
  .w-desktop-25 {
    width: 25% !important;
  }
  .w-desktop-30 {
    width: 30% !important;
  }
  .w-desktop-35 {
    width: 35% !important;
  }
  .w-desktop-40 {
    width: 40% !important;
  }
  .w-desktop-45 {
    width: 45% !important;
  }
  .w-desktop-50 {
    width: 50% !important;
  }
  .w-desktop-55 {
    width: 55% !important;
  }
  .w-desktop-60 {
    width: 60% !important;
  }
  .w-desktop-65 {
    width: 65% !important;
  }
  .w-desktop-70 {
    width: 70% !important;
  }
  .w-desktop-75 {
    width: 75% !important;
  }
  .w-desktop-80 {
    width: 80% !important;
  }
  .w-desktop-85 {
    width: 85% !important;
  }
  .w-desktop-90 {
    width: 90% !important;
  }
  .w-desktop-95 {
    width: 95% !important;
  }
  .w-desktop-100 {
    width: 100% !important;
  }
  .hide-more-lg {
    display: none !important;
  }
}

.swiper-slide {
  outline: none;
}

.credit-card-img {
  width: 100%;
  max-width: 7rem;
}

.taksit-list li {
  padding: 15px 10px;
  font-size: 14px;
}

.taksit-list li:not(:last-child) {
  border-bottom: 1px solid rgba(113, 123, 150, 0.08);
}

.order-message {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 5rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-message__success {
  -webkit-box-shadow: 0 0 0 0.6rem rgba(9, 255, 0, 0.199);
          box-shadow: 0 0 0 0.6rem rgba(9, 255, 0, 0.199);
  background-color: #27ae60;
}

.order-message__danger {
  -webkit-box-shadow: 0 0 0 0.6rem rgba(235, 87, 87, 0.199);
          box-shadow: 0 0 0 0.6rem rgba(235, 87, 87, 0.199);
  background-color: #eb5757;
}

.clipboardBtn {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.clipboardBtn:focus {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.scroll-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.scroll-tabs::-webkit-scrollbar {
  display: none;
}

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ico-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
}

.ico-with-text i {
  font-size: 14px;
}

.work-room-btn {
  z-index: 1;
}

.user-thumb-img {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-color: transparent;
  width: 35px;
  height: 35px;
  border-radius: 16px;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(113, 123, 150, 0.3);
  color: rgba(113, 123, 150, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #304e7a), color-stop(0%, transparent));
  background: linear-gradient(to right, #304e7a 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: right -3px bottom;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.slider-arrow:hover {
  background-color: #304e7a;
  background-position: left 5px bottom;
  color: white;
  border: 1px solid white;
}

[data-fancybox]:focus, [data-fancybox]:focus-visible, [data-fancybox]:active {
  outline: none;
}

.push-top:hover, .blog:hover, .plugin-card .feature-card:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media (max-width: 768px) {
  .calendar .event-container {
    padding: 3rem 1rem;
  }
  .list-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slider-arrow {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */