@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face { font-family: GothamProReg; src: url('fonts/Gotham-Pro-Regular.ttf'); } 
@font-face { font-family: Akira; src: url('fonts/Akira-Expanded-Demo.otf'); } 
@font-face { font-family: GothamProBlack; src: url('fonts/GothamProBlack.woff'); } 

body{
 /* background-image: url('https://i.imgur.com/SZREs7g.gif');
  background-color: rgb(22, 22, 22);
  background-size: cover;
  background-attachment: fixed;*/
  scroll-behavior: smooth;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;


}

*{
    scroll-behavior: smooth;
}
::selection {
  background-color: #005f85;
  color: #fff;
}

h1 {
  font-family: GothamProReg;
    font-size: 75px;
    color: rgb(255, 255, 255);
    font-weight: 0;
}

h1 span {
  text-transform: uppercase;
  font-family: GothamProBlack;
    font-size: 75px;
    color: rgb(0, 101, 216);
    font-weight: 900;
}

h9 span{
  font-family: GothamProReg;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 0;
    text-transform: uppercase;
}

h9 {
  text-transform: uppercase;
  font-family: GothamProBlack;
    font-size: 30px;
    color: rgb(0, 101, 216);
    font-weight: 900;
}

h10 span{
  font-family: GothamProReg;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 0;
    text-transform: uppercase;
}

h10 {
  text-transform: uppercase;
  font-family: GothamProBlack;
    font-size: 30px;
    color: rgb(0, 101, 216);
    font-weight: 900;
    margin-top: 100px;
}

h11 span{
  font-family: GothamProReg;
    font-size: 30px;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(white);
    -webkit-background-clip: text;
    -webkit-text-fill-color:#fff;
    font-weight: 0;
    text-transform: uppercase;
}

h11 {
  text-transform: uppercase;
  font-family: GothamProBlack;
    font-size: 30px;
    color: rgb(0, 101, 216);
    font-weight: 900;
    margin-top: 100px;
}

h6 {
  font-family: GothamProReg;
    font-size: 55px;
    color: rgb(255, 255, 255);
  margin-top: 200px;
  margin-left: 250px;
}

h6 span {
  text-transform: uppercase;
  font-family: GothamProBlack;
    font-size: 55px;
    color: rgb(0, 101, 216);
    font-weight: 900;
}

.desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.418);
    margin-top: 0px;
}

.desc2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.418);
  margin-top: 0px;
  margin-left: 250px;
}

.desc3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.418);
  margin-top: 0px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: bold;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  margin-left: 850px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.418);
  margin-top: 330px;
  margin-left: 90px;
}

.navbar-brand {
  color: #ffffff;
  font-family: 'Prompt';
}

h5 {
  color: rgba(255,255,255,.5);
  margin-top: -30px;
  margin-left: 100px;
  font-family: EkMukta-Light;
}


.controller {
    position: fixed;
    display: inline-block;
    top: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
    transform: translateY(-50%);
    right: 17px;
    border-radius: 25px;
    backdrop-filter: blur(9px);
    box-shadow: 0 0.75rem 2rem 0 rgba(0,0,0,.1);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.125);
    overflow: hidden;
    z-index: 1000;
}

controller-item {
  position: relative;
  display: block;
  padding: 9px;
  padding-top: 11px;
  padding-bottom: 11px
}

dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.25);
  box-shadow: 0 .75rem 2rem 0 rgba(0,0,0,.1);
  backdrop-filter: blur(99px);
  transition: .25s ease
}

dot:hover {
  background-color: rgba(255,255,255,.75)
}

controller-item:hover dot {
  background-color: rgba(255,255,255,.75)
}

/* STYLING SCROLLBAR */

::-webkit-scrollbar {
  width: 0.3vw; /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
  background-color: #696666; /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border: 0.4vw solid #ffffff;
  border-radius: 5vw;
}

.nikb-wrap {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    transition: 0.3s;
}

.loader {
  display: inline-block;
  top: 0;
  left: 0;
  align-items: center;
  z-index: -1;
  justify-content: center;
  background: #2b2b2b;
  width: 100%;
  height: 100%;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loader div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  align-items: center;
  z-index: -1;
  justify-content: center;
}
.loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.smooth-scroll-wrapper {
  position:fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.btn {
border-radius:5px; 
height: 30px; 
width: 40px;
text-align:top;
padding: 0px;
border-width: 2px;
color: white;
background-color: rgba(80, 80, 80, 0.281);
text-transform: uppercase;
animation: tada 1.5s infinite;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.btn:hover {
  border-color: rgb(255, 255, 255); 
  color: #2c2c2c;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1px 1px 10px #ffffff;
  }

    .controls{
      display: flex;
      position: relative;
      left: 1800px;
      top: 310px;
      border-radius:5px; 
      height: 50px; 
      width: 60px;
      justify-content:center;
      align-items: center;
      cursor: pointer;
      padding: 0px;
      border-width: 2px;
      color: white;
      background-color: rgba(80, 80, 80, 0.281);
      text-transform: uppercase;
      animation: tada 1.5s infinite;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
      }

    .controls:hover {
      border-color: rgb(255, 255, 255); 
      color: #2c2c2c;
      background-color: rgb(255, 255, 255);
      -webkit-box-shadow: 1px 1px 10px #ffffff;
    }

  .mode {
    position: fixed;
    right: 20px;
    top: 10px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    margin-left: -26px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .mode:hover {
    background: #ffffff;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: 1px 1px 10px #252525;
  }

  .lang {
    position: fixed;
    right: 80px;
    top: 10px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #252525;
    border-radius: 5px;
    margin-left: -26px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .lang:hover {
    background: #ffffff;
    color: #252525;
    -webkit-box-shadow: 1px 1px 10px #252525;
  }

  .navbar-items {
    font-family: GothamProReg;
    text-decoration: none;
    text-align: center;
    color: white;
    display: block;
  }

  .navbaritem {
    color: white; 
    text-decoration: none;
    padding-right: 10px;
  }

  .navbaritem:hover {
    color: #0099ff;
    text-shadow: 1px 1px 10px #0c5fad;
  }

  .djmeidke {
    text-align: center;
    display: block;
    margin-top: 250px;
    position: relative;
  }

  .faqs{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .faqitem {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }