@import url(variables.css);
  @font-face {
  font-family:'j';
  font-weight:400;
  src:url(../fonts/SpaceMono-Regular.ttf);
  font-display:swap
}

#block {
    width: 50%;
    height: 10%;
    color: #fff;
    font-size: 150%;
    background-color: rgba(17, 17, 18, 0.592);
    border: rgb(157, 161, 170) 1px solid;
    border-radius: 25px;
    padding: 30px;
    cursor: pointer;
    font-family: 'j'; 
}


@-webkit-keyframes fadeIn {
  0% {
  opacity:0
}
to {
  opacity:1
}
}@keyframes fadeIn {
  0% {
  opacity:0
}
to {
  opacity:1
}
}

html {
    scroll-behavior: smooth;
    pointer-events: all;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
    z-index: 1001;
}

.loaded_hiding .preloader {
    transition: 2s opacity;
    opacity: 0;
}
  
.loaded .preloader {
    display: none;
}
  
body::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, 0);
}
  
body::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: rgb(92, 92, 92);
    border-radius: 20px;
    border: 3px solid rgb(92, 92, 92);
}

::selection {
    background-color: rgba(78, 79, 80, 0.605);
    color: rgb(26, 26, 26);
}

body {
    margin: 0;
    padding: 0;
    color:#b3b7bb;
    background-color: rgb(13, 13, 13);
}

.topography {
    opacity: 30%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}

.topography video {
  z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.name {
    font-family: 'j';
    font-size: 200%;
}


  a {
    color:#b3b7bb;
    transition:.6s ease-in-out;
    margin:0 10px 0 10px;
    text-decoration:none
  }

  a:hover {
    color:#b07440;
  }

  .g {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    height:80vh
  }
  i {
    font-style:normal;
    font-size:24px;
    padding-left:.2rem;
    padding-right:.2rem
  }
  .fa-brands {
    color:#b3b7bb;
    transition:.3s ease-in;
    
  }
  .fa-brands:hover {
    color:#b07440;
    
  }

  * {
      font-family: "j";
      margin: 0;
  }
  html {
      scroll-behavior: smooth;
  }

  a {
      margin: 0 10px 0 10px;
      text-decoration: none;
  }

  body {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      animation-duration: 1s;
  }
  .g {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 80vh;
  }

  
  i {
      font-style: normal;
      font-size: 24px;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
  }

.entrypoint {
  font-weight: 400;
}

#Div1, #footer {
  transition: all .4s;
}

.lnk {
  cursor: pointer;
}

.about {
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .8s;
  z-index: -1;
  text-align: justify;
}