@media (max-width:550px) {
    h1 {
        font-size: 55px;
        transform: translateY(-2px);

    }

    .hero>p {
        font-size: 27px;
        margin: 5px 0px;
        transform: translateY(-2px);

    }

    .logo>img {
        height: 80%;
        /* transition: ease-out 0.6s; */
        /* transform: scale(0.1); */

    }

    .btn-hero {
        margin-top: 15px;
    }
}

@media (max-width:430px) {
    h1 {
        font-size: 50px;
        transform: translateY(-2px);

    }

    .hero>p {
        font-size: 24px;
        margin: 7px 0px;
        transform: translateY(-2px);

    }

    .logo>img {
        height: 60%;
        /* transition: ease-out 0.6s; */
        /* transform: scale(0.1); */

    }

    .btn-hero {
        margin-top: 14px;
        width: 320px;
    }
}

@media (max-width:850px) {
    h4 {
        text-align: center;

    }

    .vision {
        height: 160vh;
    }

    .vision-content {
        flex-direction: column-reverse;
    }

    .vision-content>img {
        height: 400px !important;
        margin: 0px 0px 50px 0px;
    }

    .vision-content>p {
        margin: 0px 40px;
        width: auto;
        height: auto;

    }

    .portals {
        margin-top: 10px;
    }

    .portals > a >img {
        width: auto;
        height: 300px;
    }

    .about {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        height: 140vh;
    }

    .about-section {
        width: 90%;
    }

    .about-section-1 {
        margin-bottom: 26px;
    }

    .about-section-2>p {
        font-size: 25px;
    }

    .portal {
        height: 90vh;

    }

    .portals> a > img {
        /* width: 100px; */
        /* height: 200px; */
        /* width: 100px; */
        margin: 50px 30px;
    }

    .portal-header {
        margin-bottom: 10px !important;
    }
}

@media (max-width:355px) {
    h2 {
        font-size: 40px;
    }

    .about-section-2>p {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    h2 {
        font-size: 50px;
    }

    .about-section-2>p {
        font-size: 22px;
    }

    .about-section-1>img {
        width: 240px;
    }
}

@media (max-width:400px) {
    h2 {
        font-size: 43px;
    }

    .about-section-2>p {
        font-size: 21px;
    }

    .about-section-1>img {
        width: 240px;
    }

    h4 {
        font-size: 40px !important;
    }

    .vision-header>img {
        height: 60px !important;
        width: auto;
    }

    .vision-content>p {
        font-size: 12px;
    }

    .vision-content>img {
        height: 320px !important;
        width: auto;
        margin-bottom: 40px;
    }

    .vision {
        height: 160vh;
    }
}

@media (max-width:600px) {
    h3 {
        font-size: 50px;
        text-align: center;
    }

    .portal-header>img {
        width: 100px;
    }

    .portals > a >img {
        /* width: 100px; */
        height: auto;
        width: 200px;
        margin: 60px 20px 0px 20px;
    }
    .portal{
        height: 70vh;
    }
    .vision{
        min-height: 1000px;
    }

}

@media (max-width:440px) {
    h3 {
        font-size: 45px;
        /* text-align: center; */
    }

    .portal-header>img {
        width: 160px;
        margin-bottom: 20px;
    }

    .portals> a >img {
        height: auto;
        width: 200px;
    }

    .portal-header {
        flex-direction: column;
    }

    .portals {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .portal {
        height: 120vh;

    }
}

@media (max-width:1050px) {



    .vision-content>img {
        height: 400px;


    }

    .vision-content>p {
        font-size: 22px;

    }


}

@media (max-width:650px) {



    h4 {
        font-size: 50px;
    }

    .vision-header>img {
        height: 80px;
        width: auto;
    }

    .vision-content>p {
        font-size: 17px;
        margin: auto 20px;
    }

    .vision-content>img {
        height: 350px;
    }

    .vision {
        height: 140vh;
    }
    .portals > a{
        margin: 0px !important;
    }
    .portals > a > img{
        margin: 30px !important;
    }

}

@media (max-width:1000px) {

    h6 {
        font-size: 32px;
    }

    .footer-item>p {
        font-size: 16px;

    }

    .footer-item>img {
        height: 140px;

    }

    .social>p {
        font-size: 16px;
    }
}

@media (max-width:700px) {
    .footer-band{
        flex-direction: column;
        height: 150vh;
        position: relative;
        top: 15px;
        padding-top: 10px;
    }
    .footer{
        height: 200vh;
        margin-top: 0px;
    }
    .footer-item{
        width: 90%;
        margin: 10px 0px;
    }
    .credits{
        height: 80vh;
    }
}
@media (max-width:320px) {
    
    .vision{
        height: 160vh;
    }
    .about{
        /* padding: 100px 0px; */
        height: 170vh;
    }
}


@media (max-width:400px) {
    .vision{
        min-height: 1050px;
    }

}
@media (max-height:463px) {
    .footer-band{
        min-height: 370px;
    }

}
@media (max-width:1170px) {
    .portals{
            flex-wrap: wrap;
    }
    .portals > a{
        margin-top: 40px;
    }
    .portal{
        height: auto;
        padding-bottom: 100px;
    }

}

