  :root {
    /* --main-color: #fdcb41; */
    --main-color: #ee7a1d;

    --primary-color: #000;
    --primary-light-color: #333;
    --secondary-color: #f6f3f3;
    --light-color: #fbfbfb;
    --grey-color: #adadad;
    --border-color: #ddd;
    --background-color: #f5f5f5;
}
.text-light-color{
    color: #fff;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
  }
  
  @property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
  }
  
  @property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
  }
  
  
  
  /* button animation   */
  
  :root {
      --d: 5500ms;
      --angle: 90deg;
      --gradX: 100%;
      --gradY: 50%;
      --c1: #d14811;
      --c2: rgba(251, 254, 255, 0.1);
  }
  .box {
      /* font-size: 3vw; */
      /* margin: max(1rem, 3vw); */
      border: 0.35rem solid;
      /* padding: 3vw; */
    /* border-radius: 10px; */
      border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
      animation: borderRotate var(--d) linear infinite forwards;
  }
  
  .box:nth-child(2) {
      border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), var(--c1), var(--c1) 10%, var(--c2) 40%) 30;
      animation: borderRadial var(--d) linear infinite forwards;
  }
  
  @keyframes borderRotate {
      100% {
          --angle: 420deg;
      }
  }
  
  @keyframes borderRadial {
      20% {
          --gradX: 100%;
          --gradY: 50%;
      }
      40% {
          --gradX: 100%;
          --gradY: 100%;
      }
      60% {
          --gradX: 50%;
          --gradY: 100%;
      }
      80% {
          --gradX: 0%;
          --gradY: 50%;
      }
      100% {
          --gradX: 50%;
          --gradY: 0%;
      }
  }

/* .border-card{
    width: 200px;
    height: 200px;
    background-color: #000;
    position: relative;
    box-shadow: 0px 2px 2px 5px #fff;
    cursor: pointer;
}
.border-card::before{
    content: "";
    position: absolute;
    transform: translate(-50%,-50%) rotate(-280deg);
    width: ;
} */


/* common */
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow-x: hidden;
    color: var(--primary-color);
    background: var(--light-color);
}

p {

    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: var(--primary-color);
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 36px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: var(--main-color);
    text-decoration: none;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;

}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid var(--border-color);
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed var(--border-color);
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid var(--border-color);
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 0px;
}

label {
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.btn,
.button {
    background: var(--main-color);
    border: none;
    padding: 13px 30px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover,
.button:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.form-group {
    margin-bottom: 20px;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 14px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #454545;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
}

.btn,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

/* .common */

/* MAIN MENU CSS */
.heading-nav-title{
    display: none;
}
.cryptco_menu .main-menu {
    text-align: center;
    list-style: none;
}

.cryptco_menu .main-menu li {
    display: inline-block;
    position: relative;
    padding: 20px;
    outline: none;
}

.cryptco_menu .main-menu li a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.cryptco_menu .main-menu li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 0%;
    border-bottom: 5px dotted var(--main-color);
    transition: .3s;
}

.cryptco_menu .main-menu li a:hover::before {
    width: 100%;
}

.cryptco_menu .main-menu li:last-child a {
    margin-right: 0px;
}

.cryptco_menu .main-menu li.current a,
.cryptco_menu .main-menu li:hover a {
    color: var(--main-color);
    background-color: transparent;
}

.cryptco_menu .main-menu li:hover a:before,
.cryptco_menu .main-menu li.current a:before {
    opacity: 1;
}

.cryptco-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.cryptco-main-menu .logo a.main_sticky_l {
    display: none;
}

.logo-left {
    padding: 15px 0;
}

header {
    background: var(--primary-color);
    box-shadow: 0 10px 10px rgb(255 255 255 / 10%);
    position: relative;
}

.homepage header {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 99;
    background: rgb(0 0 0 / 70%);
}

header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 99;
    background: rgb(0 0 0 / 70%);
    -webkit-animation: fadeInDown 1s ease-out forwards;
    -moz-animation: fadeInDown 1s ease-out forwards;
    -o-animation: fadeInDown 1s ease-out forwards;
    animation: fadeInDown 1s ease-out forwards;
}

.logo img {
    max-width: 80px;
    width: 100%;
    object-fit: cover;
}

.menu_area.mobile-menu {
    display: none;
}
.nav-links{
    color: white;
}
.heading-name{
    color: #e6bb42;
    font-size: 29px;
    font-weight: 900;
} 
/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.loader i {
    animation: rotateme 1s linear 0s infinite;
}

/*==================
CUROUSEL SLIDER AREA
====================*/
.single_slide {
    left: 10%;
}

.coin-animation .coin {
    background: url('image/Main-file.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 55px;
    height: 55px;
    transition: all 600ms;
    opacity: 1;
    bottom: -55px;
}

.coin-animation .coin-1 {
    animation: coinanimation 5s linear 0s infinite;
    background-size: 33px 33px;
    left: 20px;
}

.coin-animation .coin-2 {
    animation: coinanimationtwo 8s linear 0s infinite;
    background-size: 44px 44px;
    right: 0;
    left: 80%;
    margin: auto;
}

.coin-animation .coin-3 {
    animation: coinanimation 6s linear 0s infinite;
    background-size: 37px 37px;
    left: 30%;
}

.coin-animation .coin-4 {
    animation: coinanimationtwo 9s linear 0s infinite;
    background-size: 25px 25px;
    left: 45%;
    bottom: -15%;
}

.coin-animation .coin-5 {
    animation: coinanimationtwo 7s linear 0s infinite;
    background-size: 30px 30px;
    left: 65%;
}

.coin-animation .coin-6 {
    animation: coinanimationtwo 4s linear 0s infinite;
    background-size: 35px 35px;
    left: 20%;
}

.coin-animation .coin-7 {
    animation: coinanimation 4.2s linear 0s infinite;
    background-size: 45px 45px;
    left: 60%;
}

.coin-animation .coin-8 {
    animation: coinanimationtwo 5.5s linear 0s infinite;
    background-size: 42px 42px;
    left: 0px;
}

.coin-animation .coin-9 {
    animation: coinanimation 9s linear 0s infinite;
    background-size: 47px 47px;
    left: 50%;
}

.coin-animation .coin-10 {
    animation: coinanimationtwo 5s linear 0s infinite;
    background-size: 22px 22px;
    left: 84%;
}

.coin-animation .coin-11 {
    animation: coinanimationtwo 4.5s linear 0s infinite;
    background-size: 47px 47px;
    left: 37%;
}

.coin-animation .coin-12 {
    animation: coinanimation 6.5s linear 0s infinite;
    background-size: 17px 17px;
    left: 35%;
}

.coin-animation .coin-13 {
    animation: coinanimation 7.6s linear 0s infinite;
    background-size: 55px 55px;
    left: 25%;
}

/* keyfram */
 @-webkit-keyframes coinanimation {
    0% {
        -webkit-transform: translateY(-1700%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0%) rotate(720deg);
    }
}

@-webkit-keyframes coinanimationtwo {
    0% {
        -webkit-transform: translateY(-1700%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0%) rotate(-720deg);
    }
} 

.slider_text_thumb {
    padding-bottom: 12px;
}

.slider_text_inner h1 {
    color: var(--secondary-color);
    font-size: 4vw;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: -1px;
}

.slider_text_inner h2 {
    color: var(--secondary-color);
    font-size: 2vw;
    font-weight: 500;
    margin: 20px 0 40px;
}

.single_slider_icon {
    margin-top: 30px;
}

.single_slider_icon i {
    background: transparent;
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    margin: 0 4px;
    border-radius: 50%;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: .5s;
}

.single_slider_icon i:hover {
    background: #F16722;
    border: 1px solid #F16722;
}
.single_slider_button{
    margin-left: 80px;
    margin: 0 auto;
}
.single_slider_button a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid var(--main-color);
}

.single_slider_button a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 7px;
    background: var(--primary-color);
}

.single_slider_button a:hover {
    color: var(--main-color);
    background: var(--primary-color);
}

.single_slider_button :hover:after {
    width: 100%;
    left: 0;
}

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

.cd-headline.clip span b {
    font-size: 2vw;
    display: inline-block;
    color: var(--main-color);
}

/* Standard syntax */
@keyframes mike-slider-anim {
    0% {
        top: 10px;
        opacity: 1;
    }

    50% {
        top: 40px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}

/*===============================
FOOTER Top AREA CSS
================================*/
footer {
    background: var(--primary-color);
}

.footer_top h6 {
    font-size: 20px;
    color: var(--secondary-color);
    margin: 0 0 10px;
}

.footer-menu .menu-services li {
    font-size: 15px;
    padding: 5px 0;
    display: block;
}

.footer_top a {
    color: var(--secondary-color);
}

.footer_top a:hover {
    color: var(--main-color);
}

.footer-menu .menu-services li:before {
    content: "-";
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 10px;
}

.footer_top {
    padding: 90px 0;
    border-top: 1px solid #e6bb42;
}

.footer-bottom {
    background: #111;
    padding: 15px 0;
}

.footer-bottom .footer_bottom_inner {
    text-align: center;
    margin: 0;
    color: var(--secondary-color);
}

.footer-social a {
    width: 30px;
    height: 30px;
    background: var(--main-color);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-social a:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}
.single-store-location{
    padding-top: 30px;
}
.single-store-location,
.footer-social {
    margin-top: 20px;
}

.single-store-location i {
    padding-right: 5px;
    color: var(--main-color);
    font-size: 20px;
    vertical-align: middle;
}


.okclass{
    position: relative;
    animation: tilt 10s infinite ease-in-out;
}
@keyframes tilt {
    0%{
   
        width:100%;
        transform: rotate(0deg);
        }
        25%{
           
            width:40%;
            transform: rotate(180deg);
        }
        50%{
            width: 100%;
            
            transform: rotate(0deg);
        }
        75%{
           width: 40%;
         
           transform: rotate(180deg);
        }
        100%{
            width: 100%;
         
            transform: rotate(0deg);
        }
}


/*========================
SCROLL TOP CSS
=========================*/
#scrollUp {
    background: var(--main-color);
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#scrollUp i {
    color: var(--primary-color);
}


/* =====================
    Header
===================== */
.telephone a {
    float: right;
    color: var(--secondary-color);
}

.telephone a:hover {
    color: var(--main-color);
}

.telephone i {
    padding-right: 10px;
}

/* =====================
    .Header
===================== */

/* =====================
    footer
===================== */
.single-store-location p {
    color: var(--secondary-color);
}

/* =====================
    .footer
===================== */

/* =====================
    Title
===================== */
.title-main {
    margin-bottom: 30px;
}

.product-title {
    font-size: 34px;
    margin-bottom: 15px;
    display: inline;
    position: relative;
    margin-top: 0;
    z-index: 1;
    text-transform: capitalize;
}

.product-title:before {
    content: "";
    background: var(--main-color);
    width: 50px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: -1;
    border-radius: 0px 50px 50px 50px;
}

.title-main .title-desc {
    /* color: var(--primary-light-color); */
    margin: 20px 0 0 0;
}

.title {
    margin: 0 0 20px;
}

/* =====================
    .Title
===================== */

/* =====================
    Blog
===================== */
.home-blog{
    background-color: #000;
    color: white;
    padding: 60px 0px 60px 0px;
    border-top: 1px solid #e6bb42;
}

.owl-stage-outer,
.owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.blog_more .btn {
    background: var(--main-color);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
}
/* .blog-img-card{
    max-width: 500px;
    width: 100%;
} */
.blog_more .btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.blog_section {
    /* background: var(--secondary-color); */
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
    /* border: 1px solid #e6bb42; */
    padding: 20px;
}

.blog-category .blog_section {
    margin-bottom: 50px;
}

.blog_description {
    margin-top: 20px;
}

.blog_image img {
    width: 100%;
}

.blog_section .blog-inner-desc {
    font-size: 15px;
    margin-bottom: 18px;
    margin-top: 13px;
    color: var(--grey-color);
}

.blog_section .blog-title {
    margin-top: 0;
    color: var(--main-color) !important;
}

.comment_title h4 {
    margin: 0px 0 30px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
}

.single_blog_info p {
    color: var(--grey-color);
}

.single_blog_info {
    margin-top: 20px;
}

.blog_search_info input {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    vertical-align: middle;
}

.blog_search_info .btn.blog_search_btn {
    padding: 8px 15px;
}

/* =====================
    .Blog
===================== */

/* =====================
    testimonial
===================== */
.customer_description {
    color: var(--grey-color);
    font-size: 16px;
}

.customer_image img {
    max-width: 110px;
    max-height: 110px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    margin: auto;
}

.customer_section {
    /* background: var(--secondary-color); */
    background-color: #000;
    color: white;

    padding: 20px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    /*margin: 10px 5px;*/
}

.customer_image h3.user_name {
    font-size: 16px;
    font-weight: 600;
}
.counter_live{
    background-color: #000;
    padding: 60px 0px 60px 0px;
}

/* =====================
    .testimonial
===================== */

/* =====================
    portfolio
===================== */
/* .bg-lining{
    background: url(/assets/image/wNkVkOTivWIbHdSdAtRBVGiEY.svg);
    background-color: #000f0c;
    opacity: 0.9;
} */
.portfolio-part{
    background-color: #000;
    padding: 80px 0px 80px;
}
.portfolio_img:before {
    content: "";
    background: url(image/oksun.png) center center no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-size: 100%;
    max-width: 400px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: rotateme 15s linear 0s infinite;
}

.portfolio_img {
    position: relative;
    overflow: hidden;
    object-fit: cover;
  width: 100%;
  max-width: 500px;
}

.crypto_portfolio img.image {
    /* max-width: 350px; */
    width: 100%;
    position: relative;
}
.crypto_portfolio{
    border-top: 1px solid #e6bb42;
}


.portfolio_desc_inner .iconleft i {
    width: 80px;
    height: 80px;
    background: var(--main-color);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    padding: 10px;
    line-height: 60px;
    margin-right: 20px;
}

.portfolio_desc_inner .crypto_portfolio_title {
    margin: 0;
}

.portfolio_paragraf_info {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: var(--grey-color);
}

.portfolio_desc_inner {
    margin-bottom: 30px;
    clear: both;
    display: flex;
    background: #000;
    color: white;
    padding: 20px;
    /* border: 1px solid #e6bb42; */
}

.portfolio_desc_inner:last-child {
    margin-bottom: 0;
}

.crypto_portfolio .row {
    align-items: center;
}

/* =====================
    .portfolio
===================== */
.portfolio_img-about{
    content: "";
    background: url(image/) center center no-repeat;
    background-color: transparent;
    width: 320px;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-size: 100%;
    max-width: 320px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.portfolio_img-about {
    position: relative;
    overflow: hidden;
    object-fit: cover;
  width: 400px;
  max-width: 500px;
}

/* =====================
    Team
===================== */
.team-social-icon a {
    width: 36px;
    height: 36px;
    line-height: 26px;
    padding: 5px 5px;
    color: var(--primary-color);
    font-size: 16px;
    margin: 0 2px;
    display: inline-block;
    background: var(--main-color);
    border-radius: 5px;
}

.team-social-icon a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.team-info h3 {
    font-size: 18px;
    margin-top: 0;
}

.team-info {
    text-align: center;
    padding: 20px 0;
}

.team-info>span {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: var(--grey-color);
    margin-bottom: 15px;
}

.home-team .col-lg-2 {
    width: 20%;
}

.single-team-box {
    background: var(--secondary-color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
}

.single-team-box:hover {
    transform: translateY(-10px);
}

.single-team-box:hover .team-image {
    opacity: 0.5;
}

.single-team-box .team-image {
    background: var(--primary-color);
}

/* =====================
    .Team
===================== */

/* =====================
    Popular cryptocurrencies
===================== */
/* .popular_cryptocurrencies{
    background-image: linear-gradient(to bottom right, black , #e6bb42,black);
} */
 .popular_cryptocurrencies{
    border-top: 1px solid #e6bb42;
 }
.table-responsive td,
.table-responsive th {
    padding: 10px 15px;
    border: 1px solid #000;
}
.popular-table{
    border: 1px solid #fff;
}
.tokenomics-table{
    background-color: #000;
    color: white;
}
.table-responsive tr:nth-child(even) {
    background: #e6bb42;
}

.popular_cryptocurrencies .table-responsive th {
    background: rgb(0 0 0 / 70%);
    color: #fff;
}

table td i {
    padding-right: 10px;
}

.popular_cryptocurrencies .table-responsive table {
    margin: auto;
    max-width: 900px;
    width: 100%;
}

.home-team .team-outer,
.popular_cryptocurrencies,
.home-team {
    background: black;
    padding: 50px 0;
}

/* =====================
    .Popular cryptocurrencies
=====================*/

/* =====================
    We provide Top Crypto Money Solutions
===================== */
.Unique-image{
    width: 62px;
    margin: 0 auto;
}

.crypto_solution {
    background: var(--primary-color);
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #e6bb42;
}

.crypto_solution_block {
    background: var(--primary-color);
    color: var(--main-color);
    border-radius: 5px;
    padding: 50px 20px;
}

.crypto_solution_block .icons {
    font-size: 60px;
}

.crypto_solution_desc {
    font-size: 20px;
    color: var(--main-color);
    margin-top: 40px;
}

/* =====================
    .We provide Top Crypto Money Solutions
===================== */

/* =====================
    Need Help
===================== */
/* .icons-need{
    background-color: #000;
    border: 1px solid #e6bb42;
} */
.need_help{
    padding: 80px 0px 80px 0px;
    background-color: #000;
    color: white;
    border-top: 1px solid #e6bb42;
}
 .need-help-card{
    background-color: #000;
    color: white;
    /* border: 1px solid #e6bb42; */
} 
.all-card-need-help{
    justify-content: space-between;

}
.help_block .help_info_title {
    font-size: 20px;
    font-weight: 600;
}

.help_block .help_info_desc {
    font-size: 15px;
    color: var(--grey-color);
    margin-top: 10px;
}

.help_block {
    display: flex;
    /* background: var(--secondary-color); */
    padding: 20px 25px;
    box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 5%);
}

.help_block .icons {
    margin-right: 20px;
    margin-top: -40px;
}

.help_block .icons i {
    border-radius: 5px;
    padding: 10px;
    font-size: 40px;
    /* background: var(--light-color); */
    background-color: #000;
    border: 1px solid #e6bb42;
    color: var(--main-color);
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);

}

/* =====================
    .Need Help
===================== */

/* =====================
    white paper Page
===================== */
.whitepaper{
    background-color: #000;
}
.white-paper-heading{
    font-size: 96px;
    font-weight: 900;
    color: #e6bb42;
    margin-top: 0px;
    border: 1px solid #fff;
  padding: 10px;
  box-shadow: 5px 10px;
}
.white-logo{
    max-width: 100px;
    width: 100%;
}
.whitw-all-img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

/* =====================
    white paper Page
===================== */

/* =====================
    breadcrumb
===================== */
.breadcrumb {
    background: url(image/Untitled\ design\(18\).jpg)no-repeat scroll center center;
    background-size: cover;
    text-align: center;
    padding: 60px 10px;
    font-size: 40px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
    margin-bottom: 0px;
}

/* =====================
    .breadcrumb
===================== */


/* =====================
    Category Sidebar
===================== */
.column_right>div {
    background: var(--secondary-color);
    margin-bottom: 20px;
    /*padding: 20px;*/
    box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 5%);
}

.blog_sidebar_title h4 {
    margin: 0 0 20px;
}

.blog_sidebar_info {
    padding: 15px 20px;
}

.blog_sidebar_info ul li {
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.blog_sidebar_title h4 {
    margin: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
}

.blog_search_info {
    padding: 20px;
}

.blog_tag .blog_sidebar_info span {
    padding: 5px 10px;
    background: var(--main-color);
    margin: 0 5px 7px 0;
    display: inline-block;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}

.blog_tag .blog_sidebar_info span:hover {
    background: var(--secondary-color);
}

.blog_tag .blog_sidebar_info span:hover a {
    color: var(--primary-color);
}

.blog_comment_form .form-control {
    border: none;
    background: var(--background-color);
}

.blog_comment_form {
    background: var(--secondary-color);
}

.blog_comment_form form {
    padding: 0 20px 20px;
}

/* =====================
    .Category Sidebar
===================== */

/* =====================
    About page
===================== */
.about_info{
    background-color: #000;
    color: white;
    padding: 60px 0px 60px 0px;
}

.counter_live span {
    margin: 0 5px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.counter_live span.counter_info {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    line-height: 1.2;
}
.home-customer{
    background-color: #000;
    color: white;
    border-top: 1px solid #e6bb42;
    padding: 60px 0px 60px;
}
.counter_section {
    background: var(--main-color);
    padding: 25px 5px;
    border-radius: 5px;
}

.about_desc p {
    color: #777;
}
.about_desc{
    overflow-x: auto;
  max-height: 380px;
  height: 100%;
}

/* =====================
    .About page
===================== */


/* =====================
    Login & Register page
===================== */
.login_content,
.dont_account {
    background: var(--secondary-color);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.register_policy a {
    color: var(--primary-color);
}

.register_policy a:hover {
    color: var(--main-color);
}

.register_policy input[type="checkbox"] {
    vertical-align: middle;
}

.account-register {
    background: var(--secondary-color);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 30px;
}

/* =====================
    .Login page
===================== */

/* Roadmap css page start  */
.road-mp-part{
    background-color: #000;
    color: white;
    padding: 60px 0px 60px 0px;
}
ul li {
    list-style: none;
}
.roadmap-list{
 border: 1px solid #e6bb42;
 border-radius: 10px;
}
.roadmap-list-btn{
    justify-content: center;
}
.roadmap-info{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.roadmap-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -99px;
}  
.roadmap-view-box:nth-child(2n) .roadmap-trigngal .roadmap-line {
    top: auto;
    bottom: -99px;

  }
  .roadmap-view-box:nth-child(2n) .roadmap-trigngal {
    top: -200px;
    left: 30%;
  }
  .roadmap-trigngal {
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: 163px;
  }
  .roadmap-view-box:nth-child(2n) .roadmap-text {
    left: 0;
    top: 30px;
    margin: 0 0 0 -50px;
  }
  .roadmap-text {
    position: relative;
  }
  .roadmap-view-box {
  display: inline-block;
  position: relative;
  }
  .roadmap-view-box.roadmap-view-box1 {
    margin: 0 0 0 0;
  }
  .roadmap-view-box {
    display: inline-block;
    position: relative;
  }
  .roadmap-text {
    position: relative;
  }
  .roadmap-trigngal {
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: 163px;
  }
  .roadmap-trigngal {
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: 200px;
  }
  .roadmap-view {
  padding: 351px 0 180px;
  display: flex;
}
.roadmap-view-box:nth-child(2n) h4 {
    bottom: -68px;
    top: auto;
    position: relative;
  }
  .roadmap-view-box:nth-child(2n+1) {
    margin: 4px 0 0 -38px;
  }
  .roadmap-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -99px;
  }
  .roadmap-view-box:nth-child(2n) .roadmap-trigngal h5 {
    top: auto;
    bottom: 10px;
  }
  .roadmap-trigngal h5 {
    color: #B4B4B4;
    text-align: center;
    font-family: Verdana;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    word-break: break-word;
  }  
  .roadmap-view-box:nth-child(2n) .roadmap-trigngal .roadmap-line svg {
    transform: rotate(180deg);
    /* top: 35px;
    position: relative; */
  }
  .roadmap-month{
    top: 40px;
    position: relative;
  }


@media(max-width: 1199px) and (min-width: 768px) {
    .help_block {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .help_block .icons {
        margin: -40px auto 20px auto;
    }
    .popular-table-pie{
        display: block;
    }
    .piechart{
        margin: 0 auto;
        margin-top: 20px;
    }
 
  
}

@media(max-width: 1199px) {
    .about_info .col-sm-6 {
        width: 100%;
    }

    .about_info .col-sm-6+.col-sm-6 {
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .heading-nav-title{
        display: block;
        color: #e6bb42;

    }
    .single-store-location{
        padding-top: 0px;
    }
    .main-menu-outer{
        z-index: 1;
    }
    .footer-social{
        justify-content: center;
    }
    .footer-part{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .table-responsive{
        display: block;
        flex-direction: column;
    }
    .nav-links{
        color: black;
    }
    .portfolio-part{
        padding: 30px 0px 40px 0px !important;
    }
    .cryptco_menu .main-menu-outer {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--secondary-color);
        min-width: 250px;
        height: 100vh;
        /* overflow-x: hidden; */
        /* overflow-y: auto; */
        /* visibility: hidden; */
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1;
    }

    .cryptco_menu .main-menu-outer.main-menu-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    /* max-height: 600px;
    background-color: #ddd;
    height: 100%; */
    margin-top: 100px;
    }

    .cryptco_menu .main-menu {
        text-align: left;
        padding: 5px;
    }

    .cryptco_menu .main-menu li {
        display: block;
    }
    

    .cryptco_menu .main-menu li a {
        color: var(--primary-color);
    }

    .cryptco_menu .main-menu li {
        padding: 10px;
    }

    .cryptco_menu .menu_title {
        background: var(--main-color);
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        text-align: left;
    }

    .cryptco_menu .menu_title i {
        float: right;
        font-size: 24px;
    }

    .telephone a {
        float: unset;
    }

    .phone_menu {
        text-align: right;
    }

    #show-themability_megamenu {
        border: none;
        border-radius: 5px;
        background: var(--main-color);
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    body.active {
        overflow: hidden;
    }

    .telephone {
        margin-right: 20px;
    }

    .footer_top .col-lg-3.col-sm-6:nth-child(3),
    .footer_top .col-lg-3.col-sm-6:nth-child(4) {
        margin-top: 30px;
    }

    .crypto_portfolio_description {
        margin-top: 30px;
    }

    .product-title {
        font-size: 24px;
    }

    .title-main {
        text-align: center;
    }

    .product-title:before {
        width: 40px;
        height: 40px;
        top: -3px;
        left: -8px;
    }

    .homepage header {
        position: relative;
        background: var(--primary-color);
    }

    .homepage header.fixed-header {
        position: fixed;
        background: rgb(0 0 0 / 70%);
    }

    .btn,
    .button {
        padding: 8px 20px;
    }

    .slider_text_inner h2 {
        margin: 20px 0 30px;
        font-size: 18px;
    }

    .cd-headline.clip span b {
        font-size: 18px;
    }

    .coin-animation .coin-1 {
        background-size: 23px 23px;
    }

    .coin-animation .coin-2 {
        background-size: 34px 34px;
    }

    .coin-animation .coin-3 {
        background-size: 27px 27px;
    }

    .coin-animation .coin-4 {
        background-size: 15px 15px;
    }

    .coin-animation .coin-5 {
        background-size: 20px 20px;
    }

    .coin-animation .coin-6 {
        background-size: 25px 25px;
    }

    .coin-animation .coin-7 {
        background-size: 35px 35px;
    }

    .coin-animation .coin-8 {
        background-size: 32px 32px;
    }

    .coin-animation .coin-9 {
        background-size: 37px 37px;
    }

    .coin-animation .coin-10 {
        background-size: 22px 22px;
    }

    .coin-animation .coin-11 {
        background-size: 37px 37px;
    }

    .coin-animation .coin-12 {
        background-size: 17px 17px;
    }

    .coin-animation .coin-13 {
        background-size: 45px 45px;
    }

     @-webkit-keyframes coinanimation {
        0% {
            -webkit-transform: translateY(0%) rotate(0deg);
        }

        100% {
            -webkit-transform: translateY(-700%) rotate(720deg);
        }
    }

    @-webkit-keyframes coinanimationtwo {
        0% {
            -webkit-transform: translateY(0%) rotate(0deg);
        }

        100% {
            -webkit-transform: translateY(-700%) rotate(-720deg);
        }
    } 

    .crypto_solution_block {
        padding: 30px 20px;
    }

    .column_right {
        margin-top: 30px;
    }

    .breadcrumb {
        font-size: 32px;
        padding: 40px 10px;
    }

    .title {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .login_content,
    .dont_account {
        padding: 20px;
    }
    .roadmap-text svg {
        display: none;
      } 
      #tab-1 {
        /* flex-direction: column; */
        margin: 0 auto;
        gap: 100px;
      }
      .roadmap-view{
        padding: 50px;
      }
      .white-paper-heading{
        font-size: 46px;
      }
      /* road map ================== */
      .roadmap-view.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 0 0;
    }
    .roadmap-text svg {
        display: none;
    }
    .roadmap-text h4 {
        position: static;
    }
    .roadmap-trigngal {
        position: static;
        transform: unset;
    }
    .roadmap-view-box {
        margin: 0 0 40px 0px !important;
        text-align: center;
    }
    .roadmap-view-box:nth-child(even) .roadmap-trigngal svg {
        transform: unset;
    }
    .roadmap-line {
        top: 30px;
    }
    .roadmap-trigngal {
        padding-top: 80px;
    }
    .roadmap-view-box:nth-child(even) .roadmap-trigngal .roadmap-line {
        top: 30px;
        bottom: auto;
    }
    .roadmap-trigngal h5 {
        font-size: 12px;
        line-height: 20px;
        top: 260px;
        width: 112px;
    }
    .roadmap-view-box:nth-child(2n) h4 {
        bottom: 18px;
        top: auto;
        position: relative;
      }
   
    /* .roadmap-view-box:nth-child(even) .roadmap-trigngal h5 {
        top: 130px;
        bottom: auto;
    } */
    .roadmap-view-box:nth-child(even) .roadmap-text {
        left: 0;
        top: 25px;
        margin: 0;
        position: static;
    }
    .roadmap-view-box:nth-child(2n+1) {
        margin: 0;
    }
    .roadmap-count ul {
        justify-content: center;
        gap: 20px;
        position: relative;
    }
    .roadmap-count ul:after{
        display: none;
    }
    .fotter-links{
        display: flex !important;
        flex-direction: row !important;
    }
}

@media(max-width: 767px) {
    .help_block {
        margin-bottom: 40px;
        padding: 15px 15px;
    }
    .all-card-need-help{
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .logo img{
        max-width: 60px;
        width: 100%;
    }
    .help_block .icons {
        margin-right: 15px;
    }

    .slider_text_inner h2 {
        margin: 20px 0;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .home-team .team-outer,
    .popular_cryptocurrencies,
    .home-team,
    .crypto_solution {
        padding: 30px 0;
    }

    .crypto_solution_block {
        padding: 20px 10px;
    }

    .crypto_solution_desc {
        font-size: 15px;
        margin-top: 20px;
    }

    .counter_live span {
        font-size: 30px;
    }

    .counter_section {
        padding: 20px 5px;
    }

    .counter_live span.counter_info {
        margin-top: 10px;
    }
}

@media(max-width: 575px) {
    .footer_top .col-lg-3.col-sm-6:nth-child(2) {
        margin-top: 30px;
    }
    /* .portfolio_img{
        object-fit: cover;
        width: 100%;
        max-height: 300px;
        height: 100%;
        max-width: 300px;
        width: 100%;
        z-index: 0;
    }
    .portfolio-second-image{
        z-index: 2;
    } */
 
    .single_slider_button a {
        font-size: 10px;
        padding: 2px 10px;
    }

    .slider_text_inner h2 {
        margin: 10px 0;
        font-size: 14px;
    }

    .cd-headline.clip span b {
        font-size: 14px;
    }

    .slider_text_inner h1 {
        font-size: 16px;
        line-height: 10px;
    }

/* .logo-left>div {
        width: 20%;
    }  */
  .heading-nav-title{
        max-width: 250px;
        width: 100%;
    }
 .heading-name{
    color: #e6bb42;
    font-size: 22px;
    font-weight: 800;
} 
    .counter_live .col-sm-4+.col-sm-4 .counter_section {
        margin-top: 15px;
    }
}

@media(max-width: 480px) {
    .portfolio_desc_inner {
        display: block;
        text-align: center;
    }

    .portfolio_desc_inner .iconleft i {
        margin: 0 0 15px;
    }

    .portfolio_img:before {
        max-width: 290px;
        width: 100%;
    }
}
