@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
  background-color: #262626;
  font-family: "Poppins";
  color: #fff;
  scroll-behavior: smooth;
}
a{
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
header {
	z-index: 20;
}
header.static-header {
	position: relative;
	
}
.arena-container {
	padding: 0 85px;
}
.arena-contact-container {
	padding: 0px 0px 0px 85px;
}
body {
	background-color: #262626;
}
footer{
	background-color: #35373C;
}
.section-head {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
	line-height: 1;

}
.section-banner{

}
section#contact{
	position: relative;
}
section#section-about{
	padding: 40px 0px;
}
section#about-us{
	padding: 40px 0px;
}
#newsContent .news-desc {
	margin-top: 15px
}
.news-head h2{
	color: #F3B327;
	font-size: 30px;
	font-weight: bold;
}
.news-right-image{
    padding: 0px 0px 30px 50px;
}
.news-right-image img{
	border-radius: 15px;
    /*box-shadow: rgb(243 179 39) 0px 5px 15px;*/
}
.about-us-right-image{
	margin: auto;
    max-width: 664px;
    width: 100%;
}
.about-us-right-image img{
	border-radius: 15px;
   /* box-shadow: rgb(243 179 39) 0px 5px 15px;*/
}
.about-us-right-image h2{
	color: #F3B327;
	font-size: 30px;
	font-weight: bold;
}
.maintenance-right-image{
	margin: auto;
    max-width: 664px;
    width: 100%;
}
.maintenance-right-image img{
	border-radius: 15px;
}
.maintenance-right-image h2{
	color: #F3B327;
	font-size: 30px;
	font-weight: bold;
}
.about-photo {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
li.about-photo {
	flex-direction: column;
}
.partner-row{
	margin: 55px 0px 60px 0px;
}
.our-partner-card{
	position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 20px;
	background-color: #35373C;
	/*box-shadow: rgb(243 179 39) 0px 5px 15px;*/
	border: 5px #F3B327;
}
.our-partner-card .container{
	background-color: #000;
	border-radius: 0px 0px 20px 20px;
	padding: 20px 30px 30px 30px;
	min-height: 200px;
}
.our-partner-card .social-list{
	justify-content: center;
    display: flex;
}
.our-partner-card img{
	/*margin-bottom: 5px;*/
	border-radius: 15px 15px 0px 0px;
}
.our-partner-card h5 {
	margin-bottom: 25px;
	font-size: 18px;
}
.explore-products-weapon-card{
	position: relative;
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #F3B327;
}
.explore-products-weapon-card .container {
    background-color: #F3B327;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 30px 30px 30px;
	top: 86%;
    position: absolute;
}
.explore-products-weapon-card img{
	padding: 20px;
}
.explore-products-weapon-card h5{
	font-weight: bold;
	margin: 0;
	color: #000;
}

.explore-colections-card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 20px;
    background-color: transparent;
	border: 1px solid #F3B327;
}
.explore-colections-card .container {
    background-color: #262626;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 30px 20px 30px;
	border-top: 1px solid #F3B327;
}
.explore-colections-card img{
	padding: 20px;
}

/* MENU  */
header .navbar{
	padding: 15px 0px;
    background-color: #35373C !important;
}
header .navbar .navbar-nav .nav-link {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 30px;
}
.pre-sale-link{
	border: 2px solid #d140b9;
	border-radius: 30px;
	padding: 10px 20px;
	background-color: #35373c;
}
.pre-sale-link i {
	color: #d140b9;
	border-radius: 50%;
	padding: 4px 6px;
	border: 2px solid #d140b9;
	margin-left: 35px;
	font-size: 20px;
}
.pre-sale-link img{
	padding: 0px 20px 0px 0px;
}
.pre-sale-link .connect-link{
	 padding: 0px 20px 0px 0px;
}
.download-link {
	border: 2px solid #F3B327;
	border-radius: 30px;
	padding: 10px 20px;
	background-color: #35373c;
}
header .navbar .navbar-nav .download-link .nav-link {
	/*padding-right: 8px;*/
	display: flex;
	align-items: center;
}
.download-link i {
	color: #F3B327;
	border-radius: 50%;
	padding: 4px 6px;
	border: 2px solid #F3B327;
	margin-left: 35px;
	font-size: 20px;
}
.download-link img{
	padding: 0px 20px 0px 0px;
}
.download-link .connect-link{
	 padding: 0px 20px 0px 0px;
}
.subpage-banner {
    height: 287px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0px 0px;
}
.subpages-banner {
	padding: 0px 80px;
}
/* MENU  */


.carousel-indicators li {
	border: none;
	background-color: transparent;
}
.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

/* SLİDER */
section#slider {
	height: 100vh;
}
.carousel-item img {
    width: 100%
}
.slider-text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin-top: auto;
	color: #fff;
	width: 75%;
	margin-bottom: 30px;
	/*margin-left: auto;*/
	padding-bottom: 0;
}
.slider-flex-div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0;
}
.slider-list-div {
	display: flex;
}
.slider-list-div ul {
	display: flex;
}
.slider-text h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.slider-text h1 .yellow {
	color: #F3B327;
}
h2 .yellow {
	color: #F3B327;
}
.yellow{
	color: #F3B327;
}
.m-top-box{
	margin-top: 160px;
}
.p-top-box{
	padding-top: 160px;
}
.slider-text p {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.slider-text a {
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.slider-text a i {
	margin-left: 20px;
	padding: 20px 23px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #54565a;
	font-size: 20px;
}

/* SLİDER */
section {
	padding: 80px 0;
}
.md-logo {
	max-height: 110px;
	width: 50%;
	margin-bottom: 60px;
}
.special-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: .4s;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
  	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 0 5px;
	border-radius: 20px;
}
.special-box.low-mr {
	margin-top: 20px;
}

.special-box h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
}
.special-box p.hidden-text {
	opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-weight: 600;
    max-width: calc(100% - 20px);
    text-align: center;
    margin: auto;
    right: 0;
}
.special-box:hover p.hidden-text {
	opacity: 1;
}
.special-box:hover h4 {
	display: none;
	transition: .5s;
}
.special-box:hover img:first-child {
	filter: brightness(0.3);
}
.special-box:hover img:first-child {
	-webkit-box-shadow: 1px 2px 15px 4px rgba(243,179,39,0.51);
    -moz-box-shadow: 1px 2px 15px 4px rgba(243,179,39,0.51);
    box-shadow: 1px 2px 15px 4px rgba(243,179,39,0.51);
}
.special-box img:first-child {
	height: 100%;
    width: 100%;
    border-radius: 20px;
	transition: .3s all;
}
.special-box p {
	transition: .3s all ease-in;
}
.special-box img:last-child{
	position: absolute;
    border-radius: 0px;
    top: -15%;
    width: 40%;
}
span.red {
	color: #F54747;
	font-weight: bold;
}
.home-text {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
}
.bg-box {
	position: relative;
	margin: 15px 0;
}
.bg-box .bottom-part {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0 60px 0px 20px;
	background: linear-gradient(0deg, rgba(243,179,39,1) 10%, rgba(255,255,255,0) 90%);
	height: 15rem;
	align-items: flex-end;
	padding-bottom: 30px;
	border-radius: 15px;
}
.team-slide-item {
	margin: 0 15px;
}
.team-slider {
	margin: 40px 0px;
}
.partners-slide-item {
    margin: 15px 15px;
}
.partners-slider {
	margin: 40px 0px;
}
.bg-box a img{
	
    width: 100%;
}
.bottom-part h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	max-width: 70%;
}
.bottom-part i {
	margin-left: auto;
	padding: 30px 33px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #ffffff3b;
    font-size: 20px;
    margin-top: auto;
	margin-bottom: 20px;
}
.bottom-part .text-part {
	margin-top: auto;
	margin-bottom: 20px;
}
.bottom-part h4 {
	margin-right: auto;
}
.news-box {
	margin-bottom: 30px;
}
.news-box .news-text {
	text-align: left;
	padding: 40px 20px 20px 20px;
	transition: .4s;
}
.news-box .news-text h6{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}
.news-box .news-text h3 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.news-box .news-text p.news-date {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.news-box:hover .news-text {
	background-color: #fff;
	transition: .4s;
}
.news-box:hover .news-text h6 {
	color: #F3B327;
}
.news-box:hover .news-text h3 {
	color: #35373C;
}
.news-box:hover .news-text p.news-date {
	color: #35373C;
}
.mobil-slick-centered {
	width: 100%;
	display: flex;
}
.news-section-head {
	text-align: left;
	color: #FFFFFF;
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 20px;
}
.departmant-header {
	color: #F54747;
	font-size: 26px;
	margin-top: 50px;
	padding-bottom: 0;
	font-weight: bold;	
}



/* FAQ */



.breadcrumb {
	background: transparent;
	padding-left: 0;
}
.breadcrumb-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumb-item a {
	color: #67696c;
	font-weight: bold;
	font-size: 12px;
}
.breadcrumb-item.active {
	color: #F54747;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #67696c;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #67696c;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px;
}
.banner-breadcrumb {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 30px 0;
}
.banner-breadcrumb li:first-child {
    margin-left: 0;
}
.banner-breadcrumb li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.banner-breadcrumb li a {
    font-size: 14px;
    line-height: 14px;
	color: #fff;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 1px;
}

.banner-breadcrumb li:after {
    content: '/';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}
.banner-breadcrumb li:last-child:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}
.subpage-banner__title {
    font-size: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    transform: translateY(-50%);
    top: 50%;
}

.faq-text {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
}
.myaccordion .card {
	background-color: transparent;
	margin: 20px 0;
	border: 1px solid #67696C;
}
.myaccordion .card .acc-head {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	text-align: left;
}
.myaccordion .card .acc-head i {
	color: #67696c;
}
.myaccordion .card .card-header {
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.acc-head:focus {
	box-shadow: none;
	outline: none;
	text-decoration: none;
}
.acc-head:hover {
	text-decoration: none;
}
.myaccordion .card .acc-head , .myaccordion .card .acc-head i{
	color: #F3B327;
}
.bg-yellow {
	background-color: #F3B327;
}
.myaccordion .card .acc-head.collapsed , .myaccordion .card .acc-head.collapsed i{
	color: #fff;
}
.myaccordion .card .acc-content .card-body {
	padding: 10px 30px 25px 30px;
}
.myaccordion .acc-content {
	text-align: justify;
}
section#faqContent , section#newsContent{
	padding: 50px 0;
}
section#newsContent {
	padding-top: 0;
}

/* FAQ */

/* NEWS */
.news-text-head {
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	max-width: 90%;
}
.news-text-head.red {
	color: #F3B327;
}
.news-desc {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-top: 35px; 
}
#newsContent .section-head {
	margin-top: 30px;
}
#otherNews .news-section-head {
	border-top: 1px solid #707070;
	padding-top: 30px;
	color: #aeafb1;
}


/* NEWS */


 
/* NEWS DETAIL */
/*COMMUNITY*/
.community{
    width: 100%;
    padding: 50px 50px;
	background-color: #F3B327;
    border-radius: 15px;
    border: 5px #F3B327;
}
.community p{
	color: #000;
	font-weight: normal;
}
.community h3{
	color: #000;
	font-weight: bold;
}
.dc{
	background-color: #5865F2;
    display: flex;
    border-radius: 37px;
    padding: 5px 20px;
    margin-right: 20px;
}
.dc a{
	margin: auto;
}
.whitelist{
	font-weight: bold;
    background-color: #000;
    display: flex;
    border-radius: 37px;
    padding: 5px 20px;
}
.footer-right-btn {
	display: flex;
    align-items: center;
    justify-content: end;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}
.footer-right-one {
	padding: 20px 20px
}
.footer-right-one a {
	display: flex;
    align-items: center;
	justify-content: center;
}

.footer-right-one img {
	/*width: 75%;*/
	height: auto;
	align-items: center;
    display: flex;
    padding: 5px 0px 5px 0px;
    margin: auto;
    margin-right: 5px;
}
.whitelist a{
	margin: auto;
}

/*COMMUNITY*/
section#newsDetailContent {
	padding-top: 50px;
}
.breadcrumb-pad {
	padding-top: 50px;
}
.news-sidebar {
	width: 450px;
	padding-right: 50px;
	border-right: 1px solid #67696c;
	position: sticky;
	height: 90vh;
	top: 20px;
	overflow-y: scroll;
}
.news-detail-page {
	display: flex;
}
.news-detail-content {
	width: calc(100% - 450px);
	padding-left: 50px;
}
.news-detail-sm-head {
	color: #F54747;
	font-weight: bold;
	font-size: 24px;
}
.main-content {
	padding-top: 5px;
}
.main-content p {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 20px 0;
	text-align: justify;
}
.before-list-head {
	font-weight: bold;
	font-size: 18px;
	margin-top: 25px;
}
.main-list {
	padding-left: 20px;
	margin-top: 15px;
}
.main-list li {
	margin-bottom: 15px;
	font-size: 18px;
	list-style: disc;
	text-align: justify;
}
.main-list li::marker {
	color: #F3B327;
}
.ordered-main-list {
	padding-left: 20px;
	margin-top: 15px;
}
.ordered-main-list li {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: justify;
}
.ordered-main-list a {
	word-break: break-word;
}
.news-detail-img {
	border-radius: 10px;
	margin: 15px 0;
}
.news-detail-bottom-head{
	font-weight: bold;
	font-size: 18px;
	color: #F3B327;
	margin-bottom: 15px;
}
.news-detail-bottom-content {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	padding: 15px 0;
}
.spec-search {
	border: 1px solid #67696C;
	border-radius: 10px;
	background-color: transparent;
}
.spec-search input {
	color: #67696c;
	background-color: transparent;
	border: none;
	padding: 30px 15px;
}
.spec-search input.form-control:focus {
	background: transparent;
	outline: none;
	box-shadow: none;
	border: none;
	color: #67696c;
}
.spec-search input::placeholder {
	color: #67696c;
	font-size: 12px;
	font-weight: bold;
}
.spec-search button {
	background: transparent;
	border: none;
}
.spec-search button i {
	color: #F3B327;
}
.nav-link[data-toggle].collapsed:after {
    content: " +";
}
.nav-link[data-toggle]:not(.collapsed):after {
  /*  content: " -";*/
}
#sideMenu {
	margin-top: 30px;
}
#sideMenu li.nav-item{
	color: #939393;
}
#sideMenu li a{
	padding-left: 0;
	display: flex;
}
#sideMenu li a:after {
	margin-left: auto;
	color: #F3B327;
}
#sideMenu li.nav-item {
	font-weight: normal;
}
#sideMenu li.nav-item {
	font-size: 18px;
	font-weight: 500;
	color: #939393;
}
#sideMenu li.nav-item.collapsible {
	color: #F3B327;
}
#sideMenu li.nav-item .nav-link.collapsed ,#sideMenu li.nav-item .nav-link.collapsed:after  {
	color: #939393;
}
.sub-list.level-1 {
	padding: 0;
}
.sub-list li.nav-item {
	list-style: disc;
}
.sub-list li.nav-item a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.sub-list li::marker {
	color: #fff;
	background-color: #fff;
}
.sub-list li.active a{
	color: #F3B327;
}
.sub-list li.active::marker {
	color: #F3B327;
}
.head-item a.nav-link.collapsed {
	color: #939393;
}
.btn:focus {
	box-shadow: none;
}
.news-card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 15px;
    background-color: #35373C;
    /*box-shadow: rgb(243 179 39) 0px 5px 15px;*/
	border: 1px solid #F3B327;
	margin-bottom: 30px;
}
.news-card img{
	border-radius: 15px;
	border: 1px solid #F3B327;
}
.news-in-card{
	position: absolute;
    background-color: #F3B327;
    border-radius: 15px;
    padding: 20px;
    color: #000;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}
.mews-in-card p{
	font-size: 18px;
}
.news-in-card h6{
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: bold;
}
.news-in-card a{
	font-size: 20px;
	font-weight: 600;
}
.news-in-card a i{
	margin-left: 10px;
}
.news-spec-head {
	margin: 0;
	font-size: 30px;
	line-height: 1;
	color: #FFFFFF;
	padding-top: 10px;
}
.news-button{
	text-align: -webkit-center;
}
.news-button a{
	font-size: 20px;
    font-weight: bold;
    min-height: 80px;
    max-width: 293px;
    display: flex;
    border-radius: 37px;
    align-items: center;
    justify-content: center;
	background-color: #F3B327;
	color: #000;
	height: 100%;
	width: 100%;
	transition: .4s all ease;
	border: 1px solid #F3B327;
}
.news-button a:hover {
	background-color: transparent;
	color: #F3B327;
}



#abstract.news-spec-head {
	padding-top: 0;
}
.news-sec-head {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	color: #FFFFFF;
	padding-top: 40px;
}
.news-third-head {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	color: #F3B327;
	padding-top: 40px;
}
.sidebar-head {
	font-size: 40px;
}
.sub-list.level-1 li , .sub-list.level-2 li {
	list-style: none;
}
.sub-list.level-1 li.nav-item a {
	font-size: 16px;
	color: #F3B327;
}
#sideMenu .sub-list.level-1 .nav-link.collapsed {
	color: #F3B327;
}
.news-detail-page .news-detail-content h2.news-sec-head, .news-third-head{
	padding-top: 100px;
  margin-top: -60px;
}
.sub-list.level-2 {
	padding-left: 20px;
}
.sub-list.level-3 li.nav-item a , .sub-list.level-2 li.nav-item a{
	font-size: 16px;
}
.sub-list.level-2 li {
	list-style: disc;
}
.section-sub-head-red {
	color: #F54747;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding-top: 25px;
}
.spesific-slider {
	/*background-image: url('../img/slider/slide-bg-2.png');*/
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 45% 100%;
	min-height: 100vh;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
section#abc {
	padding: 0;
	
}
.spec-slide-soldier.slick-slide {
	object-fit: contain;
	height: 800px;
	object-position: left;
}
.soldier {
	max-height: 70vh;
	position: relative;
	left: 15%;
}
.slide-bg {
	object-fit: contain;
	object-position: right;
	display: flex !important;
	margin-left: auto;
	max-width: 50%;
	justify-content: flex-end;
	max-height: 100vh;
}
.spec-slide-soldier.slick-slide {
	margin-top: 75px;
}
section.indexContent {
	padding: 0px 0px;
}
.special-box p {
	margin: 0;
}
.slider-list {
	display: flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	width: 75%;
	
	/*
	margin-left: auto;
	margin-bottom: 75px;
	*/
}


.page-right-logo {
	padding: 0 25px 25px 25px;
	object-fit: contain;
}
.slider-list li {
	list-style: none;
	margin: 0 10px;
	float: left;
	cursor: pointer;
	opacity: .3;
}
.slider-list li img{
	border-radius: 15px;
}
.slider-list li:first-child {
	margin-left: 0;
}
.slider-list li:first-child img{
	border-radius: 15px;
}
.mod-box{
	margin-bottom: 150px;
}
.mod-box img:first-child{
	position: absolute;
    border-radius: 20px;
    box-shadow: rgb(193 177 41) 0px 5px 15px;
}
.mod-box img{
	position: absolute;
    margin: auto
}
.mod-box div img{
	margin: -50px 0 0 40px;
    justify-content: center;
    display: flex;
    position: absolute;
	border-radius: 0px;
    box-shadow:0px 0px 0px #000 !important;
}
.mod-box p.hidden-text {
	text-align: center;
	display: none;
}
.contact-center {
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.slider-list li.active {
	opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent; 
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #67696c; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F3B327; 
}
.box-one .box-head {
	font-size: 18px;
	font-weight: bold;
	color: #F3B327;
	padding-bottom: 13px;
}
.box-one p {
	font-weight: normal;
	font-size: 18px;
	color: #D5D5D5;
}
.box-one p:last-child {
	padding: 0;
}
.map-img {
	position: absolute;
  right: -125px;
  bottom: 0px;
}
.contact-page-head {
	margin-bottom: 40px;
}
.contact-page-p {
	margin-bottom: 30px;
}
.contact-mail-btn {
	font-size: 36px;
	font-weight: bold;
	color: #F3B327;
}
.contact-mail-btn:hover {
	color: #F3B327;
}
.contact-mail-btn span {
	color: #FFFFFF;
}
.adres-boxes {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-top: 100px;
}
.adres-boxes .box-one {
	border-radius: 15px;
	border: 1px solid #B5B5B5;
	padding: 22px;
	max-width: 48%;
	margin: 0 2%;
	height: 220px;
}
.adres-boxes .box-one:first-child {
	margin-left: 0;
}

/* NEWS DETAIL */

/* Tekenomics */
.table-orange-bordered {
    border: 1px solid #F3B327;
}

.table-orange-bordered thead tr th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #F3B327;
}
.table-orange-bordered thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #F3B327;
}
/* Tekenomics */

/* FOOTER */
.footer-bordered-box {
	/*border-top: 1px solid #707070;*/
	border-bottom: 1px solid #707070;
	padding: 50px 0 30px 0;
}
.footer-list {
	padding: 0;
	display: flex;
  flex-flow: wrap;
  height: 50%;
}
.footer-list li {
	float: left;
	list-style: none;
	width: 20%;
	margin-bottom: 15px;
}
.footer-list li a {
	font-weight: bold;
	font-size: 16px;
	color: #aeafb1;
}
.newsletter-box {
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.newsletter-box .newsletter-text {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
}
.newsletter-box .newsletter-text p.yellow {
	color: #F3B327;
	font-size: 18px;
	font-weight: bold;
}
.newsletter-box .newsletter-text h6 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.input-group {
	position: relative;
}
.input-group a {
	z-index: 99;
}
.input-group .spec-input {
	background-color: #4a4b50;
	color: #aeafb1;
	border: none;
	border-radius: 10px !important;
	width: 27vW;
	height: 100px;
	font-size: 18px;
	font-weight: normal;
	padding-right: 50px;
	max-width: 100%;
	padding: 30px 30px
}
.input-group .spec-input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.input-group .spec-input::placeholder {
	color: #aeafb1;
	font-size: 18px;
}
.input-group a {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    justify-content: center;
    display: flex;
    padding-right: 40px;
}
.copyright-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.copyright-content h4.left-content {
	font-weight: bold;
	font-size: 18px;
	color: #aeafb1;
	margin-right: auto;
}
.copyright-content h4.right-content {
	color: #F54747;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
}
.spesific-slider .navbar.navbar-dark {
	padding: 30px 15px;
}
/* FOOTER */
ol.ordered-main-list.target-red li a {
	color: #F54747 !important;
	font-size: 14px;
	text-decoration: underline;
}
.about-head {
	padding-top: 0;
}
.about-row {
	margin-bottom: 40px;
}
#newsContent .about-us {
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20	px;
	margin-top: 0;
}
.about-desc {
	max-width: 100%;
	text-align: center;
}
.about-item {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	margin: 40px 0;
	padding: 30px 0;
}
.about-sm-item {
	width: 40%;
	padding: 0 1%;
}
.about-bg-item {
	width: 60%;
	padding: 0 1%;
}
.about-sm-item .news-desc , .about-bg-item .news-desc {
	max-width: 90%;
}
.about-item .about-bg-item {
	height: 400px;
}
.about-item .about-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	padding: 50px;
}
.about-item .about-bg-item.right img {
	padding-right: 0;
}
.about-item .about-bg-item.left img{
	padding-left: 0;
}
.about-bg-item.right.first img {
	object-fit: contain;
	padding: 0;
}
.about-sm-item.first {
	width: 55%;
}
.about-bg-item.first {
	width: 45%;
}
.about-bg-item.second {
	width: 61%;
}
.about-sm-item.second {
	width: 39%;
}
.about-sm-item.fourth {
	width: 52%;
}
.about-bg-item.fourth {
	width: 48%;
}
.second-spec {
	margin-top: 10px;
}

#scrollUp {
  display: flex;
  background-color: #ffffff3b;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrollUp:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollUp:active {
  background-color: #555;
}
#scrollUp.show {
  opacity: 1;
  visibility: visible;
}
.social-list {
	padding: 0;
}
.social-list li {
	list-style: none;
	float: left;
	margin: 0 15px;
}
.social-list li a {
	font-size: 20px;
	color: #aeafb1;
	transition: .2s;
}
li.twitter:hover a {
	color: #F3B327;
}
li.instagram:hover a {
	color: #F3B327;
}
li.linkedin:hover a {
	color: #F3B327;
}
li.facebook:hover a {
	color: #F3B327;
}
li.telegram:hover a {
	color: #F3B327;
}
.special-box p {
	font-size: 16px;
}
.navigation-btns {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.navigation-btns .navigation-btn{
  display: inline-flex;
  width: 50%;
  align-items: center;
}
.navigation-btns .go-back {
	display: flex;
  align-items: center;
}
.navigation-btns .go-next {
	display: flex;
  align-items: center;
}
.navigation-btns .go-back-partners {
	display: flex;
  align-items: center;
}
.navigation-btns .go-next-partners {
	display: flex;
  align-items: center;
}
.navigation-btns .navigation-btn {
	
}
.navigation-btns a i{
  margin-left: auto;
  padding: 27.5px 28.5px;
  border-radius: 50%;
  background: #ffffff3b;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.navigation-btns a i:hover{
	margin-left: auto;
	padding: 27.5px 28.5px;
	border-radius: 50%;
	background: #F3B327;
	font-size: 16px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
.mobile-navigation-btn-right .fa-arrow-right:hover:before {
    content: "\f061";
    color: #000;
}
.mobile-navigation-btn-left:hover .fa-arrow-left:hover:before {
    content: "\f060";
    color: #000;
}
.navigation-btns .go-next i {
	margin-left: 10px;
}
.navigation-btns .go-back i {
	margin-right: 10px;
}
.navigation-btns .go-next-partners i {
	margin-left: 10px;
}
.navigation-btns .go-back-partners i {
	margin-right: 10px;
}
.navigation-btns .navigation-btn .back-title {
	margin-left: auto;
	text-align: right;
	color: #aeafb1;
	font-weight: bold;
}
.navigation-btns .navigation-btn .next-title {
	margin-right: auto;
	text-align: left;
	color: #aeafb1;
	font-weight: bold;
}
.navigation-btns .navigation-btn:first-child {
	/*border-right: 1px solid #35373c;*/
	justify-content: end;
}
.contact-social {
	padding: 0;
}
.contact-center {
	margin-bottom: 40px;
}
.contact-social li {
	font-size: 25px;
	list-style: none;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 15px;
}
.spark {
  background-color: #de4a00;
  visibility: hidden;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 30%;
  box-shadow: 0 0 5px #ab000b;
  z-index: 20;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
}

section#abc {
	margin-top: 0px !important;
	padding: 0;
	background-color: #343434;
}
.go-link {
	color: #F54747 !important;
  font-size: 14px;
  text-decoration: underline;
}
.go-link:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.withBg .news-desc{
	max-width: 100%;
}
.margin-header {
	padding: 15px 0 40px 0;
	font-size: 42px;
}
.network-img {
	padding-top: 25px;
	width: 70%;
}
.network-bottom-text {
	padding-top: 20px;
}
.whitepaper-img {
	padding: 20px 0;
}
.whitepaper-right {
	height: 100%;
	object-fit: contain;
}
.col-weapon-info{
	padding: 0px 50px;
}
.weapon-info-box-head h6{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 10px;
}
.weapon-info-box-head h5{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}
.weapon-info-card{
	background-color: #35373C;
    border-radius: 15px;
    text-align: center;
	padding: 20px 0px;
	margin-bottom: 35px;
}
.weapon-info-card{
	background-color: #35373C;
    border-radius: 15px;
    text-align: center;
	padding: 30px 0px;
	margin-bottom: 35px;
}
.weapon-info-card h6{
	color: #B5B5B5;
}
.weapon-info-card p{
	font-weight: bold;
	margin: 0;
}
.marketplace-border{
	width: 100%;
    color: #F3B327;
    margin-top: 15px;
    margin-bottom: 50px;
    border-top: 1px solid #F3B327;
}
.marketplace-buy a{
	background-color: #F3B327;
	text-align: center;
	padding: 21px 0px;
	border-radius: 35px;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: .4s all ease;
	border: 1px solid #F3B327;
}
.marketplace-buy a img {
	margin-right: 5px;
	transition: .4s all ease;
}
.marketplace-buy a:hover {
	background-color: transparent;
	color: #fff;
}
.marketplace-buy a:hover img {
	filter: invert(1);
}
.marketplace-price{
	margin-bottom: 50px;
}
.marketplace-price p{
	font-size: 30px;
	font-weight: bold;
}
.marketplace-price span{
	color: #F3B327;
	font-size: 30px;
}
.marketplace-buy a{
	color: #000;
	font-weight: bold;
}
.input-group-marketplace {
	position: relative;
	margin-bottom: 15px;
}
.input-group-marketplace a {
	z-index: 99;
}
.input-group-marketplace .spec-input {
	background-color: #35373C;
	color: #aeafb1;
	border: none;
	border-radius: 10px !important;
	width: 387px;
	height: 70px;
	font-size: 18px;
	font-weight: normal;
	padding-right: 50px;
	max-width: 100%;
}
.input-group-marketplace .spec-input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.input-group-marketplace .spec-input::placeholder {
	color: #aeafb1;
	font-size: 18px;
}
.input-group-marketplace a {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    justify-content: center;
    display: flex;
    padding-right: 20px;
}
.filter-button{
	text-align: -webkit-center;
	padding: 0px 0px 20px 0px;
}
.filter-button a{
	font-size: 20px;
    font-weight: bold;
    min-height: 70px;
    max-width: 293px;
    display: flex;
    border-radius: 37px;
    align-items: center;
    justify-content: center;
    background-color: #F3B327;
    color: #000;
    height: 100%;
    width: 100%;
}
.filter-button button{
	font-size: 20px;
    font-weight: bold;
    min-height: 70px;
    max-width: 293px;
    display: flex;
    border-radius: 37px;
    align-items: center;
    justify-content: center;
    background-color: #F3B327;
    color: #000;
    height: 100%;
    width: 100%;
	border: 1px solid transparent;
}
.explore-weapon-card{
	max-height: 90px;
	height: 100%;
}
.tf-collection-inner .top-option {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.widget-search form input {
    padding: 13px 25px 8px 23px;
    font-size: 16px;
    line-height: 24px;
    color: #888B8E;
}
.widget-search form {
    position: relative;
    min-width: 280px;
}
.explore-head{

}
.explore-head h5{
	font-size: 40px;
	font-weight: bold;
}
.explore-items-card{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
	margin-top: 15px;
    margin-bottom: 15px;
	height: calc(100% - 40px);
}
.explore-items-bottom {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 25px 0 25px 0;
	width: 100%;
    background-color: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	/*
	height: calc(100% - 20px);
	margin: auto;
	*/
    border: 1px solid #F3B327;
    border-top: none;
}
.explore-items-bottom.bg-yellow {
	background-color: #F3B327;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.explore-items-bottom p {
	margin: 0
}
.explore-items-card img {
    padding: 20px;
	border-bottom: 1px solid #F3B327;
    border: 1px solid #F3B327;
}
.explore-items-card p:first-child {
    padding: 20px;
    border-bottom: 1px solid #F3B327;
    border: 1px solid #F3B327;
	border-radius: 15px 15px 0px 0px;
	/**/
	margin: 0;
	display: flex;
    justify-content: center;
	align-items: center;
    min-height: 397px;
    height: 100%;
	font-size: 24px;
}
.explore-items-card .container {
    background-color: #262626;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #F3B327;
}
.sidebar.sidebar-collection .widget.widget-accordion .widget-title {
    cursor: pointer;
    position: relative;
}
.sidebar.sidebar-collection .widget .widget-title {
    font-weight: bold;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color3);
	padding: 20px 40px 20px 40px;
}
.sidebar.sidebar-collection .widget .widget-content {
	padding: 0px 40px 20px 40px;
    display: none;
}
.sidebar.sidebar-collection .widget.widget-accordion .checkbox-item {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    margin-bottom: 10px;
}
.sidebar.sidebar-collection .widget.widget-accordion .checkbox-item span {
    color: var(--primary-color2);
    font-size: 14px;
    line-height: 22px;
}
.sidebar.sidebar-collection .widget.widget-accordion .custom-checkbox {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.sidebar.sidebar-collection .widget.widget-accordion .checkbox-item span {
    color: var(--primary-color2);
    font-size: 14px;
    line-height: 22px;
}
.sidebar.sidebar-collection .widget.widget-accordion .checkbox-item span input{
	accent-color: #F3B327;
}
.sidebar.sidebar-collection {
    padding-right: 50px;
}
.sidebar.sidebar-collection .widget {
    background-color:#35373C;
    margin-bottom: 11.5px;
	border-radius: 15px;
}
/*
.sidebar.sidebar-collection .widget.widget-accordion .widget-title::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 40px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #F3B327;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*/



.sidebar.sidebar-collection .widget.widget-accordion input:checked~.btn-checkbox {
    background-color: var(--primary-color5);
    border: 1px solid var(--primary-color5);
}
.sidebar.sidebar-collection .widget.widget-accordion input:checked .btn-checkbox {
    background-color: var(--primary-color5);
    border: 1px solid var(--primary-color5);
}
.roadmap-head{
	text-align: center;
}
.roadmap-head h2{
	font-size: 40px;
	font-weight: bold;
}
.roadmap-head p{
	margin-top: 5px;
	font-size: 28px;
	font-weight: bold;
}
.about-us-head{
	text-align: center;
}
.about-us-head h1{
	font-size: 40px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.about-us-head p{
	margin-top: 5px;
	font-size: 28px;
	font-weight: bold;
}
.features-head{
	text-align: center;
}
.features-head p{
	margin-top: 5px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.features-head {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
	line-height: 1;
	margin-bottom: 40px;
}
.text-center{
	text-align: center;
}
.tokenomics-head{
	text-align: center;
}
.tokenomics-head p{
	background-color: #ecae27;
    padding: 20px;
    color: #000;
    border-radius: 25px;
	margin-top: 5px;
	font-size: 28px;
	font-weight: bold;
}

.right-content .social-list li{
	margin: 0px 15px 0px 0px;
}
.survival-action{
	border-bottom: 1px solid #F3B327;
}
/* TIMELINE CSS */

.design-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 100px 0;
  }
  
  .design {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .timeline-bg {
	background: rgb(111,219,209);
	background: linear-gradient(90deg, rgba(111,219,209,1) 35%, rgba(38,38,38,1) 80%);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	border-radius: 20px;
  }
  .timeline-bg.right {
	background: linear-gradient(90deg,  rgba(38,38,38,1) 35% , rgba(111,219,209,1) 80%);
  }

  .timeline {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
  }
  
  .timeline-content {
	padding: 20px;
	border-radius: 5px;
	color: #000;
	transition: 0.4s ease;
	margin: 1rem;
	margin-bottom: 20px;
	border-radius: 6px;
	position: relative;
	border-radius: 20px;
  }
  .timeline-card {
	display: flex;
	flex-direction: column;
	padding: 40px 40px 30px 40px;
	z-index: 11;
    position: relative;
    background-color: #262626;
	border-radius: 20px;
  }
  .timeline-card li{
	color: #F3B327;
  }
  .timeline-card h2{
	color: #F3B327;
  }
  .timeline-card.left::before {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	left: -40px;
	top:20px;
	bottom:0;
	margin: auto;
	border-right: solid 25px #6FDBD1;
	border-bottom: solid 25px transparent;
	border-top: solid 25px transparent;
	
  }
  .timeline-card.right::before {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	right: -40px;
	top:20px;
	bottom:0;
	margin: auto;
	border-top: solid 25px transparent;
	border-left: solid 25px #6FDBD1;
	border-bottom: solid 25px transparent;
	
  }
  .timeline-card ul {
	padding: 0;
  }
  .timeline-card ul li {
	list-style: none;
	font-size: 20px;
	font-weight: 500;
	color: #F3B327;
	display: flex;
    align-items: center;
	margin-bottom: 8px;
	line-height: 1.2;
  }
  .timeline-card h2 {
	font-weight: bold;
	font-size: 40px;
	color: #F3B327;
	margin-bottom: 15px;
  }
  .list-icon {
	background-color: #F3B327;
	color: #fff;
	font-weight: 400;
	border-radius: 50px;
	padding: 5px;
	display: inline-flex;
	align-items: center;
    justify-content: center;
    font-size: 15px;
	margin-right: 6px;
  }
  
  .timeline-component {
	margin: 60px 50px 20px 50px;
  }
  .border-card {
	border: 1px solid #F3B327;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
  }
  .border-card .cell {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	width: 45%;
	padding: 20px 30px;
	border-right: 1px solid #F3B327;
  }
  .border-card .cell.cell-left {
	width: 25%;
  }
  .border-card .cell.small {
	width: 30%;
  }
  .border-card .cell.small:last-child {
	border: none;
  }
  .border-card .cell:last-child {
	border: none;
  }
  .page-head {
	margin-bottom: 30px;
	margin-top: 40px;
	font-weight: 600;
  }
  .explore-slider {
	margin-top: 35px;
  }
  .explore-slider-item {
	margin: 0 15px;
  }
  .map{
	height: 100%;
    display: flex;
	float: right;
    top: 0;
    right: 0;
    display: inline-block;
    position: absolute;
  }
  .map iframe{
	height: 100%;
  }
  .modal-wallet{
	background-color: #000;
	border-radius: 15px;
  }
  .tf-modal-header {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
	text-align: center;
}
.tf-modal-header h5{
	font-size: 30px;
}
.tf-modal-header p{
	font-size: 15px;
}
  .tf-wallet {
    position: relative;
	border-radius: 15px;
    background-color: var(--primary-color24);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
    padding: 23px 27px 19px 33px;
    margin-bottom: 18px;
}
.tf-wallet:hover{
    position: relative;
    border-radius: 15px;
    background-color: #35373C;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
    padding: 23px 27px 19px 33px;
    margin-bottom: 18px;
}
.tf-wallet a{
	display: flex;
    align-items: center;
}
.tf-wallet a .image {
    margin-right: 20px;
}
.tf-wallet a .content {
    text-align: left;
}
.tf-wallet a .content .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: var(--primary-color3);
    margin-bottom: 2px;
}
.tf-wallet a .content .sub {
    color: #888B8E;
    font-size: 14px;
    line-height: 26px;
}
.tf-wallet .after div{
	content: "\f061";
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    color: #C2C3C5;
}
.modal-wallet .modal-header .modal-body{
	padding: 2rem;
}
.modal-wallet .modal-header .modal-body h5 {
    color: var(--primary-color3);
    text-align: center;
    margin-bottom: 10px;
}
.modal-wallet .modal-header .modal-body .sub-heading {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 41px;
    padding: 0 33px;
}
.orange{
	color: #F3B327;
}
.ma-dropdown .dropdown-menu .dropdown-item{
	color: white;
}
.ma-dropdown .dropdown-menu:before {
	border-bottom-color: #262626;
}

section#homeSlider {
    position: relative;
    z-index: 1;
    padding: 0;
}
#homeSlider .video-slider {
    width: 100%;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vimeo-div {
	overflow: hidden;
	height: 100vh;
	width: 100%;
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  
  .vimeo-div iframe {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }
  @media only screen and (max-width: 1200px) {
	.timeline {
		width: 100%;
	}
	.timeline-component {
		margin: 60px 30px 20px 30px;
	}
	.download-link .connect-link{
		padding: 5px 20px;
	}
	.features-head {
		margin-bottom: 30px;
	}
	.pre-sale-link .connect-link{
		 padding: 5px 20px;
	}
  }
  @media only screen and (max-width: 992px) {
	.arena-container {
		padding: 0 15px;
	}
	.footer-right-btn {	
		margin-right: auto;
		margin-left: 0;
		justify-content: start;
	}
	.footer-right-one {
		padding: 18px 10px;
	}
	.footer-right-one img {
		width: 65%;
	}
	.news-right-image {
		padding: 0px 0px 0px 0px;
		justify-content: center;
		display: flex;
		margin-top: 20px;
	}
  }
  @media screen and (min-width: 768px) {
	.partners-slide-item {
		margin: 15px 15px;
	}
	.timeline {
	  display: grid;
	  grid-template-columns: 1fr 3px 1fr;
	}
	.timeline-middle {
	  position: relative;
	  background-color: #F3B327;
	  width: 1px;
	  height: 100%;
	}
	.timeline-middle.after-spec::after {
		content: '';
		height: 58%;
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #262626;
		z-index: 5;
	}
	.timeline-middle.before-spec::after {
		content: '';
		height: 43%;
		width: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #262626;
		z-index: 5;
	}
	.main-middle {
	  opacity: 0;
	}
	.timeline-circle {
	  position: absolute;
	  top: 60px;
	  left: 50%;
	  width: 15px;
	  z-index: 6;
	  height: 15px;
	  border-radius: 50%;
	  background-color: #F3B327;
	  margin: auto;
	  bottom:0;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	}
	
  }
  .owl-carousel .item{
	margin: 3px;
  }
  .owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
  }
  
  .owl-carousel .item {
	  margin: 3px;
  }
  
  .owl-carousel{
	  margin-bottom:15px;
  }
  .presale-starts{
	position:absolute;
	display:flex;
	justify-content: center; 
	font-size: 16px; 
	top: 35%;
	right: 32%;
}
.presale-td{
	display: flex;
	justify-content: center;
	width: 100%;
}
.presale-td span{
	background-color: pink; padding: 2.5px; border-radius: 10px; color: #000; font-size: 16px;
				margin: 0px 10px;
}
.d-presale-stars{
	position:absolute; display:flex; justify-content: center; font-size: 14px; top: 15%; right: 22.5%;
}
.d-presale-td{
	width: 100%;
}
.d-presale-td span{
	background-color: pink; padding: 2.5px; border-radius: 10px; color: #000; font-size: 16px;
}
.partners-desktop-item {
	margin: 0 15px;
}
.partner-desktop-mt {
	margin: 40px 0px;
}
/* TIMELINE CSS */

@media only screen and (min-width: 768.1px) {
	.pad-desktop-0 {
		padding: 0;
	}
	.no-desktop {
		display: none !important;
	}
	header .navbar {
		/*padding: 15px 15px;*/
		padding: 15px 0px;
		background-color: #35373C !important;
	}
	header ul.navbar-nav {
		margin-top: auto;
	}
	header.thin {
	  position: fixed;
	  top: 0;
	  background-color: #35373c;
	  padding: 0;
	}
	header.thin .navbar.navbar-dark {
	  padding-top: 5px;
	  padding-bottom: 5px;
	}
	.presale-starts{
		position:absolute;
		display:flex;
		justify-content: center; 
		font-size: 16px; 
		top: 35%;
        right: 32%;
	}
	.presale-td{
		display: flex;
		justify-content: center;
	}
	.presale-td span{
		background-color: pink; padding: 2.5px; border-radius: 10px; color: #000; font-size: 16px;
                    margin: 0px 10px;
	}
}
@media only screen and (max-width:1700px) {
	.news-card {
		position: relative;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: auto;
		width: 100%;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border-radius: 20px;
		background-color: #35373C;
		border: 5px #F3B327;
	}
	.news-in-card {
		padding: 20px;
	}
	.d-presale-stars{
		position:absolute; display:flex; justify-content: center; font-size: 14px; top: 15%; right: 22.5%;
	}
}
@media only screen and (max-width: 1620px) {
	.head-menu {
		padding-left: 0 !important;
	}
	header .navbar .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 20px;
	}
	header .navbar .navbar-nav .download-link .nav-link {
		font-size: 12px;
	}
	.download-link i {
		font-size: 16px;
		margin-left: 20px;
	}
	.news-in-card h6 {
		font-size: 20px;
		margin-bottom: 25px;
		font-weight: bold;
	}
	.pre-sale-link i{
		font-size: 16px;
		margin-left: 20px;
	}
	header .navbar .navbar-nav .pre-sale-link .nav-link {
		font-size: 16px;
	}


}
@media only screen and (max-width: 1450px) {
	header .navbar .navbar-nav .download-link .nav-link {
		font-size: 12px;
	}
	header .navbar .navbar-nav .nav-link {
		padding: 0 15px;
		font-size: 14px;
	}
	.home-text {
		font-size: 18px;
	}
	.special-box p {
		font-size: 13px;
	}
	.slider-text p {
		font-size: 17px;
	}
	.slider-text {
		margin-bottom: 10px;
	}
	.slider-text h1 {
		font-size: 40px;
	}
	.bottom-part h4 {
		font-size: 25px;
	}
	.text-part p {
		font-size: 13px;
	}
	.bg-box .bottom-part {
		padding: 0 30px 0px 20px;
		padding-bottom: 30px;
	}
	.community {
		padding: 30px 40px;
	}
	.news-in-card h6 {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.news-in-card a {
		font-size: 16px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 1250px) {
	.download-link {
		padding: 4px 0;
		font-size: 12px;
    margin-left: 10px;
	}
	header .navbar .navbar-nav .download-link .nav-link {
		font-size: 11px;
	}
	.navbar-nav.no-mobile {
		margin-right: 0;
	}
	.spesific-slider .navbar.navbar-dark {
		padding: 30px 0;
	}
	.bottom-part h4 {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.text-part p {
		font-size: 11px;
	}
	.bottom-part i {
		font-size: 14px;
		padding: 20px 23px;
		margin-bottom: 4px;
	}
	.special-box h4 {
		font-size: 13px;
	}
	.special-box img {
		width: 35px;
	}
	.adres-boxes .box-one {
		height: 275px;
	}
	.box-one p {
		padding: 0;
	}
	.box-one p {
		font-size: 16px;
	}
	.box-one .box-head {
		font-size: 16px;
	}
	.news-in-card h6 {
		font-size: 18px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.news-in-card a {
		font-size: 16px;
		font-weight: bold;
	}
	.pre-sale-link {
		padding: 10px 10px;
	}
	.d-presale-stars {
		right: 20.3%;
	}	
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	header .navbar .navbar-nav .nav-link {
		font-size: 12px;
		padding: 0 9px;
	}
	header .navbar .navbar-nav .download-link .nav-link {
		font-size: 9px;
	}
	.download-link i {
		font-size: 9px;
	}

}

@media only screen and (min-width: 769px) and (max-width: 900px) {
	.special-box h4 {
		font-size: 11px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.news-in-card {
		padding: 8px 12px;
	}
	.news-in-card h6 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.news-in-card a {
		font-size: 14px;
	}
	.news-in-card p {
		font-size: 14px;
    	margin-bottom: 6px;
	}
}

@media only screen and (max-width: 1100px) {
	.slider-list {
		align-items: flex-start;
	}
	.slider-list li {
		margin: 10px;
	}
	section#abc {
		padding-top: 0;
	}
	.slider-text a i {
		font-size: 16px;
		padding: 14px 17px;
	}

}
@media only screen and (max-width: 768px) {
	.no-mobile {
		display: none !important;
	}
	.slider-flex-div {
		padding: 20px 0;
	}
	.slider-list {
		padding-bottom: 15px;
	}
	.timeline-component {
		margin: 15px 0;
	}
	.timeline-card::before {
		content: none !important;
	}
	.timeline-card {
		padding: 20px 20px 10px 20px;
	}
	.timeline-card h2 {
		font-size: 30px;
	}
	.timeline-card ul li {
		font-size: 17px;
	}
	.timeline-component::after {
		content: '';
		height: 30px;
		margin: auto;
		width: 4px;
		position: absolute;
		right: 0;
		left: 0;
		top: -30px;
		background-color: #F3B327;
	}
	.timeline-component.no-after::after {
		content: none;
	}
	.navbar-brand img {
		width: 50%;
	}
	.special-box img:last-child {
		width: 40%;
		top: -8%;
	}
	.special-box p.hidden-text {
		opacity: 1;
	}
	.special-box img:first-child {
		filter: brightness(1);
	}
	.roadmap-head p {
		margin-bottom: 30px;
	}
	.spesific-slider .navbar.navbar-dark {
		padding: 30px 15px;
	}
	.slider-list li {
		margin-left: 0;
	}
	header .navbar .navbar-nav .download-link .nav-link {
		font-size: 17px;
	}
	.bottom-part h4 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.text-part p {
		font-size: 13px;
	}
	.news-section-head {
		font-size: 35px;
		padding-left: 25px;
	}
	.arena-container {
		padding: 0 15px;
	}
	.slider-text , .slider-list{
		width: 100%;
		padding-left: 20px;
	}
	.design-section {
		padding: 30px 0;
	}
	.slider-list {
		margin-bottom: 0;
		justify-content: flex-end;
	}
	.slider-text h1 {
		font-size: 50px;
		line-height: 1;
	}
	.special-box {
		margin-top: 15px;
	}
	.special-box img {
		width: 26px;
	}
	.special-box p {
		font-size: 12px;
	}
	.special-box h4 {
		font-size: 10px;
		margin-top: 10px;
	}
	.slider-text p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.slider-text a {
		margin-top: 0px;
		font-size: 13px;
	}
	.slider-text a i {
		padding: 7px 8px;
	  font-size: 13px;
	}
	section#content {
		padding-top: 70px;
	}
	section {
		padding: 30px 0;
	}
	section#abc {
		height: 100%;
	}
	header .navbar {
		background: #35373c !important;
		border-bottom: 1px solid #4e4f54;
		margin: 0 0;
		padding: 10px 15px;
	}
	section#slider {
		padding-top: 60px;
		height: 100%;
	}
	.navbar-dark .navbar-toggler {
		border: none;
	}
	.navbar-dark .navbar-toggler-icon {
		/*background-image: url(../img/icons/mobil-menu.svg);*/
		width: 30px;
	}
	.bottom-part h4 {
		font-size: 17px;
	}
	.bottom-part i {
		padding: 17px 20px;
		font-size: 14px;
	}
	.slick-dots {
		text-align: left;
		padding-left: 40px;
	}
	.slick-dots li {
		width: 30px;
		height: 2px;
	}
	/*.slick-list {
		padding-left: 30px !important;
	}*/
	.slick-dots li button:before {
		content: '';
	    height: 2px;
	    width: 30px;
	    background: #707070;
	}
	.slick-dots li.slick-active button:before {
		background: #F3B327;
	}
	.news-box .news-text {
		padding: 20px 0;
	}
	section#news .arena-container {
		padding: 0;
	}
	.footer-list li {
		width: 50%;
	}
	.newsletter-box {
		flex-direction: column;
	}
	.input-group .spec-input {
		height: 85px;
		margin-top: 15px;
		padding-left: 25px;
	}
	.input-group a {
		height: 85px;
    	top: 15px;
	}
	.copyright-content h4.left-content {
		font-size: 10px;
	}
	.copyright-content h4.right-content {
		font-size: 10px;
		transform: arenaate(-90deg);
    	position: relative;
    	left: 25px;
	}
	.copyright-content {
		padding: 45px 0;
	}
	header .navbar .navbar-nav .nav-link {
		padding: 10px;
		padding-left: 0;
	}
	.download-link {
		margin-bottom: 20px;
		border-radius: 50px;
	}
	.download-link .nav-link {
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	.download-link .nav-link i {
		margin-left: auto;
	}
	.download-link i {
		color: #fff;
		border-color: #fff;
		padding: 11px 14px;
		font-size: 22px;
	}
	.download-link {
		background-color: #F3B327;
		padding: 0;
	}
	.download-link .nav-link {
		padding-left: 10px;
	}
	.pre-sale-link{
		background-color: #d140b9 !important;
		padding: 0;
		margin: 0px 0px 20px 10px;
	}
	.pre-sale-link .nav-link {
		padding-left: 10px;
	}
	.pre-sale-link {
		margin-bottom: 50px;
		border-radius: 50px;
		background-color: #d140b9 !important;
	}
	.pre-sale-link .nav-link {
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	.pre-sale-link .nav-link i {
		margin-left: auto;
	}
	.pre-sale-link i {
		color: #fff;
		border-color: #fff;
		padding: 11px 14px;
		font-size: 22px;
	}
	.header-list {
		padding: 0;
		padding-top: 30px;
		margin-top: 30px;
		border-top: 2px solid #F3B327;
	}
	.header-list li {
		width: 100%;
		display: block;
		padding: 10px;
		padding-left: 20px;
		

	}
	.header-list li a {
		font-size: 16px;
		font-weight: bold;
		color: #aeafb1;
	}
	.bordered-top {
		border-top: 1px solid #4e4f54;
		padding-top: 30px;
		margin-top: 15px;
	}
	header .navbar .navbar-nav .download-link a.nav-link {
		padding-left: 20px;
	}
	.navbar-nav li.nav-item {
		padding-left: 20px;
	}
	.section-head {
		font-size: 30px;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		margin: 0 8px;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: 0;
	}
	section#faqContent, section#newsContent {
		padding: 15px 0;
	}
	.faq-text {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.myaccordion .card .acc-head {
		text-align: left;
		font-size: 15px;
	}
	.acc-content {
		font-size: 14px;
	}
	#newsContent .section-head {
		margin-top: 0px;
	}
	.news-text-head {
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.news-desc {
		margin-top: 12px;
		font-size: 14px;
		max-width: 100%;
	}
	.news-detail-page {
		flex-direction: column;
	}
	.news-sidebar {
		width: 100%;
		order: 2;
		border: none;
		padding: 0;
		display: block;
		position: inherit;
	}
	.news-detail-content {
		width: 100%;
		padding: 0;
		order: 1;
	}
	.departmant-header {
		margin-top: 35px;
		font-size: 20px;
	}
	.about-item {
		flex-direction: column;
		margin: 0;
		padding: 15px 0;
	}
	.about-item .about-sm-item , .about-item .about-bg-item{
		width: 100%;
		height: auto;
	}
	.about-sm-item .news-desc, .about-bg-item .news-desc {
		max-width: 100%;
		text-align: center;
	}
	.about-item .section-head {
		text-align: center;
		font-size: 24px;
	}
	#newsContent .about-item .news-desc {
		font-size: 15px;
		margin-top: 10px;
	}
	.about-bg-item img {
		padding: 5px 0 20px 0 !important;
	}
	.left.second {
		order: 2;
	}
	.left.fourth {
		order: 2;
	}
	#newsContent .arena-container {
		padding: 0 15px;
	}
	.spesific-slider {
		background-position: right bottom;
		background-size: 50% auto;
	}
	.spesific-slider .spec-slide-soldier {
		height: 100%;
    right: 35%;
    left: auto;
	}
	section#abc {
		padding: 0;
	}
	.navigation-btns {
		flex-direction: column;
	}
	.navigation-btns .navigation-btn {
		margin: 15px 0;
	}
	.news-sidebar {
		margin-top: 30px;
	}
	.special-box p.hidden-text {
		display: flex;
		position: static;
		padding-top: 20px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.spec-slide-soldier.slick-slide {
		height: auto;
		object-fit: cover;
	} 
	.spesific-mobile-slider {
	  display: flex;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66%;
	}
	.mobile-sec {
		order: 2;
	}
	.mobile-frs {
		order: 1;
	}
	.page-right-logo {
		padding-top: 25px;
		margin-top: 20px;
	}
	.community {
		padding: 30px 30px;
	}
	.bg-box a img{
		min-width: auto;
		width: 100%;
	}
	.navigation-btns .mobile-navigation-btn-left{
		position: absolute;
		margin-right: 75px;
		justify-content: center !important;
	}
	.navigation-btns .mobile-navigation-btn-right{
		justify-content: center;
    	/*margin-left: 75px;*/
	}
	.news-card {
		margin-bottom: 30px;
	}
	.border-card {
	/*	overflow-x: scroll;*/
	}
	.border-card::-webkit-scrollbar {
		display: none;
	}
	.border-card .cell {
		padding: 10px 15px;
		flex: 1 0 auto;
		width: 150px;
		font-size: 16px;
	}
	.border-card .cell.cell-left {
		width: 130px;
		font-size: 14px;
	}
	.border-card .cell.small {
		width: 85px;
		font-size: 14px;
	}
	.footer-right-one a span{
		font-size: 14px;
	}
	.footer-right-one a img {
		width: auto;
	}
	.slider-mobile-btn{
		margin-left: 0 !important;
		justify-content: initial;
	}
}
@media only screen and (max-width: 400px) {
	section#partners{
		padding: 90px 0px 0px 0px;
	}
	section#faqContent{
		padding: 90px 0px 0px 0px;
	}
	.subpages-banner {
		padding: 0px 20px;
	}
	.border-card .cell.cell-left {
		width: 110px;
		font-size: 14px;
	}
	.border-card .cell {
		font-size: 12px;
		width: 150px;
	}
	.border-card .cell.small {
		width: 85px;
		font-size: 14px;
	}
	.navigation-btns .mobile-navigation-btn-left a i{
		position: absolute;
		top: 50%;
		left: 30%;
	  }
	.navigation-btns .mobile-navigation-btn-right a i{
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.navigation-btns .mobile-navigation-btn-left a i:hover{
		margin-left: 0px;
	  }
	.navigation-btns .mobile-navigation-btn-right a i:hover{
		margin-left: 10px;
	}
	.no-mobile {
		display: none !important;
	}
	.partners-slide-item {
		margin: 0px 15px;
	}
}