@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  :root {
   --var-color-font: #f0f4f4;
   --var-color-page: #0d141e;
  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    background: var(--var-color-page);
    font-family: "Poppins", sans-serif;
}
header {
    top:-5px;
    color: var(--var-color-font);
    text-align: center;
    min-height: 500px;
    background: var(--var-color-page);
    margin: 0;
    padding: 20% 1.5em;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    & > h1 {
      z-index: 5;
      margin: 0.9em 0%;
      font-size: 1.9em;
      font-weight: 600;
      position: relative;
      & span {
       font-weight: 400;
      }
    }
    & > p {
    z-index: 5;
    text-align: center;
    max-width: 800px;
    margin: 0.5em auto;
    font-size: 1.1em;
      position: relative;
    }
    &::before {
          content:"";
          z-index: 1;
          top: -40%;
          left: -20%;
          bottom: auto;
          height: calc(80% - 20px);
          width: calc(70% - 20px);
          display: block;
          position: absolute;
      
          transform: skewX(-40deg);
      transform: skewY(-40deg);
      transform: rotate(-60deg);
          background-image: linear-gradient(to top, #0d141e 5%, #4b79a1 95%);
      }
  }

  
.navigasi {
    top: 0;
    left:0;
    z-index: 100;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: rgba(13, 20, 30,0.9);
    
    overflow:hidden;
    & .navigasi-bars {
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: start;
      & h1 {
        margin:0;
        margin-left: 10px;
      }
      & a.logo {
        text-decoration:none;
        color:#fff;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
      }
    }
    &.active {
     & button {
       & svg {
         & .openmenu {
           display: none;
         }
         & .closemenu {
           display: block;
         }
       }
      }
     & .navbars-list {
       opacity:1;
       height: auto;
       z-index: 10; 
       display: block;
       max-height: calc(100% - 50px);
       transition: 0.3s;
       overflow-Y: scroll;
       overflow-X: hidden;
      }
    }
  }
 .navigasi {
  & button.menu-toggle {
    display: none;
  }
  & button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
    & svg {
      color:#fff;
      width: 30px;
      height: 30px;
      & .closemenu {
        display: none;
      }
    }
  }
  @media (max-width: 1007px){
   &  button.menu-toggle {
        display: flex;
     }
    }
 }
 .navbars-list {
  width: 100%;
  opacity: 1;
  position: relative;
  & ul {
    width: 100%;
    & li {
      display: inline-block;
      margin: 2px 0px;
      & a {
        color: #fff;
        font-size: 1.4em;
        font-weight: 500;
        padding: 10px 10px;
        padding-left: 10px;
        letter-spacing: 1px;
        text-decoration: none;
        display: block;
        position: relative;
        transition: 0.2s;
        &::before {
          content:"";
          top: auto;
          left: 2px;
          bottom: 5px;
          height: 4px;
          width: calc(100% - 4px);
          display: none;
          position: absolute;
          background: #fff;
          }
        }
        & a:hover,& a:focus {
          letter-spacing: 1.5px;
          background-color: #283e51;
          &::before {
            display: block;
            }
        }
      }
    }
  
  @media (max-width: 1007px){
     top: 50px;
     left: 0px;
     z-index: 10;
     height: 0px;
     text-align: left;
     position: fixed;
     background: rgba(13, 20, 30,0.9);
     opacity:0;
     display: none;
     transition: 0.3s;
     & ul {
       & li {
         display: block;
         & a {
           padding-left: 25px;
           &::before {
             top: 2px;
             left: 5px;
             bottom: auto;
             height: calc(100% - 4px);
             width: 4px;
           }
         }
       }
     }
     &.active {
       
     }
   }
 }
.navbars-list-overlay {
   top: 50px;
   left: 0px;
   z-index: 1;
   display: none;
   width: 100%;
     height: calc(100% - 50px);
     text-align: left;
     position: fixed;
     background: rgba(13, 20, 30,0.3);
     opacity: 1;
     transition: 0.2s;
   &.active {
     display: block;
     }
   }

.loading {
  color: #aaa;
  font-size: 48px;
  display: none;
}

.ex-loading .loading {
  display: flex;}
.loading {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  overflow: hidden;
  background: #0d141e;
  align-items: center;
  justify-content: center;
}

@keyframes show-background {
  0% {
    opacity: 0;
    transform: none;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(2)
  }
}

@keyframes show-logo {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.loading .loader {
  border: 5px solid #055ef7;
  border-radius: 50%;
  border-top: 5px solid #f3f3f3;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spin-loading 2s linear infinite; /* Safari */
  animation: spin-loading 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin-loading {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader svg {
  width: 40px;
  height: 40px;
  }
@keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }
  
    @keyframes spin2 {
      0% {
        stroke-dasharray: 1, 800;
        stroke-dashoffset: 0;
      }
      50% {
        stroke-dasharray: 400, 400;
        stroke-dashoffset: -200px;
      }
      100% {
        stroke-dasharray: 800, 1;
        stroke-dashoffset: -800px;
      }
    }
  
    .spin2 {
      transform-origin: center;
      animation: spin2 1.5s ease-in-out infinite,
        spin 2s linear infinite;
      animation-direction: alternate;
    }
