/*
Theme Name: Learnova Custom Theme
Theme URI: https://learnova.app
Author: Learnova
Author URI: https://learnova.app
Description: Custom WordPress theme for Learnova blog and course system
Version: 3.3.9.8.8
License: GNU General Public License v2 or later
Text Domain: learnova
*/

@font-face {
    font-family: kalame;
    src: url('./assets/fonts/eot/Kalameh-Regular.eot') format('embedded-opentype');
    src: url('./assets/fonts/woff/Kalameh-Regular.woff') format('woff');
    src: url('./assets/fonts/woff2/Kalameh-Regular.woff2') format('woff2');
    src: url('./assets/fonts/ttf/Kalameh-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: kalamebold;
    src: url('./assets/fonts/eot/Kalameh-Bold.eot') format('embedded-opentype');
    src: url('./assets/fonts/woff/Kalameh-Bold.woff') format('woff');
    src: url('./assets/fonts/woff2/Kalameh-Bold.woff2') format('woff2');
    src: url('./assets/fonts/ttf/Kalameh-Bold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: iransans;
    src: url('./assets/fonts/woff/iransans.woff');
    font-weight: normal;
}

:root {
    --dark-gray: #2C2C2C;
    --middle-gray: #5C5C5C;
    --light-gray: #7C7C7C;
    --lighter-gray: #F7F7F7;
    --yasi: #BDD8FF;
    --yellow-dark: #FFBB18;
    --yellow-mid: #ffeab8;
    --yellow-light: #fffaec;
    --blue-dark: #407dff;
    --blue-mid: #5c94ff;
    --blue-light: #bcd8ff;
    --blue-lighter: #e9f2ff;
}

html,
body {
    font-family: iransans, IRANSans;
    position: relative;
    height: 100%;
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

a {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.h1 {
    font-size: 46px;
    line-height: 1.5;
    position: relative;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 1.5;
}

.font-14 {
    font-size: 14px;
    line-height: 22px;
}

.font-15 {
    font-size: 15px;
    line-height: 25px;
}

.font-16 {
    font-size: 16px;
    line-height: 26px;
}

.font-18 {
    font-size: 18px;
    line-height: 28px;
}

.font-20 {
    font-size: 20px;
    line-height: 32px;
}

.font-24 {
    font-size: 24px;
    line-height: 35px;
}

.font-28 {
    font-size: 28px;
    line-height: 45px;
}

.font-30 {
    font-size: 30px;
    line-height: 50px;
}

.font-32 {
    font-size: 32px;
    line-height: 50px;
}

.font-36 {
    font-size: 36px;
}

.font-50 {
    font-size: 50px;
}

.font-78 {
    font-size: 78px;
}

.bg-custom {
    background-color: #fffaf6;
}

.text-small {
    font-size: 11px;
}

.font-kalame {
    font-family: kalame, serif;
}

.font-kalame-bold {
    font-family: kalamebold, serif;
}

.text-dark-gray {
    color: var(--dark-gray);
}

.text-middle-gray {
    color: var(--middle-gray);
}

.text-light-gray {
    color: var(--light-gray);
}

.text-yellow-dark {
    color: var(--yellow-dark) !important;
}

.bg-yasi {
    background-color: var(--yasi);
}

.color-yellow-dark {
    color: var(--yellow-dark);
}

.bg-yellow-dark {
    background-color: var(--yellow-dark);
}

.bg-blue-dark {
    background-color: var(--blue-dark);
}

.bg-blue-light {
    background-color: var(--blue-light);
}

.bg-blue-lighter {
    background-color: var(--blue-lighter);
}

.bg-yellow-mid {
    background-color: var(--yellow-mid);
}

.color-blue-light {
    color: var(--blue-light);
}

.border-yellow-dark {
    border-color: var(--yellow-dark) !important;
}

.border-blue-light {
    border-color: var(--blue-light) !important;
}

.border-blue-dark {
    border-color: var(--blue-dark) !important;
}

.border-gray-light {
    border-color: var(--light-gray) !important;
}

.bg-yellow-light {
    background-color: var(--yellow-light);
}

.bg-gray-light {
    background-color: var(--light-gray);
}

.bg-gray-lighter {
    background-color: var(--lighter-gray);
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-50 {
    border-radius: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.swiper {
    overflow: visible;
}

.swiper-wrapper {
    overflow: visible;
}

/******** Consultation message *******/
.consultation-message {
    font-size: 14px;
    padding: 4px 2px;
    text-align: center;
}

.contact-box .consultation-message {
    position: absolute;
    bottom: 20px;
}

.consultation-message.success {
    color: green;
}

.consultation-message.error {
    color: red;
}

/******** Header ********/

#navbar_brand {
    max-width: 130px;
    height: auto;
}

.navbar .navbar-toggler .fa-bars {
    font-size: 32px;
}

.navbar-collapse {
    padding: 12px 0;
}

#main-menu li {
    margin-right: .4rem;
    font-size: 1.3rem;
}

#main-menu li a {
    padding: 2px 15px;
    transition: .3s;
    color: var(--dark-gray);
}

#main-menu li a:hover {
    color: #000000;
    font-weight: bold;
}

#main-menu li a.active {
    font-weight: bold;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: .7rem !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler svg,
.navbar-toggler .navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    stroke: none;
}

/******* Home *******/

#hero-left img {
    display: block;
    margin: auto;
    max-width: 415px;
}

#hero-left.contact-hero img {
    max-width: 435px;
}

.section-title {
    max-width: 540px;
    line-height: 2 !important;
}

.section-title .star-title {
    position: relative;
}

.section-title .star-title:after {
    display: block;
    content: "";
    width: 72px;
    height: 69px;
    position: absolute;
    top: -20px;
    left: 25%;
    transform: translateX(-50%) scale(0);
    z-index: 1;
    margin: 0 auto;
    background: var(--feature-bg) center center no-repeat;
    background-size: cover;
    /*animation: rotateStars 3s infinite linear;*/
}

.section-title.active-animation .star-title::after {
    opacity: 1;
    animation: bounceStar 0.6s cubic-bezier(.34,1.56,.64,1);
    animation-fill-mode: forwards;
}

@keyframes bounceStar {
    0%   { transform: translateX(-50%) scale(0); }
    60%  { transform: translateX(-50%) scale(1.3); }
    80%  { transform: translateX(-50%) scale(0.9); }
    100% { transform: translateX(-50%) scale(1); }
}

/*@keyframes rotateStars {
    0% { opacity: 1; }
    10% { opacity: 0.9; }
    20% { opacity: 0.7; }
    30% { opacity: 0.5; }
    40% { opacity: 0.3; }
    50% { opacity: 0.1; }
    60% { opacity: 0.3; }
    70% { opacity: 0.5; }
    80% { opacity: 0.7; }
    90% { opacity: 0.9; }
    100% { opacity: 1; }
}*/

@keyframes rotateStars {
    0% { transform: translate(-50%, 0%); }
    10% { transform: translate(-49%, -1%); }
    20% { transform: translate(-48%, -2%); }
    30% { transform: translate(-47%, -3%); }
    40% { transform: translate(-46%,-4%); }
    50% { transform: translate(-45%, -5%); }
    60% { transform: translate(-46%, -4%); }
    70% { transform: translate(-47%, -3%); }
    80% { transform: translate(-48%, -2%); }
    90% { transform: translate(-49%, -1%); }
    100% { transform: translate(-50%, 0%); }
}

.blog-posts article {
    max-height: 250px;
    overflow: hidden;
}

.blog-posts h3 {
    max-height: 65px;
    overflow: hidden;
}

.blog-posts p {
    max-height: 75px;
    overflow: hidden;
}

.blog-posts .blog-image {
    height: 250px;
    overflow: hidden;
}

.blog-posts .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shadow-box-blog, .shadow-box-course, .shadow-box-lesson {
    box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.1);
}

/******* Hero *******/

#header {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

#hero {
    position: relative;
    overflow: hidden;
    /*padding-bottom: 25px;*/
    padding-top: 80px;
    margin-top: -110px;
}
#hero::before,
#hero::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#hero::before {
    background-image: var(--elipse-bg-r);
    width: 650px;
    height: 600px;
    top: -25px;
    right: -200px;
    animation: blobMove1 14s infinite linear;
}
#hero::after {
    background-image: var(--elipse-bg-l);
    width: 610px;
    height: 730px;
    top: 150px;
    left: -150px;
    animation: blobMove2 14s infinite linear;
}

/*#hero-left,
#hero-right {
    position: relative;
}*/

/*#hero-right:before {
    content: "";
    position: absolute;
    width: 647px;
    height: 600px;
    background: var(--elipse-bg-r) center center no-repeat;
    background-size: contain;
    z-index: -1;
    top: -25px;
    right: -200px;
}

#hero-left:before {
    content: "";
    position: absolute;
    width: 611px;
    height: 732px;
    background: var(--elipse-bg-l) center center no-repeat;
    background-size: contain;
    z-index: -1;
    top: -75px;
    right: -30px;
}*/

.contact-page #hero-left:after {
    content: "";
    position: absolute;
    width: 890px;
    height: 181px;
    background: var(--elipse-bg-b) center center no-repeat;
    background-size: contain;
    z-index: 1;
    bottom: -10px;
    left: -130px;
}

#counters:before {
    content: "";
    position: absolute;
    width: 890px;
    height: 181px;
    background: var(--elipse-bg-b) center center no-repeat;
    background-size: contain;
    z-index: 1;
    bottom: 130px;
    left: -85px;
}

@keyframes blobMove1 {
    0%   { transform: translate(0%, 0%) scale(1.1) rotate(0deg); }
    5%   { transform: translate(-10%, 10%) scale(1.2) rotate(20deg); }
    10%  { transform: translate(-20%, 20%) scale(1.3) rotate(40deg); }
    15%  { transform: translate(-30%, 30%) scale(1.4) rotate(60deg); }
    20%  { transform: translate(-40%, 40%) scale(1.5) rotate(80deg); }
    25%  { transform: translate(-50%, 50%) scale(1.4) rotate(90deg); }
    30%  { transform: translate(-40%, 40%) scale(1.3) rotate(100deg); }
    35%  { transform: translate(-30%, 30%) scale(1.2) rotate(120deg); }
    40%  { transform: translate(-20%, 20%) scale(1.1) rotate(140deg); }
    45%  { transform: translate(-10%, 10%) scale(1) rotate(160deg); }
    50%  { transform: translate(0%, 0%) scale(0.9) rotate(180deg); }
    55%  { transform: translate(-10%, 10%) scale(0.8) rotate(160deg); }
    60%  { transform: translate(-20%, 20%) scale(0.7) rotate(140deg); }
    65%  { transform: translate(-30%, 30%) scale(0.6) rotate(120deg); }
    70%  { transform: translate(-40%, 40%) scale(0.5) rotate(100deg); }
    75%  { transform: translate(-50%, 50%) scale(0.6) rotate(90deg); }
    80%  { transform: translate(-40%, 40%) scale(0.7) rotate(80deg); }
    85%  { transform: translate(-30%, 30%) scale(0.8) rotate(60deg); }
    90%  { transform: translate(-20%, 20%) scale(0.9) rotate(40deg); }
    95%  { transform: translate(-10%, 10%) scale(1) rotate(20deg); }
    100% { transform: translate(0%, 0%) scale(1) rotate(0deg); }
}

@keyframes blobMove2 {
    0%   { transform: translate(0%, 0%) scale(1.1) rotate(0deg); }
    5%   { transform: translate(10%, -30%) scale(1.2) rotate(20deg); }
    10%  { transform: translate(20%, -35%) scale(1.3) rotate(40deg); }
    15%  { transform: translate(30%, -40%) scale(1.4) rotate(60deg); }
    20%  { transform: translate(40%, -45%) scale(1.5) rotate(80deg); }
    25%  { transform: translate(50%, -50%) scale(1.4) rotate(90deg); }
    30%  { transform: translate(40%, -45%) scale(1.3) rotate(100deg); }
    35%  { transform: translate(30%, -40%) scale(1.2) rotate(120deg); }
    40%  { transform: translate(20%, -35%) scale(1.1) rotate(140deg); }
    45%  { transform: translate(10%, -30%) scale(1) rotate(160deg); }
    50%  { transform: translate(0%, 0%) scale(0.9) rotate(180deg); }
    55%  { transform: translate(10%, -30%) scale(0.8) rotate(160deg); }
    60%  { transform: translate(20%, -35%) scale(0.7) rotate(140deg); }
    65%  { transform: translate(30%, -40%) scale(0.6) rotate(120deg); }
    70%  { transform: translate(40%, -45%) scale(0.5) rotate(100deg); }
    75%  { transform: translate(50%, -50%) scale(0.6) rotate(90deg); }
    80%  { transform: translate(40%, -45%) scale(0.7) rotate(80deg); }
    85%  { transform: translate(30%, -40%) scale(0.8) rotate(60deg); }
    90%  { transform: translate(20%, -35%) scale(0.9) rotate(40deg); }
    95%  { transform: translate(10%, -30%) scale(1) rotate(20deg); }
    100% { transform: translate(0%, 0%) scale(1) rotate(0deg); }
}

#hero-title {
    font-size: 46px;
    line-height: 2;
    position: relative;
    max-width: 560px;
}

#hero-title:before {
    display: block;
    content: "";
    width: 55px;
    height: 0px;
    position: absolute;
    bottom: 77%;
    right: -30px;
    background: var(--hero-bg) center center no-repeat;
    background-size: contain;
    transition: all .2s ease;
}

#hero-title.active-animation:before {
    height: 45px;
    bottom: 80%;
    animation: shineLearnova 2s infinite linear;
}

@keyframes shineLearnova {
    0% { transform: scale(1); }
    15% { transform: scale(1.05); }
    25% { transform: scale(1.1); }
    40% { transform: scale(1.15); }
    50% { transform: scale(1.2); }
    60% { transform: scale(1.15); }
    75% { transform: scale(1.1); }
    85% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes moveVector {
    0% { transform: translateX(0%); }
    15% { transform: translateX(-1%); }
    25% { transform: translateX(-2%); }
    40% { transform: translateX(-3%); }
    50% { transform: translateX(-4%); }
    60% { transform: translateX(-3%); }
    75% { transform: translateX(-2%); }
    85% { transform: translateX(-1%); }
    100% { transform: translateX(0%); }
}

.title-vector {
    display: inline-block;
    position: relative;
}

.title-vector:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 0px;
    height: 16px;
    background: var(--vector-bg) center center no-repeat;
    background-size: cover;
    transition: all .2s ease-in;
}

.title-vector.active-animation:after,
.intro-vector.active-animation:after {
    width: 197px;
    right: -10px;
    animation: moveVector 2s infinite linear;
}

.intro-vector:after {
    bottom: -25px;
    transition: all .2s ease-in;
}

#hero-desc {
    font-size: 28px;
}

#hero-trust {
    max-width: 490px;
}

.hero-consulate {
    max-width: 490px;
    height: 65px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 5px;
    border-left-width: 1px;
    border-bottom-width: 5px;
    border-color: #000000;
    transition: background-color .1s linear;
}

.hero-consulate:hover, .hero-consulate:focus {
    background-color: var(--blue-light);
}

.hero-consulate:active {
    border-style: inset !important;
    border-top-width: 5px;
    border-right-width: 1px;
    border-left-width: 5px;
    border-bottom-width: 1px;
}

#hero .avatars {
    background-image: url(./assets/images/avatars-new.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: contain;
    padding: .5rem 5rem .5rem 1rem;
}

.counters > span:first-child {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to bottom, #000000, #888888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.counters > span:last-child {
    font-size: 24px;
    font-weight: 700;
}

/******* Features *******/

/*#Mobile-Slider #learnova-features li {
    padding: 6px 0;
    position: relative;
}

#Mobile-Slider #learnova-features li:before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: var(--yellow-dark);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    opacity: 0.6;
}

#Mobile-Slider #learnova-features li.active:before {
    opacity: 1;
}*/

#Mobile-Slider #learnova-features li {
    position: relative;
}

#Mobile-Slider #learnova-features li::before,
#Mobile-Slider #learnova-features li::after {
    content: '';
    width: 5px;
    height: 100%;
    background-color: var(--yellow-dark);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    transform-origin: top;
}

#Mobile-Slider #learnova-features li:before {
    opacity: 0.4;
}

#Mobile-Slider #learnova-features li:after {
    transform: scaleY(0);
}

#Mobile-Slider #learnova-features li.progressing::after {
    animation: fillBar 3s linear forwards;
}

@keyframes fillBar {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
}

#Mobile-Slider .mobile-wrapper {
    position: relative;
    width: 319px;
    height: 638px;
    background: var(--mobile-bg) center center no-repeat;
    background-size: contain;
}

.mobile-wrapper:before {
    content: '';
    height: 40px;
    width: 80px;
    background: var(--mobile-button-bg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

#Mobile-Slider .swiper-mobile {
    width: 274px;
    height: 590px;
    transform: translate(-1px, 22px);
    border-radius: 40px;
}

#Mobile-Slider .mobile-wrapper img {
    width: 274px;
    height: 598px;
    /*border-radius: 40px;*/
}

#Mobile-Slider .text-list ul {
    list-style: none;
    padding: 50px 0;
}

.custom-features-pagination {
    position: absolute;
    bottom: -60px;
    width: 100%;
}

.feature-dots {
    width: 15px;
    height: 15px;
    border: 2px solid var(--yellow-dark);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.feature-dots::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: var(--yellow-dark);
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.feature-dots.progressing::before {
    animation: circleFill 3s linear forwards;
}

@keyframes circleFill {
    from { width: 0px; height: 0px; }
    to   { width: 15px; height: 15px; }
}

.mobile-slider.paused .progressing:after,
.mobile-slider.paused .progressing:before {
    animation-play-state: paused !important;
}

#Mobile-Slider #learnova-features li {
    color: var(--light-gray);
    transition: all 0.3s ease;
    font-weight: bold;
}

#Mobile-Slider #learnova-features li.active {
    color: var(--dark-gray);
}

/******* Media *******/
.mediaSlider .swiper-wrapper {
    align-items: center;
}

.mediaSlider .swiper-slide {
    position: relative;
}

.mediaSlider-image img {
    max-width: 180px;
    height: auto;
    transition: all 0.3s ease;
}

.mediaSlider-image img:last-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mediaSlider-image img:last-child {
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.mediaSlider-image:hover img:first-child {
    opacity: 0;
}

.mediaSlider-image:hover img:last-child {
    opacity: 1;
}

/******* Breadcrumbs ********/

.breadcrumb {
    padding: 15px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    font-size: 16px;
    flex-wrap: wrap;
}

.breadcrumb a {
    padding: 0 10px;
}

.breadcrumb li::after {
    content: ">";
    margin: 0 1rem;
    color: #ccc;
}

.breadcrumb li:last-child::after {
    content: "";
}


/******* Comprehensive *******/

.button-style-1 {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 5px;
    border-left-width: 1px;
    border-bottom-width: 5px;
    border-color: #000000;
}

.button-style-1:hover, .button-style-1:focus {
    background-color: var(--blue-light);
}

.button-style-1:active {
    border-style: inset !important;
    border-top-width: 5px;
    border-right-width: 1px;
    border-left-width: 5px;
    border-bottom-width: 1px;
}

#Comprehensive {
    margin: 14rem 0;
}

.Comprehensive-box {
    position: relative;
}

#Comprehensive .Comprehensive-box2 {
    background-color: var(--yellow-light);
    padding: 50px;
    border-radius: 20px;
    border: 2px solid var(--yellow-mid);
    width: 90%;
}

#Comprehensive a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#Comprehensive img {
    position: absolute;
    top: -19px;
    left: 0;
}


/******* Teachers *******/

#Teachers {
    position: relative;
}

#Teachers:before {
    content: '';
    width: 45px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

#Teachers:after {
    content: '';
    width: 45px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

#Teachers .swiper-slide {
    border: 2px solid;
    border-radius: 20px;
    overflow: hidden;
}

#Teachers .swiper-wrapper .swiper-slide:nth-child(2n+1) {
    border-color: #ffe9b7;
}

#Teachers .swiper-wrapper .swiper-slide:nth-child(2n) {
    border-color: var(--blue-light);
}

#Teachers .teacherSlider-image {
    text-align: center;
    height: 282px;
    overflow: hidden;
}

#Teachers .teacherSlider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#Teachers .swiper-wrapper .swiper-slide:nth-child(2n+1) .teacherSlider-image {
    background-color: #ffe9b7;
}

#Teachers .swiper-wrapper .swiper-slide:nth-child(2n) .teacherSlider-image {
    background-color: var(--blue-light);
}

#Teachers .swiper-wrapper a:hover {
    opacity: 0.8;
}


/******* comments *******/

.features-subtitle {
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    padding: 5px 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a.features-subtitle:hover {
    color: var(--yellow-dark);
    border-color: var(--yellow-dark);
}

a.features-subtitle.border-dark:hover, #more-popular-lesson:hover {
    color: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
}

#Comments {
    height: 878px;
    overflow: hidden;
    position: relative;
}

#Comments.large-height {
    height: 1190px;
}

#Comments:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#Comments.hide-after::after {
    opacity: 0;
    visibility: hidden;
}

#Comments #show-more-comments, #Comments #hidden-more-comments {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--light-gray);
    border-radius: 50px;
    z-index: 110;
}

#Comments .comment-box {
    padding: 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 4px 0px var(--blue-light);
}

#Comments .comment-video {
    padding: 5px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 4px 0px var(--blue-light);
}

.video-wrapper {
    position: relative;
    width: 100%;
    /*max-height: 595px;*/
    background-color: #222;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-comment {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #222;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pause-btn,
.play-btn {
    pointer-events: auto;
    background-color: rgba(255,255,255,0.8);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.pause-btn:hover,
.play-btn:hover {
    transform: scale(1.1);
    background-color: rgba(255,255,255,1);
}

.pause-btn {
    display: none !important;
}

.video-wrapper.playing .play-btn {
    display: none !important;
}

.video-wrapper.playing:hover .pause-btn {
    display: flex !important;
}

.play-btn i,
.pause-btn i {
    font-size: 36px;
    color: #000;
}
/******* Why Learnova *******/

#WhyLearnova .WhyLearnova-box {
    background-color: var(--blue-light);
    border-radius: 35px;
    padding: 35px 35px 25px 35px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#WhyLearnova .WhyLearnova-box img {
    margin-top: -145px;
    max-width: 100%;
}

#WhyLearnova .WhyLearnova-box2 {
    background-color: var(--yellow-mid);
    border-radius: 35px;
    padding: 35px 35px 20px 35px;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
}

#WhyLearnova .WhyLearnova-box2 img {
    margin-top: -27px;
    max-width: 100%;
    position: absolute;
    width: 56%;
    left: -25px;
}

#WhyLearnova .WhyLearnova-box3 {
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    border: 2px solid var(--blue-light);
    height: 100%;
    flex-wrap: wrap;
}

#WhyLearnova .WhyLearnova-box3-img {
    background-color: #bdd8ff;
    border-radius: 0 0 32px 32px;
}

#WhyLearnova .WhyLearnova-box3 img {
    margin-top: -80px;
    max-width: 100%;
}

#WhyLearnova .WhyLearnova-box4 {
    background-color: #bdd8ff;
    border-radius: 35px;
    display: flex;
    padding: 35px;
    background-image: var(--refund-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-wrap: wrap;
}

#WhyLearnova .WhyLearnova-box5 {
    background-color: var(--yellow-mid);
    border-radius: 35px;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    flex-wrap: wrap;
}

#WhyLearnova .WhyLearnova-box5 img {
    height: 100%;
    border-radius: 0 30px 30px 0;
}


/******* Blog *******/

#blog {
    background-color: var(--yellow-light);
}

#blog article {
    border: 2px solid #bdd8ff;
    border-radius: 25px;
    background-color: #fff;
}

.swiper-item-blog {
    height: 384px !important;
}

.ellipsis-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

#blog article>.row {
    height: 100%;
}

#blog article img {
    border-radius: 0 25px 25px 0;
    height: 100%;
    width: 100%;
}

#blog article a:hover {
    color: #bdd8ff;
}


/******* Footer *******/

.contact-box {
    position: relative;
}

#contact .contact-box2 {
    background-color: var(--yellow-light);
    padding: 70px 60px;
    border-radius: 20px;
    border: 2px solid var(--yellow-mid);
    width: 100%;
    position: relative;
}

#contact a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#contact a:hover {
    background-color: var(--blue-light);
}

#contact img {
    position: absolute;
    left: 100px;
    bottom: 0;
    max-width: 400px;
    z-index: 10;
}

.organization-page #contact img {
    left: 60px;
}

#contact input, #consultation-box input {
    background-color: var(--yellow-light);
    padding: 15px 25px;
    border-radius: 10px;
    border: 2px solid var(--yellow-mid);
    width: 100%;
    margin-bottom: 3rem;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#consultation-box input {
    margin-bottom: 1rem;
    text-align: right;
    font-size: 14px;
    padding: 10px 20px;
}

#contact input::placeholder {
    font-family: kalame;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#consultation-box input::placeholder {
    font-family: kalame;
    color: #000;
    font-size: 14px;
    font-weight: bold;

}

/****** Comments ******/
#comments ul.children {
    padding-right: 0;
}

.comment-content p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px !important;
    padding: 10px 0;
}

#commentform .logged-in-as {
    font-size: 14px !important;
}

#comments a.comment-reply-link {
    color: var(--yellow-dark) !important;
}

#comments input#email::placeholder,
#comments input#url::placeholder {
    text-align: right;
    direction: rtl;
}

#comments .comment-respond {
    padding-top: 10px;
}

#load-more-comments button {
    color: #2C2C2C;
    border: 2px solid #2C2C2C;
    border-radius: 25px;
    background: none;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 18px;
}
/******* Footer *******/

.about-text {
    text-align: justify;
    line-height: 2;
    max-width: 570px;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #545454;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #212121;
}


/* ==== Blog Page ====*/

.blog-page .blog-section-1 img {
    width: 100%;
    border-right: 8px solid var(--blue-light);
    border-bottom: 8px solid var(--blue-light);
}

#lesson-section-1 img {
    width: 100%;
    border-right: 8px solid var(--yellow-mid);
    border-bottom: 8px solid var(--yellow-mid);
}

.blog-page .blog-section-1 .blog-image-1 {
    height: 430px;
    overflow: hidden;
}

.blog-page .blog-section-1 .blog-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-page .blog-section-1 .blog-image-2 {
    height: 200px;
    overflow: hidden;
}

.blog-page .blog-section-1 .blog-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*.blog-page .blog-section-1 article {
    height: 100%;
}*/

.blog-page .blog-section-1 article:hover {
    background-color: var(--yellow-light);
}

#lesson-section-1 article:hover {
    background-color: var(--blue-lighter);
}

.blog-page .blog-section-2 {
    background-color: var(--yellow-light);
}

.blog-page #lesson-section-2 {
    background-color: var(--blue-lighter);
}

.blog-page .blogPageSlider-image {
    height: 200px;
    overflow: hidden;
}

.blog-page .blogPageSlider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-page .blog-section-2 p {
    text-align: justify;
}

.blog-page .blog-section-2 article:hover {
    background-color: var(--yellow-light);
}

.blog-page .blog-section-2 .swiper-button-next:after,
.blog-page .blog-section-2 .swiper-button-prev:after,
.TeacherSlider .swiper-button-next:after,
.TeacherSlider .swiper-button-prev:after {
    display: none !important;
}

.blog-page .blog-section-2 .swiper-nav-top, .TeacherSlider .swiper-nav-top {
    margin-bottom: 10px;
    position: relative;
    height: 50px;
}

.TeacherSlider .swiper-nav-top {
    width: 120px;
    margin: auto;
}

.blog-page .blog-section-2 .swiper-nav-top .custom-next,
.blog-page .blog-section-2 .swiper-nav-top .custom-prev,
.TeacherSlider .swiper-nav-top .custom-next,
.TeacherSlider .swiper-nav-top .custom-prev {
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #818181;
    color: #818181;
}

.TeacherSlider .swiper-nav-top .custom-next,
.TeacherSlider .swiper-nav-top .custom-prev {
    color: var(--yasi);
    border: 1px solid var(--yasi);
}

.blog-page .blog-section-3 .blog-image-3 {
    height: 270px;
    overflow: hidden;
}

.blog-page .blog-section-3 .blog-image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-right: 8px solid var(--blue-light);
    border-bottom: 8px solid var(--blue-light);
}

.blog-page #lesson-section-3 .blog-image-3 img {
    border-right: 8px solid var(--yellow-mid);
    border-bottom: 8px solid var(--yellow-mid);
}

.blog-page .blog-section-3 article:hover {
    background-color: var(--yellow-light);
}

.blog-page #lesson-section-3 article:hover {
    background-color: var(--blue-lighter);
}

/***** Pagination *****/

.blog-pagination a,
.blog-pagination span {
    font-size: 20px;
    margin: 0 5px;
    color: #818181;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.blog-pagination span:not(.dots) {
    background-color: var(--blue-light);
}

.blog-pagination a.next, .blog-page .blog-pagination a.prev {
    border: 2px solid var(--light-gray);
    border-radius: 50%;
}

.blog-pagination a:hover {
    background-color: var(--yellow-dark);
}


/* ==== Blog content Page ====*/
.blog-page-content .post-thumbnail {
    max-height: 388px;
    max-width: 586px;
    overflow: hidden;
}

.blog-page-content .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-page-content .related-thumbnail {
    height: 101px;
    width: 128px;
    overflow: hidden;
}

.blog-page-content .related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-page-content h2 {
    font-weight: bold !important;
    line-height: 45px !important;
    font-size: 28px !important;
}

.blog-page-content p {
    font-size: 18px;
    line-height: 35px;
}

.warning-box span {
    color: #ff9d00;
}

.info-box span {
    color: #008cff;
}

.error-box span {
    color: #fe0000;
}

.blog-page-content .content-contact input {
    background-color: var(--yellow-light);
    padding: 15px 25px;
    border-radius: 10px;
    border: 2px solid var(--yellow-mid);
    width: 100%;
    margin-bottom: 1.3rem;
    text-align: right;
    font-size: 20px;
    color: #000;
    font-family: kalame;
}

.blog-page-content .content-contact input::placeholder {
    font-family: kalame;
    font-size: 20px;
}

.blog-page-content .content-contact img {
    width: 100%;
    border-right: 8px solid var(--blue-light);
    border-bottom: 8px solid var(--blue-light);
}

.blog-page-content .content-last-articles article:hover {
    background-color: var(--yellow-light);
}

.blog-page-content .blogComprehensive img {
    z-index: 2;
    position: relative;
}

.blog-page-content .blogComprehensivebox {
    margin-top: -3px;
    z-index: 1;
    position: relative;
}

.blog-page-content .blogComprehensivebox .title-vector:after {
    bottom: -22px !important;
    right: 60px !important;
    width: 80px !important;
    background-size: contain !important;
}

.entry-content p {
    font-size: 20px !important;
}

.entry-content ul li,
.entry-content ol li {
    font-size: 18px !important;
    line-height: 2;
}

.entry-content figure, .entry-content img {
    margin: 20px auto !important;
}

.entry-content img, .entry-content figure img {
    border-radius: 50px !important;
}

.blog-page-content .author-image {
    max-width: 150px;
    max-height: 150px;
}

.blog-page-content .author-image img {
    width: 150px;
    height: 150px;
}

/* ==== Accorion ====*/

.accordionLearnova .accordion-item {
    border-radius: 1rem !important;
    margin: 2rem 0;
    padding: 1rem;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .125) !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordionLearnova .accordion-button {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 24px;
    font-family: 'kalamebold';
    color: #000 !important;
}

.lesson-content .accordionLearnova .accordion-button,
.entry-content .accordionLearnova .accordion-button {
    font-size: 22px !important;
}

.accordionLearnova .accordion-body {
    font-size: 20px;
}

.lesson-content .accordionLearnova .accordion-body,
.entry-content .accordionLearnova .accordion-body,
.product-page .accordionLearnova .accordion-body p {
    font-size: 18px !important;
}

.accordionLearnova .accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    background-image: none !important;
    margin-top: -10px;
}

.accordionLearnova .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg) !important;
}


/* ==== Product ====*/
#course-detail-fix {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.product-page .LearnovaVideo {
    border: 5px solid var(--blue-light);
}

.product-page video {
    object-fit: contain;
    border-radius: 16px 16px 0 0;
    height: auto;
}

.product-page .product-page-head .product-top {
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.product-page .product-page-head .product-bottom {
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 20px 20px;
}

.product-page .product-description .row div:last-child .border-bottom {
    border-bottom: none !important
}

.product-page .product-description {
    background: #FFF;
    background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 238, 1) 100%);
}

.product-page #Comments {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.product-page #Comments::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
    background: #FFF;
    background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 238, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

/*.product-page #Comments::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background:
            linear-gradient(to right, white 0px, transparent 40px) no-repeat left top,
            linear-gradient(to left, white 0px, transparent 40px) no-repeat right top;
    background-size: 40px 100%;
}*/

.product-page #WhyLearnovaCourse img {
    max-width: 100%;
}


.product-page #WhyLearnovaCourse h2 {
    font-size: 36px !important;
}


.product-page #WhyLearnovaCourse p {
    font-size: 22px;
    line-height: 3;
}

.product-page .guarantee-text {
    line-height: 2.2 !important;
}


/* ==== Video ====*/
.LearnovaVideo {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    direction: ltr;
}

.LearnovaVideo video {
    width: 100%;
    display: block;
}

#playPauseVideoBtn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.controls-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.controls-bar button {
    padding: 0 !important;
    height: 20px !important;
}

.control-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.play-area, .volume-area, .time-area, #fullscreenBtn {
    background: rgba(0,0,0,0.2);
}

.play-area, .volume-area, #fullscreenBtn {
    border-radius: 50%;
    width: 30px;
    height: 30px !important;
}

#fullscreenBtn i {
    margin-top: 5px;
}

.time-area {
    border-radius: 50px;
    padding: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .LearnovaVideo:hover .controls-bar {
        opacity: 1;
        pointer-events: auto;
    }
}

.controls-bar.show-controls {
    opacity: 1 !important;
    pointer-events: auto;
}

#seekBar {
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    margin: 10px 0;
    --seek-progress: 0%;
}

#seekBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff0000;
    border: none;
    cursor: pointer;
    margin-top: -4px;
    margin-left: -2px;
}

#seekBar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff0000;
    border: none;
    cursor: pointer;
    margin-top: -4px;
    margin-left: -2px;
}

#seekBar::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, #ff0000 var(--seek-progress), rgba(255,255,255,0.3) var(--seek-progress));
}

#seekBar::-moz-range-progress {
    height: 6px;
    border-radius: 3px;
    background: #ff0000;
}

.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.left-controls, .right-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

.left-controls button,
.right-controls button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.left-controls span {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 2px;
}

.time-area, .play-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.volume-area {
    transition: all .3s ease-out;
    overflow: hidden;
}

.volume-area button {
    margin: 5px;
}

.volume-area .volume-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#volumeBar {
    --vol-progress: 100%;
    width: 80px;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    margin-right: 5px;
    margin-left: 7px;
}

#volumeBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: none;
    margin-top: -3px;
}

#volumeBar::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(to right,
    #fff var(--vol-progress),
    rgba(255,255,255,0.2) var(--vol-progress)
    );
}

#volumeBar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: none;
    margin-top: -3px;
}

#volumeBar::-moz-range-progress {
    height: 4px;
    border-radius: 2px;
    background: #fff;
}

.left-controls .volume-area:hover {
    width: 120px;
    border-radius: 50px;
}

.LearnovaVideo .video-box #playPauseVideoBtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    z-index: 1;
}

.LearnovaVideo .video-box #playPauseVideoBtn.active {
    display: flex !important;
}

.video-box #playPauseVideoBtn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.LearnovaVideo .video-box #playPauseVideoBtn i {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 7px;
}


/* ==== Navigation ====*/

ul.navigation {
    display: flex;
    list-style: none;
    gap: 15px;
    font-size: 15px;
    padding: 10px 0;
}

ul.navigation i {
    margin-right: 15px;
    font-size: 12px;
}

ul.navigation a {
    color: #888;
}

ul.navigation a:hover {
    color: var(--yellow-dark);
}

/****** Courses *******/
.font-12 {
    font-size: 12px;
    line-height: 20px;
}

.product-help ul {
    font-weight: 500;
}

/* ==== Course Page ====*/

.courses-list .course-image {
    height: 250px;
}

.learnova-img-fluid {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.woocommerce-Price-currencySymbol {
    font-size: 14px !important;
}

/* ==== Learn English ====*/

.big-slider-image {
    height: 408px;
    overflow: hidden;
}

.big-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-item-learning {
    height: 394px !important;
}

.learning-excerpt {
    max-height: 80px;
    overflow: hidden;
}

.learn-english .learn-section-1 .swiper-slide {
    border: 1px solid #9db4e0;
    box-shadow: 0 4px 9px 2px rgba(0, 0, 0, .075);
}

.learn-english .learn-section-1 img {
    max-width: 100%;
}

.learn-english .swiper-pagination {
    bottom: -8px !important;
}

/*.learn-english .learn-section-1 .swiper-slide article {
    width: 80% !important;
}*/

.learn-english .blogPageSlider-image {
    height: 200px;
    overflow: hidden;
}

.learn-english .learn-section-2 .swiper-slide {
    box-shadow: 0 4px 9px 2px rgba(0, 0, 0, .075);
}

.learn-english .blogPageSlider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.learn-english .learn-section-2 p {
    text-align: justify;
    line-height: 2;
}

.learn-english .learn-section-2 .swiper-slide:hover {
    background-color: var(--yellow-light) !important;
}

.learn-english .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--yellow-dark);
    opacity: 1 !important;
}

.learn-english .learn-section-2 .swiper-pagination-bullet {
    border: 2px solid var(--yellow-dark);
}

.learn-english .learn-section-2 .swiper-pagination-bullet-active {
    background-color: var(--yellow-dark) !important;
}

.learn-english .learn-section-1 .swiper-pagination-bullet {
    border: 2px solid #202666;
}

.learn-english .learn-section-1 .swiper-pagination-bullet-active {
    background-color: #202666;
}

/* ==== Lesson List ====*/

.lesson-list .blogPageSlider-image {
    height: 180px;
    overflow: hidden;
}

.lesson-list .blogPageSlider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lesson-cat-excerpt {
    max-height: 70px;
    overflow: hidden;
}


/* ==== Lesson Details ====*/

.product-page .Summary {
    font-size: 22px;
    color: #777;
    line-height: 40px;
}

.product-page .lesson-content h2 {
    font-weight: bold !important;
    line-height: 45px !important;
    font-size: 28px !important;
}

.product-page .lesson-content h3 {
    font-weight: bold !important;
    line-height: 40px !important;
    font-size: 24px !important;
}

.product-page .lesson-content p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}

.product-page .lesson-content ul li,
.product-page .lesson-content ol li {
    font-size: 18px !important;
    line-height: 2;
}

.product-page .lesson-content img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.product-page .lesson-content .learnova-ltr-list {
    direction: ltr;
    text-align: left;
    font-weight: 700;
}

.product-page .lesson-content .learnova-ltr-list li,
.product-page .lesson-content ul li,
.entry-content .learnova-ltr-list li,
.entry-content ul li {
    margin-bottom: 20px;
    font-size: 18px;
}

.product-page .articletime span, .pproduct-top span {
    font-size: 14px;
    font-weight: bold;
    color: #7C7C7C;
}

.product-page .articletime i, .pproduct-top i {
    color: #017eff;
    margin-left: 2px;
}

.product-page .product-column-left article:hover {
    background-color: #bcd8ff;
}

.product-page .content-contact input {
    background-color: var(--yellow-light);
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid var(--yellow-dark);
    width: 100%;
    margin-bottom: 1.3rem;
    text-align: right;
    font-size: 20px;
    color: #000;
    font-family: kalame;
}

.product-page .content-contact input::placeholder {
    font-family: kalame;
    font-size: 20px;
}

.product-page .content-contact img {
    width: 100%;
    border-right: 8px solid var(--blue-light);
    border-bottom: 8px solid var(--blue-light);
}

.product-page .blogComprehensivebox .title-vector:after {
    bottom: -18px !important;
    right: 60px !important;
    width: 80px !important;
    background-size: contain !important;
}

.order-6 {
    order: 6 !important;
}

.blogComprehensive div.h3 {
    font-size: 30px;
}

.blogComprehensive .title-vector:after {
    background: var(--vector-bg-sm) no-repeat center center;
}

/* ==== Wordpress Table ====*/

.product-page table.learnova-table, .entry-content table.learnova-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    height: auto !important;
}

.product-page .learnova-table tbody tr td, .entry-content .learnova-table tbody tr td {
    border: 1px solid #ffbb18 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px !important;
    font-size: 20px;
}

.product-page .learnova-table tbody tr td,
.entry-content .learnova-table tbody tr td,
.product-page .learnova-table thead tr th,
.entry-content .learnova-table thead tr th {
    text-align: center;
}

.product-page .learnova-table tbody tr:first-child td,
.entry-content .learnova-table tbody tr:first-child td {
    border-top: 1px solid #ffbb18 !important;
}

.product-page .learnova-table tbody tr:last-child td,
.entry-content .learnova-table tbody tr:last-child td {
    border-bottom: 1px solid #ffbb18 !important;
}

.product-page .learnova-table tbody tr:nth-child(2n) td,
.entry-content .learnova-table tbody tr:nth-child(2n) td {
    background-color: #fffcf5;
}

.product-page .learnova-table thead,
.entry-content .learnova-table thead {
    border-bottom: none !important;
}

.product-page .learnova-table thead tr th,
.entry-content .learnova-table thead tr th {
    border: 1px solid #ffbb18 !important;
    background-color: #ffeab8;
    padding: 20px;
    font-family: 'kalamebold';
    font-size: 20px;
}

.product-page .learnova-table thead tr th:first-child,
.entry-content .learnova-table thead tr th:first-child {
    border-top-right-radius: 20px;
}

.product-page .learnova-table thead tr th:last-child,
.entry-content .learnova-table thead tr th:last-child {
    border-top-left-radius: 20px;
}

.product-page .learnova-table tbody tr:last-child td:first-child,
.entry-content .learnova-table tbody tr:last-child td:first-child {
    border-bottom-right-radius: 20px;
}

.product-page .learnova-table tbody tr:last-child td:last-child,
.entry-content .learnova-table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 20px;
}

/******* widgets *******/
.pproduct-top .latest-post-thumbnail {
    height: 100px;
    overflow: hidden;
}

.pproduct-top .latest-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/****** Contact us ********/
#contact-socials div:nth-child(even) a {
    background-color: var(--blue-light);
}

#contact-socials div:nth-child(odd) a {
    background-color: var(--yellow-mid);
}

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ajax-loader .loader-content {
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* ==== Media Queries ====*/
/******** Pedram ********/
@media (max-width:767px) {
    #hero .avatars {
        padding: .5rem 1rem !important;
        /*font-size: 13px;*/
    }
    #hero #hero-left {
        text-align: center;
    }
    #hero #hero-left img {
        margin: 0 auto;
        max-width: 100%;
    }
    /*#hero .title-vector:after {
        width: 105px !important;
        background-size: contain !important;
    }*/
}

@media (max-width:767px) {
    #Mobile-Slider #learnova-features li {
        text-align: center;
        border: none !important;
        display: none;
    }
    #Mobile-Slider #learnova-features li:before,
    #Mobile-Slider #learnova-features li:after {
        display: none !important;
    }
    #Mobile-Slider #learnova-features li.active {
        display: block !important;
    }
    #Mobile-Slider .text-list ul {
        padding: 0 !important;
    }
}

/*@media (max-width:1199px) {
    #Comprehensive img {
        width: 500px !important;
    }
}*/

@media (max-width:1100px) {
    #Comprehensive {
        margin: 4rem 0 !important;
    }
    /*#Comprehensive img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }*/
    .Comprehensive-box2 {
        justify-content: center;
        text-align: center;
        border-radius: 0 0 30px 30px !important;
        margin: -10px 0 0 0 !important;
    }
    #Comprehensive h2 {
        display: flex;
        justify-content: center;
    }
    #Comprehensive .Comprehensive-box2 {
        width: 100% !important;
    }
}

/*@media (max-width:767px) {
    #Teachers:before,
    #Teachers:after {
        display: none !important;
    }
}*/

@media (max-width:991px) {
    /*#WhyLearnova .WhyLearnova-box2 img {
        margin-top: -50px;
        max-width: 100%;
        position: relative !important;
        width: auto !important;
        left: 0 !important;
    }*/
    ul.navigation {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 20px;
    }

    ul.navigation li {
        flex: 0 0 auto;
    }

    ul.navigation::-webkit-scrollbar {
        height: 6px;
        border-radius: 10px;
    }

    ul.navigation::-webkit-scrollbar-track {
        background: #7C7C7C;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    ul.navigation::-webkit-scrollbar-thumb {
        background-color: #FFBB18;
        border-radius: 10px;
    }

    ul.navigation {
        scrollbar-color: #FFBB18 transparent;
        scrollbar-width: thin;
    }
}

/*@media (min-width:991px) {
    #blog article .blog-image {
        height: 100% !important;
    }
}*/

@media (max-width:767px) {
    #blog article img {
        border-radius: 25px 25px 0px 0px;
    }
    #WhyLearnova .WhyLearnova-box3,
    #WhyLearnova .WhyLearnova-box,
    #WhyLearnova .WhyLearnova-box2,
    #WhyLearnova .WhyLearnova-box4,
    #WhyLearnova .WhyLearnova-box5,
    #WhyLearnova .WhyLearnova-box5 img {
        border-radius: 25px;
    }
    #WhyLearnova .WhyLearnova-box3-img {
        border-radius: 0 0 25px 25px;
    }
    #WhyLearnova .WhyLearnova-box4 {
        padding: 35px 20px 35px 20px;
    }
    .lesson-excerpt {
        max-height: 100px;
        overflow: hidden;
    }
    .lesson-excerpt h2 {
        max-height: 45px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .product-page .product-page-head .product-column {
        display: contents;
    }
    .product-page .product-page-head .product-top,
    .product-page .product-page-head .product-bottom {
        border-radius: 20px !important;
        border: 1px solid #dee2e6 !important;
    }
}

@media (max-width: 991px) {
    .LearnovaVideo #playPauseBtn {
        display: none !important;
    }
    /*.LearnovaVideo .video-volume {
        width: 100px;
    }
    .LearnovaVideo .video-volume #volumeBar {
        display: inline-block !important;
    }*/
}

/*@media (max-width: 991px) {
    .learn-english .learn-section-1 .swiper-slide {
        width: 100% !important;
    }
}*/


@media (min-width: 375px) and (max-width: 424.98px) {
    .entry-content img,
    .entry-content figure img,
    .product-page .lesson-content img,
    .product-page .lesson-content figure img {
        border-radius: 30px !important;
    }

    .LearnovaVideo .video-box #playPauseVideoBtn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .LearnovaVideo .video-box #playPauseVideoBtn i {
        margin-left: 4px;
    }

    .controls-bar {
        max-height: 65px;
        padding: 0 4px;
    }

    .controls-bar button {
        padding: 0 !important;
        height: 18px !important;
    }

    .controls-bar .left-controls {
        gap: 3px;
    }

    .left-controls .volume-area {
        width: 120px;
        border-radius: 50px;
    }

    .play-area, .volume-area, #fullscreenBtn {
        border-radius: 50%;
        width: 25px;
        height: 25px !important;
    }

    .left-controls button,
    .right-controls button {
        font-size: 14px;
    }

    .left-controls span {
        font-size: 12px;
    }

    .left-controls .time-area {
        padding: 3px;
    }

    .volume-area button {
        margin: 3px;
    }

    .contact-box .consultation-message {
        bottom: 5px;
    }
    .product-page .lesson-content p,
    .product-page .lesson-content ul li,
    .product-page .lesson-content ol li,
    .entry-content p,
    .entry-content ul li,
    .entry-content ol li {
        font-size: 16px !important;
    }
    .product-page .learnova-table thead tr th,
    .entry-content .learnova-table thead tr th,
    .product-page .learnova-table tbody tr td, .entry-content .learnova-table tbody tr td {
        font-size: 16px;
    }

    .w-75-sm {
        width: 75% !important;
    }
    .blogComprehensive div.h3 {
        font-size: 22px;
    }

    .blogComprehensive div.font-20 {
        font-size: 16px !important;
    }

    .blog-page-content .blogComprehensivebox .title-vector:after {
        bottom: -22px !important;
        right: 20px !important;
    }

    .blog-excerpt {
        max-height: 65px;
        overflow: hidden;
    }

    .blog-cat-excerpt {
        max-height: 75px;
        overflow: hidden;
    }

    .learning-excerpt {
        max-height: 80px;
        overflow: hidden;
    }

    /*.mediaSlider-image {
        width: unset;
        height: 50px;
    }*/

    .mediaSlider-image img {
        max-width: 100px;
    }
    /*.video-wrapper {
        max-height: 435px;
    }*/

    #Comments .comment-video {
        padding: 10px;
    }

    #Comprehensive img {
        position: relative !important;
        top: 0 !important;
        left: 8px !important;
        max-width: 105% !important;
    }

    .WhyLearnova-box, .WhyLearnova-box2,
    .WhyLearnova-box3, .WhyLearnova-box4,
    .WhyLearnova-box5 {
        position: relative;
    }
    .WhyLearnova-box .method-image-fix {
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
    }
    #WhyLearnova .WhyLearnova-box {
        padding: 190px 25px 20px 25px;
    }

    .WhyLearnova-box2 .tools-image-fix {
        position: absolute !important;
        top: 8px !important;
        left: -47px !important;
        max-width: unset !important;
        width: auto !important;
    }

    #WhyLearnova .WhyLearnova-box2 {
        padding: 248px 25px 20px 25px;
    }

    #WhyLearnova .WhyLearnova-box3-img {
        background-color: transparent;
        border-radius: 0 0 32px 32px;
    }

    #WhyLearnova .WhyLearnova-box3-img img {
        border-radius: 0 0 25px 25px;
    }

    #WhyLearnova .WhyLearnova-box4 {
        background-image: var(--refund-bg-mobile);
    }

    .section-title {
        font-size: 24px !important;
    }

    #contact img {
        position: relative !important;
        left: 0 !important;
        width: 200px !important;
    }

    #contact input, #consultation-box input {
        margin-bottom: 1rem;
    }

    #Mobile-Slider .mobile-wrapper {
        width: 259px;
        height: 514px;
    }

    .mobile-wrapper:before {
        height: 35px;
        width: 70px;
        top: 10px;
    }

    #Mobile-Slider .swiper-mobile {
        width: 224px;
        height: 479px;
        transform: translate(-1px, 15px);
        border-radius: 35px;
    }

    #Mobile-Slider .mobile-wrapper img {
        width: 224px;
        height: 479px;
        border-radius: 35px;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-14 {
        font-size: 14px !important;
    }

    .font-sm-15 {
        font-size: 15px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }

    .font-sm-28 {
        font-size: 28px !important;
    }

    .font-sm-30 {
        font-size: 30px !important;
    }

    .font-sm-32 {
        font-size: 32px !important;
    }

    .font-sm-36 {
        font-size: 36px !important;
    }

    .container:not(.comments-area) {
        padding: 0 2.5rem;
    }

    #hero-title {
        font-size: 29px;
    }

    #hero-title:before {
        bottom: 75% !important;
        right: -5px;
    }
    #hero-title.active-animation:before {
        width: 35px;
        height: 30px;
        bottom: 78%;
    }

    #hero-desc {
        font-size: 22px;
    }

    .title-vector:after, .intro-vector:after {
        bottom: -5px;
        right: 58px;
        background: var(--vector-bg-sm) center center no-repeat;
        background-size: contain;
        width: 0px;
        height: 16px;
    }

    .intro-vector:after {
        bottom: -15px;
    }

    .title-vector.active-animation:after {
        width: 72px !important;
        right: -15px;
    }

    .intro-vector.active-animation:after {
        width: 72px !important;
        right: 60px;
    }

    #hero-top {
        max-width: 285px;
    }

    #hero-bottom {
        max-width: 330px;
    }

    /*#hero-right:before {
        top: -45px;
        left: -142% !important;
        right: auto !important;
        width: 200%;
    }

    #hero-left:before {
        top: -180px;
        width: 100%;
        right: auto !important;
        left: -50px;
    }*/

    #hero:before {
        top: -10px;
    }

    #hero:after {
        top: 550px;
    }

    #counters:before {
        bottom: 155px;
        left: -240px;
    }

    /*#hero-left:after {
        bottom: -70px;
        left: 0 !important;
        width: 100%;
        right: auto !important;
    }*/

    .contact-page #hero-left:after {
        bottom: -30px;
        left: 0 !important;
        width: 100%;
        right: auto !important;
    }

    #hero-image {
        width: 100%;
        height: auto;
    }

    .counters > span:first-child {
        font-size: 36px;
    }

    .counters > span:last-child {
        font-size: 18px;
        font-weight: 700;
    }

    .mobile-counter {
        font-size: 24px !important;
    }

    .mobile-counter-label {
        font-size: 16px !important;
    }

    #learnova-features {
        display: block;
        margin-top: 20px;
    }

    #learnova-features li {
        display: none;
        border: none;
        font-size: 15px;
        text-align: center;
        float: left;
    }

    #learnova-features li.active {
        display: block;
    }

    .intro-title {
        font-size: 24px !important;
    }

    .intro-desc {
        font-size: 15px !important;
        line-height: 35px;
    }


    #Comprehensive .Comprehensive-box2 {
        padding: 28px;
    }

    #contact .contact-box2 {
        padding: 40px 20px;
    }

    .Comprehensive-box2 a {
        font-size: 20px;
    }

    .why-box-title {
        font-size: 18px !important;
    }

    .why-box-desc {
        font-size: 16px !important;
    }

    ul.navigation {
        gap: 5px;
        font-size: 12px;
    }

    ul.navigation i {
        margin-right: 5px;
        font-size: 11px;
    }

    #WhyLearnova .WhyLearnova-box5 img {
        width: 100%;
        height: auto;
    }

    .blog-page-content .related-thumbnail {
        margin: auto;
    }

    .author-name {
        font-size: 24px;
    }

    .author-bio {
        font-size: 18px !important;
    }

    .courses-page-title {
        font-size: 32px !important;
    }

    .product-top h1 {
        font-size: 22px;
    }

    .product-top span.font-15 {
        font-size: 13px;
    }

    .guarantee-title {
        font-size: 24px;
        margin-bottom: 0 !important;
    }

    .guarantee-text {
        font-weight: 500 !important;
        line-height: 2 !important;
    }

    .product-description h2 {
        font-size: 28px;
    }

    .product-description h3 {
        font-size: 18px;
        line-height: 2;
    }

    .product-description p {
        font-size: 14px;
        font-weight: 500 !important;
    }

    /*.product-page #Comments::before, .product-page #Comments::after {
        display: none;
    }*/

    .product-page #Comments::before {
        display: none;
    }

    .product-help h2 {
        font-size: 20px;
    }

    .product-help ul {
        font-size: 14px;
        margin-right: -15px;
    }

    .product-help ul li:last-child {
        margin-bottom: 0 !important;
    }

    #WhyLearnovaCourse {
        position: relative;
        overflow: visible;
    }

    #WhyLearnovaCourse::before {
        content: "";
        position: absolute;
        width: 376px;
        height: 464px;
        top: -90px;
        left: -48px;
        background: var(--why-bg) center center no-repeat;
        background-size: contain;
        z-index: 2;
    }

    #WhyLearnovaCourse #hidden-white-space {
        height: 320px;
    }

    .product-page #WhyLearnovaCourse h2 {
        font-size: 28px !important;
    }

    .product-page #WhyLearnovaCourse p {
        font-size: 16px;
        line-height: 2;
    }

    .product-faq h2 {
        font-size: 26px;
    }

    .accordionLearnova .accordion-body p {
        font-size: 16px;
        line-height: 2.2;
    }

    .accordionLearnova .accordion-button {
        font-size: 18px;
    }

    .accordionLearnova .accordion-button::after {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .product-page {
        position: relative;
    }

    .product-page video {
        object-fit: contain;
        height: auto !important;
    }
    .big-slider-image {
        height: auto;
        overflow: visible;
    }

    .big-slider-image img {
        width: 100%;
        height: auto;
    }

    #Teachers .teacherSlider-image {
        text-align: center;
        height: 232px;
        overflow: hidden;
    }

    #WhyLearnova .WhyLearnova-box img {
        margin-top: -70px;
    }

    .lesson-list .blogPageSlider-image {
        height: 144px;
        overflow: hidden;
    }

    .navbar-nav li {
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .navbar-nav li a {
        padding: 10px 5px !important;
        text-indent: 5px;
    }

    .navbar-nav li a.active {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--lighter-gray);
    }

    .blog-page .blog-section-1 .blog-image-1 {
        height: auto;
    }

    .blog-page .blog-section-1 .blog-image-1 img {
        width: 100%;
        height: auto;
    }
    #hero .avatars {
        font-size: 11px;
    }

    .teacherSlider-image {
        height: 205px !important;
    }

    .blog-posts article {
        max-height: unset;
    }

    .blog-posts h3 {
        font-size: 14px;
    }

    .blog-posts p {
        font-size: 12px;
    }

    .intro-title {
        font-size: 28px !important;
    }

    .organization-page h1.h2 {
        font-size: 32px;
    }
    .organization-page ul.list-unstyled {
        font-size: 18px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .contact-page #hero {
        padding-top: 25px;
    }

    #contact-socials img {
        width: 50px;
        height: auto;
    }

    .lesson-content .accordionLearnova .accordion-button,
    .entry-content .accordionLearnova .accordion-button {
        font-size: 18px !important;
    }

    .lesson-content .accordionLearnova .accordion-body,
    .entry-content .accordionLearnova .accordion-body,
    .product-page .accordionLearnova .accordion-body p {
        font-size: 16px !important;
    }

    #hero {
        padding-bottom: 0;
    }

    .section-title .star-title:after {
        width: 40px;
        height: 50px;
        top: -10px;
    }

    .teacher-name {
        font-size: 22px !important;
    }

    .teacher-desc {
        font-size: 13px;
    }

}

@media (min-width: 425px) and (max-width: 767.98px) {
    .entry-content img,
    .entry-content figure img,
    .product-page .lesson-content img,
    .product-page .lesson-content figure img {
        border-radius: 30px !important;
    }

    .LearnovaVideo .video-box #playPauseVideoBtn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .LearnovaVideo .video-box #playPauseVideoBtn i {
        margin-left: 3px;
    }

    .controls-bar {
        max-height: 65px;
        padding: 0 4px;
    }

    .left-controls .volume-area {
        width: 120px;
        border-radius: 50px;
    }

    .contact-box .consultation-message {
        bottom: 5px;
    }
    .product-page .lesson-content p,
    .product-page .lesson-content ul li,
    .product-page .lesson-content ol li,
    .entry-content p,
    .entry-content ul li,
    .entry-content ol li {
        font-size: 16px !important;
    }

    .teacher-name {
        font-size: 24px !important;
    }

    .teacher-desc {
        font-size: 16px;
    }

    .section-title .star-title:after {
        width: 40px;
        height: 50px;
        top: -10px;
    }

    #hero {
        padding-bottom: 0;
    }
    .lesson-content .accordionLearnova .accordion-button,
    .entry-content .accordionLearnova .accordion-button {
        font-size: 18px !important;
    }

    .lesson-content .accordionLearnova .accordion-body,
    .entry-content .accordionLearnova .accordion-body,
    .product-page .accordionLearnova .accordion-body p {
        font-size: 16px !important;
    }

    .product-page .learnova-table thead tr th,
    .entry-content .learnova-table thead tr th,
    .product-page .learnova-table tbody tr td, .entry-content .learnova-table tbody tr td {
        font-size: 16px;
    }

    .w-75-sm {
        width: 75% !important;
    }

    #contact-socials img {
        width: 60px;
        height: auto;
    }

    .organization-page h1.h2 {
        font-size: 32px;
    }

    .organization-page ul.list-unstyled {
        font-size: 18px;
    }
    .blogComprehensive div.h3 {
        font-size: 28px;
    }

    .blog-page-content .blogComprehensivebox .title-vector:after {
        bottom: -22px !important;
    }

    .blog-excerpt {
        max-height: 65px;
        overflow: hidden;
    }

    .blog-cat-excerpt {
        max-height: 75px;
        overflow: hidden;
    }

    .learning-excerpt {
        max-height: 80px;
        overflow: hidden;
    }

    /*.mediaSlider-image {
        width: unset;
        height: 50px;
    }*/

    .mediaSlider-image img {
        max-width: 120px;
    }

    /*.video-wrapper {
        max-height: 435px;
    }*/

    #Comments .comment-video {
        padding: 10px;
    }

    #Comprehensive img {
        position: relative !important;
        top: 0 !important;
        left: 8px !important;
        max-width: 105% !important;
    }
    .WhyLearnova-box, .WhyLearnova-box2,
    .WhyLearnova-box3, .WhyLearnova-box4,
    .WhyLearnova-box5 {
        position: relative;
    }

    .WhyLearnova-box .method-image-fix {
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
    }

    #WhyLearnova .WhyLearnova-box {
        padding: 235px 25px 20px 25px;
    }

    .WhyLearnova-box2 .tools-image-fix {
        position: absolute !important;
        top: 8px !important;
        left: -28px !important;
        max-width: unset !important;
        width: auto !important;
    }

    #WhyLearnova .WhyLearnova-box2 {
        padding: 248px 25px 20px 25px;
    }

    #WhyLearnova .WhyLearnova-box3-img {
        background-color: transparent;
        border-radius: 0 0 32px 32px;
    }

    #WhyLearnova .WhyLearnova-box3-img img {
        width: 100%;
        border-radius: 0 0 25px 25px;
    }

    #WhyLearnova .WhyLearnova-box4 {
        background-image: var(--refund-bg-mobile);
    }

    #contact img {
        position: relative !important;
        left: 0 !important;
        width: 200px !important;
    }

    #contact input, #consultation-box input {
        margin-bottom: 1rem;
    }

    #Mobile-Slider .mobile-wrapper {
        width: 259px;
        height: 514px;
    }

    .mobile-wrapper:before {
        height: 35px;
        width: 70px;
        top: 10px;
    }

    #Mobile-Slider .swiper-mobile {
        width: 224px;
        height: 479px;
        transform: translate(-1px, 15px);
        border-radius: 35px;
    }

    #Mobile-Slider .mobile-wrapper img {
        width: 224px;
        height: 479px;
        border-radius: 35px;
    }

    #hero .avatars {
        font-size: 13px;
    }
    .container:not(.comments-area) {
        padding: 0 2.5rem;
    }
    #hero-title, .section-title {
        font-size: 29px;
    }
    #hero-title:before {
        bottom: 75% !important;
        right: -5px;
    }
    #hero-title.active-animation:before {
        width: 35px;
        height: 30px;
        bottom: 78%;
    }
    #hero-desc {
        font-size: 22px;
    }

    .title-vector:after, .intro-vector:after {
        bottom: -5px;
        background: var(--vector-bg-sm) center center no-repeat;
        background-size: contain;
        width: 0px;
        height: 16px;
    }

    .intro-vector:after {
        bottom: -15px;
    }

    .title-vector.active-animation:after {
        right: -15px;
        width: 77px;
    }
    .intro-vector.active-animation:after {
        width: 77px;
        right: 70px;
    }
    #hero-top {
        max-width: 285px;
    }
    .contact-page #hero-top {
        max-width: unset;
    }
    #hero-bottom {
        max-width: 330px;
    }

    /*#hero-right:before {
        top: -45px;
        left: -142% !important;
        right: auto !important;
        width: 200%;
    }
    #hero-left:before {
        top: -180px;
        width: 100%;
        right: auto !important;
        left: -50px;
    }*/

    #hero:before {
        top: -10px;
    }

    #hero:after {
        top: 550px;
    }

    #counters:before {
        bottom: 155px;
        left: -240px;
    }

    /*#hero-left:after {
        bottom: -70px;
        left: 0 !important;
        width: 100%;
        right: auto !important;
    }*/

    .contact-page #hero-left:after {
        bottom: -30px;
        left: 0 !important;
        width: 100%;
        right: auto !important;
    }

    #hero-top {
        max-width: 285px;
    }
    .contact-page #hero-top {
        max-width: unset;
    }
    #hero-image {
        width: 100%;
        height: auto;
    }
    .counters > span:first-child {
        font-size: 36px;
    }
    .counters > span:last-child {
        font-size: 18px;
        font-weight: 700;
    }
    .mobile-counter {
        font-size: 24px !important;
    }
    .mobile-counter-label {
        font-size: 16px !important;
    }
    #learnova-features {
        display: block;
        margin-top: 20px;
    }
    #learnova-features li {
        display: none;
        border: none;
        font-size: 16px;
        text-align: center;
        float: left;
    }
    #learnova-features li.active {
        display: block;
    }
    .intro-title {
        font-size: 32px !important;
    }
    .intro-desc {
        font-size: 18px !important;
        line-height: 40px;
    }
    #Comprehensive .Comprehensive-box2 {
        padding: 28px;
    }
    #contact .contact-box2 {
        padding: 40px 20px;
    }
    .Comprehensive-box2 a {
        font-size: 24px;
    }
    .why-box-title {
        font-size: 18px !important;
    }
    .why-box-desc {
        font-size: 16px !important;
    }
    ul.navigation {
        gap: 5px;
        font-size: 12px;
    }

    ul.navigation i {
        margin-right: 5px;
        font-size: 11px;
    }

    #WhyLearnovaCourse {
        position: relative;
        overflow: visible;
    }

    #WhyLearnovaCourse::before {
        content: "";
        position: absolute;
        width: 430px;
        height: 464px;
        top: -60px;
        left: -48px;
        background: var(--why-bg) center center no-repeat;
        background-size: contain;
        z-index: 2;
    }
    #WhyLearnovaCourse #hidden-white-space {
        height: 380px;
    }
    #WhyLearnova .WhyLearnova-box5 img {
        width: 100%;
        height: auto;
    }
    .blog-page-content .related-thumbnail {
        margin: auto;
    }
    .author-name {
        font-size: 24px;
    }
    .author-bio {
        font-size: 18px !important;
    }
    .courses-page-title {
        font-size: 32px !important;
    }
    .product-top h1 {
        font-size: 22px;
    }
    .product-top span.font-15 {
        font-size: 13px;
    }
    .guarantee-title {
        font-size: 24px;
        margin-bottom: 0 !important;
    }
    .guarantee-text {
        font-weight: 500 !important;
        line-height: 2 !important;
    }
    .product-description h2 {
        font-size: 28px;
    }
    .product-description h3 {
        font-size: 18px;
        line-height: 2;
    }
    .product-description p {
        font-size: 14px;
        font-weight: 500 !important;
    }
    /*.product-page #Comments::before, .product-page #Comments::after {
        display: none;
    }*/
    .product-page #Comments::before {
        display: none;
    }
    .product-help h2 {
        font-size: 20px;
    }
    .product-help ul {
        font-size: 14px;
        margin-right: -15px;
    }
    .product-help ul li:last-child {
        margin-bottom: 0 !important;
    }

    .product-page {
        position: relative;
    }

    .product-page #WhyLearnovaCourse h2 {
        font-size: 32px !important;
    }
    .product-page #WhyLearnovaCourse p {
        font-size: 16px;
        line-height: 2;
    }
    .product-faq h2 {
        font-size: 30px;
    }
    .accordionLearnova .accordion-body p {
        font-size: 16px;
        line-height: 2.2;
    }

    .accordionLearnova .accordion-button {
        font-size: 18px;
    }
    .accordionLearnova .accordion-button::after {
        font-size: 22px !important;
        font-weight: bolder !important;
    }

    .product-page {
        position: relative;
    }

    .product-page video {
        object-fit: contain;
        height: auto !important;
    }
    .big-slider-image {
        height: auto;
        overflow: visible;
    }

    .big-slider-image img {
        width: 100%;
        height: auto;
    }

    #Teachers .teacherSlider-image {
        text-align: center;
        height: 232px !important;
        overflow: hidden;
    }

    #WhyLearnova .WhyLearnova-box img {
        margin-top: -70px;
    }

    .lesson-list .blogPageSlider-image {
        height: 144px;
        overflow: hidden;
    }
    .navbar-nav li {
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .navbar-nav li a {
        padding: 10px 5px !important;
        text-indent: 5px;
    }

    .navbar-nav li a.active {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--lighter-gray);
    }
    .blog-page .blog-section-1 .blog-image-1 {
        height: auto;
    }

    .blog-page .blog-section-1 .blog-image-1 img {
        width: 100%;
        height: auto;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-14 {
        font-size: 14px !important;
    }

    .font-sm-15 {
        font-size: 15px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }

    .font-sm-28 {
        font-size: 28px !important;
    }

    .font-sm-32 {
        font-size: 32px !important;
    }

    .font-sm-36 {
        font-size: 36px !important;
    }

    .blog-posts article {
        max-height: unset;
    }

    .blog-posts h3 {
        font-size: 14px;
    }

    .blog-posts p {
        font-size: 12px;
    }
    .navbar-nav li {
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .navbar-nav li a {
        padding: 10px 5px !important;
        text-indent: 5px;
    }

    .navbar-nav li a.active {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--lighter-gray);
    }

    .teacherSlider-image {
        height: 264px !important;
    }

    .contact-page #hero {
        padding-top: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .LearnovaVideo .video-box #playPauseVideoBtn {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }

    .left-controls .volume-area {
        width: 120px;
        border-radius: 50px;
    }

    .contact-box .consultation-message {
        bottom: 5px;
    }

    #contact img {
        position: relative !important;
        left: 0 !important;
        width: 200px !important;
    }

    .organization-page ul.list-unstyled {
        width: 400px;
        margin: auto !important;
    }
    .blog-excerpt {
        max-height: 65px;
        overflow: hidden;
    }

    .blog-cat-excerpt {
        max-height: 75px;
        overflow: hidden;
    }

    .learning-excerpt {
        max-height: 80px;
        overflow: hidden;
    }

    .product-page {
        position: relative;
    }

    #Comprehensive img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    #Mobile-Slider .mobile-wrapper {
        width: 259px;
        height: 514px;
    }

    .mobile-wrapper:before {
        height: 35px;
        width: 70px;
        top: 10px;
    }

    #Mobile-Slider .swiper-mobile {
        width: 224px;
        height: 479px;
        transform: translate(-1px, 15px);
        border-radius: 35px;
    }

    #Mobile-Slider .mobile-wrapper img {
        width: 224px;
        height: 479px;
        border-radius: 35px;
    }

    /*.font-sm-14 {
        font-size: 14px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }*/

    /*#hero-left:before {
        top: -40px;
        right: 20px;
    }*/

    #hero:before {
        top: 100px;
    }

    #hero:after {
        top: 850px;
    }

    #counters:before {
        bottom: 300px;
        left: -90px;
    }

    /*#hero-left:after {
        bottom: -60px;
        left: -40px;
    }*/

    .contact-page #hero-left:after {
        bottom: -30px;
        left: -40px;
    }

    #learnova-features li {
        font-size: 18px;
    }
    #WhyLearnova .WhyLearnova-box img {
        margin-top: -50px;
        max-width: 125%;
    }
    #WhyLearnova .WhyLearnova-box2 img {
        margin-top: 0 !important;
        width: 50%;
    }
    #contact img {
        width: unset !important;
        max-width: 345px;
    }

    #contact .contact-box2 {
        display: block !important;
        padding: 35px 25px;
    }

    .blog-page .blog-section-1 .blog-image-2 {
        height: 430px;
    }

    .blog-page .blog-section-1 .blog-image-1 {
        height: 430px;
    }

    #WhyLearnovaCourse {
        position: relative;
        overflow: visible;
    }

    #WhyLearnovaCourse::before {
        content: "";
        position: absolute;
        width: 525px;
        height: 464px;
        top: -60px;
        left: 70px;
        background: var(--why-bg) center center no-repeat;
        background-size: contain;
        z-index: 2;
    }
    #WhyLearnovaCourse #hidden-white-space {
        height: 420px;
    }

    .blog-page-content .related-thumbnail {
        margin: auto;
    }
    .swiper-item-learning {
        height: 394px !important;
    }
    .navbar-nav li {
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .navbar-nav li a {
        padding: 10px 5px !important;
        text-indent: 5px;
    }

    .navbar-nav li a.active {
        border: none !important;
        border-radius: 0 !important;
        background-color: var(--lighter-gray);
    }

    .teacherSlider-image {
        height: 264px !important;
    }

    #contact input, #consultation-box input {
        margin-bottom: 2rem;
    }

}

@media (min-width: 992px) and (max-width: 1024.98px) {
    .LearnovaVideo .video-box #playPauseVideoBtn {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }
    .contact-page #hero-right h1 {
        font-size: 40px !important;
    }
    .contact-page #hero-right p {
        font-size: 18px !important;
    }
    .contact-page #hero-bottom i {
        font-size: 24px !important;
    }
    .contact-page .contact-info span:first-child {
        font-size: 16px !important;
    }
    .contact-page .contact-info span:last-child {
        font-size: 14px !important;
    }
    #hero-left img {
        max-width: 355px;
    }
    #hero-left.contact-hero img {
        max-width: 370px;
    }

    #counters:before {
        left: -220px;
    }

    /*#hero-left:after {
        left: -170px !important;
    }*/
    .contact-page #hero-left:after {
        bottom: -20px !important;
        left: -260px !important;
    }
    ul.navigation {
        font-size: 13px;
    }
    .lesson-content .accordionLearnova .accordion-button,
    .entry-content .accordionLearnova .accordion-button {
        font-size: 20px !important;
    }

    .content-contact {
        padding: 2rem !important;
    }
    .learnEnglishMainSlider img {
        margin-top: 50px;
    }

    .learnEnglishMainSlider div.flex-row-reverse div:last-child {
        padding: 2rem 1rem !important;
    }
    .blog-page-content .related-thumbnail {
        height: 80px;
        width: 105px;
        overflow: hidden;
    }

    .blogComprehensive div.h3 {
        font-size: 26px;
    }

    .blogComprehensive div.font-20 {
        font-size: 18px !important;
    }

    .blog-excerpt {
        max-height: 65px;
        overflow: hidden;
    }

    .blog-cat-excerpt {
        max-height: 75px;
        overflow: hidden;
    }

    .learning-excerpt {
        max-height: 80px;
        overflow: hidden;
    }

    /*.video-wrapper {
        max-height: 435px;
    }*/

    .Comprehensive-box2 {
        justify-content: start !important;
        border-radius: 20px !important;
        padding: 50px 20px !important;
    }
    #Comprehensive img {
        left: -40px !important;
        width: 65% !important;
    }
    #Comprehensive h2 {
        display: block !important;
    }
    #Comprehensive h3 {
        font-size: 28px !important;
        text-align: right !important;
    }
    #Comprehensive a {
        width: 75% !important;
    }
    #main-menu li {
        font-size: 1.4vw;
        margin-right: 0;
    }

    #hero-title {
        font-size: 44px;
    }

    .teacher-name {
        font-size: 22px !important;
    }

    .teacher-desc {
        font-size: 13px !important;
    }

    .teacherSlider-image {
        height: 218px !important;
    }

    .why-box-title {
        font-size: 20px;
    }

    .why-box-desc {
        font-size: 14px;
    }

    #WhyLearnova .col-12:not(.WhyLearnova-box5-img) {
        padding: .2rem !important;
    }

    #WhyLearnova .WhyLearnova-box2 img {
        width: 50%;
        left: -5px;
    }

    .blog-posts h3 {
        font-size: 16px;
    }

    .blog-posts p {
        font-size: 13px;
    }

    .blog-posts a {
        font-size: 16px;
    }

    #contact img {
        position: absolute !important;
        left: 10px !important;
        bottom: 0 !important;
        width: unset !important;
        max-width: 390px;
    }

    .organization-page #contact img {
        max-width: 350px;
    }

    #learnova-features li {
        font-size: 20px !important;
    }

    #contact .contact-box2 {
        padding: 50px 60px;
    }

    .product-page #WhyLearnovaCourse h2 {
        font-size: 28px !important;
        margin-bottom: 1rem !important;
    }

    .product-page #WhyLearnovaCourse p {
        font-size: 18px !important;
        line-height: 2.5 !important;
        margin-top: 1rem !important;
    }
}

@media (min-width:1025px) and (max-width: 1199.98px) {}
@media (min-width:1200px) {}

@media screen and (max-height: 450px) {}
