.activity{
    margin-bottom: 40px;

}
.activity-banner{
    width:100%;
    padding:20px;
    position:relative;
    background-size: cover;
    background-position: top;
    height:30rem;
    min-height:300px;
}
.capacity-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/capacity-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;
}
.default-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/default-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.afc-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/afc-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.fifa-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/fifa-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.tournament-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/tournament-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.grassroot-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/grassroot-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.sr-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/sr-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.women-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/women-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.youth-bn{
    background: linear-gradient(rgba(18, 32, 68, 0.75),rgba(18, 32, 68, 0.75), rgba(18, 32, 68, 0.75)), url('../images/banner/youth-bn.jpg');
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;

}
.activity-title{
    width:80%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    color:white;
    text-align: center;
}
.activity-title h1{
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
}
.activity-title p{
    font-size: 16px;
}

.activity .tab-pane h3.section-title{
    font-size: 24px;
}
.activity .tab-pane{
    font-size: 16px;
    padding: 20px;
}
.activity .tab-pane h3{
    font-size: 18px;
}
#news{
    margin-right: 5%;
    margin-left: 5%;
}
.gr-photo-gallery .gr-img-holder{
    width:100%;
    margin-bottom: 6px;
    border: 1px solid darkgray;
}
.gr-img-holder img{
    width:100%;
    height: 16rem;
    object-fit: cover;
    object-position: top;
}
.gr-img{
    padding: 0 3px;
}
.grassroot-apply-btn{
    position: absolute;
    font-size: 16px;
    padding: 10px 20px;
    border:none;
    outline:none;
    color:white;
    background:linear-gradient(to right, #e42107, #540f04);
    border-radius: 30px;
    height:40px;
    right:10px;
    top:0;
    bottom:0;
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    transition: transform .3s ease-in-out;

}
.grassroot-apply-btn:hover{
    background:#e42107;
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
    transition: transform .3s ease-in-out;
}

/*################################# count section css starts here #################################*/

.graph-container{
    width:100%;
    height:fit-content;
    border-bottom: 2px solid gray;
}
.count-wrapper{
    padding: 60px 30px;
    width:100%;
    background: url("../../images/banner/count-banner-02.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;

}
.count-detail{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: wrap;
    width:100%;

}
.count{
    width:15%;
    padding:30px;
    text-align: center;
}
.count .fa{
    font-size:100px;
    text-align: center;
    width:100%;
}
.counter{
    font-size:35px;
    font-weight:bold;
    text-align: center;
    color: #e52107;
}
.count .plus{
    font-size: 40px;
}

/*################################# count section css ends here #################################*/
.gr-img-holder img.act-img, .act-img{
    width:100%;
    height:35rem;
    object-fit: contain;
}


@media (min-width: 200px) and (max-width: 767px) {
    .activity-banner{
        height: 32rem;
    }
    .activity-title {
        width: 90%;
    }
    .activity .tab-pane{
        padding:5px;
    }
    #news{
        margin-right: 0;
        margin-left: 0;
    }
    .anfa-nav-tab>li>a {
        padding: 10px 10px;
    }
    .anfa-nav-tab{
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        left:50%;
        width: fit-content;
        display: flex;
        display: -webkit-flex;
        margin-left:0
    }
    .count {
        width: 30%;
        padding: 10px;
    }

    .count-wrapper {
        padding: 30px 10px;
    }
    .counter{
        font-size: 30px;
    }
    .gr-img-holder img.act-img, .act-img{
        height: 25rem;
    }

}