/*
Logos Banner
*/

#bottom-logos-banner {
    background-image: url("/wp-content/uploads/2024/08/Awake-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 140px 0;
    margin-top: -50px;
}

#bottom-logos-banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(19,33,53,0.9999999999999999) 0%, rgba(19,33,53,0) 100%);
    background-color: #132236;
    opacity: 85%;
    z-index: 1;
}

#bottom-logos-banner .container-fluid {
    position: relative;
    z-index: 2;
}

#bottom-logos-banner .row {
    width: 1600px;
    margin: 35px auto 0;
    max-width: 100%;
}

.about-banner-logo {
    margin-bottom: 50px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-logos-banner p {
    color: #8b9bb0;
    width: 675px;
    max-width: 100%;
    margin: 0 auto;
}

.video-inner a {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
}

.video-inner .gallery-image-inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(19, 34, 54, .50);
    z-index: 3;
    border-radius: 20px;
    opacity: 1;
}


.video-inner {
    padding-bottom: 40px;
}

.videos-bottom {
    padding-inline: 45px;
}

.video-title {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    color: #21334b;
    font-weight: 600;
    font-family: "Manrope";
}

.note {
	text-align: center;
	font-size: 14px;
}

@media(max-width: 991px) {
    .video-inner .gallery-image-inner {
        height: 350px;
    }
}

@media(max-width: 575px) {
    .video-inner .gallery-image-inner {
        height: 250px;
    }
}