/*SLIDER SECTION*/
#slider-section {
    padding-top: 6rem;
    padding-bottom: 0.5rem;
}

.slider-section {
    padding-top: 6rem;
    padding-bottom: 0.5rem;
}

#slider-div {
    z-index: 2;
    height: 60vh;
    display: flex;
    position: relative;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider-div:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: unset;
}

#slider-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#slider-p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: none;
}

#slider-info-div {
    display: none;
}

.sd-link {
    display: block !important;
    pointer-events: none !important;
}

@media (max-width: 991px) {
   #slider-div {
        height: 68vh;
        align-items: flex-end;
    }

    #slider-div:before {
        background: #00000014;
    }

    #slider-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    #slider-p {
        font-size: 10px;
    }

    #slider-btn-div {
        margin-top: 15px;
    }

    #slider-btn-div a {
        border-radius: 50px;
    }
}

/*FEATURES SECTION*/
#ft-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#ft-box {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    border-radius: 5px;
    padding: 25px 15px;
    justify-content: space-between;
}

#ft-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3px;
}

#ft-p {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

#ft-icon {
    width: 4rem;
    height: 4rem;
    font-size: 24px;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 991px) {
    #ft-box {
        padding: 25px;
        margin-bottom: 15px;
    }
}

/*NOTIFICAITONS SECTION*/
#ntf-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*LINE CHART / ANNOUNCEMENT / CURRENT WALLET / NETWORK REPORT SECTION*/
#cb-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    font-family: Verdana, sans-serif;
}

.highcharts-data-table caption {
    color: #555;
    padding: 1em 0;
    font-size: 1.2em;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#ann-div,
#nr-div {
    padding: 25px 0;
    border-radius: 5px;
}

#ann-title-div,
#nr-title-div {
    padding: 0 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#ann-padding-div,
#nr-padding-div {
    padding: 0 15px;
}

#ann-title,
#nr-sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

#ann-box {
    padding: 15px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s;
    justify-content: space-between;
}

#ann-box:hover {
    transform: translateY(-5px);
}

#ann-box:last-child {
    margin-bottom: 0;
}

#ann-p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
}

#ann-date-div {
    font-size: 9px;
    line-height: 1.4;
    border-radius: 50px;
    padding: 5px 10px;
}

#cw-div {
    padding: 40px 15px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
    background-size: 78%;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('<?php echo $base_url; ?>/img/bg/current-wallet-bg.png');
}

#cw-info-div {
    max-width: 45%;
}

#cw-p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
}

#cw-number {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}

.mb-cw {
    display: none;
}

#nr-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#nr-icon-div {
    margin-right: 20px;
}

#nr-icon-div img {
    width: 60px;
    height: auto;
}

#nr-info-title {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    padding: 2px 8px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}

#nr-info-number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    #ann-div,
    #nr-div {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .mb-cw {
        display: block;
    }

    .dt-cw {
        display: none;
    }

    #ann-title,
    #nr-sub-title {
        font-size: 15px;
    }

    #ann-box {
        display: block;
    }

    #ann-p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    #ann-date-div {
        font-size: 9px;
        display: inline-block;
    }

    #cw-div {
        background-size: 59%;
    }

    #cw-info-div {
        max-width: 60%;
    }

    #cw-p {
        font-size: 11px;
    }

    #nr-box {
        margin-bottom: 0;
        align-items: unset;
        text-align: center;
        display: inline-block;
    }

    #nr-icon-div {
        margin-right: 0;
        margin-bottom: 5px;
    }

    #nr-icon-div img {
        width: 45px;
    }

    #nr-info-title {
        font-size: 7px;
        padding: 3px 6px;
    }

    #nr-info-number {
        font-size: 11px;
    }
}

/*NEWS SECTION*/
#news-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#news-box {
    border-radius: 5px;
}

#news-img-div {
    overflow: hidden;
    position: relative;
}

#news-img-div img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

#news-img-div:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

#news-info-div {
    padding: 15px 15px 25px;
}

#news-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
}

#news-p {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0;
}

#news-btn-div {
    margin-top: 25px;
}

@media (max-width: 991px) {
    #news-box {
        margin-bottom: 15px;
    }
}
