﻿.mts-top-banner {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

    .mts-top-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/SOURCES/IMAGES/2024/MTS/main_banner_500.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.6;
        z-index: 1;
    }

@media (max-width: 992px) {
    .mts-top-banner::before {
        opacity: 0.2;
    }

    .mtscontent .banner-p {
        font-size: 0.9rem;
    }
}

.mtscontent .container {
    position: relative;
    z-index: 2;
}

.mtscontent .banner-h1 {
    color: #1c4e6f;
}

.mtscontent .banner-p {
    color: #1c4e6f;
    font-weight: bold;
    width: 70%;
}


.mtscontent .custom-box {
    padding: 20px;
    font-size: 0.9rem;
}

.mtscontent .banner-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .mtscontent .banner-container > div {
        flex: 1;
        margin: 0 10px;
        padding: 20px;
        background: linear-gradient(to right, rgba(35, 46, 66, 1), rgba(35, 46, 66, 0.9));
        color: white;
        border-radius: 5px;
        border-bottom: 8px solid #0bafdc;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mtscontent .banner-container h4 {
        margin-top: 0;
    }

    .mtscontent .banner-container p {
        margin-bottom: 10px;
        font-size: 0.9rem;
    }

    .mtscontent .banner-container a.btn {
        margin-top: 10px;
    }



.mts-sub-banner {
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

    .mts-sub-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/SOURCES/IMAGES/2024/MTS/MTS_data_safety_600.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.8;
        z-index: 1;
    }

    .mts-sub-banner .overlay {
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(35, 46, 66, 0.9);
        padding: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        height: 75%;
        width: 50%;
        z-index: 2;
        text-align: center;
        color: white;
    }

        .mts-sub-banner .overlay p {
            text-align: left;
            font-size: 0.9rem;
        }

@media (max-width: 992px) {

    .mts-sub-banner .overlay {
        width: 100%;
        height: 100%;
        padding: 30px;
        background-color: rgba(35, 46, 66, 0.7);
    }
}
