.lesson-header-image {
    margin: 0;
    padding: 80px 15px 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: fixed;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #FFF;
}
.class-content p {
    max-height: 63px;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease;
}
p.open-description {
    max-height: max-content;
}
button.open-btn {
    color: #3f4d6b !important;
    box-shadow: inset 0px 0px 18px #000;
}
.filter li.active {
    box-shadow: inset 0px 0px 18px #000;
}
.class-content p:hover ~ .action-btns-container .class-action-btns div .class-info-btn {
    color: #48597b;
    box-shadow: inset 0px 0px 18px #000;
}
.class-content p:hover {
    max-height: max-content;
}
.class-content p::after {
    content: '...';
    position: absolute;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 27%);
    right: 0px;
    width: 35px;
    bottom: 0;
}
.class-content p:hover::after {
    display: none;
}
.arrow-prev {
    right: 160px;
    top: 100%;
}
.class-arrows {
    position: absolute;
}
.arrow-prev::before {
    background-image: url(../images/arrow-prev.png);
}
.class-arrows::before {
    cursor: pointer;
    position: absolute;
    content: '';
    z-index: 99999;
    height: 50px;
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow-next {
    right: 80px;
}
.arrow-next::before {
    background-image: url(../images/arrow-next.png);
}
ul.filter {
    list-style: none;
    display: inline-block;
}
.filter li {
    display: inline-block;
    padding: 8px;
    background-color: #015697;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 45px;
    cursor: pointer;
}
.filter li:active, .filter li:hover {
    box-shadow: inset 0px 0px 18px #000;
    outline: none;
}
.class-container {
    margin: 0px 10px 20px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    text-align: center;
}
.event-container {
    display: flex;
    margin: 0px 10px 20px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    transition: all 300ms ease;
}
.event-container:hover {
    box-shadow: 0 14px 25px rgb(0 0 0 / 10%);
}
.image-container .image img {
    width: 100%;
}
.event-container .image-container {
    width: 80%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.class-container .class-content {
    padding: 20px 20px 40px 20px;
}
.event-container .event-content {
    padding: 20px 20px 40px 20px;
}
.price-container span {
    background: linear-gradient(rgb(255 255 255 / 20%),rgb(255 255 255 / 30%)),url(../images/price-bg-2.png);
    width: 122px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
span.event-price {
    background: linear-gradient(rgb(255 255 255 / 20%),rgb(255 255 255 / 30%)),url(../images/price-bg-2.png);
    width: 122px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.class-content h3 {
    margin: 0;
    padding: 20px 0 10px;
    font-weight: 800;
    font-size: 36px;
}
.class-content h3 a {
    color: #000;
}
.class-content hr {
    border-top: 2px dashed #5ac4de;
    opacity: 1;
    background-color: transparent;
}
.event-content h3 {
    margin: 0;
    padding: 20px 0 10px;
    font-weight: 800;
    font-size: 36px;
}
.event-content h3 a {
    color: #000;
}
.event-content hr {
    border-top: 2px dashed #5ac4de;
    opacity: 1;
    background-color: transparent;
}
.info-title {
    color: #5ac4de;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
.action-btns-container {
    margin-top: 30px;
}
.action-btns-container a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 45px;
    background: #5ac4de;
    cursor: pointer;
    padding: 10px 30px;
}
.action-btns-container button {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    border-radius: 45px;
    background: #5ac4de;
    cursor: pointer;
    padding: 10px 30px;
}
.action-btns-container button:hover {
    background: #5ac4de;
}


@media (max-width: 1025px) {
    .event-container {
        display: block;
    }
    .event-container .image-container {
        width: 100%;
        height: 200px;
    }
}