.container_css {
    max-width: 1920px; 
    max-height: 1080px;
    width: 100%;
    margin: auto;
}

.header {
    height: 46px;
    background-color: #EC4C2F;
}


.container_image {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;

}

.bottom-left {
    position: absolute;
    bottom: 140px;
}

.top-right {
    position: absolute;
    top: 8px;
    width: 100%;
    /* right: 16px; */
}
.top-left {
    position: absolute;
    top: 22%;
    width: 100%;
}

.bottom-right {
    /* position: absolute;
    bottom: 30px;
    width: 100%; */
    /* height: 182px; */
    height: 130px;
    position: fixed;
    bottom: 0;
    width: 60%;
    margin: auto;
}




.name_deading {
font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 600;
    /* line-height: 15.26px; */
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
    /*paint-order: stroke fill;*/
    /*-webkit-text-stroke: 2px #fff;*/
    text-shadow: #FF995329;
    
}

.name_sub_deading {
font-family: "Roboto", serif;
    font-size: 19px;
    font-weight: 500;
    /* color: red; */
    color: #000;
    text-align: center;
    margin-bottom: 0;
    width:  50px !important;
    /* text-shadow: 0px 0px 3px black, 0 0 25px black, 0 0 .5px black; */
}
  
.home_langauge_css {
    font-family: "Prociono", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 17.08px;
    text-align: center;
    color: #fff;
     
}
.arrow_animation {
    transform: rotate(90deg);
}

.home_langauge_text {
    font-family: "Prociono", serif;
    font-size: 23.88px;
    font-weight: 400;
    line-height: 29.14px;
    text-align: left;
    color: #FFF06E;
    text-decoration: none;
    padding: 2px;
}

.home_langauge_text:hover {
    font-family: "Prociono", serif;
    font-size: 23.88px;
    font-weight: 400;
    line-height: 29.14px;
    text-align: left;
    color: #FFF06E;
    text-decoration: none;
    padding: 2px;
}
.header_heading {
    font-family: Roboto;
font-size: 26px;
font-weight: 800;
line-height: 35.1px;
text-align: left;
color:#fff;
margin:0;
padding:0 30px;
}
.welcome_sponsor {
    font-family: "Prociono", serif;
    font-size: 20.03px;
    font-weight: 400;
    line-height: 29.32px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_css {
    /* font-family: Inter; */
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    margin-top: 20px;
}
.footer_border {
    border-top: 1px solid #BABABA;
    /* background: #FAD86F1A; */
  width: 80%;
  margin:10px  auto;
} 



@media screen and (max-width:1540px) {
    .container_css {
        max-width: 1920px; 
        /* max-height: 1080px; */
        width: 100%;
        margin: auto;
    }
    .home_langauge_text {

        font-size: 15px;
    }
    .home_langauge_text:hover {
        font-size: 15px;
    }
    .bottom-left {
        position: absolute;
        bottom: 100px;
    }
    .bottom-right {
        height: 70px;
    }
    .welcome_sponsor {
        font-size: 15px;
        line-height: 20px;

    }
    .footer_css {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;

    }
}