@charset "utf-8";


.top-area .vbox {
    position: absolute;
    top: 40px;
    right:50px;
    width: 300px;    
    padding: 0px;
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.top-area .vbox .simage{    
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    box-shadow: none;
}
.top-area .vbox .titles {
    padding: 5px 10px;
}
.top-area .vbox .titles h3 a {
    text-align: center;
}
.top-area .vbox .info {
    z-index: 61;
    flex-direction: row;    
}
.top-area .vbox .info .btns-pc {
    flex:1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.top-area .vbox .info .btns-pc .btn-download-video {
    cursor: pointer;
    padding: 3px 10px;
    color:#00aaff;
}
.top-area .vbox .info .btns-pc .btn-share:hover,
.top-area .vbox .info .btns-pc .btn-download-video:hover {
    color:#fff;
    
}
.top-area .vbox .info .btns-pc .btn-share {
   cursor: pointer;    
   padding: 1px 10px; 
   color:#00aaff;
       
}
.top-area .vbox .info .btns-pc .ico-share:before {
    font-size: 1.3rem;
}


.vbox {
    border: none;
    background-color: transparent;
    margin-right: 0px;
}

.vbox .titles {
    padding: 15px 0px 10px 0px;
}
.vbox .titles h3 a {    
    max-height: none;    
    display: block;
    text-overflow:unset;
}
.vbox .simage {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.vbox:hover .simage .simagebox a {
    border-bottom: 7px solid #cb64c0;
}

.vbox .titles h3 a {
    margin-bottom: 0px;
}

.vbox .titles-mobile {
    display: none;
}

.vbox .info {
    z-index: 61;
    flex-direction: row;
}

.vbox .btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vbox .btns a,
.vbox .btns button{
    display: flex;
    margin: 5px;
    transition: all 0.3s;
}
.vbox .btns img {
    height: 15px;    
}

.vbox .btns a:hover,
.vbox .btns button:hover {
    scale: 1.1;
    transition: all 0.3s;
}

.vbox .btns .btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    box-sizing: border-box;          
    color: white;    
    background: linear-gradient(to right, #b24cd9, #ff8fab);
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.vbox .btns .btn::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50px;
    border: 1px solid white;
}

.vbox .btns .btn span {
    position: relative;
    z-index: 2;
}
.vbox .btns .btn-more {
    width: auto;
    padding: 0px 15px;
}

.top-area {
    display: flex;
    flex-direction: column;
}

.top-area .bk1 {
    background: url("../images/enlightened/top1.jpg?1") center top no-repeat, url("../images/enlightened/top3.png") center bottom no-repeat;
    background-size: 100% auto, 100% auto;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.top-area .img1 {
    width: 100%;
    aspect-ratio: 100 / 22;
}

.top-area .main-title {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-image: url("../images/enlightened/top2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 100px 30px 100px;
}

.top-area .main-title .page-title1 {
    display: inline-block;
    background-image: linear-gradient(to right, #ffc800, #c26e06, #ffc800, #ffc800, #ffc800, #c26e06, #ffc800);
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.2;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    width: 100%;
}

.top-area .bk1 img {
    width: 100%;
}

.article-content .bk1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100px), url("../images/enlightened/bk1.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
    padding: 0px 80px 50px 80px;
}

.article-content .video-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-content .video-items .vbox.first{
    display: none;
}
.article-text {
    font-size: 1.2rem;
    line-height: 2rem;
    word-break: break-word;
    margin: 10px 0px 50px 0px;
}

.article-text p {
    margin-bottom: 2rem;
}

.article-text p::first-letter {
    font-size: 1.5em;
}

.article-text p:empty {
    font-size: 0rem;
    line-height: 0rem;
    height: 1px;
}

.article-text img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
}

.article-text .name {
    text-align: right;
}

.article-text .name span {
    padding: 20px 0px 0px 0px;
    color: #069245;
}


.article-content .more-video {
    border-top: 1px solid #ca64c0;
    padding: 30px 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.article-content .more-video a {
    font-size: 1.2rem;
    background: linear-gradient(to right, #c962c0, #ff9eb9);
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}


.footer {
    margin-top: 0px;
}

.carousel-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.carousel-card .item {
    order: 1;
    display: flex;
    max-width: calc(33% - 13px);
    margin: 0px 20px 20px 0px;
    flex-direction: column;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    animation: hover-scale-out 0.2s linear forwards;
    flex-grow: 1;
    align-items: stretch;
    box-sizing: border-box;
}

.carousel-card .item.current {
    background-color: #efffef;
    border: 2px solid #A3E8A0;
}

.carousel-card .item:last-of-type {
    margin-right: 0px;
}

.carousel-card.carousel-card4 .item:nth-of-type(4n+4) {
    margin-right: 0px;
}

.carousel-card.carousel-card4 .item {
    max-width: calc((100% - 60px)/4);
}

.carousel-card.carousel-card3 .item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.carousel-card.carousel-card3 .item {
    max-width: calc((100% - 40px)/3);
}

.carousel-card.carousel-card2 .item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.carousel-card.carousel-card2 .item {
    max-width: calc((100% - 20px)/2);
}

.carousel-card .item:hover {
    animation: hover-scale-hover 0.2s linear forwards;
}

.carousel-card .item .simage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-card .item .simage a {
    width: 100%;
    display: flex;
}

.carousel-card .item .simage img {
    width: 100%;
}

.carousel-card .item .titles {
    display: flex;
    justify-content: center;
    padding: 15px;
    flex: 1;
}



@media screen and (max-width: 970px) {
    .carousel-card {
        margin: 0px 0px 10px 0px;
    }

    .carousel-card .item {
        max-width: 640px;
        width: 100%;
        margin: 0px 0px 20px 0px;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .carousel-card .item:hover {
        animation: none;
    }

    .carousel-card.carousel-card3 .item:nth-of-type(n+4) {
        max-width: 100%;
    }
}


@media screen and (max-width: 970px) {
    
    .top-area .vbox{
        display: none;
    }
    .top-area .bk1 {
        background: url("../images/enlightened/top1-m.jpg") center top no-repeat, url("../images/enlightened/top3.png") center bottom no-repeat;
        background-size: 100% auto, 100% auto;

    }
    
    .top-area .img1 {
        width: 100%;
        aspect-ratio: 100 / 40;
    }
    

    .top-area .main-title {
        padding: 80px 15px 40px 15px;
    }

    .top-area .main-title .page-title1 {
        font-size: 1.5rem;
    }

    .article-content .bk1 {
        padding: 0px 15px 40px 15px;
    }
    .article-content .video-items .vbox.first{
        display: block;
    }

    .vbox {
        padding: 0px;
        max-width: 640px;
    }

    .vbox .contents {
        flex-direction: column;
    }

    .playlist .vbox .simage,
    .vbox .simage {
        width: 100%;
        height: auto;
        margin: 0px;
    }
    .article-content .video-items {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .article-content .more-video {
        margin-bottom: 10px;
    }
    
    .article-content .more-video a {
        font-size: 1rem;        
    }
    
}

@media screen and (max-width: 640px) {
    .top-area .main-title {
        padding: 50px 15px 30px 15px;
    }
}
.lang-fa .article-content .more-video, 
.lang-ar .article-content .more-video, 
.lang-fa .article-text,
.lang-ar .article-text {
    direction: rtl;
}