@import "~normalize.css";
@import "~@blueprintjs/core/lib/css/blueprint.css";
@import "~@blueprintjs/icons/lib/css/blueprint-icons.css";

@font-face {
  font-family: "Century Gothic";
  src: url("./../webfonts/CenturyGothic/CenturyGothic.eot");
  src: url("./../webfonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("./../webfonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    url("./../webfonts/CenturyGothic/CenturyGothic.woff") format("woff"),
    url("./../webfonts/CenturyGothic/CenturyGothic.ttf") format("truetype"),
    url("./../webfonts/CenturyGothic/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.eot");
  src: url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.woff2") format("woff2"),
    url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.woff") format("woff"),
    url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf") format("truetype"),
    url("./../webfonts/CenturyGothic-Bold/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* 
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {

  background: #F4F4F4;
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
} 
*/

html,
body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background: #f4f4f4 url("./../images/bg-dots.png") repeat left top;
  background-position-x: -20px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Century Gothic Bold";
  letter-spacing: 0;
  word-spacing: 0.0125em;
  font-size: 2em;
}

ul {
  padding: 0;
}

p,
ul,
li {
  font-family: "Century Gothic";
  line-height: 1.25em;
  list-style: disc;
}

li {
  margin-left: 1em;
}

a, a:hover{
  text-decoration: none;
}

video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
}

.text-grey-dark {
  color: rgba(0, 0, 0, 0.75);
}

.h1-text {
  display: none;
}

.introSection {
  /* height: 4200px; */
}

.darkmode-ignore {
  display: block !important;
}

.darkmode--activated p,
.darkmode--activated li {
  color: #000;
}

.button {
  isolation: isolate;
}

.darkmode-toggle {
  z-index: 1000 !important;
}

.darkmode--activated .logo {
  mix-blend-mode: difference;
}

.logo-header {
  position: fixed;
  overflow: hidden;
  width: 100%;
  /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 100%); */
  z-index: 999 !important;
}

.logo-sphere {
  width: 400px;
  height: 400px;
  background: #fff;
  position: absolute;
  top: -300px;
  left: -100px;
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
}

.shadow-effect {
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
}

.slider-number {
  position: fixed;
  bottom: -20px;
  left: -10px;
  width: 200px;
  height: auto;
  background: #ffffff;
  z-index: 1000;
}


.logo-top {
  width: 300px;
  height: auto;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  align-content: center;
  display: inline;
  top: 0;
  left: 0;
}

.logo-top .logo {
  margin: 0 auto;
  padding: 1em;
}

.logo-top .logo img {
  mix-blend-mode: difference;
  margin: 1em;
}

.logo-alignment{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

#__next-prerender-indicator {
  display: none !important;
}

/* .logo-top .logo::before{
  content: "";
  font-size: 4px;
  vertical-align: middle;
  margin-right: 14px;
  padding: 0em 5%;
  background-color: #000000;
  color: red;
  font-weight: bold;
}

.logo-top .logo::after{
  content: "";
  font-size: 4px;
  vertical-align: middle;
  margin-right: 14px;
  padding: 0em 5%;
  background-color: #000000;
  color: red;
  font-weight: bold;
} */

.footer {
  display: fixed;
  text-align: center;
  right: 4em;
  bottom: 1em;
  mix-blend-mode: difference;
}

.footer p {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.75);
}

.underContruction {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #dcdcdc;
  z-index: 9999 !important;
}

/* Medium (md) */
@media (max-width: 768px) {
  .logo-header {
    background: #fff !important;
  }

  h2 {
    font-size: 3em;
    margin: 1em;
  }
}
