@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&display=swap');

body, html {
    overflow-x: hidden;
}
body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 17.5px;
    letter-spacing: 0.6px;
    font-weight: 500;
   	background-image: url(../img/bg/404.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-bg {
    height: 100%;
    width: 100%;
}
h1 {
    font-size: 147px;
    letter-spacing: 10.4px;
    line-height: 170px;
    margin: 0;
    padding: 0;
}
h3 {
    font-weight: 400;
    font-size: 29px;
    margin: 10px 0;
} 
.error-bg-overlay {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found-content {
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    padding: 100px 200px;
}
a.back-home-btn {
    background: #1e3680;
    border-color: #1e3680;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}
a.back-home-btn:hover {
    box-shadow: none;
    background-color: #f40000;
    border-color: #ee201e;
}
span.zero-text {
    color: #f40000;
}

@media screen and (max-width: 1550px) 
{
.not-found-content {
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    padding: 50px 100px;
}
}
@media screen and (max-width: 767px) 
{
h1 {
   font-size: 107px;
  line-height: 133px;
}
h3 {
    font-size: 24px;
    margin: 5px 0;
}
.not-found-content {
   padding: 50px;
}
}
@media screen and (max-width: 575px) 
{
.error-bg-overlay {
    background-color: rgba(0,0,0,0.7);
  }
.not-found-content
{
	 background-color: transparent;
}
h3 {
    font-size: 21px;
}
body {
   font-size: 15px;
}
}