@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Montserrat';
    background: #171511;
}

.bg-light {
    background-color: #171511 !important;
    margin-bottom: 25px;
    padding: 0px;
    
    box-shadow: 0 1.25rem 2.1875rem rgb(0 0 0 / 10%);
}

.navbar-light .navbar-nav .nav-link {
    color: #171511;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 10px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #BD9243;
   
}

.card.ptc-box {
    border-radius: 12px;
    border:none;
    
}

.card-header h3 {
    font-size: 13px;
    font-weight: 900 !important;
    color: #1e1e1e;
    text-transform: capitalize;
}

.ptc-box .card-header {
    background: #efefef;
    border: 0;
    
    width: 21%;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptc-box ul.list-group {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}

li.list-group-item {
    border: 0;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
    font-weight: 600;
}

li.list-group-item span {
    font-size: 2rem;
    color: #760303;
    border-bottom: 1px solid;
    border-radius: 50%;
    padding: 4px;
    text-align: center;
}

.ptc-box .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:12px;
}

@media (max-width:610px) {
    .card.ptc-box {
        flex-flow: wrap;
    }
    .ptc-box .card-header {
        width: 100%;
    }
}

.no-ads {
    min-height: 100vh;
    text-align: center;
}

#content {
    min-height: 80vh;
    background-color: #171511;
}

ul#earn-types-nav {
    background: #343333;
    padding: 5px 0px;
    border-radius: 4px;
    box-shadow: 0 0 4px #00000040;
    margin-bottom: 25px;
}

#earn-types-nav a.nav-link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-right: 1px solid;
    border-left: 1px solid;
    transition: all 0.3s ease;
}

#earn-types-nav a.nav-link:hover {
    color: #fff;
}

.nav-tabs {
   
    background: #fff;
    margin-bottom:20px;
    border:none;
    border-radius:12px;
    padding: 12px;
}

.nav-tabs .nav-link {
    color: #171511;
    font-weight: 600;
    
    border-radius: 0px;
}

..nav-tabs .nav-link:hover{
    color:#4aa276;
}



btnoffer

@media (max-width:780px) {
    .btnoffer {
       margin-top:20px;
    }
}
