@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/DINNextLTArabic-Regular-3.ttf) format('truetype');
}

@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DINNextLTArabic-Medium-4.ttf) format('truetype');
}

@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/DINNextLTArabic-Bold-4.ttf) format('truetype');
}

p,
#timer div span {
    font-family: 'din', sans-serif;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
#timer div {
    font-family: 'din', sans-serif;
}

body {
    font-family: 'din', sans-serif;
    font-size: 16px;
}

#notfound {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #455467 url(https://recruitment.wotn.com.sa/Content/wotn/assets/images/banner-top-line-1.png) no-repeat top right;
}

    #notfound p {
        font-size: 22px;
    }

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

a.main-btn,
.main-btn,
button.main-btn {
    padding: 10px 25px;
    padding-bottom: 13px;
    background: #1c86c0;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
}

    a.main-btn:before,
    .main-btn:before,
    button.main-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 6px;
        background: #455467;
        transform: scaleX(0);
        transform-origin: 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    a.main-btn:hover:before,
    .main-btn:hover:before,
    button.main-btn:hover:before,
    a.main-btn:focus:before,
    .main-btn:focus:before,
    button.main-btn:focus:before,
    a.main-btn:active:before,
    .main-btn:active:before,
    button.main-btn:active:before {
        transform: scaleX(1);
    }

a.main-btn {
    font-size: 20px;
}

    a.main-btn:before,
    .main-btn:before,
    button.main-btn:before {
        background: #3b4757;
    }

.notfound .notfound-404 {
    line-height: 153px;
}

    .notfound .notfound-404 h1 {
        color: #222;
        font-size: 220px;
        letter-spacing: 10px;
        margin: 0px;
        font-weight: 700;
        text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
    }

        .notfound .notfound-404 h1 > span {
            text-shadow: 2px 2px 0px #1C86C0, -2px -2px 0px #1C86C0, 0px 0px 8px #1C86C0;
        }
