@font-face {
    font-family: Poppins2 ;
    src: url(./font/poppins.semibold.ttf);
}

@font-face {
    font-family: Poppins1 ;
    src: url(./font/poppins.extralight.ttf);
}

@font-face {
    font-family: roboto;
    src: url(./font/roboto-400.ttf);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
html, body{
    height: 100%;
    width: 100%;
}

#about{
    width: 100%;
    height: auto;
    background-color: #ffff;
    z-index: -100;
    padding-bottom: 100px;
}

#about-content{
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff
    ;
}



#about-main{
    width: 70rem;
    height: 25rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
    /* background-color: #147EFB; */
}

#about-container{
    background-color: #ffff
}
@media screen and (max-width: 1035px) {
    #about-content{
        padding: 3rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    #about-main{
        width: 60rem;
        height: auto;
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 3rem
        /* background-color: red; */
    } 
}
@media screen and (max-width: 900px){
    #about-container{
        max-width: 100rem;
        padding: 0 2rem;
        margin-bottom: 1.5rem;
        position: relative;
    }
    #about{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 50px;
    }
}


#about-img{
    width: 45%;
    height: 23rem;
    overflow: hidden;
    border-radius: 20px;
}

#about-img > img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}


@media screen and (max-width: 480px) {
    #about-img{
        width: 40%;
        height: 16rem;
        overflow: hidden;
        border-radius: 20px;
    }
    #about{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 406px){
    #about-img{
        width: 35%;
        height: 16rem;
        overflow: hidden;
        border-radius: 20px;
    }
    #about{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}

#about-text{
    width: 50%;
    height: 23rem;
    font-family: Poppins2;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about-text > h3{
    color: #147EFB;
    margin-bottom: 1rem;
}
#about-text > h4{
    font-size: 1.6rem;
    font-weight: 700;
    color: #2D2E32;
    margin-bottom: 1.8rem;
    line-height: 2.3rem;
}

#about-text > p{
    font-weight: 550;
    color: #2d2e32d2;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

@media screen and (max-width: 1035px) {
    #about-text{
        max-width: 50rem;
        height: auto;
        font-family: Poppins2;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        margin-top: 2rem;
    }

    #about-text > h3{
        color: #147EFB;
        margin-bottom: 1rem;
        font-weight: 600;
        font-family: poppins2;
    }
    #about-text > h4{
        font-size: 1.6rem;
        font-weight: 900;
        font-family: poppins2;
        color: #2D2E32;
        margin-bottom: 1.5rem;
        line-height: 2.3rem;
    }

    #about-text > p{
        font-weight: 550;
        color: #2d2e32d2;
        font-size: 1rem;
        margin-bottom: 0rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    #about-text{
        max-width: 25rem;
        height: auto;
        font-family: Poppins2;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        margin-top: 2rem;
    }

    #about-text > h3{
        color: #147EFB;
        margin-bottom: 1rem;
        font-weight: 600;
        font-family: poppins2;
    }
    #about-text > h4{
        font-size: 1.6rem;
        font-weight: 900;
        font-family: poppins2;
        color: #2D2E32;
        margin-bottom: 1.5rem;
        line-height: 2.3rem;
    }

    #about-text > p{
        font-weight: 550;
        color: #2d2e32d2;
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 406px) {
    #about-text{
        max-width: 22rem;
        height: auto;
        font-family: Poppins2;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        margin-top: 2rem;
    }

    #about-text > h3{
        color: #147EFB;
        margin-bottom: 1rem;
        font-weight: 600;
        font-family: poppins2;
    }
    #about-text > h4{
        font-size: 1.6rem;
        font-weight: 900;
        font-family: poppins2;
        color: #2D2E32;
        margin-bottom: 1.5rem;
        line-height: 2.3rem;
    }

    #about-text > p{
        font-weight: 350;
        color: #2d2e32d2;
        font-size: 1.2rem;
        margin-bottom: 0rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 369px) {
    #about-text{
        max-width: 22rem;
        height: auto;
        font-family: Poppins2;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        margin-top: 2rem;
    }

    #about-text > h3{
        color: #147EFB;
        margin-bottom: 1rem;
        font-weight: 600;
        font-family: poppins2;
    }
    #about-text > h4{
        font-size: 1.6rem;
        font-weight: 900;
        font-family: poppins2;
        color: #2D2E32;
        margin-bottom: 1.5rem;
        line-height: 2.3rem;
    }

    #about-text > p{
        font-weight: 350;
        color: #2d2e32d2;
        font-size: 1.2rem;
        margin-bottom: 0rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }
    #about-main{
        padding-top: 2rem;
    }
    #about{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}