img
{
    max-width: 100%;
    border-radius: 20px;
}
hr
{
    border: none;
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 15%, #fff, transparent 85%);
}
hr.small
{
    border-top: 3px solid var(--green-color);
    margin: 20px auto;
}
.logo-kpr
{
    width: 300px;
    border-radius: 0;
}
.hero h1
{
    display: inline;
}
.hero h1::after
{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 300px;
    height: 20px;
    background: #fff;
    background: url(../../img/underline.svg) no-repeat;
    background-size: contain;
}
@media (max-width: 991px)
{
    .hero h1::after
    {
        display: none;
    }
}
.btn .fi-rr-arrow-small-down
{
    font-size: 2rem;
}
.color-bg
{
    background: linear-gradient(155deg, #f5eaf7 10%, #f0f8f3 60%, #eaf7fd 80%, #fff);
}
.check-boxes
{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.check-box
{
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin: 5px;
}
.check-box .fi
{
    color: var(--green-color);
    font-size: 44px;
    padding: 0 30px 20px;
}
@media(max-width:1091px)
{
    .check-boxes
    {
        flex-wrap: wrap;
        align-items: center;
    }
}
@media(max-width:600px)
{
    .check-box
    {
        width: 100%;
        margin: 5px 0;
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }
    .check-box .fi
    {
        font-size: 30px;
        padding: 0;
        margin-right: 15px;
    }
    .check-box p
    {
        line-height: 30px;
        margin-bottom: 0;
        text-align: left;
        font-size: 14px;
    }
}
.video-container
{
    border-radius: 20px;
    overflow: hidden;
    max-width: 900px;
    margin: 30px auto;
}

.video-container > * {
    position: absolute;
}

.course-stats span
{
    background: #fff;
    color: #333;
    border-radius: 10px;
    width: 280px;
    font-size: 16px;
    display: inline-block;
    padding: 25px 20px 10px 20px;
    margin: 25px 15px;
}
.course-stats em
{
    font-size: 36px;
    margin: 5px;
}
.course-stats .fi
{
    width: 50px;
    position: absolute;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    line-height: 46px;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 26px;
    margin-right: 10px;
}

.scrolling-banner {
    width: 100%;
    background-color: var(--red-color);
    color: #fff;
    overflow: hidden;
    height: 46px;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.scrolling-content {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    animation: scroll-left 50s linear infinite;
}

.scrolling-content span {
    margin-right: 50px;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.course-part
{
    border-radius: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.course-part.paid-part
{
    cursor: not-allowed;
}
.course-part .part-image
{
    position: relative;
    margin-bottom: 15px;
}
.course-part .img-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.course-part .part-image .fi
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #fff;
}
.course-part img
{
    border-radius: 0;
    margin: 0;
}
.course-part h3
{
    font-size: 15px;
    padding: 0 15px;
}
.course-part p
{
    font-size: 12px;
    padding: 0 15px 15px;
}
.course-part .feature
{
    background: #eee;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: lighter;
}
.course-part .feature i
{
    font-size: 0.8em;
}
.course-part .feature i:before
{
    vertical-align: inherit;
}
.course-part .features
{
    margin-left: 10px;
    margin-bottom: 15px;
}
.course-part .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden-parts
{
    display: none;
}
.modal-body 
{
    padding: 0;
}
.modal-content .btn-close {
    position: static;
}
.comments
{
    display: flex;
    flex-wrap: wrap;
}
.comment-box
{
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px;
    margin: 10px;
    flex: 1;
    flex-basis: 400px;
}
.comment-box .fi-star
{
    margin-bottom: 10px;
}
.comment-box .comment-avatar
{
    border-radius: 100%;
    width: 60px;
    margin-right: 20px;

}
.rating-tag
{
    background: #F0FBF4;
    color: var(--green-color);
    padding: 18px;
    border-radius: 10px;
    font-size: 36px;
    margin-right: 20px;
}
.top-tag
{
    background: #FDE49D;
    color: #AF840B;
    border-radius: 100px;
    padding: 8px 14px;
    font-size: 14px;
    vertical-align: 4px;
    white-space: nowrap;
}
.fi-rr-star
{
    color: var(--yellow-color);
    margin-right: 2px;
}

.offer-container
{
    max-width: 700px;
    margin: 50px auto;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    border: 2px solid var(--red-color);
}
.offer-container img
{
    margin: 20px;
}
.offer-container h2, .offer-container h3, .offer-container ul
{
    padding: 0 20px;
}
.offer-content h3
{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}
.offer-content ul li
{
    line-height: 1.8;
    font-size: 20px;
}
.offer-list
{
    max-width: 360px;
    margin: auto;
}
.price-box
{
    position: relative;
    background: var(--red-color);
    color: #fff;
    padding: 20px;
    border: none;
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 0;
    overflow: visible;
}
.price-box .original-price
{
    text-decoration: line-through;
    font-size: 20px;
}
.price-box .sale-price
{
    font-size: 24px;
    font-weight: bolder;
}
.price-box .fi
{
    position: absolute;
    font-size: 30px;
    border-radius: 100%;
    background: var(--red-color);
    top: 50%;
    transform: translateY(-50%);
}
.price-box .tag-left
{
    left: 20px;
}
.price-box .tag-right
{
    right: 20px;
}

.lecturer-box
{
    background: #F6E9F6;
    padding: 40px 50px;
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    border: none;
}
.lecturer-box *
{
    position: relative;
    z-index: 1;
}
.lecturer-box::before
{
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    width: 150px;
    height: 400px;
    border-radius: 200px;
    border: 1px solid #DBA5D8;
    transform: rotate(60deg);
}
.lecturer-box::after
{
    content: '';
    position: absolute;
    top: -130px;
    right: 90px;
    width: 130px;
    height: 300px;
    border-radius: 150px;
    border: 1px solid #DBA5D8;
    transform: rotate(120deg);
}
.lecturer-box img
{
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin-right: 30px;
}
.lecturer-box h3
{
    color: var(--purple-color);
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 5px;
}
@media(max-width:600px)
{
    .lecturer-box
    {
        flex-direction: column;
    }
    .lecturer-box::before
    {
        display: none;
    }
}

/* Footer */
footer .support-avatar
{
    border-radius: 100%;
    margin: 0 20px 0 0;
}
footer .contact-support
{
    margin-top: 3px;
}
footer .payment-img
{
    border-radius: 0;
    height: 30px;
}
footer.hero a:hover
{
    color: #fff;
    text-decoration: underline;
}
.footer-content
{
    display: flex;
    justify-content: space-between;
}
footer .footer-left
{
    display: flex;
}
footer .footer-right
{
    text-align: right;
}
@media(max-width:600px)
{
    .hero::after, .price-box .fi-tags
    {
        display: none;
    }
    h2
    {
        font-size: 24px;
    }
    .footer-content
    {
        flex-direction: column;
    }
    .course-stats span
    {
        width: 100%;
        margin: 20px 0;
    }
    .price-box .original-price
    {
        font-size: 16px;
    }
    .price-box .sale-price
    {
        font-size: 20px;
    }
    footer h4
    {
        text-align: center;
    }
    footer .footer-left
    {
        justify-content: center;
    }
    footer .footer-right
    {
        text-align: center;
        margin-top: 20px;
    }
    .buy-button
    {
        font-size: 1.2em;
        padding: 15px 0;
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

.paid-info
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(166, 36, 161, 0.8);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: 0.3s;
}
.paid-info span
{
    top: 50%;
    left: 0;
    position: absolute;
    padding: 30px;
    width: 100%;
    transform: translateY(-50%);
}
.paid-part:hover .fi-lock
{
    color: #aaa;
}
.paid-part:hover .paid-info
{
    opacity: 1;
}

/* Kolotoč štěstí */
.fortune-wheel-page .hero h1:after, .fortune-wheel-page .hero h2:after {
    display: none;
}
.fortune-wheel-page .hero-wheel-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fortune-wheel-page .offer-container {
    position: relative;
}
.fortune-wheel-page .offer-content {
    text-align: center;
    padding: 0 30px 20px;
}
.fortune-wheel-page .btn:not(.use-voucher-btn) {
    border: none;
    background: var(--yellow-color) !important;
    color: #222 !important;
}
.fortune-wheel-page .btn:not(.use-voucher-btn):hover, .fortune-wheel-page .btn:not(.use-voucher-btn):focus {
    background: #dba816 !important;
}
.fortune-wheel-page .btn:not(.use-voucher-btn) .fi {
    color: #222 !important;
}
.fortune-wheel-page .lecturer-box::before {
    top: auto;
    bottom: -300px;
}
.fortune-wheel-page #fortune-wheel #spin {
    color: #222;
}
.fortune-wheel-page #fortune-wheel #spin span.after {
    font-size: 15px;
    color: var(--green-color);
}
.fortune-wheel-page #fortune-wheel .after-spin {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1111;
    padding: 15px 20px 25px;
    margin: 0;
    box-shadow: 0 -5px 35px #333;
    width: 100%;
}
@media (max-width: 768px) {
    .fortune-wheel-page .hero { 
        text-align: center;
    }
    .fortune-wheel-page .hero-wheel-container {
        justify-content: center;
    }
    .fortune-wheel-page .offer-container .btn-lg {
        font-size: 1.2em;
        padding: 10px;
        width: 100%;
        margin: auto;
    }
}
.fortune-wheel-page .scrolling-banner {
    background: var(--yellow-color);
    color: #222;
    margin-bottom: 30px;
}
.fortune-wheel-page .offer-container {
    border-color: var(--yellow-color);
}