/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
   font-family: 'Hind Guntur', sans-serif;
}

/*=====nav section css =====*/
.home{
	width:100%;
	height: 100vh;
	float: left;
	background: url(img/home1.jpg);
	background-size: cover;
	background-position: center;
	padding: 15px 0px 0px 0px;
}
.navbar{
	background: #fff3;
	padding-top: 15px;
}
.nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.nav-link:hover{
	color:#2c541d;
}
.home h1{
	text-align: center;
	color: #FFFFFF;
	padding-top: 300px;
    font-size: 84px;
    font-weight: 600;
    text-shadow: 0px 0px 10px #00000085;
}
.home-btn{
	font-size: 24px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    color: #fff;
    background: #74A84A;
    padding: 15px 30px 5px 30px;
    margin: 10px 15px;
    border: none;
    transition: 0.3s;
}
.home-btn:hover{
	background: #2c541d;
}

/*=====about section css =====*/
.about{
	width:100%;
	height: auto;
	float: left;
	background: url(img/about.webp);
	background-size: cover;
	background-position: center;
	padding: 70px 0px 70px 0px;
}
.about h1{
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
    font-weight: 600;
    border: 3px solid #fff;
    text-decoration: underline;
    padding-bottom: 10px;
    background: #0005;
    border-radius: 20px;
}
.acb{
   background: #0005;
   border: 3px solid #fff;
   padding: 20px;
}
.acb h2{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
}
.acb p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.aib{
   background: #0005;
   border: 3px solid #fff;
   height: 100%;
}
.acb2{
	width: 100%;
	height: auto;
}
.acb2 img{
	width: 25px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	border-radius: 100px;
}
.acb2 h4{
	color: #fff;
	text-align: center;
	background: #0005;
    border-radius: 20px;
    font-weight: 600;
    border: 3px solid #fff;
    padding: 15px 0px 10px 2px;
    transition: 0.3s;
}
.acb2 h4:hover{
	background: #2c541d;
}
.aib2{
    text-align: center;
    padding-top: 10px;
}
.aib2 img{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px;
    transition: 0.2s;
    margin: 2px;
}
.aib2 img:hover{
    padding: 5px;
}
/*=====buy section css =====*/
.buy{
	width:100%;
	height: auto;
	float: left;
	background: url(img/buy.webp);
	background-size: cover;
	background-position: center;
	padding: 70px 0px 70px 0px;
}
.buy h1{
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
    font-weight: 600;
    border: 3px solid #fff;
    text-decoration: underline;
    padding-bottom: 10px;
    background: #0005;
    border-radius: 20px;
}
.buy-box{
	width: 100%;
	height: auto;
	float: left;
	border-radius: 20px;
	margin-bottom: 20px;
}
.over{
   background: #0003;
   padding: 40px 40px 80px 40px;
   border: 4px solid #fff;
	border-radius: 20px;
   color: transparent;
   transition: 0.3s;
}
.over:hover{
   background: #0009;
   color: #fff;
}

.over h2{
	color: #fff;
	border-bottom: 4px solid #fff;
	padding-bottom: 5px;
	font-weight: 700;
}
/*=====token section css =====*/
.token{
	width:100%;
	height: auto;
	float: left;
	background: url(img/token.webp);
	background-size: cover;
	background-position: center;
	padding: 70px 0px 70px 0px;
}
.token h1{
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
    font-weight: 600;
    border: 3px solid #fff;
    text-decoration: underline;
    padding-bottom: 10px;
    background: #0005;
    border-radius: 20px;
}
.token-box{
	background: #0005;
	border: 3px solid #fff;
	border-radius: 20px;
	padding: 5px 20px 15px 20px;
	margin-bottom: 20px;
}
.token-box h2{
   color: #fff;
   font-weight: bold;
   font-size: 36px;
}
.token-box h6{
   color: #fff;
   padding: 0px;
   margin: 0px;
}
.tbtn{
  border: none;
  border: 2px solid #fff;
  background: #0007;
  padding: 5px 15px 5px 15px;
  border-radius: 10px;
}
.token-box img{
	width: 100%;
	margin-top: 10px;
}
.token-box2{
	background: #0005;
	border: 3px solid #fff;
	border-radius: 20px;
	padding: 20px;
}
.token-box2 p{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}
.token-box2 a{
	color: #000;
	font-weight: 600;
}
.token-box2 a:hover{
	color: #2c541d;
}
/*=====roadmap section css =====*/
.roadmap{
	width:100%;
	height: auto;
	float: left;
	background: url(img/roadmap.webp);
	background-size: cover;
	background-position: center;
	padding: 70px 0px 70px 0px;
}
.roadmap h1{
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
    font-weight: 600;
    border: 3px solid #fff;
    text-decoration: underline;
    padding-bottom: 10px;
    background: #0005;
    border-radius: 20px;
}
.road-box{
	width: 100%;
	height: auto;
	float: left;
	border-radius: 20px;
	margin-bottom: 20px;
}
.road-over{
   background: #0003;
   padding: 20px 30px 20px 30px;
   border: 3px solid #fff;
   border-radius: 20px;
   color: transparent;
   transition: 0.3s;
}
.road-over h2{
   color: #fff;
   font-weight: 700;
}
.road-over h4{
   color: #fff;
}
/*=====join section css =====*/
.join{
	width:100%;
	height: auto;
	float: left;
	background: url(img/join.webp);
	background-size: cover;
	background-position: center;
	padding: 200px 0px 200px 0px;
}
.join h1{
	text-align: center;
	color: #FFFFFF;
	font-size: 62px;
    font-weight: 700;
    text-shadow: 0px 0px 5px #00000085;
}
/*=====section css =====*/
.copy{
	width: 100%;
	height: auto;
	float: left;
	background: #74a84a;
	padding: 6px 1px;
}
.copy p{
	padding: 0px; margin: 0px;
	color: #fff;
	text-align: center;
}
/*=====section css =====*/





/*=====Only Computer extra-large device=====*/
@media screen and (min-width: 768px)
{
 /*===== Start only computer css =====*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}
.t2-img{
	height: 100%;
}



}


/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/

.home{
	height: auto;
	padding: 50px 0px 50px 0px;
}
.navbar{
	background: #fff3;
	padding-top: 15px;
}
.home h1{
	padding-top: 100px;
    font-size: 42px;
    font-weight: 600;
}
.home-btn{
	font-size: 18px;
	font-weight: 400;
    padding: 10px 15px 05px 15px;
    margin: 10px 5px;
}
.acb2 h4{
	font-size: 18px;
}
.over{
   padding: 20px 20px 30px 20px;
}

.token-box img{
	padding-top: 20px;
}

 .join{
	padding: 100px 0px 100px 0px;
}
.join h1{
	font-size: 42px;
    font-weight: 600;
}


}








/*=================================================*/
.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 200px;
	margin-top: 30px;
}

.mouse {
	width: 30px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 5px;
		border-radius: 15px;
		height: 15px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.scroll {
	width: 60px;
	height: 60px;
	border: 2px solid #333;
	border-radius: 50%;
	position: relative;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
	&::before {
		content: '';
		position: absolute;
		top: 15px;
		left: 18px;
		width: 18px;
		height: 18px;
		border-left: 2px solid #333;
  	border-bottom: 2px solid #333;
		transform: rotate(-45deg);
	}
}

@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

.arrow {
	width: 0;
	height: 40px;
	border: 1px solid #333;
	position: relative;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	&::after {
		content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
		
		// triangle
    border-top: 10px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	}
}

@keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}