:root{
    --primary: #13316B;
    --secondary: #48D6D2;
    --orange: #F9880F;
    --purple: #5B58DD;
    --red: #F04D4D;
    --blue: #1669E5;
    --white: #ffffff;
    --gray: #E2E4ED;

    --light-primary: #13316B;
    --light-secondary: #48d6d229;
    --light-orange: #f9880f36;
    --light-purple: #DCE3F1;
    --light-red: #f04d4d2b;
    --light-blue: #1669e533;

    --text-primary: #13316B;
    --text-secondary: #48D6D2;
    --text-blue: #13316B;
    --text-light: #A5B2D1;
    --text-light2: #596582;
    --text-light3: #93A0BF;

    --bg-light-green: #48d6d226;
    --bg-light-blue: #DEEDFF;
    --bg-light-purple: #EAECFF;

    /* heading */
    --fs-heading-h1: 70px;
    --fs-heading-h2: 60px;
    --fs-heading-h3: 55px;
    --fs-heading-h4: 24px;
    --fs-heading-h5: 22px;
    --fs-heading-h6: 20px;

    /* inner heading */
    --fs-inner-heading-h1: 40px;
    --fs-inner-heading-h2: 30px;
    --fs-inner-heading-h3: 24px;
    --fs-inner-heading-h4: 20px;
    --fs-inner-heading-h4: 18px;
    --fs-inner-heading-h6: 16px;

    /* text */
    --fs-text: 16px;
    --fs-text-t1: 20px;
    --fs-text-t2: 18px;
    --fs-text-t3: 15px;
    --fs-text-t4: 12px;

    /* fonts */
    --font-primary: 'Lexend', sans-serif;
    --font-secondary: 'Inter', sans-serif;

}
/* font-family: 'Inter', sans-serif;
font-family: 'Lexend', sans-serif; */
body{
    font-family: 'Lexend', sans-serif;
}
html, body {
    overflow-x: hidden;
}

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

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Thin.woff2') format('woff2'),
        url('../fonts/Canela-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Black.woff2') format('woff2'),
        url('../fonts/Canela-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Regular.woff2') format('woff2'),
        url('../fonts/Canela-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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


button:focus:not(:focus-visible) {
    box-shadow: 0 0 0 0;
}
.pricing h1{
    font-family: 'Canela';
}

.content h2{
    font-family: 'Canela';
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.relative {
    position: relative;
}
select[name="language"] {
    padding-left: 32px !important;
}

.flags {
    position: absolute;
    top: 6px;
    left: 10px;
}

h1{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h1);
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0;
    text-align: left;
}
h2{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h2);
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
}
h3{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h3);
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
}
h4{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h4);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
}
h5{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h5);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}
h6{
    font-family: var(--font-primary);
    font-size: var(--fs-heading-h6);
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}

.heading-h1{
    font-size: var(--fs-heading-h1);
}
.heading-h2{
    font-size: var(--fs-heading-h2);
}
.heading-h3{
    font-size: var(--fs-heading-h3);
}
.heading-h4{
    font-size: var(--fs-heading-h4);
}
.heading-h5{
    font-size: var(--fs-heading-h5);
}
.heading-h6{
    font-size: var(--fs-heading-h6);
}


p{
    font-family: var(--font-primary);
    font-size: var(--fs-text);
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
}

.btn{
    font-family: var(--font-primary);
    font-size: var(--fs-text);
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.06em;
    text-align: center;
    width: auto;
    height: 50px;
    border-radius: 90px;
    text-transform: uppercase;
}

.btn-primary{
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}
.btn-primary:hover{
    background-color: var(--white);
    border-color: var(--white);
    color: var(--secondary);
}
.btn-secondary{
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-white{
    background-color: var(--white);
    border-color: var(--white);
}
.btn-gray{
    background-color: var(--gray);
    border-color: var(--gray);
    color: #13316B;
}

.btn.btn-signWithGoogle {
    width: 270px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 39px;
    font-size: 18px;
    font-family: 'Inter';
    text-transform: none;
    box-shadow: 0 0 0 0;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    letter-spacing: 0px;
}

.btn.btn-signWithGoogle:hover {
    box-shadow: 0px 2px 10px 0px #ccc;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.btn.btn-signWithGoogle span {
    margin-right: 5px;
}

.btn.btn-signWithApple {
    width: 270px;
    height: 55px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    font-family: 'lexend';
    text-transform: none;
    box-shadow: 0 0 0 0;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn.btn-signWithApple:hover {
    box-shadow: 0px 2px 10px 0px #d1b8b8;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.btn.btn-signWithApple span {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.border-color-primary{
    border-color: var(--primary);
}
.border-color-secondary{
    border-color: var(--secondary);
}
.border-color-purple{
    border-color: var(--light-purple);
}

.bg-primary{
    background-color: var(--primary);
}
.bg-secondary{
    background-color: var(--secondary);
    box-shadow: 0 12px 20px 0 #48D6D233;

}

.bg-primary-light{
    background-color: var(--light-primary);
}
.bg-secondary-light{
    background-color: var(--light-secondary);
}
.bg-orange-light{
    background-color: var(--light-orange);
}
.bg-blue-light{
    background-color: var(--light-blue);
}
.bg-purple-light{
    background-color: var(--light-purple);
}
.bg-red-light{
    background-color: var(--light-red);
}

.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}
.text-orange{
    color: var(--orange);
}
.text-gray{
    color: var(--text-light2);
}
.text-purple{
    color: var(--purple);
}
.text-red{
    color: var(--red);
}
.text-blue{
    color: var(--blue);
}
.text-white{
    color: var(--white);
}

.bg-lightgreen{
    background-color: var(--bg-light-green);
}
.bg-lightblue{
    background-color: var(--bg-light-blue);
}
.bg-lightpurple{
    background-color: var(--bg-light-purple);
}

.t1{
    font-size: var(--fs-text-t1);
}
.t2{
    font-size: var(--fs-text-t2);
}
.t3{
    font-size: var(--fs-text-t3);
}
.t4{
    font-size: var(--fs-text-t4);
}


section.crumb {
    background-color: #F4F7FE;
}

section.crumb ol.breadcrumb {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #DCE3F1;
}

section.crumb ol.breadcrumb li.breadcrumb-item.active {
    color: var(--primary);
    line-height: 2;
}

section.crumb ol.breadcrumb li.breadcrumb-item a {
    color: #A7AFC0;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
}

section.crumb ol.breadcrumb li.breadcrumb-item.active a {}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

section.crumb ol.breadcrumb li.breadcrumb-item:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #A7AFC0;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #A7AFC0;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    right: -5px;
}

section.crumb ol.breadcrumb li.breadcrumb-item {
    position: relative;
    padding: 0 20px;
}

section.crumb ol.breadcrumb li.breadcrumb-item:first-child {
    padding-left: 0;
}

section.crumb ol.breadcrumb li.breadcrumb-item:last-child:after {
    width: 0;
    border: 0;
}

/* form elements Start */
.theme-select {
    width: 100%;
}
.theme-select select {
    height: 50px;
    border: 1px solid #DCE3F1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--text-light2);
    background-image: url(../images/arrow-down.png);
    background-size: 18px;
    padding: 0 20px;
    background-position-x: 96%;
}
.theme-control {
    height: 50px;
    border: 1px solid #DCE3F1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--text-light2);
    padding: 0 20px;
}
.btn-theme {
    height: 50px;
    border: 1px solid #DCE3F1;
    background-color: #D4D9EB;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--text-light2);
    padding: 0 20px;
}
.btn-theme:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.form-control:focus {
    box-shadow: 0 0 0 0;
    border-color: var(--primary);
    outline: 0;
    color: var(--text-light2);
}

.modal-content {
    background-color: #48d6d280;
    backdrop-filter: saturate(190%) blur(20px);
}
/* form elements End */

/* header */
nav.navbar {
    position: fixed;
    z-index: 1030;
    width: 100%;
    height:120px;
}

nav.navbar .container-fluid {
    padding: 0 2.5rem;
}

nav.navbar .vr {
    background: #ccc;
    margin: 20px 35px;
}

nav.navbar ul.navbar-nav {}

nav.navbar ul.navbar-nav li.nav-item {}

nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    color: var(--white);
    line-height: 22.5px;
    margin: 0 15px;
}

nav.navbar a.navbar-brand {
    position: relative;
    top: 0;
}

a.navbar-brand svg {
    width: 120px;
}

nav.navbar:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #08152ec4 ; */
    z-index: -1;
    opacity: 1;
    /* backdrop-filter: saturate(190%) blur(20px); */
    /* -webkit-backdrop-filter: saturate(190%) blur(20px); */
    /*backdrop-filter: saturate(0%) blur(0);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 1rem, rgba(0, 0, 0, 0) 7rem);
}

nav.navbar .btnAccounts {}

nav.navbar .btnAccounts a.link-signin {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 30px;
}

nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu {
    padding: 0;
    background: transparent;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px 1px #00000040;
}

.navbar-collapse form {
    margin: 0 10px;
}
.navbar-collapse form select {
    width: calc(100% + 15px);
}

/* if you need open on hover*/
nav.navbar ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}


nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li {}

nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
    background: var(--primary);
    color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #34486d !important;
}

/* Spacer */
.spacer {
    height: 110px;
}

/* Theme section */
section.theme-section {
    background: #F4F7FE;
    padding: 100px 0;
}

section.theme-section .content {}

section.theme-section .content h2 {
    text-align: left;
    color: var(--primary);
    font-weight: 300;
    margin-bottom: 40px;
}

section.theme-section .content h2 span {
    color: var(--secondary);
    font-weight: 600;
}

section.theme-section .content h3 {
    font-family: Lexend;
    font-size: var(--fs-inner-heading-h2);
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: var(--primary);
}

section.theme-section .content h4 {
    font-size: var(--fs-inner-heading-h2);
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: var(--primary);
    margin-bottom: 15px;
}

section.theme-section .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #596582;
    margin-bottom: 40px;
}

section.theme-section hr {
    background: #DCE3F1;
    border: 1px solid #DCE3F1;
}

/* Theme Filters */
.filterForm {

}
.filterForm button.btn {
    border-radius: 10px !important;
    border: 1px solid #DCE3F1;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #596582;
}
.filterForm button.btn.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.filterForm button.btn.btn-theme:hover {
    color: var(--white);
}

/* Theme Table */
table.table-theme {}
table.table.table-theme {
    color: #eaeff7 !important;
}

table.table-theme .form-check {}

table.table-theme .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #DCE3F1;
    box-shadow: 0 0 0 0;
}

table.table-theme tr {
    border-bottom: 1px solid #DCE3F1;
}

table.table-theme tr th {
    padding: 30px 0;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: var(--primary);
}

table.table-theme tr td {
    padding: 30px 0;
    vertical-align: middle;
}

table.table-theme tr th span.delete {
    color: var(--red);
}

table.table-theme tr th span.delete span.ico {
    position: relative;
    top: -2px;
}

table.table-theme .form-check .form-check-input:checked[type=checkbox] {
    background-color: var(--text-light2);
    border-color: var(--text-light2);
}

table.table-theme figure.courseImg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0;
}

table.table-theme figure.courseImg img {
    object-fit: fill;
    object-position: center;
}

table.table-theme h4 {
    font-family: Lexend;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: var(--text-light2) !important;
    margin: 0 !important;
}

table.table-theme h4.courseTitle {
    font-family: Lexend;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 22.5px !important;
    color: var(--primary) !important;
}
table.table-theme button.btn-primary:is(:active, :focus) {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 0 0 0;
}


/* hero */
section.hero {
    /* background: #48D6D2; */
    background: #13316B;
    height: 978px;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

section.hero .blue-bg {
    /* background: #13316B; */
    height: 100%;
    width: 100%;
    /* transform: skew(25deg); */
    position: absolute;
    /* left: -30%; */
    left: 0;
    overflow: hidden;
}


section.hero .blue-bg:after {
    content: "";
    background: url(../images/dotted.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: skew(-25deg); */
}
section.hero .blue-bg:before {
    content: "";
    background-image: url(../images/hero-water-mark.png);
    position: absolute;
    right: 0;
    top: -100px;
    width: 100%;
    height: 122%;
    background-repeat: no-repeat;
    background-position: right;
}

section.hero .container {
    position: relative;
    z-index: 71;
    height: 100%;
    display: flex;
    align-items: center;
}
section.hero .leftBox{
    position: relative;
}
section.hero .leftBox:before {
    content: "";
    position: absolute;
    top: -41px;
    left: -82px;
    background: url(../images/right-dot.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: -1;
}
section.hero .leftBox .pointer {
    position: absolute;
    right: -110px;
    top: 85px;
}
section.hero .leftBox h1 {
    color: var(--text-secondary);
    font-weight: 800;
    margin-bottom: 25px;
}

section.hero .leftBox h1 span {
    color: #fff;
    font-weight: 300;
}

section.hero .leftBox p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #C9D1E4;
    width: 80%;
    display: block;
    margin-bottom: 30px;
}

section.hero .leftBox .btn.btn-white:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    box-shadow: 0 1px 10px 0 var(--secondary);
}

section.hero .rightBox {
    height: 100%;
    position: relative;
}
section.hero .rightBox .afterMobile{
    display: none;
}

section.hero .rightBox .mentors {
    position: absolute;
    bottom: 130px;
    z-index: 1;
    left: -120px;
}

section.hero .rightBox .students {
    position: absolute;
    right: -120px;
    top: 360px;
}

section.hero .rightBox figure {
    margin: 0;
    position: absolute;
    bottom: 0;
}

section.hero .rightBox figure:before {
    content: "";
    position: absolute;
    top: 210px;
    left: 180px;
    background: url(../images/right-dot-center.png);
    width: 270px;
    height: 270px;
    background-size: cover;
    z-index: -1;
}

section.hero .rightBox figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -42px;
    background: url(../images/left-dot.png);
    width: 270px;
    height: 270px;
    background-size: cover;
    z-index: -1;
}

/* become hero section */
section.hero.become-hero {
    background: #0C1525;
    height: auto;
    position: relative;
    overflow-x: auto;
    padding: 160px 0 0;
    background-image: url(../images/hero-pattern-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-blend-mode: overlay;
    overflow-x: hidden;
}
section.hero.become-hero .container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.become-hero h2 span {
    color: transparent;
    background-image: linear-gradient(100deg, #2E7FE9 0%, #50D6D1 100%);
    background-clip: text;
    padding: 0 20px;
}

.become-hero .content h2 {
    font-family: Lexend;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding-bottom: 20px;
}

.become-hero .content p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding-bottom: 30px;
    max-width: 737px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.become-hero a.btn.btn-meet {
    box-shadow: 0 4px 7.6px 0 #1F40AF4D;
    background: #fff;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 3.4;
    color: #153369;
    text-transform: none;
    padding: 0 30px;
    text-align: center;
    line-height: 35px !important;
    height: 38px;
    width: 223px;
    margin: 0 auto;
}
.become-hero figure:after {
    /* box-shadow: 0 0 40px 20px #2E85E9; */
    content: "";
    position: absolute;
    left: -100px;
    top: -110px;
    width: 440px;
    height: 420px;
    background-image: url("../images/hero-img-shadow.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.become-hero figure {
    position: relative;
    display: inline-block;
}

.become-hero figure img {
    z-index: 2;
    position: relative;
}

figure.hero-bottom-left-img {
    position: relative;
    top: -50px;
}

figure.hero-bottom-left-img:after {
    left: -140px;
    top: -140px;
}

figure.hero-bottom-right-img {
    position: relative;
    top: -50px;
}

figure.hero-bottom-right-img img {
    position: relative;
    top: -30px;
    right: -20px;
}

/* crypto course coming soon */
section.course-crypto {
    background-image: url(../images/crypto-course-bg.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 214px;
    padding-bottom: 190px;
}

section.course-crypto .container {
    justify-content: center;
    height: auto;
}

.centerBox {
    /*max-width: 686px;*/
}

.centerBox figure.icon {
    text-align: center;
    margin-bottom: 40px;
}

.centerBox h1 {
    color: var(--text-secondary);
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 69.67px;
    line-height: 90px;
    text-align: center;
}

.centerBox h1 span {
    color: #fff;
    font-weight: 300;
    font-size: 76px;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: center;
}

.centerBox  p {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #C9D1E4;
    margin-bottom: 60px;
}

.notify-form {
    max-width: 620px;
    background: #1F3E78;
    border-radius: 90px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 30px;
    margin: 0 auto;
}

.notify-form input.form-control {
    width: calc(100% - 180px);
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 0;
    font-family: Lexend;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #fff;
}

.notify-form input.form-control::placeholder {
    color: #6C89C0;
}

.notify-form button.btn {
    width: 174px;
    height: 50px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
}

/* more courses */
section.moreCourses {
    background: #F4F7FE;
    padding: 100px 0 100px;
    position: relative;
}

/* why choose */
section.whyChoose {
    background: #F4F7FE;
    padding: 100px 30px;
}
section.whyChoose .content {}

section.whyChoose .content h2,
section.moreCourses .content h2 {
    font-family: 'Canela';
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 54px;
}

section.whyChoose .content h2 span, section.moreCourses .content h2 span {
    font-weight: 300;
    color: var(--text-primary);
}

section.whyChoose .content .boxChoose {
    height: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*section.whyChoose .content .boxChoose, */
section.moreCourse .content .boxChoose {
    height: 100%;
    padding: 50px 40px;
    border-radius: 10px;
    /*box-shadow: 2px 2px 3px #b6b2b280;*/
}

section.whyChoose .content .boxChoose .content {
    text-align: center;
}
.boxChoose .content .ico img {
    width: 96px;     /* 6rem */
    height: 96px;
    object-fit: cover;
    margin: 0 auto 15px auto;
}

section.whyChoose .content .boxChoose .content .ico,
section.moreCourses .content .boxChoose .content .ico {
    text-align: center;
    margin-bottom: 15px;
}

section.whyChoose .content .boxChoose .content h4,
section.moreCourses .content .boxChoose .content h4 {
    color: var(--text-primary);
    font-weight: 500;
    margin-bottom: 15px;
}
.boxChoose .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.boxChoose .content hr {
    width: 60%;
    margin: 15px auto;
    border: none;
    border-top: 1px solid #ccc;
}

section.whyChoose .content .boxChoose .content p,
section.moreCourses .content .boxChoose .content p {
    color: var(--text-light2);
    text-align: center;
    line-height: 30px;
    padding: 0 1%;
    margin: 0;
}
.boxChoose .content p {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
}

/* Choose Your Path */
section.choosePath {
    padding: 150px 0;
    background-color: #F4F7FE;
    /*background-image: url(../images/white-water-mark.png);*/
    background-position-x: 0;
    background-repeat: no-repeat;
    background-size: 41%;
    background-position-y: -30px;
}

section.choosePath .container, section.whyChoose .container, section.moreCourses .container {
    max-width: 1600px !important;
    padding: 0 1rem;
}

section.choosePath .content {}

section.choosePath .content h2 {
    font-family: 'Canela';
    color: var(--text-secondary);
    font-weight: 600;
    text-align: left;
    font-size: 54px;
}

section.choosePath .content h2 span {
    font-weight: 300;
    color: var(--text-primary);
}

section.choosePath .content p {
    font-family: Lexend;
    font-size: 16px !important;
    color: #737373 !important;
    text-decoration: none;
    letter-spacing: -.025em;
    line-height: 1.5;
}

section.choosePath .content .cpBox {
    box-shadow: 0 10px 30px 0 #59658226;
    background-color: #fff;
    border-radius: 10px;
    /* padding: 60px 40px; */
    margin-bottom: 30px;
    /* height: calc(100% - 30px); */
    position: relative;
    /* height: 228px; */
}

section.choosePath .content .cpBox figure {
    text-align: center;
}

section.choosePath .content .cpBox h3 {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #13316B;
}

section.choosePath .content .cpBox p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #596582;
    margin: 0;
}

section.choosePath .content .cpBox.getInTouch {
    background-color: #48D6D2;
    height: 100%;
    padding: 70px 40px;
}

section.choosePath .content .cpBox.getInTouch h3 {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

section.choosePath .content .cpBox.getInTouch a.btn-link {
    height: 50px;
    background: #fff;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #122F69;
    text-decoration: none;
    line-height: 2.3;
    width: 100%;
    box-shadow: 0 12px 20px 0 #0D224B1A;
}

section.choosePath .content .cpBox.getInTouch a.btn-link:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Featured */
section.featured {
    padding: 120px 0;
    background-image: url(../images/gray-water-mark-small.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 170px;
}

section.featured .content {}

section.featured .content h2 {
    color: var(--text-secondary);
    font-weight: 600;
    text-align: left;
}

section.featured .content h2 span {
    font-weight: 300;
    color: var(--text-primary);
}
section.featured .content p {
    color: var(--text-light2);
}

section.featured .card.horizontal.border-color-purple {
    transition: 0.5s ease-in-out;
}
section.featured .card.horizontal.border-color-purple:hover {
    border-color: var(--secondary) !important;
}

.card.horizontal {}

.card.horizontal .hand {
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.card.horizontal .card-img {
    position: relative;
}

.card.horizontal .card-img a.icon-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.card.horizontal .card-body {
    position: relative;
}

.card.horizontal .card-body span.badge {
    color: var(--text-secondary);
}
.card.horizontal .card-body.orange span.badge {
    color: var(--orange);
}
.card.horizontal .card-body.purple span.badge {
    color: var(--purple);
}
.card.horizontal .card-body.red span.badge {
    color: var(--red);
}

.card.horizontal .card-body a{
    text-decoration: none;
}
.card.horizontal .card-body .card-title {
    color: var(--text-primary);
}

.card.horizontal .card-body p {
    margin: 0;
}

.card.horizontal .card-body .icoBox {
    margin-right: 10px;
}
.card.horizontal .card-body a.link-lock {
    position: absolute;
    top: 0;
    right: 10px;
    height: 10px;
}

/* categories */
section.categories.forCategory {
    padding-top: 40px;
}

section.categories {
    background: #f4f7fe;
    padding: 90px 0;
    background-image: url(../images/k-logo.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right bottom;
}

section.categories .content {}

section.categories .content h2 {
    color: var(--text-secondary);
    font-weight: 600;
    text-align: left;
}

section.categories .content h2 span {
    font-weight: 300;
    color: var(--text-primary);
}

section.categories .content h3 {
    text-align: center;
    color: var(--text-primary);
    font-size: 40px;
    line-height: 1.4;
}

section.categories .content h4 {
    text-align: left;
    color: var(--primary);
    font-size: 30px;
    line-height: 1.4;
}

section.categories .content p {
    color: var(--text-light2);
}

.card.vertical {
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    height: 100%;
}
.card.vertical:hover {
    box-shadow: 0 0 20px 0 var(--light-blue);
}

.card.vertical.completed {
    position: relative;
    z-index: 0;
}

.card.vertical.completed:before {
    content: "";
    background-image: url(../images/completed.svg);
    background-size: cover;
    width: 110px;
    height: 98px;
    position: absolute;
    margin-top: -45px;
    z-index: 1;
    right: 20px;
}


.card.vertical .hand {
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.card.vertical .card-body {}

.card.vertical .card-body .card-title {
    color: var(--primary);
}

.card.vertical .card-body .card-text {}

.card.vertical .card-body a.btn {}

.card.vertical .card-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.card.vertical .card-img img.card-img-top {
}

.card.vertical .card-img a.icon-link {position: absolute;bottom: 10px;right: 10px;}

.card.vertical .card-body span.badge {
    font-weight: 600;
    text-transform: uppercase;
}
.card.vertical .card-body .icoBox {
    margin-right: 10px;
}

.card.vertical .card-body p {
    margin: 0;
}

.link-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-img img.card-img-top {
    width: auto;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

/* Personality Assesment Box */
.personaily-assestment-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.personaily-assestment-box button.bg-primary-light {
    width: 240px;
    margin: 0 auto;
}

.personaily-assestment-box h4 {
    text-align: center !important;
    font-size: 18px !important;
    margin-bottom: 15px;
}


/* how It Works */
section.howWorks {
    background-color: var(--primary);
    padding: 100px 0;
    background-image: url(../images/how-works-bg.png);
    background-blend-mode: multiply;
    background-size: cover;
}

section.howWorks .content {}

section.howWorks .content h2 {
    font-weight: 600;
}

section.howWorks .content h2 span {
    font-weight: 300;
}

section.howWorks .content p {
    color: var(--text-light3);
    text-align: center;
}

section.howWorks .content .StepBox {
    position: relative;
}

section.howWorks .content .StepBox .icoBox {
    text-align: center;
}

section.howWorks .content .StepBox .dot {
    text-align: center;
    position: relative;
    z-index: 1;
}

section.howWorks .content .StepBox .separator {
    width: calc(50% + 5px);
    height: 2px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    margin-top: -11px;
}

section.howWorks .content .StepBox .separator.full {
    width: calc(100% + 20px);
    right: auto;
    left: -10px;
}
section.howWorks .content .StepBox .separator.left {
    left: -10px;
}

section.howWorks .content .StepBox h4 {
    color: var(--white);
}

section.howWorks .content .StepBox p {
    line-height: 30px;
    padding: 0 15%;
    font-weight: 300;
}

.separator:before {
    border-top: 4px dashed #2D487C;
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
}

/* FAQ */
section.faq {
    padding: 100px 0;
    background: #F4F7FE;
}

section.faq .content {}

section.faq .content h2 {
    text-align: left;
    font-weight: 600;
}

section.faq .content h2 span {
    font-weight: 300;
}

.themeAccordion {}

.themeAccordion .accordion-item {
    margin-bottom: 0px;
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: 0 5px 16px 0 #080F340F; */
    /* border-color: var(--white); */
    border: 0px;
    border-bottom: 1px solid var(--secondary);
    border-radius: 0;
    background-color: transparent;
}

.themeAccordion .accordion-item .accordion-header button.accordion-button:not(.collapsed) {background-color: transparent;border-color: var(--white);box-shadow: 0 0 0 0;}

.themeAccordion .accordion-item .accordion-header button.accordion-button {
    /* border-color: var(--white); */
    box-shadow: 0 0 0 0;
    font-size: 22px;
    color: var(--primary);
    padding: 15px 10px;
    background-color: transparent;
}
.themeAccordion .accordion-item .accordion-header button.accordion-button:hover {
    z-index: 0;
}

.themeAccordion .accordion-item .accordion-header {}

.themeAccordion .accordion-item .accordion-body {
    padding: 0 15% 10px 10px;
    margin-top: -10px;
}

.themeAccordion .accordion-item .accordion-body p {
    line-height: 36px;
    color: var(--text-light2);
}

.themeAccordion .accordion-item.active {
    border-color: transparent;
    border-bottom: 1px solid var(--secondary);
    border-radius: 0;
    background-color: transparent;
}

.themeAccordion .accordion-item .accordion-header button.accordion-button::after {
    width: 50px;
    height: 50px;
    border: 1px solid #A5B2D1;
    background-position: center;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 14px;
}

.themeAccordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
    background-color: var(--secondary);
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border-color: var(--secondary);
}

/* CTA */
section.cta {
    background-color: var(--secondary);
    padding: 80px 0;
    background-image: url(../images/cta-bg.png);
    background-blend-mode: overlay;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.cta .content {}

section.cta .content h2 {
    text-align: left;
    font-weight: 600;
}

section.cta .content h2 span {
    font-weight: 300;
}

section.cta .content p {
    color: var(--text-light2);
    margin: 0;
}

/* footer */
footer {
    padding: 80px 0 0;
    background: #F4F7FE;
    position: relative;
    z-index: 0;
}
footer:before{
    content: "";
    position: absolute;
    background-image: url(../images/footer-gray-small-water-mark.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    background-size: 180px;
}

footer:after{
    content: "";
    position: absolute;
    background-image: url(../images/footer-flip-big-water-mark.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

footer .container{
    position: relative;
    z-index: 1;
}

footer .footerInfo {
    width: 410px;
}

footer .footerInfo a.footer-link {}

footer .footerInfo a.footer-link figure {}

footer .footerList {}

footer .footerList h5 {
    color: var(--primary);
    margin-bottom: 30px;
}

footer .footerList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footerList ul li {}

footer .footerList ul li a {
    color: var(--text-light2);
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

footer .footerInfo p {
    color: var(--text-light2);
    line-height: 38px;
}

footer .rights {}

footer .rights p {
    font-size: 18px;
    color: var(--text-light2);
}

footer .follow {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}

footer .follow h5 {
    color: var(--primary);
    margin-right: 20px;
    margin-bottom: 0;
}

footer .follow ul {list-style: none;display: flex;align-items: center;padding: 0;margin: 0;}

footer .follow ul li {
    margin: 0 20px;
}

footer .follow ul li a {}

footer .follow ul li:first-child {
    margin-left: 0;
}

footer .follow ul li:last-child {
    margin-right: 0;
}

/* countdown */

#countdown {
    max-width: 640px;
    margin: 0;
}
#countdown ul {
    margin: 5% 0 0 0;
    padding: 0;
    display: flex;
    gap: 5%;
}
#countdown ul li {
    flex: 130px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 20px;
    height: 130px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #596582;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
#countdown ul li span {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--primary);
}
#countdown ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 50px;
    margin-right: -171px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='39' viewBox='0 0 13 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.13722 38.77C4.22389 38.77 2.73055 38.2333 1.65722 37.16C0.630553 36.0867 0.11722 34.5467 0.11722 32.54C0.11722 30.6733 0.67722 29.1567 1.79722 27.99C2.91722 26.8233 4.36389 26.24 6.13722 26.24C8.05055 26.24 9.54389 26.8 10.6172 27.92C11.6906 28.9933 12.2272 30.5333 12.2272 32.54C12.2272 34.36 11.6672 35.8533 10.5472 37.02C9.42722 38.1867 7.95722 38.77 6.13722 38.77ZM6.13722 12.66C4.22389 12.66 2.73055 12.1233 1.65722 11.05C0.630553 9.97667 0.11722 8.43666 0.11722 6.43C0.11722 4.56333 0.67722 3.04666 1.79722 1.88C2.91722 0.713332 4.36389 0.129999 6.13722 0.129999C8.05055 0.129999 9.54389 0.689999 10.6172 1.81C11.6906 2.88333 12.2272 4.42333 12.2272 6.43C12.2272 8.25 11.6672 9.74333 10.5472 10.91C9.42722 12.0767 7.95722 12.66 6.13722 12.66Z' fill='%2313316B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}
#countdown ul li:last-child:after {
    width: 0;
}

/* checklist */
ul.checkList {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.checkList li {
    position: relative;
    padding-left: 30px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #596582;
}

ul.checkList li:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5 2L6.03049 10.5L2 6' stroke='%2348D6D2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    position: absolute;
    left: 0;
    width: 30px;
    background-repeat: no-repeat;
    background-position: top left;
    top: 15px;
    height: 100%;
    background-size: auto;
}

/* member card */
.memberCard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.memberCard figure.memberImage {
    margin: 0 20px 0 0;
}

.memberCard h4.memberName {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #596582 !important;
}

/* QrCode */
.qrDv {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    padding: 80px 40px;
}

.qrDv h4.qrMsg {
    font-family: Lexend;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-align: center !important;
    color: var(--primary) !important;
    margin: 0 !important;
}

.qrDv .qrCode {
    margin: 0 0 30px;
}

/* theme form Below */
form.form-theme label {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #13316B;
    margin-bottom: 15px;
}

form.form-theme input.form-control {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 12px 60px 0 #1419220D;
    border-radius: 10px;
    position: relative;
    border: 0;
}

form.form-theme textarea.form-control {
    background-color: #fff;
    padding: 15px 15px 30px;
    box-shadow: 0 12px 60px 0 #1419220D;
    border-radius: 10px;
    position: relative;
    border: 0;
    resize: none;
}

form.form-theme button.btn.btn-theme-primary {
    box-shadow: 0 12px 20px 0 #48D6D233;
    background-color: #13316B;
    padding: 0 60px;
    height: 50px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-align: center;
}


/* progress bar */
.progressBox {
    background: #FFFFFF;
    padding: 30px 60px;
    border-radius: 17px;
}

.progressBox .titlesBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.progressBox .titlesBox h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.06em;
    margin: 0;
    color: #D4D9EB;
}

.progressBox .titlesBox h6.active{
    color: #48D6D2;
}
.progressBox .titlesBox h6.upcoming{
    color: #13316B;
}

.progressbarOutline {
    border: 1px solid #48D6D2;
    height: 18px;
    border-radius: 20px;
    overflow: hidden;
}

.progressBar {
    background: #48D6D2;
    display: flex;
    align-items: center;
}

.progressBar span.progressCount {
    font-family: Lexend;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #13316B;
    margin: 0 auto;
    position: relative;
    left: 20px;
}
/* progress bar Above */

/* Theme modal */
.theme-modal .modal-dialog .modal-content .modal-title {
    text-transform: capitalize;
    color: #fff;
}

.theme-modal .modal-dialog .modal-content button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.theme-modal .modal-dialog .modal-content .modal-body video {
    width: 100%;
}

/* table */
.medium-table{
    width: 100%;
}

@media (max-width: 1700px){
    section.choosePath {
        background-size: 51%;
    }
}

@media (max-width: 1600px){

    nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 18.5px;
        margin: 0 8px;
    }

    section.hero .leftBox h1{
        font-size: 60px;
    }
    section.hero .leftBox h1 span {
        font-size: 45px;
    }

    section.hero .rightBox figure {
        right: -22%;
    }

    section.hero .leftBox .pointer {
        right: -20px;
    }
    section.hero .rightBox .students {
        right: 0;
        top: 360px;
    }
    section.hero .rightBox .students img {
        width: 200px;
    }

    section.choosePath .container, section.whyChoose .container, section.moreCourses .container {
        max-width: 100% !important;
    }
}

@media (max-width: 1535px) {

}

@media (max-width: 1400px){

    nav.navbar a.navbar-brand {
        width: 30px;
        overflow: hidden;
    }
    nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        line-height: 18.5px;
        margin: 0 8px;
    }

    section.hero .leftBox h1{
        font-size: 55px;
    }
    section.hero .leftBox h1 span {
        font-size: 40px;
    }

    section.hero .leftBox .pointer {
        right: -70px;
    }
    section.hero .rightBox .students {
        right: -30px;
        top: 420px;
    }
    section.hero .rightBox .students img {
        width: 200px;
    }
    section.hero .rightBox .mentors {
        bottom: 110px;
        left: -140px;
    }

    section.choosePath {
        background-size: 61%;
    }

    section.choosePath .container, section.whyChoose .container, section.meetTheEducators .container {
        max-width: 1280px !important;
    }

    section.choosePath .content h2, section.meetTheEducators .content h2 {
        text-align: center;
    }

    a.join-btn {
        width: 156px !important;
    }
    a.course-btn {
        width: 200px !important;
    }

    .become-hero .content h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .become-hero .content p {
        font-size: 15px;
        max-width: 610px;
    }
}

@media (max-width: 1200px){

    nav.navbar a.navbar-brand img {
        width: 100%;
    }
    nav.navbar .vr {
        background: #ccc;
        margin: 20px 10px;
    }
    /*nav.navbar ul.navbar-nav li.nav-item a.nav-link {*/
    /*    font-size: 16px;*/
    /*    line-height: 22.5px;*/
    /*    margin: 0 8px;*/
    /*}*/

    section.hero {
        height: 768px;
    }

    section.hero .leftBox h1 {
        font-size: 45px;
        line-height: 45px;
    }
    section.hero .leftBox h1 span {
        font-size: 35px;
    }

    section.hero .leftBox .pointer {
        right: -30px;
        width: 120px;
        top: 70px;
    }
    section.hero .leftBox .pointer img {
        width: 100%;
    }
    section.hero .rightBox .mentors {
        bottom: 60px;
        left: -150px;
    }
    section.hero .rightBox .mentors img {
        width: 100%;
    }

    section.hero .rightBox .students {
        right: -20px;
        top: 310px;
    }
    section.hero .rightBox .students img {
        width: 150px;
    }

    section.hero .rightBox figure:after{
        right: -10px;
    }
    section.hero .rightBox figure:before {
        left: 130px;
        width: 170px;
        height: 170px;
    }

    .card.horizontal .card-body .card-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 230px;
    }

    section.choosePath {
        background-size: 81%;
    }

    footer:after {display: none;}

    section.hero.become-hero .container {
        max-width: 980px;
    }

    .become-hero .content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .become-hero .content p {
        max-width: 490px;
    }

    figure.hero-right-img {
        position: relative;
        left: -60px;
    }
}


@media (max-width: 991px){
    nav.navbar:before{
        /* visibility: hidden; */
    }
    nav.navbar .vr{
        display: none;
    }
    /*nav.navbar .navbar-collapse {
        position: absolute;
        right: 5%;
        top: 80px;
        width: 280px;
        background: #48d6d2;
        box-shadow: 0 0 16px 1px #5c5c5c;
    }*/
    nav.navbar .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        width: 280px;
        background: #48d6d2;
        box-shadow: 0 10px 15px 1px #00000040;
        height: 100%;
        transition: 0.5s ease;
        transform: translateX(100%);
    }
    nav.navbar .navbar-collapse.show {
        transition: 0.5s ease-in-out;
        transform: translateX(0%);
        z-index: 1;
    }
    .collapsing {
        height: 100% !important;
        transition: 0 !important;
    }
    nav.navbar .navbar-collapse button.navbar-toggler {
        padding: 5px 10px 10px 10px;
        border-radius: 0;
        border: 1px solid #fff;
        margin: 10px 0 0 10px;
        right: auto;
        top: 0;
    }
    nav.navbar ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
        max-height: 200px;
        overflow: scroll;
        margin: 0;
        border-radius: 0;
    }

    nav.navbar .navbar-collapse ul.navbar-nav {
        margin-top: 70px;
    }

    nav.navbar .navbar-collapse ul.navbar-nav li.nav-item {}

    nav.navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 15px 10px;
        /*border-bottom: 1px solid var(--primary);*/
        border-bottom: 1px solid #67E2DE;
        margin: 0;
        text-transform: unset;
        font-size: 16px;
    }

    nav.navbar .navbar-collapse .btnAccounts {}

    nav.navbar .navbar-collapse .btnAccounts a.link-signin {
        display: block;
        text-align: left;
        padding: 15px 10px;
        border-bottom: 1px solid var(--primary);
        width: 100%;
        text-decoration: none;
    }

    nav.navbar .navbar-collapse .btnAccounts a.btn {
        border-radius: 0;
        width: 100%;
        text-align: left;
        padding: 15px 10px;
        height: auto;
        font-size: 14px;
        text-transform: uppercase;
    }

    nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu {
        padding: 0;
    }

    nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li {}

    nav.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
        background: var(--primary);
        color: #fff;
        padding: 15px 10px;
        border-bottom: 1px solid var(--secondary);
    }

    button.navbar-toggler {
        position: absolute;
        right: 5%;
        top: 40px;
        z-index: 0;
    }

    .dropdown.navbar-avatar {
        right: 50px;
        z-index: 0;
    }
    .navbar-collapse form select {
        width: calc(100% + 15px);
    }

    section.hero {
        height: auto;
    }
    section.hero .blue-bg {
        height: 100%;
        width: 100%;
        transform: skew(0deg);
        left: 0;
    }
    section.hero .blue-bg:before {
        background-image: none;
    }
    section.hero .leftBox {
        padding-top: 140px;
        text-align: center;
    }
    section.hero .leftBox h1{
        text-align: center;
    }
    section.hero .leftBox p{
        width: auto;
        text-align: center;
    }
    section.hero .leftBox .pointer{
        display: none;
    }
    section.hero .leftBox:before{
        display: none;
    }

    section.hero .rightBox {
        padding-top: 50px;
    }
    section.hero .rightBox .mentors {
        bottom: 40px;
        left: 0;
    }
    section.hero .rightBox .mentors img {
        width: 260px;
    }
    section.hero .rightBox figure {
        position: relative;
        width: 410px;
        margin: 0 auto;
    }
    section.hero .rightBox .students {
        right: 0;
        top: 220px;
    }
    section.hero .rightBox .students img {
        width: 300px;
    }

    section.hero .rightBox figure:before {
        right: 0;
        width: 170px;
        height: 170px;
        bottom: 43%;
        top: auto;
    }
    section.hero .rightBox figure:after {
        right: 0;
    }

    section.whyChoose .content h2{
        font-size: 40px;
        line-height: 40px;
    }

    section.choosePath .content h2{
        text-align: center;
        width: 100%;
    }

    section.choosePath .content .cpBox {
        margin: 0 auto 30px;
    }

    section.featured .content h2 {
        font-size: 40px;
        text-align: center;
    }
    section.featured .content p {
        text-align: center;
        line-height: 30px;
    }

    .card.horizontal .card-img img {
        width: 100%;
    }
    .card.horizontal .card-body .card-title {
        white-space: normal;
        overflow: auto;
        width: auto;
        text-overflow: unset;
    }

    section.categories .content h2 {
        font-size: 40px;
        line-height: 40px;
    }
    section.categories .content h2 span {
        display: inline-block;
    }
    section.categories .content p {
        font-size: 18px;
    }

    section.howWorks .content h2{
        font-size: 40px;
        line-height: 40px;
    }
    section.howWorks .content .StepBox .dot,
    section.howWorks .content .StepBox .separator {
        display: none;
    }

    section.faq .content h2{
        font-size: 40px;
        line-height: 40px;
    }

    section.cta .content h2{
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    section.cta .content p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }

    .progressBox .titlesBox h6 {
        font-size: 13px;
        line-height: 18px;
    }

    footer .footerInfo {
        width: 100%;
        margin-bottom: 50px;
    }
    footer .footerInfo a.footer-link {
        text-align: center;
    }
    footer .footerInfo p {
        text-align: center;
    }
    footer .footerList h5 {
        text-align: center;
    }
    footer .footerList ul {
        margin: 0 0 50px;
    }
    footer .footerList ul li a {
        text-align: center;
    }
    footer hr {
        display: none;
    }

    footer .rights p {
        text-align: center;
    }

    footer .follow{
        flex-direction: column;
    }
    footer .follow h5 {
        margin: 0 0 30px;
    }
    footer .follow ul {
        margin: 0 0 50px;
    }

    .medium-table{
        width: 991px;
    }

    figure.hero-right-img {
        position: relative;
        left: 0;
        top: 20px;
    }

    .become-hero .content {
        max-width: 737px;
        margin: 0 auto;
    }

    .become-hero .content p {
        max-width: 610px;
    }

    section.hero.become-hero {
        padding-bottom: 70px;
    }

    .become-hero figure img {
        width: 70%;
    }

    .become-hero figure.hero-left-img {
        left: 50px;
        top: 40px;
    }

    figure.hero-right-img {
        right: 0;
        top: 50px;
        left: -50px;
    }


}

@media (max-width: 767px) {
    :root{

        /* heading */
        --fs-heading-h1: 40px;
        --fs-heading-h2: 30px;
        --fs-heading-h3: 24px;
        --fs-heading-h4: 20px;
        --fs-heading-h5: 18px;
        --fs-heading-h6: 16px;

        /* inner heading */
        --fs-inner-heading-h1: 30px;
        --fs-inner-heading-h2: 26px;
        --fs-inner-heading-h3: 20px;
        --fs-inner-heading-h4: 18px;
        --fs-inner-heading-h4: 16px;
        --fs-inner-heading-h6: 14px;

        /* text */
        --fs-text: 16px;
        --fs-text-t1: 20px;
        --fs-text-t2: 18px;
        --fs-text-t3: 15px;
        --fs-text-t4: 12px;

        /* fonts */
        --font-primary: 'Lexend', sans-serif;
        --font-secondary: 'Inter', sans-serif;
    }

    nav.navbar .container-fluid {
        padding: 0 25px;
    }

    section.hero .leftBox h1 {
        font-size: 35px;
        line-height: 35px;
    }
    section.hero .leftBox h1 span {
        font-size: 25px;
    }
    section.hero .leftBox p{
        font-size: 14px;
        line-height: 26px;
    }

    section.hero .rightBox .beforeMobile{
        display: none;
    }
    section.hero .rightBox .afterMobile{
        display: block;
    }
    section.hero .rightBox figure:before{
        display: none;
    }
    section.hero .rightBox figure:after{
        display: none;
    }

    section.hero .rightBox figure {
        width: 100%;
    }

    #countdown {
        max-width: 560px;
        margin: 0;
    }
    #countdown ul li {
        font-size: 12px;
    }
    #countdown ul li span {
        font-size: 50px;
    }
    #countdown ul li:after {
        margin-right: -146px;
    }

    .progressBox {
        display: flex;

    }

    .progressBox .titlesBox {
        display: flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
        order: 2;
    }

    .progressBox .titlesBox h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.06em;
        margin: 0;
        color: #D4D9EB;
        margin-bottom: 20px;
    }

    .progressbarOutline {
        border: 1px solid #48D6D2;
        width: 20px;
        height: 140px;
        border-radius: 20px;
        overflow: hidden;
        margin-right: 20px;
    }

    .progressBar {background: #48D6D2;width: 100%;display: flex;align-items: center;}

    .progressBar span.progressCount {
        text-orientation: mixed;
        writing-mode: vertical-lr;
        position: relative;
        left: 0;
        top: 10px;
    }

    figure.hero-bottom-right-img {
        top: 0;
        margin-bottom: -20px;
    }

    .become-hero figure img {
        width: 100%;
    }

    /* more courses CSS */
    .banner {
        min-height: auto;       /* Remove fixed height */
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-img-bg {
        height: 100%; /* Keep image full height of content */
    }

    section.moreCourses h2 {
        font-size: 32px; /* Make heading smaller on mobile */
        text-align: center;
    }

    .join-btn, .course-btn {
        font-size: 14px;
        padding: 0.6rem 1.2rem;
    }

    section.whyChoose {
        padding: 100px 50px;
    }
}

@media (max-width: 575px) {
    nav.navbar a.navbar-brand img {
        width: 100px;
    }
    nav.navbar a.navbar-brand {
        top: 0;
    }
    section.hero.become-hero {
        padding: 120px 0 50px;
    }
    #countdown {
        max-width: 280px;
        margin: 0;
    }
    #countdown ul li {
        font-size: 7px;
        height: 60px;
    }
    #countdown ul li span {
        font-size: 30px;
        height: 45px;
        line-height: 55px;
    }
    #countdown ul li:after {
        background-size: 7px;
        margin-right: -76px;
        margin-top: 40px;
    }

    .progressBox {
        padding: 30px;
    }

    .become-hero .content h2 {
        font-size: 50px;
        line-height: 60px;
    }

    section.choosePath .content .cpBox {
        height: 170px;
        width: 280px;
        margin: 0 auto 30px;
    }


    .course-carousel {
        margin-left: -60px !important;
    }

    .course-carousel .item {
        margin-right: 10px !important;
    }

    .course-carousel button.slick-prev {
        left: 60px !important;
    }

    .course-carousel button.slick-next {
        right: 0 !important;
    }
}

@media (max-width: 480px) {
    .become-hero .content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .course-carousel {
        margin-left: -30px !important;
    }

    .course-carousel button.slick-prev {
        left: 30px !important;
    }

    section.whyChoose {
        padding: 100px 0;
    }
}

@media (max-width: 400px) {
    .become-hero .content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 380px) {
    section.choosePath .content .cpBox {
        height: 130px;
        width: 230px;
        margin: 0 auto 30px;
    }
    section.whyChoose {
        padding: 100px 0;
    }
}

/* section freedom */
section.freedom {
    background-image: url(../images/dotted.png);
    background-color: #13316B;
    position: relative;
    padding-top: 240px;
    height: 967px;
    background-size: cover;
    overflow: hidden;
}
section.freedom .greenMark {
    position: absolute;
    right: 0;
    top: 0;
}
section.freedom .leftBox {}

section.freedom .leftBox h1 {
    color: var(--text-secondary);
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 55px;
}

section.freedom .leftBox h1 span.heading-h3 {
    color: #fff;
    font-weight: 300;
    font-size: 55px;
}

section.freedom .leftBox p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #C9D1E4;
    width: 80%;
    display: block;
    margin-bottom: 30px;
}

section.freedom .leftBox p.note {
    color: #48D6D2;
    width: 100%;
}

section.freedom .rightBox {}

section.freedom .rightBox figure {
    position: relative;
}

section.freedom .rightBox figure img {
    position: absolute;
    top: -60px;
    right: 0;
    width: 140%;
}

form.freedomForm {}

form.freedomForm input.form-control {
    width: 70%;
    background: #1A3872;
    border: 1px solid #395F97;
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    color: #fff;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
form.freedomForm input.form-control::placeholder {
    color: #93A0BF;
}

form.freedomForm button.btn.btn-white {
    padding: 0 30px;
    height: 50px;
}

@media (max-width: 1200px) {
    section.freedom .greenMark {
        width: 40%;
    }

    section.freedom .leftBox h1 {
        font-size: 25px;
        line-height: 1.4;
    }

    section.freedom .leftBox h1 span.heading-h3 {
        font-size: 25px;
        line-height: 1.4;
    }

    section.freedom .rightBox figure img {
        position: absolute;
        top: -60px;
        right: -30%;
        width: 150%;
    }
}

@media (max-width: 991px) {
    section.freedom {
        height: auto;
        padding-top: 180px;
    }
    section.freedom .rightBox figure img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
}

/* section investing */
section.investing {
    background-color: #ECF0F9;
    padding: 200px 0;
}

section.investing h3 {
    font-family: Lexend;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    color: #48D6D2;
}

section.investing h3 span {
    font-family: Lexend;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    text-align: left;
    color: #13316B;
}

section.investing p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #596582;
}

.stepBox {
    box-shadow: 0 12px 60px 0 #1419220D;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    width: calc(100% - 30px);
}

.stepBox .ico {
    margin-bottom: 25px;
}

.stepBox .ico span {}

.stepBox h4 {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #48D6D2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.stepBox h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #13316B !important;
}

@media (max-width: 1200px) {

    section.investing h3 {
        font-size: 40px;
        line-height: 50px;
    }

    section.investing h3 span {
        font-size: 40px;
        line-height: 50px;
    }

    section.investing p {
        font-size: 15px;
        line-height: 30px;
    }

    .stepBox {
        padding: 24px 20px;
        width: calc(100% - 20px);
    }

    .stepBox .ico {
        margin-bottom: 5px;
    }

    .stepBox .ico svg {
        width: 40px;
    }

    .stepBox h4 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .stepBox h3 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 991px) {
    section.investing {
        padding: 100px 0;
    }
}


@media (max-width: 575px) {
    section.investing h3 {
        font-size: 24px;
        line-height: 34px;
    }
    section.investing h3 span {
        font-size: 24px;
        line-height: 34px;
    }
}
.giveaway-heading {
    color: white;
    font-weight: bolder;
    text-align: center;
    line-height: 80px !important;
}
.giveaway-heading span {
    color: #48D6D2;
}
.align-items-center p {
    color: white;
    /*text-align: center;*/
    margin-top: 30px;

}
.align-items-center p button {
    color: #48D6D2;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: none !important;
    transition: 2s !important;
}
.align-items-center p button:hover {
    border-bottom: 1px solid #48D6D2 !important;
    transition: 2s !important;
}

.star {
    cursor: pointer;
    color: #ddd; /* Default star color */
}

/** Override some bootstrap css */
.page-item.active .page-link {
    z-index: 0 !important;
}

.page-link:hover {
    z-index: 0 !important;
}

.avatar-image {
    border-radius: 5%;
    height: 100px;
    width: 100px;
    float: right;
}
.custom-cursor {
    cursor: pointer;
}
.disabled-cursor {
    cursor: not-allowed; /* Makes the cursor indicate the element is disabled */
}
a.home-path.disable h3, a.home-path.disable .journey-title {
    color: #7E8594 !important;
}




/* certificate */
.certificate-left-box {
    background: #48D6D2;
    width: 707px;
    /* height: 100%; */
}

.certificate-main {
    display: flex;
    height: 1207px;
    width: 1920px;
    margin: 0 auto;
}

.certificate-left-top-box {
    background-image: url(../images/cerificate-left-top-img-bg.png);
    background-position: left top;
    height: 100%;
    background-repeat: no-repeat;
}

.certificate-left-bottom-box {
    background-image: url(../images/cerificate-left-bottom-img-bg.png);
    background-position: left bottom;
    height: 100%;
    background-repeat: no-repeat;
    padding: 50px 100px 220px 100px;
    position: relative;
    width: 100%;
}

.certifcate-logo img {
    height: 56px;
}

.certifcate-logo {
    margin-bottom: 164px;
    text-align: left;
}

.certificate-type-content {
}

.certifate-type-title {}

.certifate-type-title h2 {
    font-family: Lexend !important;
    font-size: 54px !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 30px !important;
}

.certifcate-description {}

.certifcate-description p {
    font-family: Lexend !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 33px !important;
    text-align: left !important;
    color: #fff !important;
}

.certificate-date {
    position: absolute;
    bottom: 220px;
}

.certificate-date h6 {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    letter-spacing: 0.2em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.certificate-date h3 {
    font-family: Lexend;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.certificate-right-box {
    width: calc(100% - 707px);
    padding: 0 0 0 110px;
}

.certificate-top-right-box {
    padding-right: 102px;
    text-align: right;
    margin-bottom: 132px;
}

.certificate-right-box-content {}

.certificate-right-box-content h6.small {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #13326B;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.certificate-right-box-content h1 {font-family: Playfair Display;font-size: 90px;font-style: italic;font-weight: 700;line-height: 119.97px;text-align: left;color: #48D6D2;margin-bottom: 30px;}

.score-category {
    display: flex;
    margin-bottom: 62px;
}

.score-box {
    width: 278px;
}

.score-box h5 {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #13326B;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.score-box h4.score {
    font-family: Lexend;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #48D6D2;
}

.category-box {}

.category-box h5 {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    letter-spacing: 0.2em;
    text-align: left;
    text-transform: uppercase;
    color: #13326B;
    margin-bottom: 9px;
}

.category-box h4.category {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #596582;
}

.insight-box {
    margin-bottom: 44px;
}

.insight-box h5 {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    line-height: 27.5px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #13326B;
    margin-bottom: 8px;
}

.insight-box p {
    font-family: Lexend !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #596582 !important;
    /* width: 630px !important; */
    margin: 0 !important;
}

.certificate-bottom-right-box {
    display: flex;
    justify-content: space-between;
    padding-right: 67px;
    margin-bottom: 20px;
}

.sign {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sign h3 {
    font-family: Lexend !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    text-align: left !important;
    color: #13326B !important;
}

.sign h4 {
    font-family: Lexend !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #48D6D2 !important;
}

@media (max-width: 1920px) {
    .certificate-main {
        height: 100%;
        width: 1800px;
    }

    .certificate-left-box {
        background: #48D6D2;
        width: 607px;
        /* height: 1300px; */
    }

    .certifate-type-title h2 {
        font-size: 44px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 1800px) {
    .certificate-main {
        height: 100%;
        width: 100%;
    }

    .certificate-left-box {
        background: #48D6D2;
        width: 41%;
        /* height: 1300px; */
    }

    .certifate-type-title h2 {
        font-size: 44px !important;
        line-height: 50px !important;
    }
    .certificate-right-box {
        width: calc(100% - 41%);
    }
}

@media (max-width: 1700px) {

    .certificate-left-box {
        background: #48D6D2;
        width: 41%;
        /* height: 1300px; */
    }

    .certifate-type-title h2 {
        font-size: 44px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 1500px) {

    .certificate-left-box {
        background: #48D6D2;
        width: 41%;
        /* height: 1300px; */
    }

    .certificate-right-box-content h1 {
        font-size: 80px;
        line-height: 109.97px;
    }

    .certifate-type-title h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 1400px) {
    .certifate-type-title h2 {
        font-size: 3.4vw !important;
        line-height: 4vw !important;
    }

    .certifcate-description p {
        font-size: 1.5vw !important;
        line-height: 2.4vw  !important;
    }

    .certificate-date h6 {
        font-size: 2vw  !important;
        line-height: 2.4vw  !important;
    }

    .certificate-date h3 {
        font-size: 2.6vw  !important;
        line-height: 3vw  !important;
    }

    .certificate-left-bottom-box {
        padding: 50px 60px 220px 60px;
    }

    .certificate-right-box {
        padding: 0 0 0 50px;
    }
}

@media (max-width: 1300px) {
    .certificate-right-box-content h1 {
        font-size: 5vw;
        line-height: 7vw;
    }

    .score-box h5, .category-box h5 {
        font-size: 1.6vw;
        line-height: 1.6vw;
    }

    .score-box h4.score, .category-box h4.category {
        font-size: 2.2vw !important;
        line-height: 2.5vw !important;
    }

    .insight-box h5 {
        font-size: 1.8vw !important;
        line-height: 2.4vw !important;
    }

    .insight-box p {
        font-size: 1.5vw !important;
        line-height: 2vw !important;
        width: 100%;
        padding-right: 30px !important;
        padding-left: 0 !important;
    }

    .sign h3 {
        font-size: 2vw !important;
        line-height: 3vw !important;
        margin-bottom: 10px !important;
    }

    .sign h4 {
        font-size: 1.5vw !important;
        line-height: 1.8vw !important;
    }

    .certificate-top-right-box img {
        width: 3vw !important;
    }

    .certificate-logo img {
        width: 8vw !important;
    }

    .certificate-bottom-right-box {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .certificate-left-box {
        width: 38%;
    }

    .certificate-left-bottom-box {
        padding: 30px 20px 220px 20px;
    }

    .certifcate-logo {
        margin-bottom: 64px;
    }

    .certifcate-logo img {
        height: auto;
        width: 100%;
    }

    .certifate-type-title h2 {
        font-size: 2.4vw !important;
        line-height: 3.7vw !important;
    }

    .certifcate-description p {
        font-size: 1.5vw !important;
        line-height: 2.4vw !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .certificate-right-box {
        padding: 0 0 0 30px;
    }

    .certificate-right-box-content h6.small {
        font-size: 13px;
        line-height: 16.5px;
    }

    .certificate-top-right-box {
        padding-right: 20px;
        margin-bottom: 82px;
    }

    .certificate-right-box-content h1 {
        font-size: 4vw;
        line-height: 6vw;
    }

    .score-box {
        width: 35%;
    }

    .score-category {
        margin-bottom: 32px;
    }
}

@media print {
    header {
        display: none;
    }

    section.hero.become-hero {
        display: none;
    }

    section.choosePath, section.categories, section.whyChoose, section.howWorks, section.faq, section.cta, footer {
        display: none;
    }
    .certificate-main {
        display: flex;
        width: 792px;
        height: 560px;
        /* background-color: red; */
    }

    .certifcate-logo {
        margin-bottom: 50px;
    }

    .certifcate-logo img {
        height: 30px;
    }

    .certificate-left-box {
        background-color: #48D6D2;
        -webkit-print-color-adjust: exact;
        width: 41%;
    }

    .certificate-left-top-box {
        visibility: visible;
        -webkit-print-color-adjust: exact;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        height: 100%;
        width:100%;
        background-repeat: no-repeat;
    }

    .certificate-left-bottom-box {
        padding: 30px 40px 120px 40px;
        position: relative;
        background-size: contain;
    }

    .certifate-type-title h2 {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
    }

    .certifcate-description p {
        font-size: 14px;
        line-height: 23px;
    }

    .certificate-date {
        bottom: 90px;
    }
    .certificate-date h6 {
        font-size: 16px;
        line-height: 18.5px;
    }

    .certificate-date h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .certificate-right-box {
        width: calc(100% - 41%);
        padding: 0 0 0 60px;
    }
    .certificate-top-right-box {
        padding-right: 50px;
        text-align: right;
        margin-bottom: 30px;
    }

    .certificate-top-right-box img {
        width: auto;
        height: 40px;
    }

    .certificate-right-box-content h6.small {
        font-size: 12px;
        line-height: 16.5px;
    }

    .certificate-right-box-content h1 {
        font-size: 40px;
        line-height: 69.97px;
        margin-bottom: 15px;
    }

    .score-category {
        display: flex;
        margin-bottom: 15px;
    }

    .score-box {
        width: 120px;
    }

    .score-box h5, .category-box h5 {
        font-size: 13px;
        line-height: 17px;
    }

    .score-box h4.score, .category-box h4.category {
        font-size: 16px;
        line-height: 24px;
    }
    .insight-box {
        margin-bottom: 20px;
    }
    .insight-box h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .insight-box p {
        font-size: 11px;
        line-height: 18px;
        width: calc(100% - 20%);
    }

    .certificate-bottom-right-box {
        padding-right: 37px;
    }

    .sign h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .sign h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .certificate-logo img {
        width: 80px;
    }
}
