@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cabin:wght@500&family=Cinzel+Decorative:wght@900&family=Dancing+Script:wght@500&family=Lobster+Two:wght@700&family=Montserrat:wght@500&family=Noto+Naskh+Arabic:wght@600&family=Nunito+Sans:wght@300&display=swap');
*{
    /* outline: red solid 2px; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    scroll-behavior: smooth;
}
a{
    cursor: pointer;
    text-decoration: none;
}
.button{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    display: block;
    padding: 20px;
    width: fit-content;
    height: fit-content;
    background-color: rgb(36, 60, 116);
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    margin: 10px auto;
}
footer .button{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    display: block;
    padding: 20px;
    width: fit-content;
    height: fit-content;
    background-color: rgb(255, 255, 255);
    color:  rgb(36, 60, 116);
    border: none;
    cursor: pointer;
    margin: 10px auto;
}
.button:hover{
    background-color: rgb(255, 194, 81);
    color: rgb(36, 60, 116);
    font-weight: 700;
}
    /* NAVIGATION BAR */
header{
    z-index: 50;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 10%;
    background-color: rgb(36, 60, 116);
    box-shadow: 0 0 30px rgb(36, 60, 116);
}
.logo{
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    background-color: white;
    border-radius: 50%;
    margin-right: 60px;
}
.navLinks li{
    list-style: none;
    display: inline-block;
}
.navLinks li>a{
    padding: 15px;
    margin-right: 25px;
    /* textEdit */
    color: white;
    font-weight: 50;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
}
.navLinks li>a:hover{
    color: rgb(36, 60, 116);
    font-weight: 700;
    background-color: rgb(255, 194, 81);
}
/* DROPDOWN */
.serviceDropdown{
    display: inline-block;
    position: relative;
}
.serviceOptions{
    display: none;
    position: absolute;
    overflow: auto;
    padding: 15px;
    margin: 10px 5px;
    width: 400px;
    margin: 11px 0 0 0;
    background-color:rgb(36, 60, 116);
    box-shadow: 0 0 20px rgb(36, 60, 116);
}
.serviceOptions a{
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 8px;
    display: inline-block;
    /* textEdit */
    color: white;
    font-weight: 200;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.serviceOptions a:hover{
    font-weight: 700;
    color: rgb(36, 60, 116);
    background-color: rgb(255, 194, 81);
}
.serviceDropdown:hover .serviceOptions{
    display: block;
}
.contactUs{
    display: block;
    width: 200px;
    height: 80px;
    border: none;
    padding: auto;
    margin: auto;
    background-color: white;
    /* textEdit */
    font-weight: 200;
    font-size: 25px;
    text-decoration: none;
    color: rgb(36, 60, 116);
    font-family: "Montserrat", sans-serif;
}
.contactUs:hover{
    font-weight: 700;
    color: rgb(36, 60, 116);
    background-color: rgb(255, 194, 81);
}
/* HAMBURGER */
#navbar.show-navbar {
    display: block;
}
.hamburgerButton {
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: none; 
    flex-direction: column;
    justify-content: space-between;
}
.bar{
    width: 20px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2px;
    background-color: white;
}
.pad{
    width: 100vw;
    height: 400px;
    margin-top: 180px;
    object-fit: cover;
}
.padding h1{ 
    margin: -20vh 0 14vh 0;
    font-weight: 200;
    font-size: 80px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "lobster two", sans-serif;
}
/* CAROUSEL */
.carousel{
    width: 100vw;
    height: fit-content;
}
.carouselGallery{ 
    scroll-behavior: smooth;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    height: 700px;
    padding: 20px;
    margin-top: -20px;
    background-color: rgba(36, 60, 116, 0.2);
}
.carouselGallery>img{
    cursor: pointer;
    width: 70%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.introText{
    position: absolute;
    top: 800px;
    left: 5vw;
    width: 20%;
    padding: 10px;
}
.introText>h1{
    font-family: "Cinzel Decorative", 'sans-serif';
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 5px;
    color: rgb(255, 194, 81);
    width: fit-content;
}
.introText>p{
    font-family: "Lobster two", 'anton';
    font-weight: 200;
    text-align: left;
    font-size: 50px;
    color:rgb(255, 194, 81);
}
/* OVERVIEW */
.overview{
    width: 100vw;
    height: fit-content;
    padding: 4rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    background-color: rgb(255, 255, 255);
}
.overviewDiv{ 
    height: 24rem;
    width: 24rem;
    padding: 2rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    /* text edit */
    color: rgb(36, 60, 116);
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    text-align: center;
}
.overviewDiv:hover{
    background-color: rgb(36, 60, 116);
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    transform: scale(1.1);
}
.overviewDiv>img{
    width: 30%;
    height: 30%;
    object-fit: cover;
    display: block;
    margin: 40px auto;
}
.overviewDiv>h1{
    color: rgb(255, 194, 81);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
}
/* WHO WE ARE */
.whoWeAre{
    margin: 20px auto;
    padding: 5rem;
    width: 100vw;
    height: fit-content;
}
.whoWeAre h2{
    font-family: "Anton", sans-serif;
    font-size: 3rem;
    color: rgb(36, 60, 116);
    text-align: center;
    margin: -5vh 0 2vh 0;
}
.whoweareGallery{ 
    width: fit-content;
    height: fit-content;
    padding: 2rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px 0 rgb(36, 60, 116);
}
.whoweareGalleryOne{
    width: 45%;
    height: 40vh;
}
.whoweareGalleryOne img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whoweareGalleryTwo{
    width: 50%;
    height: fit-content;
    padding: 3rem;
}
.wwagTwoOne h2{
    text-align: center;
    font-family: "Anton", sans-serif;
    font-size: 2rem;
    margin-top: 0.5rem;
    color: rgb(36, 60, 116);
}
.bold{
    color: rgb(255, 194, 81)
}
.wwagTwoOne p{
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    color: rgb(36, 60, 116);
    margin-bottom: 0;
}
/* WHAT WE DO*/
.padText{
    font-family: "Anton", sans-serif;
    font-size: 3rem;
    color: rgb(36, 60, 116);
    text-align: center;
    margin: -2vh 0 2vh 0;
}
.whatWeDo{
    height: fit-content;
    width: 100vw;
    padding: 4rem;
    background-image: url(images/solar\ panel.jpg);
    background-position: 40%;
}
.whatwedoGallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0rem;
    gap: 4rem;
    width: 100%;
    height: fit-content;
}
.whatwedoGalDiv{
    height: 25rem;
    width: 25rem;
    padding: 2rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    /* text edit */
    color: rgb(36, 60, 116);
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    text-align: center;
}
.whatwedoGalDiv:hover{
    color: white;
    background-color: rgb(36, 60, 116);
    box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    transform: scale(1.1);
}
.whatwedoGalDiv h1{
    color: rgb(255, 194, 81);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
}
.whatwedoGalDiv img{
    width: 30%;
    height: 30%;
    object-fit: cover;
    margin: 40px auto;
    display: block;
}
/* EXECTUED PROJECTS */
.executedProjects h2{
    font-family: "Anton", sans-serif;
    font-size: 3rem;
    color: rgb(36, 60, 116);
    text-align: center;
    margin: auto;
}
.executedProjects{
    width: 100vw;
    height: fit-content;
    padding: 4rem;
    margin: auto;
    margin-bottom: 5vh;
    background-color: rgb(255, 255, 255);
}
.executedProjectsGallery{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    gap: 4rem;
    padding: 3rem;
    width: 100%;
    height: fit-content;
}
.epGalleryDiv{
    height: 24rem;
    width: 23rem;
    padding: 2rem;
    /* text edit */
    color: rgb(36, 60, 116);
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    text-align: center;
}
.epGalleryDiv video{
    width: 100%;
    height: 10rem;
    object-fit: cover;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 2rem;
}
/* FOOTER */
footer{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: fit-content;
    width: 100vw;
    padding: 1.5rem;
    background-color: rgb(36, 60, 116);
    box-shadow: 0 0 30px rgb(36, 60, 116);
}
.footerOne{
    width: 20%;
    padding: 1rem;
    height: fit-content;
    margin: auto;
}
.footerOneDiv{
    width: 100%;
    height: fit-con tent;
    padding: 1px;
}
.contactText {
    display: inline-block;
    width: 60%;
    height: fit-content;
    color: white;
    font-family: Montserrat;
    font-size: 0.7rem;
}
.contactImages{
    display: inline-block;
    width: fit-content;
    height: fit-content;
}
.contactImages img{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}
.socials{
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    padding: 0.5rem;
}
.socialsDiv{
    margin: auto;
    margin-right: 20px;
    width: 2rem;
    height: 2rem;
}
.socialsDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.socialsDiv img:hover{
    transform: translateY(10px);
}
.footerTwo{
    width: 40%;
    padding: 1rem;
    height: fit-content;
    margin: auto;
}
.footerTwoDiv {
    width: 100%;
    height: fit-content;
    /* text edit */
    font-family: Montserrat;
    text-align: justify;
    text-indent: 15px;
    font-size: 0.7rem;
    color: white;
}
.f-title {
    font-size: 0.9rem;
    font-family: "Cinzel Decorative";
    color: rgb(255, 194, 81);
    margin-bottom: 0.5rem;
    text-align: center;
}
.footerThree{
    margin: auto;
    width: 17%;
    height: fit-content;
    padding: 0.5rem;
}
.footerThreeDiv{
    margin: auto;
    height: fit-content;
    width: fit-content;
}
footer li>a{
    text-decoration: none;
    font-family: Montserrat;
    font-size: 0.7rem;
    color: white;
}
footer li>a:hover{
    color: rgb(255, 194, 81);
}
footer li{
    list-style-type:square;
    color: white;
    font-family: Montserrat;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}
.footerFour{
    margin: auto;
    width: 17%;
    height: fit-content;
}
.footerFourDiv{
    margin: auto;
    height: fit-content;
    width: fit-content;
}
/* MEDIA QUERY */
/*319px - 480px - MOBILE DEVICES*/
@media (min-width: 319px) and (max-width: 480px) {
    .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.5rem;
        display: block;
        padding: 10px 20px;
        width: fit-content;
        height: fit-content;
        background-color: rgb(36, 60, 116);
        color: rgb(255, 255, 255);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    footer .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.5rem;
        display: block;
        padding: 10px 20px;
        width: fit-content;
        height: fit-content;
        background-color:rgb(255, 255, 255);
        color: rgb(36, 60, 116);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    .button:hover{
        background-color: rgb(255, 194, 81);
        color: rgb(36, 60, 116);
        font-weight: 700;
    }
    .pad{
        width: 100vw;
        height: 30vh;
        margin-top: 5vh;
    }
    .padding h1{
        margin: -15vh 0 10vh 0;
        font-weight: 200;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-family: "lobster two", sans-serif;
    }
    /* CAROUSEL */
    .carousel{
        width: 100vw;
        height: fit-content;
    }
    .carouselGallery{
        scroll-behavior: smooth;
        overflow: auto;
        white-space: nowrap;
        width: 100vw;
        height: 40vh;
        padding: 0.5rem;
        margin-top: 3.7rem;
        background-color: rgba(36, 60, 116, 0.2);
    }
    .carouselGallery>img{
        cursor: pointer;
        width: 70%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }
    .introText{
        position: absolute;
        top: 50vh;
        left: 5vw;
        width: 40%;
        padding: 10px;
    }
    .introText>h1{
        font-family: "Cinzel Decorative", 'sans-serif';
        font-weight: 900;
        font-size: 1rem;
        letter-spacing: 5px;
        color: rgb(255, 194, 81);
        width: fit-content;
    }
    .introText>p{
        font-family: "Lobster two", 'anton';
        font-weight: 200;
        text-align: left;
        font-size: 0.8rem;
        color:rgb(255, 194, 81);
    }
    /* OVERVIEW */
    .overview{
        width: 100vw;
        height: fit-content;
        padding: 2rem;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        background-color: rgb(255, 255, 255);
    }
    .overviewDiv{ 
        height: 14rem;
        width: 14rem;
        padding: 1.5rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.7rem;
        text-align: center;
    }
    .overviewDiv:hover{
        background-color: rgb(255, 255, 255);
        color: rgb(36, 60, 116);
        transform: none;
    }
    .overviewDiv>img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        display: block;
        margin: 20px auto;
    }
    .overviewDiv>h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1rem;
        text-align: center;
    }
    /* WHO WE ARE */
    .whoWeAre{
        margin: 20px auto;
        padding: 2rem;
        width: 100vw;
        height: fit-content;
    }
    .whoWeAre h2{
        font-family: "Anton", sans-serif;
        font-size: 1.5rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -5vh 0 2vh 0;
    }
    .whoweareGallery{ 
        width: fit-content;
        height: fit-content;
        padding: 1.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    }
    .whoweareGalleryOne{
        width: 100%;
        height: 20vh;
    }
    .whoweareGalleryOne img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .whoweareGalleryTwo{
        width: 100%;
        height: fit-content;
        padding: 1.5rem;
    }
    .wwagTwoOne h2{
        text-align: center;
        font-family: "Anton", sans-serif;
        font-size: 1rem;
        color: rgb(36, 60, 116);
    }
    .bold{
        color: rgb(255, 194, 81)
    }
    .wwagTwoOne p{
        text-align: justify;
        font-family: "Montserrat", sans-serif;
        font-size: 0.7rem;
        color: rgb(36, 60, 116);
        margin-bottom: 3rem;
    }
    /* WHAT WE DO*/
    .padText{
        font-family: "Anton", sans-serif;
        font-size: 1.5rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -2vh 0 2vh 0;
    }
    .whatWeDo{
        height: fit-content;
        width: 100vw;
        padding: 1rem;
        background-image: url(images/solar\ panel.jpg);
        background-position: 40%;
    }
    .whatwedoGallery{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 1.5rem;
        gap: 2rem;
        width: 100%;
        height: fit-content;
    }
    .whatwedoGalDiv{
        height: 15rem;
        width: 15rem;
        padding: 1.5rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.7rem;
        text-align: center;
    }
    .whatwedoGalDiv:hover{
        color: rgb(36, 60, 116);
        background-color:white;
        transform: none;
    }
    .whatwedoGalDiv h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1rem;
        text-align: center;
    }
    .whatwedoGalDiv img{
        width: 40%;
        height: 40%;
        object-fit: cover;
        padding: 0.5rem;
        margin: 10px auto;
        display: block;
    }
    /* EXECTUED PROJECTS */
    .executedProjects h2{
        font-family: "Anton", sans-serif;
        font-size: 1.5rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: auto;
    }
    .executedProjects{
        width: 100vw;
        height: fit-content;
        padding: 1.5rem;
        margin: auto;
        margin-bottom: 5vh;
        background-color: rgb(255, 255, 255);
    }
    .executedProjectsGallery{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        gap: 2rem;
        padding: 1rem;
        width: 100%;
        height: fit-content;
    }
    .epGalleryDiv{
        height: 18rem;
        width: 18rem;
        padding: 1.5rem;
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.7rem;
        text-align: center;
    }
    .epGalleryDiv video{
        width: 100%;
        height: 9rem;
        object-fit: cover;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }
}
/* 481PX - 1200PX - IPADS & TABETS */
@media (min-width: 481px) and (max-width: 1200px) {
    .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.7rem;
        display: block;
        padding: 10px;
        width: fit-content;
        height: fit-content;
        background-color: rgb(36, 60, 116);
        color: rgb(255, 255, 255);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    footer .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.7rem;
        display: block;
        padding: 10px;
        width: fit-content;
        height: fit-content;
        background-color: rgb(255, 255, 255);
        color: rgb(36, 60, 116);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    .button:hover{
        background-color: rgb(255, 194, 81);
        color: rgb(36, 60, 116);
        font-weight: 700;
    }
    .pad{
        width: 100vw;
        height: 30vh;
        margin-top: 5vh;
    }
    .padding h1{
        margin: -15vh 0 8vh 0;
        font-weight: 200;
        font-size: 4rem;
        text-align: center;
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-family: "lobster two", sans-serif;
    }
    /* CAROUSEL */
    .carousel{
        width: 100vw;
        height: fit-content;
    }
    .carouselGallery{ 
        scroll-behavior: smooth;
        overflow: auto;
        white-space: nowrap;
        width: 100vw;
        height: 30vh;
        padding: 1rem;
        margin-top: 3rem;
        background-color: rgba(36, 60, 116, 0.2);
    }
    .carouselGallery>img{
        cursor: pointer;
        width: 70%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }
    .introText{
        position: absolute;
        top: 45vh;
        left: 5vw;
        width: 35%;
        padding: 10px;
    }
    .introText>h1{
        font-family: "Cinzel Decorative", 'sans-serif';
        font-weight: 900;
        font-size: 2.5rem;
        letter-spacing: 5px;
        color: rgb(255, 194, 81);
        width: fit-content;
    }
    .introText>p{
        font-family: "Lobster two", 'anton';
        font-weight: 200;
        text-align: left;
        font-size: 1.5rem;
        color:rgb(255, 194, 81);
    }
    /* OVERVIEW */
    .overview{
        width: 100vw;
        height: fit-content;
        padding: 3rem;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        background-color: rgb(255, 255, 255);
    }
    .overviewDiv{ 
        height: 18rem;
        width: 18rem;
        padding: 1.5rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 1rem;
        text-align: center;
    }
    .overviewDiv:hover{
        background-color: rgb(255, 255, 255);
        color: rgb(36, 60, 116);
        transform: none;
    }
    .overviewDiv>img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        display: block;
        margin: 20px auto;
    }
    .overviewDiv>h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1.5rem;
        text-align: center;
    }
    /* WHO WE ARE */
    .whoWeAre{
        margin: 20px auto;
        padding: 2.5rem;
        width: 100vw;
        height: fit-content;
    }
    .whoWeAre h2{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -5vh 0 2vh 0;
    }
    .whoweareGallery{ 
        width: fit-content;
        height: fit-content;
        padding: 2.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    }
    .whoweareGalleryOne{
        width: 100%;
        height: 30vh;
    }
    .whoweareGalleryOne img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .whoweareGalleryTwo{
        width: 100%;
        height: fit-content;
        padding: 2rem;
    }
    .wwagTwoOne h2{
        text-align: center;
        font-family: "Anton", sans-serif;
        font-size: 1.8rem;
        margin-top: 0.5rem;
        color: rgb(36, 60, 116);
    }
    .bold{
        color: rgb(255, 194, 81)
    }
    .wwagTwoOne p{
        text-align: justify;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        color: rgb(36, 60, 116);
        margin-bottom: 3rem;
    }
    /* WHAT WE DO*/
    .padText{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -2vh 0 2vh 0;
    }
    .whatWeDo{
        height: fit-content;
        width: 100vw;
        padding: 2rem;
        background-image: url(images/solar\ panel.jpg);
        background-position: 40%;
    }
    .whatwedoGallery{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 0rem;
        gap: 3rem;
        width: 100%;
        height: fit-content;
    }
    .whatwedoGalDiv{
        height: 20rem;
        width: 20rem;
        padding: 2rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 1rem;
        text-align: center;
    }
    .whatwedoGalDiv:hover{
        color: rgb(36, 60, 116);
        background-color:white;
        transform: none;
    }
    .whatwedoGalDiv h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1.5rem;
        text-align: center;
    }
    .whatwedoGalDiv img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        margin: 20px auto;
        display: block;
    }
    /* EXECTUED PROJECTS */
    .executedProjects h2{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: auto;
    }
    .executedProjects{
        width: 100vw;
        height: fit-content;
        padding: 2rem;
        margin: auto;
        margin-bottom: 5vh;
        background-color: rgb(255, 255, 255);
    }
    .executedProjectsGallery{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
        gap: 2rem;
        padding: 1rem;
        width: 100%;
        height: fit-content;
    }
    .epGalleryDiv{
        height: 20rem;
        width: 20rem;
        padding: 2rem;
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 1rem;
        text-align: center;
    }
    .epGalleryDiv video{
        width: 100%;
        height: 10rem;
        object-fit: cover;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }
}
/* 1201PX - 1600PX - LAPTOPS */
@media (min-width: 1201px) and (max-width: 1600px) {
    .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.8rem;
        display: block;
        padding: 10px;
        width: fit-content;
        height: fit-content;
        background-color: rgb(36, 60, 116);
        color: rgb(255, 255, 255);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    footer .button{
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.8rem;
        display: block;
        padding: 10px;
        width: fit-content;
        height: fit-content;
        background-color: rgb(255, 255, 255);
        color:  rgb(36, 60, 116);
        border: none;
        cursor: pointer;
        margin: 10px auto;
    }
    .button:hover{
        background-color: rgb(255, 194, 81);
        color: rgb(36, 60, 116);
        font-weight: 700;
    }
    .pad{
        width: 100vw;
        height: 30vh;
        margin-top: 10vh;
    }
    .padding h1{ 
        margin: -15vh 0 6vh 0;
        font-weight: 200;
        font-size: 3.5rem;
        text-align: center;
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-family: "lobster two", sans-serif;
    }
    /* CAROUSEL */
    .carousel{
        width: 100vw;
        height: fit-content;
    }
    .carouselGallery{ 
        scroll-behavior: smooth;
        overflow: auto;
        white-space: nowrap;
        width: 100vw;
        height: 45vh;
        padding: 0.8rem;
        margin-top: 3.8rem;
        background-color: rgba(36, 60, 116, 0.2);
    }
    .carouselGallery>img{
        cursor: pointer;
        width: 60%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }
    .introText{
        position: absolute;
        top: 54vh;
        left: 5vw;
        width: 20%;
        padding: 10px;
    }
    .introText>h1{
        font-family: "Cinzel Decorative", 'sans-serif';
        font-weight: 900;
        font-size: 2.5rem;
        letter-spacing: 5px;
        color: rgb(255, 194, 81);
        width: fit-content;
    }
    .introText>p{
        font-family: "Lobster two", 'anton';
        font-weight: 200;
        text-align: left;
        font-size: 1.5rem;
        color:rgb(255, 194, 81);
    }
    /* OVERVIEW */
    .overview{
        width: 100vw;
        height: fit-content;
        padding: 3rem;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        background-color: rgb(255, 255, 255);
    }
    .overviewDiv{ 
        height: 15rem;
        width: 15rem;
        padding: 1.5rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.8rem;
        text-align: center;
    }
    .overviewDiv:hover{
        background-color: rgb(36, 60, 116);
        color: rgb(255, 255, 255);
        font-family: "Montserrat", sans-serif;
        transform: scale(1.1);
    }
    .overviewDiv>img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        display: block;
        margin: 25px auto;
    }
    .overviewDiv>h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1rem;
        text-align: center;
    }
    /* WHO WE ARE */
    .whoWeAre{
        margin: 20px auto;
        padding: 4rem;
        width: 100vw;
        height: fit-content;
    }
    .whoWeAre h2{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -5vh 0 2vh 0;
    }
    .whoweareGallery{ 
        width: fit-content;
        height: fit-content;
        padding: 2rem;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
    }
    .whoweareGalleryOne{
        width: 45%;
        height: 40vh;
    }
    .whoweareGalleryOne img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .whoweareGalleryTwo{
        width: 50%;
        height: fit-content;
        padding: 1rem;
    }
    .wwagTwoOne h2{
        text-align: center;
        font-family: "Anton", sans-serif;
        font-size: 1.5rem;
        margin-top: 0.5rem;
        color: rgb(36, 60, 116);
    }
    .bold{
        color: rgb(255, 194, 81)
    }
    .wwagTwoOne p{
        text-align: justify;
        font-family: "Montserrat", sans-serif;
        font-size: 0.8rem;
        color: rgb(36, 60, 116);
        margin-bottom: 0;
    }
    /* WHAT WE DO*/
    .padText{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: -7vh 0 2vh 0;
    }
    .whatWeDo{
        height: fit-content;
        width: 100vw;
        padding: 4rem;
        background-image: url(images/solar\ panel.jpg);
        background-position: 40%;
    }
    .whatwedoGallery{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 0rem;
        gap: 3rem;
        width: 100%;
        height: fit-content;
    }
    .whatwedoGalDiv{
        height: 15rem;
        width: 15rem;
        padding: 1.5rem;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.8rem;
        text-align: center;
    }
    .whatwedoGalDiv:hover{
        color: white;
        background-color: rgb(36, 60, 116);
        box-shadow: 0 0 20px 0 rgb(36, 60, 116);
        transform: scale(1.1);
    }
    .whatwedoGalDiv h1{
        color: rgb(255, 194, 81);
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 1rem;
        text-align: center;
    }
    .whatwedoGalDiv img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        margin: 20px auto;
        display: block;
    }
    /* EXECTUED PROJECTS */
    .executedProjects h2{
        font-family: "Anton", sans-serif;
        font-size: 2rem;
        color: rgb(36, 60, 116);
        text-align: center;
        margin: auto;
    }
    .executedProjects{
        width: 98vw;
        height: fit-content;
        padding: 1.5rem;
        margin: auto;
        margin-bottom: 5vh;
        background-color: rgb(255, 255, 255);
    }
    .executedProjectsGallery{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
        gap: 3rem;
        padding: 1rem;
        width: 100%;
        height: fit-content;
    }
    .epGalleryDiv{
        height: 16rem;
        width: 16rem;
        padding: 1rem;
        /* text edit */
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-size: 0.8rem;
        text-align: center;
    }
    .epGalleryDiv video{
        width: 100%;
        height: 8rem;
        object-fit: cover;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }
}
/* NAVBAR  */
@media (min-width: 482px) and (max-width: 1600px ) { 
        /* NAVIGATION BAR */
    header{
        z-index: 50;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 10%;
        background-color: rgb(36, 60, 116);
        box-shadow: 0 0 30px rgb(36, 60, 116);
    }
    .logo{
        width: 5rem;
        height: 5rem;
        object-fit: cover;
        background-color: white;
        border-radius: 50%;
        margin-right: 40px;
    }
    .navLinks li{
        list-style: none;
        display: inline-block;
    }
    .navLinks li>a{
        padding: 10px;
        margin-right: 15px;
        /* textEdit */
        color: white;
        font-weight: 50;
        font-size: 0.7rem;
        font-family: "Montserrat", sans-serif;
    }
    .navLinks li>a:hover{
        color: rgb(36, 60, 116);
        font-weight: 700;
        background-color: rgb(255, 194, 81);
    }
    /* DROPDOWN */
    .serviceDropdown{
        display: inline-block;
        position: relative;
    }
    .serviceOptions{
        display: none;
        position: absolute;
        overflow: auto;
        padding: 15px;
        margin: 10px 5px;
        width: 250px;
        margin: 11px 0 0 -50px;
        background-color:rgb(36, 60, 116);
        box-shadow: 0 0 20px rgb(36, 60, 116);
    }
    .serviceOptions a{
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 8px;
        display: inline-block;
        /* textEdit */
        color: white;
        font-weight: 200;
        font-size: 0.7rem;
        font-family: "Montserrat", sans-serif;
    }
    .serviceOptions a:hover{
        font-weight: 700;
        color: rgb(36, 60, 116);
        background-color: rgb(255, 194, 81);
    }
    .serviceDropdown:hover .serviceOptions{
        display: block;
    }
    .contactUs{
        display: block;
        width: fit-content;
        height: fit-content;
        border: none;
        padding: 1rem 1.5rem;
        margin: auto;
        background-color: white;
        /* textEdit */
        font-weight: 200;
        font-size: 0.8rem;
        text-decoration: none;
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
    }
    .contactUs:hover{
        font-weight: 700;
        color: rgb(36, 60, 116);
        background-color: rgb(255, 194, 81);
    }
}
/* HAMBURGER TOGGLE */
@media (max-width: 750px) {
    /* HAMBURGER */
    .hamburgerMenu {
        z-index: 50;
        display: block; 
        top: 0;
        left: 0;
        position: fixed;
        padding: 20px;
        height: 60px;
        width: 100vw;
        background-color: rgb(36, 60, 116);
        box-shadow: 0 0 10px rgb(36, 60, 116);
    }
    .hamburgerMenu.active + header {
        display: none;
    }
    .bar {
        margin-bottom: 5px;
        width: 20px;
        height: 4px;
        background-color: rgb(129, 152, 207);
        border-radius: 2px;
    }
    /* NAVBAR */
    header{
        display: none;
        width: 100vw;
        height: fit-content;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 50px;
        left: 0;
        padding: 20px;
    }
    .logo{ 
        width: 5rem;
        height: 5rem;
        object-fit: cover;
        background-color: white;
        border-radius: 50%;
        margin: auto;
    }
    nav{ 
        margin: auto;
        margin-top: 5px;
        display: block;
    }
    .navLinks li{
        list-style: none;
        display: block;
    }
    .navLinks li a{
        padding: 10px;
        margin-right: 25px;
        /* textEdit */
        color: white;
        font-weight: 50;
        font-size: 1rem;
        font-family: "Montserrat", sans-serif;
        width: 100%;
        display: block;
    }
    .navLinks li>a:active{
        color: rgb(36, 60, 116);
        font-weight: 700;
        background-color: rgb(255, 194, 81);
    }
    /* DROPDOWN */
    .serviceDropdown{
        display: block;
        position: relative;
    }
    .serviceOptions{
        width: 250px;
        margin: 0px 0 0 -30px;
        display: none;
        position: absolute;
        overflow: auto;
        padding: 5px;
        background-color:rgb(36, 60, 116);
        box-shadow: 0 0 20px rgb(36, 60, 116);
    }
    .serviceOptions a{
        width: 100%;
        padding: 10px;
        margin-bottom: 5px;
        display: inline-block;
        /* textEdit */
        color: white;
        font-weight: 200;
        font-size: 0.8rem;
        font-family: "Montserrat", sans-serif;
    }
    .serviceOptions a:active{
        font-weight: 700;
        color: rgb(36, 60, 116);
        background-color: rgb(255, 194, 81);
    }
    .contactUs{
        display: block;
        width: 8rem;
        height: 2.5rem;
        border: none;
        padding: auto;
        margin: auto;
        background-color: white;
        /* textEdit */
        font-weight: 200;
        font-size: 1rem;
        text-decoration: none;
        color: rgb(36, 60, 116);
        font-family: "Montserrat", sans-serif;
    }
    .contactUs:active{
        font-weight: 700;
        color: rgb(36, 60, 116);
        background-color: rgb(255, 194, 81);
    }
}
/* 760PX - FOOTER COLUMN */
@media (max-width: 760px) { 
        /* FOOTER */
    footer{
        padding: 0.5rem;
    }
    .footerOne{
        width: 50%;
        padding: 0rem;
    }
    .contactText {
        display: inline-block;
        width: 80%;
    }
    .contactImages img{
        width: 1rem;
        height: 1rem;
    }
    .socials{
        width: fit-content;
        padding: 0.5rem;
    }
    .socialsDiv{
        margin-right: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .socialsDiv img:hover{
        transform: none;
    }
    .footerTwo{
        width: 45%;
        padding: 0;
    }
    .footerThree{
        margin: auto;
        width: 45%;
        padding: 0;
    }
    .footerFour{
        margin-top: 0.5rem;
        width: 45%;
    }
}