.aboutFirst{
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.aboutFirst::before{
    content: '';
    position: absolute;
    height: 50vh;
    width: 100%;
    background-image: url('/assets/images/allimages/aboutBG\ \(2\).jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover  ;
}

.insideAboutFirst{
    margin-left: 4rem;
    height: 80%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #ffffff3a;
    backdrop-filter: blur(10px);
}

.insideAboutFirst h2{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 5px;
    font-weight: 500;
}

.aboutSecond{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecond{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.insideAboutSecondCard{
    height: 85vh;
    width: 45%;
    background-color: #c7c7c721;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.aaaa{
    background-color: #fff !important
    ;
}

.aboutSecondCard{
    width: 100%;
    background-color: #c7c7c721;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.insideAboutSecondCard h2{
    text-transform: uppercase;
    font-size: 22px;
    color: #000000c2;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 1rem;
}

.insideAboutSecondCard p{
    font-size: 15px;
    word-spacing: 1px;
    color: #000000ad;
}

.oj{
    font-size: 15px;
    word-spacing: 1px;
    color: #000000ad;
    align-self: flex-start;
    margin: 1rem 0;
    font-size: 20px !important;
}

.asc{
    background-color: #fff;
    padding: 0;
    border-radius: 1rem;
}

.asc img{
    background-image: url('/assets/images/allimages/about.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 1rem;
    width: 100%;
}

.aboutSecondCard p{
    font-size: 15px;
    word-spacing: 1px;
    color: #000000ad;
}

.aboutThird{
    padding: 4rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutThird{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThirdAboutCard{
    margin: 0.5rem;
    background-color: #c7c7c721;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 16rem;
}

.insideThirdAboutCard h2{
    text-transform: uppercase;
    font-size: 16px;
    align-self: flex-start;
    color: #000000c2;
    color: #FF8F00;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 1rem;
}

.insideThirdAboutCard p{
    font-size: 15px;
    word-spacing: 1px;
    color: #000000ad;
}

.vmCard{
    text-transform: uppercase;
    font-size: 22px !important;
    color: #000000c2 !important;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 600;
    align-self: flex-start;
}

.aboutFourth{
    padding: 4rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutFourth{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutFourthCard{
    width: 100%;
    background-color: #c7c7c721;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

.insideAboutFourthCard h2{
    text-transform: uppercase;
    font-size: 32px;
    align-self: flex-start;
    color: #000000c2;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 1rem;
}

.insideAboutFourthCard p{
    font-size: 15px;
    word-spacing: 1px;
    color: #000000ad;
}

@media screen and (max-width:1050px){
    .insideAboutFirst {
        height: 60%;
        width: 35%;
    }

    .insideAboutFirst h2 {
        font-size: 42px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }
    .insideAboutSecond {
        width: 100%;
    }
    .insideAboutSecondCard h2 {
        font-size: 20px;
    }    
    .insideAboutSecondCard p {
        font-size: 14px;
    }
    .asc img {
        height: 70%;
    }
    .aboutSecondCard {
        margin: 0rem;
    }
    .aboutSecondCard p {
        font-size: 14px;
    }
    .insideThirdAboutCard h2 {
        font-size: 12px;
    }
    .vmCard {
        font-size: 20px !important;
    }
    .insideThirdAboutCard p {
        font-size: 14px;
    }
    .insideAboutFourthCard h2 {
        font-size: 26px;
    }
    .insideAboutFourthCard p {
        font-size: 14px;
    }
}

@media screen and (max-width:760px){
    .insideAboutFirst h2 {
        font-size: 30px;
    }
    .insideAboutSecond {
        flex-direction: column;
    }
    .insideAboutSecondCard {
        height: 85vh;
        width: 85%;
        margin: 3rem 0;
    }
    .aboutSecond {
        padding-top: 1rem !important;
    }  
    .insideAboutThird {
        width: 95%;
    }    
    .vmCard {
        font-size: 18px !important;
    }
    .insideThirdAboutCard p {
        font-size: 12px;
    }
    .insideAboutFourthCard h2 {
        font-size: 22px;
    }
    .insideAboutFourthCard p {
        font-size: 13px;
    }
}

@media screen and (max-width:600px){
    .insideAboutSecondCard {
        margin-bottom: 0;
    }
}

@media screen and (max-width:525px){

    .insideAboutFirst {
        width: 50%;
    }

    .insideAboutThird {
        flex-direction: column;
    }

    .insideThirdAboutCard {
        width: 90%;
    }

}

@media screen and (max-width:375px){
    .insideAboutSecondCard {
        height: 100vh;
    }
    .insideAboutSecondCard.aaaa{
        margin-top: 1rem;
        width: 95%;
    }
    .insideAboutFourth {
        width: 85%;
    }
    .insideAboutFourthCard {
        padding: 2rem 1rem;
    }
    .insideAboutFirst {
        width: 60%;
    }
}