@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.banner-section{
    padding: 40px 0;
    background-image: url(../images/banner-2-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-position: top;
}
.banner-section ul li {
    color: #fff;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-section .bottom-block{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.banner-section ul {
    margin: 0;
}
.banner-section ul li:last-child {
    margin-bottom: 0;
}
.banner-section .bottom-block p {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 25px;
}
.banner-section .img-block, .banner-section .img-block .cash-img, .header-logo {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .banner-section ul li{
        font-size: 19px;
    }
    .banner-section .bottom-block{
        font-size: 18px;
    }
    .banner-section .bottom-block p{
        margin-left: 15px;
    }
}

@media (min-width: 1400px) {
    .banner-section .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1366px) {
    .banner-section .img-block img {
        max-width: 220px;
    }
    .banner-section ul li {
        font-size: 15px;
    }
    .banner-section .img-block, .banner-section .img-block .cash-img, .header-logo {
        margin-bottom: 20px;
    }
    .banner-section .img-block img {
        max-width: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-section ul li, .banner-section .bottom-block{font-size: 18px;}
    .bottom-block img {
        max-width: 150px;
    }
    .banner-section .bottom-block p{
        margin-left: 15px;
    }
    .banner-section .img-block img {
        max-width: 250px;
    }
    .banner-section{background-image: url(../images/banner-2-img-mob.png);background-position: center;}
}


@media only screen and (max-width: 991px) {
    .banner-section .img-block img {
        max-width: 180px;
    }
    .banner-section .img-block, .banner-section .img-block .cash-img, .header-logo {
        margin-bottom: 30px;
    }
    .content-box {
        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-sign-up {
        justify-content: center;
    }
    .banner-section .img-block img {
        max-width: 140px;
    }
    .header-logo img {
        max-width: 130px;
        width: 100%;
    }
    .content-box {
        height: 55vh;
    }
    .banner-section .bottom-block {
        display: block !important;
        text-align: center;
    }
    .banner-section .bottom-block p {
        margin-left: 0;
        margin-top: 20px;
        text-shadow: 2px 3px 5px #000000;
    }
    .banner-section ul li, .banner-section .bottom-block {
        font-size: 15px;
    }
    .banner-section {
        padding: 30px 0;
    }
    .banner-section .img-block, .banner-section .img-block .cash-img, .header-logo {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 480px) {
    .banner-section .img-block, .banner-section .img-block .cash-img, .header-logo {
        margin-bottom: 15px;
    }
    .banner-section .img-block img {
        max-width: 110px;
    }
    .banner-section ul {
        margin-bottom: 1rem;
    }
    .banner-section ul li, .banner-section .bottom-block {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-section .img-block img {
        max-width: 100px;
    }
    .banner-section ul li, .banner-section .bottom-block {
        font-size: 12px;
    }
    .banner-section .bottom-block p {
        margin-top: 10px;
    }
}