@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
*,
*::before,
*::after {margin: 0;padding: 0;-webkit-box-sizing: border-box; box-sizing: border-box;}

html {box-sizing: border-box;}



body {
    
    line-height: 1.6; 
    font-family: "Poppins", sans-serif;
    font-weight: 3400; 
    background-color: #000;
    font-size: 15px;
    color: #fff;
  
	    
}
.h100{ height: 100%;}
#myModal .modal-content .close1 {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgb(255 255 255 / 15%);
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
#myModal .modal-content{    border-radius: 25px;
    overflow: hidden;
    border: 3px solid #d98c00;
    box-shadow: 1px 1px 20px rgb(255 122 9 / 40%);}
p {

    line-height: 1.8;
    margin: 0 0 1rem;
}
ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
}

button,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none;
}

.padding {
    padding: 60px 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6{    color: #fff;}


/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    background: linear-gradient(135deg, #ffb21c 0%, #ff6c06 100%);
    color: #fff; text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

#scroll-to-top:hover {
    transform: scale(1.2);
}
 

/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
       position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border: 0;
    z-index: 99;
    min-height: 70px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    
}

 
.navbar .icon-bar {    color:#fff;
    font-size: 25px;}
.navbar .navbar-nav .active {color: #ffb21c!important;}
.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    padding: 10px;
    font-weight: 500;    margin: 0 5px;
     color:#fff;    font-size: 18px;
}

.nav-scroll {   background:#000;
       position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.nav-scroll .icon-bar {color: #fff; }

.nav-scroll .navbar-nav .nav-link .active {color: #f8c44f !important;}
.tgr {
    background: linear-gradient(90deg, #ffaf1b 10%, #ff7108 60%) text transparent;
    -webkit-text-fill-color: transparent;
}
.ttu{    text-transform: uppercase;}
.about_img{ position: relative;}
.about_img::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 13px;
    left: -42px;
    right: 0;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
    margin: auto;
}
.about_img img {
    max-width: 450px ;
} 

 
#home{    background: url("../img/bg.jpg")no-repeat center;     background-size: cover; }

#home .banner_content {
    height: 100vh;
    background: linear-gradient(180deg, rgb(0 0 0 / 56%), rgb(0 0 0 / 92%) 100%);
}
.logo{    height: 60px;}
.home h1 {
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    margin-top: 80px;
    font-weight: 800;
}
.home p{      font-size: 22px;
    line-height: 30px;
    }

.home .home-content a {
    z-index: 1;
    color: #fff;
}

 .w100{ width: 100%;}

.btn{background: linear-gradient(135deg, #ffb21c 0%, #ff6c06 100%);
    color: #fff; border: 1px solid #ffb21c;
   
    border-radius: 8px;
    padding: 12px 25px;     font-weight: 500;}

.btn:hover{background:transparent;  color: #ffb21c; }
.btn_white{background: #fff; color: #ff6c06; border: 1px solid #fff; }
.btn_white:hover{ color: #fff; }

 .hadding {  font-size: 40px; 
      

}
.bg_dark{ background: #000;}
.ttu{ text-transform: uppercase;}
.bg {
    background-color: rgb(255 255 255 / 10%);; border-radius: 8px;
}
.rount_number {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100%;
    border: 2px solid #979797;
    width: 40px;    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}
.coin1{ height: 45px; margin-right: 12px;}
.f4700{    font-size: 1.3rem; font-weight: 700;}
.font-bold{   font-weight: 600;}
 .flex-col2{    flex-direction: column;
 }
 .border{ height: 1px; background-attachment: #fff; }
 hr {
    border-top: 1px solid rgb(255 255 255 / 33%);
}
.color1{color: #ff8e10;}
.p60{ padding: 60px 0;}
.color_box {
    background: #f97316;
    padding: 5px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;    align-items: center;

}
.color_box span {
    background: rgb(255 255 255 / 45%);
    padding: 5px;
    border-radius: 8px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    margin-right: 11px;
}
.fw400{ font-weight: 300;}

/*------ width < 768px ------*/
@media (max-width: 768px) {

    .home-content {
        margin-top: 20px;
        text-align: center;
    }

    .home-content h1 {
        margin-top: 20px;
        font-size: 5rem;
    }
}


ul.list-items li {
    margin-bottom: 10px;
}

.copyright{ text-align:center;    padding: 15px;   }
.light_bg{background: #fafafa;}
.footer {  background-color: #100a24;
    padding: 50px 0 5px;}
.footer .heading-primary{ color:#fff;}
.footet .navbar-brand .logo {width: 100%;height: 100%;}
 
.social_icon li {display: inline-block; padding: 0;}
.social_icon li a {
    
    color: #fff;
    font-size: 1.5rem;
   
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: inline-block;
    margin: 0 5px;
}
.nav_link li{ margin-bottom:7px;}
.nav_link li a{     color: #fff;
    font-size: 14px;
    font-weight: 300;}
.nav_link li a:hover{  color: #e627d1;}
.footer .social-links ul li a:hover {  background: #fff; transform: scale(1.2);}
.footer h4{     font-size: 20px;    margin-bottom: 10px;}
.input_pm {
    padding: 12px 20px;
    border: 2px solid #979797;
    border-radius: 10px;
    background: rgb(0 0 0 / 30%);
}
option{ background:#222222;}
.dropdown-menu{ background:#222222;}
.dropdown-menu .dropdown-item{  color: #fff;}
.dropdown-menu .dropdown-item:hover{background-color: #000000;}
.input_pm input, .input_pm select  {
    padding: 0;
    border: 0px solid #979797;
    color: #fff;
    font-size: 22px;    width: 100%; background: transparent;
    font-weight: 700; outline: none!important;
}
.input_pm i{    font-size: 25px;
    cursor: pointer;
    line-height: 32px;
    height: 28px;}
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; 
    }
    .size-6 {
        width: 1.5rem;
        height: 1.5rem;
    }
    .table td, .table th {
        border-top: 1px solid rgb(255 255 255 / 17%);
    }
    .table thead th {
        border-bottom: 2px solid rgb(255 255 255 / 24%);
    }
.social img{    height: 55px;}
.social a{  margin: 0 10px;}





@media (max-width: 991px) {
.navbar  .btn {
    padding: 7px 10px;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    right: 55px;
    top: 14px;
}
.navbar-toggler {
    padding: .25rem 0;}
}

@media (max-width: 768px) {
.login_btns .btn{ margin-bottom: 20px;}
#home {height: auto; text-align: center;}
.navbar{    background: #000;}
	.home h3 {    font-size: 25px;    margin-top: 0;}
    .home p {
        font-size: 18px;
        line-height: 28px;
    }
.padding {padding: 30px 0;}
.about-content {
    padding-top: 15px;
}
.heading-primary {
    font-size: 22px;
}
.footer h4{    margin-top: 25px;}
.home h1 {
    font-size: 25px;
     
    margin-top: 120px;
}
.about_img img {
    max-width: 100%;
}
.about_img::before {
     
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    
}
.hadding {
    font-size: 28px;
   
}
.logo{height: 36px;}
.qr {
    max-width: 130px;
    margin: auto;
}
.qr-btn{ text-align: center;}
.p60 {
    padding: 35px 0;
}
.single-features img {
    max-height: 60px;
    margin-bottom:15px;
}
.single-features h3 {
    margin-bottom:15px;
    font-size: 18px;
}
.tokenomics_list li {
 
    padding: 12px 15px;
  
    font-size: 15px;
 
}
.single-what-you-get .hover {
  
    padding: 20px;
}
.faq .card a {
    font-size: 16px;
}
.faq  .card-header {    padding: .5rem 2rem .5rem 1rem;}
.f4700 { font-size: 1rem;}
.mining_box1 h5{font-size: 1rem;}
.coin1 {
    height: 30px;
    margin-right: 8px;
}
.input_pm input, .input_pm select {
    font-size: 15px;
    font-weight: 500;
}
.input_pm {
    padding: 10px 15px;
}
}




