<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Error Page</title>
    <style>
      body{
          overflow:hidden;
          background-image:url("https://adnoc.ae/resources/img/water.jpg");

          background-size:cover;
          padding:0;
          margin:0;
          font-family:sans-serif;
      } 
      .error_wrapper{
          background: linear-gradient(0deg, rgba(38,50,56,1) 0%, rgba(38,50,56,0.7609418767507002) 50%, rgba(38,50,56,0.5368522408963585) 100%, rgba(255,255,255,0) 100%);
          display:flex;
          justify-content:center;
          width:100vw;
          height:100vh;
          overflow:hidden;
          flex-direction:column;
      }
      .error_wrapper div{

          color:white;
          padding-left:15%;

      }
      .error_wrapper h1{
          font-size:7.5rem;
          margin-right:24px;
      }
      .error_wrapper p{
          color:white;
          opacity:0.67;
      }
      .error_wrapper h3{
          color:white;
      }
      .error_wrapper .logo{
          width:100px;
          position:absolute;
          top:36px;
          left:calc(50% - 100px);
          right:auto;
          margin: 0 auto;
      }
      .error_wrapper .cta{
          background-size: 100% 200%;
          font-size: 22px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          height: 50px;
          padding:8px 14px;
          min-width: 50px;
          color: #fff;
          transition: all .3s ease-out;
          text-decoration:none;
          border:1px solid #fff;
      }
    </style>
  <link href="style.09b819b1fd192e6aeef2.css?08b0c5bb4f40b2b09193" rel="stylesheet"></head>
  <body>
    <div class="error_wrapper"> 
      <div>
        <h1>500</h1>
        <p>INTERNAL SERVER ERROR</p>
      </div>
      <div>
        <h3>The server encountered an internal error</h3>
      </div>
      <div> <a class="cta" href="https://adnoc.ae/">Go Home </a></div>
    </div>
  <script type="text/javascript" src="main.08b0c5bb4f40b2b09193.js?08b0c5bb4f40b2b09193"></script></body>
</html>