body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
}
.menu-icon {
  transition: transform 0.3s;
  display: none;
  font-size: 1.25em;
}

.menu-icon.open {
  transform: rotate(180deg);
}

.navbar {
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	font-family: 'Bebas Neue', sans-serif;
}

.navbar-brand {
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}

.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.navbar li {
	margin: 0 10px;
}

.navbar a {
	color: white;
	text-decoration: none;
} 

@media (max-width: 500px) {
	.navbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.navbar ul {
		flex-direction: column;
		display: none;
	}

	.navbar li {
		margin: 10px 0;
	}

	.navbar ul.show-menu {
		display: flex;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
    position: fixed;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 99;
	}

	.navbar ul.show-menu li {
		margin: 20px 0;
	}

	.navbar ul.show-menu a {
		color: black;
		text-decoration: none;
		font-size: 1.5rem;
	}

	.menu-icon {
		display: block;
		color: white;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 9999;
	}
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.container {
	background-image: url(https://media.discordapp.net/attachments/1105150787367223297/1124268728704573521/45441613.png?width=594&height=594);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 10%;
}
#headertext {
	color: white;
	font-size: 2.25em;
	padding: 10% 10% 5% 10%;
	font-family: 'Lexend Peta', sans-serif;
}
@media (max-width: 767px) {
	#headertext {
		font-size: 1.5em;
	}
}
.headerbutton {
	display: inline-block;
	padding: 12px 24px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	transition: background-color 0.3s ease;
	font-family: 'Bebas Neue', sans-serif;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin-bottom: 75px;
}
.headerbutton:hover {
	background-color: rgba(255, 255, 255, 0.03);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.container2 {
	position: relative;
	background-color: white;
	padding: 50px;
}
@media (min-width: 768px) {
	.container2:before {
		transform: skewY(-3deg);
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background-image: linear-gradient(rgb(206, 206, 206), rgb(240, 240, 240), white, white, white);
		transform-origin: top left;
	}
}
.containerteam {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxteam {
	width: 100%;
	max-width: 300px;
	background-color: rgb(245, 245, 245);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	margin: 10px;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 75px;
}
.flag-image {
	height: 1em;
	display: inline-block;
	padding: 0 0.5em;
}
.inline {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 2px;
}
.headingteam {
	font-family: 'Bebas Neue', sans-serif;
}
.role {
	opacity: 50%;
	font-size: 0.9em;
	margin: 0;
}
@media (min-width: 768px) {
	.boxteam {
		width: calc(33.33% - 20px);
	}
}
.containernews {
	position: relative;
	background-color: rgb(241, 241, 241);
	padding: 50px;
	padding-top: 125px;
}
.containernews:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: white;
	transform: skewY(3deg);
	transform-origin: bottom right;
	background-color: white;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.story {
	width: calc(33% - 20px);
	background-color: white;
	margin: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	transition: box-shadow 0.3s ease;
}
.story:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.story img {
	width: 100%;
	border-radius: 20px 20px 0px 0px;
}
.story-content {
	padding-top: 10px;
}
.story-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	padding: 0 20px;
}
.story-intro {
	margin-bottom: 0;
	padding: 0px 20px 20px 20px;
}
@media (max-width: 768px) {
	.row {
		flex-direction: column;
	}
	.story {
		width: 100%;
	}
}
.footer {
	background-color: rgb(0, 0, 0);
	color: white;
}
.fa-brands {
	display: inline-block;
	padding: 5px;
}
.footerlogo {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2em;
	display: inline-block;
	padding: 10px;
	font-style: italic;
}
.copyright {
	padding-left: 1px;
	font-style: italic;
  display: inline-block;
	padding-right: 5px;
}
.containernft {
  background-image: url(https://cdn.discordapp.com/attachments/1113919814176624750/1125219261078585555/asphalt-road-top-view-highway-1248828.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.textnft {
  color: white;
  width: 50%;
}

.imgnft {
  width: auto;
}

.containernft2 {
  display: flex;
  padding: 25px;
  padding-top: 25px;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0.65));
  height: 100%;
  padding-bottom: 125px;
}

.subheading {
  opacity: 100%;
  color: rgba(255, 183, 0, 0.9);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
  margin-bottom: 0px;
}

.headingnfts {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3em;
  margin-top: 0px;
  margin-bottom: 10px;
}

.notinuse {
  padding: 12px;
  margin-top: 20px;
  background-color: rgb(255, 177, 0);
  border: none;
  font-size: 1.25em;
  font-family: 'Space Grotesk', sans-serif;
  cursor: not-allowed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.notinuse:hover {
  background-color: rgb(227, 159, 1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.notinuse2 {
  padding: 12px;
  margin-top: 20px;
  color: white;
  background-color: rgb(35, 53, 255);
  border: none;
  font-size: 1.25em;
  font-family: 'Space Grotesk', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.notinuse2:hover {
  background-color: rgb(25, 42, 224);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .containernft2 {
    flex-direction: column;
    align-items: center;
  }
  .notinuse {
    margin-bottom: 75px;
  }
  .textnft {
    width: 100%;
  }

  .imgnft {
    width: 100%;
    margin-top: 20px;
  }
}

.whitecolor {
  color: black;
}
.roadmap {
  color: white;
  background-color: rgb(18, 14, 56);
  display: flex;
  padding: 50px;
  margin: 0;
}

.timeline {
  position: relative;
  margin: 100px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #4285f4;
  top: 0;
  bottom: 0;
  left: 75%;
  margin-left: -2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  color: black;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #4285f4;
  border-radius: 50%;
  top: 0;
  left: 75%;
  transform: translate(-50%, -50%);
}

.timeline-content {
  position: relative;
  width: 80%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: -5%;
}

.timeline-content h2 {
  font-size: 18px;
  margin-top: 0;
}

.timeline-content p {
  margin-bottom: 0;
}
.timeline {
 width: 50%;
display: inline;
margin-left: 10%;
}
.roadmaptext {
  width: 50%;
}
.roadmapsheading {
  opacity: 70%;
  color:#001eff;
  font-weight: bold;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.roadmapheading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5em;
  margin-top: 0;
}
@media (max-width: 800px) {
.timeline {
  display: block;
  width: 100%;
}

.roadmaptext {
  width: 100%;
  display: block;
}
.roadmap {
  display: block;
}
.astronaut {
  width: 100%;
}
}
.techintro {
	padding: 20px;
	background-color: rgb(27, 27, 27);
	color: white;
}
.techsheading {
	font-family: 'Bebas Neue', sans-serif;
	color: rgba(255, 183, 0, 0.9);
	font-size: 1.5em;
	margin-bottom: 0;
}
.techheading {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 20px;
}
.techdesc {
	width: 50%;
	font-size: 1.1em;
}
.techcolumns {
	display: flex;
}
.techcolumn {
	width: 33%;
}
.techcsheading.one {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.25em;
	color: rgba(255, 183, 0, 0.9);
	margin-bottom: 0;
}
.techcsheading.two {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.25em;
	color: rgba(221, 219, 213, 0.9);
	margin-bottom: 0;
}
.techcsheading.three {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.25em;
	color: rgba(0, 102, 255, 0.9);
	margin-bottom: 0;
}
.techcheading {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.25em;
	margin-top: 0;
}
.techcdesc {
	width: 75%;
	font-size: 1.1em;
}
.carimage {
	width: 100%;
}
@media (max-width: 500px) {
	.techcolumns {
		display: block;
	}
	.techcolumn {
		width: 100%;
	}
	.techcdesc {
		width: 95%;
		font-size: 1.1em;
	}
	.techheading {
		font-family: 'Bebas Neue', sans-serif;
		font-size: 3em;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.techdesc {
		width: 90%;
		font-size: 1.1em;
	}
}