.reg_head{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.reg_head .d_flex{
    display: flex;
    justify-content: space-between;
}
.reg_head .d_flex .img{
    line-height: normal;
    float: left;
    margin: unset;
    padding: 15px 0;
}
.reg_head .d_flex .img a {
    display: block;
    height: 80px;
}
.reg_head .d_flex .img img{
    width: 100%;
    height: 100%;
}

.main_sban {height:100vh;position: relative;}
.main_sban:before{content:'';background: #0006;width: 100%;position: absolute;height: 100%;}
.main_sban img{height:100vh;width: 100%;object-fit: cover;}
.main_sban .cd_desc{position: fixed;top: 50%;width: 100%;transform: translate(0px, -50%);}
.main_sban .cd_descs{
    text-align: center;
}
.main_sban .cd_desc h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}
.main_sban .cd_desc h2{
    color: #e30016;
    font-size: 35px;
    font-weight: 700;
    -webkit-text-stroke: 1px #ffffff;
}
.main_sban .cd_desc .ap_cre{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.main_sban .cd_desc .ap_cre a{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.main_sban .cd_desc .ap_cre a:hover{
    background: #bf0013;
    text-decoration: none;
}
