@charset "utf-8";
@import url('font-awesome.min.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('jquery.listtopie.css');
@import url('animations.css');

/* 
* Google Fonts

* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style   

* HEADER

* CONTANT
  - Banner Section
  - Work Section
  - Feature Section
  - Timeline Section
  - Team Section
  - Token Sale Section
  - Blog Section
  - Ico Apps
  - FAQ Section
  - Home Tow Page
  - About Page
  - Blog List Page
  - Blog Detail Page
  - Team Page
  - Feature Page
  - Roadmap Page
  - Contact Page
  - Token Sale Page

* FOOTER
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap');
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

:root {
	--color-success: #5bbc8f;
	--color-successLight: #5bbc8f59;
	--color-danger: #ff5656;
	--color-dangerLight: #ff565659;
	--color-warning: #f7af3e;
	--color-warningLight: #f7af3e59;
	--color-info: #5d9cec;
	--color-infoLight: #5d9cec59;
	--color-infoDark: #4988d8;
}

@media screen and (min-width:768px) {
	::-webkit-scrollbar {width: 6px;height:6px;}
	::-webkit-scrollbar-track {background: rgba(0,0,0,0.5); margin: 0px 0px 0px 0px; border-radius: 0px;}
	::-webkit-scrollbar-thumb {background: #16d5ff; border-radius: 0px;}
	::-webkit-scrollbar-thumb:hover {background: #000 }
}

html{
	font-family: "IranYekan";
	direction:rtl;
	overflow-x:hidden;
}
body {
	font-family: inherit;
}

/*---------- General Style ------------*/
*{box-sizing: border-box;}
body, html {height: 100%; margin: 0; padding: 0;}
body{line-height: 24px; font-size: 14px; font-weight: 400; letter-spacing: 0px;}
img {height: auto; max-width: 100%;}
a, a:focus, button:focus {outline: none !important;  text-decoration: none; box-shadow: unset !important;}
a:hover { text-decoration: none;}
ul, li, label, span {list-style: none; padding: 0; margin: 0;}
p{padding: 0; margin: 0;}
input:focus {outline: unset; box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.5);}
h4 strong {
	font-size: 1.15rem;
	color: #000;
	font-weight: bold;
}
p strong,
p b{
	color: #000;
	font-weight: bold;
}
.transition, .btn, .form-control, a, input, button{transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;}
.container{max-width: 1230px;}
.position-u{position: unset;}
.position-r{position: relative;}
.flex-align{display: flex; align-items: center;}
.flex-bottom{display: flex; align-items: flex-end;}
.justify-center{justify-content: center; display: flex;}
.sub-heading {text-transform: uppercase; padding-bottom: 3px;}
.heading-title {font-size: 40px; font-weight: 600; padding-bottom: 18px;}
.heading-des {max-width: 580px; margin: 0 auto;}
.heading-title-2 {font-size: 45px; font-weight: 600;}
.sub-heading-2 {font-size: 30px; font-weight: 600;}
.z-index-2{z-index: 2;}
.white-space{white-space: nowrap;}
.text-right{text-align: right;}
.clear{clear: both;}
.top-scroll {position: fixed; visibility: hidden; opacity: 0; border-radius: 5px; z-index: 999; bottom: 15px; right: 15px; width: 35px; height: 35px; text-align: center; line-height: 32px; font-size: 26px;}
.top-scroll.fixed{visibility: visible; opacity: 1;}

.ptb-100{padding-top: 100px; padding-bottom: 100px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}

.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-25{padding-top: 25px;}
.pt-50{padding-top: 100px;}
.pt-90{padding-top: 100px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}

.pr-75{padding-right: 75px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-40{padding-bottom: 40px;}
.pb-45{padding-bottom: 45px;}
.pb-55{padding-bottom: 55px;}
.pb-65{padding-bottom: 65px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}

.mt-100{margin-top: 100px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-45{margin-bottom: 45px;}

/* - Headings Style   //---------------- */
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: 700}

/*----- Button Style -----*/
.btn { font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border: 1px solid; padding: 14px 22px; border-radius: 5px; position: relative; -webkit-transform: translateY(0px); transform: translateY(0px);}
.btn:hover{-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.btn:before { content: ""; pointer-events: none; position: absolute; z-index: -1; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; transition: all 400ms ease;}
.btn.btn-2 {border-radius: 50px;}
.btn:hover:before {opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);}
.owl-dots {padding-top: 50px; text-align: center;}
.owl-dot {width: 12px; height: 12px; margin: 0px 5px; border-radius: 100%;}
.btn.effect:before {opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);}
@media screen and (max-width:768px) {
	.btn.effect-auto:before {opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);}
}

/*----- Form Style -----*/
.form-group {margin-bottom: 20px;}
.form-control { border-radius: 5px; border: 0; height: unset; padding: 13px 30px;}
textarea.form-control {min-height: 170px;}
.form-control:focus{ outline: none; box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, .3);}

/*----- Header -----*/
header {padding: 56px 0px; position: fixed; width: 100%; top: 0; left: 0; z-index: 999;}
header .container{position: relative;}
.logo {text-align: left;}
.logo img:hover {opacity: 0.5;}
header .logo img {width:64px;box-shadow: 0 0 10px #6131f99c;border-radius: 50%;}
.menu {display: flex; align-items: center; justify-content: flex-start;}
.menu ul {text-align: right !important;}
.menu ul li{display: inline-block; padding: 0px 26px; position: relative;}    
.menu ul li a{font-weight: 700; text-transform: uppercase; font-size: 16px; position: relative; padding: 10px 0px 30px 0px;}
.menu ul li.mega-menu {padding-right:25px;}
.signin {margin-left: 30px;}
.signin .btn{text-align:right !important; padding: 10px 10px;}
.menu > ul > li > a:before { content: ""; position: absolute; bottom: 20px; left: 0; width: 0; height: 2px; transition: all 400ms ease;}
.opener{display: none; position: absolute; top: 20px; right: 15px; width: 70%; height: 18px; transform: translateY(-50%); z-index: 1;}
.opener:before{content: ""; position: absolute; top: 50%; right: 1px; width: 16px; height: 2px; transform: translateY(-50%);}
.opener:after{content: ""; position: absolute; top: 50%; right: 8px; width: 2px; height: 16px; transform: translateY(-50%); transition: all 400ms ease;}
.menu-toggle{display: none; width: 26px; height: 18px; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after{position: absolute; left: 50%; width: 100%; height: 2px; content: ""; transition: all 400ms ease;}
.menu-toggle span{top: 50%; transform: translate(-50%, -50%);}
.menu-toggle span:before{top: -8px; transform: translate(-50%);}
.menu-toggle span:after{top: 8px; transform: translate(-50%);}
.menu-toggle.active span:before{top: 0px; transform: translate(-50%) rotate(-45deg)}
.menu-toggle.active span:after{top: 0px; transform: translate(-50%) rotate(45deg);}
.opener.active:after {transform: rotate(90deg); top: 1px;}
@media screen and (max-width:768px) {
	header {
		display: flex;	
		align-items: center;
		height: 64px;
		padding: 0 !important;	
		border-bottom: 1px solid #eee;
	}
	header .logo img {width:unset;height:36px;}
}

/*----- Sticky Header -----*/
header.fixed {padding: 15px 0px;}
/*----- Sticky Header End -----*/
/*----- Header End -----*/

/*----- bgIamge, lightskyblue -----*/
.lightskyblue.bgImage {background-image: url(../images/tokensale.svg); background-repeat:no-repeat; background-attachment: fixed;}
.bgImage2 {background-image: url(../images/banner-bg.svg); background-repeat:no-repeat; background-attachment: fixed;}

/*_______________________________________________________
// Home Page Style  //----------------------------
_______________________________________________________*/
/*----- Home Banner -----*/
.home-banner {padding: 140px 0px 70px 0px; overflow: hidden; background: url(../images/banner-bg.svg) no-repeat center / cover; background-attachment: fixed;}
.banner-heading {font-size: 45px; padding-bottom: 10px;}
.banner-des {font-size: 16px; margin-bottom: 30px;}
.banner-img {animation: MoveUpDown 2s linear infinite;text-align: center;}
@keyframes MoveUpDown{0%{position: relative; top:0;}50%{position: relative; top:10px;} 100%{position: relative; top:0;}}
/*----- Home Banner End -----*/

/*----- Work Section -----*/
.work-part {overflow: hidden;}
.work-box{position: relative;width:100%;}
.work-box video{border-radius: 15px;}
.work-process-title {font-size: 30px; max-width: 500px; font-weight: 600;}
.work-des {max-width: 480px;}
ul.check-list {max-width: 500px;}
ul.check-list li{padding-bottom: 12px; display: inline-block; width: 100%;}
ul.check-list li:last-child{padding-bottom: 0;}
ul.check-list li span{width: 18px; height: 18px; line-height: 18px; border-radius: 100%; display: block; text-align: center; float: left; position: relative; top: 4px;}
ul.check-list li p{padding-left: 10px; width: calc(100% - 18px); float: left;}
.work-box-bg{background: url(../images/work-petern.png); background-position: center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation: ripple 5s infinite; transition: all 400ms ease;}
.work-box img{position: relative;}
.rotation-img{-webkit-animation: rotation 15s infinite linear;}
@keyframes ripple{0%{transform: scale(0.8);}50%{transform: scale(1.2);}100%{transform: scale(0.8);}}
@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
/*----- Work Section End -----*/

/*----- Feature Section -----*/
.feature-box {max-width: 300px;}
.feature-des{padding-top: 10px;}
.feature-icon img{height:200px; transition: all 400ms ease;}
.feature-box:hover .feature-icon img {    filter: grayscale(100%);}
.feature-title {font-size: 24px; font-weight: 600;}
.feature-box-2 .frontend, .feature-box-2 .backend {box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 0.1);}
/*----- Feature Section End -----*/

/*----- Timeline Section -----*/
.main-roadmap{overflow: hidden;}
.main-roadmap .owl-carousel .owl-stage-outer {overflow: unset;}
.h-border {border-bottom: 2px dashed; margin-top: 175px;}
.date-title { font-size: 18px; font-weight: 700; position: absolute; top: -60px; width: 100%; left: 0;}
.small-round {width: 38px; height: 38px; border: 2px solid; border-radius: 100%; position: absolute; top: -20px; left: 50%; transform: translate(-50%); z-index: 1;}
.small-round span {width: 24px; height: 24px; border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;}
.v-row {border-left: 2px dashed; height: 96px; position: relative; left: 50%; margin-left: -1px;}
.v-row:before {content: ""; width: 15px; height: 15px; border-radius: 100%; position: absolute; bottom: -15px; left: -9px;}
.roadmap-detail-box {max-width: 250px; margin: 0 auto; padding-top: 25px; width: 100%;}
.roadmap-slider .owl-item:nth-child(2n+0) .date-title{top: 35px;}
.roadmap-slider .owl-item:nth-child(2n+0) .v-row{top: -110px; position: absolute;}
.roadmap-slider .owl-item:nth-child(2n+0) .v-row:before{top: -5px;}
.roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box{position: absolute; bottom: 130px; left: 50%; transform: translate(-50%);;}
/*----- Timeline Section End -----*/

/*----- Team Section -----*/
.team-part {overflow: hidden;}
.team-img {width: 156px; height: 156px; border-radius: 100%; overflow: hidden; border: 5px solid; float: left; transition: all 400ms ease;}
.team-des {width: calc(100% - 156px); float: left; padding-left: 20px;}
.member-name {font-size: 20px; padding-bottom: 5px;}
.team-box ul li {display: inline-block; padding: 0px 15px;}
.team-box ul li:first-child{padding-left: 0;}
.team-box ul li:last-child{padding-right: 0;}
.team-part{overflow: hidden;}
/*----- Team Section End -----*/

/*----- Token Sale Section -----*/
.token-sale {background: url(../images/tokensale.svg) no-repeat; background-attachment: fixed;}
.token-graphic-detail ul li{position: relative; padding: 5px 0px; padding-right: 40px;}
.token-graphic-detail ul li:before{content: ""; position: absolute; top: 4px; right: 0; width: 27px; height: 27px; border-radius: 100%}
.token-list {position: relative; margin: 0 auto;}
.token-list-right {width: 400px; height: 400px; float: right;}
.graph-logo {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
/*----- Token Sale Section End -----*/

/*----- Blog Section -----*/
.blog-img{border-radius: 5px; overflow: hidden; margin-bottom: 15px; position: relative;}
.blog-img a:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 400ms ease; z-index: 1; opacity: 0;}
.blog-box:hover .blog-img a:before{opacity: 1;}
.blog-img img{transition: all 400ms ease;}
.blog-box:hover .blog-img img{transform: scale(1.1);}
.blog-title{font-size: 18px; font-weight: 700;}
.blog-date{padding-top: 3px; padding-bottom: 5px;}
.blog-date li{display: inline-block; padding: 0px 15px; position: relative;}
.blog-date li:first-child {padding-left: 0;}
.blog-date li:before{content: ""; position: absolute; top: 8px; right: 0; width: 2px; height: 10px;}
.blog-date li:last-child:before{width: 0;}
.blog-des{padding-bottom: 8px;}
.blog-des-box p{padding-bottom: 8px;}
.read-more{text-decoration: underline;}
.read-more:hover{text-decoration: underline;}
/*----- Blog Section End -----*/

/*----- FAQ Section -----*/
.ico-apps {/*background-color: #fff !important;*/ /*background: url(../images/ico-apps-bg.svg) no-repeat;*/ background-attachment: fixed; overflow: hidden;}
.faq-part {padding-bottom: 30px;}
.Frequently-tabs{display: block; text-align: center; border: 0;}
.Frequently-tabs li{padding: 0px 20px; display: inline-block;}
.Frequently-tabs li:first-child{padding-left: 0;}
.Frequently-tabs li:last-child{padding-right: 0;}
.Frequently-tabs li a{font-size: 16px; text-transform: uppercase; position: relative; display: block;}
.Frequently-tabs li a:before{content: ""; position: absolute; bottom: -10px; left: 50%; transform: translate(-50%); width: 0; height: 2px; transition: all 400ms ease;}
.Frequently-tabs li a.active:before{width: 80%;}
.faq-tab {max-width: 540px;}
.tab-panel.active{display: block;}
.tab-panel{display: none;}
.qus-title {font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 700;}
/*----- FAQ Section End -----*/

/*_______________________________________________________
// Home Page Tow Style  //----------------------------
_______________________________________________________*/
/*----- Home Banner -----*/
.home-banner-2{overflow: hidden;}
#particle-canvas {width: 100%; height: 100%;}
#particle-canvas canvas{position: absolute !important; width: 100% !important; height: 100% !important; top: 0px; left: 0;     z-index: 0 !important; opacity: .5;}
.home-banner-2 {padding-top: 84px;}
.banner-heading-tow{font-size: 45px; text-transform: uppercase; margin-bottom: 15px;}
.home-banner-2 .banner-des{margin-bottom: 0;}
.coin-counter{border-radius: 40px; padding: 40px; text-align: center; max-width: 492px; float: right;}
.coin-start{font-size: 20px; font-family: 'Poppins', sans-serif; padding-bottom: 20px;}
.coin-head{font-size: 20px; font-weight: 600; margin-bottom: 25px;}
.coins-counter-loop{padding-bottom: 35px;}
.coins-counter-loop li{display: inline-block; padding: 0px 17px; position: relative;}
.coins-counter-loop li:first-child{padding-left: 0;}
.coins-counter-loop li:last-child{padding-right: 0;}
.coins-counter-loop li:before, .coins-counter-loop li:after{content: ""; position: absolute; right: -4px; width: 5px; height: 5px;}
.coins-counter-loop li:before{top: 29px;}
.coins-counter-loop li:after{top: 41px;}
.coins-counter-loop li:last-child:before, .coins-counter-loop li:last-child:after {content: unset;}
.coins-counter-loop li span{width: 75px; height: 75px; line-height: 75px; font-size: 35px; font-weight: 700; font-family: 'Poppins', sans-serif; display: block; border-radius: 5px;}
.coins-counter-loop li .coin-day{font-family: 'Poppins', sans-serif; text-transform: uppercase; padding-top: 8px; display: block;}
.coin-slide-text {text-align: left; font-weight: 700; padding-bottom: 10px;}
.coin-max {float: right;}
.coins-progress {width: 100%; height: 18px; border-radius: 20px; overflow: hidden; position: relative; margin-bottom: 50px;}
.coins-progress span {height: 100%; display: block; width: 0; position: absolute; font-size: 0; border-radius: 50px;}
/*----- Home Banner End -----*/

/*----- About Section -----*/
.about-part{overflow: hidden;}
/*----- About Section End -----*/

/*----- Feature tow -----*/
.feature-part-2 {padding-bottom: 70px;}
.feature-box-2{position: relative;     height: 100%;}
.feature-box-2 .frontend, .feature-box-2 .backend {padding: 40px;     height: 100%;}
.feature-box-2 .frontend {-webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg);}
.feature-icon-2 {width: 40px; float: left;}
.feature-content {width: calc(100% - 40px); float: left; padding-left: 20px;}
.feature-title-2 {font-size: 24px; font-weight: 600;}
.feature-part-2 .backend { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);}
.feature-box-2 .frontend, .feature-box-2 .backend { z-index: 1; border-radius: inherit; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8); -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8); transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);}
.feature-box-2:hover .backend{-webkit-transform: rotateY(0); -moz-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1); -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1); transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);}
.feature-box-2:hover .frontend { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1); -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1); transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);}
.feature-main{overflow: hidden;}
/*----- Feature tow End -----*/

/*----- Roadmap Section -----*/
.roadmap-part .heading-des{max-width: 740px;}
.roadmap-part .main-roadmap {margin-top: 80px;}
.roadmap-part .date-title {position: unset; font-size: 16px; text-transform: uppercase; padding-bottom: 5px;}
.roadmap-part .v-row:before{content: unset;}
.roadmap-part .small-round {width: 20px; height: 20px; top: -11px;}
.roadmap-part .small-round span {width: 8px; height: 8px;}
.roadmap-part .v-row {border-left: 1px solid; height: 50px; top: 22px;}
.roadmap-part .h-border {border-bottom: 2px solid; margin-top: 20px;}
.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box{position: unset; transform: unset;}
.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .v-row{position: relative; top: 22px;}
/*----- Roadmap Section End -----*/

/*----- Team tow Section -----*/
.team-slide-box {padding: 0px 15px;}
.team-box-2 {border-radius: 5px; overflow: hidden;}
.team-member-name {text-align: center; padding: 25px 10px;}
.team-member-name a {font-size: 20px; font-weight: 700;}
.team-member-img {position: relative; overflow: hidden;}
.team-member-img img {transition: all .35s; -webkit-transition: all .35s; }
.team-box-2:hover .team-member-img img {opacity: .4;}
.team-member-img:after { transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0); transition: all .6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0); -webkit-transition: all .6s}
.team-box-2:hover .team-member-img:after {transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0); -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)}
.team-member-img:after {height: 100%; left: 0; top: 0; position: absolute; width: 100%; content: "";}
/*----- Team tow Section End -----*/

/*----- Token Sale tow Section -----*/
.token-sale-2{overflow: hidden;}
.token-sale-2 .heading-des{max-width: 740px;}
.token-sale-2 .token-graphic-detail {padding-left: 50px;}
.token-sale-2 .token-graphic-detail ul li{font-size: 16px;}
.token-sale-2 .token-graphic-detail ul li:before {top: 7px; width: 21px; height: 21px;}
/*----- Token Sale tow Section End -----*/

.ico-apps-2{overflow: hidden;}

/*----- FAQ tow Section -----*/
.faq-part-2 {overflow: hidden;}
.faq-part-2 .heading-des{max-width: 740px;}
.faq-part-2 .Frequently-tabs li a{padding: 15px 26px; border-radius: 5px;}
.faq-part-2 .Frequently-tabs li {padding: 0px 10px;}
.faq-part-2 .Frequently-tabs li a:before{content: unset;}
.faq-part-2 .faq-tab {padding: 45px 40px; border-radius: 5px; max-width: unset;}
.faq-part-2 .qus-title {font-size: 18px; font-weight: 400;}
.accordion-faq-box{border-radius: 5px;}
.accordion-faq-title {font-size: 18px; border-radius: 5px; padding: 13px 30px; display: block; position: relative; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.accordion-faq-title.active{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.accordion-faq-title:before, .accordion-faq-title:after {content: ""; position: absolute; top: 50%; right: 37px; width: 2px; height: 15px; transition: all 400ms ease;transform: translateY(-50%);}
.accordion-faq-title:after{width: 16px; height: 2px; right: 30px; top: 50%;}
.accordion-faq-title.active:before {opacity: 0;}
.accordion-faq-content {display: none; padding: 13px 30px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-top: 0;}
/*----- FAQ tow Section End -----*/

/*_______________________________________________________
// About Page Style  //----------------------------
_______________________________________________________*/
.sub-page-banner {padding-top: 140px; padding-bottom: 90px; background: url(../images/sub-page-banner.svg); background-attachment: fixed; background-repeat: no-repeat;}
.sub-banner-title {font-size: 50px; font-weight: 600; padding-bottom: 10px;}
.sub-page-banner ul li {font-size: 16px; position: relative; display: inline-block; font-weight: 700; text-transform: uppercase; padding: 0px 30px;}
.sub-page-banner ul li:before{content: ""; position: absolute; top: 6px; left: -2px; width: 2px; height: 15px; transform: rotate(20deg);}
.sub-page-banner ul li:last-child:before{content: unset;}
.about-des {font-size: 16px;}
.about-main .work-box {position: relative; border-radius: 5px; overflow: hidden;}
.video-play {height: 300px;}
button.close {position: absolute; right: 0px; top: -35px; opacity: 1; font-size: 30px; z-index: 2;}
.play-icon {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.play-icon span {width: 97px; height: 97px; border-radius: 100%; line-height: 56px; border: 20px solid; font-size: 30px; padding-left: 6px; transition: all 400ms ease;}
.modal-open .modal {z-index: 999999; background: #0000006b;}
.modal-backdrop.show{display: none;}
.about-main {overflow: hidden;}
/*_______________________________________________________
// Blog List Page Style  //----------------------------
_______________________________________________________*/
.blog-slider {width:100%;}
.blog-slider img {
	border-radius: 15px 15px 0 0;
    height: 205px;
	object-fit: cover;
}
.blog-slider p {overflow: hidden;font-size: 0.9rem;}
.blog-slider .date {display:inline-block; color:#aaa; margin-top:10px;font-size: 0.8rem;}
.blog-slider .author {display:inline-block; color:#aaa; margin-top:10px;font-size: 0.8rem;}
.blog-slider .card {min-height:450px; border-radius: 15px !important ;background-color: #f2f8fe;box-shadow: 0 0 5px rgba(0,0,0,0.2);margin: 5px;border: none;overflow: hidden;}
.blog-slider .card .card-title {font-size: 1.2rem; color:#666;text-align: justify;}
.blog-slider .card .card-footer {
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	width:100%;
	height:56px;
}
.blog-slider .card .card-footer .date,
.blog-slider .card .card-footer .author {
	margin:0px;
}

/* blog-slider2: no image OR small */
.blog-slider.blog-slider2 .card {height:417px;}
.blog-slider.blog-slider2 p {text-overflow: unset;white-space: unset;overflow: hidden;text-align: justify;font-size: 0.85rem;}
.blog-slider.blog-slider2 .card img {border-radius:15px;}
.blog-slider.blog-slider2 .card .card-title {height: 56px;}

.blog-slider.white .card {border-radius: 15px;background-color: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);margin: 5px;border: none;}
.blog-search {position: relative;}
.blog-search input { width: 100%; background: transparent; border: 1px solid; padding: 12px 60px 12px 30px;     border-radius: 5px;}
.blog-search-btn { border: 0; position: absolute; top: 0; right: 0; padding: 13px 16px; font-size: 20px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.blog-category {padding: 25px 30px; border-radius: 5px;}
.blog-cat-title { font-size: 20px; font-weight: 600; text-transform: uppercase; padding-bottom: 20px;}
.blog-category ul li {padding: 5px 0px 5px 40px; position: relative;}
.blog-category ul li:before {content: ""; position: absolute; top: 17px; left: 0px; width: 20px; height: 1px;}
.blog-category ul li a {font-family: 'Poppins', sans-serif;}
.trending-news-box {display: flex; align-items: center; width: 100%;}
.trending-news-img {width: 90px; float: left; border-radius: 5px; overflow: hidden;}
.trending-news-content {width: calc(100% - 90px); float: left; padding-left: 18px;}
.trending-news-title {font-size: 14px; font-weight: 600; display: block;}
.trending-news-date {font-size: 12px;}
.trending-news-box:hover .trending-news-img img{transform: scale(1.1);}
.blog-tags ul {margin: 0px -4px;}
.blog-tags ul li {display: inline-block; margin-bottom: 10px; padding: 0px 4px;}
.blog-tags ul li a {font-family: 'Poppins', sans-serif; display: block; padding: 5px 14px; border-radius: 5px;}
.archives ul{}
.archives ul li{border-bottom: 1px solid;}
.archives ul li a{font-family: 'Poppins', sans-serif; display: block; padding: 12px 15px; position: relative;}
.archives ul li:first-child a{padding-top: 0;}
.archives ul li a:before{content: "\f105"; font-family: fontawesome; position: absolute; left: 0;}
.blog-list-box {padding-bottom: 50px;}
.blog-list-img {border-radius: 5px; overflow: hidden; margin-bottom: 20px;}
.blog-list-title {font-size: 24px; font-family: 'Lato', sans-serif; padding-bottom: 10px; display: inline-block;}
.blog-list-content ul{padding-bottom: 20px;}
.blog-list-content ul li{display: inline-block; padding: 0px 20px; position: relative;}
.blog-list-content ul li:first-child {padding-left: 0;}
.blog-list-content ul li:before{content: ""; position: absolute; top: 8px; right: 0; width: 2px; height: 10px;}
.blog-list-content ul li:last-child:before{content: unset;}
.blog-list-des {padding-bottom: 15px;}
.blog-list-img img:hover{transform: scale(1.1);}
.blog-list-pagination ul li{display: inline-block; padding: 0px 5px;}
.blog-list-pagination ul li:first-child{padding-left: 0;}
.blog-list-pagination ul li a{display: block; width: 45px; height: 45px; border-radius: 5px; text-align: center; line-height: 45px; font-size: 16px;}

/*_______________________________________________________
// Blog Detail Page Style  //----------------------------
_______________________________________________________*/
.blog-detail-img {display: flex;align-items:center;justify-content:center;margin-bottom: 25px;padding:15px;}
.blog-detail-img img {max-height:320px;border-radius: 15px;object-fit: contain;object-position: center;}
.blog-detail-content ul{padding-bottom: 15px;}
.blog-detail-content ul li{display: inline-block; padding: 0px 20px; position: relative; font-size: 16px;}
.blog-detail-content ul li:first-child{padding-right: 0;}
.blog-detail-content ul li:before{content: ""; position: absolute; top: 8px; left: 0; width: 2px; height: 10px;}
.blog-detail-content ul li:last-child:before{content: unset;}
.blog-detail-content h2{font-size: 28px; padding-bottom: 15px;}
.blog-detail-content p{padding-bottom: 25px;}
.blog-detail-content blockquote{padding: 30px 40px; font-size: 16px; font-style: italic; border-left: 5px solid; border-radius: 5px; margin: 0; margin-bottom: 25px;}
.blog-detail-tag span{font-size: 18px; font-weight: 700;}
.blog-detail-tag ul{display: inline-block; padding-left: 20px;}
.blog-detail-tag ul li{display: inline-block; padding-right: 8px; margin: 5px 0;}
.blog-detail-tag ul li:last-child{padding-left: 0;}
.blog-detail-tag ul li a{ display: block; padding: 8px 25px; border-radius: 5px;}
.blog-detail-social span{font-size: 18px; font-weight: 700;}
.blog-detail-social ul{display: inline-block; padding-left: 20px;}
.blog-detail-social ul li{display: inline-block; padding-right: 8px;}
.blog-detail-social ul li:last-child{padding-right: 0;}
.blog-detail-social ul li a{;display: list-item; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 5px;}
.blog-detail-tag-social { padding-bottom: 50px; margin-bottom: 50px;}
.blog-comment-heading {font-size: 28px; padding-bottom: 30px;}
.blog-comment-box li {display: flex; width: 100%; position: relative; margin-bottom: 28px; align-items: center;}
.comment-user {width: 90px; border-radius: 5px; overflow: hidden; float: left;}
.blog-comment-content {width: calc(100% - 90px); float: left; padding-left: 25px;}
.commenter {font-size: 18px;}
.comment-date {font-size: 12px; font-family: 'Poppins', sans-serif;}
.comment-des {font-family: 'Poppins', sans-serif;}
.comment-reply {font-size: 12px; font-family: 'Poppins', sans-serif; display: inline-block; padding: 6px 19px; border-radius: 5px; position: absolute; top: 0; right: 0;}
.comment-reply i {padding-left: 5px;}
.blog-comment-post-singel {border-bottom: 1px solid; padding-bottom: 20px; margin-bottom: 50px;}
@media screen and (max-width:768px) {
	.blog-detail-img {
		padding:0;
	}
}

/*_______________________________________________________
// Team Page Style  //----------------------------
_______________________________________________________*/
.advisors .team-img{float: unset; margin: 0 auto; margin-bottom: 20px;}
.advisors .team-des {width: 100%; float: unset; padding-left: 0;}
.advisors .member-des {max-width: 350px; margin: auto;}

/*_______________________________________________________
// Feature Page Style  //----------------------------
_______________________________________________________*/
.feature-main .work-box .btn{margin-bottom: 20px; margin-top: 20px;}

/*_______________________________________________________
// Roadmap Page Style  //----------------------------
_______________________________________________________*/
.roadmap-main-graph {padding: 50px 0px;}
.roadmap-chart {max-width: 958px; margin: 0 auto;}
.roadmap-center-line {position: absolute; top: 0; left: 50%; transform: translate(-50%); border-right: 2px dashed; height: 100%;}
.roadmap-center-line:before, .roadmap-center-line:after {content: ""; position: absolute; top: -15px; left: -7px; width: 15px; height: 15px; border-radius: 100%;}
.roadmap-center-line:after {bottom: -15px; top: unset;}
.roadmap-content-box {margin-bottom: 140px;}
.roadmap-content-box:last-child{margin-bottom: 0;}
.roadmap-main-content { max-width: 360px; position: relative; margin-left: 105px; float: right;}
.roadmap-animated{padding: 25px 30px; border-radius: 5px;}
.roadmap-date {font-size: 18px; font-family: 'Lato', sans-serif; padding-bottom: 8px;}
.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content {margin-right: 105px; float: unset; margin-left: 0;}
.roadmap-main-content:before {content: ""; position: absolute; top: 50%; left: -120px; transform: translateY(-50%); width: 120px; border-bottom: 2px dashed;}
.roadmap-small-round {position: absolute; top: 50%; left: -138px; transform: translateY(-50%); width: 38px; height: 38px; border: 2px solid; border-radius: 100%; }
.roadmap-small-round:before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; border-radius: 100%;}
.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content:before{right: -120px; left: unset;}
.roadmap-content-box:nth-child(2n + 0) .roadmap-small-round{right: -138px; left: unset;}
.roadmap-main .main-roadmap{display: none;}
.roadmap-main .roadmap-detail-box{ padding: 15px 15px; border-radius: 5px;}
.roadmap-main .date-title{position: unset; margin-bottom: 6px;}
.roadmap-main .v-row:before{content: unset;}
.roadmap-main .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box{bottom: 110px;}
.roadmap-main .main-roadmap {padding-top: 50px;}

/*_______________________________________________________
// Contact Page Style  //----------------------------
_______________________________________________________*/
.contact-form{overflow: hidden;}
.contact-form .heading-des{font-size: 16px;}
.contact-detail{padding-top: 40px;}
.contact-detail li{font-family: 'Poppins', sans-serif; font-size: 16px; display: flex; width: 100%; padding-bottom: 25px; align-items: center;}
.contact-detail li:last-child{padding-bottom: 0;}
.contact-detail li a, .contact-detail li span{width: calc(100% - 44px); float: right; padding-right: 15px;}
.contact-detail li i{width: 44px; height: 44px; line-height: 44px; border-radius: 100%; text-align: center; font-size: 20px; float: left;}
.contact-form .blog-comment-heading{font-size: 35px;}
.contact-map #map{width: 100%; height: 500px;}
.contact-detail li a:hover{color: #16d5ff;}

/*_______________________________________________________
// Token Sale Page Style  //----------------------------
_______________________________________________________*/
.token-sele {overflow: hidden;}
.information-token-head {font-size: 24px; font-weight: 600; padding-bottom: 20px;}
.information-token li{font-family: 'Poppins', sans-serif; margin: 10px 0px; position: relative;}
.information-token li:first-child{margin-top: 0;}
.information-token li:last-child{margin-bottom: 0;}
.information-token li label{position: relative;}
.information-token li span{float: right; position: relative;}
.token-sale-counter {float: unset; max-width: 100%; border-radius: 5px; padding: 40px;}
.token-sale-counter .coins-counter-loop li span{font-size: 50px; font-weight: 400; width: unset; height: unset; line-height: 50px;}
.token-sale-counter .coins-counter-loop li .coin-day {font-size: 16px; padding-top: 15px;}
.token-sale-counter .coins-counter-loop li:before, .token-sale-counter .coins-counter-loop li:after {border-radius: 100%;}
.token-sale-counter .coins-counter-loop li:before {top: 10px;}
.token-sale-counter .coins-counter-loop li:after {top: 30px;}
.token-sale-counter .coins-counter-loop li {padding: 0px 25px;}
.token-sale-counter .coins-counter-loop li:first-child{padding-left: 0;}
.token-sale-counter .coins-counter-loop li:last-child{padding-right: 0;}
.token-slide-info{font-size: 12px; font-family: 'Poppins', sans-serif; text-transform: uppercase; padding-bottom: 10px; display: block; position: relative;}
.token-slide-info:before{content: ""; position: absolute; bottom: -20px; left: 50%; transform: translate(-50%); width: 1px; height: 30px; z-index: 1;}
.token-sale-counter .coins-progress {height: 20px; border-radius: 5px;}
.token-sale-counter .coins-progress span{border-radius: 0px;}
.currency-card{margin-top: 30px;}
.currency-card li{display: inline-block; padding: 0px 10px;}
.currency-card li a:hover{opacity: 0.5;}
.distribution-title { font-size: 24px; font-weight: 600; padding-bottom: 50px;}
.token-distribut .token-graph-right{float: unset; margin: auto; height: unset;}

/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/
footer.bg-pattern{background-position: center 125px; background: #f2f8fe url(../images/footer-petrn.png) no-repeat bottom; padding-bottom: 50px;}
.footer-logo img{transition: all 400ms ease;}
.footer-logo img:hover {opacity: 0.5;}
.footer {border-bottom: 1px solid; padding-bottom: 50px;}
.footer-icon ul li{display: inline-block; padding: 0px 5px;}
.footer-icon ul li:first-child{padding-left: 0;}
.footer-icon ul li a{display: list-item; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 100%; font-size: 16px;}
.footer-link ul{display: inline-block; width: 100%;}
.footer-link ul li{width: 33.33%; float: left; padding-bottom: 10px;}
.subscribe{position: relative;}
.subscribe label{font-size: 18px; padding-bottom: 15px;}
.subscribe .form-control{border: 0; border-radius: 5px; padding-left: 25px; padding-right: 125px;}
.subscribe .submit{font-size: 16px; font-weight: 700; position: absolute; bottom: 0; right: 0; height: 50px; border: 0; width: 115px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;} 

.copyright{padding-top: 50px;}
.copyright p a{text-decoration: underline;}
.copyright ul{text-align: left;}
.copyright ul li{display: inline-block; padding: 0px 25px; position: relative;}
.copyright ul li:first-child{padding-right: 0;}
.copyright ul li:last-child{padding-left: 0;}
.copyright ul li:before{content: ""; position: absolute; top: 7px; left: 0; width: 2px; height: 12px;}
.copyright ul li:last-child:before{width: 0;}
/*----- Footer Section End -----*/

@media screen and (max-width:768px) {
	footer {
		text-align:center;
	}
}

/*-------------------------------------------------------------------
	hide
-------------------------------------------------------------------*/
.hide {
	display: none;
}
.show-auto {
	display:none;
}
@media screen and (max-width:768px) {
	.hide-auto {
		display: none;
	}
	.hide-auto-i {
		display: none !important;
	}
	.show-auto {
		display: block;
	}
}


/*-------------------------------------------------------------------
laptop
-------------------------------------------------------------------*/
.laptop {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	/*background:url("../img/laptop.png") center top no-repeat;*/
	height: 559px;
	width: 100%;
	/*margin-top: 140px;*/
	display: block;
}
.laptop .laptop-frame {
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	top:0;
	width:85%;
	height:460px;
	background-color:#fff;
	border:25px solid #eaeaea;
	box-shadow:0 0 3px #e6e6e6;
	border-radius:15px;
	padding:1px;
	overflow:auto;
	box-shadow: 1px 1px 5px;
}
.laptop .laptop-frame .laptop-frame-reflection {
    position: fixed;
    width: 0%;
    height: 100%;
    left: -100px;
    top: -100px;
    background-color: transparent;
    z-index: 1;
    border: 1px solid #fff;
    box-shadow: 0 10px 0px 200px rgba(255,255,255,0.5);
    transform: rotate(17deg);
}
.laptop .laptop-frame .tbl {
	width:100%;
}
.laptop .laptop-frame .tbl tr {
	background-color: #fff !important;
}
.laptop .laptop-frame .tbl.table>:not(caption)>*>* {
	box-shadow: none !important;
	border:none !important;
}
.laptop .laptop-frame .tbl.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #eef8ff !important;
}
.laptop .laptop-frame .tbl thead th {
	background-color: #fff;
	color: #aaa;
	border: 0;
}
.laptop .laptop-frame .tbl thead td {
	height:36px;
	text-align:center;
	vertical-align:middle;
}
.laptop .laptop-botton {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: calc(25px * 2); /* frame width */
	width: 95%;
	height: 50px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	background-image:url(../images/laptop_key.png);
	/*background-color: #eaeaeaa6;*/
}
.laptop .section-footer {
	position:absolute;
	height: 140px;
	width:100%;
	left:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.laptop .section-footer h2,
.laptop .section-footer h5{
	color:#fff;
}
@media screen and (max-width:768px) {
	.laptop {
		height: 500px;
	}
	.laptop .laptop-frame	{
		border-width:5px;
		width:95%;
		overflow-x: hidden;
	}
	.laptop .laptop-botton {
		display: none;
	}
	.laptop .section-footer h2{
		font-size: 1.3rem;
	}
	.laptop .section-footer h5{
		font-size:1rem;
	}
	.laptop .laptop-frame .laptop-frame-reflection {
		left: -160px;
		transform: rotate(201deg);
	}		
}


/*------------------------------------------------------------------------------
   .coinPage
------------------------------------------------------------------------------*/
.coinPage {
	background-color: #f2f3f5;
}
.coinPage .coinPage-header {
	display:flex;
	justify-content:center;	
	align-items:center;
	width:100%;
	min-height: 320px;
	padding-bottom: 4.5rem;	
	background-color:#fff;
	border-bottom: 1px solid #ddd;
}
.coinPage .coinPage-header .coinPage-header-inner {
	width:60%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.coinPage .coinPage-header .coinPage-header-inner .percent{
	font-size: 1.2rem !important;
	direction: ltr;
	border-radius: 15px;
	height: 32px;
	line-height: 36px;
	min-width: 64px;
	display: inline-block;
	text-align: center;
}
.coinPage .coinPage-header .coinPage-header-inner .name div {
	font-size:2.2rem;
	color:#fff;
}
.coinPage .coinPage-header .coinPage-header-inner .name img {
	width:72px;
	height:72px;
}
.coinPage .coinPage-header .coinPage-header-inner .price {
	text-align:left;
}
.coinPage .coinPage-header .coinPage-header-inner .price span {
	color:#666;
	font-size: 2rem;
}
.coinPage .coinPage-header .coinPage-header-inner .price .type {
	margin-right:3px;
	color:#ccc;
}
.coinPage .coinPage-header .coinPage-header-inner .price span.small {
	color:#666;
	font-size: 1.5rem;
	direction:ltr;
	margin-top:10px;
}

.coinPage .coinPage-content {
	margin-top: -4.5rem;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.coinPage .coinPage-content .box {
	margin-bottom: 1rem;
	padding:25px;;
	border: 1px solid #eee;
	border-radius: 8px;
	background-color:#fff;
}

.coinPage .coinPage-content .box .title {
	color: var(--color-secondary);
	font-size: 1.4rem;
	font-weight:bold;
	margin-bottom:10px;
}

.coinPage .coinPage-content .box .title.larg {
	color: var(--color-secondary);
	font-size: 1.8rem;
	font-weight:bold;
	margin-bottom:25px;
}

.coinPage .coinPage-content .box .body {
	text-align:justify;
	font-size:1rem;
	color:#000;
}
.coinPage .coinPage-content .box .body.d-flex {
	display:flex;
	justify-content: space-around;
	align-items:center;
}
.coinPage .coinPage-content .box .body.d-flex .th {
	display:block;
	font-size:1rem;
	color:#aaa;
	margin-bottom:10px;
	text-align:center;
}
.coinPage .coinPage-content .box .body.d-flex .td {
	display:block;
	font-size:1.2rem;
	font-weight:bold;
	color:#000;
	text-align:center;
}
@media screen and (max-width:768px) {
	.coinPage .coinPage-header .coinPage-header-inner {
		width: 100%;
		flex-direction: column;		
	}
	.coinPage .coinPage-header .coinPage-header-inner .name {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom:25px;
	}	
	.coinPage .coinPage-header .coinPage-header-inner .name .coin,
	.coinPage .coinPage-header .coinPage-header-inner .name div:first-child {
		font-size:1.5rem;
		transform:scale(0.7);
	}
	.coinPage .coinPage-header .coinPage-header-inner .name img {
		width:64px;
		height:64px;
	}
	.coinPage .coinPage-header .coinPage-header-inner .price span {
		font-size: 1.5rem;
	}
	.coinPage .coinPage-header .coinPage-header-inner .price span.small {
		font-size: 1rem;
	}	
	.coinPage .coinPage-content	{
		width:100%;
	}
	.coinPage .coinPage-content .box {
		padding:5px;
	}
	.coinPage .coinPage-content .box .title {
		padding-left:15px;
		padding-right:15px;
	}	
	.coinPage .coinPage-content .box .title.larg {
		font-size: 1.2rem;
	}	
	.coinPage .coinPage-content .box .body.d-flex {
		display:flex;
		align-items:center;
		flex-wrap: wrap;
	}	
	.coinPage .coinPage-content .box .body.d-flex .th {
		font-size:0.8rem;
		margin-top:5px;
	}
	.coinPage .coinPage-content .box .body.d-flex .td {
		font-size:0.9rem;
		font-weight:normal;
		margin-bottom:5px;
	}
}

/*------------------------------------------------------------------------------
   .collapsible
------------------------------------------------------------------------------*/
.collapsible .card {
	border-radius:0;
	margin-bottom:5px;
}
.collapsible .card .card-header {
	border-radius:0;
	background-color:#fff;
}
.collapsible .card .card-body {
	overflow-x:hidden;
}
.collapsible button {
	margin-bottom:0;
	width:100%;
	text-align:right;
	background-color:transparent;
	overflow:hidden;
	border: none;
	color: #000;	
}
.collapsible button:hover {
	color: #000;
}
.collapsible button:focus {
	box-shadow:none;
}
.collapsible button i {
	margin-left:10px;
}
@media screen and (max-width:768px) {
	.collapsible .card .card-header {
		padding-left:5px;
		padding-right:5px;
	}
	.collapsible .card .card-body {
		overflow-x:hidden;
		overflow-y:auto;
	}	
	.collapsible button {
		font-size:0.9rem;
		font-weight:bold;
	}		
}


/*------------------------------------------------------------------------------
   .preloader
------------------------------------------------------------------------------*/
.preloaderDef {position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-size: 80px;}
.preloaderDef {background: url(../images/loader.svg) center no-repeat #fff;}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	background-color: #fff;
	padding: 2px 15px 3px;
	text-align: center;
}
.preloader .dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;	
}
.preloader .dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #6232f982;
	border-color: #6232f982 transparent #6232f982 transparent;
	animation: anim-dual-ring 1.2s linear infinite;
}
@keyframes anim-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*---------------------------------------------------------------
   card-product
---------------------------------------------------------------*/
.card-product{
	padding:5px;
	margin:0;
	width: 100%;
	height: 186px;
}
.card-product .card-product-inner{
	position:relative;
	height:100%;
	border-radius: 15px;
}
.card-product .card-product-inner .header{
	display: flex;
    flex-direction: column;
    justify-content: revert;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    padding: 10px;
}
.card-product .card-product-inner .header .title{
	display:flex;
	height:32px;
	align-items:center;	
	font-size:1.15rem;
	font-weight:bold;
	color: var(--color-black);
	padding:0;
	margin:0;	
}
.card-product .card-product-inner .header .price{
	display:flex;
	height:32px;
	align-items:center;
	font-size:0.9rem;
	color:#888;
	direction: ltr;
}
.card-product .card-product-inner .header .icon{
	display:flex;
	height:32px;
	align-items:center;	
	width: 56px;
    height: 56px;
    border-radius: 50%;
}
.card-product .card-product-inner .footer{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	padding:10px;
	border: none;
}
.card-product .card-product-inner .footer .status{
	font-size: 1rem;
	text-align:right;
}
.card-product .card-product-inner .footer .status span {
	padding: 0px 2px;
}
.card-product .card-product-inner .footer .status span:first-child.up:after{
	font-family:"Font Awesome 6 Pro";
	content:"\f106";
	font-size: 1rem;
	color: var(--color-success);
	text-align:center;
}
.card-product .card-product-inner .footer .status span:first-child.down:before{
	font-family:"Font Awesome 6 Pro";
	content:"\f107";
	font-size: 1rem;
	color: var(--color-danger);
	text-align:center;
}
.card-product .card-product-inner .footer .status span:last-child.up{
	font-size: 1rem;
	color: var(--color-success);
}
.card-product .card-product-inner .footer .status span:last-child.down{
	font-size: 1rem;
	color: var(--color-danger);
}
.card-product .card-product-inner .footer .price{
	font-family: "vazir-farsi" !important;
	font-size: 1rem;
	font-weight:bold;
	text-align:left;
	color:#333;
	padding:0;
	margin:0;
}
.card-product .card-product-inner .footer .price .type{
	font-size: 1rem;
	font-weight: normal;
	padding: 0px 2px;
}
.card-product .card-product-inner .footer .price2{
	font-family: inherit;
}
@media screen and (max-width:768px) {
	.card-product .card-product-inner .header .icon{
		width: 36px;
		height: 36px;
	}
}

/* coin slider */
.coinSlider {}
@media screen and (max-width:768px) {
	.coinSlider .owl-nav{
		top: inherit !important;
		bottom: -20px;
		left: calc(50% - 32px) !important;		
		right: calc(50% - 32px) !important;		
	}
	.coinSlider .owl-carousel .owl-nav button.owl-prev,
	.coinSlider .owl-carousel .owl-nav button.owl-next {
		height: 32px !important;
		width: 32px !important;
		line-height: 32px !important;
	}	
}