/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;

}

/*=====nav section css =====*/
.navbar-light .navbar-nav .nav-link{
   color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.custom-nav-details a:hover{
        color: #fff8a0 !important;
    }
/*=====section css =====*/
#about{
	padding: 60px 0px 60px 0px;
	background: #F6D3E7;
}
#documents{
	padding: 50px 0px 60px 0px;
	background: url(../images/partners_documents_roadmap_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.text-gold{
	color: #f64749;
	text-align: center;
}
#roadmap{
	padding: 50px 0px 0px 0px;
	background: url(../images/partners_documents_roadmap_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#gift{
	padding: 50px 0px 60px 0px;
	background: url(../images/section3_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#tokenomics{
	padding: 50px 0px 35px 0px;
	background: #F6D3E7;
}
.tok-box{
	background: transparent;
	padding: 30px 10px 30px 15px;
	margin-bottom: 15px;
}
.tok-box h2{
	color: #F64849;
}
.tok-box h3{
	color: #F64849;
}
#buy{
	padding: 50px 0px 70px 0px;
	background: #F6D3E7;
}
#howto p {
    color: #ececec;
}
#howto p a {
	font-weight: 500;
    color: #ffbf00;
}
.how-to-bg{
	background: #F64849;
	padding: 40px 10px 40px 10px;
	border-radius: 5px;
}

#partnars{
	padding: 50px 0px 80px 0px;
	background: url(../images/partners_documents_roadmap_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.per-img{
	width: 100%;
	background: #F64849;
	border: 3px solid #fff;
 border-radius: 5px;
 margin-bottom: 15px;
 padding: 5px;
 transition: 0.8;
}
.per-img:hover{
  box-shadow: 1px 1px 10px #fff;
}

#billionaires{
	padding: 50px 0px 70px 0px;
	background: #F6D3E7;
}
#charity{
	padding: 50px 0px 70px 0px;
	background: #333333;
}
 .donation{
 background: #202020;
	border: 1px solid #c59a27;
 border-radius: 5px;
 margin-bottom: 15px;
}
#contact{
	padding: 50px 0px 70px 0px;
	background: #F6D3E7;
}

form{
	background: #F64849;
    margin-top: 20px;
    padding: 10px 25px 30px 25px;
    border: 1px solid #ffbf00;
    border-radius: 5px;
}
.sub-btn{
    background: #F64849;
    border: none;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 10px;
    color: #fff;
    padding: 7px 35px 7px 35px;
    letter-spacing: 2px;
}
.sub-btn:hover{
    background: #fff;
    color: #000;
}

#footer{
	background: url(../images/copyright_bg.png);
	background-size: cover;
	background-position: center;
	padding: 50px 0px 50px 0px;
}
#footer p{
	color: #fff;
}
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/
/*=====section css =====*/





/*=====Only Computer extra-large device=====*/
@media screen and (min-width: 768px)
{
 /*===== Start only computer css =====*/


}


/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/
 .navbar-div span {
   font-size: 20px;
}
form{
	margin-top: 20px;
	padding: 10px 20px 30px 10px;
	border-radius: 5px;
}


}
