*{padding: 0;margin: 0;box-sizing: border-box;}
@font-face {
    font-family: "Overcame Demo" ;
    src: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_fonts/overcame-demo.bold.ttf') format(truetype);
}
body{
    background-color: #000000;
    height: 100dvh;
    overflow: hidden;
}
.maintainence__page {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/khelobg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maintainence__page nav{
    position: absolute;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    top:32px;
}

.maintainence__page .brand_logo{
    width: 162px;
    height: 52px;
}

.maintainence__page__content{
    width: 690px;
    height: 393px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.maintainence__page__content .maintainence_content_bottom {
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.maintainence__page__content .maintainence_content_bottom .header_text{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    background: linear-gradient(80.07deg, #B07908 9.85%, #C89B2F 19.11%, #E0BE55 30.06%, #EFD36D 38.48%, #F4DB76 44.37%, #EACC65 53.63%, #CFA53A 72.99%, #B07908 91.51%);
    background-clip: text;
    color: transparent;
}

.maintainence__page__content .maintainence_content_bottom .description_text{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B4B4B4;
}

.maintainence__page_footer{
    width: 1023px;
    height: 40px;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maintainence__page_footer .maintenance_footer_left{
    display: flex;
    gap: 5px;
}

.maintainence__page_footer .maintenance_footer_left .header_text{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:#B4B4B4;
}

.maintainence__page_footer .maintenance_footer_left .description_text{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #F8BA20;
}

.maintainence__page_footer .maintenance_footer_left a{
    text-decoration: none;
    color: #F8BA20;
}

.maintainence__page_footer .maintenance_page_footer_right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.maintainence__page_footer .maintenance_page_footer_right .social_icons{
    display: flex;
}
.maintainence__page_footer .maintenance_page_footer_right .social_icons img{
    width: 40px;
    height: 40px;
}

.maintainence__page_footer .maintenance_page_footer_right .maintenance_page_footer_right_text{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B4B4B4;
}

@media only screen and (max-width: 600px){
    .maintainence__page {
        background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/khelomobbg.webp');        
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .maintainence__page__content{
        width: 328px;
        height: 329px;
        gap: 24px;
    }

    .desktop_img{
        display: none;
    }

    .maintainence__page__content .maintainence_content_bottom{
        width: 328px;
        height: 131px;
    }

    .maintainence__page__content .maintainence_content_bottom .header_text{
        font-size: 22px;
    }

    .maintainence__page__content .maintainence_content_bottom .description_text{
        font-size: 14px;
    }

    .maintainence__page_footer{
        height: 135px;
        width: 237px;
        flex-direction: column;
        gap: 48px;
        text-align: center;
        bottom: 50px;
    }

    .maintainence__page_footer .maintenance_footer_left{
        flex-direction: column;
        gap: 8px;
    }

    .maintainence__page_footer .maintenance_page_footer_right{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .maintainence__page_footer .maintenance_footer_left .header_text{
        font-size: 14px;
    }
}

@media only screen and (max-height: 700px) {
    .maintainence__page_footer {
        gap: 20px;
        height: 100px;
    }
}

@media only screen and (max-width: 1080px){
    .maintainence__page_footer{
        width: 900px;
    }
}

@media only screen and (max-width: 1040px){
    .maintainence__page_footer{
        gap: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 1020px){
    .maintainence__page_footer{
        flex-direction: column;
        gap: 20px;
        bottom: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .maintainence__page_footer {
        gap: 20px;
        height: 100px;
        bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .maintainence__page {
        background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/khelostarbg.webp');        
    }
}

/* sports */
.bg_sports{
    background: #111111;
}

.maintainence__page__content .maintainence_content_bottom .text_color{
    font-family: "Overcame Demo", sans-serif ;
    font-weight: 700;
    color: #F9BB22;
}

.maintainence__page__content .maintainence_content_bottom .text_color_change{
    color: #7E7D78;
    margin-top: 12px;
}

.break-text {
    display: block; /* Moves 'Stay Tuned!' to a new line */
}

.maintenance_footer{
    justify-content: center;
    bottom: 100px;
}

.maintenance_footer .left_gap{
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.maintenance_footer .left_gap .header_text_color{
    color: #7E7D78;
}
.maintenance_footer .left_gap .description_text_color a{
    color: #F9BB22;
}

@media only screen and (max-width: 600px) {
    .maintainence__page__content .maintainence_content_bottom .text_color {
        font-size: 24px;
    }

    .maintainence__page__content .maintainence_content_bottom .text_color_change{
        color: #B4B4B4;
    }

    .maintenance_footer .left_gap .description_text_color a{
        font-size: 14px;
        color: #F9BB22;
    }
}

@media only screen and (max-width: 375px) {
    .maintenance_footer{
        bottom: 60px;
    }
}

@media only screen and (max-height: 800px) {
    .maintenance_footer{
        bottom: 50px;
    }
}

@media only screen and (max-height: 700px) {
    .desktop_img{
        display: none;
    }
    .maintenance_footer {
        bottom: 0px;
    }
}

/* exch */
.maintenance_exch{
    background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/exchbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.maintenance_exch .brandmark{
    position: absolute;
    top: 50px;
    left: 70px;
}

.maintenance_exch .exch_main{
    position: absolute;
    top: 0;
}
.maintainence__page .maintenance_odd{
    height: 480px;
}

.maintainence__page__content .maintainence_content_bottom .maintainence_content_bottom_header_text_color{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #D1A642;
    text-transform: capitalize;
}

.maintainence__page__content .maintainence_content_bottom .maintainence_content_bottom_header_text_color_change{
    font-size: 18px;
    margin-top: 16px;
}

.maintenance_footer .maintenance_footer_left .description_text_font{
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .maintainence__page .brandmark{
        width: 82px;
        height: 26px;
        top: 40px;
        left: 25px;
    }

    .maintainence__page__content .maintainence_content_bottom .maintainence_content_bottom_header_text_color {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
    }
    .maintainence__page .maintenance_odd{
        height: 329px;
    }
}

@media only screen and (max-width: 375px) {
    .footer_bottom{
        bottom: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .maintenance_odd_man{
        width: 348px;
        height: 276px;
    }
}

/* 24bet */
.maintainence_bet{
    background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/k24bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.maintainence_bet .maintenance_nav_brand_logo{
    width: 126px;
    height: 40px;
}

.maintainence_bet .bet_main{
    justify-content: center;
    position: relative;
    padding-top: 70px;
}

.main_cont_img1{7    width: 750px;
    height: 790px;
}

.main_cont_img2{
    position: relative;
    z-index: 2;
    width: 401px;
    height: 129px;
}

.maintenance_content_main{
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    font-family: "Roboto", sans-serif;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 150px;
    gap: 24px;
    font-weight: 400;
    font-size: 18px;
    color: var(--Text-Placeholders, #C2C2C2);
}

.maintenance_content_main .maintenance_header_text{
    font-weight: 600;
    font-size: 24px;
    color: #F0BD48;
}

.maintenance_content_main .main_description_text{
    font-weight: 400;
    line-height: 150%;
}

.maintenance_content_main .main_text3{
    display: flex;
    gap: 5px;
    justify-content: center;
}

.maintenance_content_main .main_text3 .main_text4{
    color: #F8BA20;
}

.maintenance_content_main .main_text4 a{
        text-decoration: none ;
        color: #F8BA20;       
}
.maintenance_header_text_emoji{
        width: 40px;
    }

@media only screen and (max-width: 600px) {
    .maintainence_bet{
        background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/mobbgbet.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        justify-content: start
    }
    .maintenance_content_main .maintenance_header_text{
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }
    .maintainence_bet .bet_main{
        justify-content: start;
        padding-top: 0px;
        height: 390px;
    }
    
    .maintenance_content_main .main_text3{
        flex-direction: column;
        margin-top: 30px;
        font-size: 14px;
    }

    .main_cont_img1{
        width: 340px;
        height: 380px;
    }

    .maintenance_content_main{
        margin-top: 10px;
        width: 370px;
    }
    .maintenance_content_main .main_description_text{
        font-size: 14px;
    }
    .maintenance_header_text_emoji{
        display: none
    }
    .main_cont_img2{
        width: 305px;
        height: 100px;
    }
    .maintainence_bet .maintenance_nav{
        position: static;
        margin: 30px 0;
    }
}

@media only screen and (max-width: 375px) {
    .maintenance_content_main {
        width: 330px;
    }
}

@media only screen and (max-height: 800px) {
    .maintainence_bet .maintenance_nav{
        top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .maintainence_bet{
        background-image: url('https://d2g8jl9s27zu.cloudfront.net/khelocdn/public/assets/maintenance_images/khelo24betbg.webp');
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .main_cont_img1{
        width: 700px;
        height: 740px;
    }
    .main_cont_img2{
        width: 390px;
        height: 129px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .main_cont_img1{
        width: 650px;
        height: 690px;
    }
    .main_cont_img2{
        width: 380px;
        height: 120px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main_cont_img1{
        width: 600px;
        height: 640px;
    }
    .main_cont_img2{
        width: 370px;
        height: 120px;
    }
}
@media (min-width: 768px) and (max-width: 810px) {
    .main_cont_img1{
        width: 550px;
        height: 590px;
    }
}
