.justify-content-center {
    justify-content: center
}
iframe {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    margin: 0 0 1em 0
}

iframe:last-child {
    margin-bottom: 0
}

.tab-block {
    width: 100%;
    height: 100%
}
.tab-block {
    margin-bottom: 6rem
};

.tab-block .videos-section .video-tabs {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 5.7rem;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.tab-block .videos-section .video-tabs::-webkit-scrollbar {
    display: none
}

.tab-block .videos-section .video-tabs .video-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.5rem
}

.tab-block .videos-section .video-tabs .tab-item {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #000;
    font-weight: 400;
    padding: 1rem 2rem;
    background-color: #f0f0f0;
    border-radius: 3rem;
    transition: all .4s ease
}

.tab-block .videos-section .video-tabs .tab-item.active {
    background-color: #00aeef;
    color: #fff
}

.tab-block .videos-section .video-tabs .tab-item:hover {
    background-color: #00aeef;
    color: #fff
}

.wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0 3.5rem;
    margin-bottom: 0
}

.wrap .video-card {
    position: relative;
    width: calc(33.3333333333% - 2.13rem);
    border-radius: 1.5rem;
    overflow: hidden;
    display: none;
}

.wrap .video-card .img {
    width: 100%;
    height: 100%
}

.wrap .video-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wrap .video-card .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wrap .video-card.active {
    display: block
}

.tab-item-block {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease, transform .4s ease
}

.tab-item-block.active {
    display: block;
    opacity: 1;
    visibility: visible
}

.video-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: visibility .4s ease, opacity .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5)
}

.video-modal .modal-body {
    max-width: 84.2rem;
    max-height: 47.3rem;
    width: 100%;
    height: 100%;
    flex: none
}

.video-modal .close-button {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 4rem;
    height: 4rem
}

.video-modal iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    .layout {
        margin-bottom: 4rem;
    }
    .tab-block {
        margin-bottom: 0rem
    };
    .tab-block .videos-section .video-tabs {
        width: 100%;
        margin-bottom: 3rem
    }

    .video-modal .modal-body {
        width: calc(100% - 6rem);
        aspect-ratio: 16/9;
        height: auto
    }

    .video-modal .close-button {
        top: -1.5rem;
        right: -1.5rem;
        width: 3rem;
        height: 3rem
    }
}

@media (max-width:769px) {

    .tab-block .videos-section .video-tabs .video-scroll {
        justify-content: flex-start;
        width: 50rem
    }

    .tab-block .videos-section .video-tabs {
        width: 100%;
        overflow-y: scroll
    }
}

.video-modal .close-button {
    top: 2rem;
    right: 2rem
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.tab-block .videos-section .layout .wrap.disabled {
    display: none;
}

@media (max-width: 769px) {
    .tab-block .videos-section .layout .wrap {
        flex-wrap: wrap;
        gap: 3.2rem 0;
    }
}


.more-button {
    background-color: #00aeef;
    border-radius: 3rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: #fff;
    margin-top: .7rem;
}


.tab-block .videos-section {
    width: 100%;
    display: none;
    overflow: hidden
}

.tab-block .videos-section .container {
    margin-inline:0}

.tab-block .videos-section .layout {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tab-block .videos-section .layout .wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0 3.2rem
}

.tab-block .videos-section .layout .wrap .info-centre-card {
    margin-bottom: 3.3rem;
    display: flex;
    flex-direction: column;
    width: calc(33.3333333333% - 2.13rem);
    border-radius: 1.5rem;
    overflow: hidden
}

.tab-block .videos-section .layout .wrap .info-centre-card .img {
    height: 23.2rem;
    width: 100%
}

.tab-block .videos-section .layout .wrap .info-centre-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex
}

.tab-block .videos-section .layout .wrap .info-centre-card .text {
    height: 20rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f7f9fc
}

.tab-block .videos-section .layout .wrap .info-centre-card .text .date {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 2rem
}

.tab-block .videos-section .layout .wrap .info-centre-card .text .title {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #000;
    font-weight: 900;
    margin-bottom: 2rem
}

.tab-block .videos-section .layout .wrap .info-centre-card .text .desc {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tab-block .videos-section .layout .wrap.disabled {
    display: none
}

.tab-block .videos-section .layout .more-button {
    background-color: #00aeef;
    border-radius: 3rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: #fff;
    margin-top: .7rem
}

.tab-block .videos-section .layout .more-button.disabled {
    display: none
}

.tab-block .videos-section.active {
    display: block
}

.tab-block .videos-section .video-tabs {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 5.7rem;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.tab-block .videos-section .video-tabs::-webkit-scrollbar {
    display: none
}

.tab-block .videos-section .video-tabs .video-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.5rem
}

.tab-block .videos-section .video-tabs .tab-item {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #000;
    font-weight: 400;
    padding: 1rem 2rem;
    background-color: #f0f0f0;
    border-radius: 3rem;
    transition: all .4s ease
}

.tab-block .videos-section .video-tabs .tab-item.active {
    background-color: #00aeef;
    color: #fff
}

.tab-block .videos-section .video-tabs .tab-item:hover {
    background-color: #00aeef;
    color: #fff
}

.tab-block .videos-section .blog-card.blur {
    width: 50%;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative
}

.tab-block .videos-section .blog-card.blur .img {
    width: 100%;
    height: 100%
}

.tab-block .videos-section .blog-card.blur .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex
}

.tab-block .videos-section .blog-card.blur .blur-text {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37%;
    width: 100%;
    padding: 2rem 2rem 3rem 2rem
}

.tab-block .videos-section .blog-card.blur .blur-text .title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1.5rem
}

.tab-block .videos-section .blog-card.blur .blur-text .desc {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tab-block .videos-section .block {
    width: 50%;
    gap: 3.2rem 0
}

.tab-block .videos-section .blog-card-horizontal {
    display: flex;
    border-radius: 1.5rem;
    overflow: hidden
}

.tab-block .videos-section .blog-card-horizontal .text {
    background-color: #f7f9fc;
    padding: 2rem;
    width: 52.6%
}

.tab-block .videos-section .blog-card-horizontal .text .title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 900;
    margin-bottom: 1.5rem
}

.tab-block .videos-section .blog-card-horizontal .text .desc {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tab-block .videos-section .blog-card-horizontal .img {
    width: 47.4%
}

.tab-block .videos-section .blog-card-horizontal .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tab-block .videos-section .blog-card-wrap {
    margin-top: 6.4rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 3.1rem;
    padding-bottom: 3.3rem
}

.tab-block .videos-section .blog-card-wrap .blog-card-horizontal {
    width: calc(50% - 1.55rem)
}

.tab-block .videos-section .layout {
    gap: 32px;
}

.tab-block .videos-section .layout .wrap {
    gap: 0 3.5rem
}

.tab-block .videos-section .layout .wrap .video-card {
    width: 100%
}

@media (max-width: 1141px) { 
    .tab-block .videos-section .layout .wrap .info-centre-card .img {
        height: 20rem
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .img {
        height: 16rem
    }
}

@media (max-width: 1024px) {
    .tab-block .videos-section .layout {
        padding-top: 0;
        gap: 2rem 0
    }

    .tab-block .videos-section .layout .wrap {
        gap: 0 2rem
    }

    .tab-block .videos-section .layout .wrap .info-centre-card {
        width: calc(33.3333333333% - 1.3rem);
        margin-bottom: 0
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text {
        height: 100%
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text .date {
        margin-bottom: 1rem
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text .title {
        margin-bottom: 1rem
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text .title {
        margin-bottom: 2rem
    }

    .tab-block .videos-section .video-tabs {
        width: 100%;
        margin-bottom: 3rem
    }

    .tab-block .videos-section .blog-card.blur {
        border-radius: 1.5rem;
        overflow: hidden
    }

    .tab-block .videos-section .blog-card.blur .img {
        height: 50%
    }

    .tab-block .videos-section .blog-card.blur .blur-text {
        position: unset;
        background-color: #f7f9fc;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        height: 100%
    }

    .tab-block .videos-section .blog-card.blur .blur-text .desc,.tab-block .videos-section .blog-card.blur .blur-text .title {
        color: #000
    }

    .tab-block .videos-section .blog-card-wrap {
        flex-direction: column
    }

    .tab-block .videos-section .blog-card-wrap .blog-card-horizontal {
        width: 100%;
        flex-direction: column
    }

    .tab-block .videos-section .blog-card-wrap .blog-card-horizontal .img {
        width: 100%
    }

    .tab-block .videos-section .blog-card-wrap .blog-card-horizontal .text {
        width: 100%
    }

}

@media (max-width: 769px) {
    .tab-block .videos-section .layout .wrap {
        flex-wrap: wrap;
        gap: 3.2rem 0
    }

    .tab-block .videos-section .layout .wrap .info-centre-card {
        width: 100%
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text .date {
        display: none
    }

    .tab-block .videos-section .layout .wrap .info-centre-card .text .desc {
        line-height: 2.2rem
    }

    .tab-block .videos-section .video-tabs .video-scroll {
        justify-content: flex-start;
        width: 50rem
    }

    .tab-block .videos-section .video-tabs {
        width: 100%;
        overflow-y: scroll
    }
}

/* Sozluk icerik alani heading stilleri */