.banner{
    background-color: lightgoldenrodyellow;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 15px;
}
.banner--content{
    text-align: center;
    font-size: 1em;
}
.button:hover {
    background-color: green;
}
.intro-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background: lightgoldenrodyellow url(Front1.jpg) repeat center center;
    opacity: 90%;
    border-radius: 15px;
    border-bottom: 2px solid black;
}
.intro-container-text{
    color: white;
    font-size: 30px;
    padding-top: 10px;
    text-shadow: 5px 5px black;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gallery-intro-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgoldenrodyellow;
    height: 300px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url(Side1.jpg);
    background-position: left, right;
    background-repeat: repeat, repeat;
    opacity: 90%;
    border-radius: 15px;
    border-bottom: 2px solid black;
}
.gallery-intro-container-text{
    color: white;
    font-size: 30px;
    padding-top: 10px;
    text-shadow: 5px 5px black;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.header-text{
    text-align: center;
    font-size: 2em;
}
.gallery-header-text{
    text-align: center;
    font-size: 2em;
}
.first-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgoldenrodyellow;
    height: 300px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.first-container-text{
    font-size: 2em;
    text-align: center;
}
.second-container{
    display: flex;
    justify-content: center;
}
.second-container-gallery-text{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
}
.third-container{
    display:flex;
    justify-content: center;
}
.third-container-text{
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.fourth-containter{
    display: flex;
    justify-content: center;
    font-size: 2em;
}
.fourth-container-text{
    text-align: center;
    font-size: 2em;
}
.gallery-button-redirect{
    display: flex;
    justify-content: center;
}
.services-button-redirect{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}
.gallery-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 50px;
    border-radius: 2px;
    border: 2px solid black;
    padding-bottom: 20px;
    font-size: 3em;
}

.third-container-gallery{
    display: flex;
    justify-content: center;
}
.gallery-holder{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.residential-light-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px;
}
.residential-underground-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}
.commercial-underground-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px;
}
.resi-gallery-light-container{
    display: flex;
    justify-content: center;
}
.resi-gallery-light-container-text{
    font-size: 24px;
    font-weight: 400;
}
.showcase-two{
    display: flex;
    margin: 10px;
    height: 400px;
    width: 300px;
}
.showcase-three{
    display: flex;
    margin: 10px;
    height: 400px;
    width: 300px;
}
.showcase-four{
    display: flex;
    margin: 10px;
    height: 400px;
    width: 300px;
}
.showcase-five{
    display: flex;
    margin: 10px;
    height: 400px;
    width: 300px;
}
.resi-gallery-underground-container{
    display: flex;
    justify-content: center;
}
.resi-gallery-underground-container-text{
    font-size: 24px;
    font-weight: 400;
}
.comm-gallery-underground-container{
    display: flex;
    justify-content: center;
}
.comm-gallery-underground-container-text{
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
}
.carousel{
    position: relative;
}
.carousel-item{
    height: 300px;
    background: gray;
    padding: 1em;
    font-weight: bold;
    font-size: 2em;
    color: #ffffff;
    display: none;
}
.carousel-item-selected{
    display: block;
}
.carousel-nav{
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.carousel-button{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 5px;
}
.carousel-button-selected{
    background: rgba(255, 255, 255, 0.5);
}
