﻿


.page_404 {
    padding: 0px;
    background: var(--ma-white);
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--ma-type-primary), var(--ma-white));
    text-align: center;
}

    .page_404 .container {
        min-height: 100vh;
        width: 100%;
    }

    .page_404 .row {
        min-height: 100vh;
    }

.slider_contain_part {
    text-align: center;
    padding:20px;
}


.slider_contain_part {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.div_404 {
    position: relative;
    font-size: 539px;
    height: 500px;
    width:100%;
    max-width:1200px;
    line-height: 500px;
    font-weight: bold;
    color: white;
    background: linear-gradient(#ffffff, #bfcbde);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow-y: hidden;
    margin: 50px 0px 100px 0px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.div_404 span {
    margin:0px 20px;
}


.four_zero_four_bg {
    position: absolute;
    width: 400px;
    /*background-image: url('../../../images/pages/error/error.gif');*/
    background-image: url('../../../images/pages/error/error.png');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.page_404 h3 {
    /* position: absolute; */
    /* top: 80px; */
    /* left: 0px; */
    /* right: 0px; */
    width:100%;
    color: white;
    margin-bottom:0px;
}

.page_404 p {
    /* position: absolute; */
    bottom: 100px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: black;
    /* margin: 0px auto; */
    font-size: 20px;
    width: 100%;
    padding: 0px 200px;
}

.page_404 a {
    /* position: absolute; */
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: var(--ma-white);
    margin: 0px auto;
    font-size: 15px;
    width: 200px;
    background: var(--ma-type-primary);
    border-radius: 10px;
    padding: 10px;
}

    .page_404 a:hover,
    .page_404 a:focus,
    .page_404 a:active {
        background: var(--ma-type-primary);
        color: var(--ma-white);
        text-decoration: underline;
        outline: none;
    }





/* Media Queries for Responsive Design */


/* Extra extra large devices (xxl, ≥1400px) */
@media (min-width: 1400px) {
}
/* Extra large devices (xl, ≥1200px) */
@media (max-width: 1200px) {
    .div_404 {
        font-size: 400px;
        height: 400px;
        line-height: 400px;
        margin: 0px 0px 60px 0px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .four_zero_four_bg {
        height: 350px;
        width: 300px;
        top: 115px;
    }
    .page_404 p {
        font-size: 15px;
        padding: 0px 200px;
    }
}
/* Large devices (lg, ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Medium devices (md, ≥768px) */
@media (max-width: 991.98px) {
    .div_404 {
        font-size: 300px;
        height: 300px;
        line-height: 300px;
        margin: 0px 0px 60px 0px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .slider_contain_part {
        padding: 0px;
    }
    .div_404 span {
        margin: 0px 10px;
    }
    .four_zero_four_bg {
        height: 280px;
        width: 300px;
        top: 80px;
        margin-left: -5px;
    }

    .page_404 p {
        font-size: 15px;
        padding: 0px 100px;
    }
}
/* Small devices (sm, ≥576px) */
@media (max-width: 767.98px) {
    .page_404 h3 {
        font-size: 20px;
    }
    .div_404 {
        font-size: 200px;
        height: 200px;
        line-height: 200px;
    }
    .div_404 span {
        margin: 0px 20px;
    }
    .four_zero_four_bg {
        width: 273px;
        height: 200px;
        top: 60px;
    }
}
/* Extra small devices (xs, <576px) */
@media (max-width: 575.98px) {
    .page_404 h3 {
        font-size: 20px;
    }

    .div_404 {
        font-size: 180px;
        height: 180px;
        line-height: 180px;
    }

        .div_404 span {
            margin: 0px 0px;
        }

    .four_zero_four_bg {
        width: 273px;
        height: 200px;
        top: 60px;
    }
    .page_404 p {
        font-size: 15px;
        padding: 0px 20px;
    }
}





