body{
    background: #000000;
    color: #FFFFFF;
    overflow-x: hidden;
}
.main_banner {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cryptoex_clonebanner1.webp);
    min-height: 100vh;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.overflow-hidden{
    overflow: hidden;
}
.org_txt{
    color: #FB4E00;
}
h1{
    font-weight: 800;
    font-size: 47px;
    line-height: 58px;
}
h2{
    font-weight: 800;
    font-size: 39px;
    text-transform: capitalize;
}
.banner_txt{
    font-size: 24px;
}
p{
    color: #A7A7A7;
}
section {
    padding: 50px 0;
}
.img_card{
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: 11px;
}
.img_card:hover{
    overflow: hidden;
    position: relative;
    border: 1px solid #a04c14;
    border-radius: 15px;
    box-shadow: 0px 0px 23px 0px #e7733e;
}
.bottom_cd{
    position: absolute;
    width: 100%;
    left: -100%;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0;
    transition: .3s all ease-in;
}
.img_card:hover .bottom_cd{
    border-radius: 0px 0px 13px 13px;
    left: 0;
    opacity: 1;
}
.crypto-btn{
    background: #FB4E00;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.tab_sec .nav-pills .nav-link{
    background: #161616;
    border-radius: 100px;
    position: relative;
    min-width: 170px;
    text-align: center;
    color: #FFF;
    padding: 10px 26px;
    display: block;
    white-space: nowrap;
    transition: all .3s ease;
}
.tab_sec .nav-pills .nav-link.active{
    background: #FB4E00;
}
.tab_sec .nav-pills .nav-link:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: linear-gradient(to right , transparent 49%, #FB4E00);
    border-radius: 100px;
    z-index: -1;
}
.tab_sec .nav.nav-pills{
    justify-content: center;
    gap: 25px;
}
.fire_bg{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/fire_bg.webp) left center no-repeat;
    background-size: 50%;
}
.wrapperwhl {
    max-width: 1600px;
    padding: 0;
    z-index: 999;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cust_h2 {
    font-weight: 800;
    font-size: 43px;
}
.fire_left{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/how_works.webp) #161616 no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 50px;
    min-height: 380px;
    display: flex;
    align-items: center;
}
.fire_rightfull{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/firre_right.webp)  no-repeat;
    background-size: cover;
}
.fire_leftright{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/fire_leftright.webp) #161616 no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    padding: 50px;
    min-height: 380px;
    display: flex;
    align-items: center;
}
.cryptocurrency-app {
    background: linear-gradient(180deg, #0A1822 0%, #213444 100%);
    border: 2px solid rgba(204, 204, 204, 0.13);
    border-radius: 58px;
    padding: 12px 30px;
    min-width: 200px;
}
.cryptocurrency-app:hover {
background-image:  linear-gradient(91.89deg, #CB351C 1.6%, #FE8F18 102.23%);
border: 2px solid transparent;
    box-shadow: -4px 60px 24px rgba(211, 67, 27, 0.03), -2px 34px 20px rgba(211, 67, 27, 0.1), -1px 15px 15px rgba(211, 67, 27, 0.17), 0px 4px 8px rgba(211, 67, 27, 0.2);
    transition: all .2s ease;
}

@media (max-width: 991px){
    .main_banner{
        min-height: auto;
    }
    .banner_txt{
        font-size: 18px;
    }
    h1{
        font-weight: 800;
        font-size: 32px;
        line-height: normal;
    }
    section {
        padding: 40px 0;
    }
    h2{
        font-weight: 800;
        font-size: 28px;
        line-height: normal;
    }
    .fire_bg{
        background: none;
    }
    .fire_left{
        background: #161616;
        padding: 30px 20px;
    }
    .fire_leftright{
        background: #161616;
        padding: 30px 20px;
    }
    .cust_h2 {
        font-weight: 800;
        font-size: 32px;
    }
    .tab_sec .nav.nav-pills {
        justify-content: start;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    .fire_rightfull{
        background: none;
    }
    
}
@media (max-width: 768px){
    .tab_sec .nav.nav-pills {
        justify-content: start;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    .tab_sec .nav-pills .nav-link{
        white-space: nowrap;
    }
    h1{
        font-weight: 800;
        font-size: 28px;
        line-height: normal;
    }
    h2{
        font-weight: 800;
        font-size: 23px;
        line-height: normal;
    }
    section {
        padding: 30px 0;
    }
    .cust_h2 {
        font-weight: 800;
        font-size: 26px;
    }
}

.tab_sec .nav-pills::-webkit-scrollbar {
    height: 8px;
  }
   
  .tab_sec .nav-pills::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(201 199 199 / 30%);
    border-radius: 4px;
  }
   
  .tab_sec .nav-pills::-webkit-scrollbar-thumb {
    background-color: #283a49;
    /* outline: 1px solid slategrey; */
    border-radius: 4px;
  }
