    .error-404-inner .btn-wrapper {
      margin-top: 50px; }
     
     .error-404-inner h2 {
      font-weight: 700; }
    
    .error-404-title {
      font-size: 120px;
      line-height: 1;
      margin-bottom: 40px; }
    
    .ltn__404-area-1  {
        background-size: 900px;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    @media (max-width: 992px) {
        .ltn__404-area-1  {
            background-size: 800px;
        }
        
    }
    @media (max-width: 768px) {
        .ltn__404-area-1  {
            background-size: 100%;
        }
        
    }
  
    
    /* 404 area 1 */
    .ltn__404-area-1 .error-404-title {
      font-size: 400px;
      font-weight: 700;
      line-height: 1;
      color: var(--ltn__secondary-color);
      margin-bottom: 0; }
    
    .ltn__404-area-1 h2 {
      font-size: 60px; }
    
    /* 404 area 2 */
    .ltn__404-area-2 {
      min-height: 90vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ltn__404-area-2 .error-404-inner {
        padding: 150px 0 170px; }
    
    @media (max-width: 1199px) {
      .ltn__404-area-1 .error-404-title {
        font-size: 200px; }
      .ltn__404-area-1 h2 {
        font-size: 30px; } }
    
    @media (max-width: 991px) {
      .ltn__404-area-2 .error-404-inner {
        padding: 80px 0 110px; }
      .error-404-inner p br {
        display: none; }
      .error-404-title {
        font-size: 80px; }
      .ltn__404-area-1 .error-404-title {
        font-size: 100px; }
      .ltn__404-area-1 h2 {
        font-size: 20px; } }

.error-404-inner{
    max-width: 520px;
    margin: 0 auto;
}
.error-404-inner .btn-read{
    max-width: 156px;
}
.error-404-inner h2{
    color: #007AC3;
    font-weight: bold;
}
    
    
.btn-primary{
    background-color: #6F1DF4;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 0!important;
    padding: 16px 32px;
}
.btn-primary:hover{
    background-color: #3C1182;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    