* {
    font-family: roboto condensed;

}

body {
    background-color: var(--bs-primary);
}

.modal-content {
    /* background-image: linear-gradient(to bottom right, rgba(38, 90, 168, 0.8), rgb(31, 26, 105)); */
    background-image: linear-gradient(to bottom, #ffffff00 60%, rgb(3, 7, 15) 80%), url(./Images/newLenseFlare.png);
    border: 4px solid rgb(97, 137, 196);
}


#textFields {
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
}

.inputs {
    /* border: 1px solid red; */
    width: 70%;
    padding-bottom: 30px;
}

form input {
    width: 100%;
    height: 20%;
    padding-left: 1em;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

.subscribeBtn {
    width: 50%;
}

.btn-close {
    opacity: 1;
}



/*
.navbar {
    background-color: ;
} */

/* #unleashImgs {
    height: 50rem;
    display: flex;
    justify-content: space-around;

} */
/* #notToMention {
    .container-fluid {
        min-width: 100%;
    }
}

#iconsContainer {
    background-color: rgb(20, 20, 99);
    color: white;
} */
.nav-item {
    list-style: none !important;
}

.navQuote {
    font-size: 1.5rem;
}

#whoWeAreBtn:hover {

    color: white;

}


.navLink {
    font-size: 1.7rem;
}

/* .iconsText {
    font-size: 4vh;
} */

.teH2 {
    border-bottom: solid rgb(19, 134, 201) 4px;
    border-left: solid rgb(19, 134, 201) 4px;
    border-right: solid rgb(12, 25, 59) 4px;
    border-top: solid rgb(12, 25, 59) 4px;
    letter-spacing: 8px;
    /* font-size: 4vh; */
    font-size: 4rem;
    margin-bottom: 5rem;

}

.firstOfAll {
    background-image: linear-gradient(to right, #0a18240c 60%, aliceblue 108%), url(./Images/polygonGradientLarge.png);
    background-size: cover;
    /* padding: 12rem 0 !important; */
    /* height: 70rem; */

    /* height: 45rem;
    padding-top: 17rem;
    padding-bottom: 17rem; */
    /* display: inline-flex;
    justify-content: space-around; */
}

.firstOfAllContent {
    /* margin-top: 10rem; */
}

.ourClients {
    height: 15rem;
    flex-direction: column;
}

.dignityImg {
    height: 50px;
    width: auto;
}

.henryImg {
    height: 100px;
    width: auto;
}

.rotaryImg {
    height: 100px;
    width: auto;
}

#experience {
    font-weight: 350;
    color: black;
}

.testimonial {
    color: black;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: -7px 8px 13px 0 rgba(0, 0, 0, 0.37);
    font-weight: 350;
}

#contactUs {
    /* height: 5rem; */
    /* margin-top: 55rem; */
    /* margin-left: 30rem; */
    /* margin-right: 80rem; */
    /* width: 16rem; */
    /* height: 5rem; */
    font-family: roboto condensed;
    /* font-size: 2rem; */
    background-color: rgb(38, 110, 158);
    color: rgb(161, 191, 209);
    border: solid #75ade2 3px;
    font-weight: 400;
    /* background: linear-gradient(to top right, #136c96, #3e2183); */


}

#contactUs:hover {
    border: solid white 5px;
    color: white;
}


#overviewButton {
    font-family: roboto condensed;
    font-size: 2rem;
    background-color: rgb(38, 110, 158);
    color: rgb(161, 191, 209);
    border: solid #639dd3 3px;

    font-weight: 600;
    /* background: linear-gradient(to top right, #136c96, #3e2183); */

}

#overviewButton:hover {
    color: white;
    border: solid white 5px;

}

#notToMention {
    background-image: linear-gradient(to right, #0a18240c -9%, aliceblue 100%), url(./Images/polygonGradientLarge.png);
    background-size: cover;
    background-repeat: no-repeat;

}


.unleash {
    font-weight: 350;
    color: black;

}

.unleashImgs img {
    box-shadow: -10px 10px 7px rgba(0, 0, 0, 0.4);
}


.paddingX {
    padding: 0 15%;
}

a.nav-link:hover {
    color: var(--bs-danger) !important;
}

#contactBtn:hover {
    color: white !important;
}

.unleashH1 {

    /* font-size: 3.2rem; */
    margin-top: 10rem;
    color: black;
    -webkit-background-clip: text;
    /* font-size: 5rem; */
    font-weight: 500;
    letter-spacing: .5rem;
    font-family: roboto condensed;
    /* border-bottom: solid rgb(27, 32, 59) 5px;
    border-left: solid rgb(27, 32, 59) 4px;
    border-right: solid aliceblue 4px;
    border-top: solid aliceblue 0px; */
    /* text-shadow: -3px 6px 4px #636363; */


}

.carouselImg {
    height: 300px;
}

.carouselImg-install {
    height: 300px;
    width: 75px;
}

.ourServices {
    background-image: linear-gradient(to bottom, #ffffff00 -25%, rgb(3, 7, 15) 18%), url(./Images/newLenseFlare.png);

}

.ourServicesH2 {
    font-size: 3rem;
    font-weight: 350;
}

.ourServicesContainer {
    border: solid rgb(23, 45, 92) 2px;
    border-radius: 20px;
}

.servicesCard {
    background-color: rgb(3, 7, 15);
}

.designCard {
    border: solid rgb(23, 45, 92) 2px;
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #ffffff00 -200%, rgb(3, 7, 15) 80%), url(./Images/newLenseFlare.png);
}

li {
    list-style: circle;
}

.transport {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.transportH1 {
    font-size: 3rem;
    font-weight: 350;

}

.transportH2 {
    font-weight: 350;
}

.eventsDiv {
    /* background-color: aliceblue; */
    /* background-color: rgb(23, 45, 92); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgb(12, 25, 59));
}

.eventsImgs {}

.eventsImgs img {
    box-shadow: -10px 10px 7px rgba(0, 0, 0, 0.4);
    cursor: pointer !important;
}

.eventsH1 {
    font-size: 5rem;
    font-weight: 400;
    /* text-shadow: -3px 6px 4px #636363; */
}

.submitBtn {
    font-family: roboto condensed;
    font-size: 1.5rem;
    color: rgb(224, 230, 235);
    border: solid #136c96 3px;
    font-weight: 600;
}

.getInTouch {
    background-color: rgba(177, 210, 223, 0.5);
}

.footer {
    height: 10rem;
}

.logoImg {
    height: 6rem;
}



/* #lightingImg {
    padding-left: 3rem;

}

#lightingImg img {
    border-radius: 10px;

} */
/*
.row {
    border: solid red 1px;
}

.col-5 {
    border: solid red 1px;
} */

@media (min-width: 1400px) {
    /* .icons {
        max-height: 20px !important;
    } */

    .iconsText {
        font-size: 4vh;
    }

    .iconImg {
        height: 10%;
        width: 15%;
    }

}

@media (max-width: 1400px) {
    /* .icons {
        max-height: 20px !important;
    } */

    .iconImg {
        height: 10%;
        width: 15%;
    }

}



@media (max-width: 1200px) {
    .iconsText {
        font-size: 4vh;
    }
}

@media (max-width: 992px) {
    #contactUs {
        width: 8rem;
        height: 3rem;
        font-size: 1rem;

    }



    .firstOfAll {
        background-image: linear-gradient(to bottom, #0a18240c 60%, aliceblue 108%), url(./Images/polygonGradientLarge.png) !important;

    }

    #notToMention {
        background-image: linear-gradient(to top, #0a18240c 60%, aliceblue 110%), url(./Images/polygonGradientLarge.png) !important;

    }

    .unleash {
        color: rgb(177, 186, 194);
    }

    .navbar {}

    .navbar-toggler {
        /* max-height: 20px !important; */
        max-width: 40px;
        padding-block: 0;
        display: flex;
        align-items: center;

    }




    .iconsText {
        font-size: 2vh;
    }


    .firstOfAll {
        background-size: cover;
        /* background-image: url(./Images/polygonGradientLarge.png); */
        /* height: 70rem; */
        background-image: linear-gradient(to right, #fafafa0c -8%, aliceblue 100%), url(./Images/polygonGradientLarge.png);

    }

    .form-control {
        /* background-color: #d1d1d1; */
    }

    .textarea {
        margin-top: 2rem;
    }
}

@media (max-width:890px) {

    .teH2 {
        font-size: 6vh;
    }


    .iconsText {
        font-size: 4vh;
    }
}

@media (max-width: 768px) {

    #contactUs {
        width: 5.5rem;
        height: 2rem;
        font-size: .5rem;

    }

    .teH2 {
        font-size: 3rem;

    }

    .firstOfAll {
        padding: 5% !important;
    }

    .testimonial {
        width: 100%;
        font-size: 16px !important;
        line-height: 1.1;
        letter-spacing: -0.5px;


    }

    .clientImg {
        height: 75px;
        width: auto;

    }

    .dignityImg {
        height: 35px;
        width: auto;
    }

    .quoteContainer {
        margin-right: 0 !important;
        margin-top: 10px !important;
        font-size: 16px !important;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .firstOfAllText {
        font-size: 16px !important;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .ourServicesContainer {
        padding-inline: 30px;
    }






}

@media (max-width: 576px) {

    .teH2 {
        font-size: 2.5rem;
        margin-bottom: 5rem;
    }

    .clientImg {
        height: 60px;
        width: auto;

    }

    .dignityImg {
        height: 30px;
        width: auto;
    }
}

@media (max-width: 550px) {
    .navbar {
        /* max-height: 35px !important; */

    }

    .navbar-toggler {
        max-height: 20px !important;
        max-width: 40px;
        padding-block: 0;
        display: flex;
        align-items: center;

    }

    #notToMention {
        padding-bottom: 5rem;
    }

    .servicesCard {
        padding: 0 !important;
    }

    .ourServicesContainer {
        padding-inline: 30px;
    }

    /* repush */

    .navbar-toggler-icon {}

    .spacer {
        display: none;
    }



    .teH2Container {
        padding-top: 20px;
        /* padding-bottom: 100px; */
    }

    .teH2 {
        /* height: 100%; */
        font-size: 30px;
    }
}

/* @media (max-width: 455px) {
    .teH2 {
        font-size: 1rem;
    }
} */