﻿

@media screen and (min-width: 576px) and (max-width : 768.98px) {
    .about-us-img-bg {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)), url('../Images/611238320.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .about-us-bg {
        width: 100%;
        position: relative;
        background-image: linear-gradient(to top, black,#A100FF,transparent 90%);
    }

    .about-us-msg {
        color: white;
        font-size: 38px;
        font-weight: bold;
        width: 80%;
        padding-top: 60px;
    }

        .about-us-msg span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg-header {
        color: white;
        font-size: 36px;
        font-weight: bold;
        text-align:center;
    }

        .about-us-what-we-do-msg-header span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg {
        color: white;
        text-align: justify;
        font-size: 12px;
    }

    .our-core-team {
        color: white;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
    }

        .our-core-team span {
            color: #A100FF;
        }

    .about-us-acc-log {
        color: white;
        padding-top: 40px;
    }

        .about-us-acc-log div {
            text-align: center;
            width: 97px;
            position: relative;
            top: 12px;
            font-weight: 600;
        }

    .about-us-what-we-do-img {
        width: 90%;
    }

    .about-us-card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 1rem;
        width: 340px;
        height: 400px;
        font-size: 12px;
        font-weight: 500;
    }

    .about-us-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .8rem .8rem 0 .8rem;
        text-align: justify;
        max-height: 245px;
    }

    .about-us-card-footer {
        padding: .5rem 1.25rem;
        /*  background-color: rgba(0,0,0,.03);*/
        /*  border-top: 1px solid rgba(0,0,0,.125);*/
        text-align: center;
    }

        .about-us-card-footer div:first-child {
            font-weight: bold;
        }

        .about-us-card-footer div:last-child {
        }

    .about-us-img-card {
        display: flex;
        justify-content: center;
    }

    .about-us-user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 9;
    }

        .about-us-user-img:hover {
            transform: scale(1.2);
        }

    .img-line {
        border-top: 6px solid #A100FF;
        transform: rotateX(360deg);
        width: 100%;
        position: absolute;
        bottom: 100px;
    }

    .row-pl {
        padding-left: 4%;
    }
}

@media screen and (min-width: 769px) and (max-width : 992.98px) {
    .about-us-img-bg {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)), url('../Images/611238320.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .about-us-bg {
        width: 100%;
        position: relative;
        background-image: linear-gradient(to top, black,#A100FF,transparent 90%);
    }

    .about-us-msg {
        color: white;
        font-size: 46px;
        font-weight: bold;
        width: 80%;
        padding-top: 60px;
    }

        .about-us-msg span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg-header {
        color: white;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

        .about-us-what-we-do-msg-header span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg {
        color: white;
        text-align: justify;
        font-size: 14px;
    }

    .our-core-team {
        color: white;
        font-size: 32px;
        text-align: center;
        font-weight: bold;
    }

        .our-core-team span {
            color: #A100FF;
        }

    .about-us-acc-log {
        color: white;
        padding-top: 40px;
    }

        .about-us-acc-log div {
            text-align: center;
            width: 97px;
            position: relative;
            top: 12px;
            font-weight: 600;
        }

    .about-us-what-we-do-img {
        width: 90%;
    }

    .about-us-card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 1rem;
        width: 340px;
        height: 400px;
        font-size: 12px;
        font-weight: 500;    }

    .about-us-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .8rem .8rem 0 .8rem;
        text-align: justify;
        max-height: 245px;
    }

    .about-us-card-footer {
        padding: .5rem 1.25rem;
        /*  background-color: rgba(0,0,0,.03);*/
        /*  border-top: 1px solid rgba(0,0,0,.125);*/
        text-align: center;
    }

        .about-us-card-footer div:first-child {
            font-weight: bold;
        }

        .about-us-card-footer div:last-child {
        }

    .about-us-img-card {
        display: flex;
        justify-content: center;
    }

    .about-us-user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 9;
    }

        .about-us-user-img:hover {
            transform: scale(1.2);
        }

    .img-line {
        border-top: 6px solid #A100FF;
        transform: rotateX(360deg);
        width: 100%;
        position: absolute;
        bottom: 100px;
    }

    .row-pl {
        padding-left: 4%;
    }
}


@media screen and (min-width: 993px) and (max-width : 1199.98px) {
    .about-us-img-bg {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)), url('../Images/611238320.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .about-us-bg {
        width: 100%;
        position: relative;
        background-image: linear-gradient(to top, black,#A100FF,transparent 90%);
    }

    .about-us-msg {
        color: white;
        font-size: 50px;
        font-weight: bold;
        width: 80%;
        padding-top: 60px;
    }

        .about-us-msg span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg-header {
        color: white;
        font-size: 36px;
        font-weight: bold;
    }

        .about-us-what-we-do-msg-header span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg {
        color: white;
        font-size: 14px;
        text-align: justify;
    }

    .our-core-team {
        color: white;
        font-size: 45px;
        text-align: center;
        font-weight: bold;
    }

        .our-core-team span {
            color: #A100FF;
        }

    .about-us-acc-log {
        color: white;
        padding-top: 40px;
    }

        .about-us-acc-log div {
            text-align: center;
            width: 97px;
            position: relative;
            top: 12px;
            font-weight: 600;
        }

    .about-us-what-we-do-img {
        width: 100%;
    }

    .about-us-card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 1rem;
        width: 340px;
        height: 400px;
        font-size: 12px;
        font-weight: 500;
    }

    .about-us-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .8rem .8rem 0 .8rem;
        text-align: justify;
        max-height: 245px;
    }

    .about-us-card-footer {
        padding: .5rem 1.25rem;
        /*  background-color: rgba(0,0,0,.03);*/
        /*  border-top: 1px solid rgba(0,0,0,.125);*/
        text-align: center;
    }

        .about-us-card-footer div:first-child {
            font-weight: bold;
        }

        .about-us-card-footer div:last-child {
        }

    .about-us-img-card {
        display: flex;
        justify-content: center;
    }

    .about-us-user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 9;
    }

        .about-us-user-img:hover {
            transform: scale(1.2);
        }

    .img-line {
        border-top: 6px solid #A100FF;
        transform: rotateX(360deg);
        width: 100%;
        position: absolute;
        bottom: 100px;
    }

    .row-pl {
        padding-left: 3%;
    }
}

@media screen and (min-width: 1200px) {
    .about-us-img-bg {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)), url('../Images/611238320.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .about-us-bg {
        width: 100%;
        position: relative;
        background-image: linear-gradient(to top, black,#A100FF,transparent 90%);
    }

    .about-us-msg {
        color: white;
        font-size: 65px;
        font-weight: bold;
        width: 80%;
        padding-top: 60px;
    }

        .about-us-msg span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg-header {
        color: white;
        font-size: 45px;
        font-weight: bold;
    }

        .about-us-what-we-do-msg-header span {
            color: #A100FF;
        }

    .about-us-what-we-do-msg {
        color: white;
        text-align: justify;
    }

        .about-us-what-we-do-msg span {
            font-size: 20px;
        }

    .our-core-team {
        color: white;
        font-size: 45px;
        text-align: center;
        font-weight: bold;
    }

        .our-core-team span {
            color: #A100FF;
        }

    .about-us-acc-log {
        color: white;
        padding-top: 40px;
    }

        .about-us-acc-log div {
            text-align: center;
            width: 97px;
            position: relative;
            top: 12px;
            font-weight: 600;
        }

    .about-us-what-we-do-img {
        width: 100%;
    }

    .about-us-card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 1rem;
        width: 340px;
        height: 400px;
        font-size: 12px;
        font-weight: 500;
    }

    .about-us-card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .8rem .8rem 0 .8rem;
        text-align: justify;
        max-height: 245px;
    }

    .about-us-card-footer {
        padding: .5rem 1.25rem;
        /*  background-color: rgba(0,0,0,.03);*/
        /*  border-top: 1px solid rgba(0,0,0,.125);*/
        text-align: center;
    }

        .about-us-card-footer div:first-child {
            font-weight: bold;
        }

        .about-us-card-footer div:last-child {
        }

    .about-us-img-card {
        display: flex;
        justify-content: center;
    }

    .about-us-user-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 9;
    }

        .about-us-user-img:hover {
            transform: scale(1.2);
        }

    .img-line {
        border-top: 6px solid #A100FF;
        transform: rotateX(360deg);
        width: 100%;
        position: absolute;
        bottom: 100px;
    }

    .row-pl {
        padding-left: 3%;
    }
}

.aln-center {
    display: flex;
    justify-content: center;
    padding-top: 4%;
}
