@charset "utf-8";
/* 
   CSS Document 
   Written by DJ
   V4.1
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  background-color: #1d1f20;
  
}

::selection {
  color: white;
  background: #0F70CB;
}

/*Loader*/
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #1d1f20;
  z-index: 99;
  text-align: center;
}


#loading-image {
  position:absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.hero1 {
	background-image: url(../images/bg-forest.jpg);
    background-attachment: scroll;
    background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	width:100%;
	/*border-bottom:1px solid #CB0F2C;*/
}

/*Hero text animations
clamp(2rem, 8vw + 1rem, 12rem)*/
h1 {
  font-family: 'Inter', sans-serif;
  margin: 0;
  color: hsl(0 0% 100%);
  font-size: 120pt;
  position: relative;
  display: block;
	padding-top: 40vh;
}

h1 > span:first-of-type {
  display: inline-block;
  line-height: 1.2;
}

h1 > span:nth-of-type(2) {
    position: relative;
    background:url("../images/Komp1.gif");
    background-clip: text;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    color: transparent; 
}

.hero2 {
	height:100vh;
	width: 100%;
}

.text1 {
	border-top:1px solid red ;
}

.SoYouWantToKnowMore {
	font-family: Gotham, Montserrat, sans-serif;
	color: #eee;
}

.spacer {
	height:10vh;
}
p.title{
	font-family: Gotham, Montserrat, sans-serif;
	color: #1392E3;
	display: inline-block;
	width:100%;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-stretch:normal;
	letter-spacing: 2pt;
	opacity:100;
}
p.title2{
	font-family: Gotham, Montserrat, sans-serif;
	color: #FFFFFF;
	display: inline-block;
	width:100%;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-stretch:normal;
	letter-spacing: 2pt;
	opacity:100;
}

p.text {
	font-family: Gotham, Montserrat, sans-serif;
	color: #bbb;
	font-size:17.5px;
	text-align: center;
	font-weight: 300;
	opacity:100;
}

a:link{
	color: #0F70CB;
	background:transparent;
}
a:visited {
  color: #0F9FCB;
  background-color: transparent;
  text-decoration: none;
}

.mouse {
	align-content: bottom center;
	margin-top: -100px;
	padding-left:0vw;
	width:100;
}

.disclaimer {
	margin-top: auto;
	padding-top:30vh;
}

.dis-text{
	display: flex;
	flex-direction: column;
}

.dis-desc{
	font-family: Gotham, Metropolis, Montserrat, Futura, Helvetica, sans-serif;
	color: #bbb;
	font-size:17.5px;
	text-align: center;
	align-self: center;
	font-weight: 300;
	opacity:100;
	max-width: 50%;
}

.disclaimer-small {
	color:#454545;
	font-family:Gotham, Montserrat,sans-serif;
	font-size:12px;
	align-content: bottom center;
	position: fixed;
	bottom: 0;
	right: 5px;
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
	
}

p {
  font-family: Metropolis, Gotham, Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  opacity: 0.9;
}

.center{
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

/*Scroll icon*/
@-webkit-keyframes scroll_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(0.75em);
            transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes scroll_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(0.75em);
            transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
.example--2 {
  
}
.scroll-icon__dot {
  display: block;
  position: absolute;
  left: 50%;
  background: #ccc;
  height: 0.5em;
  width: 0.5em;
  top: 0.6em;
  margin-left: -0.25em;
  border-radius: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: scroll_2 2s ease-out infinite;
          animation: scroll_2 2s ease-out infinite;
}
.scroll-icon {
  display:block;
  position: relative;
  height: 3em;
  width: 1.5em;
  border: 0.25em solid #ccc;
  border-radius: 1em;
  left:49vw;
  right:-50vw;
  align-content:bottom center;
}




/*Everything Button:*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400, 600");
.hero-btn {
  position: relative;
  width: 200px;
  margin: auto;
  height: 66px;
}
.hero-btn .btn {
  background-color: #0F87CB;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-box-shadow: 0 15px 40px rgba(15,118,203,0.50);
  -webkit-box-shadow: 0 15px 40px rgba(15,100,203,0.50);
  box-shadow: 0 15px 40px rgba(15,118,203,0.50);
  -moz-transform: perspective(600px) rotateX(0deg) scale(1);
  -ms-transform: perspective(600px) rotateX(0deg) scale(1);
  -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
  transform: perspective(600px) rotateX(0deg) scale(1);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hero-btn .btn:hover {
  background-color: #0B8DF7;
  -moz-box-shadow: 0 20px 40px rgba(36,157,225,0.50);
  -webkit-box-shadow: 0 20px 40px rgba(15,135,203,0.50);
  box-shadow: 0 20px 40px rgba(15,124,203,0.50);
}
.hero-btn .btn:active {
  -moz-transform: perspective(600px) rotateX(15deg) scale(0.9);
  -ms-transform: perspective(600px) rotateX(15deg) scale(0.9);
  -webkit-transform: perspective(600px) rotateX(15deg) scale(0.9);
  transform: perspective(600px) rotateX(15deg) scale(0.9);
  font-size: 21px;
  -moz-box-shadow: 0 20px 40px rgba(15,112,203,0.50);
  -webkit-box-shadow: 0 20px 40px rgba(15,124,203,0.50);
  box-shadow: 0 20px 40px rgba(15,94,203,0.50);
}
.active .hero-btn .btn:active {
  -moz-transform: perspective(600px) rotateX(0deg) scale(1);
  -ms-transform: perspective(600px) rotateX(0deg) scale(1);
  -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
  transform: perspective(600px) rotateX(0deg) scale(1);
  font-size: 22px;
  -moz-box-shadow: 0 15px 40px rgba(15,100,203,0.50);
  -webkit-box-shadow: 0 15px 40px rgba(15,118,203,0.50);
  box-shadow: 0 15px 40px rgba(15,89,203,0.50);
}
.hero-btn .particles-circle {
  position: absolute;
  background-color: #1FA0FD;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  z-index: -1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.hero-btn .particles-circle:nth-of-type(odd) {
  border: solid 2px #0F64CB;
  background-color: transparent;
}
@keyframes particles-1 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 82px;
    top: -73px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(1) {
  animation: particles-1 1.5s 0.025s;
}
@keyframes particles-2 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 209px;
    top: 241px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(2) {
  animation: particles-2 1.5s 0.05s;
}
@keyframes particles-3 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -71px;
    top: 28px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(3) {
  animation: particles-3 1.5s 0.075s;
}
@keyframes particles-4 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -52px;
    top: 245px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(4) {
  animation: particles-4 1.5s 0.1s;
}
@keyframes particles-5 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 119px;
    top: 102px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(5) {
  animation: particles-5 1.5s 0.125s;
}
@keyframes particles-6 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -108px;
    top: 218px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(6) {
  animation: particles-6 1.5s 0.15s;
}
@keyframes particles-7 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 70px;
    top: 159px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(7) {
  animation: particles-7 1.5s 0.175s;
}
@keyframes particles-8 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -221px;
    top: -33px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(8) {
  animation: particles-8 1.5s 0.2s;
}
@keyframes particles-9 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -28px;
    top: 19px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(9) {
  animation: particles-9 1.5s 0.225s;
}
@keyframes particles-10 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 211px;
    top: 162px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(10) {
  animation: particles-10 1.5s 0.25s;
}
@keyframes particles-11 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 125px;
    top: -61px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(11) {
  animation: particles-11 1.5s 0.275s;
}
@keyframes particles-12 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 90px;
    top: -56px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(12) {
  animation: particles-12 1.5s 0.3s;
}
@keyframes particles-13 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 218px;
    top: -153px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(13) {
  animation: particles-13 1.5s 0.325s;
}
@keyframes particles-14 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 94px;
    top: 219px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(14) {
  animation: particles-14 1.5s 0.35s;
}
@keyframes particles-15 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 222px;
    top: 174px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(15) {
  animation: particles-15 1.5s 0.375s;
}
@keyframes particles-16 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -27px;
    top: -7px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(16) {
  animation: particles-16 1.5s 0.4s;
}
@keyframes particles-17 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 26px;
    top: 93px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(17) {
  animation: particles-17 1.5s 0.425s;
}
@keyframes particles-18 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 129px;
    top: 207px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(18) {
  animation: particles-18 1.5s 0.45s;
}
@keyframes particles-19 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -186px;
    top: 23px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(19) {
  animation: particles-19 1.5s 0.475s;
}
@keyframes particles-20 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -233px;
    top: -99px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(20) {
  animation: particles-20 1.5s 0.5s;
}
@keyframes particles-21 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 218px;
    top: 80px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(21) {
  animation: particles-21 1.5s 0.525s;
}
@keyframes particles-22 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -174px;
    top: -72px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(22) {
  animation: particles-22 1.5s 0.55s;
}
@keyframes particles-23 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 78px;
    top: 199px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(23) {
  animation: particles-23 1.5s 0.575s;
}
@keyframes particles-24 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 67px;
    top: -75px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(24) {
  animation: particles-24 1.5s 0.6s;
}
@keyframes particles-25 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 223px;
    top: 98px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(25) {
  animation: particles-25 1.5s 0.625s;
}
@keyframes particles-26 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -198px;
    top: -194px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(26) {
  animation: particles-26 1.5s 0.65s;
}
@keyframes particles-27 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 197px;
    top: -79px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(27) {
  animation: particles-27 1.5s 0.675s;
}
@keyframes particles-28 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 120px;
    top: -98px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(28) {
  animation: particles-28 1.5s 0.7s;
}
@keyframes particles-29 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 14px;
    top: 137px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(29) {
  animation: particles-29 1.5s 0.725s;
}
@keyframes particles-30 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -109px;
    top: 60px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(30) {
  animation: particles-30 1.5s 0.75s;
}
@keyframes particles-31 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -184px;
    top: 115px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(31) {
  animation: particles-31 1.5s 0.775s;
}
@keyframes particles-32 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 209px;
    top: 229px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(32) {
  animation: particles-32 1.5s 0.8s;
}
@keyframes particles-33 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 95px;
    top: -168px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(33) {
  animation: particles-33 1.5s 0.825s;
}
@keyframes particles-34 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 0px;
    top: -206px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(34) {
  animation: particles-34 1.5s 0.85s;
}
@keyframes particles-35 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -218px;
    top: -242px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .hero-btn .particles-circle:nth-of-type(35) {
  animation: particles-35 1.5s 0.875s;
}

.v-align {
  
  text-align: center;
  left: 0;
  width: 100%;
  top: 50%;
	padding-top:10%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap__sparks {
  transform: translateZ(-100px);
}



.disclaimer-content {
	position: absolute;
	bottom: 0px;
	height:2%;
}


/* MOBILE POPUP*/
@media screen and (min-width:800px){
	.popup{
		display: none;
	}
}
@media screen and (max-width:800px){
	.body1{
		display: none;
		opacity: 0;
	}
	.popup{
		display: flex;
		flex-direction: column;
	}
	.popup-logo{
		align-self: center;
		display: flex;
  		margin-left: auto;
 		margin-right: auto;
		width: 70%;	
		height:auto;
		max-width: 300px;
		margin-top:0px;
		padding-top:0px;
	}
	.popup-img{
		align-self: center;
		display: flex;
  		margin-left: auto;
 		margin-right: auto;
		width: 35%;	
		max-width: 250px;
		margin-top:0px;
		padding-top:0px;
	}
}


/* Mobile Stuff */
@media screen and (max-width: 992px) {
 hero1 {
	  background-attachment: local;
    background-size:200%;
	 overflow-x: hidden;
	height:100%;
	  width:200;
  }
}
@media screen and (max-width: 1200px) {
	.hero1{
		background-size: auto 100vh;
		overflow: hidden;
	}
	h1{
		width:100%;
		font-size: 170pt;
	}
	p{
		font-size: 30pt;
	}
	p.title{
		font-size: 3.5em;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	p.title2{
		font-size: 3.5em;
	}
	p.text{
		font-size: 30pt;
		padding-left: 5%;
		padding-right: 5%;
	}
	.hero-btn .btn{
		font-size: 2em;
		width:25vw;
		height:80px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-btn{
		width:auto;
	}
	
}