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

/*
    Theme name: BigCity Theme
*/

.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%;
    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;
}

.blogheroimage {
    padding-right: 10%;
}

.partnertestimonials{
    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;
}

.easysteps {
    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: 1.5rem;   
}

.whatrow {
    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;
    gap: 4rem;
}

.whatrowtext {
    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;
}

.whatsheader {
    color: #3DA2D2 !important;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.whatsubheader {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.whatparatext {
    color: #000;
    font-family: "Poppins", sans-serif;;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.partnertext {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.easystep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;

}

.easysteps a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 44px;
    border: 1px solid #000000;
    color:#000000;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: 0.08px;
    height: 54px;
    cursor: pointer;
}

.partnerstep {
    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;
    border-radius: 0px 12px 12px 12px;
    border: 1px solid #F9F9F9;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 21.5px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 4px 21.5px 0px rgba(0, 0, 0, 0.04);
    width: 21%;
    height: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px;
    text-align: center;
}

.partnerstep img {
    position: relative;
    top: -20%;
}

.partnersteptext {
    color: #172C5D;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    top: -20%;
}

.accordion-header {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 175% */
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
}

.accordion-arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.accordion-content {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    display: none;
}

.faqaccordion {
    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;
}

.accordion-item {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active {
    background: #FAFBFF;
}


@media screen and (max-width: 576px) {
    .blogherotext {
        text-align: center;
        max-width: 90%;
        margin-top: 12%;
    }

    .blogerhero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .whatrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .whatrowtext {
        text-align: center;
        align-items: center;
    }

    .whatsheader {
        text-align: center;
        font-size: 24px;
    }

    .whatrowmob {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }

    .easystep {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .partnerstep {
        width: 96%;
        margin-bottom: 60px;
        height: 220px;
    }

    .partnertestimonials h1 {
        margin-bottom: 10px;
        text-align: center;
    }

    .partnertestimonials {
        gap: 3rem;
    }

    .easysteps h1 {
        text-align: center;
    }

    .whatrow img {
        width: 80% !important;
    }

}