@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1030px) {

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 50px;
        z-index: 10;
        position: relative;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
        animation-duration: 1s;
        animation-name: slidein;
    }
    
  
    .logo-left img {
        position: absolute;
        max-width: 109px;
        left: 74px;
        top: 0px;
        mix-blend-mode: multiply;
    }


    .about-context {
        padding: 0px 58px 0px 79px;
        margin: 61px 0px 0px 0px;
    }

    .about-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 35px;
    }

    .help-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 35px;
    }

    .about-img img {
        width: 330px;
        border-radius: 15px;
    }

    .about-detail {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        margin-top: 17px;
        line-height: 37px;
    }

    .about-img {
        position: relative;
        padding-right: 68px;
        width: 100%;
        margin-top: 41px;
        top: 20px;
    }


    .sec-p :nth-child(1) {
        padding: 0px 58px 0px 0px;
        margin: 61px 0px 0px 0px;
    }

    .sec-img img {
        width: 330px;
        border-radius: 15px;
    }

    .sec-p {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        margin-top: 17px;
        line-height: 37px;

    }

    .sec-img {
        position: relative;
        width: 100%;
        margin-top: 0px;
        top: 41px;
    }

    .third-p :nth-child(1) {
        padding: 0px 58px 0px 79px;
        margin: 61px 0px 0px 0px;
    }


    .third-img img {
        width: 330px;
        border-radius: 15px;
    }


    .third-img {
        position: relative;
        padding-right: 68px;
        width: 100%;
        margin-top: 0px;
        top: 30px;
        padding-right: 68px;
    }


}

@media screen and (max-width: 770px) {
    
        .logo-left img {
            position: absolute;
            max-width: 109px;
            left: 60px;
            top: 4px;
            mix-blend-mode: multiply;
        }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 52px;
        z-index: 10;
        position: relative;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
        animation-duration: 1s;
        animation-name: slidein;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 100%;
        /* height: calc(100vh - 60px); */
        background-color: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s ease-in-out;
        font-family: Inter;
        display: none;
        gap: 30px;
    }
    
    
    .nav-links.active {
        right: 0;
        display: flex;
        transition: right 0.3s ease-in-out;
    }
    
    .hamburger {
        display: flex;
    }
    
    /* Hamburger icon transition */
    .hamburger.active .bar:nth-child(1) {
        transform: rotate(45deg) translateY(7px);
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: rotate(-45deg) translateY(-7px);
    }

    
    .about-us-information {
        background-color: #F9F9FF;
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        /* top: 0px; */
        padding-top: 27px;
    }


    .about-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 35px;
        position: absolute;
        top: 8px;
    }

    .about-context {
        padding: 0px 58px 0px 79px;
        margin: 15px 0px 0px 0px;
    }

    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 100%;
        margin-top: 15px;
        top: 16px;
        padding-right: 0px;
    }

    .about-img img {
        width: 300px;
        border-radius: 15px;
    }

    .about-detail {
        color: #000000;
        font-family: Inter;
        font-size: 13px;
        margin-top: 17px;
        line-height: 20px;
        text-align: left;
    }

    .second {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

    .sec-p :nth-child(1) {
        padding: 0px 58px 0px 79px;
        margin: 0px 0px 0px 0px;
    }

    .sec-img {
        position: relative;
        padding-bottom: 14px;
        width: 100%;
        margin-top: 15px;
        top: 0px;
        padding-right: 0px;
    }

    .sec-img img {
        width: 300px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }

    .sec-p {
        color: #000000;
        font-family: Inter;
        font-size: 13px;
        margin-top: 17px;
        line-height: 20px;
        text-align: left;
    }


    .third {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }


    .third-p :nth-child(1) {
        padding: 0px 58px 0px 79px;
        margin: 0px 0px 0px 0px;
    }

    .third-img {
        position: relative;
        padding-bottom: 14px;
        width: 100%;
        margin-top: 15px;
        top: 0px;
        padding-right: 0px;
    }

    .third-img img {
        width: 300px;
        border-radius: 15px;
    }

    .third-p {
        color: #000000;
        font-family: Inter;
        font-size: 13px;
        margin-top: 17px;
        line-height: 20px;
        text-align: left;
    }


}

@media screen and (max-width: 426px) {

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 44px;
        z-index: 10;
        position: relative;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
        animation-duration: 1s;
        animation-name: slidein;
    }


    .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 60px;
        top: 13px;
        mix-blend-mode: multiply;
    }


    .about-us-information {
        background-color: #F9F9FF;
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding-top: 22px;
    }

    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 100%;
        margin-top: 15px;
        top: 0px;
        padding: 14px 0px;
    }

    .about-img img {
        width: 347px;
        border-radius: 15px;
    }

    .about-context {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

    .about-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 30px;
    }

    .about-detail {
        color: #000000;
        font-family: Inter;
        font-size: 13px;
        margin-top: 17px;
        line-height: 20px;
        text-align: left;
    }

    .sec-img img {
        width: 347px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }

    .sec-p :nth-child(1) {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

    .third-img img {
        width: 347px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }

    .third-p :nth-child(1) {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

}


@media screen and (max-width: 376px) {


    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 82%;
        margin-top: 15px;
        top: 0px;
    }

    .about-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 25px;
    }

    .about-context {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

    .about-detail {
        color: #000000;
        font-family: Inter;
        font-size: 10px;
        margin-top: 17px;
        line-height: 15px;
        text-align: left;
    }

    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 96%;
        margin-top: 15px;
        top: 0px;
        padding-right: 0px;
    }

    .about-img img {
        width: 308px;
        border-radius: 15px;
    }

    .sec-p {
        color: #000000;
        font-family: Inter;
        font-size: 10px;
        margin-top: 17px;
        line-height: 15px;
    }

    .third-p {
        color: #000000;
        font-family: Inter;
        font-size: 10px;
        margin-top: 17px;
        line-height: 15px;
    }

    .sec-img img {
        width: 308px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }

    .sec-p :nth-child(1) {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

    .third-img img {
        width: 308px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }

    .third-p :nth-child(1) {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

}



@media screen and (max-width: 321px) {

    .logo-left img {
        position: absolute;
        max-width: 90px;
        left: 44px;
        top: 13px;
        mix-blend-mode: multiply;
    }

    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 82%;
        margin-top: 15px;
        top: 0px;
        padding-right: 27px;
        left: 2%;
    }


    .about-heading {
        color: #000000;
        font-family: Inter;
        font-weight: 700;
        font-size: 25px;
    }

    .about-context {
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 20px 0px;
    }

    .about-detail {
        color: #000000;
        font-family: Inter;
        font-size: 10px;
        margin-top: 17px;
        line-height: 15px;
        text-align: left;
    }

    .about-img {
        position: relative;
        padding-bottom: 14px;
        width: 100%;
        margin-top: 15px;
        top: 0px;
        padding-right: 0px;
        left: 0%;
    }

    .about-img img {
        width: 289px;
        border-radius: 15px;
    }

    .sec-img img {
        width: 289px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }
    .third-img img {
        width: 289px;
        border-radius: 15px;
        position: relative;
        left: 0%;
    }


}

@media screen and (max-width: 260px) {

    .third-img img {
        width: 235px;
        border-radius: 15px;
    }

    .sec-img img {
        width: 235px;
        border-radius: 15px;
    }

    .about-img img {
        width: 235px;
        border-radius: 15px;
    }

}