/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

.pagination {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    text-align: center;
    font-family: "Poppins", sans-serif !important;
}

.current {
    background-color: #ABC44A;
    border-radius: 20px;
    padding: 4px 0px;
    font-weight: 600;
}

.pagination a {
    padding: 4px 0;
}

.bloghero {
    background-image: url(../assets/blogheromask.png);
    background-size: cover;
}

.blogerhero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blogherotext {
    max-width: 40%;
}

.blogheroimage {
    padding-right: 5%;
}

.bloglisting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blogwithfilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            /* justify-content: space-between; */
}

.filters {
    max-width: 20%;
    min-width: 15%;
}

.filtertype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    border-radius: 4px;
    border: 0.5px solid #ECECEC;
    background: #FEFEFF;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.filtercheckbox {
    color:#222;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 12px;
}

.activefiltercheckbox {
    background:#ABC44A;
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 600;
}

.blogitemslistinggrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

@media screen and (max-width: 576px) {

    .blogherotext {
        max-width: 80%;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .blogerhero {
        flex-direction: column !important;
    }

    .reportstatstext {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reportstatsimg img {
        width: 100% !important;
    }

    .blogwithfilters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .singleblogtitle h1 {
        text-align: center;
    }

    .singleblogcontent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 4rem;
    }


    .filters {
      width: 95%;
      max-width: 100%;
      margin-top: 2rem;
    }

    .blogitemslistinggrid {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .jobdescription {
        flex-direction: column;
        margin-top: 0px !important;
    }

    .jobrequirements {
        width: 90%;
        margin-left: 2rem;
    }

    .jobapplication {
        width: 80% !important;
    }

}


/* css for individual blog posts */


.singlebloghero {
    background-image: url(../assets/singleblogbg.png);
    background-size: cover;
}

.singleblogtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}

.singleblogcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.singleblogauthor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    width: 50%;
    margin-right: 10%;
}

.singleblogauthorimage {
    height: 100px;
    width: 100px;
}




/* single report css starts here */

.whyreport {
    margin-right: 10%;
}

.reportcontent {
    width: 50%;
}

.reportstats{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reportstatstext {
    width: 40%;
    background-color: #172C5D;
    padding-left: 8.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 5%;
}

.reportstatsimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-right: 8.33%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F7F7F7;
}

.singlereportcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .singlereportcontent, .reportstats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .reportcontent {
        width: 100%;
    }

    .reportstatstext {
        width: 88%;
        padding-right: 5%;
    }

}


/* single job starts here */

.linkedinbtn {
    border-radius: 8px;
    background: #3865BC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 10px 20px 10px 20px;
}

.linkedinbtntext{
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

}

.jobdescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.jobrequirements {
    margin-right: 10rem;
}

.jobapplication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 40px;
    border-radius: 17px;
}

.jobapplicationsubmit{
    padding: 8px 28px;
    border-radius: 44px;
    background: -o-linear-gradient(199deg, #ABC44A 28.38%, #3DA2D2 158.65%);
    background: linear-gradient(251deg, #ABC44A 28.38%, #3DA2D2 158.65%);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.07);
    color: #FFF !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 172.222% */
    letter-spacing: 0.5px;
    width: 200px;
}

.blogcontent {
    font-family: "Poppins", sans-serif;
}

.blogcontent a {
    color: #3DA2D2 !important;
}

.blogcontent p, .blogcontent ul, .blogcontent li {
    color: #222;
    font-family: Poppins;
    /* font-size: 24px !important; */
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}

.blogcontent li {
    list-style: auto !important;
    display: list-item;
}

.blogcontent h2 {
    /* font-size: 32px !important; */
    padding-top: 16px;
    padding-bottom: 12px;
}

.blogcontent h3 {
    /* font-size: 24px !important; */
    padding-top: 16px;
    padding-bottom: 12px;
}
