@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@300;400;500;600;700&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body{
	font-family: 'Google Sans', sans-serif;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-image: url(../img/background.png);
}

.wrapper{
	width: 80%;
	margin: 0 auto;
}

.wrapper h2{
	color: white;
}

.wrapper h4 {
	color: white;
}

.wrapper h5{
	color: white;
}

.wrapper-global-stats{
	width: 100%;
	margin-top: 50px;
	margin: 0 auto;
}

.wrapper-tutorial{
	width: 100%;
	margin: 0 auto;
}

.sidebar {
  	width: 225px; /* Set the width of the sidebar */
  	position: fixed;
  	z-index: 1; /* Stay on top */
  	top: 3%; /* Stay at the top */
  	left: 10px;
  	background-color: rgba(0, 0, 0, 0.0); /* Black */
  	overflow-x: hidden; /* Disable horizontal scroll */
  	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	border-radius: 6px
}

.sidebar greens {
	color: limegreen;
}

.sidebar reds {
	color: red;
}

.sidebar h5 {
	text-align: left;
	padding-left: 15px;
}

header{
	padding: 20px 0px;
	box-shadow: rgb(0 0 0 / 11%) 0 1px;
}

nav{
	padding: 20px 0px;
	display: flex;
	align-items: left;
	justify-content: space-between;
	font-family: 'Google Sans', sans-serif;
	/* width: 80%;
	margin: 0 auto; */
}

/* nav img{ #unselect this if you use an image!
	height: 50px;
	width: auto;
} */

nav span{
	color: #ffffff;
}

.right a{
	color: rgb(255, 255, 255);
	font-weight: 400;
	margin-left: 10px;
	text-decoration: none;
	letter-spacing: 0.07rem;
}

.right a:hover{
	color: #03a1fc;
	transition: all .2s;
}

main{
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-promo{
	position: relative;
	padding: 20px 0px;
}

.promo-background h1{
	color: black;
	font-size: 30px;
	padding: 40px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	letter-spacing: 0.07rem;
}

.promo-background{
	color: rgb(139, 139, 139);
	border-radius: 6px;
	background-size: cover;
	width: auto;
	height: 200px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.0);
	/* background-image: url(../img/background.png); */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.section-tutorial{
	padding: 50px 0px;
}

.section-tutorial h2{
	font-size: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.section-tutorial-container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.section-tutorial-container a {
	/* color: #03a1fc; */
	color: #00ffff;
	text-decoration: underline;
	padding: 5px 0;
	border-radius: 3px;
	text-decoration: none;
}

.section-tutorial-container a:hover {
	color: #0070b1;
}

.section-tutorial-container div {
	position: relative;
	width: 350px;
	height: auto;
	margin-right: 10px;
	padding: 20px;
	border-radius: 12px;
	background: rgba(30, 30, 30, 0.9);
	backdrop-filter: blur(4px);
	color: #eee;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	z-index: 1;
}

.section-tutorial-container div::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #22aeff, #00ffee);
	z-index: -1;
	border-radius: inherit;
	filter: blur(8px);
	opacity: 0.5;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.section-tutorial-container div:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 25px rgba(34, 174, 255, 0.4);
}

.section-tutorial-container div:hover::before {
	opacity: 1;
	filter: blur(12px);
}


.section-tutorial-container div i {
	margin-right: 5px;
}

.section-tutorial-container div h3 {
	/* color: #03a1fc; */
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

.section-tutorial-container div p {
	color: black;
	padding: 10px 0px;
	font-size: 15px;
}

.section-tutorial-container h4 {
	padding: 10px 0px;
	font-weight: 500;
	color: white;
}

.boxtext {
	color: white;
	font-weight: 500;
	padding: 10px 0px;
}

.dsc a {
	font-size: 12px;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #7289DA;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	font-weight: 700;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.lnumbers1 {
	color: white;
	padding: 1px 10px;
	background-color: rgba(0, 0, 0, 0);
}

.lnumbers {
	color: white;
	padding: 1px 10px;
	background-color: rgba(0, 0, 0, 0);
}

button {
	display: inline-block;
	color: #ffffff;
	background: rgba(0, 119, 255, 0.15);
	border: 1px solid #22aeff;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	font-family: "Google Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 0 10px rgba(34, 174, 255, 0.4);
	transition: all 0.3s ease;
	backdrop-filter: blur(4px);
	cursor: pointer;
	text-decoration: none;
}

button:hover {
	background: #22aeff;
	color: #000;
	box-shadow: 0 0 20px rgba(34, 174, 255, 0.8);
	transform: translateY(-2px);
}

button:active {
	transform: scale(0.97);
	box-shadow: 0 0 12px rgba(34, 174, 255, 0.6);
}

a.button {
	color: rgb(160, 160, 160);
	border-radius: 3px;
	padding: 5px 8px;
	border: 1px solid #03a1fc;
	background-color: #00629b54;
}

a.button:hover {
	cursor: pointer;
	color: whitesmoke;
	transition: color 1s;
}

hr {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

/* .section-extra {
	padding: 1em;
} */

.section-extra h2 {
	font-size: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.section-extra h4 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.section-extra img {
	display: grid;
}

.applicationcontainer {
	margin: 10px;
}

.section-extra-apply {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.section-extra-apply p {
	color: white;
	padding: 10px 0px;
}

.section-extra-apply input {
	background: rgba(0, 0, 0, 0.1);
    border: 0.1vw solid #0084ff69;
    outline: none;
    transition: 0.25s;
    padding: 0.5vw;
    color: #ffffff;
    font-family: 'Google Sans', sans-serif;
    width: 20vw;
}

.section-extra-apply select {
	background: rgba(0, 0, 0, 0.1);
    border: 0.1vw solid #0084ff69;
    outline: none;
    transition: 0.25s;
    padding: 0.5vw;
    color: #ffffff;
    font-family: 'Google Sans', sans-serif;
    width: 20vw;
}

select option {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #187ba9;
    color: #fff;
}

.section-extra-apply textarea {
	background: rgba(0, 0, 0, 0.1);
    border: 0.1vw solid #0084ff69;
    outline: none;
    transition: 0.25s;
    padding: 0.5vw;
    color: #ffffff;
    font-family: 'Google Sans', sans-serif;
    resize: none;
    width: 20vw;
    height: 6vw;
}

.dev {
    position: absolute;
    top: 17.6vw;
    left: 62vw;
}

.mod {
    position: absolute;
    top: 17.6vw;
    left: 62vw;
}

.concept {
    position: absolute;
    top: 17.6vw;
    left: 62vw;
}

.other {
    position: absolute;
    top: 17.6vw;
    left: 62vw;
}

.section-extra-staff {
	font-size: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.section-staff-title {
	margin-bottom: 10px;
	text-align: center;
	color: #03a1fc;
}

/* .section-extra-flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.section-extra-flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 200px;
	margin-top: 20px;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.section-extra-flex div {
	position: relative;
	width: 350px;
	height: auto;
	margin-right: 10px;
	padding: 20px;
	border-radius: 12px;
	background: rgba(30, 30, 30, 0.9);
	backdrop-filter: blur(4px);
	color: #eee;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	z-index: 1;
}

.section-extra-flex div::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #22aeff, #00ffee);
	z-index: -1;
	border-radius: inherit;
	filter: blur(8px);
	opacity: 0.5;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.section-extra-flex div:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 25px rgba(34, 174, 255, 0.4);
}

.section-extra-flex div:hover::before {
	opacity: 1;
	filter: blur(12px);
}


.section-extra-flex h4 {
	text-align: left;
	font-variant: normal;
}

.section-extra-flex h3{
	font-size: 17px;
	margin: 4px 0;
	font-variant: bold;
	margin-bottom: 15px;
}

.section-extra-flex i {
	color: #03a1fc;
}

.section-extra-flex p {
	color: white;
	padding: 10px 0px;
}

.section-extra-flex a {
	color: #03a1fc;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.section-extra-flex-staff {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column; /* Stack rows vertically */
	gap: 20px; /* Space between rows */
}

.section-extra-flex-staff div {
	position: relative;
	width: 500px;
	height: auto;
	margin-right: 10px;
	padding: 20px;
	border-radius: 12px;
	background: rgba(30, 30, 30, 0.9);
	backdrop-filter: blur(4px);
	color: #eee;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

.section-extra-flex-staff div::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #22aeff, #00ffee);
	z-index: -1;
	border-radius: inherit;
	filter: blur(8px);
	opacity: 0.5;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.section-extra-flex-staff div:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 25px rgba(34, 174, 255, 0.4);
}

.section-extra-flex-staff div:hover::before {
	opacity: 1;
	filter: blur(12px);
}

.section-extra-flex-staff h4 {
	text-align: left;
	font-variant: normal;
	color: white;
}

.section-extra-flex-staff h3 {
	font-size: 17px;
	margin: 4px 0;
	font-variant: bold;
	margin-bottom: 15px;
}

.section-extra-flex-staff i {
	color: #03a1fc;
}

.section-extra-flex-staff p {
	color: white;
	padding: 10px 0px;
}

.section-extra-flex-staff a {
	color: #03a1fc;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.row {
	display: flex;
	width: 100%; /* Ensure the row takes the full width */
	gap: 20px; /* Space between cells */
}

.news h3 {
	text-align: center;
}

.news p2 {
	font-size: 14px;
}

.news img {
	border-style: solid;
	border-color: #fff;
	border-radius: 6px;
}

/* STATISTICS */
.wrapper-global-stats {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wrapper-global-stats h2 {
	font-size: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.section-global-stats {
	display: flex;
	color: #03a1fc;
	margin-bottom: 70px;
	text-align: center;
	align-content: center;
	justify-content: space-between;
}

.section-global-stats div {
	width: auto;
	height: auto;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #03a1fc;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.section-global-stats div i {
	font-size: 50px;
	padding: 10px;
}

.section-global-stats div h1 {
	padding: 5px 20px;
	font-size: 25px;
	font-weight: 400;
}

.section-global-stats div h3 {
	padding: 0px 20px;
	font-size: 20px;
}

/* IMAGES SET HERE YOUR IMAGE */
.img1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #03a1fc;
	/* background-image: url(../img/1.jpg); */
}

.img2 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #03a1fc;
	/* background-image: url(../img/2.jpg); */
}

.img3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #03a1fc;
	/* background-image: url(../img/3.jpg); */
}

.img4 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #03a1fc;
	/* background-image: url(../img/4.jpg); */
}

footer {
	margin-top: 40px;
	padding: 10px;
	text-align: center;
	margin-bottom: 1rem;
}

.hidden {
    display: none;
}

.nordbanner {
	width: auto; /* Set the width of the sidebar */
  	position: fixed;
  	z-index: 1; /* Stay on top */
  	top: 20%; /* Stay at the top */
  	right: 10px;
  	background-color: #000; /* Black */
  	overflow-x: hidden; /* Disable horizontal scroll */
  	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	border-radius: 6px
}

/* MEDIA PORT, MOBILE*/
@media only screen and (max-width: 1300px) {

	button {
		margin-top: 10px;
	}

	.section-extra-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.section-extra-flex div {
		color: white;
		width: 250px;
		height: auto;
		border-radius: 5px;
		padding: 10px 10px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}

}

@media only screen and (max-width: 1920px) {

	.section-promo div {
		color: white;
		border-radius: 6px;
		background-size: cover;
		width: 100%;
		height: 200px;
		padding: 1px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: rgba(0, 0, 0, 0.0);
		/* background-image: url(../img/background.png); */
		box-shadow: rgb(0 0 0 / 11%) 0 1px;
	}

	.sidebar {
		width: 150px;
	}

}

/* MEDIA PORT, MOBILE*/
@media only screen and (max-width: 768px) {

	header{
		padding: auto;
	}

	.wrapper{
		width: 90%;
		margin: 0 auto;
	}

	.wrapper-tutorial{
		width: 100%;
		margin: 1 auto;
	}

	nav h2{ /* Community name */
		font-size: 20px;
	}

	.section-tutorial h2{
		font-size: 27px;
		margin-bottom: 20px;
		text-align: left;
	}

	.section-tutorial-container{
		display: flex;
		align-items: top;
		flex-direction: column;
		justify-content: space-between;
	}

	.section-promo div{
		display: none;
	}

	.section-tutorial-container{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.section-tutorial-container div{
		margin-bottom: 20px;
	}

	.section-extra-flex div{
		color: white;
		width: auto;
		height: auto;
		border-radius: 5px;
		padding: 10px 0px;
		margin-bottom: 20px;
		box-shadow: rgb(0 0 0 / 15%) 2px 2px;
	}

	.right a{
		color: black;
		font-size: 15px;
		font-weight: 400;
		padding: 10px 5px;
		text-decoration: none;
		letter-spacing: 0.02rem;
	}

	.section-extra-flex{
		flex-direction: column;
	}

	.section-extra-flex h3{
		padding: 5px 10px;
	}

	.section-extra-flex p{
		padding: 5px 10px;
		font-size: 13px;
	}

	.section-extra-flex a{
		padding: 2px 5px;
		font-size: 13px;
	}

	.section-global-stats{
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}

	.wrapper-global-stats h2{
		font-size: 40px;
	}

	.section-global-stats div{
		margin-bottom: 20px;
	}

	footer{
		/* display: none; */
		font-weight: 100;
		color: white;
	}
	
	.footercp{
		color: white;
		background-color: white;
	}

	.webtemplatestaffteam {
		text-align: center;
	  }

	.sidebar {
		display: none;
	}
}