@media (max-width:568px) {

    body {
        background: #f0f0f0;
    }
    .carousel {
        /* padding: 1rem; */
        padding: 0%;
    }
    .carousel_slider { 
        background: url(../static/images/beautiful-view-wind-turbines-grass-covered-field-captured-holland.jpg) no-repeat;
        background-position: center;
        /* border-radius: 10px; */
        background-size: cover;
    }

    .slider-action {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        justify-content: start;
    }

    #action a button {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        text-wrap: nowrap;
        font-size: 16px;
        background: white;
        /* color: #111; */
        font-family: "Inter", sans-serif;
        font-weight: 550;
    }
    #action button:nth-child(1) {
        /* background:white; */
        /* background: #2ecc71; */
    }
    #action button > span {
        /* color: #111; */
    }
    #action a button#learn {
        margin-left: 0;
        color: #111;
    }

    .carousel_overlay {
        padding: 3rem 1rem;
        /* border-radius: 10px; */
        backdrop-filter: brightness(70%);
    }
    .carousel_overlay h4 {
        font-size: 15px;
        padding: 10px;
        /* display: none; */
    }

    .carousel_overlay h1 {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 2rem;
        color: white;
        font-family: Sans;
    }

    .carousel_overlay p {
        width: 100%;
        font-size: 18px;
        margin-left: 0;
    }

    .about {
        padding: 2rem;
    }

    .about-row {
        place-items: start;
    }

    .about-row h4 {
        font-size: 15px;
        padding: 10px;
        text-align: start;
        border-radius: 2px;
    }

    .about-row > h2 {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0;
        text-align: start;
    }

    .about-row p {
        width: 100%;
        margin-top: 1rem;
        font-size: 18px;
        text-align: start;
    }

    .admin {
        padding: 0%;
    }

    .admin_container {
        grid-template-columns: 1fr;
    }
    
    .admin_body h4 {
        font-size: 15px;
    }

    .admin_body blockquote {
        width: 100%;
        font-size: 18px;
    }
    
    .admin_row:nth-child(1) {
        padding: 2rem;
    }
    .admin_row:nth-child(2){
        padding: 2rem;
    }
    .admin_image {
        width: 100%;
        height: 100%;
        position: relative;
        min-height: 45vh;
    }
    .admin_body h5 {
        font-family: Sans;
        font-size: 16px;
    }

    .prospects {
        padding: 2rem 1rem;
        place-items: start;
    }
    
    .prospects > h4 {
        font-size: 15px;
        margin-left: 1rem;
    }

    .prospects > h2 {
        font-size: 1.5rem;
        margin-top: 1rem;
        text-align: start;
        font-weight: 600;
        margin-left: 1rem;
    }

    .prospects > p {
        width: 90%;
        font-size: 18px;
        text-align: start;
        margin-left: 1rem;
    }

    .prospects_container {
        grid-template-columns: 1fr;
    }

    .prospect_card > span {
        font-size: 1.5rem;
    }

    .prospect_card > h2 {
        font-size: 20px;
    }

    .prospect_card > p {
        width: 100%;
        font-size: 18px;
    }

    .service {
        padding: 2rem;
        place-items: center;
        background: #111;
    }

    .service > h4 {
        font-size: 15px;
    }

    .service > h2 {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
        color: white;
    }

    .service > p {
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: white;
    }
    .container_fluid > hr {
        
    }

    .card {
        height: fit-content;
        min-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .container_fluid {
        height: fit-content;
        width: 100%;
        display: flex;
        overflow-x: scroll;
    }
    .container_fluid > hr {
        height: 100px;
        display: none;
    }
    .card_row > h2 {
        width: 100%;
        font-family: "Sans";
        font-size: 20px;
        color: white;
    }
    .card_row > p {
        width: 100%;
        margin-top: 1rem;
        font-size: 18px;
        color: white;
    }
    
    .card_row > button {
        font-size: 16px;
        color: white;
        border-color: white;
    }

    .card_image {
        height: 30vh;
    }

    
    .slide_control {
        width: fit-content;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 1rem;
        gap: 2rem;
        /* align-self: end; */
    }


    .projects {
        padding: 2rem 0;
        place-items: start;
    }

    .project_col:nth-child(1) {
        padding: 0 2rem;
        place-items: start;
    }

    .project_col > h4 {
        font-size: 15px;
        text-align: start;
        border-radius: 2px;
    }

    .project_col > h2 {
        font-size: 1.5rem;
        text-align: start;
        font-weight: 600;
    }

    .project_col > p {
        width: 100%;
        text-align: start;
        font-size: 18px;
    }

    .project_col:nth-child(2) {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 1rem;
        scrollbar-width: thin;
        scrollbar-color: #111;
        scroll-behavior: smooth;
        scrollbar-base-color: #111;
    }

    .project_container {
        display: flex;
        margin-left: 1rem;
        align-items: center;
        /* justify-content: center;
        width: 100%; */
    }

    .project {
        min-width: 90%;
        height: 40vh;
    }

    .project > img {
        /* transform: skewX(18deg); */
        filter: brightness(50%);
        /* box-shadow: rgba(0,0,0,0.1) 10px 14px 10px; */
        /* border-radius: 70% 40% 70% 40%/ 40% 40% 70% 70%; */
    }

    .project_body {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        background: #03361828;
        backdrop-filter: brightness(70%);
        border: 2px double rgba(255, 255, 255, 0.635);
        /* border-radius: 70% 40% 70% 40%/ 40% 40% 70% 70%; */
    }

    .project:nth-child(1) {
        margin-left: 1rem;
    }

    .project_body > h2 {
        font-size: 20px;
    }
    .project_body > a {
        transition: all 1s;
    }
    .project_body > a::after {
        animation: stretch 10s ease infinite;
    }
    @keyframes stretch {
        0% {
            width: 30%;
            left: 50%;
            transform: translateX(-50%);
            transition: all 1s;
        }
        25% {
            width: 10%;
            left: 0%;
            transform: translateX(-0%);
            transition: all 1s;
        }
        50% {
            width: 80%;
            left: 50%;
            transform: translateX(-50%);
            transition: all 1s;
        }
        75% {
            width: 10%;
            left: 100%;
            transform: translateX(-0%);
            transition: all 1s;
        }
        100% {
            width: 30%;
            left: 50%;
            transform: translateX(-50%);
            transition: all 1s;
        }
    }

    .testimonials {
        padding: 2rem;
        place-items: center;
    }

    .testimonials > h4 {
        font-size: 15px;
        border-radius: 2px;
    }

    .testimonials > h2 {
        font-size: 1.5rem;
        margin-top: 1rem;
        font-weight: 600;
        text-align: start;
    }

    .testimonial_container {
        grid-template-columns: 1fr;
    }
    .testimonial {
        padding: 2rem;
        place-items: center;
    }
    .testimonial > h2 {
        font-weight: 550;
        font-size: 16px;
        text-transform: capitalize;
        /* text-wrap: nowrap; */
    }
    .testimonial > p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        color: #333;
        margin-top: 2rem;
        text-align: center;
    }
    .address_bar {
        width: 100%;
        align-items: center;
    }
    .address_bar > img {
        width: 45px;
        height: 45px;
        /* border-radius: 2px; */
        margin-right: 10px;
    }
    .address_body > h4 {
        font-size: 16px;
    }
    .address_body > p {
        font-size: 14px;
        font-family: sans-serif;
    }

    .updates_sect {
        padding: 0;
    }

    .updates {
        display: grid;
        place-items: center;
    }

    .updates > h4 {
        font-size: 15px;
        text-align: center;
    }

    .updates > h2 {
        font-size: 1.6rem;
        margin-top: 1rem;
        font-weight: 600;
        text-align: center;
    }

    .updates_container {
        flex-direction: column;
    }

    .update {
        flex: 100%;
        width: 100%;
    }

    .update_body {
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .update_info > p {
        font-size: 15px;
        text-align: center;
    }

    .update_body > h2 {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    .update_info > span {
        width: 10px;
        height: 10px;
    }
    .update_body > a {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .updates > a {
        background: #2ecc71;
        font-size: 18px;
    }

    /* Quick links style */
    .quick-links {
        padding: 4rem 20px;
        margin-top: 3rem;
    }
    
    /* start of row (component) style */
    .row {
        display: flex;
        align-items: flex-start;
        gap: var(--gap, 2rem);
        flex-direction: column;
    }
    /* footer styling */
    footer {
        padding: 2rem 20px;
    }
    .footer-cont {
        width: 100%;
        flex-direction: column;
        gap: var(--gap, 2rem);
    }
    .footer-col {
        flex: 100%;
    }
    .footer-col > h2 {
        margin-bottom: 10px;
    }
    .footer-col > p {
        font-size: 15px;
    }
    .socials > a {
        font-size: 1.4rem;
        margin-right: 20px;
    }
}