@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Geologica:wght@100..900&family=Jura:wght@300..700&family=Marmelad&family=Pixelify+Sans:wght@400..700&family=Press+Start+2P&family=Russo+One&family=Tektur:wght@400..900&display=swap');

html body.render *:not(.fas, .fa, ::before, ::after) {
  font-family: "Tektur",sans-serif; !important;

}

.display-3 {
  font-size: 24 !important;
  font-weight: 500;
  line-height: 1.3;
}

.navbar-theme-dark:not(.navbar-transparent) {
  background-color:  #00000075 !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 0 50px 10px #00000075 !important;
  z-index: 10;
  padding: 16px !important;
  flex-wrap: nowrap;
}

.navbar .navbar-nav .nav-link {
  border-radius: 0 !important;
}

.btn.btn-pill {
    border-radius: 0rem;
}

.navbar .navbar-nav .nav-link:not(:hover) {
  border-color: transparent !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Tektur",sans-serif; !important;
    font-weight: 400;
}

img.loader {
  display: none !important;
}
.preloader {
  content: '';
  background: #ffffff00 !important;
  display: inline;
  position: fixed;
  left: 90%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover !important;
  width: 1px !important;
  height: 1px !important;
}
.col-md-6 {
  display: none;
}
.display-1 {
  display: none;
}
.text-center.col-12.pb-8.pt-6.wow.fadeInLeftBig.my-auto {
  display: none;
}