.splide-popup{
        width: 935px;
        height: 75px;
        margin: 20px auto;
    }

    .splide-popup .splide__slide{
       max-height: 75px;
    }

    .splide-popup .splide__slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .splide__arrow--next{
        right: -39px;
    }
    .splide__arrow--prev{
        left: -39px;
    }

    .splide-thumbnails .splide__slide{
    border-radius: 16px;

    }
    .splide-thumbnails .splide__slide img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .splide__track--nav>.splide__list>.splide__slide.is-active{
        border: 2px solid #A71D33;
    }

    .popup{
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        background-color: black;
    }

    .close-popup-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 20px;
    }

    .ez-carousel__wrapper{
        width: 100%;
        padding: 40px 72px;
        max-width: 1920px;
        margin: 0 auto 30px auto;;

    }


    .splide-thumbnails{
        margin-top: 40px;
    }

    .splide-thumbnails .splide__pagination{
        display: none;
    }

    .splide-thumbnails .splide__arrow{
        opacity: 1;
        background: none;
    }

    .splide-thumbnails .splide__arrow svg{
        height: 3em;
        width: 3em;
    }

    .gallery__header{
        display: inline-block;
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 32px;
        line-height: 1;
    }

    .certain-gallery-header{
        font-size: 30px;
        color: #A71D33;
        line-height: 45px;
    }
    .certain-gallery-header__addition{
        color: black;
    }
    .popup-main-img-box{
        width: 935px;
        height: 500px;
        margin: 0 auto;
    }

    .popup-main-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pswp__button{
        position: absolute;
        bottom: 8%;
        cursor: pointer;
        background: none;
        outline: none;
        border: none;
        color: #fff;
        font-size: 30px;
    }


    .pswp__button--arrow--left{
        left: 12%;
        position: absolute;
        bottom: 8%;
        cursor: pointer;
        background: none;
        outline: none;
        border: none;
        color: #fff;
        font-size: 30px;
    }
    
    .pswp__button--arrow--right{
        right: 12%;
        position: absolute;
        bottom: 8%;
        cursor: pointer;
        background: none;
        outline: none;
        border: none;
        color: #fff;
        font-size: 30px;
        
    }

    .pswp__top-bar{
        position: relative;
    }
      
    .pswp__button--close{
        position: absolute; 
        display: inline-block;
        top: 20px;
        right: 20px;
        font-size: 20px;
    }
    
    .header-box{
        width: 100%;
        max-width: 1920px;
        padding: 0 72px;
        margin: 30px auto 0 auto;
    }
    

    .videosSection {
        background-color: #F5F5F5;
        padding-top: 100px;
        position: relative;
        overflow: hidden;
    }
    
    .videosSection .scon-container {
        position: relative;
        z-index: 1;
    }
    
    .videosSection:after {
        content: url('/wp-content/themes/pcgacademia-child/images/svg/video-decor.svg');
        position: absolute;
        top: -20%;
        bottom: 0;
        right: -5%;
    }
    
    .videos-container{
        width: 100%;
        margin: 0px auto;
        padding: 0 0 80px 0;
        max-width: 1920px;
    }

    #videos-carousel .splide__pagination{
        display: none;
    } 
    
    #videos-carousel{
        margin-top: 0px;
    }

    #videos-carousel .splide__slide{
        position: relative;
        cursor: pointer;
        margin:30px 0;
        font-size:14px;
        line-height:19px;
        font-weight:bold;
    }

    #videos-carousel .splide__slide img{
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        transform: scale(1.01);

    }
    #videos-carousel .splide__slide figure{
        display:block;
        position:relative;
        margin-bottom:1rem;
        border-radius:16px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0,0,0,.05);
    }

    #videos-carousel .splide__slide figure::before{
        content: "\e913";
        font-size: 100px;
        font-family: 'icomoon' !important;
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index:1;
        color:#fff;
        opacity:0;
        transition: opacity .35s ease;
    }

    #videos-carousel .splide__slide figure::after{
        content: "";
        position: absolute;
        background-color: black;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        border-radius: 16px;
        transition: opacity .35s ease;
        filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(5285%) hue-rotate(334deg) brightness(90%) contrast(96%);
    }
    #videos-carousel .splide__slide:hover figure::after {
        opacity:.8
    }
    #videos-carousel .splide__slide:hover figure::before {
        opacity:1
    }


    
    #videos-carousel .splide__arrow--prev {
        left: -43px;
    }
    
    #videos-carousel .splide__arrow--next {
        right: -43px;
    }
    
    #videos-carousel .splide__arrow svg{
         height: 2em;
    }

    #videos-carousel .splide__slide img{
        border-radius: 16px;
    }

    .videos-popup{
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        background-color: black;
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
    }

    .close-videos-btn{
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 40px; 
        right: 40px;
        cursor: pointer;
        
    }
    @media (max-width: 520px) {
        .videos-title {
            font-size: 30px;
            line-height: 40px;
        }
        .videos-title::before {
            margin-top:-18px;
        }
    }