﻿@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/woff/IRANYekanX-Bold.woff') format('woff'), url('../fonts/iranyekan/woff2/IRANYekanX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/woff/IRANYekanX-Regular.woff') format('woff'), url('../fonts/iranyekan/woff2/IRANYekanX-Regular.woff2') format('woff2');
}

:root {
    --theme-primary-color: #74a68d;
    --theme-primary-light-color: #eef7ee;
    --theme-secondary-color: #fc8d4c;
    --theme-shine-color: #ffe1a1;
    --theme-light-color: #fff4c7;
    --theme-grey-color: #7f7f7f;
}

body {
    font-family: IRANYekanX;
    background: #fdfdfd;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}
.guide-box{padding:15px}
.guide-box .btn {
    width: 100%;
    margin: 0 0 15px 0;
}
.btn.btn-theme-primary {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color:#fff;
}
.btn.btn-theme-secondary {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color:#fff;
}
.btn.btn-theme-outline-secondary {
    background-color:transparent;
    border-color: var(--theme-secondary-color);
    color: var(--theme-secondary-color);
}
.btn.btn-primary.custom {
    background-color: #00a3a3;
    border-color: #00a3a3;
}
a.instagram i{font-size: 22px;margin: 0 0 0 10px;}
a.instagram {
    background: var(--theme-primary-color);
    color: #fff;
    padding: 15px 20px;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    margin: 20px 0px 20px 0px;
    font-weight: bold;
    white-space: nowrap;
}
.lang-switcher-wrapper {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    margin: 1px 10px 0 0;
}

.lang-switcher-wrapper a {
    color: #b1b1b1;
    text-decoration: none;
    /* border: 1px solid; */
    display: flex;
    font-weight: bold;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 3px 0 0;
    background: #eee;
}

.lang-switcher-wrapper a span {
    padding: 2px 7px;
}
.lang-switcher-wrapper.mobile {
    justify-content: end;
    padding: 0px 0 20px 15px;
}
.lang-switcher-wrapper a span.active {
    background: #dbdbdb;
    color: #009688;
}
.home-products {
    display: flex;
    flex-wrap: wrap;
}
.home-products>div{margin:0 10px;width: 23.8%;width: 100%;}
.home-icon-category {
    padding: 0px 0 15px 0;
}
.home-icon-category > div {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding: 15px 15px;
}
.home-icon-category > div > a {
    display: block;
    text-align: center;
    transition: 0.5s;
}
.home-icon-category > div > a img {
    max-width: 80%;
    min-width: 82px;
    margin: 0 4px;
}
section.shop-category {
    padding: 20px 0;
}
section.course-page .page-title {
    background: var(--theme-primary-color);
    color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}

section.course-page {
    padding-bottom: 90px;
    line-height: 40px;
}

.news-item {
    padding: 10px;
}

    .news-item a {
        text-decoration: none;
        color: var(--theme-primary-color);
    }

.swiper-slide img, .banner-row img {
    max-width: 100%;
    height: auto;
}

.course-view {
    padding: 015px;
    color: #ffffffc4;
    background: #ffffff14;
    border-radius: 20px;
}

.swiper.home-cat-slider {
    overflow: hidden;
}

.banner-row img {
    border-radius: 20px;
    width: 100%;
}

.banner-row .banner-wrapper {
    padding: 0 15px;
}

section.course-category {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.button-list a {
    background: #eee;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
}

.button-list {
    justify-content: center;
    /* border: 1px dashed var(--theme-secondary-color); */
    border-radius: 16px;
    padding: 30px 0 30px 0;
    margin: 0;
}

    .button-list > div a:first-child {
        background-color: var(--theme-primary-color);
        color: #fff
    }

    .button-list > div a:last-child {
        background-color: var(--theme-secondary-color);
        color: #fff
    }

header {
    background: #f9f9f9;
}

    header nav > ul li {
        position: relative;
    }

    header nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

        header nav > ul ul {
            display: none;
            position: absolute;
            background: var(--theme-secondary-color);
            list-style: none;
            padding: 0;
            text-align: right;
            min-width: 200px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            overflow: hidden;
            top: 87%;
        }

button.mobile-menu.active {
    position: relative;
}

    button.mobile-menu.active span:first-child {
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
    }

    button.mobile-menu.active span:nth-child(2) {
        display: none;
    }

    button.mobile-menu.active span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        top: 20px;
    }

button.mobile-menu {
    background: transparent;
    border: 1px solid #eee0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 0 10px;
}

.search-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 39px;
    margin-right: 20px;
}

    .search-wrapper button {
        position: absolute;
        left: 0;
        height: 100%;
        width: 40px;
        border: none;
        background: #cce5d2;
    }

.menu-row {
    padding: 15px 15px;
}
.home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin: 0px 0 0px 0;
}
a.header-link > span{font-size:14px;margin:0 0 0px 5px}
a.home-vids > span{font-size: 23px;margin: 0 0 0px 8px;}
a.header-link{
    display:flex;
    text-decoration: none;
    /* background: #ffffff; */
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 10px 22px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 30px;
    font-weight: bold;
    color: var(--theme-primary-color);
    align-items: center;
}
a.home-vids {
    display:flex;
    text-decoration: none;
    /* background: #ffffff; */
    font-size: 17px;
    padding: 10px 22px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 30px;
    font-weight: bold;
    color: var(--theme-primary-color);
    align-items: center;
}
button.menu-close {
    padding: 15px 15px 0;
    display: block;
    width: 100%;
    text-align: right;
    border: none;
    background: transparent;
}
button.menu-close:hover,button.menu-close:active{
    background-color:#fddbbb
}
.menu-close i {
    font-size: 40px;
    color: var(--theme-secondary-color);
}
.menu-wrapper a.header-link {
    margin-left: 10px;
}
a.mobile-signout {
    display: flex;
    text-decoration: none;
    /* background: #ffffff; */
    font-size: 11px;
    padding: 10px 25px;
    border: 1px solid #e55e5e;
    border-radius: 30px;
    margin: 0 2px 0 10px;
    font-weight: bold;
    color: #e55e5e;
    align-items: center;
}
}
a.header-link .fa{font-size:20px;margin: 0 0 0 10px;}
.search-wrapper input:focus {
    background: #fff;
    outline: none;
}

    .search-wrapper input:focus ~ button {
        background: #74a68d;
        color:#fff;
    }

.search-wrapper input {
    width: 100%;
    border: none;
    position: absolute;
    font-size: 14px;
    height: 100%;
    padding: 0 15px;
    background: #dbdbdb82;
}

button.mobile-menu span {
    width: 100%;
    height: 3px;
    background: #74a68d;
    display: block;
    border-radius: 20px;
}

.menu-wrapper li:hover ul {
    display: block;
}

.menu-wrapper > nav {
    background: #fff;
    width: 70%;
}

.menu-wrapper {
    display: none;
    position: fixed;
    background: #74a68d94;
    z-index: 989;
    right: 0;
    left: 0;
    bottom: 0;
    top: 70px;
    /* overflow: auto; */
}

    .menu-wrapper.active {
        display: flex;
    }
header nav ul li:hover div  a{ color: #fff;}
header nav ul li:hover div {
    background: var(--theme-secondary-color);
   
}

header nav ul ul li div {
    padding: 0px 0;
}

header nav ul li div {
    display: flex;
    color: #585858;
    align-items: center;
    margin-left: 10px;
    width: 100%;
    border-radius: 10px;
}

header nav ul ul li a {
    padding: 15px 20px;
}

    header nav ul ul li a:hover {
        background: #00000012;
    }

header nav > ul > li a {
    text-decoration: none;
    padding: 15px 16px;
    display: block;
    /* color: #ffffff; */
    font-weight: bold;
    font-size: 14px;
    color: var(--theme-primary-color);
    width: 100%;
    border-bottom: 1px solid #d2ddcf6b;
}

header .site-logo {
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    flex-grow: 1;
}

section.course-level ul {
    list-style: none;
    display: flex;
    padding: 0 10px;
}

    section.course-level ul li img {
        max-width: 100%;
    }

.promotion-box {
    background: var(--theme-primary-color);
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

    .promotion-box .promotion-action a {
        background: var(--theme-shine-color);
        padding: 10px 10px;
        display: inline-block;
        border-radius: 10px;
        color: #000;
        text-decoration: none;
    }

section.course-level {
}

    section.course-level > h2 {
        padding: 15px 0 10px 0;
        color: #4e4e4e;
        font-size: 18px;
        text-align: center;
    }

    section.course-level ul li {
        flex-grow: 1;
    }

        section.course-level ul li a {
            padding: 10px;
            text-align: center;
            display: block;
        }
a.mobile-logo {
    /* display: none; */
}
header .site-logo img {
    height: 40px;
}
a.mobile-logo {
    display: block;
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 0 10px 0;
}

a.mobile-logo img {
    max-width: 70%;
}
header .user-profile {
    /* padding: 25px 0 25px 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.home-hero-section {
    background: #f9f9f9;
    padding-top: 0px;
    height: 100px;
    margin-bottom: 130px;
}

.special-products {
    position: relative;
    overflow: hidden;
}

.home-slider {
    position: relative;
    /* border: 10px solid #fff; */
    border-radius: 40px;
    overflow: hidden;
}

    .home-slider .swiper-wrapper {
        border: 0;
        overflow: hidden;
    }

.swiper-button-next.custom, .swiper-button-prev.custom {
    background-color: #f9f9f9;
    background-size: 50%;
    border-radius: 7px;
    height: 36px;
    width: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.swiper-button-next.custom {
    left: -5px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.custom {
    right: -5px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2302a8a8'%2F%3E%3C%2Fsvg%3E");
}

.fixed-bar {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 800;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .fixed-bar ul {
        list-style: none;
        display: flex;
        padding: 0 0 5px 0;
        margin: 0;
    }

        .fixed-bar ul li {
            flex-grow: 1;
            width: 20%;
        }

            .fixed-bar ul li a {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #8b8c8f;
                padding: 9px 0 0 0;
                text-decoration: none;
                font-size: 10px;
            }

                .fixed-bar ul li a span {
                    margin: 0px 0 5px 0;
                    font-size: 20px;
                }

.home-slider img {
    width: 100%;
}


.home-hero-text {
    padding-left: 0px;
}

    .home-hero-text div {
        margin: 40px 0 30px;
    }

    .home-hero-text h1 {
        margin: 0 0px 20px 0;
    }

section.course-section.special {
    /* background: #f7f7f7; */
    padding: 5px 0px;
}

section.social-row {
    background: var(--theme-light-color);
    padding: 30px 0 40px 0;
}

section.blog-row {
    padding: 30px 0;
}

ul.social {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    margin: 30px 0 0 0px;
}

    ul.social li a {
        font-weight: bold;
        color: #fff;
        background: #eee;
        border-radius: 37px;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
        padding: 13px 15px;
        margin: 0 0 10px 0;
        box-shadow: 4px 7px 7px rgb(88 42 57 / 11%);
    }

        ul.social li a span {
            font-size: 22px;
            margin: 0 0 0 10px;
        }

        ul.social li a.telegram {
            background: #a6e2ff;
            color: #268eaf;
        }

        ul.social li a.whatsapp {
            background: #d9f5bc;
            color: #58ab00;
        }

        ul.social li a.phone {
            background: #e5bbff;
            color: #a100c7;
        }

h2.section-title {
    font-size: 25px;
    padding: 15px 0 10px 0;
    text-align: center;
    margin: 0px 0 10px 0px;
}

aside.sidebar-main {
    background: #9272970f;
    border-radius: 20px;
    overflow: hidden;
}

    aside.sidebar-main ul {
        list-style: none;
        padding: 15px 30px 15px 0;
        margin: 0;
    }

        aside.sidebar-main ul li a:hover {
            background: var(--theme-secondary-color);
            color: #fff;
            )
        }

        aside.sidebar-main ul li a {
            color: #000000ad;
            text-decoration: none;
            padding: 10px;
            display: block;
            font-weight: bold;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            transition: 0.5s;
        }

    aside.sidebar-main .sidebar-widget > h4 {
        color: var(--theme-primary-color);
        font-size: 20px;
        padding: 15px 20px 15px 20px;
        margin: 0;
        background: #9272971a;
    }

    aside.sidebar-main .sidebar-widget:first-child {
        border: none;
    }

    aside.sidebar-main .sidebar-widget {
        border-top: 1px solid #9272972e;
    }

section.course-section h2 {
    color: #ed8a53;
}

section.course-section {
    margin: 0px 0;
}

    section.course-section a.course-cart {
        border: 1px solid #eee;
        display: flex;
        color: #464646;
        border-radius: 15px;
        background: #fff;
        padding: 10px;
        text-decoration: none;
        /* box-shadow: 0 0 30px rgba(0,0,0,0.1); */
    }
section.course-section a.course-cart > div{padding: 0px 10px;flex-grow: 1;}
.cateogry-list {
    margin-bottom: 80px;
}
section.course-section a.course-cart div.cart-price >div>span{margin:0 4px 0 0;font-size:14px;}
section.course-section a.course-cart div.cart-price div{display:flex;justify-content: start;align-items: center;}
section.course-section a.course-cart div.cart-price div label,.price-details .title label{background-color:#eb5a5a;color:#fff;/* float:right; */font-size: 12px;border-radius:10px;padding:0 8px;margin: 0 5px 0 0;font-weight: bold;}
section.course-section a.course-cart div.cart-price div.discount{font-size: 14px;color: #c1c1c1;}
section.course-section a.course-cart div.cart-price div.discount>span{position:relative;font-size: 12px;}
section.course-section a.course-cart div.cart-price {
    text-align: left;
    /* padding: 10px 0 0 0; */
    font-size: 16px;
    /* color: var(--theme-primary-color); */
    font-weight: bold;
    margin: 0 0 14px 0;
    flex-grow: 1;
}
 section.course-section a.course-cart div.cart-price .discount span:after{content: ' ';border-bottom: 1px solid #c1c1c1;position: absolute;left: 0;right: 0;top: 50%;}
    section.course-section a.course-cart div.cart-price span span {
        font-size: 12px;
        font-weight: normal;
    }

section.course-section a.course-cart img {
    border-radius: 7px;
    margin: 0 0 0px 0;
    height: 120px;
    !i;!;
    width: auto;
}
.cart-price-wrapper {
    align-items: self-end;
    display: flex;
    margin-top: 14px;
    padding: 8px 0px;
    flex-direction: column;
}
.cart-price-wrapper .btn:active {
    background-color: #ca7b4c;
    border-color: #ca7b4c;
}
.cart-price-wrapper .btn {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    font-size: 13px;
}

section.course-intro {
    background: var(--theme-primary-color);
    padding: 0px 0 0 0;
    margin: 0 0 80px;
}

.course-intro .profile-picture img {
    height: 200px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.course-info-icons {
}

    .course-info-icons > div:before {
        content: '';
        padding: 5px;
        background: #fff;
        float: right;
        border-radius: 50%;
        margin: 4px 0 0 10px
    }

    .course-info-icons > div {
        padding: 7px 15px;
        color: #fff;
    }

.profile-wrapper {
    /* background: #444; */
    height: 100%;
    border-bottom-left-radius: 150px;
}

.course-intro .profile-picture {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 60px auto 100px;
}

    .course-intro .profile-picture:before {
        content: '';
        background: linear-gradient(45deg,rgba(255,255,255,0) 25%,rgba(255,255,255,.7) 100%);
        width: 100%;
        /* background: red; */
        height: 100%;
        border-radius: 50%;
        position: absolute;
        left: -5px;
        z-index: 0;
        top: 7px;
        transform: scale(1.65);
    }

.course-intro .preview-frame {
    background: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 15px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: -70px;
    box-shadow: 0 0 40px rgb(58 58 58 / 11%);
}

    .course-intro .preview-frame h1 {
        font-size: 22px;
        color: #545454;
    }

    .course-intro .preview-frame h2 {
        font-size: 17px;
        color: #5c5c5c;
        font-weight: normal;
    }

    .course-intro .preview-frame h4 {
        font-size: 18px;
        margin: 20px 0 0;
    }

    .course-intro .preview-frame p {
        font-size: 14px;
    }

.course-intro .video-player {
    padding: 0;
    border-radius: 0px;
    margin: 0px 0;
}

    .course-intro .video-player video {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 15px;
    }

section.course-description {
    line-height: 45px;
}

.brief-text {
    background: var(--theme-shine-color);
    border: 1px solid #fc8d4c;
    border-radius: 15px;
    padding: 10px 13px;
    margin: 0 0 20px 0;
}

section.course-description .description-text {
    /* max-height: 400px; */
    /* overflow-y: auto; */
}

section.course-description h2 {
    font-size: 20px;
}

section.course-description h3 {
    font-size: 16px;
}

section.course-seasons {
    padding: 15px 0 100px 0;
    background: #eef7ee;
    margin-top: 100px;
}

    section.course-seasons .section-title {
        text-align: center;
        margin: 20px 0 35px 0;
        color: var(--theme-primary-color);
    }

    section.course-seasons .season {
        display: flex;
        box-shadow: 0 0 80px rgb(116 166 141 / 33%);
        border-radius: 15px;
        margin: 0 0px 20px;
        background: #fff;
        padding: 10px;
    }

        section.course-seasons .season .detail-image img {
            width: 110px;
            /* height: 100px; */
            border-radius: 10px;
        }

        section.course-seasons .season .detail-text {
            flex-grow: 1;
            padding: 0px 15px 0 0;
        }
section.course-seasons .season .detail-text h4 span{background:var(--theme-secondary-color);border-radius:50px;color:#fff;font-size:12px;padding: 2px 6px;margin: 0 10px 0 0;}
section.course-seasons .season .detail-text h4:after{content:''; background:var(--theme-secondary-color);padding:2px 5px;display:inline-block;float:right;margin:10px 0 0 0;}
section.course-seasons .season .detail-text h4{
    font-size: 14px;
}
section.course-seasons .season .detail-text p{
    font-size: 13px;
    text-align: justify;
}
.price-details.offers:before{display:none;}
.price-details:before {
    content: '';
    background: var(--theme-primary-color);
    position: absolute;
    right: 0;
    top: 20%;
    width: 4px;
    bottom: 20%;
    display: none;
}

.prices {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0px 0;
    width: 100%;
}

    .prices > div:last-child {
        border: none;
    }

    .prices > div.active .radio span {
        padding: 8px;
        opacity: 1;
    }

    .prices > div {
        border-bottom: 1px solid #92729730;
        padding: 8px 0px 8px 0px;
        display: flex;
        align-items: center;
        cursor: pointer;
        flex-grow: 1;
        border-radius: 10px;
    }

        .prices > div:hover {
            background: #eee;
        }

        .prices > div div.radio {
            display: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid var(--theme-secondary-color);
            margin: 0 0 0 10px;
            /* display: flex; */
            align-items: center;
            justify-content: center;
        }

            .prices > div div.radio span {
                padding: 1px;
                background: var(--theme-secondary-color);
                display: block;
                border-radius: 50%;
                transition: 0.3s;
                opacity: 0;
            }
 .prices .add-button .btn{font-size:12px;padding: 6px;white-space: nowrap;}
    .prices .price-item {
        padding-left: 0px;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
    }
.price-details.offers{border:2px solid var(--theme-secondary-color);margin: 15px 0 0 0;}
.price-details.offers >div.title{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;margin-top: -15px;}
.price-details.offers >div>span{background-color:var(--theme-secondary-color);color:#fff;padding: 5px 12px;border-radius: 40px;font-size: 11px;}
.price-details {
    position: relative;
    box-shadow: 0 0 40px rgb(195 195 195 / 29%);
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    display: flex;
    margin: 1px 0 25px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

section.course-title {
    text-align: center;
}

    section.course-title h1 {
        font-size: 22px;
        margin: 0 0 15px;
    }

.course-price h2.section-title {
    text-align: center;
    margin: 0px 0 5px 0;
    color: #5e5e5e;
    font-size: 18px;
}
button.btn-cart {
    white-space: nowrap;
    margin: 0 0px 0 0px;
    font-size: 22px;
}
.price-details .title {
    flex-grow: 1;
    padding: 0 0 0px 0;
    font-weight: bold;
}

.price-details .details-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 5px 0 0 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .price-details .details-text .price strong {
        font-size: 10px;
        color: #6d6d6d
    }
.commentform {
    background: var(--theme-primary-light-color);
    padding: 15px;
    border-radius: 10px;
}
.commentform .btn{padding:15px 35px;margin:20px 0 0 0}
.commentform input,.commentform textarea{
    background:transparent;
    border:1px solid var(--theme-primary-color);
    padding:20px;
}
.commentform input:focus,.commentform textarea:focus{box-shadow:none;border-color:var(--theme-secondary-color)}
section.course-properties ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
section.course-properties ul li i{margin: 0 0 0 6px;font-size: 14px;background: var(--theme-primary-light-color);border-radius: 50%;padding: 8px;color: var(--theme-primary-color);}
section.course-properties ul li:hover{background:var(--theme-secondary-color);color:#fff}
section.course-properties ul li {
    background: var(--theme-primary-light-color);
    color: var(--theme-primary-color);
    padding: 5px 5px;
    margin: 0px 5px 15px 5px;
    border-radius: 6px;
    font-size: 11px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 46%;
    white-space: nowrap;
}
.bought-section {
    background: #eef7ee;
    border: 1px solid #bac9ba;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}
section.course-properties ul li strong span {
    font-size: 12px;
}

section.course-properties ul li strong {
    font-size: 14px;
    margin: 0 3px 0 0;
}
    .price-details .details-text .price {
        margin: 0px 0 0 0px;
        font-size: 18px;
        padding-left: 0px;
    }
.price-details .details-text .price.discount:after{content:' ';position:absolute;height:1px;background-color:#9E9E9E;left:0;right:0;top:50%}
.price-details .details-text .price.discount{font-size:12px;color:#9f9f9f;position:relative;margin: 0 10px 0 0px;}
.price-details .details-text .price.discount strong{font-size:12px;color:#9f9f9f}
.course-intro nav ul {
    list-style: none;
    padding: 0;
    display: flex;
}

    .course-intro nav ul li a {
        padding: 20px 0px 20px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 10px;
    }

.course-intro nav {
    display: flex;
    justify-content: space-between;
    /* background: #ffffff6e; */
    /* padding: 10px; */
    border-radius: 20px;
    margin: 0 0 50px 0;
}


footer .footer-menu nav > a img {
    height: 70px;
}

footer .footer-menu nav ul {
    list-style: none;
    padding: 0px;
}

    footer .footer-menu nav ul li a {
        text-decoration: none;
        padding: 10px 20px;
        display: block;
        font-size: 14px;
        text-align: center;
        color: #fff;
    }

section.about-row.class {
    background: var(--theme-primary-color) url(/uploads/images/back-1220.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
section.about-row.class:after {
    content: '';
    background: #74a68deb;
    /* padding: 20px; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.about-row .about-text {
    /* padding-left: 40px; */
}
section.about-row.class >div {
    position: relative;
    z-index: 99;
}
section.about-row.tutor {
    background: var(--theme-primary-light-color);
    color: #585858;
}

section.about-row {
    padding: 30px 10px;
}
.about-row .about-tutor {
    padding-right: 40px;
}

.about-row .about-tutor h2,.about-row .about-tutor h3 {
    color: var(--theme-primary-color);
}
    section.about-row img {
        border-radius: 20px;
        margin: 0 0 0px 0;
        box-shadow: 0 0 70px #558d71;
    }
    section.about-row img.icon-title{box-shadow:none;height:100px;}
    section.about-row p {
        text-align: justify;
        line-height: 37px;
    }

.faq-row {
    padding: 50px 0px 50px 0px;
    background: var(--theme-primary-light-color);
}

.faq-list .item p button {
    width: 100%;
    background: #73a48a;
    border: none;
    text-align: right;
    padding: 17px;
    border-radius: 38px;
    color: #fff;
}

.faq-list .item > div > div {
    border-color: #eee;
    border-top: none;
    margin-top: -10px;
    background: transparent;
    padding-top: 25px;
}

.faq-list .item {
    margin-bottom: 15px;
}

    .faq-list .item p {
        margin: 0;
    }

footer .footer-description {
    align-items: center;
    background: #f4fde8e3;
    border-radius: 40px;
    color: #000;
    margin-top: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    flex-direction: column;
}
  
    footer .footer-description a img {
        height: 70px;
        margin: 10px 0px 0 0;
    }

    footer .footer-description a.btn {
        white-space: nowrap;
        margin: 20px 40px;
    }

    footer .footer-description p {
        margin: 0 20px 0 20px;
    }

footer .footer-contact {
    padding: 50px 0;
}

    footer .footer-contact div a {
        margin: 0 0 15px 15px
    }

    footer .footer-contact div {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
    }

footer {
    background: #d6809b url(../../izmg/footer-bk.png) no-repeat right bottom;
    padding: 0 0 70px 0;
    color: #fff;
    /* margin-top: 100px; */
    background: rgb(214, 128, 155);
    background: linear-gradient(180deg, var(--theme-primary-color) 21%, var(--theme-primary-color) 100%);
}
.cart-row .price-wrapper>div {
    font-weight: bold;
}

.cart-row .price-wrapper>div.discount {
    color: #c1c1c1;
    font-size: 12px;
    position: relative;
}

.cart-row .price-wrapper>div.discount:after {
    content: ' ';
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}


.cart-wrapper {
    background: #ffffff;
    padding-bottom: 50px;
}

.cart-header {
    padding: 40px 0 100px 0;
    background: var(--theme-shine-color);
}
.cart-row .btn.btn-outline-danger {
    font-size: 9px;
    margin: 0 10px 0 0;
}
    .cart-header h1 {
        color: var(--theme-primary-color)
    }
.empty-cart.pay{color: #3e3e3e;}
.empty-cart.pay p{margin:0 180px 20px 180px;line-height:28px;}
.empty-cart {
    color: #d9d9d9;
    text-align: center;
    flex-grow: 1;
    border: 2px dashed #dbdbdb;
    padding: 30px 0;
    border-radius: 10px;
}

    .empty-cart span {
        font-size: 40px;
        margin: 0 0 40px 0;
    }

.row.cart-table {
    margin-top: -80px;
    margin-bottom: 100px;
}

.cart-table .cart-row {
    background: #fff;
    border-radius: 20px;
    margin: 0 0 20px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 40px rgb(139 139 139 / 16%);
}

.cart-total-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(139 139 139 / 16%);
}

.course-sidebar-wrapper {
    background: var(--theme-shine-color);
    border-radius: 15px;
    color: #222222a3;
    /* position: fixed; */
    top: 0;
    bottom: 0;
    overflow-y: auto;
    /* z-index: 999; */
}

.close-menu button {
    background: #ffffff8c;
    border: none;
    border-radius: 50%;
    padding: 5px 12px;
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 20px 0;
    color: #555;
}

.close-menu {
    display: flex;
    justify-content: end;
}

.course-list {
}

    .course-list > div span.license-time {
        background: var(--theme-primary-color);
        color: #fff;
        border-radius: 10px;
        padding: 2px 5px;
        font-size: 12px;
        margin: 0 5px 0 0
    }

        .course-list > div span.license-time.deactive {
            background: red;
        }

    .course-list > div.deactive {
        background: #ff62621c;
    }

    .course-list > div {
        padding: 15px;
        background: #ffffff4f;
        border-radius: 10px;
        margin: 10px 15px 15px 15px;
    }

        .course-list > div > a {
            color: #494949;
            text-decoration: none;
        }

.sidebar-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 15px 0;
    /* background: #ffffff4f; */
    border-radius: 15px;
    margin: 15px 0;
}
.sidebar-title .profile-img img {
    max-height: 130px;
    border-radius: 50%;
    margin: 0 0 15px 0;
    box-shadow: 0 0 40px #74a68d54;
}
.sign-out a {
    background-color: #e55e5e !important;
    display: inline-block;
    color: #fff;
    padding: 3px 9px;
    text-decoration: none;
    border-radius: 7px;
    margin: 10px;
    font-size: 14px;
}

.course-list > div ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 15px 15px 0px 15px;
}
 .course-list > div ul li:before{
     content:'';
     padding:3px;
     border-radius:50%;
     background-color:var(--theme-primary-color);
     float:right;
     margin: 15px 0 0px 10px;
 }
 .course-list > div ul li:last-child{border:none;}
    .course-list > div ul li {
        padding: 0;
        border-bottom: 1px solid #74a68d75;
    }

        .course-list > div ul li a:hover,.course-list > div ul li a.active {
            background-color: #74a68d;
            color: #fff;
        }

        .course-list > div ul li a {
            color: #363636bf;
            text-decoration: none;
            display: block;
            padding: 8px;
            border-radius: 5px;
        }

.course-menu {
    margin: 0px 0 15px 0;
}

    .course-menu button {
        background: var(--theme-primary-color);
        border: 1px solid #08080800;
        width: 100%;
        padding: 8px 15px;
        text-align: right;
        border-radius: 25px;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
    }

.course-player-wrapper {
    min-height: initial;
    background: #49755f;
    padding-top: 20px;
    padding-bottom: 90px;
}

.course-details {
    background: #ffffff21;
    border-radius: 15px;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.license-expire img {
    height: 70px;
    margin: 0 0 30px 0
}

.license-expire {
    background: #f59a9a26;
    color: var(--theme-secondary-color);
    padding: 100px 0;
    border-radius: 15px;
}

.course-details > strong {
    color: #ffffff94;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #ffffff3d;
}

.course-details a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid #ffffff3d;
}

.course-details div:last-child a {
    border: none;
}

.course-details div.active a {
    background: var(--theme-secondary-color);
}

.course-change-buttons {
    color: #fff;
    display: flex;
    background: #ffffff21;
    border-radius: 15px;
    margin: 15px 0 0 0;
    overflow: hidden;
}

    .course-change-buttons > a {
        display: block;
        flex-grow: 1;
        padding: 15px;
    }

    .course-change-buttons a:first-child {
        border-left: 1px solid #eeeeee26
    }

    .course-change-buttons a:last-child {
        text-align: left;
    }

div#video-wrapper > h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    color: var(--theme-shine-color);
}

div#video-wrapper > h2 {
    font-size: 16px;
    color: var(--theme-secondary-color);
    padding: 5px 0 10px 0;
}

div#video-wrapper iframe {
    min-height: 75vw;
}

div#video-wrapper {
    padding: 0px;
}

.pay-panel {
    background: #fff;
    border-radius: 30px;
    width: 90%;
    margin-top: -40px;
    margin: -80px auto 130px auto;
    padding: 30px;
    box-shadow: 0 0 40px rgb(2 168 168 / 11%);
}

.cart-shopping-list ul li {
    margin-bottom: 10px;
}

    .cart-shopping-list ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: var(--theme-secondary-color);
        padding: 10px;
        background: var(--theme-light-color);
        border-radius: 10px;
    }

.cart-shopping-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.cart-shopping-list > div {
    border: 1px solid var(--theme-shine-color);
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
}

@media (min-width: 576px) {
    .guide-box .btn {
    width: initial;
    margin: 0 0 15px 0;
}
    .commentform{padding: 25px;}
    .home-products>div{
    width: 23.8%;
}
    section.course-section a.course-cart div.cart-price{margin:0;}
    .cart-price-wrapper{
    flex-direction: row;
    align-items: center;
}
    section.course-section a.course-cart img{
    width: 100%;
    height: auto;
}
    .home-link{
    padding: 26px;
}
    section.course-section.special {
 
padding: 0px 0px;
}
     .prices .add-button .btn{font-size: 14px;}
    .price-details:before{display:block;}
    .about-row .about-text {  padding-left: 40px;}
    .empty-cart.pay p{margin:0 180px 20px 180px;line-height:28px;}
    .cart-header {
    padding: 100px;
   
}

    footer .footer-menu nav ul li a{
    padding: 20px 20px;
}
    .course-player-wrapper{min-height:600px;}
    section.course-section a.course-cart{
    margin: 0 0 20px 0;
    flex-direction: column;
}
    header .site-logo img {    height: 60px;}
    header .site-logo {
    padding: 25px 25px;
    margin-left: 0px;
}
    .faq-row {padding: 20px 0px 120px 0px;}
   h2.section-title {margin: 0px 0 10px 0px;font-size: 35px;}
    section.course-properties ul li i{
    font-size: 19px;
    padding: 7px;
    margin: 0 0 0 10px;
}
    section.course-properties ul{
    margin: 0 0 30px 0;
}
    section.course-properties ul li strong{
    margin: 0 10px 0 0;
    font-size: 17px;
}
    section.course-properties ul li{
    min-width: 190px;
    margin: 0 0 0 15px;
    width: initial;
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    flex-grow: 1;
    border-radius: 10px;
}

.course-price h2.section-title {
   
    margin: 20px 0 20px 0;
  
}
    section.course-title h1 {
        font-size: 28px;
        padding: 0 0 20px 0;
    }
    .brief-text{padding: 20px 30px;}
   section.course-seasons .season .detail-text h4{
    font-size: 20px;
    padding: 15px;
}
section.course-seasons .season .detail-text p{
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
}
    section.course-seasons .season .detail-text{}
    section.course-seasons .season .detail-image img{
    width: 150px;
    height: 150px;
}
    section.course-seasons .season{}
    section.course-intro{
    margin: 0 0 225px;
    padding: 50px 0 0 0;
}
    .home-products {
   
/* flex-wrap: nowrap; */
   
padding: 0 80px 80px 80px;
}
    section.about-row{
    padding: 200px 10px;
}
    header nav > ul > li a{font-size: 14px;}
    a.mobile-logo {
    display: none;
}
    a.instagram{
    margin: 20px 10px 20px 50px;
}
     ul.social li a{margin-right:10px;}
    header nav ul li div {
        padding: 15px 0 15px 10px;
        color: #ffffff8a;
    }

    .menu-wrapper > nav {
        margin: 0;
        background: transparent;
        width: initial;
    }

    .prices {
        margin: 0;
    }

        .prices .price-item {
            flex-direction: column;
            align-items: initial
        }

        .prices > div {
            padding: 15px 15px 15px 15px;
            border-left: 1px solid #92729730;
            border-bottom: none;
        }

    div#video-wrapper iframe {
        min-height: 500px;
    }

    .fixed-bar {
        display: none;
    }
 footer .footer-description a.footer-logo{margin-bottom: 0 !important;}
    footer .footer-description a img {
        height: 60px;
        margin: 20px 40px;
    }

    header nav ul li a {
        color: var(--theme-primary-color);
        padding: 0px 15px 0 0px;
        border: none;
    }

    header nav > ul {
        flex-direction: row;
    }

    .menu-wrapper {
        display: block;
        position: initial;
        flex-direction: row;
        background: transparent;
    }

    section.home-hero-section {
        height: 310px;
        margin-bottom: 330px;
    }

    .home-slider .swiper-wrapper {
        /* border: 10px solid #fff; */
    }



    footer .footer-description {
        flex-direction: row;
        border-radius: 10px;
    }

    .pay-panel {
        width: 40%;
        max-width: 450px;
    }

    div#video-wrapper > h1 {
        font-size: 22px;
        color: var(--theme-shine-color);
    }

    div#video-wrapper > h2 {
        font-size: 18px;
        padding: 15px 0;
    }

    .course-sidebar-wrapper {
        position: revert;
        margin: 15px 0 0 0;
    }

    div#video-wrapper {
        padding: 0 40px 0 40px;
    }

    footer .footer-contact div {
        justify-content: start;
        flex-direction: row;
    }

    .cart-total-wrapper {
        padding: 30px;
    }

    .cart-table .cart-row {
        padding: 15px 20px 10px 0;
    }

    header .user-profile {
        /* padding: 35px 0 0 0; */
    }

    .course-intro .video-player {
        padding: 0;
        border-radius: 50px;
        box-shadow: 0 0 40px rgb(151 151 151 / 29%);
    }

    .course-intro .preview-frame h2 {
        font-size: 20px;
    }

    .course-intro .preview-frame h1 {
        font-size: 30px;
    }

    .course-intro .preview-frame {
        margin-bottom: -200px;
        margin-top: 0px;
        padding: 15px 15px;
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    .course-intro .profile-picture {
        margin: 60px 60px 100px;
    }
button.btn-cart {
    white-space: nowrap;
    margin: 0 15px 0 5px;
    font-size: 22px;
}
    .price-details .title {
        flex-grow: 1;
        padding: 0 0 0px 0;
    }

    .course-price-list {
        margin-bottom: 20px;
    }

    .price-details {
        flex-direction: row;
        padding: 15px;
    }

    section.course-seasons .season {
        margin: 0 150px 20px;
    }

    .course-intro nav ul li a {
        font-size: 16px;
        padding: 20px 10px 20px 10px;
    }

    .home-hero-text {
        padding-left: 100px;
    }


    footer .footer-menu nav ul {
        padding: 0px 20px 0 0;
    }
}

@media (min-width: 768px) {
    section.course-seasons .season {
        margin: 0 0px 20px;
    }
}

@media (min-width: 992px) {

    section.course-seasons .season {
        margin: 0 150px 20px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}