html {
    font-size: 16px;
}

.college-course {
    display: block;
    padding: 30px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

img.course-poster {
    border-radius: 5px;
}

.college-course span.code {
    font-size: 1rem;
    font-weight: bold;
}

.college-course h2.title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 568px) {
    .college-course h2.title {
        font-size: 1rem !important;
    }

    .course-desc {
        margin: 15px;
    }
}

.college-course div.cgroup {
    font-size: 1.1rem;
    font-weight: bold;
}

.college-course span.label {
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
    color: #555 !important;
}

.college-course span.value {
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
}


.college-course span.plan-title {
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0px;
}

.bold {
    font-weight: bold;
}


button.register {
    padding: 30px 30px;
    ;
    font-size: 1rem;
    margin-bottom: 5px;
}

.glow {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    /* -webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 1px #ffbf00, 0 0 2px #ffbf00;
    }

    to {
        text-shadow: 0 0 2px #ffbf00, 0 0 3px #ffbf00;
    }

    /*  
	from {
	  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
	}
	to {
	  text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
	}
*/
}

/*************************************************************************************/

:root {
    --text-color: #333333;
    --text-color-light: #555555;
    --text-color-so-light: #eeeeee;

    --social-icon-color: #999999;
    --social-icon-color-hover: #777777;

    --bg-color-light: #eeeeee;

    --title-bg-color: #ffffff;
    --title-color: #000000;

    --body-bg-color: #f1f1f1;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--body-bg-color);
}

.landing p {
    color: var(--text-color);
}

.course-poster {
    width: 100%;
    object-fit: cover;
}

.event-nav {
    background-color: var(--main-color) !important;
    color: var(--text-color-so-light);
    transition: all 0.3s ease;
}

.event-nav ul {
    margin: 0px;
}

.event-nav ul li {
    display: inline-block;
    border-right: 1px solid var(--text-color-so-light);
    padding: 0px 5px;
}

@media (max-width:380px) {
    .event-nav {
        padding: 10px 5px !important;
    }

    .event-nav ul li {
        padding: 0px 1px !important;
    }
}

@media (min-width:381px) and (max-width:400px) {
    .event-nav {
        padding: 10px 5px !important;
    }

    .event-nav ul li {
        padding: 0px 3px !important;
    }
}


@media (max-width:575px) {
    .event-nav ul li {
        font-size: 0.8rem;
        padding: 0px 5px;
    }
}

.event-nav ul li:first-child {
    border-right: 0px solid var(--main-color-light);
}

.event-nav a {
    color: var(--text-color-so-light);
}

.event-nav a:hover {
    color: var(--second-color) !important;
    font-weight: bold;
}


.event-endReg {
    text-align: center;
}


.event-title {
    border: 0px solid !important;
    /* background-color: var(--body-bg-color) !important; */
    background-color: var(--title-bg-color) !important;
    color: var(--title-color);
}

.event-item {
    background-color: #ffffff;
    /*var(--bg-color-light);*/
    margin-bottom: 20px;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
    /* گوشه‌های گرد */
    margin: 5px;
    font-size: 1.0rem;
    line-height: 1.8rem;
    text-align: justify;
}

.event-item .teacher-title,
.event-item .plan-title,
.event-item .admin-comment-title,
.event-item .free-consultation-title {
    color: var(--main-color);
}

.event-poster {
    padding: 0px;
}


.event-icon {
    color: var(--main-color);
    font-size: 1.1rem;
    padding: 2px 3px;
}

.event-briefDesc {
    background-color: #fffffff !important;
    text-align: justify;
}

.event-quickReview {
    background-color: var(--body-bg-color) !important;
    padding: 0px;
    border: 0px;
    margin: 0px 5px;
}

.event-quickReview .event-icon {
    font-size: 1.3rem;
}

.event-quickReview div {
    background-color: var(--second-color);
    /* background-image: radial-gradient(at center center, var(--second-color-light) 0%, var(--second-color) 100%); */
    padding: 10px 10px;
    color: var(--main-color);
    border-radius: 5px;
    font-weight: 500;
    margin: 5px 0px;
}

.event-costs i {
    font-size: 1.1rem;
}

.event-costs {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 2.5rem;
}

.event-endReg {
    border: 0px solid !important;
    background-color: var(--body-bg-color) !important;
}

.event-headlines a.accordeon {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 1.7rem;
    margin-top: 5px;
}

.event-headlines a.accordeon span {
    text-align: right;
    display: block;
}

.event-headlines div {
    margin-bottom: 5px;
}

.event-motto {
    /* border: 0px;
    background-color: var(--body-bg-color); */
    padding: 10px 60px;
    /* background-image: radial-gradient(at center center, var(--text-color-so-light) 0%, var(--text-color) 100%); */

}

.event-titr {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.event-titr span {
    width: 100%;
    display: block;
    padding: 10px;
    color: var(--main-color)
        /* background-color: #ddd;     */
}

.event-Schedule .field {
    display: flex;
    align-items: center;
}

.event-Schedule .field i {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0px 5px;
}

.event-Schedule .field span {
    display: block;
    font-weight: bold;
}

.event-headlines a.accordeon {
    position: relative;
}

.event-headlines a.accordeon>i.fa-chevron-down,
.event-headlines a.accordeon>i.fa-chevron-up {
    position: absolute;
    top: 10px;
    left: 10px;
}

.event-teachers .teacher .teacher-photo {
    padding: 2px 10px 2px 5px;
}

.event-teachers .teacher .teacher-photo img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

.event-teachers .teacher .teacher-expertise {
    padding: 2px 5px 2px 10px;
}

.event-teachers .teacher .teacher-expertise .name {
    display: block;
    font-weight: bold;
}

.event-teachers .teacher .teacher-expertise .name {
    display: block;
}

.event-teachers .teacher .teacher-cv {
    padding-top: 20px;
    text-align: justify;
}

/* .event-motto span{
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fefefe;
    text-align: center;
    height: 100px;
} */

@media (max-width: 767px) {
    div.container:has(> .landing:first-child) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .landing {
        display: flex;
        flex-direction: row;
    }

    .main-landing {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .aside-landing {
        display: none;
    }

    .event-headlines a.accordeon>i.fa-chevron-down,
    .event-headlines a.accordeon>i.fa-chevron-up {
        font-size: 0.9rem;
    }

    .event-title {
        order: 1;
        /* display: flex;
        align-items: center; */
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
        align-items: center;
        line-height: 2.5rem;
        padding: 20px;
        /* height : 70px; */
    }

    .event-briefDesc {
        order: 2;
    }

    .event-poster {
        order: 3;
    }

    .event-quickReview {
        order: 4;
    }

    .event-costs {
        order: 5;
    }

    .event-startReg {
        order: 6;
        padding: 0px;
        border: 0px;
    }

    .event-startReg button {
        width: 100%;
    }

    .event-nav {
        order: 7;
        line-height: 1rem;
    }

    .event-fullDesc {
        order: 8;

    }

    .event-motto {
        order: 9;
    }

    .event-teachers {
        order: 10;
    }

    .event-headlines {
        order: 11;

    }

    .event-benefits {
        order: 12;
    }

    .event-Schedule {
        order: 13;
    }

    .event-finalDesc {
        order: 14;
    }

    .event-admin-comments {
        order: 15;
    }

    .event-faqs {
        order: 16;
    }

    .event-endReg {
        order: 17;
        padding: 0px;
        /* border: 0px solid !important;
    background-color: var(--body-bg-color) !important; */
    }

    .event-endReg button {
        width: 100%;
    }

    .event-free-consultation {
        order: 18;
    }







    .event-sharing {
        display: none;
    }

    .course-poster {
        aspect-ratio: 1 / 1;
    }


    img.course-poster.desktop {
        display: none;
    }

}


@media (min-width: 768px) {

    .landing {
        display: flex;
        flex-direction: row;
    }

    .main-landing {
        display: flex;
        flex-direction: column;
        width: 65%;
    }

    .aside-landing {
        display: flex;
        flex-direction: column;
        width: 35%;
    }

    .main-landing .event-sharing,
    .main-landing .event-costs,
    .main-landing .event-startReg,
    .main-landing .event-quickReview,
    .main-landing .event-teachers,
    .main-landing .event-Schedule,
    .main-landing .event-admin-comments {
        display: none;
    }

    .main-landing .event-sharing,
    .main-landing .event-costs,
    .main-landing .event-quickReview,
    .main-landing .event-teachers,
    .main-landing .event-Schedule,
    .main-landing .event-admin-comments,
    .main-landing .event-startReg,
    .main-landing .event-free-consultation {
        display: none;
    }


    .post-share-btn {
        border: 2px solid var(--social-icon-color);
        border-radius: 5px;
        padding: 3px 3px 0px 3px;
        margin: 3px;
        color: var(--social-icon-color);
        font-size: 1.7rem;
    }

    .post-share-btn a {
        color: var(--social-icon-color);
        font-size: 1.7rem;
    }

    .post-share-btn a:hover {
        color: var(--social-icon-color-hover);
        font-size: 1.7rem;
    }

    .short-url-box {
        display: block;
        width: 100%;
        padding: 12px !important;
    }

    .short-url-box input {
        display: block;
        width: 100%;
        border-radius: 5px;
        color: var(--text-color);
        font-size: 0.9rem;
    }

    .event-title {
        order: 1;
    }

    .event-poster {
        order: 3;
    }

    .event-briefDesc {
        order: 2;
    }

    .event-nav {
        order: 4;
    }

    .event-fullDesc {
        order: 5;
    }

    #event-headlines-title {
        order: 6;
    }

    .event-headlines {
        order: 7;
    }

    .event-benefits {
        order: 8;
    }

    .event-finalDesc {
        order: 9;
    }

    .event-faqs {
        order: 10;
    }

    .event-endReg {
        order: 11;
    }


    /****************************/
    .event-empty-top {
        order: 1;
        border: 0px;
        background-color: var(--body-bg-color) !important;
    }

    .event-motto {
        order: 2;
    }

    .event-startReg {
        order: 4;
        padding: 0px;
        border: 0px solid;
    }

    .event-startReg button {
        width: 100%;
    }

    .event-costs {
        order: 3;
    }

    .event-quickReview {
        order: 5;
    }

    .event-teachers {
        order: 6;
    }

    .event-Schedule {
        order: 7;
    }

    .event-sharing {
        order: 9;
    }

    .event-admin-comments {
        order: 8;
    }

    .event-free-consultation {
        order: 10;
        ;
    }

    .event-title {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
        align-items: center;
        /* height : 70px; */

    }

    .course-poster {
        aspect-ratio: 2.5 / 1;
    }

    .main-landing .event-motto {
        display: none;
    }

    .event-Schedule .plan-title,
    .event-admin-comments .admin-comment-title,
    .event-teachers .teacher-title,
    .event-free-consultation .free-consultation-title {
        font-weight: bold;
        ;
    }

    hr {
        margin: 5px 0px 10px 0px !important;
    }

    img.course-poster.mobile {
        display: none;
    }

}

#event-poster img {
    aspect-ratio: 3 / 4;
}


.event-nav {
    background-color: white;
    /* رنگ پس‌زمینه */
    transition: all 0.3s ease;
    /* انیمیشن برای انتقال */
}

.fixed {
    position: fixed;
    z-index: 1000;
    /* بالاترین اولویت برای دیدن */
    width: 65%;
    margin-bottom: 2px;
    ;
}