.newsletter-list {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    width: 100%;
}



.newsletter-card-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    max-width: 789px;
}

.newsletter-card-container .newsletter-card {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    max-width: 789px;
    max-height: 601px;
    height: 601px;
    border-radius: 16px;
    padding-bottom: 0;
    padding-inline: 24px;
    overflow: hidden;
}

.newsletter-card-container .newsletter-card img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}
.newsletter-card-container .newsletter-card div.img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newsletter-card-container .newsletter-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 37.94%, rgba(54, 54, 54, 0.8) 100%);
    z-index: 1;
    /* Overlay should be above the image */
    pointer-events: none;
    /* Ensures the overlay doesn't interfere with other interactions */
}


.newsletter-card-container .newsletter-card .newsletter-card-time {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    border-radius: 27.5px;
    background: #F3F3F3;
    padding-inline: 23px;
    padding-block: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 24.61px;
    color: #434343;
    z-index: 2;
}

.newsletter-card-container .newsletter-card .newsletter-card-category {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 16px;
    inset-inline-start: 16px;
    border-radius: 27.5px;
    padding-inline: 23px;
    padding-block: 10px;
    color: #434343;
    background: #F3F3F3;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    z-index: 2;
}

.newsletter-card-container .newsletter-card .newsletter-card-category .newsletter-card-category-circle {
    width: 24px;
    height: 24px;
    background: #492C7A;
    opacity: 32%;
    border-radius: 100%;
}

.newsletter-card-container .newsletter-card .play-button {
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 13px;
    padding-block: 17px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.newsletter-card-container .newsletter-card .newsletter-card-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    color: white;
    z-index: 2;
    text-decoration: none;
}

.rtl .newsletter-card-container .newsletter-card .newsletter-card-title {
    line-height: 70px;
}
.single-newsletter h1#main-title {
    line-height: 50px;
}

.newsletter-card-container .newsletter-card .newsletter-card-desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
}

.newsletter-card-container .newsletter-card .newsletter-card-desc .newsletter-card-subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    color: white;
    z-index: 2;
}

.newsletter-card-container .newsletter-card .newsletter-card-desc .button {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: white;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
}

.newsletter-card-container .newsletter-desc {
    font-size: 24px;
    font-weight: 400;
    color: black;
    line-height: 35px;
}

.newsletter-card-container-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 379px;
}

.newsletter-card-container-sm .newsletter-card-sm {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    max-width: 379px;
    height: 257px;
    border-radius: 16px;
    background: #F3F3F3;
    z-index: 2;
    overflow: hidden;
}

.newsletter-card-container-sm .newsletter-card-sm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 26.14%, rgba(39, 39, 39, 0.8) 100%);
    z-index: 2;
    /* Layered above the first gradient */
    pointer-events: none;
    z-index: 1;
}


.newsletter-card-container-sm .newsletter-card-sm img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.newsletter-card-container-sm .newsletter-card-sm .newsletter-card-time {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    border-radius: 27.5px;
    background: #F3F3F3;
    padding-inline: 16px;
    padding-block: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    color: #434343;
    z-index: 2;
}

.newsletter-card-container-sm .newsletter-card-sm .newsletter-card-category {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 12px;
    inset-inline-start: 12px;
    border-radius: 27.5px;
    padding-inline: 16px;
    padding-block: 8px;
    color: #434343;
    background: #F3F3F3;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    z-index: 2;
}

.newsletter-card-container-sm .newsletter-card-sm .newsletter-card-category .newsletter-card-category-circle {
    width: 24px;
    height: 24px;
    background: #E1C740;
    border-radius: 100%;
}

.newsletter-card-container-sm .newsletter-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 12px;
    z-index: 2;
    text-decoration: none;
    color: #232323;
}

.newsletter-card-container-sm .newsletter-card-desc .newsletter-card-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    z-index: 2;
}

.newsletter-card-container-sm .newsletter-card-desc .button {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    color: #232323;
}

.newsletter-list-second-part {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 379px;
}

.section-container {
    background: #F8F8F8;
    width: 100%;
    padding-block: 39px;
}

.section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* background-color: #F8F8F8; */
    border-radius: 24px;
    /* padding-inline: 120px; */
}
.never-miss {
    justify-content: space-between;
}
.section .article-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    color: black;
}

.section .article-form {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    width:50%;
}

.section .article-form input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #434343;
    background: transparent;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    /* width: 341px; */
}

.section .article-form button {
    padding: 12px 16px 12px 16px;
    border-radius: 100px;
    background: #492C7A;
    text-align: center;
    box-shadow: 0px 4px 8px 0px #492C7A80;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    border: none;
    color: white;
    width: 205px;
}

.rtl .section .article-form input {
    font-family: ar-bold;
}

.discover-section-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}

.discover-section-container .discover-section-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
    gap: 46px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.discover-section-container .discover-section-header .discover-section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    color: black;
}

.discover-section-container .discover-section-header .categories-group {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}


.discover-section-container .discover-section-header .categories-group .category {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-block: 9px;
    padding-inline: 16px;
    width: 135px;
    border-radius: 27.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    color: #434343;
    background: #F3F3F3;
    flex-basis: content;
    cursor: pointer;
    opacity: 0.65;
    transition: ease 0.3s all;
}
.discover-section-container .discover-section-header .categories-group .category:hover,

.discover-section-container .discover-section-header .categories-group .category.active
{
    opacity: 1;
}

.discover-section-container .discover-section-header .categories-group .category .circle {
    width: 24px;
    height: 24px;
    background: #E1C740;
    border-radius: 100%;

}

.discover-section-container .blog-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 378px;
    border-radius: 16px;
    box-shadow: 0px 2px 48px 0px #0000000A;
    background: white;
    padding-inline: 21px;
    padding-top: 32px;
    padding-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
}

.discover-section-container .blog-card .blog-img {
    width: 100%;
    border-radius: 16px;
    position: relative;
    height: 226px;
    overflow: hidden;
    display: block;
}

.discover-section-container .blog-card .blog-img span {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    border-radius: 27.5px;
    background: #F3F3F3;
    padding-inline: 16px;
    padding-block: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    color: #434343;
    z-index: 2;
}

.discover-section-container .blog-card .blog-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.discover-section-container .blog-card .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 26.14%, rgba(39, 39, 39, 0.8) 100%);
    z-index: 2;
    /* Layered above the first gradient */
    pointer-events: none;
    z-index: 1;
}

.discover-section-container .blog-card .blog-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

.discover-section-container .blog-card .blog-body .blog-body-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 44px;
    color: black;
}


.discover-section-container .blog-card .blog-body .blog-body-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 11px;
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 55px;
}

.discover-section-container .blog-card .blog-body .blog-body-subtitle p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.discover-section-container .blog-card .blog-body .blog-body-category {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 27.5px;
    background: #F3F3F3;
    padding-inline: 12px;
    padding-block: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    color: #434343;
    z-index: 2;
    width: fit-content;
}

.discover-section-container .blog-card .blog-body .blog-body-category .blog-body-category-circle {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #492C7A52;
}

#blogs-featured {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#newsletter-featured {
    display: none;
}

/* inside page  */
.banner-container {
    display: flex;
    gap: 31px;
    align-items: center;
    justify-content: center;
    margin-block: 32px;
}

.banner-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.banner-img-container .banner-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.banner-img-container .banner-info .banner-time-date {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #434343;
}

.banner-img-container .banner-info .banner-time-time {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #434343;
    background: #F3F3F3;
    border-radius: 27.5px;
    padding-inline: 15px;
    padding-block: 3px;
}

.banner-img-container .banner-img {
    position: relative;
    border-radius: 16px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsletter-card .video-icon {
   /* position: relative;
    text-align: center;*/
    cursor: pointer;
    left:45%;
    top:45%;
}
.banner-img-container .banner-img .video-icon {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.banner-img-container .banner-img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.banner-img-container .banner-category {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 10px;
    inset-inline-start: 24px;
    bottom: 24px;
    background: #F3F3F3;
    border-radius: 27.5px;
    gap: 11px;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #434343;
}

.banner-img-container .banner-category .banner-category-circle {
    width: 24px;
    height: 24px;
    background: rgba(73, 44, 122, 0.32);
    border-radius: 100%;
}

.social-banner-container {
    display: flex;
    flex-direction: column;
    padding-block: 18px;
    gap: 35px;
    width: 70px;
    background: rgba(239, 239, 239, 0.6);
    border-radius: 8px;
}
.social-banner-container.social-banner-container-inside {
    flex-direction: row;
    background: none;
    justify-content: center;
    align-items: center;
}
.social-banner-container a {
    display: flex;
    justify-content: center;
}

.social-banner-container a img {
    width: auto;
    height: 40px;
}

.share-container2 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.share-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 16px;
    border-block: 1px solid #E4E4E4;
    padding-inline: 50px;
}

.share-container .share-text {
    display: flex;
    align-items: center;
}

.share-container .share-text span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.share-container .share-text button {
    border: none;
    background-color: unset;
    cursor: pointer;
}



.hidden {
    display: none !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.modal-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
}

.modal-buttons img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal-buttons img:hover{
    scale: 0.98;
    filter: invert(0.5);
}

.close {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
    width: fit-content;
}

.close.ar{
    right: 15px !important;
}


#vid-youtube {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
}
#vid-youtube iframe {
    width:100%;
    height:100%;
}
#vid-youtube video {
    width:100%;
    height:100%;
    background:#000;
}
.likept.activebt path#selected-path {
    fill:#553b8a9e;
}
.video-icon {
    position: absolute;
    z-index: 111;
    top: 0;
}
.vid-youtube-main {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display: none;
    z-index: 11111;
}
.vid-youtube-main iframe {
    width:100%;
    height:100%;
}
.vid-youtube-main video {
    width:100%;
    height:100%;
    background:#000;
}
.page-id-28603 h1#main-title{
    line-height: 1.2 !important;
}

.article-form label.ib--input-label {
    display: none;
}

.article-form .ib--form-container {
    padding:0px !important;
}

.article-form form.ib--form {
    display: flex;
    align-items: center;
    gap: 25px;
}
.article-form .ib--element-container {
    flex-direction: column;
    display: flex;
}
.article-form .ib--input-error-label {
    float: none !important;
}

ul#FooterBottom {
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width:960px) {
    .newsletter-list {
        align-items: center !important;
    }

    .newsletter-list-second-part {
        display: none;
    }

    .newsletter-list-second-part-2 {
        display: flex;
        gap: 16px;
    }

    #newsletter-featured .slick-slide {
        margin-right: 16px !important;
    }


    #newsletter-featured {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .section {
        justify-content: center;
        gap: 17px;
    }

    .section .article-form button {
        width: 101px;
        padding-block: 9px;
    }

    .discover-section-container .discover-section-header .categories-group .category {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.41px;
    }

    .discover-section-container .discover-section-header .categories-group .category {
        padding-inline: 8px;
    }

    .discover-section-container .discover-section-header .categories-group .category .circle {
        width: 17px;
        height: 17px;
    }

    .discover-section-container .discover-section-header .categories-group {
        gap: 8px;
    }

    .newsletter-card-container .newsletter-card {
        height: 277px;
        max-height: 277px;
    }

    .newsletter-card-container .newsletter-card .newsletter-card-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .newsletter-card-container .newsletter-card .newsletter-card-desc .newsletter-card-subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .newsletter-card-container .newsletter-card .newsletter-card-desc .button {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        padding-top: 15px;
        text-decoration: none;
    }

    .newsletter-card-container .newsletter-card .play-button {
        display: none;
    }

    .newsletter-card-container .newsletter-card .newsletter-card-time {
        font-size: 13px;
        font-weight: 500;
        line-height: 15.23px;
        padding-block: 0;
        padding-inline: 5px;
    }

    .newsletter-card-container .newsletter-card .newsletter-card-category {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.75px;
        padding-inline: 12px;
    }

    .never-miss {
        justify-content: flex-start !important;
    }

    .newsletter-card-container {
        flex-direction: column-reverse;
    }

    .section .article-title {
        font-size: 24px;
        font-weight: 600;
    }

    .discover-section-container .discover-section-header .discover-section-title {
        font-size:24px;
    }

    .section .article-form input {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.41px;
        /* width: 180px; */
    }

    .section .article-form button {
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        width: 101px;
    }

    .newsletter-card-container .newsletter-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
    }

    .discover-section-container .blog-card .blog-body .blog-body-title {
        font-size: 20px;
        margin-top: 10px;
    }

    .share-container {
        padding-inline: 10px;
    }

    .banner-container {
        gap: 13px;
        margin-block: 16px;
    }

    .social-banner-container {
        gap: 22px;
        padding-inline: 10px;
    }

    .social-banner-container a img {
        height: 22px;
    }

    .banner-img-container {
        gap: 9px;
    }

    .banner-img-container .banner-category {
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        padding-block: 5px;
        padding-inline: 7px;
        inset-inline-start: 10px;
        bottom: 15px;
    }

    .banner-img-container .banner-category .banner-category-circle {
        width: 17px;
        height: 17px;
    }

    .banner-img-container .banner-info .banner-time-date {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
    }

    .banner-img-container .banner-info .banner-time-time {
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
    }

    .share-container2 {
        margin-top: 32px;
    }
}
@media (max-width:560px) {

    .discover-section-container .blog-card .blog-body .blog-body-subtitle {
        font-size:14px;
    }

    .discover-section-container .blog-card .blog-body .blog-body-subtitle p {
        font-size:14px;
    }
    .discover-section-container .blog-card .blog-body .blog-body-category {
        font-size:14px;
    }
    .single-newsletter {
        margin-top:40px;
    }

    .single-newsletter h1#main-title {
        font-size:24px;
    }
   .single-newsletter  main.inside-page {
        padding-top: 40px;
    }

    .single-newsletter #maincontent h2 {
        font-size:20px;
    }
    .single-newsletter #maincontent p {
        font-size:15px;
    }

    .single-newsletter #maincontent li {
        font-size:15px;
    }

    .single-newsletter #maincontent a {
        font-size:15px;
    }

    .page-id-5619 #maincontent {
        padding-top:0px !important;
    }

    .section .article-form {
        width: 100%;
    }
    .article-form > div {
        width: 100%;
    }
    .article-form .ib--form-container {
        width: 100%;
    }
    .article-form .ib--element-container {
        flex:1;
    }
    
}
@media (max-width:450px) {
    .banner-container {
        align-items: start;
    }
}