* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    list-style: none;
}

:root {
    --primary-color: #1877bb;
    /* Solar Yellow */
    --secondary-color: #f58364;
    /* Solar Business Blue */
    --accent-color: #f58634;
    /* Attention Orange */
    --background-color: #fefefe;
    /* Clean Light Gray */
    --text-color: #111;
    /* Professional Gray */
    --text-color-secondary: #000;
}



html {
    font-size: 100%;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

body {
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* header style  */

.header {
    display: flex;
    width: 100%;
    /* background-color: var(--primary-color); */
    position: absolute;
    top: 0;
    left: 0;

}

.header .header-logo {
    width: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .1rem solid var(--primary-color);
    padding: 1rem;
}


.header .header-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header .header-box .header-upper {
    display: flex;
    /* padding: 1rem 2rem; */
    border-left: .1rem solid var(--primary-color);
    border-bottom: .1rem solid var(--primary-color);
}

.header .header-box .header-upper .header-social-icons {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 1rem 3rem;
}

.header .header-box .header-upper .header-social-icons .header-social-icons-one {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-one {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-one i,
.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-two i {
    padding: 1rem;
    background-color: var(--primary-color);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--background-color);
}

.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-one a,
.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-two address {
    color: var(--text-color);
    text-transform: lowercase;
    font-style: normal;
}

.header .header-box .header-upper .header-social-icons .header-social-icons-one .header-social-icon-two {
    display: flex;
    gap: .5rem;
    align-items: center;
}


.header .header-box .header-upper .header-social-icons-two {
    display: flex;
    gap: 1rem;
}

.header .header-box .header-upper .header-social-icons-two i {
    padding: 1rem;
    background-color: var(--primary-color);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--background-color);
}


.header .header-box .header-upper .header-top-right {
    display: flex;
    width: 20%;
    justify-content: space-around;
    align-items: center;
    border-left: .1rem solid var(--primary-color);
}

.header .header-box .header-lower {
    display: flex;
    align-items: center;
    border-left: .1rem solid var(--primary-color);
    border-bottom: .1rem solid var(--primary-color);
}

.header .header-box .header-lower .header-nav {
    display: flex;
    width: 100%;
    gap: 2rem;
    padding: 1rem 3rem;
}

.header .header-box .header-lower .header-nav a {
    color: var(--text-color);
}

.header .header-box .header-middle-support {
    display: flex;
    width: 30%;
    align-items: center;
    gap: 1rem;
    border-left: .1rem solid var(--primary-color);
    border-right: .1rem solid var(--primary-color);
    padding: 1rem;
    height: 100%;
}

.header .header-box .header-middle-support i {
    padding: 1rem;
    background-color: var(--primary-color);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--background-color);
}

.header .header-box .header-middle-support p {
    color: var(--text-color);
    font-size: .8rem;
    font-weight: bold;
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
}

.header .header-box .header-right-button {
    display: flex;
    width: 30%;
    padding: 1rem;


}

.header .header-box .header-right-button a {
    white-space: nowrap;
    text-transform: capitalize;
    border-radius: 2rem;
    background-color: var(--primary-color);
    color: var(--background-color);
    padding: 1rem 2rem;
}

.header .navbar-show {
    display: none;
}

/* HEADER RESPONSIVE CODE */

@media (max-width:992px) {


    .header .header-logo {
        display: none;
    }


    .header .header-box .header-upper {
        width: 0%;
        height: 0%;
    }



    .header .header-box .header-upper .header-social-icons .header-social-icons-one {
        display: none;
    }


    .header .header-box .header-upper .header-social-icons-two {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        top: 50%;
        left: 2%;
        z-index: 10000;
    }


    .header .header-box .header-upper .header-top-right {
        display: none;
    }

    .header .header-box .header-lower {
        display: flex;
        align-items: center;
        border-left: .1rem solid var(--text-color);
        border-bottom: .1rem solid var(--text-color);
    }

    .header .header-box .header-lower .header-nav {
        display: flex;
        justify-content: space-between;
        gap: 0rem;
        padding: 1rem;
    }

    .header .header-box .header-lower .header-nav a {
        color: var(--text-color);
    }

    .header .header-box .header-middle-support {
        display: none;
    }


    .header .header-box .header-right-button {
        display: flex;

    }

    .header .header-box .header-right-button a {
        white-space: nowrap;
        text-transform: capitalize;
        border-radius: 2rem;
        background-color: var(--primary-color);
        color: var(--background-color);
        padding: 1rem 2rem;
    }
}

@media (max-width:600px) {
    .header {
        position: fixed;
        z-index: 10000;
    }

    .header .header-logo {
        display: none;
    }


    .header .header-box .header-upper {
        width: 0%;
        height: 0%;
    }



    .header .header-box .header-upper .header-social-icons .header-social-icons-one {
        display: none;
    }


    .header .header-box .header-upper .header-social-icons-two {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        top: 50%;
        left: 2%;
    }


    .header .header-box .header-upper .header-top-right {
        display: none;
    }

    .header .header-box .header-lower {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: start;
        border: none;
        z-index: 10000;
        /* for Safari */
    }

    .header .header-box .header-lower .header-nav {
        background-color: transparent;
        background-color: rgba(255, 255, 255, 0.2);
        /* light white */
        backdrop-filter: blur(50px);
        /* blur everything behind it */
        -webkit-backdrop-filter: blur(10px);
        /* display: none; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        gap: 3rem;
        transition: 1s all ease;
    }

    .header .header-box .header-lower .header-nav.active {
        transition: 1s all ease;
        margin-left: -100%;
    }

    .header .header-box .header-lower .header-nav a {
        color: var(--text-color);
    }

    .header .header-box .header-middle-support {
        display: none;
    }


    .header .header-box .header-right-button {
        display: flex;
        display: none;

    }

    .header .header-box .header-lower .navbar-show {
        display: block !important;
        padding: 1rem;
        font-size: 2rem;
        position: fixed;
        top: 0;
        right: 0;
        transition: 1s all ease;

        z-index: 10000;

    }

}



/* main-section  */


.main-section {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;

}

.main-section .main-section-upper {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
    height: 100%;
    line-height: .9;
    z-index: 1;
    margin-top: 4rem;
}

.main-section .main-section-upper .main-link-section {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main-section .main-section-upper .main-link-section a:nth-child(1) {
    padding: .5rem 3rem;
    text-transform: uppercase;
    border-radius: 5rem;
    font-size: 1.3rem;
    background-color: var(--primary-color);
    color: var(--background-color);
    border: .2rem solid transparent;
    transition: .5s;
}

.main-section .main-section-upper .main-link-section a:nth-child(2) {
    color: var(--text-color);
    text-transform: capitalize;
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
}

.main-section .main-section-upper .main-link-section a:nth-child(2) i {
    padding: 1rem;
    background-color: var(--primary-color);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--background-color);
}

.main-section .main-section-upper .main-link-section a:nth-child(1):hover {
    border: .2rem solid var(--text-color);
}

.main-section .main-section-upper h2 {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 300;
    border: .1rem solid var(--background-color);
    padding: .2rem 3rem;
    border-radius: 5rem;

    font-weight: 500;

}

.main-section .main-section-upper p {
    text-transform: capitalize;
    font-size: 1rem;
    padding: .5rem 3rem;
    text-align: center;
    line-height: 1.2;
    width: 80%;
    text-align: center;
}

.main-section .main-section-upper h1 {
    text-transform: capitalize;
    font-size: 5rem;

    text-align: center;
    color: var(--primary-color);
}


/* MAIN SECTION MEDIA QUERIES  */

@media (max-width:992px) {

    .main-section .main-section-upper {
        gap: 2rem;
    }

    .main-section .main-section-upper {
        margin-top: 0rem;
    }

    .main-section .main-section-upper p {
        width: 80%;
    }

    .main-section .main-section-upper h1 {
        font-size: 4rem;
    }

}

@media (max-width:768px) {

    .main-section .main-section-upper {
        gap: 2rem;
    }

    .main-section .main-section-upper {
        margin-top: 0rem;
    }

    .main-section .main-section-upper p {
        width: 80%;
    }

    .main-section .main-section-upper h1 {
        font-size: 3rem;
    }
}

@media (max-width:576px) {

    .main-section {
        gap: 4rem;
    }


    .main-section .main-section-upper .main-link-section {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }


    .main-section .main-section-upper p {
        width: 100%;
        padding: 1rem;
    }

    .main-section .main-section-upper h1 {
        text-transform: capitalize;
        font-size: 1.5rem;
    }
}


/* services style */





.service {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    padding: 5rem 0rem 5rem 5rem;
    overflow: hidden;
    background-color: var(--accent-color);
}

.slider {
    scroll-behavior: smooth;
    overflow-x: auto;
    white-space: nowrap;
}


.service .service-upper {
    display: flex;
    padding: 2rem 0rem;
}

.service .service-upper .service-upper-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.service .service-upper .service-upper-left {
    width: 30%;
    padding-right: 2rem;
}

.service .service-upper .service-upper-middle,
.service .service-upper .service-upper-right {
    width: 33.3%;
}

.service .service-upper .service-upper-right i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .service-upper .service-upper-left h3 {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--background-color);
}

.service .service-upper .service-upper-left h2 {
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-color-secondary);
    line-height: 1.2;
}

.service .service-upper .service-upper-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.service .service-upper .service-upper-middle p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color-secondary);
    text-align: justify;
    word-break: break-all;
}

.service .service-upper .service-upper-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.service .service-upper .service-upper-right i {
    padding: 1rem;
    background-color: var(--background-color);
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.service .service-lower {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    width: 100%;
    gap: 1rem;
}

#slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.service .service-lower .service-lower-card {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 28rem;
    border-radius: 1rem;
    overflow: hidden;


    min-width: 250px;


    /* flex-shrink: 0; */
}



.service .service-lower .service-lower-card .service-lower-card-img {
    height: 50%;
    width: 100%;
}

.service .service-lower .service-lower-card .service-lower-card-img img {
    width: 100%;
    height: 100%;
}

.service .service-lower .service-lower-card .service-lower-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .service-lower .service-lower-card .service-lower-card-icon i {
    color: var(--text-color-secondary);
    width: 2rem;
    height: 2rem;
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 2rem;
    border: .2rem solid var(--accent-color);
}

.service .service-lower .service-lower-card .service-lower-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;

}

.service .service-lower .service-lower-card .service-lower-card-text h4 {
    text-align: center;
    color: var(--background-color);
}

.service .service-lower .service-lower-card .service-lower-card-text p {
    color: var(--background-color);
    text-align: center;
    line-height: 1.3;
    font-size: .7rem;


}

.service .service-lower .service-lower-card .service-lower-card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    border-top: .1rem solid var(--accent-color);
    transition: .5s all ease;
}

.service .service-lower .service-lower-card .service-lower-card-button:hover {
    background-color: var(--background-color);
    color: var(--background-color);
}

.service .service-lower .service-lower-card .service-lower-card-button:hover a {
    color: var(--primary-color);
}

.service .service-lower .service-lower-card .service-lower-card-button a {
    color: var(--background-color);
    font-size: .8rem;
}



@media (max-width:768px) {

    .service {
        display: flex;
        flex-direction: column;
        padding: 5rem 0rem 5rem 5rem;
        overflow: hidden;
    }



    .service .service-upper {
        display: flex;
        padding: 0rem;
    }

    .service .service-upper .service-upper-left {
        display: flex;
        flex-direction: column;
        gap: 1rem;

    }

    .service .service-upper .service-upper-left {
        width: 80%;
        padding: 0rem;
    }

    .service .service-upper .service-upper-middle,
    .service .service-upper .service-upper-right {
        width: 20%;
        z-index: 999;
    }

    .service .service-upper .service-upper-left h3 {
        font-size: 1.5rem;
        text-transform: capitalize;
        font-weight: 400;
        color: var(--background-color);
    }

    .service .service-upper .service-upper-left h2 {
        font-size: 2rem;
        font-weight: 400;
        color: var(--text-color-secondary);
        line-height: 1.2;
    }

    .service .service-upper .service-upper-middle {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .service .service-upper .service-upper-middle p {
        font-size: .8rem;
        font-weight: 400;
        color: var(--text-color-secondary);

        visibility: hidden;
    }



    .service .service-lower {
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr 1fr; */
        width: 100%;
        gap: 1rem;
        padding: 0rem;
    }

    #slider {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .service .service-lower .service-lower-card {
        min-width: 250px;

        /* flex-shrink: 0; */
    }



}




@media (max-width:576px) {

    .service {
        display: flex;
        flex-direction: column;
        padding: 2rem 0rem 2rem 2rem;
        overflow: hidden;
    }



    .service .service-upper {
        display: flex;
        padding: 0rem;
        height: 7rem;
    }

    .service .service-upper .service-upper-left {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0;

    }

    .service .service-upper .service-upper-left {
        width: 100%;
        padding: 0rem;
    }

    .service .service-upper .service-upper-middle,
    .service .service-upper .service-upper-right {
        width: 0%;
        padding: 0rem;
    }

    .service .service-upper .service-upper-left h3 {
        font-size: 1.5rem;
        text-transform: capitalize;
        font-weight: 400;
        color: var(--background-color);
    }

    .service .service-upper .service-upper-left h2 {
        font-size: 2rem;
        font-weight: 400;
        color: var(--text-color-secondary);
        line-height: 1.2;
    }

    .service .service-upper .service-upper-middle {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .service .service-upper .service-upper-middle p {
        font-size: .8rem;
        font-weight: 400;
        color: var(--text-color-secondary);

        visibility: hidden;
    }



    .service .service-lower {
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr 1fr; */
        width: 100%;
        gap: 1rem;
        padding: 0rem;
    }

    #slider {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .service .service-lower .service-lower-card {
        min-width: 250px;

        /* flex-shrink: 0; */
    }



}

/* about section css */


.about {
    width: 100%;
    display: flex;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    height: 100vh;
}

.about .about-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

.about .about-left .about-left-upper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about .about-left .about-left-upper h3 {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--accent-color);
    font-weight: 500;
}

.about .about-left .about-left-upper p {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--text-color-secondary);
    line-height: 1.2;
}


.about .about-left .about-left-lower {
    background-image: url("../images/service-4");
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 2rem;
    gap: 1rem;
    height: 60%;
    position: relative;
}

.about .about-left .about-left-lower .about-left-lower-img {
    background-color: var(--accent-color);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    position: absolute;
    bottom: -10%;
}

.about .about-left .about-left-lower .about-left-lower-img:nth-child(2) {
    padding: 2rem;
    left: 45%;
}


.about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box i {
    width: 2.5rem;
    height: 2.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box h3 {
    color: var(--background-color);
    font-size: 2rem;
}

.about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box p {
    font-size: .7rem;
}


.about .about-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

.about .about-right .about-right-img {
    background-image: url("../images/service-6");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.about .about-right .about-right-text p {
    color: var(--text-color-secondary);
    text-transform: capitalize;
    opacity: .7;
    font-size: .8rem;
    text-align: justify;
}

.about .about-right .about-right-icon {
    display: flex;
    gap: 1rem;
}

.about .about-right .about-right-icon .about-right-icon-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .about-right .about-right-icon .about-right-icon-left i {
    font-size: 2rem;
    color: var(--accent-color);
}

.about .about-right .about-right-icon .about-right-icon-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.about .about-right .about-right-icon .about-right-icon-right h4 {
    color: var(--text-color-secondary);

}

.about .about-right .about-right-icon .about-right-icon-right p {
    color: var(--text-color-secondary);
}

.about .about-right .about-right-button a {
    padding: 1rem 3rem;
    background-color: var(--accent-color);
    color: var(--text-color);
    border-radius: 5rem;
}


/* about responsive  */

@media (max-width:992px) {

    .about {
        padding: 1rem 0rem;
        gap: 2rem;
        height: 100vh;
    }

    .about .about-left {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        height: 100%;
    }

    .about .about-left .about-left-upper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .about .about-left .about-left-upper h3 {
        font-size: .8rem;
        text-transform: uppercase;
        color: var(--accent-color);
        font-weight: 500;
    }

    .about .about-left .about-left-upper p {
        font-size: 1.7rem;
        font-weight: 600;
        color: var(--text-color-secondary);
        line-height: 1.2;
    }


    .about .about-left .about-left-lower {
        background-image: url("../images/service-1");
        background-size: cover;
        background-position: center;
        display: flex;
        padding: 2rem;
        gap: 1rem;
        height: 60%;
        position: relative;
    }

    .about .about-left .about-left-lower .about-left-lower-img {
        background-color: var(--accent-color);
        display: flex;
        flex-direction: column;
        padding: 2rem;
        position: absolute;
        bottom: -10%;
    }

    .about .about-left .about-left-lower .about-left-lower-img:nth-child(2) {
        padding: 2rem;
        left: 45%;
    }


    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box i {
        width: 2.5rem;
        height: 2.5rem;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--secondary-color);
        border-radius: 50%;
    }

    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box h3 {
        color: var(--background-color);
        font-size: 2rem;
    }

    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box p {
        font-size: .7rem;
    }


    .about .about-right {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        height: 100%;
    }

    .about .about-right .about-right-img {
        background-image: url("../images/service-2");
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .about .about-right .about-right-text p {
        color: var(--text-color-secondary);
        text-transform: capitalize;
        opacity: .7;
        font-size: .8rem;
        text-align: justify;
    }

    .about .about-right .about-right-icon {
        display: flex;
        gap: 1rem;
    }

    .about .about-right .about-right-icon .about-right-icon-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .about-right .about-right-icon .about-right-icon-left i {
        font-size: 2rem;
        color: var(--accent-color);
    }

    .about .about-right .about-right-icon .about-right-icon-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .about .about-right .about-right-icon .about-right-icon-right h4 {
        color: var(--text-color-secondary);

    }

    .about .about-right .about-right-icon .about-right-icon-right p {
        color: var(--text-color-secondary);
    }

    .about .about-right .about-right-button a {
        padding: 1rem 3rem;
        background-color: var(--accent-color);
        color: var(--text-color);
        border-radius: 5rem;
    }

}


@media (max-width:768px) {

    .about {
        padding: 2rem;
        gap: 2rem;
        height: 100%;
        flex-direction: column;
    }

    .about .about-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        height: 100%;
    }

    .about .about-left .about-left-upper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .about .about-left .about-left-upper h3 {
        font-size: .8rem;
        text-transform: uppercase;
        color: var(--accent-color);
        font-weight: 500;
    }

    .about .about-left .about-left-upper p {
        font-size: 1.7rem;
        font-weight: 600;
        color: var(--text-color-secondary);
        line-height: 1.2;
    }


    .about .about-left .about-left-lower {
        background-image: url("../images/service-2");
        background-size: cover;
        background-position: center;
        display: flex;
        padding: 2rem;
        gap: 1rem;
        height: 50vh;
        position: relative;
    }

    .about .about-left .about-left-lower .about-left-lower-img {
        background-color: var(--accent-color);
        display: flex;
        flex-direction: column;
        padding: 2rem;
        position: absolute;
        bottom: -10%;
        display: none;
    }

    .about .about-left .about-left-lower .about-left-lower-img:nth-child(2) {
        padding: 2rem;
        left: 45%;
    }


    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box i {
        width: 2.5rem;
        height: 2.5rem;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--secondary-color);
        border-radius: 50%;
    }

    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box h3 {
        color: var(--background-color);
        font-size: 2rem;
    }

    .about .about-left .about-left-lower .about-left-lower-img .about-left-lower-img-box p {
        font-size: .7rem;
    }


    .about .about-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        height: 100%;
    }

    .about .about-right .about-right-img {
        background-image: url("../images/service-4");
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .about .about-right .about-right-text p {
        color: var(--text-color-secondary);
        text-transform: capitalize;
        opacity: .7;
        font-size: .8rem;
        text-align: justify;
    }

    .about .about-right .about-right-icon {
        display: flex;
        gap: 1rem;
    }

    .about .about-right .about-right-icon .about-right-icon-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .about-right .about-right-icon .about-right-icon-left i {
        font-size: 2rem;
        color: var(--accent-color);
    }

    .about .about-right .about-right-icon .about-right-icon-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .about .about-right .about-right-icon .about-right-icon-right h4 {
        color: var(--text-color-secondary);

    }

    .about .about-right .about-right-icon .about-right-icon-right p {
        color: var(--text-color-secondary);
    }

    .about .about-right .about-right-button a {
        padding: 1rem 3rem;
        background-color: var(--accent-color);
        color: var(--text-color);
        border-radius: 5rem;
    }

}


/* product css styling */

.product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

.product h2 {
    text-transform: capitalize;
    font-size: .8rem;
    font-weight: 400;
    color: var(--secondary-color);
}

.product h3 {
    color: var(--text-color-secondary);
    font-size: 2rem;
    text-transform: capitalize;
}

.product p {
    color: var(--text-color-secondary);
    text-align: center;
    text-transform: capitalize;
    padding: 0 5rem;
    opacity: .8;
}

.product .product-nav {
    display: flex;
    gap: 2rem;
}

.product .product-nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


.product .product-nav a img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
}

.product .product-nav a span {
    text-transform: uppercase;
    color: var(--text-color-secondary);
    font-size: 1rem;
}

.product .product-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    padding: 0 30px;
}


.product .product-grid .product-item {
    height: 30%;
}

.product-item {
    display: none;
}

.product-item.show {
    display: flex;
    /* Flex works better in your layout */
    flex-direction: column;
    align-items: center;
}

.filter-btn.active {
    border: 2px solid #007bff;
    border-radius: 10px;
}

/* product list responsive code */

@media (max-width:992px) {
    .product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    .product h2 {
        text-transform: capitalize;
        font-size: .8rem;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .product h3 {
        color: var(--text-color-secondary);
        font-size: 2rem;
        text-transform: capitalize;
        text-align: center;
    }

    .product p {
        color: var(--text-color-secondary);
        text-align: center;
        text-transform: capitalize;
        padding: 0 2rem;
        opacity: .8;
    }

}

@media (max-width:768px) {
    .product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    .product h2 {
        text-transform: capitalize;
        font-size: .8rem;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .product h3 {
        color: var(--text-color-secondary);
        font-size: 2rem;
        text-transform: capitalize;
        text-align: center;
    }

    .product p {
        color: var(--text-color-secondary);
        text-align: center;
        text-transform: capitalize;
        padding: 0 2rem;
        opacity: .8;
    }

    .product .product-nav {
        display: flex;
        gap: 1rem;
    }

    .product .product-nav a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }


    .product .product-nav a img {
        width: 5rem;
        height: 5rem;
    }

    .product .product-nav a span {
        text-transform: uppercase;
        color: var(--text-color-secondary);
        font-size: 1rem;
    }

    .product .product-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
        padding: 0 30px;
    }


    .product .product-grid .product-item {
        height: 30%;
    }

    .product-item {
        display: none;
    }

    .product-item.show {
        display: flex;
        /* Flex works better in your layout */
        flex-direction: column;
        align-items: center;
    }

    .filter-btn.active {
        border: 2px solid #007bff;
        border-radius: 10px;
    }
}


@media (max-width:576px) {
    .product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: .5rem;
        position: relative;
        z-index: 1000;
    }

    .product h2 {
        text-transform: capitalize;
        font-size: .8rem;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .product h3 {
        color: var(--text-color-secondary);
        font-size: 2rem;
        text-transform: capitalize;
        text-align: center;
    }

    .product p {
        color: var(--text-color-secondary);
        text-align: center;
        text-transform: capitalize;
        padding: 0 1rem;
        opacity: .8;
    }

    .product .product-nav {
        display: flex;
        justify-content: center;
        gap: 0rem;
        padding: 0rem;
        width: 100%;
    }

    .product .product-nav a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }


    .product .product-nav a img {
        width: 3rem;
        height: 3rem;
    }

    .product .product-nav a span {
        text-transform: uppercase;
        color: var(--text-color-secondary);
        font-size: .5rem;
        font-weight: bold;
        text-align: center;
    }

    .product .product-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
        padding: 0 30px;
    }


    .product .product-grid .product-item {
        height: 30%;
    }

    .product-item {
        display: none;
    }

    .product-item.show {
        display: flex;
        /* Flex works better in your layout */
        flex-direction: column;
        align-items: center;
    }

    .filter-btn.active {
        border: 2px solid #007bff;
        border-radius: 10px;
    }
}

/* choose styling css */

.choose {
    height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    padding: 5rem;
    gap: 3rem;
    background-image: url("../images/slide1.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.choose .choose-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.choose .choose-left h2 {
    color: var(--text-color);
    text-transform: capitalize;
}

.choose .choose-left p {

    color: var(--text-color);
}

.choose .choose-left img {
    height: 5rem;
    width: 5rem;
    background-color: var(--text-color);
    padding: 1rem;
    border-radius: 50%;
}

.choose .choose-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.choose .choose-right img {
    height: 5rem;
    width: 5rem;
    background-color: var(--text-color);
    padding: 1rem;
    border-radius: 50%;
}

.choose .choose-right h2 {
    color: var(--text-color);
}

.choose .choose-right ul {
    color: var(--text-color);
}

.choose .choose-right ul li {
    list-style: disc;
}


@media (max-width:992px) {

    .choose {
        height: 100vh;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
        gap: 3rem;
        background-image: url("../images/slide1.webp");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;


        padding: 2rem;
    }

    .choose .choose-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 1rem;
    }

    .choose .choose-left h2 {
        color: var(--text-color);
        text-transform: capitalize;

        font-size: 1rem;
    }

    .choose .choose-left p {

        color: var(--text-color);
    }

    .choose .choose-left img {
        height: 4rem;
        width: 4rem;
        background-color: var(--text-color);
        padding: 1rem;
        border-radius: 50%;
    }

    .choose .choose-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 1rem;
    }

    .choose .choose-right img {
        height: 4rem;
        width: 4rem;
        background-color: var(--text-color);
        padding: 1rem;
        border-radius: 50%;
    }

    .choose .choose-right h2 {
        color: var(--text-color);

        font-size: 1rem;
    }

    .choose .choose-right ul {
        color: var(--text-color);
    }

    .choose .choose-right ul li {
        list-style: disc;
    }

}

@media (max-width:768px) {

    .choose {
        height: 100%;
        width: 100%;
        display: flex;
        /* grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr)); */
        gap: 3rem;
        background-image: url("../images/slide1.webp");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;



        flex-direction: column;
        padding: 2rem;
    }

    .choose .choose-left {
        display: flex;
        flex-direction: column;
        gap: 1rem;


        align-items: center;
        justify-content: center;
    }

    .choose .choose-left h2 {
        color: var(--text-color);
        text-transform: capitalize;

        font-size: 1rem;
    }

    .choose .choose-left p {

        color: var(--text-color);


        text-align: center;
    }

    .choose .choose-left img {
        height: 4rem;
        width: 4rem;
        background-color: var(--text-color);
        padding: 1rem;
        border-radius: 50%;
    }

    .choose .choose-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;

        align-items: center;
    }

    .choose .choose-right img {
        height: 4rem;
        width: 4rem;
        background-color: var(--text-color);
        padding: 1rem;
        border-radius: 50%;
    }

    .choose .choose-right h2 {
        color: var(--text-color);

        font-size: 1rem;
    }

    .choose .choose-right ul {
        color: var(--text-color);

        text-align: center;
    }

    .choose .choose-right ul li {
        list-style: disc;

        text-align: center;
    }

}



/* blog */
.blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 3rem;

}

.blog h2 {
    text-transform: uppercase;
    color: var(--accent-color);
    font-weight: 400;
}

.blog p {
    text-transform: capitalize;
    font-size: .8rem;
    text-align: justify;
    width: 70%;
    text-align: center;
    color: var(--text-color-secondary);
    word-break: break-all;
}

.blog .blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.blog .blog-cards .blog-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.blog .blog-cards .blog-card img {
    height: 10rem;
    width: 100%;
    object-fit: cover;

}

.blog .blog-cards .blog-card h3 {
    color: var(--text-color-secondary);
    text-transform: capitalize;
    font-weight: 400;
}

.blog .blog-cards .blog-card p {
    text-transform: capitalize;
    width: 100%;
    text-align: justify;
    word-break: break-all;
}

.blog .blog-cards .blog-card a {
    background-color: var(--accent-color);
    color: var(--text-color);
    padding: .5rem 2rem;
    border-radius: 5rem;
}

@media (max-width:992px) {
    .blog {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 1rem;

        height: 100%;
    }

    .blog h2 {
        text-transform: uppercase;
        color: var(--accent-color);
        font-weight: 400;
    }

    .blog p {
        text-transform: capitalize;
        font-size: .8rem;
        text-align: justify;
        text-align: center;
        color: var(--text-color-secondary);
        word-break: break-all;


        width: 90%;
    }

    .blog .blog-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }

    .blog .blog-cards .blog-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 1rem;
    }

    .blog .blog-cards .blog-card img {
        height: 10rem;
        width: 100%;
        object-fit: cover;
    }

    .blog .blog-cards .blog-card h3 {
        color: var(--text-color-secondary);
        text-transform: capitalize;
        font-weight: 400;
    }

    .blog .blog-cards .blog-card p {
        text-transform: capitalize;
        width: 100%;
        text-align: justify;
        word-break: break-all;
    }

    .blog .blog-cards .blog-card a {
        background-color: var(--accent-color);
        color: var(--text-color);
        padding: .5rem 2rem;
        border-radius: 5rem;
    }
}



/* partners */

.partners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    background-image: url("../images/service-3");
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

.partners .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.partners>*:not(.overlay) {
    position: relative;
    z-index: 1;
}

.partners h2 {
    text-transform: uppercase;
    color: var(--background-color);
    font-weight: 400;
}

.partners p {
    text-transform: capitalize;
    font-size: 1rem;
    color: var(--background-color);
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    /* allows it to grow nicely on bigger screens */
    padding: 0 1rem;
    /* ensures spacing on small screens */
    word-break: normal;
}

.partners .partner-logos {
    width: 100%;
    display: flex;
    gap: 5rem;
    width: calc(200px * 12);
    animation: scroll-left 5s linear infinite;
}

.partners .partner-logos img {
    object-fit: cover;
    width: 10rem;
    height: 10rem;
    width: auto;
}

.partners .second {
    animation: scroll-left1 5s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-left1 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(50%);
    }
}

@media (max-widht:992) {

    .partners {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        gap: 2rem;
        background-image: url("../images/EPCnew.png");
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .partners .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 0;
    }

    .partners>*:not(.overlay) {
        position: relative;
        z-index: 1;
    }

    .partners h2 {
        text-transform: uppercase;
        color: var(--text-color);
        font-weight: 400;
    }

    .partners p {
        text-transform: capitalize;
        font-size: 1rem;
        color: var(--text-color);
        text-align: center;
        margin: 0 auto;
        max-width: 700px;
        /* allows it to grow nicely on bigger screens */
        padding: 0 1rem;
        /* ensures spacing on small screens */
        word-break: normal;
    }

    .partners .partner-logos {
        width: 100%;
        display: flex;
        gap: 5rem;
        width: calc(200px * 12);
        animation: scroll-left 5s linear infinite;
    }

    .partners .partner-logos img {
        object-fit: cover;
        width: auto;
    }

    .partners .second {
        animation: scroll-left1 7s linear infinite;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes scroll-left1 {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(50%);
        }
    }
}

@media (max-width:600px) {

    .partners {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        gap: 2rem;
        position: relative;
    }

    .partners .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 0;
    }

    .partners>*:not(.overlay) {
        position: relative;
        z-index: 1;
    }

    .partners h2 {
        text-transform: uppercase;
        color: var(--text-color);
        font-weight: 400;
        color: var(--background-color);
    }

    .partners p {
        text-transform: capitalize;
        font-size: 1rem;
        color: var(--text-color);
        text-align: center;
        margin: 0 auto;
        width: 100%;
        /* allows it to grow nicely on bigger screens */
        padding: 0 0rem;
        /* ensures spacing on small screens */
        word-break: normal;

        color: var(--background-color);
    }

    .partners .partner-logos {
        width: 100%;
        display: flex;
        gap: 0rem;
        width: calc(150px * 12);
        animation: scroll-left 5s linear infinite;
    }

    .partners .partner-logos img {
        object-fit: cover;
        width: auto;
        scale: .7;
    }

    .partners .second {
        animation: scroll-left1 5s linear infinite;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes scroll-left1 {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(50%);
        }
    }
}


/* windwill style */

.windmill {
    width: 100%;
    background-image: url("../images/backgound3.webp");
    height: 60vh;
    background-size: cover;
    background-position: center;
}

/* contact page */


.contact {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
}

.contact-left,
.contact-right {
    flex: 1 1 45%;

}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.contact-left h3 {
    color: var(--accent-color);
    text-transform: capitalize;
    font-size: 1rem;
}

.contact-left h2 {
    color: var(--text-color-secondary);
    font-size: 2rem;
    text-transform: capitalize;
}

.contact-left p {
    color: var(--text-color-secondary);
    text-align: justify;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: .8rem;
    font-weight: 500;
    opacity: .8;
    word-break: break-all;
}

.contact-left .contact-left-support h4 {
    color: var(--accent-color);
    font-size: .8rem;
    text-transform: capitalize;
}

.contact-left .contact-left-support span {
    color: var(--text-color-secondary);
    font-weight: 500;
    font-size: 2rem;
}

.contact-left .contact-address {
    display: flex;
    gap: 2rem;
}

.contact-left .contact-address .contact-address-left h4 {
    color: var(--accent-color);
    text-transform: capitalize;

}

.contact-left .contact-address .contact-address-left address {
    color: var(--text-color-secondary);
    text-transform: capitalize;
    font-style: normal;

}

.contact-left .contact-address .contact-address-right h4 {
    color: var(--accent-color);
    text-transform: capitalize;

}

.contact-left .contact-address .contact-address-right a {
    color: var(--text-color-secondary);
    text-transform: capitalize;
    font-style: normal;

}

.contact-right {
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
}

.contact-right .contact-right-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-right form .form-upper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact-right form input {
    padding: 1rem;
}

.contact-right form .form-upper input[type="text"],
.contact-right form .form-upper input[type="email"] {
    flex: 1 1 45%;
}

.contact-right form .form-middle {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact-right form textarea {
    height: 8rem;
}

.contact-right form .form-middle input[type="text"] {
    flex: 1 1 90%;
}

.contact-right form .form-lower {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact-right form .form-lower textarea {
    flex: 1 1 90%;
}

.contact-right form input[type="submit"] {
    width: 25%;
}


@media (max-width:576px) {
    .contact-left .contact-address {
        flex-direction: column;
    }

    .contact-right form input[type="submit"] {
        width: 45%;
    }


}

/* footer */
footer {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    position: relative;
    gap: 2rem;
}



footer .footer-upper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

footer .footer-upper .footer-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-upper .footer-item h2 {
    text-transform: uppercase;
    font-size: 1rem;
}

footer .footer-upper .footer-item .footer-item-logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: .5rem;
}

footer .footer-upper .footer-item .footer-item-logo img {
    width: 8rem;
}

footer .footer-upper .footer-item .footer-item-logo p {
    font-size: .8rem;
}

footer .footer-upper .footer-item .footer-item-icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one i {
    font-size: 1.5rem;
    background-color: var(--accent-color);
    padding: 1rem;
    border-radius: 50%;
}

footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span {
    font-size: .8rem;
    text-transform: capitalize;
}

footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span:nth-child(2) {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .2rem;
}

footer .footer-upper .footer-item .footer-item-social {
    display: flex;
    gap: 1rem;
}

footer .footer-upper .footer-item .footer-item-social i {
    font-size: .8rem;
}

footer .footer-upper .footer-item .footer-item-link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-upper .footer-item .footer-item-link a {
    color: var(--text-color);
    text-transform: capitalize;
    font-size: .8rem;
}

footer .footer-upper .footer-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-upper .footer-div h2 {
    text-transform: uppercase;
    font-size: 1rem;
    white-space: nowrap;
}

footer .footer-upper .footer-div .footer-div-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: .5rem;
}

footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item i {
    font-size: .8rem;
}

footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item span {
    font-size: .8rem;
}

footer .footer-upper .footer-div .footer-div-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-upper .footer-div .footer-div-item a {
    color: var(--text-color);
    text-transform: capitalize;
    font-size: .8rem;
}

footer .footer-upper .footer-div .footer-div-item p {
    font-size: .8rem;
}

footer .footer-upper .footer-div .footer-div-newsletter {
    display: flex;
    border: .1rem solid var(--text-color);
    border-radius: 5rem;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
}

footer .footer-upper .footer-div .footer-div-newsletter input[type="text"] {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 1rem 0;
}

footer .footer-upper .footer-div .footer-div-newsletter ::placeholder {
    font-size: .8rem;
    text-transform: capitalize;
}

footer .footer-upper .footer-div .footer-div-newsletter i {
    font-size: 1rem;
    background-color: var(--accent-color);
    padding: 1rem;
    border-radius: 50%;
}

footer .footer-lower {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

footer .footer-lower p {
    font-size: .8rem;
    color: var(--text-color);
}


@media (max-width:992px) {

    footer {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        position: relative;
        gap: 2rem;
    }

    footer .footer-upper {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        justify-content: center;
        gap: 3rem;
    }

    footer .footer-upper .footer-item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    footer .footer-upper .footer-item h2 {
        text-transform: uppercase;
        font-size: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-logo {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: .5rem;
    }

    footer .footer-upper .footer-item .footer-item-logo img {
        width: 8rem;
    }

    footer .footer-upper .footer-item .footer-item-logo p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-icon {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one i {
        font-size: 1.5rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span:nth-child(2) {
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: .2rem;
    }

    footer .footer-upper .footer-item .footer-item-social {
        display: flex;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-social i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-link {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-link a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-upper .footer-div h2 {
        text-transform: uppercase;
        font-size: 1rem;
        white-space: nowrap;
    }

    footer .footer-upper .footer-div .footer-div-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item span {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-upper .footer-div .footer-div-item a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter {
        display: flex;
        border: .1rem solid var(--text-color);
        border-radius: 5rem;
        justify-content: space-between;
        align-items: center;
        padding: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter input[type="text"] {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 1rem 0;
    }

    footer .footer-upper .footer-div .footer-div-newsletter ::placeholder {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-div .footer-div-newsletter i {
        font-size: 1rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-lower {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    footer .footer-lower p {
        font-size: .8rem;
        color: var(--text-color);
    }
}

@media (max-width:768px) {

    footer {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        position: relative;
        gap: 2rem;
    }



    footer .footer-upper {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    footer .footer-upper .footer-item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: start;
        justify-content: center;
    }

    footer .footer-upper .footer-item h2 {
        text-transform: uppercase;
        font-size: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-logo {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: .5rem;
    }

    footer .footer-upper .footer-item .footer-item-logo img {
        width: 8rem;
    }

    footer .footer-upper .footer-item .footer-item-logo p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-icon {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one i {
        font-size: 1.5rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span:nth-child(2) {
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: .2rem;
    }

    footer .footer-upper .footer-item .footer-item-social {
        display: flex;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-social i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }

    .footer-item-heading {
        text-align: center;
        width: 100%;
    }

    footer .footer-upper .footer-item .footer-item-link a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-upper .footer-div h2 {
        text-transform: uppercase;
        font-size: 1rem;
        white-space: nowrap;
    }

    footer .footer-upper .footer-div .footer-div-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item span {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    footer .footer-upper .footer-div .footer-div-item a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter {
        display: flex;
        border: .1rem solid var(--text-color);
        border-radius: 5rem;
        justify-content: space-between;
        align-items: center;
        padding: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter input[type="text"] {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 1rem 0;
    }

    footer .footer-upper .footer-div .footer-div-newsletter ::placeholder {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-div .footer-div-newsletter i {
        font-size: 1rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-lower {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    footer .footer-lower p {
        font-size: .8rem;
        color: var(--text-color);
    }
}


@media (max-width:400px) {

    footer {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        position: relative;
        gap: 2rem;
    }

    footer .footer-upper {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 3rem;
    }

    footer .footer-upper .footer-item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    footer .footer-upper .footer-item h2 {
        text-transform: uppercase;
        font-size: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }

    footer .footer-upper .footer-item .footer-item-logo img {
        width: 8rem;
    }

    footer .footer-upper .footer-item .footer-item-logo p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-icon {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-one i {
        font-size: 1.5rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two {
        display: flex;
        flex-direction: column;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-item .footer-item-icon .footer-item-icon-two span:nth-child(2) {
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: .2rem;
    }

    footer .footer-upper .footer-item .footer-item-social {
        display: flex;
        gap: 1rem;
    }

    footer .footer-upper .footer-item .footer-item-social i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-item .footer-item-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }

    .footer-item-heading {
        text-align: center;
        width: 100%;
    }

    footer .footer-upper .footer-item .footer-item-link a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    footer .footer-upper .footer-div h2 {
        text-transform: uppercase;
        font-size: 1rem;
        white-space: nowrap;
    }

    footer .footer-upper .footer-div .footer-div-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item i {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-contact .footer-div-contact-item span {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    footer .footer-upper .footer-div .footer-div-item a {
        color: var(--text-color);
        text-transform: capitalize;
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-item p {
        font-size: .8rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter {
        display: flex;
        border: .1rem solid var(--text-color);
        border-radius: 5rem;
        justify-content: space-between;
        align-items: center;
        padding: .5rem;
    }

    footer .footer-upper .footer-div .footer-div-newsletter input[type="text"] {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 1rem 0;
    }

    footer .footer-upper .footer-div .footer-div-newsletter ::placeholder {
        font-size: .8rem;
        text-transform: capitalize;
    }

    footer .footer-upper .footer-div .footer-div-newsletter i {
        font-size: 1rem;
        background-color: var(--accent-color);
        padding: 1rem;
        border-radius: 50%;
    }

    footer .footer-lower {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    footer .footer-lower p {
        font-size: .8rem;
        color: var(--text-color);
    }
}