p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.col-12 {
    padding: 0;
}

.project-content h1 {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    font-size: 450%;
    color: #fff;
    margin: 0 0 1rem 0;
    text-transform: capitalize;
}

.project-content p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 135%;
    color: #fff;
}

.project-banner-section {
    position: relative;
}

.project-content {
    position: absolute;
    bottom: 8%;
    left: 0%;
    right: 0%;
    text-align: center;
}

.banner-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 1440/600;
}

.our-feature-section {
    padding: 4rem 0;
}

.project-feature-wrapper h2 {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    font-size: 360%;
    color: #001257;
}

.project-feature-wrapper {
    display: flex;
    justify-content: space-between;
}

.search-main-wrapper {
    display: flex;
    width: 50%;
}
.search-wrapper1,
.search-wrapper2{
    margin-right: 15px;
}
.search-wrapper1 {
    width: 45%;
}
.search-wrapper2{
    width: 28%;
}
.search-wrapper3 {
    width: 30%;
}
.search-wrapper1 select,
.search-wrapper2 select,
.search-wrapper3 select {
    border-radius: 21px;
    background: #fff;
    color: #909090;
    outline: #909090;
    font-size: 95%;
    width: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 10px 20px 10px 20px;
    border: 1px solid #909090;
    border-radius: 21px;
    background-image: url("../images/project-images/project-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.search-wrapper1 select:hover,
.search-wrapper2 select:hover,
.search-wrapper3 select:hover {
    color: #fff;
    border: 1px solid #24B34B;
    background: #24B34B;
    background-image: url("../images/project-images/ArrowHover.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}
.search-wrapper1 select option,
.search-wrapper2 select option, 
.search-wrapper3 select option {
    margin: 15px;
    padding: 15px!important;
    display: block;
    background: #fff;
    color: #000;
    font-size: 95%;
    width: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    border-bottom: 0.5px solid #A9A9A9;
}
.search-wrapper1 select option:not(:checked),
.search-wrapper2 select option:not(:checked),
.search-wrapper3 select option:not(:checked){
  background-color: #fff;
/*  color: #909090;*/
}
.project-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0 0 0;
}

.project-text {
    position: absolute;
    top: 6%;   
    right:5%;
}

.project-text p {
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 110%;
    color: #fff;
}

.image-on-text {
    position: absolute;
    bottom: 0%;    /* left: 0%; */
    background: #212121;
    padding: 1rem 4rem;
    width: 100%;
    z-index: 1;
}

.image-on-text h3 {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 110%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.image-on-text h3::before {
    position: absolute;
    content: "";
    width: 8%;
    height: 2px;
    border-top: 1px solid #24B34B;
    top: 50%;
    left: 0%;
}

.image-bottom-content h4 {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 200%;
    color: #001257;
}

.use-text span {
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 115%;
    color: #909090;
}

.use-text p {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 140%;
    color: #212121;
}

.middle-use-content {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
}

.use-text {
    width: 55%;
}

.area-text {
    width: 45%;
}

.image-bottom-content {
    padding: 2rem 3rem;
}

.single-project {
    width: calc((100% - 60px) / 2);
    margin: 50px 30px 0 0;
    border: 1px solid #D2D2D2;
}

.single-project:nth-child(even) {
    margin-right: 0;
}

.project-image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 619 / 359;
}

.image-content-wrapper {
    position: relative;
    z-index: -1;
}

.mobile-banner-image {
    display: none;
}

.banner-image {
    display: block;
}

.desktop-text {
    display: block;
}

.mobile-text {
    display: none;
}

@media screen and (min-width:2000px) and (max-width:2499px) {
    .project-content h2 {
        font-size: 500%;
    }

    .project-content p {
        font-size: 150%;
    }

    .project-content {
        position: absolute;
        bottom: 10%;
    }

    .project-text p {
        font-size: 120%;
    }

    .image-bottom-content h4 {
        font-size: 220%;
    }

    .use-text span {
        font-size: 130%;
    }

    .use-text p {
        font-size: 185%;
    }

}

@media screen and (min-width:1600px) and (max-width:1999px) {
    .project-content h2 {
        font-size: 480%;
    }

    .project-content p {
        font-size: 140%;
    }

    .image-bottom-content h4 {
        font-size: 230%;
    }

}

@media screen and (min-width:1201px) and (max-width:1499px) {
    .project-content {
        position: absolute;
        bottom: 8%;
    }

    .project-feature-wrapper {
        display: flex;
        align-items: center;
    }

    .search-wrapper select {
        font-size: 95%;
    }

    .project-feature-wrapper h2 {
        font-size: 310%;
    }

    .image-on-text h3 {
        font-size: 85%;
    }

    .image-bottom-content h4 {
        font-size: 170%;
    }

    .use-text span {
        font-size: 105%;
    }

    .use-text p {
        font-size: 115%;
    }

}

@media screen and (min-width:992px) and (max-width:1200px) {
    .project-content h2 {
        font-size: 410%;
    }

    .project-feature-wrapper h2 {
        font-size: 184%;
    }

    .image-bottom-content h4 {
        font-size: 165%;
    }

    .project-feature-wrapper {
        display: flex;
        column-gap: 100px;
    }

    .search-main-wrapper {
        display: flex;
        margin: 0;
    }

    .search-wrapper select {
        font-size: 95%;
    }

    .image-on-text h3 {
        font-size: 80%;
    }

    .image-on-text {
        padding: 1rem 1rem 1rem 2.5rem;
    }

    .image-bottom-content {
        padding: 2rem 1rem;
    }

    .use-text span {
        font-size: 105%;
    }

    .use-text p {
        font-size: 135%;
    }

    .project-content {
        position: absolute;
        bottom: 8%;
    }

    .use-text {
        width: 50%;
    }

}

@media screen and (min-width:769px) and (max-width:991px) {
    .project-content h2 {
        font-size: 400%;
    }

    .project-content p {
        font-size: 100%;
    }

    .project-content {
        position: absolute;
        bottom: 8%;
    }

    .project-feature-wrapper {
        flex-direction: column;
        column-gap: 0px;
    }

    .search-wrapper select {
        font-size: 75%;
    }

    .project-feature-wrapper h2 {
        font-size: 280%;
        color: #001257;
        text-align: center;
    }

    .search-main-wrapper {
        display: flex;
        margin: 2rem 0 0 0;
        width: 100%;
        justify-content: center;
    }

    .image-on-text {
        padding: 1rem 1rem 1rem 2rem;
    }

    .image-on-text h3 {
        font-size: 80%;
    }

    .image-bottom-content h4 {
        font-size: 124%;
    }

    .image-bottom-content {
        padding: 2rem 1rem;
    }

    .use-text span {
        font-size: 75%;
    }

    .use-text p {
        font-size: 110%;
    }

    .middle-use-content {
        display: flex;
        padding: 1rem 0;
    }
    .search-wrapper1 {
        width: 35%;
    }

}

@media screen and (min-width:569px) and (max-width:768px) {
    .mobile-banner-image {
        display: block;
    }

    .mobile-banner-image img {
        width: 100%;
    }

    .project-content h2 {
        font-size: 400%;
    }

    .project-content p {
        font-size: 115%;
    }

    .project-content {
        position: absolute;
        bottom: 8%;
    }

    .project-feature-wrapper {
        flex-direction: column;
        column-gap: 0px;
    }

    .search-wrapper select {
        font-size: 95%;
    }

    .project-text p {
        font-family: "Work Sans", sans-serif;
        font-weight: 300;
        font-size: 115%;
    }

    .project-feature-wrapper h2 {
        font-size: 280%;
        color: #001257;
        text-align: center;
    }

    .search-main-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 2rem 0 0 0;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .search-wrapper1 {
        width: 35%;
    }
    .single-project {
        width: 100%;
        margin: 0;
        border: 1px solid #D2D2D2;
        margin-bottom: 1rem;
    }

    .image-on-text {
        padding: 1rem 1rem 1rem 2rem;
    }

    .image-on-text h3 {
        font-size: 138%;
        padding-left: 7%;
    }

    .image-bottom-content h4 {
        font-size: 160%;
    }

    .image-bottom-content {
        padding: 2rem 0.5rem;
    }

    .use-text span {
        font-size: 100%;
    }

    .use-text p {
        font-size: 110%;
    }

    .middle-use-content {
        display: flex;
        padding: 1rem 0;
    }
    .search-wrapper:first-child {
        width: 75%;
    }
    .search-wrapper {
        width: calc((100% - 20px) / 2);
        margin: 0.5rem 0px 0 0;
        padding: 5px;
    }

}

@media screen and (min-width:320px) and (max-width:568px) {
    .mobile-banner-image {
        display: block;
    }

    .banner-image {
        display: none;
    }

    .desktop-text {
        display: none;
    }

    .mobile-text {
        display: block;
    }

    .project-content {
        position: absolute;
        bottom: 12%;
    }

    .project-content h2 {
        font-size: 375%;
    }

    .project-content p {
        font-size: 115%
    }

    .project-feature-wrapper {
        flex-direction: column;
        column-gap: 0px;
    }

    .feature-main-wrapper {
        padding: 0 2rem;
    }

    .project-feature-wrapper h2 {
        font-size: 215%;
        text-align: center;
    }

    .search-wrapper {
        width: calc((100% - 20px) / 2);
        margin: 0.5rem 0px 0 0;
        padding: 5px;
    }

    .search-main-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 1rem 0 0 0;
        justify-content: center;
        width: 100%;
    }

    .search-wrapper select {
        font-size: 90%;
        padding: 10px 10px 10px 10px;
    }

    .project-cards-wrapper {
        flex-direction: column;
        padding: 1rem 0 0 0;
    }

    .single-project {
        width: 100%;
        margin-right: 0;
    }

    .project-text {
        position: absolute;
        top: 6%;
    }

    .image-on-text h3 {
        font-size: 70%;
        padding-left: 5%;
    }

    .image-on-text {
        padding: 1rem 1rem 1rem 2rem;
    }

    .image-on-text h3::before {
        top: 50%;
    }

    .image-bottom-content {
        padding: 2rem 1rem;
    }

    .project-text p {
        font-size: 105%;
    }
    .use-text {
        width: 50%;
    }

    .image-bottom-content h4 {
        font-size: 180%;
    }

    .use-text span {
        font-size: 80%;
    }

    .use-text p {
        font-size: 100%;
        margin-top: 10px;
    }

    .middle-use-content {
        display: flex;
        padding: 1rem 0;
        justify-content: space-between;
    }

    .search-wrapper:first-child {
        width: 75%;
    }
    .search-wrapper1 {
        width: 75%;
    }
    .search-wrapper2 {
        width: 45%;
        margin-top: 0.5rem;
    }
    .search-wrapper3 {
        width: 50%;
        margin-top: 0.5rem;
    }
}
