body {
	background-color: #182150;
	background-image: url("../img/bg-main.png");
	background-position: center;
	background-size: cover;
}

@font-face {
	font-family: gothom;
	src: url('../font/gotham/GothamRounded-Medium.otf') format("opentype");
	;
}

@font-face {
	font-family: Bebas_Neue;
	src: url('../font/Bebas_Neue/BebasNeue-Regular.ttf') format("opentype");
	;
}

@font-face {
	font-family: saira-bold;
	src: url('../font/Saira-SemiBold.ttf') format("opentype");
	;
}

@font-face {
	font-family: gothom-light;
	src: url('../font/gotham/GothamRounded-Light.otf') format("opentype");
	;
}

@font-face {
	font-family: popines-medium;
	src: url('../font/poppins/poppins-Medium.ttf') format("opentype");
	;
}

@font-face {
	font-family: poppins-light;
	src: url('../font/poppins/Poppins-Light.ttf') format("opentype");
	;
}

* {
	font-family: poppins-light;
	letter-spacing: .6px;
}

.main-nav ul li a{
	color: white!important;
	font-family: gothom;
}
.socialIcons{
	margin-left: 215px;
}
.socialIcons img{
	width: 25px;
	height: 25px;
}
.headernav{
	border: 2px solid #afabab;
    padding: 9px 8px;
    background: rgb(1 16 57 / 38%);
    margin-top: 25px;
    border-radius: 8px;
}
.navbar-brand img{
	width: 110px;
}
.header-text .main-btn{
	width: 215px;
}
.header-text p{
	color: white;
	font-size: 15px;
}
.main-btn{
	font-family: gothom;
	background-color: #0077FF;
	color: white!important;
	border-radius: 25px;
	font-size: 14px;
}
.main-btn:hover{
	background-color: #0868d7
}
.header-text{
	padding: 150px 0px;
}
.main-nav ul li a:hover{
    color: #ebe7e7!important;
    font-family: gothom;
}
.nft-img img{
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.team-img img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.team-text{
	color: #ffffff;
}
#team .container{
	padding: 90px 0px;
}
.copywrite{
	font-size: 13px;
}
.copywrite{
	color: #d5d5d5!important;
}
.team-text h5{
	font-family: Bebas_Neue;
	font-size: 35px;
}
.design-heading{
	text-align: center;
	color: #ffffff;
	font-family: Bebas_Neue;
}
.roadmap-heading{
	text-align: center;
	color: #ffffff;
	font-family: Bebas_Neue;
}
.roadmap-heading h2{
	font-size: 45px;
	font-family: Bebas_Neue;
}
.socialIcons a:hover{
	color: #d5d5d5;
}
.design-heading h2{
	font-size: 45px;
	font-family: Bebas_Neue;
}
.soon{
	font-size: 14px;
	color: #d5d5d5!important;
	font-family: gothom;
}



.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #04317a;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.containerTimeline {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.containerTimeline.left {
  left: 0;
}

.containerTimeline.right {
  left: 50%;
}

.containerTimeline::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.containerTimeline.right::after {
  left: -8px;
}

.containerTimeline::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #04317a;
  z-index: 1;
}

.containerTimeline.right::before {
  left: 8px;
}

.containerTimeline .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.containerTimeline.left .date {
  right: -75px;
}

.containerTimeline.right .date {
  left: -75px;
}

.containerTimeline .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #0077FF;
  border: 2px solid #04317a;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.containerTimeline.left .icon {
  right: 56px;
}

.containerTimeline.right .icon {
  left: 56px;
}

.containerTimeline .content {
  padding: 30px 90px 30px 30px;
  background: #001e4f;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.containerTimeline.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.containerTimeline .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: Bebas_Neue;
  font-weight: normal;
  color: #ffffff;
}

.containerTimeline .content p {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}


button{
	outline: none;
}

.navbar-toggler img{
	width: 30px;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .containerTimeline {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .containerTimeline.right {
    left: 0%;
  }

  .containerTimeline.left::after, 
  .containerTimeline.right::after {
    left: 82px;
  }

  .containerTimeline.left::before,
  .containerTimeline.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .containerTimeline.left .date,
  .containerTimeline.right .date {
    right: auto;
    left: 15px;
  }

  .containerTimeline.left .icon,
  .containerTimeline.right .icon {
    right: auto;
    left: 146px;
  }

  .containerTimeline.left .content,
  .containerTimeline.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

@media only screen and (max-width: 768px){
	.navbar-light .navbar-toggler{
		padding: 12px;
	    border-radius: 50%;
	    position: absolute;
	    top: -4px;
	    right: 0px;
	}

	.main-nav{
		width: 700px;
	}
	.socialIcons{
		margin:0px;
	}
	.navbar-toggler img{
		width: 30px;
	}
}

@media only screen and (max-width: 425px){
	body {
		background-image: url("../img/bg.png")!important;
		background-position: center;
		background-size: cover;
	}
	.team-text h5{
		margin-top: 40px;
	}

	.navbar-light .navbar-toggler{
		padding: 12px;
	    border-radius: 50%;
	    position: absolute;
	    top: -4px;
	    right: 0px;
	}
	.socialIcons{
		margin:0px;
	}
	.main-nav{
		width: 305px;
	}
	.team-text{
		text-align: center;
	}

	.team-text h5 {
	    font-family: Bebas_Neue;
	    font-size: 25px;
	}

	.containerTimeline.left::before, .containerTimeline.right::before {
	    left: 8px;
	    border-color: transparent #006E51 transparent transparent;
	}
	.containerTimeline.left::after, .containerTimeline.right::after {
	    left: -2px;
	}
	.timeline::after {
	    left: 6px;
	}
	.containerTimeline.left .icon, .containerTimeline.right .icon {
	    right: auto;
	    left: 51px;
	}
	.containerTimeline {
	    width: 100%;
	    padding-left: 26px;
	    padding-right: 0px;
	}
}