﻿
.banner-section {
    width: 100%;
    /*height: 418px;*/
    /*    height: calc(100% - 70px);*/
    height: auto !important;
    position: relative;
}

.banner-image {
    width: 100%;
/*    height: auto;*/
    height: 60vh;
    background-image: url('../Images/payments/banner.jpg');
    /*    position: absolute;*/
    position: relative;
    z-index: -1;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-image-mobile {
    width: 100%;
    /*position: absolute;*/
    z-index: -1;
}

.banner-content {
    position:absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 50%;
    align-items: center;
    justify-content: center;
    padding: 2%;
    margin: 5% 0%;
    box-shadow: 0 0 15px 1px rgb(128, 128, 128,0.8);
}

.text-head {
    font-size: 18px;
    /*font-size:20px;*/
    font-weight: 700;
    text-transform: uppercase
}

.text-body {
    font-size: 14px;
    /*font-size: 14px;*/
    font-weight: 600
}


@media(min-width:180px) {

    .banner-content {
        width: 85%;
        padding: 5%;
        margin: 0% 8%;
        position: absolute;
        top: 55%;
        background-color: white;
        border-radius: 10px;
    }

    .banner-image-mobile {
        position: relative;
        display: block;
        margin-bottom: 30%;
    }

    .banner-image {
        display: none;
    }

    .mb-2 {
        padding-bottom: 0%;
    }

    .text-head {
        font-size: 22px;
    }

    .text-body {
        font-size: 13px;
    }

}

@media(min-width:480px) {

}


@media(min-width:576px) {

}


@media(min-width:768px) {
    .banner-section {
        margin-bottom:5%;
    }

    .banner-content {
        display:none;
        position:absolute;
        width: 50%;
        height: 70%;
        padding: 2%;
        margin: 5% 0%;
        /*position: relative;*/
        top: 0%;
        box-shadow: 0 0 0 0 rgb(128, 128, 128,0);
        background-color: rgba(255,255,255,0.6);
        border-radius: 0;
    }

    .banner-image {
        /*position: absolute;*/
        position:relative;
        display: block;
    }

    .banner-image-mobile {
        display: none;
    }

    .text-head {
        font-size: 18px;
        padding-bottom: 5%;
    }

    .text-body {
        font-size: 14px;
        padding-bottom: 5%;
    }
}

@media(min-width:992px) {
    .banner-content {
        position:absolute;
        padding: 2% 6%;
    }
    .text-head {
        font-size: 22px;
    }

    .text-body {
        font-size: 18px;
        font-weight: 600;
    }
}

@media(min-width:1200px) {
    .text-head {
        font-size: 22px;
    }

    .text-body {
        font-size: 18px;
        font-weight: 600;
    }


    .banner-section {
        height: 418px;
    }
}
