﻿.banner-module {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    color: #fcfcfc;
}

    .banner-module.bg-dark-blue-rmg {
        background-color: #002554;
    }

    .banner-module.bg-light-blue-rmg {
        background-color: #0072ce;
    }

    .banner-module.bg-orange-rmg {
        background-color: #fc4c02;
    }

.banner-container {
    padding: 24px 15px;
    width: 100%;
}

.banner-text-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-module .banner-h1 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 15px;
}

.banner-module .banner-description {
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    max-width: 1200px;
}

.banner-merix-bg {
    background-color: #3A39FF;
    color: white;
    font-family: DINMedium !important;
}

.banner-module {
    a

{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    opacity: .8;
}

}

.banner-module {
    position: relative;
    //font-size: 1.5rem;
    z-index: 1;
    .close-btn
    {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 24px;
        right: 40px;
        border: none;
        background: url("../Images/close-white.svg") no-repeat center center;
        display: block;
        background-size: 24px 24px;

        @include media-breakpoint-down(sm) {
            top: 8px;
            right: 10px;
        }
    }

}

@media only screen and (max-width: 767px) {
    .banner-module .button-contain {
        display: flex;
        flex-direction: column;
    }

    .banner-module .banner-description {
        font-size: 16px;
    }

    .banner-module .banner-container {
        padding: 20px;
        margin: auto;
    }
}

@media (min-width: 641px) {
    .banner-text-container {
        max-width: 628px;
    }
}

@media (min-width: 769px) {
    .banner-text-container {
        max-width: 1140px;
    }
}

@media (min-width: 769px) {
    .banner-text-container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .banner-text-container {
        max-width: 1200px;
    }
}

@media (min-width: 1920px) {
    .banner-text-container {
        max-width: 1650px;
    }
}
