@font-face {
  font-family: 'brlnsdb';
  src: local('brlnsdb'), url(fonts/brlnsdb.ttf), format('ttf');
}
@font-face {
  font-family: 'neuropolXrg';
  src: local('neuropolXrg'), url(fonts/neuropolXrg.ttf), format('ttf');
}
@font-face {
  font-family: 'TypoGotikaLightDemo';
  src: local('TypoGotikaLightDemo'), url(fonts/TypoGotikaLightDemo.otf), format('otf');

  }
  
  body {
    background-color: black;
    margin: 0;
    font-family: 'brlnsdb';
  }
  
  
  .image01 {
    position: fixed;
    mix-blend-mode: multiply;
    height: 200px;
    width: 100px;
    /* scale: 10%; */
    /* position: fixed; */
    bottom: 100px;
    left: 40px;
  }
  
  .image02 {
    position: fixed;
    mix-blend-mode: multiply;
    height: 50px;
    width: 50px;
    /* scale: 10%; */
    align-items: center;
    justify-content: center;
    top: 10%;
    right: 5%;

  }

  #heading {
    background-color: none;
    position: fixed;
    width: 50%;
    padding: 32px;
    top: 20px;
    left: 20px;
  }
  
  /* .border {
    background: linear-gradient(90deg, gray, 90%, black);
    height: 2px;
    width: 80vw;
    margin-top: 4px;
  } */
  
  /* button {
    background: none;
    position: flex;
    color: #d7d7d7;
    font-family: brlnsdb;
    font-size: 20px;
    margin: auto;
    font-weight: 100;
    border: none;
    top: 40%;
    left: 3%;
    
  } */

  /* b2 {
    background: none;
    position: flex;
    color: rgb(215, 215, 215);
    font-family: brlnsdb;
    font-size: 20px;
    margin: auto;
    font-weight: 100;
    border: none;
    top: 45%;
    left: 3%;
    
  } */
  .btn-group0 {
    border: none;
    position: fixed;
    background-color: none;
    width: 380px;
    height: 100px;
    top: 50px;
    left: 50px;
  }

  .btn-group0 .btn {
    font-family: neuropolXrg;
    background: none;
    color: #d7d7d7;
    font-size: 30px;
    margin: 0px;
    font-weight: 100;
    cursor: pointer;
    border: none;

  }

  h2 {

    color: #000000;
    font-family: brlnsdb;
    font-size: 18px;
    margin: 0px;
    line-height: 30px;
    font-weight: 100;
    position: fixed;
    top: 80px;
    left: 50px;
  }

  #services {
    background-color: none;
    border: none;
    position: fixed;
    bottom: 30px;
    left: 30px;

  }
  h3 {
    background: none;
    color: rgb(215, 215, 215);
    font-family: TypoGotikaLightDemo;
    font-size: 15px;
    margin: 10px;
    /* line-height: 50px; */
    font-weight: 100;
    position: flex;
    /* bottom: 30%;
    left: 38%; */
  }
  /* h4 { */
    /* background: none;
    color: rgb(215, 215, 215);
    font-family: TypoGotikaLightDemo;
    font-size: 20px;
    margin: 10px; */
    /* line-height: 50px; */
    /* font-weight: 100; */
    /* position: flex; */
    /* bottom: 25%;
    left: 36%; */
    /* border: 40px; */
  /* } */
  /* h5 {
    background: none;
    color: rgb(175, 174, 174);
    font-family: TypoGotikaLightDemo;
    font-size: 15px;
    margin: 10px;
    line-height: 1px;
    font-weight: 100;
    position: flex;
  } */
  /* h6 {
    background: none;
    color: rgb(215, 215, 215);
    font-family: TypoGotikaLightDemo;
    font-size: 20px;
    margin: 10px;
    line-height: 50px;
    font-weight: 100;
    position: flex;
    bottom: 15%;
    left: 32%;
    /* border: 40px; */
  /* } */ */
  .attach {
    background-color: none;
    border: none;
    position: relative;
    top: -28px;
    left: 0px;
  }
  .attach .h7{ 
    background: none;
    color: rgb(175, 174, 174);
    font-family: TypoGotikaLightDemo;
    font-size: 12px;
    margin: 10px;
    line-height: 1px;
    font-weight: 100;
    position: flex;
  }
 
  h9 {
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    font-size: 15px;
    /* margin: auto; */
    font-weight: 100;
    position: fixed;
    bottom: 10px;
    right: 5%;
    /* border: 40px; */
  }
  h8 {
    background: none;
    color: rgb(215, 215, 215);
    font-family: sans-serif;
    font-size: 15px;
    /* margin: auto; */
    font-weight: 100;
    position: fixed;
    top: 17%;
    right: 4.5%;
    /* border: 40px; */
  }
  .btn-group {
    border: none;
    position: fixed;
    background-color: none;
    width: 50px;
    height: 200px;
    bottom: 220px;
    left: 50px;
  }
  .btn-group .button {
    background: none;
    font-family: brlnsdb;
    color: antiquewhite;
    font-size: 20px;
    cursor: pointer;
    display: block;
    border: none;
    height: 50px;
  }

  /* .loader {
    position: fixed;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000000;
    transition: opacity 0.75s, visibility 0.75s;
 
    
  }
  .ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-radius: 50%;
    animation: ring 2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
      box-shadow: 1px 5px 2px #e65c00;
    }
    50% {
      transform: rotate(180deg);
      box-shadow: 1px 5px 2px #18b201;
    }
    100% {
      transform: rotate(360deg);
      box-shadow: 1px 5px 2px #0456c8;
    }
  }
  .ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(255, 255, 255, .3);
  }
  span {
    color: #737373;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    right: 300px;
    animation: text 3s ease-in-out infinite;
  }
  @keyframes text {
    50% {
      color: black;
    }
  }

  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  } */
  /* .loader::after {
    content: "";
    height: 75px;
    width: 75px;
    border: 15px solid #002fff;
    border-top-color: aqua;
    border-radius: 50%;
    animation: loading 0.75s infinite;
  } */
  /* @keyframes loading {
    from { transform: rotate(0turn)}
    to {transform: rotate(1turn)}
  } */

  .progress-bar-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  #progress-bar {
    width: 40%;
    margin-top: 0.5%;
    height: 1%;
  }
  label {
    color: antiquewhite;
    font-size: 20px;
  }
  
  progress-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #progress {
    font-size: 3em;
    color: white;
  }