body {
    background: radial-gradient(#e6e8d6, var(--background-use-color));
    background-repeat: repeat;
    font-family: ERPx;
}

:root {
    --main-color: #ffb438;
    --second-color: #ffa717;
    --third-color: #517f4c;
    --background-use-color: #f9f3e7;
    --subtitle-underline-color: #058fb2;
    --button-color: #75592b;
    --top-icon-num: #098fb0;
    --img-border-color: #47c7eb;
    --gray-1: #747474;
    --gray-2: #3c3b3b;
    --gray-3: #383838;
    --gray-4: #2e2e2e;
    --gray-5: #5c5c5c;
    --keyword-color: #d18303;
    --near-white-color: #fff;
}

.section-title h2 {
    text-align: center;
    color: var(--gray-5);
    width: fit-content;
    font-size: 35px;
    font-family: TanseekModernProArabic-Bold !important;
    text-align: center;
    position: relative;
    margin: 30px auto 50px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: var(--subtitle-underline-color);
    width: 100%;
    height: 2px;
}

header.header {
    z-index: 999;
}

/*-------------------six-top-sections--------------------*/
.icons-group,
.related-courses,
.files,
.festival-details,
.page-top-section,
.gallery {
    margin: 50px 20px 20px;
    width: calc(100% - 40px);
    position: relative;
    z-index: 15;
}

.page-top-section {
    margin: 0 20px;
}

/*-------------------page-top-section--------------------*/
.icons-group div {
    position: relative;
}

.icons-group div:not(:first-child):after {
    position: absolute;
    content: "";
    left: -15px;
    top: 5px;
    background-color: var(--second-color);
    width: 1px;
    height: 15px;
}

.icons-group div:last-child:after {
    display: none;
}

.icons-group div span.num-font {
    font-family: ERPxfaNum;
    color: var(--top-icon-num);
    margin-left: 8px;
}

.icons-group div .top-icon:before {
    color: var(--second-color);
    font-size: 18px;
}

.icons-group div .fa-share-nodes {
    color: var(--second-color);
    font-size: 16px;
}

/*-----*/

.page-top-section {
    position: relative;
}

.page-top-section .page-top-section-img {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    position: relative;
}

.page-top-section .page-top-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 280px 30px;
    border: 1px solid var(--img-border-color);
}

.img-attached-icons span {
    background-color: var(--main-color);
    border-radius: 50%;
    border: 1px solid var(--second-color);
    color: #ffffff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-attached-icons span.icon-dash13:before {
    color: #ffffff;
    font-size: 18px;
}

.page-top-section button {
    background-color: var(--main-color);
    border: 1px solid #ffffff;
    color: var(--button-color);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    text-align: center;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb ol {
    margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb span {
    color: var(--gray-4);
    font-size: 16px;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0 2px;
}

.breadcrumb > .active {
    color: var(--subtitle-underline-color);
}

/* breadcrumb */

.page-top-section .title-box {
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 128px 30px 30px 30px;
    position: relative;
}

.page-top-section .title-box:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: var(--third-color);
    width: 0.7px;
    height: 85%;
}

.page-top-section .title-box h1 {
    color: var(--main-color);
    font-size: 55px;
    margin-top: 0;
    font-family: TanseekModernProArabic-Bold !important;
}

.page-top-section .title-box h6:nth-child(1) {
    color: var(--gray-3);
    font-size: 18px;
    font-weight: 400;
}

.page-top-section .title-box h6:nth-child(3) {
    color: var(--subtitle-underline-color);
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}

.page-top-section .title-box p {
    line-height: 1.8;
    text-align: justify;
}

.description-box {
    width: 100%;
    position: relative;
}

.description-box:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #9a9a9a;
    width: 0.7px;
    height: 92%;
}

.description-box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(
            to left,
            rgba(116, 116, 116, 0),
            rgba(116, 116, 116, 1),
            rgba(116, 116, 116, 0%)
    );
    width: 80%;
    height: 1px;
}

.description-box {
    line-height: 1.8;
    text-align: justify;
    color: var(--gray-1);
    padding: 10px 20px;
}

.key-words div .icon-tag:before {
    color: var(--gray-1);
    font-size: 18px;
}

.key-words div p {
    color: var(--gray-1);
    font-size: 17px;
    margin: 0;
}

.key-words div:first-child:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background: var(--gray-1);
    width: 80%;
    height: 1px;
}

.key-words div:last-child a.tag {
    border: 1px solid var(--keyword-color);
    color: var(--keyword-color);
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0 3px;
}

/*-------------------details--------------------*/

.festival-details .festival-details-content {
    width: 100%;
    height: 600px;
    position: relative;
    background: url("/frontend/new_main/assets/img/site/event-line-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.festival-details .festival-details-content div {
    gap: 10px;
}

.festival-details .festival-details-content div h6 {
    color: var(--keyword-color);
    border-bottom: 1px solid var(--keyword-color);
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 6px;
}

.festival-details .festival-details-content div span {
    color: var(--gray-5);
}

.num-num {
    font-family: ERPxfaNum !important;
}

.festival-details .festival-details-content .ball-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ffffff;
    background-color: var(--main-color);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: rgba(249, 174, 51, 0.24) 0px 0px 2px 7px;
}

.festival-details .festival-details-content .ball-icon.icon-calendar::before {
    color: #ffffff;
    font-size: 28px;
}

.festival-details .festival-details-content .ball-icon.icon-card::before {
    color: #ffffff;
    font-size: 28px;
}

.festival-details .festival-details-content .score {
    position: absolute;
    right: 26%;
    bottom: 3%;
}

.festival-details .festival-details-content .members {
    position: absolute;
    left: 26%;
    bottom: 3%;
}

.festival-details .festival-details-content .duties {
    position: absolute;
    right: 16%;
    top: 42%;
}

.festival-details .festival-details-content .duties > div {
    gap: 20px;
}

.festival-details .festival-details-content .duration {
    position: absolute;
    left: 24%;
    top: -4%;
}

.festival-details .festival-details-content .date {
    position: absolute;
    right: 26%;
    top: 19%;
}

.festival-details .festival-details-content .date div span {
    font-family: ERPxfaNum;
}

.festival-details .festival-details-content .cost {
    position: absolute;
    right: 22%;
    top: -4%;
}

/*-------------------files--------------------*/
.files-content #fileList {
    height: 300px;
    overflow-y: auto;
    padding-left: 20px;
    gap: 20px;
}

.files-content #fileList::-webkit-scrollbar {
    background-color: var(--photo-border);
    width: 2px;
}

.files-content #fileList::-webkit-scrollbar-thumb {
    background-color: var(--prominent-color);
}

.file-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    gap: 10px;
    border: 1px solid var(--third-color);
    padding: 10px;
    border-radius: 10px;
}

.file-item .file-item-title {
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    border: 0.3px solid var(--third-color);
    padding: 7px;
    width: fit-content;
    border-radius: 3px;
}

.file-item-size-name {
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
}

.file-item .file-item-size-name .file-size {
    font-family: ERPxfaNum;
    font-size: 15px;
    direction: ltr;
    color: #1a1e21;
    font-weight: 400;
}

.file-item .file-item-size-name .file-name {
    color: var(--third-color);
    position: relative;
}

.file-item .file-item-size-name .file-name:before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 3px;
    width: 1px;
    height: 15px;
    background-color: var(--third-color);
}

.img-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid var(--third-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.img-div .file-image {
    width: 50%;
}
.file-item .file-description {
    text-align: justify;
    line-height: 1.7;
}
/*-------------------related-courses--------------------*/
.related-courses > div {
    position: relative;
    margin: 100px auto;
    border: 3px solid #dfd1b4;
    background-color: #f6f6f6;
    width: 90%;
    padding: 0 20px 30px;
}

.related-courses .product-course-vector-1 {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: url("/frontend/new_main/assets/img/site/product-course-vector-1.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.related-courses .product-course-vector-2 {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: url("/frontend/new_main/assets/img/site/product-course-vector-2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.related-courses .img-small-screen-Swiper {
    width: 100%;
    padding-bottom: 30px;
}

.img-small-screen-Swiper .swiper-wrapper {
    height: 350px;
}

#swiper-content {
    overflow: hidden;
}

.related-courses .courses-desc-boxes {
    width: 100% !important;
}

.courses-desc-boxes .course-box h4 {
    font-size: 30px;
    font-family: TanseekModernProArabic-Bold !important;
    text-align: center;
    color: var(--gray-4);
}

.courses-desc-boxes .course-box > p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.8;
    color: var(--gray-4);
    margin: 25px auto;
    width: 90%;
}

.courses-desc-boxes .course-box .icon {
    color: var(--third-color);
    font-size: 16px;
    margin-left: 8px;
}

.courses-desc-boxes .course-box .visited {
    margin: 8px 0;
}

.courses-desc-boxes .course-box .date-info span:nth-child(3) {
    display: flex !important;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(78, 78, 78) 50%,
            transparent 50%
    );
    background-position: center;
    background-size: 16px 2px;
    background-repeat: repeat-x;
    margin-right: 8px;
    flex-shrink: 5;
    flex-grow: 45;
}

.courses-desc-boxes .course-box .date-info .fa-chevron-left {
    font-size: 12px;
}

.courses-desc-boxes .course-box .date-info span:nth-child(5) {
    margin-right: 8px;
    background-color: var(--third-color);
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}

.img-small-screen-Swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.img-large-screen-Swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.img-large-screen-Swiper .swiper-slide-active img {
    border: 1px solid var(--img-border-color);
}

.img-small-screen-Swiper .swiper-pagination-progressbar {
    height: 4px !important;
    width: 100% !important;
    top: 365px !important;
}

.img-large-screen-Swiper .swiper-pagination-progressbar {
    width: 85% !important;
    margin: 0 auto;
}

.img-small-screen-Swiper .swiper-pagination-progressbar-fill,
.img-large-screen-Swiper .swiper-pagination-progressbar-fill {
    background-color: #0f0f0e !important;
}

/*-------------------gallery--------------------*/
.gallery {
    position: relative;
    z-index: 20;
}

.gallery-slider {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 50px;
    position: relative;
}

.gallery-slider .swiper-wrapper {
    width: 100%;
}

.gallery-slider .swiper-wrapper .swiper-slide {
    height: 210px;
}

.gallery-slider .swiper-wrapper .swiper-slide img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 47px;
    border: 1px solid var(--third-color);
    transform: translateX(-6%);
}

.gallery-slider .swiper-pagination {
    bottom: -40px !important;
    z-index: 0;
}

.gallery-slider .swiper-pagination-bullet {
    background-color: var(--third-color) !important;
    opacity: 1;
    width: 5px;
    height: 5px;
}

.gallery-slider .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 0.8px solid var(--third-color) !important;
    width: 10px;
    border-radius: 5px;
}

.gallery-slider .swiper-gallery .swiper-btns {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -57px;
}

.gallery-slider .swiper-gallery .swiper-btns .swiper-button-prev {
    right: 25%;
    cursor: pointer;
}

.gallery-slider .swiper-gallery .swiper-btns .swiper-button-next {
    left: 25%;
    cursor: pointer;
}

.gallery-slider .swiper-gallery .swiper-button-prev:after,
.gallery-slider .swiper-gallery .swiper-button-next:after {
    content: "";
    display: none;
}

.gallery-slider .swiper-gallery .swiper-button-prev span,
.gallery-slider .swiper-gallery .swiper-button-next span {
    color: var(--third-color);
    font-size: 22px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.gallery-slider .swiper-gallery .swiper-button-next span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* *******************podcast******************* */

.podcast {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    box-shadow: inset;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 13;
}

.podcast:before {
    content: "";
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: transparent;
    box-shadow: 0 8px 10px 2px rgb(0, 0, 0, 0.25);
    z-index: -5;
}

.podcast:after {
    position: absolute;
    content: "";
    top: -8%;
    right: -1%;
    background: url(/frontend/new_main/assets/img/site/product-podcast-vector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 360px;
    height: 300px;
    z-index: 0;
}

.podcast .section-title {
    align-items: flex-start;
}

.podcast .podcast-photos {
    width: 100%;
    height: 220px;
    position: relative;
}

.podcast .podcast-photos::before {
    content: "";
    position: absolute;
    bottom: 151px;
    width: 279px;
    height: 85px;
    background: url("/frontend/new_main/assets/img/site/event-padcastVector.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.podcast .podcast-text {
    width: 100%;
}

.podcast .podcast-text h6 {
    font-size: 20px;
    color: var(--gray-2);
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}

.podcast .podcast-text p {
    font-size: 16px;
    color: var(--gray-3);
    line-height: 1.8;
    text-align: justify;
}

.podcast .podcast-text a {
    background-color: var(--img-border-color);
    color: #ffffff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    margin-top: 10px;
    height: 41px;
    padding: 5px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.podcast .podcast-photos .mask-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 257px;
    mask-image: url(/frontend/new_main/assets/img/site/event-padcastMask-1.png);
    -webkit-mask-image: url(/frontend/new_main/assets/img/site/event-padcastMask-1.png);
    mask-size: 183px;
    -webkit-mask-size: 183px;
    mask-repeat: no-repeat;
    mask-position: 6px 1px;
    z-index: 40;
}

.podcast .podcast-photos .mask-2 img {
    width: 100%;
    height: 100%;
}

.podcast .podcast-photos .mask-3 {
    position: absolute;
    top: 45px;
    left: 108px;
    height: 242px;
    mask-image: url(/frontend/new_main/assets/img/site/event-padcastMask-2.png);
    -webkit-mask-image: url(/frontend/new_main/assets/img/site/event-padcastMask-2.png);
    mask-size: 163px;
    -webkit-mask-size: 163px;
    mask-repeat: no-repeat;
    mask-position: 7px 11px;
}

.podcast .podcast-photos .mask-3 img {
    width: 100%;
    height: 100%;
}

.player-wrapper {
    top: -20px;
    right: 0px;
    z-index: 50;
    background: var(--background-use-color);
}

.controls button {
    color: #000;
}

.playList-items::-webkit-scrollbar-thumb {
    color: var(--img-border-color);
}

.playlist-content h5 {
    color: var(--gray-4);
}
.playlist-item button .fa-pause {
    background-color: var(--img-border-color);
}
/* *******************videos******************* */

.videos {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.video-navigations {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 100px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.video-description {
    width: 100%;
    position: relative;
    margin: 10px 0 14px 0;
    box-shadow: 0 0 4px 2px #fff5f5;
}

.video-description h6 {
    color: var(--third-color);
    font-family: TanseekModernProArabic-Bold !important;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    width: 95%;
    margin: 0 auto;
}

.video-description p {
    color: #505050;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    width: 93%;
    margin: 0 auto;
}
.reaction-to-video {
    margin: 20px auto;
}
.reaction-to-video span {
    width: 40px;
    height: 40px;
    color: var(--near-white-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.thumbSwiper .swiper-slide:before,
.largeSwiper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.largeSwiper .swiper-slide {
    aspect-ratio: 11/9;
}
.thumbSwiper .swiper-slide:before {
    background-color: rgba(182, 180, 180, 0.3);
}
.thumbSwiper .swiper-slide:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    margin: auto;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
}
/* *******************comments}******************* */

section.comments {
    margin: 40px 20px;
    width: calc(100% - 40px);
}

.send-comment-form {
    background-color: var(--near-white-color);
}

form label {
    color: var(--gray-2);
}

form label#name {
    color: var(--gray-1);
}

form input,
form textarea {
    border: 0.4px solid var(--gray-1);
}

form > button {
    background-color: var(--img-border-color);
    color: var(--near-white-color);
}

.people-comments {
    background-color: var(--subtitle-underline-color);
    background: var(--background-use-color);
    border: 1px solid #ffffff;
}

.comment-info .comment-date span,
.comment-info .comment-date .icon-calender::before {
    color: var(--gray-1);
}
.comment-info .comment-unlikes span,
.comment-info .comment-unlikes .fa-heart-crack {
    color: var(--subtitle-underline-color);
}

.comment-info .comment-likes span,
.comment-info .comment-likes .fa-heart {
    color: var(--img-border-color);
}

.comment .comment-text {
    border-right: 1px solid var(--img-border-color);
}

.comment .comment-text p {
    color: var(--gray-2);
    font-size: 15px;
    font-family: ERPxfaNum;
    line-height: 1.7;
}

.comment button {
    background-color: var(--img-border-color);
    color: var(--near-white-color);
}
.message-no-comment .be-first-comment {
    color: var(--img-border-color);
}
.login-message {
    background-color: var(--background-use-color);
}
.login-message .login-button {
    background-color: var(--img-border-color);
}
.login-message .login-profile-message,
.login-message .signIn-button {
    color: var(--subtitle-underline-color);
}
/*-------------------footer--------------------*/

footer.footer {
    background: url(/frontend/new_main/assets/img/site/product-footer-vector-1.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-size: contain !important;
    padding: 1rem 0 !important;
}
footer.footer .footer-content {
    width: 87%;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-content-bottom {
    margin: 0 auto;
}

/*------------------mediaQuery----------------------*/
@media screen and (min-width: 399.5px) {
    .festival-details .festival-details-content {
        width: 100%;
        position: relative;
        background: url("/frontend/new_main/assets/img/site/event-line-2.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% 80%;
    }

    .festival-details .festival-details-content .score {
        right: 24%;
        bottom: 8%;
    }

    .festival-details .festival-details-content .members {
        left: 23%;
        bottom: 8%;
    }

    .festival-details .festival-details-content .duties {
        right: 21%;
        top: 33%;
    }

    .festival-details .festival-details-content .duration {
        left: 40%;
        top: -3%;
    }

    .festival-details .festival-details-content .date {
        right: 69%;
        top: -4%;
    }

    .festival-details .festival-details-content .date > div {
        flex-direction: column !important;
    }

    .festival-details .festival-details-content .date > div .fa-arrow-left {
        display: none !important;
    }

    .festival-details .festival-details-content .date > div .fa-arrow-down {
        display: flex !important;
    }

    .festival-details .festival-details-content .cost {
        right: 20%;
        top: -3%;
    }

    .related-courses .courses-desc-boxes {
        width: 85% !important;
        margin: 0 auto;
    }

    .img-small-screen-Swiper .swiper-pagination-progressbar {
        top: 425px !important;
    }

    .related-courses .img-small-screen-Swiper {
        padding-bottom: 80px;
        width: 93%;
    }

    .podcast .podcast-photos {
        height: 350px;
    }

    .podcast .podcast-photos .mask-2 {
        mask-size: 300px;
        -webkit-mask-size: 300px;
        left: -14px;
        height: 304px;
    }

    .podcast .podcast-photos .mask-3 {
        mask-size: 206px;
        -webkit-mask-size: 206px;
        top: 127px;
        left: 152px;
        height: 270px;
    }
}

@media screen and (min-width: 422.5px) {
    .icons-group div:last-child:after {
        display: inline-block;
    }
}

@media screen and (min-width: 499.5px) {
    .related-courses .img-small-screen-Swiper {
        width: 86%;
    }

    .player-wrapper {
        top: 40px;
    }

    .podcast .podcast-photos {
        height: 400px;
    }
    .thumbSwiper {
        width: 66%;
    }
    .podcast .podcast-photos .mask-3 {
        mask-size: 255px;
        -webkit-mask-size: 255px;
    }
    .largeSwiper .swiper-slide {
        aspect-ratio: 11/6;
    }
}

@media screen and (min-width: 575.5px) {
    .img-attached-icons {
        position: absolute;
        bottom: 16%;
        height: 130px;
        right: 11%;
        width: 150px;
    }

    .img-attached-icons span.share-ic {
        position: absolute;
        bottom: 0%;
        left: 23%;
    }

    .img-attached-icons span.user-ic {
        position: absolute;
        top: 11%;
        right: -14%;
    }

    .img-attached-icons span.heart-ic {
        position: absolute;
        bottom: 24%;
        right: 16%;
    }

    footer.footer {
        background: url(/frontend/new_main/assets/img/site/product-footer-vector-2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        background-position: right -71px bottom -62px;
        background-size: contain !important;
    }

    .icons-group,
    .related-courses,
    .files,
    .festival-details,
    .page-top-section {
        margin: 60px 39px 0;
        width: calc(100% - 78px);
    }

    .page-top-section {
        margin-top: 0;
    }

    .gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .gallery-slider .swiper-gallery .swiper-btns {
        bottom: -97px;
    }

    .gallery-slider .swiper-pagination {
        bottom: -82px !important;
    }

    .key-words div:first-child:after {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 5px;
        background: var(--gray-1);
        width: 1px;
        height: 16px;
    }

    .description-box:after {
        right: 2%;
        left: unset;
        transform: translateX(0);
        background: linear-gradient(
                to left,
                rgba(116, 116, 116, 1),
                rgba(116, 116, 116, 0.7),
                rgba(116, 116, 116, 0)
        );
    }

    .festival-details .festival-details-content .score {
        right: 25%;
        bottom: 9%;
    }

    .festival-details .festival-details-content .members {
        left: 30%;
        bottom: 5%;
    }

    .festival-details .festival-details-content .duration {
        left: 46%;
        top: -3%;
    }

    .festival-details .festival-details-content .duties {
        right: 31%;
        top: 33%;
    }

    .festival-details .festival-details-content .date {
        right: 66%;
        top: -3%;
    }

    .festival-details .festival-details-content .cost {
        right: 23%;
        top: -3%;
    }

    .related-courses .img-small-screen-Swiper {
        width: 80%;
        padding-bottom: 215px;
    }

    .img-small-screen-Swiper .swiper-pagination-progressbar {
        top: 509px !important;
    }

    .gallery-slider {
        padding: 32px 0 80px;
    }

    .gallery-slider .swiper-gallery .swiper-btns .swiper-button-prev {
        right: 35%;
    }

    .gallery-slider .swiper-gallery .swiper-btns .swiper-button-next {
        left: 35%;
    }

    .podcast .podcast-photos .mask-2 {
        left: 40px;
    }

    .podcast .podcast-photos .mask-3 {
        top: 125px;
        left: 217px;
    }

    section.comments {
        margin: 0px 39px;
        width: calc(100% - 78px);
    }
    .podcast,
    .videos {
        padding-left: 39px;
        padding-right: 39px;
    }
    .videos .video-content {
        box-shadow: 0 0 4px 2px #fff5f5;
    }
    .videos .video-description {
        box-shadow: none;
    }
    .thumbSwiper {
        width: 70%;
    }
}

@media screen and (min-width: 649.5px) {
    .file-item {
        width: 48%;
    }
}

@media screen and (min-width: 767.5px) {
    .img-attached-icons {
        right: 8%;
    }

    footer.footer {
        background: url(/frontend/new_main/assets/img/site/product-footer-vector-3.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        background-position: right 0px bottom 0px;
        background-size: contain !important;
    }

    .festival-details {
        margin: 0 auto;
    }

    .festival-details .festival-details-content {
        width: 100%;
        height: 340px;
        position: relative;
        background: url("/frontend/new_main/assets/img/site/event-line-3.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
    }

    .festival-details .festival-details-content .score {
        right: 1%;
        top: 0%;
    }

    .festival-details .festival-details-content .members {
        right: 20%;
        top: 5%;
        left: unset;
    }

    .festival-details .festival-details-content .duties {
        right: 35%;
        top: -5%;
    }

    .festival-details .festival-details-content .duration {
        left: 36%;
        top: -5%;
    }

    .festival-details .festival-details-content .date {
        left: 20%;
        top: 5%;
        right: unset;
    }

    .festival-details .festival-details-content .cost {
        left: 0%;
        top: 0%;
        right: unset;
    }

    .festival-details .festival-details-content .duties > div {
        gap: 8px;
    }

    .related-courses .img-large-screen-Swiper {
        width: 60% !important;
        padding-bottom: 60px;
    }

    .img-large-screen-Swiper-pagination {
        top: 260px !important;
    }

    .related-courses > div {
        height: unset;
    }

    .podcast .podcast-photos .mask-2 {
        mask-size: 245px;
        -webkit-mask-size: 245px;
        left: 0px;
        top: 60px;
    }

    .podcast .podcast-photos .mask-3 {
        mask-size: 182px;
        -webkit-mask-size: 182px;
        left: 132px;
        top: 173px;
    }
    .podcast .podcast-text h6 {
        text-align: right;
    }
    .player-wrapper {
        right: 16px;
    }
    .video-slides .largeSwiper .play-video-icon,
    .video-slides .largeSwiper .pause-video-icon {
        width: 70px;
        height: 70px;
    }
    .video-slides .largeSwiper .pause-video-icon .fa-pause,
    .video-slides .largeSwiper .play-video-icon .fa-play {
        font-size: 24px;
    }
}

@media screen and (min-width: 849.5px) {
    .img-attached-icons {
        right: 6%;
    }

    .img-attached-icons span.share-ic {
        left: 26%;
        bottom: -3%;
    }

    .img-attached-icons span.user-ic {
        top: 12%;
        right: -8%;
    }
}

@media screen and (min-width: 991.5px) {
    body:before {
        position: absolute;
        content: "";
        top: -10%;
        right: -8%;
        background: url("/frontend/new_main/assets/img/site/product-wave-vector-1.png");
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 80%;
        width: 550px;
        height: 550px;
        transform: rotate(102deg);
    }

    .img-attached-icons {
        bottom: 21%;
        right: 18%;
        z-index: 10;
    }

    .img-attached-icons span.share-ic {
        bottom: 0%;
        left: 23%;
    }

    .img-attached-icons span.user-ic {
        top: -13%;
        right: 13%;
    }

    .img-attached-icons span.heart-ic {
        bottom: 49%;
        right: 42%;
    }

    .page-top-section .page-top-section-img {
        width: 60%;
        height: 350px;
        margin: unset;
        align-self: flex-end;
    }

    .page-top-section button {
        width: 35%;
        align-self: flex-end;
    }

    .page-top-section > div:first-child > :nth-child(2) {
        width: 63%;
        position: absolute;
        top: 4%;
        right: 0;
    }

    .description-box {
        margin-top: 85px;
    }

    .six-top-sections {
        margin: 150px 80px 0;
        width: calc(100% - 160px);
    }

    .festival-details .section-title {
        align-items: flex-start;
    }

    .festival-details .section-title p {
        width: 30%;
        text-align: right;
    }

    .festival-details .festival-details-content .members,
    .festival-details .festival-details-content .date {
        top: 12%;
    }

    .festival-details .festival-details-content .duties {
        top: -1%;
    }

    .festival-details .festival-details-content .duration {
        top: -1%;
    }

    .related-courses {
        background: url(/frontend/new_main/assets/img/site/product-course-vector-3.svg) no-repeat;
        background-size: contain;
        background-position: center;
        height: 670px;
    }

    .related-courses > div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
    }

    .gallery:after {
        position: absolute;
        content: "";
        top: 24%;
        left: 10%;
        background: url("/frontend/new_main/assets/img/site/product-vector-4.png");
        background-repeat: repeat;
        background-size: auto;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 80%;
        width: 1000px;
        height: 661px;
        z-index: -1;
        transform: rotate(4deg);
    }

    .gallery-slider .swiper-gallery .swiper-btns .swiper-button-prev {
        right: 40%;
    }

    .gallery-slider .swiper-gallery .swiper-btns .swiper-button-next {
        left: 40%;
    }

    .podcast:before {
        content: "";
        position: absolute;
        top: -235px;
        left: 0;
        width: 100%;
        height: 300px;
        background-color: #ffffff;
        box-shadow: inset 0 14px 8px -3px rgb(0, 0, 0, 0.25);
    }

    .podcast:after {
        top: -50%;
        right: 20%;
        width: 600px;
        height: 600px;
        z-index: 12;
    }

    .podcast {
        padding-left: 80px;
        padding-right: 80px;
    }

    .podcast .podcast-photos .mask-3 {
        mask-size: 220px;
        -webkit-mask-size: 220px;
        left: 156px;
        top: 137px;
    }

    .video-description h6 {
        text-align: justify;
    }

    section.comments {
        margin: 44px 80px;
        width: calc(100% - 160px);
    }

    .related-courses .courses-desc-boxes {
        width: 35% !important;
    }
    .video-slides {
        width: 55%;
    }
    .videos .video-content {
        width: 93%;
        margin: 74px auto !important;
    }
    .video-description {
        width: 45%;
        position: relative;
        margin: 10px 0 0 0;
    }

    .video-slides {
        width: 55%;
    }
    .video-description p {
        width: 100%;
        padding-right: 10px;
    }
    .reaction-to-video {
        margin: 0px auto;
    }
    .video-description .progress {
        width: 70%;
        margin: 7px auto 12px;
        height: 2px;
    }
}

@media screen and (min-width: 1030.5px) {
    .img-attached-icons {
        bottom: 30%;
        right: 20%;
    }

    .page-top-section .page-top-section-img {
        height: 400px;
    }

    .description-box {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1100.5px) {
    .img-attached-icons {
        bottom: 31%;
        right: 21%;
    }
}

@media screen and (min-width: 1199.5px) {
    body:after {
        position: absolute;
        content: "";
        top: 38%;
        left: -8%;
        background: url("/frontend/new_main/assets/img/site/product-wave-vector-1.png");
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 80%;
        width: 550px;
        height: 550px;
    }

    .img-attached-icons {
        bottom: 28%;
        right: 8%;
    }

    .page-top-section > div:first-child > :nth-child(2) {
        width: 55%;
        top: 6%;
    }

    .description-box {
        width: 77%;
        margin-top: 50px;
    }

    .festival-details .festival-details-content .members,
    .festival-details .festival-details-content .date {
        top: 19%;
    }

    .img-large-screen-Swiper-pagination {
        top: 239px !important;
    }

    .gallery-slider .swiper-gallery .swiper-slide {
        height: 300px;
    }

    .podcast .podcast-photos .mask-2 {
        mask-size: 245px;
        -webkit-mask-size: 245px;
        left: 120px;
        top: 0;
    }

    .player-wrapper {
        top: 226px;
        right: unset;
        left: 0;
    }

    .podcast .podcast-photos .mask-3 {
        left: unset;
        right: -150px;
        top: 85px;
        mask-size: 220px;
        -webkit-mask-size: 220px;
    }

    .podcast .podcast-photos::before {
        left: 0;
    }
    .video-description h6 {
        margin-bottom: 16px;
    }
    .thumbSwiper {
        width: 90%;
        bottom: 18px;
        left: 39%;
    }
}

@media screen and (min-width: 1299.5px) {
    .img-attached-icons {
        bottom: 24%;
        right: 9%;
    }

    .page-top-section .page-top-section-img {
        height: 454px;
    }

    .description-box {
        margin-top: 30px;
    }

    .page-top-section > div:first-child > :nth-child(2) {
        top: 13%;
    }
}

@media screen and (min-width: 1399.5px) {
    .img-attached-icons {
        bottom: 25%;
        right: 11%;
    }

    .page-top-section .page-top-section-img {
        height: 490px;
    }

    .description-box {
        margin-top: 0;
    }

    .page-top-section > div:first-child > :nth-child(2) {
        top: 17%;
    }

    .festival-details .festival-details-content .members {
        top: 15%;
    }

    .festival-details .festival-details-content .duties {
        top: 3%;
    }

    .festival-details .festival-details-content .duration {
        top: 3%;
    }

    .festival-details .festival-details-content .date {
        top: 15%;
    }

    .six-top-sections {
        margin-top: 150px !important;
    }

    .podcast .podcast-photos .mask-2 {
        left: 190px;
    }
    .six-top-sections,
    .podcast > div:nth-child(2),
    section.comments,
    .videos .video-content,
    footer.footer .footer-content {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    .thumbSwiper .swiper-slide {
        height: 110px;
    }
}

@media screen and (min-width: 1599.5px) {
    festival-details .festival-details-content .members,
    .festival-details .festival-details-content .date {
        top: 19%;
    }
    .six-top-sections,
    .podcast > div:nth-child(2),
    section.comments,
    .videos .video-content,
    footer.footer .footer-content {
        max-width: 1400px;
        margin: auto !important;
    }
}

@media screen and (min-width: 1749.5px) {
    .six-top-sections,
    .podcast > div:nth-child(2),
    section.comments,
    .videos .video-content,
    footer.footer .footer-content {
        max-width: 1600px;
    }
}



html .summery-box{
    top: unset !important;
    bottom: 4rem !important;
}

.title-box{
    backdrop-filter: blur(3.5px);
}