
/** error-section **/

.error-section{
  position: relative;
}

.error-section .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.error-section h1{
  display: block;
  font-size: 200px;
  line-height: 150px;
  font-weight: 600;
  margin-bottom: 100px;
}

.error-section p{
  margin-bottom: 32px;
}

.error-section .theme-btn{
  border-radius: 50px;
}


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .error-section h1{
    font-size: 160px;
    line-height: 120px;
  }
}











































