
@font-face {
    font-family: 'Microsoft Sans Serif Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Microsoft Sans Serif Regular'), url('/assets/fonts/micross.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Microsoft Sans Serif';
    font-style: normal;
    font-weight: normal;
    src: local('Microsoft Sans Serif'), url('/assets/fonts/micross.woff') format('woff');
    }
    body{
        background-color: #272727 !important;
        color: #fff;
    }
    body,a, p, h1, h2, h4, h5, h6, div, ul, li, table, ol{
        font-family: 'Microsoft Sans Serif' ;
        color: #fff;
    }
    .logo{
        width: 80px;
    }
    nav.navbar.navbar-expand-lg.bg-body-tertiary.p-0.bg-cus-nav{
        background-color: #272727 !important;
        color: #ffff !important;
    }
    li.nav-item a {
        color: #fff !important;
        font-size: 14px;
    }

    a.nav-link:focus {
        color: #fbbd18 !important;
    }
    a.nav-link:hover {
        color: #fbbd18 !important;
    }
    a.nav-link:active {
        color: #fbbd18 !important;
    } 
    .dropdown-item:focus, .dropdown-item:hover {
        color: #fbbd18 !important;
        background-color: #4a4a4a !important;
    }
    .shadow-lg {
        box-shadow: var(--bs-box-shadow-lg);
        --bs-box-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 32%) !important;
    } 
    button.btn.btn-warning {
    background-image: linear-gradient(to bottom right, #b28a59, #f7ca7b) !important; 
    color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 26px;
    font-weight: 900;


}
button.btn.btn-warning:hover {
    background-image: linear-gradient(to top right, #b28a59, #f7ca7b) !important; 
    color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
}
button.btn.btn-outline-warning{
    font-size: 14px;
    border-color: #b28a59 !important;
    padding: 8px 26px;
    color: #fff !important;
    font-weight: 900;
}
button.btn.btn-outline-warning:hover{
    font-size: 14px;
    border-color: #b28a59 !important;
    background-image: linear-gradient(to top right, #b28a59, #f7ca7b) !important; 
    color: #fff; 
}
.banner-img {
    width: 350px;
    display: block;
    margin: auto;
}
 
h1{
    font-size: 60px !important; 
}
@media only screen and (max-width:500px){
    .col-md-6.order-md-1.order-1.order-lg-0.p-0 {
        padding: 10px !important;
    }
    .banner-sec {
        background-image: url(../image/banner-sec.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
        padding: 10px;
        margin: 11px !important;
    }
}

.forex-section{
    background-color: #f2f2f2;
    color: #000;
}
.forex-img{
    width: 300px;
    display: block;
    margin: auto;
}
.title{
    color: #fbbd18;
    font-size: 30px;
    font-weight: bolder;
}
.sub{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.axe-img{
    width: 80%;
    display: block;
    margin: auto;
}
.axe-sec{
    background-color: #000;
}
.tick-icon{
    width: 30px;
}
.about-section{
    background-color: #000;
}
.about-section .nav-tabs .nav-link:focus,.about-section .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #000 !important;
    color: #ffb700 !important; 
    
}
.about-section .nav-tabs .nav-link{
    color: #fff;
}
.about-section .nav-tabs .nav-item.show .nav-link,.about-section .nav-tabs .nav-link.active {
    color: #ffb700 !important; 
    background-color: #000 !important;
    border-color: #000 !important;
    border-bottom:2px solid #ffb700 !important ;
}
.nav-tabs{
    border-width: 0px !important;
}
.banner-sec{
    background-image: url('../image/banner-sec.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 10px;
}
.tron-section{
    background-color: #f2f2f2;
}
.tron-title{
    color: #cb282b;

}
.tron-image{
    width: 300px;
}
.tron-section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #000 !important;
    color: #ff0000 !important; 
    
}
.tron-section .nav-tabs .nav-link{
    color: #fff;
}
.tron-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff0000 !important; 
    background-color: #000 !important;
    border-color: #000 !important;
    border-bottom:2px solid #ff0400 !important ;
}
.tron-section .nav-tabs{
    border-width: 0px !important;
}
.decentrelized-section{
    background-color: #000;
}
.web-section{
    background-color: #f2f2f2;
}
.web-title{
    color: #000;
    font-weight: 700;
    text-decoration: underline;
  text-decoration-color: #fbbd18;

}
.fuel-section{
    background-color: #000;
}
.roadmap-section{
    background-color: #f2f2f2;
}
.road-map-bg{
    background-image: url('../image/roadmap-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 200px 1758px; */
    background-size: contain;
}
.roadmap-card{
    background-image: linear-gradient(#b78f5c, #f7ca7b);
    padding: 22px;
    border-radius: 10px;
    width: 80%;
    display: block;
    margin: auto;
    height: 200px;
}
.meta-image{
    width: 100%;
}
.fuel-section img{
    width: 60% !important;
}
.road-title{
    font-size: 18px;
    font-weight: 900;
    color: #000;
}
.roadmap-section img{
    width: 8px;
}
.roadmap-sect {
    background: red;
  }
  .roadmap-section .sub{
    font-size: 14px;
  }
  button.accordion-button {
    background: #f6c12c !important;
    color: #000 !important;
    font-weight: 600;
}
.accordion-body {
    background: #f6c12c;
    color: #000;
}
.faq img{
    width: 20px;
    margin-right: 10px;
}
.accordion-item {
    margin-bottom: 14px; 
}
footer{
    background-color: #000;
}
.faq li{
    color: #000;
}
.footer-logo{
    width: 100px; 
}
.icon{
    width: 30px;
    margin-right: 12px;
}
.link{
    color: #f6c12c;
}
input {
    width: 100%;
    height: 70px;
    margin-bottom: 14px;
    border: 2px solid #f6c12c;
    background: #242424;
    border-radius: 10px;
    color: #fff !important;
    padding: 10px;
    margin-bottom: 20px !important;
    text-align: right;
}
textarea{
    width: 100%;
    height: 80px;
    margin-bottom: 14px;
    border: 2px solid #f6c12c;
    background: #242424;
    border-radius: 10px;
    color: #fff !important;
    padding: 10px;
    text-align: right;
    resize: none !important;
}
.bd-btm{
    border-bottom: 1px solid #fff;
}
.web-section img{
    width: 100% !important;
}

@media only screen and (max-width:445px){
    .btn{
        width: 100%;
        margin:0 10px !important;
    }
    .banner-img {
    width: 100%;
    display: block;
    margin: auto;
}
button.btn.btn-warning.mx-3 {
    margin: 0 !important;
}

.forex-img {
    width: 100%;
    display: block;
    margin: auto;
}
.forex-section{
    padding: 16px;
}

h1{
        font-size: 27px !important;
}
button.btn.btn-outline-warning {
    font-size: 14px;
    border-color: #b28a59 !important;
    padding: 8px 26px;
    color: #fff !important;
    margin: 10px 0 !important;
    font-weight: 900;
}
button.btn.btn-warning {
    background-image: linear-gradient(to bottom right, #b28a59, #f7ca7b) !important;
    color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 26px;
    font-weight: 900;
    margin: 0 !important;
}
.roadmap-card {
    background-image: linear-gradient(#b78f5c, #f7ca7b);
    padding: 22px;
    border-radius: 10px;
    width: 80%;
    display: block;
    margin: auto;
    height: auto;
    margin-bottom: 10px;
}

.road-map-bg {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 200px 1758px; */
    background-size: contain;
}
h4.mt-5.mb-5.text-end {
    text-align: start !important;
}

input {
    width: 100%;
    height: 70px;
    margin-bottom: 14px;
    border: 2px solid #f6c12c;
    background: #242424;
    border-radius: 10px;
    color: #fff !important;
    padding: 10px;
    margin-bottom: 20px !important;
    text-align: left !important;
}
textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 14px;
    border: 2px solid #f6c12c;
    background: #242424;
    border-radius: 10px;
    color: #fff !important;
    padding: 10px;
    text-align: left !important;
    resize: none !important;
}
li.nav-item a {
    color: #fff !important;
    font-size: 14px;
    margin: 0 !important;
}
.fueling{
    width: 100% !important;
}
p.w-75 {
    width: 100% !important;
}
.col-md-6.order-md-0.order-0.order-lg-1.p-0.m-auto {
    padding: 10px !important;
}
}

.homepresentation{
    width: 100% !important;
    height: 100vw !important;
}