.container_css {
    /* max-width: 1920px;
    max-height: 100vh;
    width: 100%;

    margin: auto; */
    max-width: 1920px; 
    max-height: 1080px;
    margin: auto;
}

.header {
    height: 46px;
    background-color: #EC4C2F;
}
.left-section {
    flex: 1.5;
    padding-top: 20px;
}
.right-section {
    flex: 1;

}

.icon_div {
    width: 62.77px;
    height: 58px;
    padding: 6px;
    border-radius: 7.38px;
    border: 1.85px solid #D3D3D3;
    opacity: 0px;
    text-align: center;
    text-decoration: none;
    color: black;
}
.icon_div:hover {
    width: 62.77px;
    height: 58px;
    padding: 6px;
    border-radius: 7.38px;
    border: 2px solid #EC4C2F;
    opacity: 0px;
    text-align: center; 
    background: #EC4C2F;
    color: #fff;
}
.icon_css{
    width: 28px;
     height: 26px;
     margin: auto;
}
.icon_css:hover{
    width: 27px;
     height: 25px;
     color: #fff;
}

.icon_css svg:hover {
    fill: #fce57e;
}

.icon_svg path {
    transition: fill 0.3s ease; /* Smooth transition for color change */
}

.icon_div:hover .icon_svg path {
    fill: white; /* Change color to white on hover */
}
.icon_heading {
    font-family: "Roboto", serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 10.55px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.heading_div {
    width: 70%;
    margin: auto;
    padding-top: 27px;
    padding-bottom: 1rem;
}

.main_heading {
    /* font-family: Roboto;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    text-align: left; */
font-family: "Roboto", serif;
    /* font-size: 61px; */
    font-size: 55px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}
.main_heading3 {
    font-family: "Roboto", serif;
    font-size: 43px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}
.main_heading4 {
    font-family: "Roboto", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}
.main_heading6 {
    font-family: "Roboto", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;   
}

.buttons_main {
    border-top-right-radius: 224px;
    background: #F5F2F2;
    height: 566px;
    padding-top: 4rem;
    box-shadow: 2px -2px 4px 0px #00000026;

}

.welcome_card {
    /* width: 260px;
    height: 100px; */

    width: 300px;
    height: 115px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 3.89px solid #D5D5D5;
   
}
.hover-effect {
    transition: transform 0.3s ease; /* Smooth transition */
}

.hover-effect:hover {
    transform: translateY(-10px); /* Move up by 10px on hover */
}
/* .welcome_card:hover {
    animation-timing-function: ease-in-out;
    animation-duration: 500ms; 
} */
.welcome_image_name {
    font-family: "Roboto", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 26.95px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 65%;
}
.header_heading {
    font-family: Roboto;
font-size: 26px;
font-weight: 800;
line-height: 35.1px;
text-align: left;
color:#fff;
margin:0;
padding:0 47px;

}
.footer_fix {
    height: 135px;
    position: fixed;
    bottom: 0;
    width: 60%;
    margin: auto;
    max-width: 1920px;
    }
.welcome_sponsor {
    font-family: "Prociono", serif;
    font-size: 20.03px;
    font-weight: 400;
    line-height: 29.32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer_css {
    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;
  width: 80%;
  margin:10px  auto;
} 



@media screen and (max-width:1540px) {
  
    .icon_heading {
        padding: 0 !important;
    }
    .buttons_main { 
        height: auto;
    }
    .main_heading {
       
        font-size: 30px;
        line-height: 40px;
    }
    .mt-5 {
        margin-top: 0rem !important;
    }
}