nav {
    display: flex;
    padding: 3rem;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    background-color: var(--white-color);
    height: 4rem;
}

nav ul {
    display: flex;
    gap: 1.5rem;
    color: var(--text-color);
    list-style: none;
    align-items: center;
}

nav ul li {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

nav ul li:hover {
    color: var(--primary-color);
}

nav ul li a {
    color: var(--text-color);
}

nav figure {
    height: 10rem;


}

nav img {
    height: 100%;
    width: auto;
}

nav button {
    font-size: 1.2rem;
}

nav button:hover {
    background-color: var(--secondary-color);
}


/* hero section css */
.hero-section {
    width: 100%;
    height: fit-content;
}

.hero-section video {
    width: 100%;
    max-height: auto;
    object-fit: cover;
}

.clean-renewable .row {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    padding-inline: 3rem;
    background-color: var(--secondary-color);
}

.clean-renewable .row div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.bulb>div {
    display: flex;
    gap: 5rem;
    width: 100%;
}

.bulb .bulb-c {
    width: 30%;
    position: relative;
}

.bulb .bulb-c figure {
    /* width: 100%; */
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;

}



.bulb .bulb-c img {
    width: 100%;
    height: 100%;
    /* height: auto; */
}

.bulb>div .bulb-div {
    flex: 1;
}


.bulb>div .bulb-div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}



.bulb>div .bulb-div>div {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
    gap: 1rem;

}

.bulb>div .bulb-div>div>div {
    display: flex;
    gap: 1rem;
    width: calc((100% - 2rem) / 2);

}

.bulb>div .bulb-div>div div figure {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    padding: .5rem;
    border: 3px solid var(--primary-color);

}

.bulb>div .bulb-div>div div figure img {
    height: 100%;
    width: 100%;
}

.bulb>div .bulb-div>div>div div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bulb>div .bulb-div>div>div div h4 {
    color: var(--primary-color);
}

.footprint {
    background-image: url('../images/footprint.png');
    /* padding: 0 !important; */
}

.footprint .row-3 {
    padding: 2rem;
}

.quote {
    background-color: var(--primary-color);

}

.quote div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quote div h1 {
    color: var(--white-color);
}

.quote div p {
    color: var(--white-color);
}

footer {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 2rem !important;
    /* margin-top: 5rem; */
}

.foot {
    text-align: center;
    color: var(--white-color);
}

.foot-2 {
    display: flex;
    justify-content: space-between;
}

.foot-2 a {
    color: var(--white-color);
    text-decoration: none;
    color: var(--secondary-color);
}

.foot-2 a:hover {

    text-decoration: underline;
}

.foot-2 p,
.foot-2 div {
    display: flex;
    gap: 2rem;
}




.corousal-container {
    width: calc(100% - 40% - 2rem);
    border-radius: .3rem;
    overflow: hidden;
    /* position: relative !important; */
}



.corousal-container .corousal-wrapper {
    display: flex;
    width: 100%;
    height: fit-content;
    /* background-color: rgba(236, 185, 23, 0.15); */
    z-index: 1;
    /* transform: translateX(-100%); */
    transition: all ease-in-out .3s;
}

.corousal-container .corousal-wrapper .details-info {
    min-width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem;
    background-color: rgba(236, 185, 23, 0.15);

}

.corousal-container .corousal-wrapper .details-info>div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.corousal-container .corousal-wrapper .details-info>p {
    font-size: 1.2rem;
    width: 70%;
    font-weight: 200;
}

.corousal-container .corousal-wrapper .details-info>div img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    border-radius: 50%;
    overflow: hidden;

}

.corousal-container .corousal-wrapper .details-info>div div {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    flex: 1;
}

.corousal-container .corousal-wrapper .details-info>div div p {
    font-weight: 600;
    width: 100%;
}

.corousal-container .corousal-wrapper .details-info>div div span {
    font-size: .9rem;
    flex: 1;
    width: 100%;
}

.testmonial-overlay {
    position: absolute;
    /* top: 0 !important; */
    left: 0 !important;
    top: -80%;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    /* background-color: black; */
    bottom: 80%;
    /* border: 1px solid red; */
}

.testmonial-overlay .heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* border: 1px solid red; */
    color: white;
    /* background-color: white; */
    padding-inline: 1rem;
    align-items: flex-end;
    color: black;

}

.markers {
    display: flex;
    gap: .5rem;
    width: 50%;
    display: flex;
    /* align-items: end; */
    justify-content: end;
}

.markers span {
    height: 5px;
    width: 5px;
    background-color: rgb(159, 156, 156);
    border-radius: 50%;

}

.markers .active {
    background-color: black !important;
}

.testi-button {
    position: absolute;
    top: 60%;
    left: 0;
    display: flex;
    gap: 1rem;
    justify-content: end;
    /* border: 1px solid red; */
    width: 100% !important;
    padding-inline-end: 2rem;
}

.testi-button button {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .3s;
    border: 1px solid var(--text-color);
}

.testi-button button:hover {
    background-color: rgb(123, 122, 122);
}


/* side-navbar  */
.side-navbar {
    position: fixed;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    transition: all ease-in-out .3s;
    z-index: 99;
}

.side-navbar ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 5rem;
}

.side-navbar ul li {
    width: 100%;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: stretch;
}

.side-navbar ul li a,
.side-navbar ul li button {
    padding: 1rem;
    width: 100% !important;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    color: var(--primary-color);
    border: none;
}

.side-navbar .active {
    background-color: var(--primary-color);
}

.side-nav-on {
    top: 0%;
    z-index: 99;
}

#hamburger {
    display: none;
}

#contact {
    display: block;
}

nav ul {
    display: flex;
}

/* media query  */


@media only screen and (max-width : 1100px) {
    .bulb .bulb-c {
        display: none;
    }

    .row-fig-50 {
        flex-direction: column;
    }

    .row-fig-50 figure {
        height: 200px;
    }



}


@media only screen and (max-width : 1000px) {
    .main-p {
        padding: 6rem;
    }

    .row-3 .card-col {
        width: calc(50% - 1rem);
    }

    .corousal-container .corousal-wrapper .details-info {
        padding: 3rem;
    }

    .corousal-container .corousal-wrapper .details-info>p {
        font-size: 1rem;
        width: 100%;
        font-weight: 200;
    }

}

@media only screen and (max-width : 900px) {
    #hamburger {
        display: block;
    }

    #contact {
        display: none;
    }

    nav ul {
        display: none;
    }

    nav figure {
        height: 8rem !important;

    }

    .main-p {
        padding: 5rem;
    }

    .main-c h1 {
        text-align: center;
        color: var(--primary-color);
        font-size: 1.8rem;
    }

    .bulb>div {
        gap: 3rem;
    }


    .row-4 .card-col {
        width: calc(50% - 1rem);
    }

    .row-fig-40 .fig-div {
        width: 50%;
        position: relative;
    }

    .row-fig-40 div {
        width: calc(50% - 1rem);
        position: relative;
    }



}

@media only screen and (max-width : 800px) {
    .main-p {
        padding: 4rem;
    }

    .main-c h1 {

        font-size: 1.6rem;
    }

    .row-fig-40 .fig-div {
        width: 100%;
        position: relative;
    }

    .row-fig-40 div {
        flex: 1;
        position: relative;
        width: 100%;
    }

    .row-fig-40 {
        align-items: stretch;
        flex-direction: column;
    }



    .testmonial-overlay {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;

    }

    nav {
        padding: 2.5rem;
    }
}

@media only screen and (max-width : 700px) {
    .main-p {
        padding: 3rem;
    }

    .bulb>div .bulb-div>div>div {
        display: flex;
        gap: 1rem;
        width: 100%;
    }

    .row-3 .card-col {
        width: 100%;
    }

    .row-4 .card-col {
        width: 100%;
    }

   

   
    .main-c h1 {

        font-size: 1.4rem;
    }
}

@media only screen and (max-width : 600px) {
    .clean-renewable .row {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        /* align-items: center; */
    }


    .main-p {
        padding: 2rem;
    }

    nav {
        padding: 2rem;
    }
}


.side-navbar {
    position: fixed;
    top: -100%;
    right: 0;
    width: 50%;
    height: 70%;
    background-color: var(--white-color);
    transition: all ease-in-out .3s;
    z-index: 99;
}

.side-nav-on {
    top: 0;
    z-index: 99;
}


