
    body{
        background: url("/frontend/images/back_bg.png") no-repeat center center;
        background-size: cover;
        border-radius: 15px;
    }

    body[data-lang="bn"] {
        --bs-body-font-family: 'SolaimanLipi', system-ui, -apple-system, sans-serif;
    }
    
    .hero-section {
            background-image:url('/frontend/images/background.jpeg');
            background-size: cover;
            background-position: center;
            min-height: 100vh;
    }

    .google_play{
        min-height: 100vh;
        background-image: linear-gradient(rgba(88, 48, 197, 0.75), rgba(88, 48, 197, 0.75)),
        url('/frontend/images/footer_bg.jpeg');
        background-size: cover;
        background-position: center;
    }
    