.home_screen{
    display:flex;
    align-items:center;
    position: relative;
    flex-wrap: wrap;
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
    background:#000;
}

.home_screen header{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1rem 0;
}

.home_screen .subtitle{
    font-size: 32px;
    font-weight:700;
}

.home_screen .home_title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15vh;
    font-size: 80px;
    font-weight: 700;
    background: linear-gradient(to right, #0DDDFF, #0DDDFF 25%, #28E028 75%, #28E028);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto Condensed", sans-serif;;
    letter-spacing: -4%;
    line-height: 82px;
}

.home_screen .home_title span{
    display: block;
    font-size: 100px;
}

.home_screen header a{
    color: #fff;
    margin-right: 1rem;
}

.home_screen header a.contact_us{
    background-color: #28E028;
    padding: 5px 10px;
    border-radius: 5px;
}

.home_screen header img{
    max-width: 60px;
    height: auto;
}

.home_screen header .right_menu{
    text-align: right;
}

.home_screen header .right_menu a{
    text-decoration: none;
}

.home_screen .dgcol{
    width: 50%;
}

.home_screen .first_part{
    background-image:
    linear-gradient(353.19deg, rgba(0, 0, 0, 0) -83.9%, rgba(0, 0, 0, 0.67) 5.16%),
    url(../png/home-1-min.png);
    background-size: cover;
    height: 100vh;
}

.home_screen .second_part{
    background-image:
    linear-gradient(0deg, rgba(69, 73, 72, 0.23) -41.21%, #454948 105.55%),
    url(../png/home-2-min.png);
    background-size: cover;
    height: 100vh;
}

.home_screen .dgcol .content{
    max-width: 450px;
    margin: auto;
    color: #fff;
    margin-top: 60vh;
}

.home_screen .dgcol .content p{
    color: rgba(238, 230, 230, 1);
    margin-top: 0.5rem;
}

.home_screen .dgcol .content a{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}

.home-blog-section .categorySlider{
    padding-bottom: 5.5rem !important;    
}


@media (max-width:1200px){
    .home_screen .dgcol .content{
        max-width: 400px;
    }

    .home_screen .home_title{
        font-size: 60px;
        line-height: 65px;
    }

    .home_screen .home_title span{
        font-size: 80px;
    }
    
    .home-blog-section .categorySlider{
        padding-bottom:3rem !important;
    }
    
    .home-blog-section .categorySlider{
        padding-bottom: 1.5rem !important;    
    }
}

@media (max-width:992px){
    body .home_screen .dgcol{
        min-width: 100%;
        height: auto;
    }

    body .home_screen .second_part .content{
        margin-top: auto;
        padding: 5rem;
        max-width: fit-content;
    }

    body .home_screen .first_part .content{
        margin-top: 40vh;
        padding: 5rem;
        max-width: fit-content;
    }

    .home_screen .home_title{
        top: 20vh;
    }
    
    .home_screen{
        overflow-y: scroll;
    }
    
    html{
        overflow:hidden;
    }
    
    html[overflow]{
        overflow:auto;
    }

}

@media (max-width:992px){
    .home-blog-section .categorySlider{
        padding-bottom: 2.5rem !important;    
    }
}

@media (max-width: 500px){
    .home_screen .home_title{
        top: 18vh;
        font-size: 40px;
        line-height: 50px;
    }

    .home_screen .home_title span{
        font-size: 60px;
    }

    body .home_screen .dgcol .content{
        padding: 0 0.75rem 3rem 0.75rem;
    }

    body .home_screen .second_part .content{
        padding-top: 3rem;
    }
}

@media (max-width: 400px){
    .home_screen .home_title{
        top: 18vh;
        font-size: 35px;
        line-height: 45px;
    }

    .home_screen .home_title span{
        font-size: 45px;
    }

    body .home_screen .dgcol .content{
        padding: 0 0.75rem 3rem 0.75rem;
    }

    body .home_screen .second_part .content{
        padding-top: 3rem;
    }
}
