﻿body {
}

@font-face {
    font-family: Gotham-Rounded;
    src: url("/content/frontend/newtheme/css/fonts/Gotham-Rounded-Light.ttf");
}

@font-face {
    font-family: Gotham-Rounded-Book;
    src: url("/content/frontend/newtheme/css/fonts/Gotham-Rounded-Book.ttf");
}

.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

    .form-input::-webkit-input-placeholder {
        color: #999;
    }

    .form-input::-moz-placeholder {
        color: #999;
    }

    .form-input:-ms-input-placeholder {
        color: #999;
    }

    .form-input:-moz-placeholder {
        color: #999;
    }

    .form-input::-webkit-input-placeholder {
        font-weight: 500;
    }

    .form-input::-moz-placeholder {
        font-weight: 500;
    }

    .form-input:-ms-input-placeholder {
        font-weight: 500;
    }

    .form-input:-moz-placeholder {
        font-weight: 500;
    }

    .form-input:focus {
        border: 1px solid #38ab9a;
        pointer-events: none;
        transform-origin: 0 0;
        transition: all .2s ease-out;
        color: var(--mdb-form-control-label-color);       
    }

        .form-input:focus::-webkit-input-placeholder {
            color: #222;
        }

        .form-input:focus::-moz-placeholder {
            color: #222;
        }

        .form-input:focus:-ms-input-placeholder {
            color: #222;
        }

        .form-input:focus:-moz-placeholder {
            color: #222;
        }

.btn-form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border: none;
    background: #38ab9a;
    /*background-image: -moz-linear-gradient(to left, #37af98, #5569c3);
    background-image: -ms-linear-gradient(to left, #37af98, #5569c3);
    background-image: -o-linear-gradient(to left, #37af98, #5569c3);
    background-image: -webkit-linear-gradient(to left, #37af98, #5569c3);
    background-image: linear-gradient(to left, #37af98, #5569c3);*/
}
    .btn-form-submit:hover {
        color: #fff;
        background: #299585;
    }

    .btn.text-l {
        font-size: 16px;
        /*line-height: 22px;*/
    }

.course-items-area .btn.add-cart {
    font-size: 17px;
}

.slideshow-single-section-top {
    background-color: #121212ba;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.slideshow-single-section-middle {
    background-color: #121212ba;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.slideshow-single-section-bottom {
    background-color: #e1dede;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.owl-single-slide .item img {
    display: block;
    width: 100%;
    height: auto;
}

.course-playlist-area {
    padding-right: 34%;
    position: relative;
}

.course-details-video {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

    .course-details-video::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #14233c;
        opacity: 0.55;
    }

    .course-details-video .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100px;
        height: 70px;
        background-color: #ea5455;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 42px;
    }

#video-wrapper {
    width: 100%;
    height: 485px;
}

.video-play-wrapper video {
    width: 100% !important;
    height: auto !important;
}

.course-playlist-area .playlist--accordion {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
}

.playlist-wrapper {
    max-height: 770px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: darkgrey #e7e7e7;
}

/**SignIn*/
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.course-section .grade-c {
    background: #ffe6e2;
    border-radius: 4px;
    font-weight: 600;
    padding-right: 10px;
}

    .course-section .grade-c img {
        border-radius: 4px;
        padding: 8px 7px;
    }

.course-section .lessons-c {
    border-radius: 4px;
    font-weight: 600;
}

    .course-section .lessons-c img {
        background: #f5e6fe;
        border-radius: 4px;
        padding: 8px 7px;
    }

.course-section .activity-c {
    height: 32px;
    border-radius: 4px;
    font-weight: 600;
}

    .course-section .activity-c img {
        background: #e3f8fa;
        border-radius: 4px;
        padding: 7px 8px 6px 9px;
    }


/* stylelint-disable max-nesting-depth */
.top-sites-list {
    list-style: none;
    margin: 0 -16px;
    padding: 0;
}

    .top-sites-list a {
        text-decoration: none;
    }

    .top-sites-list:not(.dnd-active) .top-site-outer:is(.active, :focus, :hover) {
        background: var(--newtab-element-hover-color);
    }

@media (max-width: 610px) {
    .top-sites-list > :nth-child(2n+1) .context-menu {
        margin-inline-end: auto;
        margin-inline-start: auto;
        inset-inline-end: auto;
        inset-inline-start: -32px;
    }

    .top-sites-list > :nth-child(2n) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 610px) and (max-width: 866px) {
    .top-sites-list :nth-child(4n) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 610px) and (max-width: 802px) {
    .top-sites-list :nth-child(4n+3) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 866px) and (max-width: 1250px) {
    .top-sites-list :nth-child(6n) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 866px) and (max-width: 1058px) {
    .top-sites-list :nth-child(6n+5) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 1122px) and (max-width: 1506px) {
    .top-sites-list :nth-child(8n) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

@media (min-width: 1122px) and (max-width: 1314px) {
    .top-sites-list :nth-child(8n+7) .context-menu {
        margin-inline-end: 5px;
        margin-inline-start: auto;
        inset-inline-end: 0;
        inset-inline-start: auto;
    }
}

.top-sites-list .hide-for-narrow {
    display: none;
}

@media (min-width: 610px) {
    .top-sites-list .hide-for-narrow {
        display: inline-block;
    }
}

@media (min-width: 866px) {
    .top-sites-list .hide-for-narrow {
        display: none;
    }
}

@media (min-width: 1122px) {
    .top-sites-list .hide-for-narrow {
        display: inline-block;
    }
}

.top-site-outer {
    /*width: 120px;*/
    border-radius: 8px;
    display: inline-block;
    margin-block-end: 16px;
}



    .top-site-outer .top-site-inner {
        position: relative;
        background: #fff;
    }

        .top-site-outer .top-site-inner > a {
            /*padding: 20px 16px 4px;*/
            color: inherit;
            display: block;
            outline: none;
        }

            

    .top-site-outer:is(:hover) .context-menu-button {
        opacity: 1;
    }



    .top-site-outer.active .context-menu-button {
        opacity: 1;
        background-color: var(--newtab-button-active-background);
    }

    .top-site-outer .context-menu-button {
        background-image: url("chrome://global/skin/icons/more.svg");
        background-color: var(--newtab-button-background);
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        fill: var(--newtab-button-text);
        -moz-context-properties: fill;
        height: 20px;
        width: 20px;
        inset-inline-end: 3px;
        opacity: 0;
        position: absolute;
        top: -20px;
        transition: opacity 200ms;
    }


        .top-site-outer .context-menu-button:hover {
            background-color: var(--newtab-button-hover-background);
        }

            .top-site-outer .context-menu-button:hover:active {
                background-color: var(--newtab-button-active-background);
            }

        .top-site-outer .context-menu-button:focus-visible {
            background-color: var(--newtab-button-focus-background);
            border-color: var(--newtab-button-focus-border);
            opacity: 1;
        }

    /* .top-site-outer .tile {
                border-radius: 10px;
            }*/

    .top-site-outer .tile {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        background-color: rgb(245 243 243 / 45%);
        justify-content: center;
        margin: 0 auto;
        /*height: 250px;*/
        /*height: 260px;*/
        cursor: pointer;
        position: relative;
        /*align-items: center;*/
        color: var(--newtab-contextual-text-secondary-color);
        display: flex;
        font-size: 32px;
        font-weight: 200;
        padding-bottom: 30px;
    }

        .top-site-outer .tile:hover {
            box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
            background-color: rgb(245 243 243 / 75%);           
        }

    .top-site-outer .tile-content {
        margin-top: 2.3rem !important;
    }

    .top-site-outer .tile .icon-wrapper {
        border-radius: 4px;
        width: 88px;
        height: 88px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top-site-outer .tile .icon-wrapper.letter-fallback::before {
            content: attr(data-fallback);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 64px;
            font-weight: 800;
            transform: rotate(-10deg);
            bottom: -17px;
            position: relative;
            color: #FFF;
            font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
        }

    .top-site-outer .top-site-icon {
        background-color: var(--newtab-background-color-secondary);
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 4px;
        position: absolute;
    }

    .top-site-outer .rich-icon {
        background-size: cover;
        height: 100%;
        inset-inline-start: 0;
        top: 0;
        width: 100%;
    }

    .top-site-outer .default-icon,
    .top-site-outer .search-topsite {
        background-size: 32px;
        height: 32px;
        width: 32px;
        align-items: center;
        display: flex;
        font-size: 20px;
        justify-content: center;
    }

        .top-site-outer .default-icon[data-fallback]::before,
        .top-site-outer .search-topsite[data-fallback]::before {
            content: attr(data-fallback);
        }

    .top-site-outer .search-topsite {
        background-image: url("chrome://global/skin/icons/search-glass.svg");
        background-size: 16px;
        background-color: var(--newtab-primary-action-background);
        border-radius: 32px;
        -moz-context-properties: fill;
        fill: var(--newtab-primary-element-text-color);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        transition-duration: 150ms;
        transition-property: background-size, bottom, inset-inline-end, height, width;
        height: 32px;
        width: 32px;
        bottom: -6px;
        inset-inline-end: -6px;
    }

    .top-site-outer.placeholder .tile {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        cursor: default;
    }

    .top-site-outer.placeholder.add-button .tile {
        background-color: var(--button-background-color);
    }

        .top-site-outer.placeholder.add-button .tile .icon-wrapper {
            background-image: url("chrome://global/skin/icons/plus-20.svg");
            background-size: cover;
            background-repeat: no-repeat;
            height: 20px;
            width: 20px;
            fill: var(--icon-color);
            -moz-context-properties: fill;
        }

    .top-site-outer .title {
        color: var(--newtab-contextual-text-primary-color);
        padding-top: 18px;
        font: caption;
        text-align: center;
        position: relative;
    }


        .top-site-outer .title h4 {
            font-size: 1.3rem !important;
            font-weight: 500 !important;
            color: #333 !important;
        }

@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.8rem !important;
        font-weight: 500 !important;
    }
}

        .top-site-outer .title .icon {
            margin-inline-end: 2px;
            fill: currentColor;
        }

        .top-site-outer .title span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            /*white-space: nowrap;*/
        }

        .top-site-outer .title .sponsored-label {
            color: var(--newtab-contextual-text-secondary-color);
            font-size: 0.9rem;
            margin-top: 10px;
            line-height: 140%;
            color: #525252;
        }

        .top-site-outer .title:not(.sponsored) .sponsored-label {
            /*visibility: hidden;*/
        }

    .top-site-outer.search-shortcut .rich-icon {
        background-color: #FFF;
    }

    .top-site-outer .edit-button {
        background-image: url("chrome://global/skin/icons/edit.svg");
    }

    .top-site-outer.dragged .tile *,
    .top-site-outer.dragged .tile::before {
        display: none;
    }

    .top-site-outer.dragged .title {
        visibility: hidden;
    }

a.top-site-button {
    text-decoration: none !important;
}

.edit-topsites-wrapper .top-site-inner > .top-site-button > .tile {
    border: 1px solid var(--newtab-border-color);
}

.edit-topsites-wrapper .modal {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2);
    left: 0;
    margin: 0 auto;
    max-height: calc(100% - 40px);
    position: fixed;
    right: 0;
    top: 40px;
    width: 274px;
}

@media (min-width: 610px) {
    .edit-topsites-wrapper .modal {
        width: 530px;
    }
}

@media (min-width: 866px) {
    .edit-topsites-wrapper .modal {
        width: 786px;
    }
}

/* stylelint-disable max-nesting-depth */
.outer-wrapper .ds-top-sites .top-sites .top-site-outer .top-site-inner > a:is(.active, :focus) .tile {
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 3px var(--newtab-primary-action-background-dimmed), 0 0 0 1px var(--newtab-primary-action-background);
}

.outer-wrapper .ds-top-sites .top-sites .top-site-outer .top-site-inner > a:is(:hover) .top-site-inner {
    box-shadow: 0 0 0 5px var(--newtab-background-color-secondary);
    transition: box-shadow 150ms;
    border-radius: 4px;
    outline: none;
}

.outer-wrapper .ds-top-sites .top-sites .top-sites-list {
    margin: 0 -12px;
}


.ds-column-5 .ds-top-sites .top-site-outer,
.ds-column-6 .ds-top-sites .top-site-outer,
.ds-column-7 .ds-top-sites .top-site-outer,
.ds-column-8 .ds-top-sites .top-site-outer {
    padding: 0 10px;
}

.ds-column-5 .ds-top-sites .top-sites-list,
.ds-column-6 .ds-top-sites .top-sites-list,
.ds-column-7 .ds-top-sites .top-sites-list,
.ds-column-8 .ds-top-sites .top-sites-list {
    margin: 0 -10px;
}

.ds-column-5 .ds-top-sites .top-site-inner,
.ds-column-6 .ds-top-sites .top-site-inner,
.ds-column-7 .ds-top-sites .top-site-inner,
.ds-column-8 .ds-top-sites .top-site-inner {
    --leftPanelIconWidth: 84.67px;
}

    .ds-column-5 .ds-top-sites .top-site-inner .tile,
    .ds-column-6 .ds-top-sites .top-site-inner .tile,
    .ds-column-7 .ds-top-sites .top-site-inner .tile,
    .ds-column-8 .ds-top-sites .top-site-inner .tile {
        width: var(--leftPanelIconWidth);
        height: var(--leftPanelIconWidth);
    }

    .ds-column-5 .ds-top-sites .top-site-inner .title,
    .ds-column-6 .ds-top-sites .top-site-inner .title,
    .ds-column-7 .ds-top-sites .top-site-inner .title,
    .ds-column-8 .ds-top-sites .top-site-inner .title {
        width: var(--leftPanelIconWidth);
    }

.ds-column-1 .ds-top-sites .top-site-outer,
.ds-column-2 .ds-top-sites .top-site-outer,
.ds-column-3 .ds-top-sites .top-site-outer,
.ds-column-4 .ds-top-sites .top-site-outer {
    padding: 0 8px;
}

.ds-column-1 .ds-top-sites .top-sites-list,
.ds-column-2 .ds-top-sites .top-sites-list,
.ds-column-3 .ds-top-sites .top-sites-list,
.ds-column-4 .ds-top-sites .top-sites-list {
    margin: 0 -8px;
}

.ds-column-1 .ds-top-sites .top-site-inner,
.ds-column-2 .ds-top-sites .top-site-inner,
.ds-column-3 .ds-top-sites .top-site-inner,
.ds-column-4 .ds-top-sites .top-site-inner {
    --rightPanelIconWidth: 82.67px;
}

    .ds-column-1 .ds-top-sites .top-site-inner .tile,
    .ds-column-2 .ds-top-sites .top-site-inner .tile,
    .ds-column-3 .ds-top-sites .top-site-inner .tile,
    .ds-column-4 .ds-top-sites .top-site-inner .tile {
        width: var(--rightPanelIconWidth);
        height: var(--rightPanelIconWidth);
    }

    .ds-column-1 .ds-top-sites .top-site-inner .title,
    .ds-column-2 .ds-top-sites .top-site-inner .title,
    .ds-column-3 .ds-top-sites .top-site-inner .title,
    .ds-column-4 .ds-top-sites .top-site-inner .title {
        width: var(--rightPanelIconWidth);
    }


.me-rounded-1 {
    border-radius: 0.5rem !important;
}
/**************************/
.text-body-bigger-new .h4,
.text-body-bigger-new h4,
.text-body-bigger .h4,
.text-body-bigger h4,
h2 {
    font-size: 1.4rem
}

.course-progress__title,
.course-progress__title__without_margin,
.h3,
h3 {
    /*font-size: 1rem*/
}

}

@media(max-width:479.98px) {
    .display-1 {
        font-size: 2.625rem
    }

    .display-2 {
        font-size: 1.5rem
    }

    .accordion--faq--large__title,
    .course-page__cta .price-badges--prices .price-final,
    .h1,
    .sidebar-course__actions .price-badges--prices .price-final,
    h1 {
        font-size: 1.4rem
    }

    .h2,
    .teachers-list-card__info h3,
    .teachers-list-card__info p,
    .text-body-bigger-new .h4,
    .text-body-bigger-new h4,
    .text-body-bigger .h4,
    .text-body-bigger h4,
    h2 {
        font-size: 1.125rem
    }

    .course-progress__title,
    .course-progress__title__without_margin,
    .h3,
    h3 {
        font-size: 1rem
    }
}

.display-6 {
    font-size: calc(1.275rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.8rem 28.8px;
    }
}

.accordion--faq--large__title a,
.course-page__cta .price-badges--prices .price-final a,
.course-progress__title__without_margin a,
.course-progress__title a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.sidebar-course__actions .price-badges--prices .price-final a,
.teachers-list-card__info h3 a,
.teachers-list-card__info p a,
.text-body-bigger-new .h4 a,
.text-body-bigger-new h4 a,
.text-body-bigger .h4 a,
.text-body-bigger h4 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 500
}

.accordion--faq--large__title,
.course-page__cta .price-badges--prices .price-final,
.h1,
.h2,
.sidebar-course__actions .price-badges--prices .price-final,
.teachers-list-card__info h3,
.teachers-list-card__info p,
.text-body-bigger-new .h4,
.text-body-bigger-new h4,
.text-body-bigger .h4,
.text-body-bigger h4,
h1,
h2 {
    margin-top: .8203125rem
}

.course-progress__title,
.course-progress__title__without_margin,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold,
b,
dt,
strong {
    font-weight: 600
}

.font-weight-black {
    font-weight: 900;
    line-height: 1.2
}

    .font-weight-black a {
        font-weight: 900
    }

.nav-pills-new > li.disabled > a,
.nav-pills-new > li.disabled > a:focus,
.nav-pills-new > li.disabled > a:hover,
.text-muted {
    color: #848484
}

small {
    font-size: .8125rem
}

blockquote {
    border-left: 5px solid #f2f2f2
}

.site-footer .course-progress__title,
.site-footer .course-progress__title__without_margin,
.site-footer .h3,
.site-footer .h5,
.site-footer .h6,
.site-footer h3,
.site-footer h5,
.site-footer h6 {
    text-transform: uppercase
}

.text-body-bigger .h4,
.text-body-bigger h4 {
    text-transform: none
}

.text-body-bigger blockquote,
.text-body-bigger li,
.text-body-bigger p {
    font-size: 1.125rem
}

.text-body-bigger p,
.text-body-bigger ul {
    margin-bottom: 1.625rem
}

.text-body-bigger .box p:first-child {
    margin-top: 1.625rem
}

.text-body-bigger-new .h4,
.text-body-bigger-new h4 {
    text-transform: none
}

@media(min-width:768px) {

    .text-body-bigger-new blockquote,
    .text-body-bigger-new li,
    .text-body-bigger-new p {
        font-size: 1.0rem
    }
}

.text-body-bigger-new p,
.text-body-bigger-new ul {
    margin-bottom: 1.625rem
}

.text-body-bigger-new .box p:first-child {
    margin-top: 1.625rem
}

.text-break-word {
    word-break: break-word
}

.h6-promise {
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #848484
}

.h2__link {
    display: block;
    margin: .5rem 0 1rem;
    font-size: .9375rem
}
.btn-orange-1
{
text-decoration: none;
color: #ffffff;
height: 40px;
border-radius: 12px;
background-color: #ff6154;
font-size: 14px;
font-weight: 600;
line-height: 24px;
text-align: center;
padding: 10px 25px;
}

