@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
body {
	font-family: 'Baloo 2', cursive !important;
	width: 100vw;
	overflow-x: hidden;
}
.bg-dark {
	background-color: #000 !important;
}

h1, h2, h3, h4, h5 {
	font-weight: 700 !important;
}

.col-6.no-padding {
  padding: 10px !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.footer-links {
	text-align: center;
	margin-top: 50px;
}

.footer-links a {
	color: #0096ff;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.text-link a {
	color: #0096ff;
	text-decoration: none;
	display: inline-block;
	margin: 20px 10px;
}

.text-link a:hover {
	text-decoration: underline;
}

/*.py-vh-5 {
	padding-bottom: 0;
}*/

.btn {
	font-family: 'Baloo 2', cursive !important;
	font-weight: 700 !important;
}

.display-huge {
  font-size: calc(2rem + 1.5vw);
  font-weight: 600;
  letter-spacing: -.02rem;
}

.airdrop-hero {
	padding-top: 150px;
}

.how-to-buy {
	padding-top: 150px;
	padding-bottom: 150px;
}

.how-to-buy-steps {
	padding-top: 25px;
}
.how-to-buy-steps .col-lg-3 {
	padding: 0;
}

.how-to-buy-buttons {
	padding-top: 50px;
}

.how-to-buy-buttons .btn {
	margin: 10px;
}

.how-to-buy-step {
	min-height: 450px;
	width: 95%;
	padding: 48px 24px 24px;
	background: #111;
	border-radius: 20px;
	text-align: center;
}

.how-to-buy-step img {
	margin-bottom: 15px;
}
.homeHero {
	text-align: center;
	position: relative;
}

.homeHero .videobg {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.homeHero .heroContent {
		position: absolute;
		top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: rgba(0,0,0, 0.8);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  align-content: center;
	  flex-direction: column;
}

.homeHero p {
	font-size: 24px;
	color: $whiteColor;
	margin-bottom: 50px;
}
	
.homeHero h1 {
	font-size: 200px;
	line-height: 1;
	color: $whiteColor;
}

.homeHero .logoWrapper {
	position: relative;
  text-align: center;
  margin: 0 auto;
  width: 450px;
  height: 450px;
  cursor: pointer;
}

.homeHero .logo1 {
	display: block;
	position: absolute;
	left:  0;
	top: 0;
}

.homeHero .logo2 {
	display: none;
	position: absolute;
	left:  0;
	top: 0;
}

.logoWrapper:hover .logo1 {
		display:none;
}

.logoWrapper:hover .logo2 {
			display: block;
}

.supply {
	color: #0096ff;
	text-shadow: 2px 2px 0px #fff;
}

.distList {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.distList	li {
	font-size: 24px;
	line-height: 30px;
	text-transform: capitalize;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
}
.distList li span {
	border:  1px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 10px;
	box-shadow: 2px 2px 0 0 #fff;
}

.distList li span.dis1 {
		background-color: #58b0c2;
	}
.distList li span.dis2 {
		background-color: #ceaf47;
	}
.distList li span.dis3 {
		background-color: #64b86a;
	}
.distList li span.dis4 {
		background-color: #d37937;
	}
.distList li span.dis5 {
		background-color: #d54b5d;
	}
.distList li span.dis6 {
		background-color: #4f84d2;
	}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}

.input-group > .btn {
	border: none;
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.verifyBox {
	padding: 48px;
}

#infowrapper .container {
	padding-top: 200px;
}

.moonOutside {
	position: relative;
	padding-bottom: 200px;
}

.moonWrapper {
	text-align: center;
	position: absolute;
	
	top: 100px;
	left:  5%;
}

.moonWrapper img {
	opacity: 0.2;
}

.moonWrapper > .container {
	position: absolute;
	margin: 0 auto;
	top: 100px;
	left:  5%;
}
.rotate {
  animation: rotation 60s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.airdropWrapper {
	position: relative;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.socialButtons {
	padding-top: 50px;
	text-align: center;
}

.socialButtons a {
	display: inline-block;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.socialButtons a:hover img {
	width: 70px;
}

.text-primary {
	color: #0096ff !important;
}

.card .bg-dark {
  /*box-shadow: 6px 6px 0 0 rgba(255, 255, 255, 0.5) !important;*/
}

.btn-light {
	padding: 0 2.5rem;
  border-radius: 50px;
  font-size: 1.5em;
  font-weight: bold;
  min-width: 300px;
  min-height: 75px;
  line-height: 75px !important;
  font-weight: 500;
  position: relative;
  transition: 0.5s all;
  box-shadow: 6px 6px 0 0 #0047ab;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: 0.2s all;
	font-weight: bold;
	background-color: #0096ff;
	border-color: #0096ff;
	cursor: pointer !important;
	color: #fff !important;
	text-shadow: 2px 2px 0px #000;
	border-color: #0047ab;
}

.airdropContainer {
	padding-top: 30px;
	padding-bottom: 100px;
}

.btn-light:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0 0 #0047ab;
  background-color: #0047ab !important;
  color: #fff;
  border: 1px solid #0047ab !important;
}

@media screen and (max-width: 480px) {
	.homeHero .logoWrapper {
	  width: 250px;
	  height: 250px;
	}

	.homeHero .logoWrapper img {
	  width: 250px;
	  height: 250px;
	}

	.homeHero video {
		object-fit: fill;
	}

	.homeHero .videobg {
	  position: relative;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 50vh;
	}

	.btn-light {
		display: block;
		margin: 20px auto !important;
		width: 95%;
	}


	.homeHero .heroContent {
			position: absolute;
			top: 0;
		  left: 0;
		  width: 100vw;
		  height: 50vh;
		  background: rgba(0,0,0, 0.8);
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  align-content: center;
		  flex-direction: column;
	}

	#infowrapper .container {
		padding: 0;
	}

	.airdropWrapper img {
		width: 90%;
	}

	.moonContainer {
		margin-top: 150px;
	}

}