.single-project {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.single-project:hover {
    cursor: pointer;
}

.single-project-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 35px;
    background-color: #222152 !important;
}

.about-img-style-1:before {
    background-color: #0a122d !important;
}

.mb--60 {
    margin-bottom: -60px;
}

.experience-small-block {
    width: min(380px, 95vw);
    height: fit-content;
    bottom: 70px;
}

.over-x-hidden {
    overflow-x: hidden !important;
}

@media screen and (max-width: 1400px) {
    .about-area .pl-85 {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .about-img-style-1:before {
        right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .experience-img img {
        width: 97.5%;
        transform: translateX(10px);
    }

    .about-img-style-1 {
        margin-top: 120px !important;
        margin-bottom: 0 !important;
    }

    .about-img-style-1:before {
        left: 35px !important;
    }

    .experience-small-block {
        bottom: 60px !important;
    }

    .hero-popup-content img {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .about-img-style-1:before {
        top: 70px !important;
    }
}

@media screen and (max-width: 575px) {
    .about-img-style-1 {
        left: -25px !important;
    }

    .about-img-style-1:before {
        top: 75px !important;
    }

    .experience-img img {
        margin-bottom: 0 !important;
    }

    .experience-small-block {
        bottom: 25px !important;
    }
}

@media screen and (max-width: 435px) {
    .experience-small-block {
        width: fit-content !important;
        max-width: 270px !important;
    }

    .experience-small-block h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .hero-wrapper h1 {
        font-size: 44px !important;
        line-height: 52px !important;
    }

    .hero-popup-content {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .about-img-style-1:before {
        top: 60px !important;
    }
}

@media screen and (max-width: 330px) {
    .hero-wrapper h1 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
}

@media screen and (max-width: 1199px) {
    .hero-wrapper h1 {
        line-height: 60px;
    }

    .service-area .row + .row > div:nth-child(odd) .single-service-large {
        background-color: #1529a1 !important;
    }

    .service-area .row + .row > div:nth-child(odd) .single-service-large h3,
    .service-area .row + .row > div:nth-child(odd) .single-service-large p {
        color: #ffffff !important;
    }

    .service-area .row + .row > div:nth-child(even) .single-service-large {
        background-color: #ffffff !important;
    }

    .service-area .row + .row > div:nth-child(even) .single-service-large h3,
    .service-area .row + .row > div:nth-child(even) .single-service-large p {
        color: #1529a1 !important;
    }
}

@media only screen and (min-width: 250px) and (max-width: 1199px) {
    .hero-popup-content {
        margin-top: 0;
        margin-left: 0;
    }

    .hero-wrapper h1 {
        margin-top: 0;
    }
}

.hero-area {
    overflow-x: hidden !important;
}

@media screen and (max-width: 767px) {
    .hero-wrapper h1 {
        line-height: 58px !important;
    }
}

@media screen and (max-width: 525px) {
    .hero-popup-content img {
        width: 320px;
    }

    .hero-wrapper p {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    .hero-wrapper h1 {
        font-size: 42px !important;
        line-height: 48px !important;
    }
}

.pj-1 > div,
.pj-2 > div,
.pj-3 > div {
    border-radius: 24px !important;
}
