:root {
    --base-color: #1652f0;
    --primary-color: #05b169;
    --secondary-color: #ffcf40;
    --font-stack: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-stack);
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-stack);
    font-weight: bold;
    color: var(--base-color);
}

/* about us page */

.first-container {
    height: 411px;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/Engineering\ 2.png') no-repeat;
    /* background-color: rgba(0, 0, 0, 0.51); */
    background-size: cover;
}

.text-aboutus {
    display: flex;
    justify-content: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 44.1818px;
    line-height: 66px;
    color: #FFFFFF;
    padding-top: 160px;
}


/* academy */

.gren {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.dis-a {
    order: 0;
}

.acada {
    display: flex;
    margin-top: 50px;
    background: #F9F9F9;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

.acada-content {
    margin: 25px
}

img.photo-size {
    width: 667px;
    height: 405px;
}

.heading-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    color: #333333;
}

.normal-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
}


/* vision */

.vision-backg {
    background: #1652F0;
}

.div-vision {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vision-container {
    margin-left: 70px;
    margin-right: 70px;
}

.vision-head {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    color: #FFFCFC;
    text-align: center;
}

.vision-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 31px;
    text-align: center;
    color: #FFFAFA;
}


/* what people say about us */

.prof-class {
    display: flex;
    justify-content: space-evenly;
}

.pep-container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.pep-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #333333;
}

.pofimg {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    justify-content: center;
}

.pof-img {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    padding-bottom: 0px;
    margin-left: 95px;
    margin-bottom: -80px;
}

.prof-head {
    padding-top: 77px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 53px;
    color: #2F2E2E;
    text-align: center;
}

.prof-content {
    width: 340px;
    height: 299px;
    background: #F9F9F9;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: space-evenly;
}

.prof-text {
    margin-left: 30px;
    margin-right: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    color: #2F2E2E;
}


/* responsiveness */

@media (max-width: 768px) {
    .first-container {
      height: 250px;
    }

    .gren {
        margin-left: 40px;
    }
    .dis-a {
        order: 2;
    }
    .acada {
        display: flex;
        flex-direction: column;
        background: white;
        align-items: center;
        box-shadow: unset;
    }
    img.photo-size {
        width: 332.44px;
        height: 201.86px;
    }
    .pic-con {
        margin-top: 0px;
        padding-top: 95px;
        padding-left: 15px;
    }
    .pic-edu {
        padding-left: 15px;
        padding-right: 4px;
        height: 203px;
        width: 330px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .pic-photo {
        padding-left: 0px;
        margin-left: 20px;
        height: 203px;
        width: 330px;
        margin-right: 0px;
        padding-right: 20px;
    }
    .normal-text {
        font-size: 11px;
        line-height: 18px;
        color: #333333;
        text-align: center;
    }
    .heading-text {
        font-size: 18px;
        line-height: 27px;
        color: #333333;
        text-align: center;
    }
    .vision-container {
        margin-bottom: 30px;
    }
    .vision-head {
        font-weight: 500;
        font-size: 17.47px;
        line-height: 26px;
        margin-bottom: 10px;
        color: #FFFAFA;
    }
    .vision-text {
        font-style: normal;
        font-weight: 300;
        font-size: 11.46px;
        line-height: 17px;
        text-align: center;
        color: #FFFAFA;
    }
    .prof-class {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pof-img {
        width: 160px;
        height: 160px;
        margin-left: 10px;
    }
    .pofimg {
        margin-left: 45px;
    }
    .pep-text {
        font-size: 17.47px;
        line-height: 26px;
        color: #333333;
    }
    .prof-content {
        margin-bottom: 45px;
        width: 265.34px;
        height: 290.51px;
    }
    .prof-head {
        font-size: 15.1005px;
        line-height: 38px;
        color: #2F2E2E;
    }
    .prof-text {
        font-weight: 300;
        font-size: 13px;
        line-height: 23px;
        color: #2F2E2E;
    }
    .total-foot {
        display: flex;
        flex-direction: column;
    }
    .two {
        display: flex;
        justify-content: space-around;
    }
    .new {
        margin-left: 44px;
    }
    .shp {
        margin-bottom: 15px;
    }
    .foot-head {
        font-size: 15.7778px;
        line-height: 165.19%;
    }
    .foot-text {
        font-size: 11px;
    }
}