* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-bg: #0B9586;
    --secondary-bg: #FFBB1C;
    --primary-text-color: #101828;
    --secondary-text-color: #475467;
}

/* /////////////////////////////////////////////////////////////////// */
/* Start Global Styles */
body {
    font-family: "Inter", sans-serif;
    color: white;

    a {
        color: inherit;
        text-decoration: none;
    }

    .container {
        max-width: 1140px;
        margin: auto;
        padding: 0px 50px;
    }

    h1 {
        font-weight: 600;
        font-size: 52px;
        line-height: 100%;
        letter-spacing: -2%;
    }

    h2 {
        font-weight: 600;
        font-size: 42px;
        line-height: 100%;
        letter-spacing: -2%;
    }

    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
    }

    h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
}

/* End Global Styles */

/* /////////////////////////////////////////////////////////////////// */
/* Start Header */
header {
    background-color: var(--primary-bg);

    div.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 86px;
        position: relative;
        color: white;
        /* padding: 16px 0px; */

        .logo {
            height: 54px;
            width: 157px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                mix-blend-mode: multiply;
            }
        }

        .navLinks ul {
            list-style: none;
            display: flex;
            gap: 8px;

            li {
                padding: 8px 28px;
                font-size: 18px;
                font-weight: 400;
                cursor: pointer;

                &:hover {
                    box-shadow: 0px 2px 3px #0000004D;
                }

                &:first-child {
                    font-weight: 600;
                    font-style: semibold;
                    font-size: 18px;
                    box-shadow: 0px 2px 3px #0000004D;
                }

                a {
                    text-decoration: none;
                    line-height: 100%;
                    color: inherit;
                    letter-spacing: 0.94px;
                }
            }
        }

        .callUs {
            width: 283.6666259765625px;
            height: 50px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 8px;

            span:first-child {
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0.94px;
            }

            span:last-child {
                font-weight: 700;
                font-size: 24px;
                line-height: 28px;
                letter-spacing: 0.94px;
            }
        }

        .icon {
            display: none;
        }
    }
}

/* End Header */

/* /////////////////////////////////////////////////////////////////// */
/* Start Main */
main {
    height: 600px;
    background-image: url("./imgs/solar-panels-meadow\ 1.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    .container {
        width: 100%;

        .parent {
            max-width: 729px;

            div:nth-child(1) {
                padding-top: 69px;
                width: 332.8258056640625px;
                display: flex;
                align-items: center;

                span {
                    font-weight: 400;
                    font-size: 18px;
                    display: block;

                    &:nth-child(1) {
                        letter-spacing: 0.94px;
                    }

                    &:nth-child(2) {
                        width: 89.01155090332031px;
                        height: 0px;
                        border: 3.75px solid white;
                        margin-left: 32.51px;
                    }

                    &:nth-child(3) {
                        width: 220.59385681152344px;
                        height: 0px;
                        border: 3.75px solid #575757;
                        margin-right: 21.67px;
                    }
                }

            }

            div:nth-child(2) {
                max-width: 729px;
                margin-top: 81.23px;
                display: flex;
                flex-direction: column;
                gap: 24px;

                div {
                    display: flex;
                    gap: 24px;

                    button {
                        font-weight: 400;
                        font-size: 14px;
                        letter-spacing: 8%;
                        line-height: 100%;
                        padding: 12px 34px;
                        border-radius: 109px;
                        border: none;
                        display: block;
                        cursor: pointer;

                        &:hover {
                            box-shadow: 0px 2px 3px #0000004D;
                            opacity: 0.8;
                        }

                        &:first-child {
                            background-color: var(--primary-bg);
                            color: white;
                        }

                        &:last-child {
                            background-color: var(--secondary-bg);
                            color: #2A3334;
                        }
                    }
                }
            }
        }

    }

}

/* End Main */

/* /////////////////////////////////////////////////////////////////// */
/* Start Friendliest Section */
#friendliest .container {
    margin: 80px auto;

    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 23px;

        div:nth-child(1) {

            h2 {
                color: #101828;
            }

            >p {
                color: #475467;
                margin: 24px 0 50px 0;
            }

            >div {
                display: flex;
                flex-direction: column;
                gap: 12px;

                p {
                    color: #101828;

                    span {
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 100%;
                        letter-spacing: 4px;
                        color: #84BD3A;
                    }
                }
            }
        }

        div:nth-child(2) {
            position: relative;
            max-width: 518.515625px;
            display: flex;
            justify-content: end;
            padding-left: 50px;

            img {

                &:first-child {
                    object-fit: contain;
                    object-position: right;
                    width: fit-content;
                }

                &:last-child {
                    position: absolute;
                    top: 330px;
                    bottom: 14px;
                    left: 0;
                    width: 266px;
                    height: 208px;
                }
            }


        }
    }
}

/* End Friendliest Section */

/* /////////////////////////////////////////////////////////////////// */
/*  Start Power Section */
#power {
    background-image: url("./imgs/power.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 505px;

    .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;

        .parent {
            display: flex;
            flex-direction: column;
            gap: 32px;
            max-width: 678px;

            button {
                font-weight: 400;
                font-size: 14px;
                letter-spacing: 8%;
                line-height: 100%;
                padding: 12px 34px;
                border-radius: 109px;
                border: none;
                display: block;
                width: fit-content;
                cursor: pointer;
                background-color: var(--secondary-bg);
                color: #2A3334;

                &:hover {
                    box-shadow: 0px 2px 3px #0000004D;
                    opacity: 0.8;
                }
            }
        }
    }
}

/*  End Power Section */

/* /////////////////////////////////////////////////////////////////// */
/* Start Solar Section */
#solar {
    margin: 80px 0px;

    div.container {

        div.parent .title {
            /* margin: auto; */
            margin-bottom: 40px;

            h2 {
                text-align: center;
                color: #101828;
            }

            p {
                text-align: center;
                color: #475467;
                margin-top: 24px;
            }
        }

        div.parent .cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(280px, 1fr));
            gap: 32px;

            div.card {
                box-shadow: 0px 4px 30px 0px #0000000D;

                img {
                    width: 100%;
                    height: 240px;
                    object-fit: cover;
                    object-position: center;
                }

                div {
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    gap: 24px;

                    h3 {
                        color: #101828;
                    }

                    p {
                        color: #475467;
                    }

                    button {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        font-family: Inter;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 24px;
                        letter-spacing: 0%;
                        color: #3CAB90;
                        background-color: transparent;
                        border: none;

                        &:hover {
                            cursor: pointer;
                            background-color: var(--primary-bg)/10;
                        }
                    }
                }
            }
        }
    }
}

/* End Solar Section */

/* /////////////////////////////////////////////////////////////////// */
/* Start Repairs Section  */
#repairs {
    background-image: url("./imgs/repairs.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 505px;

    .container {
        height: 100%;

        .parent {
            display: flex;
            align-items: center;
            height: 100%;
            margin: auto;
            max-width: 678px;

            >div {
                max-width: 858px;
                padding: 44px;
                border-radius: 12px;
                text-align: center;
                backdrop-filter: blur(24px);
                color: white;
                background: #00000091;
                display: flex;
                flex-direction: column;
                gap: 32px;
            }
        }
    }
}

/* End Repairs Section  */

/* /////////////////////////////////////////////////////////////////// */
/* Start Energy Section */
#energy {
    padding: 80px 0px;
    background-color: #FFBB1C0D;

    .container {
        .parent {
            display: grid;
            grid-template-columns: repeat(3, minmax(250px, 1fr));
            gap: 32px;

            .left {
                max-width: 358.6666564941406px;

                svg {
                    width: 56px;
                    height: 56px;
                    border-radius: 10px;
                    border-width: 21px;
                }

                h2 {
                    margin: 24px 0 20px 0;
                    color: #101828;
                }

                p {
                    color: #475467;
                }
            }

            .energy-cards {
                display: grid;
                grid-template-columns: repeat(2, minmax(250px, 1fr));
                grid-column: 2 / span 2;
                gap: 32px;

                .card {
                    max-width: 358.66668701171875px;
                    height: fit-content;
                    border-radius: 12px;
                    padding: 24px;
                    box-shadow: 0px 4px 30px 0px #0000000D;
                    border: 1px solid #3CAB90;

                    .image {
                        max-width: 310.66668701171875px;
                        height: 106px;
                        gap: 10px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }
                    }

                    h3 {
                        margin: 32px 0 8px 0;
                        color: #101828;
                    }

                    p {
                        margin-bottom: 20px;
                        color: #475467;
                    }

                    button {
                        color: #3CAB90;
                        background-color: transparent;
                        border: none;
                        display: flex;
                        align-items: center;
                        gap: 8px;

                        &:hover {
                            cursor: pointer;
                            background-color: var(--primary-bg)/10;
                        }
                    }

                }

                /* background-color: blue; */
            }
        }
    }
}

/* End Energy Section */


/* /////////////////////////////////////////////////////////////////// */
/* Start Solar Section */
#values {
    margin: 80px 0px;

    .container {
        .parent {

            .title {
                margin-bottom: 40px;

                h2 {
                    text-align: center;
                    color: #101828;
                }

                p {
                    text-align: center;
                    color: #475467;
                    margin-top: 24px;
                }
            }

            .cards {
                display: grid;
                grid-template-columns: repeat(3, minmax(280px, 1fr));
                gap: 32px;

                .card {
                    box-shadow: 0px 4px 30px 0px #0000000D;
                    border-radius: 12px;
                    border: 1px solid #3CAB90;
                    background: #3CAB900D;
                    padding: 32px;
                    display: flex;
                    flex-direction: column;
                    gap: 20px;


                    svg {
                        width: 65.62071990966797px;
                        height: 70.00080871582031px;
                    }

                    h3 {
                        color: #101828;
                    }

                    p {
                        color: #475467;
                    }
                }
            }
        }
    }
}

/* End Solar Section */

/* /////////////////////////////////////////////////////////////////// */
/* Start About Section */
#about {
    margin: 80px 0px;

    .container {
        .parent {
            display: flex;
            gap: 32px;
            align-items: center;

            >:first-child {
                width: 400px;
                display: flex;
                flex-direction: column;
                gap: 28px;

                h2 {
                    color: #1C1C1C;
                }

                p {
                    color: #1C1C1C;
                }

                svg {
                    width: 58.33332443237305px;
                    height: 48px;
                }
            }

            >:nth-child(2) {
                width: 708px;
                border-radius: 24px;
                padding: 40px;
                background: #3CAB900F;

                >:first-child {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    h4 {
                        color: #3CAB90;
                    }

                    .dots {
                        display: flex;
                        gap: 8px;

                        div {
                            width: 8px;
                            height: 8px;
                            border-radius: 50%;
                            background-color: #D9D9D9;
                        }

                        >:first-child {
                            background-color: #6B6B6B;
                        }
                    }


                }

                >:nth-child(2) {
                    padding: 52px 0 87px 0;
                    color: #101828;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 150%;
                    letter-spacing: 0%;
                }

                >:last-child {
                    height: 60px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    >:first-child {
                        display: flex;
                        align-items: center;
                        gap: 6.5px;

                        div {
                            display: flex;
                            flex-direction: column;
                            gap: 9px;

                            h4 {
                                color: #1C1C1C;
                            }

                            p {
                                color: #1C1C1C;
                            }
                        }
                    }

                    >:last-child {
                        height: 100%;
                        display: flex;
                        gap: 16px;
                        align-items: flex-end;

                        svg {
                            cursor: pointer;
                        }
                    }
                }
            }
        }
    }
}

/* End About Section */

/* ///////////////////////////////////////////////////////////////// */
/* Start Footer */
footer {
    padding: 80px 0px;
    background-color: #283646;

    .container {
        .parent {

            .top {
                display: flex;
                justify-content: space-between;

                img {
                    width: 185px;
                    height: 64px;
                    mix-blend-mode: Luminosity;
                }

                ul {
                    margin-top: 38px;
                    display: flex;
                    gap: 40px;
                    align-items: center;
                    list-style: none;

                    li {
                        cursor: pointer;

                        a {
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 24px;
                            letter-spacing: 0.3px;
                            color: white;
                            text-decoration: none;
                        }
                    }
                }

                .top-right {
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    gap: 10px;

                    p {
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 24px;
                        letter-spacing: 0.3px;
                        color: white;
                    }

                    div {
                        position: relative;

                        input {
                            width: 406px;
                            height: 48px;
                            padding-left: 20px;
                            border-radius: 38px;
                            border-width: 1px;
                            border: 1px solid #B3BDC7;
                            color: #92989F;
                            background-color: transparent;

                            &:focus {
                                border: 1px solid #B3BDC7;
                            }

                        }

                        button {
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            display: block;
                            width: 147px;
                            height: 48px;
                            padding-top: 12px 34px 12px 34px;
                            border-radius: 109px;
                            background-color: #FFBB1C;
                            border: none;
                            cursor: pointer;

                        }

                    }
                }
            }

            hr {
                margin: 54px 0px;
            }

            .bottom {
                display: flex;
                justify-content: space-between;
                align-items: center;

                div {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 16px;
                    letter-spacing: 0.26px;
                    color: #92989F;
                }
            }
        }
    }

    .whats-app-me {
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #25D366;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

        img {
            width: 100%;
            height: 100%;
        }
    }
}

/* End Footer */

@media (max-width: 1240px) {

    /* Start Header */
    header {
        background-color: var(--primary-bg);

        div.container {
            position: relative;

            .navLinks ul {
                transition: all 0.5s ease-in-out;
                padding: 20px 0px;
                position: absolute;
                top: 100%;
                left: -150%;
                width: 100%;
                background-color: var(--primary-bg);
                list-style: none;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }

            .navLinks.active ul {
                transition: all 0.5s ease-in-out;
                padding: 20px 0px;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background-color: var(--primary-bg);
                list-style: none;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;

                li {
                    width: fit-content;
                }
            }

            .callUs {
                transition: all 0.5s ease-in-out;
                position: absolute;
                top: 300px;
                left: -150%;
                width: 100%;
                height: auto;
                padding: 10px 0px;
                display: block;
                text-align: center;
                justify-content: center;
                background-color: var(--primary-bg);
            }

            .callUs.active {
                position: absolute;
                top: 300px;
                left: 0%;
                width: 100%;
                height: auto;
                padding: 10px 0px;
                display: block;
                text-align: center;
                justify-content: center;
                background-color: var(--primary-bg);
            }

            .icon {
                display: block;
                font-size: 30px;

                &:hover {
                    cursor: pointer;
                }
            }
        }
    }

    /* End Header */
}

@media (max-width: 1100px) {

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Global Styles */
    body {

        h1 {
            font-size: 50px;
        }

        h2 {
            font-size: 40px;
        }

        h3 {
            font-size: 19px;
        }

        h4 {
            font-size: 15px;
        }

        p {
            font-size: 15px;
        }
    }

    /* End Global Styles */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Friendliest Section */
    #friendliest .container {

        .parent {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    /* End Friendliest Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #solar {

        div.container {

            div.parent .cards {
                margin: auto;
                grid-template-columns: repeat(2, minmax(280px, 1fr));

            }
        }
    }

    /* End Solar Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Energy Section */
    #energy {

        .container {
            .parent {
                grid-template-columns: repeat(2, minmax(250px, 1fr));

                .energy-cards {
                    grid-template-columns: repeat(1, minmax(250px, 1fr));
                    justify-items: end;
                    /* background-color: blue; */
                }
            }
        }
    }

    /* End Energy Section */
    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #values {

        div.container {

            div.parent .cards {
                margin: auto;
                grid-template-columns: repeat(2, minmax(280px, 1fr));

            }
        }
    }

    /* End Solar Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start About Section */
    #about {

        .container {
            .parent {
                display: block;

                >:first-child {
                    margin-bottom: 32px;
                    width: 100%;
                }

                >:nth-child(2) {
                    width: 100%;
                    border-radius: 24px;
                    padding: 40px;
                    background: #3CAB900F;

                    >:nth-child(2) {
                        padding: 32px 0 57px 0;
                    }
                }
            }
        }
    }

    /* End About Section */

    /* ///////////////////////////////////////////////////////////////// */
    /* Start Footer */
    footer {
        .container {
            .parent {
                .top {
                    display: block;

                    .top-right {
                        div {
                            position: relative;

                            input {
                                width: 100%;
                            }

                        }
                    }
                }
            }
        }
    }

    /* End Footer */

}

@media (max-width: 730px) {

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Global Styles */
    body {
        .container {
            padding: 0px 20px;
        }

        h1 {
            font-weight: 500;
            font-size: 44px;
        }

        h2 {
            font-weight: 500;
            font-size: 38px;
        }

        h3 {
            font-weight: 500;
            font-size: 19px;
        }

        h4 {
            font-weight: 600;
            font-size: 16px;
        }

        p {
            font-size: 15px;
        }
    }

    /* End Global Styles */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Friendliest Section */
    #friendliest .container {
        margin: 50px auto;

        .parent {
            display: grid;
            /* grid-template-columns: repeat(2, 1fr); */
            gap: 23px;

            div:nth-child(1) {

                >p {
                    margin: 18px 0 20px 0;
                }
            }

            div:nth-child(2) {

                img {
                    &:nth-child(1) {
                        width: 100%;
                    }

                    &:nth-child(2) {
                        top: 70%;
                        transform: translate(0%, -50%);
                        width: 200px;
                        height: 200px;
                    }
                }
            }
        }
    }

    /* End Friendliest Section */

    /* /////////////////////////////////////////////////////////////////// */
    /*  Start Power Section */
    #power {
        height: 400px;

        .container {
            .parent {
                gap: 20px;
            }
        }
    }

    /*  End Power Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #solar {
        margin: 50px auto;

        div.container {

            div.parent .cards {
                grid-template-columns: repeat(1, minmax(280px, 1fr));
                justify-items: center;
                gap: 20px;

                .card {
                    gap: 10px;
                }
            }
        }
    }

    /* End Solar Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Repairs Section  */
    #repairs {
        .container {
            .parent {

                >div {
                    padding: 24px;
                    gap: 20px;
                }
            }
        }
    }

    /* End Repairs Section  */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Energy Section */
    #energy {

        .container {
            .parent {
                display: block;

                .left {
                    max-width: 700px;
                }

                .energy-cards {
                    grid-template-columns: repeat(1, minmax(250px, 1fr));
                    justify-items: center;
                    margin-top: 32px;
                }
            }
        }
    }

    /* End Energy Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #values {
        margin: 50px auto;

        div.container {

            div.parent .cards {
                grid-template-columns: repeat(1, minmax(280px, 1fr));
                justify-items: center;
                gap: 20px;

                .card {
                    gap: 10px;
                }
            }
        }
    }

    /* End Solar Section */
    /* /////////////////////////////////////////////////////////////////// */
    /* Start About Section */
    #about {
        margin: 50px 0px;

        .container {
            .parent {

                >:first-child {
                    margin-bottom: 28px;
                    gap: 20px;
                }

                >:nth-child(2) {
                    width: 100%;
                    border-radius: 18px;
                    padding: 18px;

                    >:nth-child(2) {
                        padding: 15px 0 35px 0;
                    }
                }
            }
        }
    }

    /* End About Section */

    /* ///////////////////////////////////////////////////////////////// */
    /* Start Footer */
    footer {
        padding: 50px 0px;

        .container {
            .parent {

                .bottom {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                }
            }
        }
    }

    /* End Footer */
}

@media (max-width: 550px) {

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Global Styles */
    body {
        h1 {
            font-weight: 500;
            font-size: 40px;
        }

        h2 {
            font-weight: 500;
            font-size: 33px;
        }

        h3 {
            font-weight: 500;
            font-size: 18px;
        }

        h4 {
            font-weight: 600;
            font-size: 15px;
        }

        p {
            font-size: 15px;
        }
    }

    /* End Global Styles */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Friendliest Section */
    #friendliest .container {
        margin: 30px auto;

        .parent {
            div:nth-child(1) {

                >p {
                    margin: 15px 0 18px 0;
                }
            }

            div:nth-child(2) {
                img {
                    &:first-child {
                        max-width: 100%;
                    }

                    &:nth-child(2) {
                        top: 70%;
                        transform: translate(0%, -50%);
                        width: 150px;
                        height: 150px;
                    }
                }
            }
        }
    }

    /* End Friendliest Section */

    /* /////////////////////////////////////////////////////////////////// */
    /*  Start Power Section */
    #power {
        .container {
            .parent {
                gap: 10px;
            }
        }
    }

    /*  End Power Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #solar {
        margin: 30px auto;
    }

    /* End Solar Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Repairs Section  */
    #repairs {
        .container {
            .parent {

                >div {
                    padding: 12px;
                    gap: 10px;
                }
            }
        }
    }

    /* End Repairs Section  */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start Solar Section */
    #values {
        margin: 30px auto;

        .container {
            .parent {

                .title {
                    margin-bottom: 20px;

                    p {
                        margin-top: 18px;
                    }
                }
            }
        }
    }

    /* End Solar Section */

    /* /////////////////////////////////////////////////////////////////// */
    /* Start About Section */
    #about {
        margin: 30px 0px;

        .container {
            .parent {

                >:first-child {
                    gap: 10px;
                }

                >:nth-child(2) {

                    >:nth-child(2) {
                        padding: 12px 0 30px 0;
                    }
                }

                >:nth-child(2) {

                    >:last-child {
                        height: auto;
                        flex-wrap: wrap;
                        
                        >:last-child {
                        justify-content: flex-end;
                        width: 100%;
                        }
                    }

                    
                }

            }
        }
    }

    /* End About Section */

    /* ///////////////////////////////////////////////////////////////// */
    /* Start Footer */
    footer {
        padding: 30px 0px;
        background-color: #283646;

        .container {
            .parent {

                .top {
                    display: block;
                    justify-content: space-between;

                    img {
                        width: 185px;
                        height: 64px;
                        mix-blend-mode: Luminosity;
                    }

                    ul {
                        margin-top: 18px;
                        display: flex;
                        flex-wrap: wrap;
                        gap: 10px;
                        align-items: center;
                        list-style: none;

                        li {
                            cursor: pointer;

                            a {
                                font-weight: 400;
                                font-size: 16px;
                                line-height: 24px;
                                letter-spacing: 0.3px;
                                color: white;
                                text-decoration: none;
                            }
                        }
                    }

                }

                hr {
                    margin: 20px 0;
                }

            }
        }
    }
}