*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Microsoft Yahei!important;
}
body{
	
/*	background-color: rgba(34,34,34,.9);*/
	width: 100%;
	height: 100%;
/*	color:rgba(255,255,255,.8);*/
}
:root{
	--theme-color:#fa0019;
	--text-theme-color:#fa0019;
	--primary-color:;
	--black-text:#2b2b2b;
/*	--circle-color:#fff;*/
}
 a {
    color: inherit;
    cursor: pointer;
    text-decoration: none!important;
}
a:hover{
	color:#fff;
}
.bx-icon24{
	font-size: 24px;
}
.bx-icon20{
	font-size: 20px!important;
}
.bx-icon22{
	font-size: 22px!important;
}
.text-theme{
	color:var(--theme-color)!important;
}
.silo-button{
	background: var(--theme-color)!important;
	border-radius: 4px!important;
	color: #fff!important;
	padding: 6px 16px!important;
	margin: 0px 4px!important;
}
.silo-button a:hover{
	color: #fff!important;
}
.head-title:after{
	clear: both;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: 50%;
    background: var(--theme-color);
}

/*header-section*/
.section-head .navbar-nav a{
	color: #000;
	font-size: 18px;
	margin: 0px 20px;
	display: inline-block;
}
.head h2{
	color: var(--theme-color)!important;
    font-family: Nunito,sans-serif!important;
    font-weight: bold;
    padding: 16px 12px 8px 12px;
    margin: 0px;
    display: inline-block;
}
.head h2:before {
	content: "";
	position: relative;
	width: 70px;
	height: 4px;
	background-color: var(--theme-color);
	left: -80px;
	top: 21px;
	display: block;
}
.section-1{
	color: #000;
	padding-top: 70px;
}
.section-head .navbar-nav a:after {
	display: block;
	content : '';
	border-bottom: solid 3px var(--theme-color);
	transform: scaleX(0);
	transition: transform 300ms ease-in-out;
}
.section-head .navbar-nav a:hover:after {
	transform: scaleX(1);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color: var(--theme-color);
}
/*home-section*/

.side-line{
	height: 300px;
	z-index: 30;
	width: 2px;
	background: rgba(0,0,0,.12);
	position: fixed;
	right: 7.5%;
	top:35%;
/*	display: none;*/
}
.side-dot-item{
	background: #404040;
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.side-dot-item {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -4px;
}
.side-dot-item:nth-of-type(2) {
    top: 70px;
}
.side-dot-item:nth-of-type(3) {
    top: 150px;
}
.side-dot-item:nth-of-type(4) {
    top: 220px;
}
.side-dot-item:nth-of-type(5) {
    top: 300px;
}
.side-dot-item.spot{
    background: var(--theme-color);
    margin-top: 0;
    -webkit-transform: scale(2);
    transition: all .5s ease;
}
/*home-left-section*/
.circle{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	border: 1px solid rgb(0 0 0 / 46%);
	position: relative;
}
.rounded-circle:nth-of-type(1){
	width: 200px;
	height: 200px;
}
.rounded-circle:nth-of-type(2){
	width: 300px;
	height: 300px;
}
.rounded-circle:nth-of-type(3){
	width: 400px;
	height: 400px;
}
.rounded-circle:nth-of-type(4){
	width: 500px;
	height: 500px;
}
.sub-dot{
	background: #525252;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
}
.sub-dot-img1{
	background: #fff;
	border-radius: 50%;
	width:35%;
	height:35%;
	position: absolute;
	padding: 8px;
/*	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;*/
}
.dot-1{
	top: -1rem;
	left: 8.5rem;
}
.dot-2{
	top: 4rem;
	right: 0rem;
}
.dot-3{
	bottom: 3rem;
	right: 1rem;
}
.dot-4{
	bottom: 3rem;
	left: 1rem;
}
.dot-5{
	top: 4rem;
	left: 0rem;
}
/*about*/
.about-text{
	background: #ececec;
	padding: 16px;
	border-left: 4px solid var(--theme-color);
	line-height: 1.7;
}
.list-about-points li{
	line-height: 1.7;
	margin: 12px 0px;
}
.bxs-star{
	color: var(--theme-color);
	margin: 0px 6px 0px 0px;
}
/*second-img-div*/
.dot-11{
	top: -3rem;
	left: 8.5rem;
}
.dot-22{
	top: 4rem;
	right: -2rem;
}
.dot-33{
	bottom: 2rem;
	right: -0.8rem;
}
.dot-44{
	bottom: 4rem;
	left: -2rem;
}
.dot-55{
	top:4rem;
	left: -2rem;
}
.right-section, .sub-dot-img1{
	display: none;
}
.view, .active-img{
	display: block;
	transition: all .5s ease;
}
.section-home{
	height:1500px;
/*	background-image: url("image-placeholder.png");*/
/*background: -webkit-linear-gradient(rgb(255 255 255 / 29%),rgb(255 9 9 / 90%));*/
background:-webkit-linear-gradient(rgb(255 255 255 / 90%),rgb(255 255 255 / 90%));
	overflow: hidden;
}
.section-home-new{
	height: 95vh;
}

.home-content{
	position: fixed;
	width: 100%;
	height: 1500px;
	z-index: 99;
/*	background-image: url("image-placeholder.png");*/
/*	background-size: contain;*/

}
.app-list li{
	line-height: 2;
	margin: 10px 0px;
}
.app-list li a, .section-mobile-view .nav-link{
	display: flex;
	background:#ececec;
	padding: 6px 12px;
	border-left: 3px solid var(--theme-color);
	border-radius: 4px;
	align-items: center;
	text-decoration: none!important;
}
.section-mobile-view .nav-link{
	color: #000	;
}
.section-mobile-view .nav-pills .nav-link.active, .section-mobile-view .nav-pills .show>.nav-link{
	background-color: var(--theme-color);
}
.bx-up-arrow-alt{
	transform: rotate(45deg);
	font-size: 24px;
	color: var(--theme-color);
}

/*how its work*/

.section-how-work .bxl-youtube{
	font-size:70px;
	color: var(--theme-color);
}
.work-middle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.work-middle img{
	height: 100px;	
	animation: moveScale 3s linear infinite;
}
.work-middle-1{
	z-index: 9;
}
.work-middle-2{
	transform: translate(-50%, -60%);
	z-index: 6;
}
.work-middle-3{
	transform: translate(-100%, -50%);
	z-index: 3;
}
.work-middle-1:after, .work-middle-1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	border: 1px solid #ff612f;
	transition: .5s;
}
.work-middle-1:after{
	animation: ripple 2s linear 1s infinite;
}
.work-middle-1:before{
	animation: ripple 2s linear infinite;;
}
@keyframes moveScale{
	0%{transform:scale(1)}
	50%{transform:scale(.8)	}
	to{transform:scale(1)	}
}
@keyframes ripple{
	0%{transform:scale(1)}
	75%{transform:scale(1.75);opacity:1}
	to{transform:scale(2);opacity:0}
}
.work-img-5{
	right: 0px;
	bottom: 0px;
}
.work-img-6{
	top: 10rem;
	left: 3rem;
}
.work-img-7{
	top: 50%;
	left: 10%;
}
.work-img-8{
	top: 40%;
	right:10%;
}
.work-img-5 img{
	animation: moveLeftBounce 3s linear infinite;
}
.work-img-7 img, .work-img-8 img{
	animation: animationFramesOne 20s linear infinite;
}
@keyframes animationFramesOne{
	0%{transform:translate(0) rotate(0deg)}
	20%{transform:translate(73px,-1px) rotate(36deg)}
	40%{transform:translate(141px,72px) rotate(72deg)}
	60%{transform:translate(83px,122px) rotate(108deg)}
	80%{transform:translate(-40px,72px) rotate(144deg)}
	to{transform:translate(0) rotate(0deg)}
}

@keyframes moveLeftBounce{
	0%{transform:translateX(0)}
	50%{transform:translateX(10px)}
	to{transform:translateX(0)}
}

/*section-faq*/
.section-faq .accordion-button{
	background: #ff000026;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
}
.accordion-button:not(.collapsed){
	color: var(--text-theme-color);
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-body{
	background: #f5f5f5ad;
}
/*footer-section*/
.section-footer{
	background-color: #000000;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 110px;
}
.section-footer ul li{
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}
.section-footer ul li a{
	display: block;
}
.section-footer li:hover{
	color: var(--text-theme-color);
	transform: scale(1.05);
}
.section-footer li:hover a{
	color: var(--text-theme-color);
}
.section-footer h4{
	position: relative;
	border-bottom: 2px solid #dfdada;
	padding-bottom:8px;
}
.section-footer h4:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background-color: var(--theme-color);
	bottom: -2px;
	left: 0px;
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.section-footer .col-md-4:hover h4:before{
	width: 100%;  
}

.section-footer p{
	color: #fff !important;
}
 .list-unstyled  a{
	color: #fff !important;
}
 .app-list a{
	color: #000 !important;
}
.section-footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;    
    background-image: url("../images/footer-bg.png");
}
.section-footer:after {
    animation: imageChange 1s linear 1s infinite;
}
@keyframes imageChange{0%{opacity:0}75%{opacity:1}to{opacity:0}}

.divider {
	width: 100%;
	position: absolute;
	height: 100px;
	pointer-events: none;
	-webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	mask: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e") no-repeat 100% 100%;
	background: #000000;
	 mask-size: 100% 100%;
	  -webkit-mask-size: 100% 100%;
	top:-98px;
	left: 0;
	z-index: -1;
}

@media only screen and (max-width: 800px) {
  .login-images {
    width: 100%;
  }
  /*.section-footer{
  	margin-top: 100px;
  }*/
}


/*contact-form*/
.form-group {
    margin: 16px 0px;
}
.sm-form-control{
	display: block!important;
	width: 100%!important;
	/* height: 38px!important; */
	padding: 8px 14px!important;
	font-size: 15px!important;
	line-height: 1.42857143!important;
	color: #555555!important;
	background-color: #ffffff!important;
	background-image: none!important;
	border: 2px solid #DDD!important;
	border-radius: 0 !important!important;
	transition: border-color ease-in-out .15s!important;
}
.form-group label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}


/*keyframes*/:root {
    --bg-color: #2C3333;
    --font-color: #2E4F4F;
    --hover-font-color: #0E8388;
    --wrapper-width: clamp(10rem, 70vw, 60rem);
    --ul-padding: clamp(.5rem, 2vw, 2rem);
    --card-height: clamp(12rem, 22vw, 16rem);
}
.section-highlights .card-wrapper {
    margin: 0px auto;
    border: 1px solid var(--hover-font-color);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: calc(var(--card-height)*.05);
}
.section-highlights .card {
    height: var(--card-height);
    aspect-ratio: 1/1.2;	
    animation: cardBgAnimation 30s infinite ;
    position: relative;
    cursor: pointer;
    transition: 200ms ease-in-out;
    border-radius: calc(var(--card-height)*.05);	
    width: 100%;
}
.section-highlights .card::before{
    content: '';
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    transition: 200ms ease-in-out;
    border-radius: calc(var(--card-height)*.05);
}
.section-highlights .card::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 80%;
    border: 1px solid var(--hover-font-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 5px var(--hover-font-color));
    transition: 200ms ease-in-out;
    pointer-events: none;
    border-radius: calc(var(--card-height)*.05);
}
.section-highlights .card:hover:before {
    opacity: 0;
}
.section-highlights .card:hover {
    scale: 1.05;
    z-index: 1;
}

.section-highlights .bg-blur {
    top: 0;
    left: 0;
    position: absolute;
    height:96%;
    width: 100vw;
    pointer-events: none;
    transition: 200ms ease;
}
/*.section-highlights .col:hover ~ .bg-blur {
    backdrop-filter: blur(15px);		
}*/
.section-highlights .col:hover ~ .bg-blur{
	backdrop-filter: blur(1.6px);	
}
.section-highlights .col:nth-child(1)  .card{
    background: url(../images/key-blockchain.jpg);
}
.section-highlights .col:nth-child(2)  .card {
    background: url(../images/key-nft.jpg);
}
.section-highlights .col:nth-child(3)  .card {
    background: url(../images/key-banking.jpg);
}
.section-highlights .col:nth-child(4)  .card {
    background: url(../images/key-game.jpg);
}
.section-highlights .col:nth-child(5)  .card {
    background: url(../images/key-marketplace.jpg);
}
.section-highlights .col:nth-child(6)  .card {
    background: url(../images/key-builder.jpg);
}


@keyframes cardBgAnimation {
    0% {
        background-size: 200%;
        background-position: 27% 10%;
    }
    20% {
        background-size: 200%;
        background-position: 35% 40%;
    }

    20.00001% {
        background-size: 300%;
        background-position: 75% 40%;
    }
    40% {
        background-size: 300%;
        background-position: 85% 90%;
    }

    40.00001% {
        background-size: 350%;
        background-position: 25% 70%;
    }
    60% {
        background-size: 350%;
        background-position: 5% 10%;
    }

    60.00001% {
        background-size: 150%;
        background-position: 20% 0%;
    }
    80% {
        background-size: 150%;
        background-position: 90% 10%;
    }

    80.00001% {
        background-size: 200%;
        background-position: 5% 10%;
    }
    100% {
        background-size: 200%;
        background-position: 65% 20%;
    }

}

/*blog*/
	.section-blogs{
      color: #000;
    }
    .search-form .form-group input{
      background-color: #f7f7f7!important;
    }
    .bx-search{
      position: absolute;
      right: 10px;
      top: 30%;
    }
    .block-post-categories li {
      line-height: 1.7;
      color: #fa0019;
      background: #ececec;
      padding: 6px 12px;
      border-left: 3px solid #d10014;
      border-radius: 4px;
      margin: 8px 0px;
    }
    .block-post li{
      line-height: 1.7;
      color: #fa0019;
      background: #ececec;
      border-left: 3px solid #d10014;
      border-radius: 4px;
      margin: 8px 0px;
    }
    .blog-post-categary h5{
      position: relative;
      background: #d10014;
      color: #fff!important;
      display: inline;
      padding: 0px 12px;
    }
    .blog-post-categary h5::before {
      width: 0;
      position: absolute;
      right: -29px;
      top: 0px;
      height: 0;
      border-style: solid;
      border-width: 43px 0 0px 30px;
      content: "";
      border-color: transparent transparent transparent #d10014;
    }
    .popular-post a:hover{
    	color:#000;
    }
    a{
      text-decoration: none;
    }
    .blog-img{
      height: 350px;
      overflow: auto;
    }
    .blog-img img{
      height: -webkit-fill-available;
      width: -webkit-fill-available;
      object-fit: cover;
    }
    .blog{
    	background: linear-gradient(hsl(0deg 100% 46.92% / 19%),hsl(0deg 100% 50%));
/*    	height: 30vh;*/
    }
    .col-6.col-lg-4{
    	font-size: 15px;
    }
    .blog-categary{
    	background: var(--theme-color);
        padding: 2px 7px;
    	border-radius: 4px;
    	color: #fff!important;
    }
    .reply-btn{
    	background: transparent!important;
    	border: 1px solid var(--theme-color);
    	color: var(--theme-color)!;
    }
    @media only screen and (min-width: 900px) {
    	.video-detail{
    		height: 500px!important;
    	}
    	.head-title:after{
    		width:15% ;
    	}

    }

    @media only screen and (max-width: 600px){
    	.section-highlights .bg-blur{
    		height: 98%;
    	}
    	
    	.section-how-work .col-md-7.col-lg-5{
    		border-bottom: 5px solid #dee2e6;
    	} 
    }

/*    section-sitemap*/
.section-sitemap li{
	line-height: 2;
}
.form-group .error{
	 display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: 1px;
    color: red!important;
    margin-bottom: 10px;
    cursor: pointer;
}
   
/* Comments */

.comments-heading {
  margin: 40px 0 25px;
  text-transform: uppercase;
  color: #000;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  background-color:#ececec;
}

.comments-list .comment {
  margin-bottom: 30px;
/*  background: #fa0019;*/
  padding: 25px;
  border-radius: 7px;
}

.comments-list img.comment-avatar {
  width:90px;
  height: 86px;
  border-radius: 100%;
  margin-right: 25px;
}

.comments-list .comment-body {
  margin-left: 110px;
  margin-top: -78px
}

.comments-list .comment-author {
  font-size: 16px;
/*  color: #eee;*/
}

.comments-list .comment-content {
  font-size: 14px;
}

.comments-list .comment-date {
  font-size: 12px;
}

.comments-list .comment-content {
  margin: 15px 0;
}
