@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth !important;
	outline: none !important;
}

body {
	background: white !important;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	outline: none !important;
	overflow-x: hidden !important;
}

:root {
	--green-btn: #0acf97;
}

button:hover, button:active, button:focus {
	outline: none;
}

section {
	outline: none;
}

/* Landing */

#landing {
	width: 100%;
	/*min-height: 100vh;*/
	/*height: auto;*/
	background: url('../img/wave-landing.png'), linear-gradient(-135deg, #C60000 20%, rgba(255, 0, 0, 0.8) 80%) center no-repeat;
	background-size: cover;
}

#planet1 {
	width: 22rem;
	position: absolute;
	right: -7rem;
	bottom: 0;
}

#planet2 {
	width: 12rem;
	position: absolute;
	left: -2rem;
	bottom: 0;
}

.landing-content {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	text-align: center;
}

.landing-content-wrapper {
	margin: 0 auto;
	color: white;
}

.landing-content-wrapper h1 {
	font-size: 3rem;
	font-weight: 700;
	color: white;
}

.landing-content-wrapper p {
	color: rgba(255,255,255,0.6);
	font-weight: 500;
	font-size: 1.1rem;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.landing-content-wrapper .landing-button {
	display: inline;
	margin-top: 3rem;
	font-size: 1.05rem !important;
	padding: .35rem 3rem !important;
	margin-bottom: 15rem;
}

.landing-content-wrapper .login-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-content-wrapper .login-container .login-input {
	border: 0;
	border-bottom: red 2px solid;
	margin: 10px 0;
	background: transparent;
	color: white;
}

.landing-content-wrapper .login-container .login-input::placeholder{
	color: white;
}

.landing-content-wrapper .login-container .login-input:focus{
	border: none;
	border-radius: 0;
	outline: none;
}

.down-page {
	margin: 0 auto;
	background: none;
	border: 0;
	width: 2.2rem !important;
	height: 2.2rem;
	bottom: 5rem !important;
	display: block;
}

.down-page-wrapper {
	position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99999999;
}


.down-page .dot {
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	align-items: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	margin: 0 auto;
	color: white;
	font-size: 1rem;
	transition: .2s ease-in-out;
}

.down-page .dot i {
	font-size: 1.3rem;
	margin: 0 auto;
	right: 1px;
	top: 2px;
	position: relative;
	display: block;
}

/* Navbar */

nav {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

.navbar {
	background: transparent !important;
	box-shadow: none !important;
	padding: 1rem !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.navbar .navbar-brand img {
	width: 6rem;
}

.navbar .nav-link {
	color: rgba(255, 255, 255, 0.733) !important;
	margin-left: 1rem !important;
	font-weight: 500;
	font-size: 1rem;
	transition: .3s ease-in-out;
}

.navbar .nav-link:hover {
	color: rgb(255, 255, 255) !important;
	margin-left: 1rem !important;
	font-weight: 500;
	font-size: 20px;
	bottom: 50px;
	transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* Green Btn */

.green-btn {
	background: var(--green-btn);
	border: none;
	border-radius: 2rem;
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-size: .95rem;
	opacity: 1 !important;
	padding: .25rem 1.5rem !important;
	display: block;
	top: -2px;
	position: relative;
	transition: .3s ease-in-out;
}

.green-btn:hover {
	color: rgb(255, 255, 255);
	padding: .30rem 2.0rem !important;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(255, 255, 255,0.15);
	transition: .3s ease-in-out;
}

.about .icon{

	width: 100%;
	height: 100%;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	display: flex;
	transition: all 0.2s ease, background-color 0.4s ease;
	opacity: 0;
	border-radius: 100%;


 }

 
 .wrapper {
	width: 100vw;
	margin: 0 auto;
	height: 400px;
	background-color: #161616;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
 }
 
 @media screen and (max-width: 767px) {
	.wrapper {
	   height: 700px;
	}
 }
 
 .content {
	max-width: 2000px;
	width: 100%;
	height: 80%;
	padding: 10 10%;
	padding-top: 160px;
	margin: 10 auto;
	display: flex;
	justify-content: center;
	align-items: center;
 }
 
 @media screen and (max-width: 767px) {
	.content {
	   padding-top: 300px;
	   flex-direction: column;
	}
 }
 
 .card {
	width: 100%;
	max-width: 500px;
	min-width: 200px;
	height: 300px;
	background-color: #292929;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
	border: 2px solid rgba(7, 7, 7, 0.12);
	font-size: 16px;   
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.3s ease;
 }
 
 .icon {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	max-width:80px;
	background: linear-gradient(90deg, #ff0000 0%, #ff0000 40%, rgba(0, 0, 0, 0.28) 60%);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transition: all 0.8s ease;
	background-position: 0px;
	background-size: 200px;
 }
 
 .material-icons.md-18 { font-size: 18px; }
 .material-icons.md-24 { font-size: 24px; }
 .material-icons.md-36 { font-size: 36px; }
 .material-icons.md-48 { font-size: 48px; }
 
 .card .title {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 30px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
 }
 
 .card .text {
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	color: white;
	font-weight: 200;
	letter-spacing: 2px;
	opacity: 0;
	max-height:0;
	transition: all 0.3s ease;
 }
 
 .card:hover {
	height: 340px;
 }
 
 .card:hover .info {
	height: 90%;
 }
 
 .card:hover .text {
	transition: all 0.3s ease;
	opacity: 1;
	max-height:40px;
 }
 
 .card:hover .icon {
	background-position: -120px;
	transition: all 0.3s ease;
 }
 
 .card:hover .icon i {
	background: linear-gradient(90deg, #ff0000, #ff0000);
	-webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	opacity: 1;
	transition: all 0.3s ease;
 }


.products {
	height: 50rem;
	background: url('../img/wave-landing.png'), linear-gradient(135deg, #000000 0%, rgb(213, 67, 67) 50%) center no-repeat;

}


.buy {

width: 100rem;
height: 40rem;
background-color: white;
background-size: 100rem;
position: absolute;



}

.textbuy {

text-align: center;
font-family: 'Poppins' sans-serif;
font-style: italic;
position: relative;
top: 8rem;



}

.discordbuy {




}

.purplebutton {

	background: rgb(255, 0, 0);
	border: none;
	border-radius: 2rem;
	color: rgb(255, 255, 255);
	font-weight: 800;
	font-size: 15pt;
	opacity: 1 !important;
	padding: 20px 6.0rem !important;
	display: block;
	top: 10rem;
	position: relative;
	left: 41rem;
	transition: .3s ease-in-out;
}
.purplebutton:hover {
	color: rgb(255, 255, 255);
	padding: 30px 6.0rem !important;
	box-shadow: 0 0.15rem 1.75rem 0 rgb(255, 255, 255,0.15);
	transition: .3s ease-in-out;


}

.logopurple {

width: 20rem;	
position: relative;
top: 10rem;



}