@font-face {
  font-family: 'CentraNo2-Light';
  src: url("../fonts/CentraNo2-Light.otf");
}
@font-face {
  font-family: 'CentraNo2-Book';
  src: url("../fonts/CentraNo2-Book.otf");
}
@font-face {
  font-family: 'CentraNo2-Medium';
  src: url("../fonts/CentraNo2-Medium.otf");
}
@font-face {
  font-family: 'CentraNo2-Bold';
  src: url("../fonts/CentraNo2-Bold.otf");
}
body
{
	font-family: CentraNo2-Light;
	background-color:#26232C;
	color: #fff;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'CentraNo2-Bold';
	color: #fff;
}
a{
	transition: 0.3s;
	color: #fff;
	text-decoration: none;
}
a:hover{transition: 0.3s;color:#6566aa;}


.container-fluid{
	padding-left: 120px;
	padding-right: 120px;
}
ul {
    margin: 0;
    padding: 0;
}
section
{
    overflow: hidden;
}
header {
    position: fixed;
    width: 100%;
    padding: 22px 0;
    transition: 0.3s;
    z-index: 3;
}
.newClass {
    background-color: #2c2934;
    transition: 0.3s;
}
nav {
    display: flex;
    align-items: center;
    width: 100%;
}
.logo {
    padding: 0;
    margin-left: 0;
    flex: 1;
}


nav ul li {
	display: inline-block;
}

nav ul li:not(:first-child) {
	margin-left: 48px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    display: inline-block;
    outline: none;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
}
nav .Register {
    padding: 10px 32px;
    background: #6667AB;
    border-radius: 15px;
    font-family: 'CentraNo2-Book';
}
nav .Register:hover {
    background: #d1c4e8;
}
@media screen and (max-width: 864px) {
	.logo {
		padding: 0;
	}

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 301px;
    z-index: -1;
    background: #2c2934;
    opacity: 0;
    transition: all 0.2s ease;
}

.nav-wrapper ul {
    position: absolute;
    top: 179px;
    transform: translateY(-50%);
    width: 100%;
}

.nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #413d4c;
    padding: 18px 0;
}
.nav-wrapper ul li:last-child {
    border: 0;
}
	.nav-wrapper ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}

	.nav-wrapper ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}

	.nav-wrapper ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}

	.nav-wrapper ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}

	.nav-wrapper ul li:not(:first-child) {
		margin-left: 0;
	}

	.nav-wrapper ul li a {
		padding: 10px 24px;
		opacity: 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1.2px;
		transform: translateX(-20px);
		transition: all 0.2s ease;
	}
.nav-btn {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
}

	.nav-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background: #d1c4e8;
    border-radius: 2px;
    margin-left: 14px;
}
	.nav-btn i:nth-child(1) {
		margin-top: 16px;
	}

	.nav-btn i:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.nav-btn i:nth-child(3) {
		margin-top: 4px;
	}
}

#nav:checked+.nav-btn {
	transform: rotate(45deg);
}

#nav:checked+.nav-btn i {
    background: #d1c4e8;
    transition: transform 0.2s ease;
}

#nav:checked+.nav-btn i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}

#nav:checked+.nav-btn i:nth-child(2) {
	opacity: 0;
}

#nav:checked+.nav-btn i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
}
#nav:checked~.nav-wrapper {
	opacity: 1;
}

#nav:checked~.nav-wrapper ul li a {
	opacity: 1;
	transform: translateX(0);
}

.hidden {
	display: none;
}

/*----- Banner ------*/

.Banner {
    background-image: url(../images/Frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
}
.Banner .container-fluid {
    height: 937px;
}
.Banner .container-fluid .row{
    height: 937px;
}
.Banner h1 {
    font-size: 54px;
}
.Banner p {
    color: #DBDBDB;
    width: 79%;
    line-height: 26px;
}
.Banner .trade {
    background: #EEEEEE;
    border: 1.5px solid #6667AB;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 12px;
    padding: 14px 60px;
    display: block;
    width: max-content;
    margin-bottom: 30px;
    margin-top: 24px;
    color: #343434;
    font-size: 18px;
    font-family: 'CentraNo2-Book';
}
.Banner .trade:hover {
    background: #6667AB;
    color: #fff;
}
.Banner ul {
    margin: 23px 0 0 0;
}
.play img {
    margin-right: 9px;
    transition: 0.5s;
}
.play img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.Banner ul li {
    list-style: circle;
    margin-left: 17px;
    color: #D1C4E8;
    margin-bottom: 8px;
}
/*----- Banner ------*/

/*----- Partners ------*/
.Multi-Blockchain.our-Partners {
    background-image: none;
}
.our-Partners {
    padding: 70px 0 0 0;
    background-image: none;
}
.partner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px;
}
.box-p {
    background: #EEEEEE;
    border-radius: 7px;
    padding: 20px 6px;
    width: max-content;
    margin: 13px;
    flex: 0 10%;
    text-align: center;
}
.box-p img {
    width: 50px;
}
/*----- Partners ------*/

/*----- Multi-Blockchain Support ------*/

.Multi-Blockchain {
    background-color: #2A2730;
    background-image: url(../images/Frame2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:70px 0;
}
.Multi-Blockchain h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 16px;
}
.Multi-Blockchain p {
    font-size: 16px;
    text-align: center;
    color: #DBDBDB;
}
.integrating {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
.blockchains {
    margin-top: 6em;
}
.easyyy {
    padding-left: 4em;
}
.easyyy h3 {
    font-size: 40px;
}
.easyyy .access {
    color: #6667AB;
    width: 72%;
    display: block;
    font-family: 'CentraNo2-Book';
    font-size: 20px;
    line-height: 26px;
}
.easyyy ul {
    list-style: none;
    margin-top: 40px;
}
.easyyy li {
    color: #DBDBDB;
    position: relative;
    margin-bottom: 33px;
    margin-left: 36px;
    font-size: 18px;
}
.easyyy li:after {
    content: '';
    position: absolute;
    left: -33px;
    top: 3px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
/*----- Multi-Blockchain Support ------*/

/*----- transaction ------*/
.Multi-Blockchain.technology {
    padding: 70px 0 330px 0;
}
.Multi-Blockchain.technology h4 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 15px;
}
.Multi-Blockchain.technology p {
    margin: 0;
    text-align: left;
    font-size: 18px;
}
.imgss {
    display: flex;
}
.imgsds {
    flex: 1;
    text-align: end;
}

/*----- transaction ------*/

/*----- Subscribe ------*/

.blockchainsss {
    text-align: center;
    background-color: #6667AB;
    border-radius: 20px;
    padding: 70px 20px;
    width: 80%;
    margin: 0 auto;
}
.Subscribe {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -206px;
}
.blockchainsss h5 {
    font-size: 42px;
    margin: 0;
}
.blockchainsss p {
    font-size: 20px;
    margin: 24px 0;
}
.blockchainsss form {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 18px;
}
.blockchainsss input {
    background: #4D4D8D;
    border-radius: 10px;
    border: 0;
    padding: 13px 20px;
    color: #ffff;
   width: 100%;
}
.blockchainsss button {
    background: #EEEEEE;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 9px;
    border: 0;
    padding: 10px 26px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    color: #4d4d8d;
    transition: 0.3s;
}
.blockchainsss button:hover {
    transition: 0.3s;
    background-color: #d1c4e8;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EEEEEE;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EEEEEE;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #EEEEEE;
}

/*----- Subscribe ------*/

/*----- footer ------*/
footer
{
	position: relative;
    background-image: url(../images/Frame2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-bottom {
    width: 82%;
    margin: 0 auto;
    padding-top: 290px;
}
.logo-logo .trade {
    background: #6667AB;
    border: 1.5px solid #6667AB;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 12px;
    padding: 11px 60px;
    display: block;
    width: max-content;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #343434;
    font-size: 18px;
    font-family: 'CentraNo2-Book';
    color: #EEEEEE;
}
.logo-logo .trade:hover {
    background: #EEEEEE;
    color: #343434;
}
.qww img{
    transition: 0.5s;
}
.qww img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
.footer-bottom a {
    display: block;
    margin-bottom: 11px;
}
.footer-bottom h6 {
    font-size: 18px;
    margin-bottom: 34px;
}
.footer-bottom ul {
    list-style: none;
}
.footer-bottom a {
    margin-bottom: 11px;
    font-size: 14px;
}
.social {
    margin-top: 0;
    display: flex;
    justify-content: end;
}
.social li a i {
    font-size: 16px;
}
.social li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
}
.Reserved p {
    margin: 0;
    border-top: 1px solid #939393;
    padding: 24px 0;
    margin-top: 1em;
    text-align: center;
    font-size: 13px;
}
/*----- footer ------*/