@import url('https://fonts.googleapis.com/css2?family=Bigelow+Rules&family=Libre+Franklin:wght@700&family=Open+Sans:wght@300&family=Tiro+Devanagari+Hindi&display=swap');


  body{
    
    /* font-family: 'Bigelow Rules', serif ; */
font-family: 'Libre Franklin', sans-serif !important;
font-weight:800;

  }
.banner-card{
    position: relative;
    
}

.banner-card img{
    max-width: 1500px;
    height: auto;
    
}

.banner-text{
    position: absolute;
    top:25% ;
    color: #000000;
    padding: 10px;
    text-align: center;
    
}

.banner-text h4{
    width: 1450px;
    font-size: 35px;
   background-color: #ffb04fed;
   border-radius: 50px;
   height: 200px;
   padding-top: 5px;
   padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 20px;

    text-align: center;

    
}
h4{
    text-align: center;
    margin-bottom: auto;
    width: 145%;
    font-size: -10px;
    line-height: 3rem;

}
.heading{
    color: rgb(252, 252, 252);
    font-size: 35px;
    text-decoration: underline;
}
.hello{
    font-size: 20px;
    color: aliceblue;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    
}
