@import url("aos.css");

.edgebanner1 {
    position: relative;
    min-height: 400px;
    height: 800px;
    background-color: #000;
    background-image: url('../../images/landingpages/edge/Edge-2a.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.edgeDetailSpecs {
    position: absolute;
    bottom: 4em;
    width: 100%;
    text-align: center;
}

.edgeDetailSpecs a {
    margin: 0 1em;
}

.edgebanner1 h3,
.edgebanner1 h1,
.edgebanner1 h4,
.edgebanner1 h6 {
    color: #fff;
    text-align: center;
}

.edgebanner1 h3 {
    padding: 2em 0 0 0;
}

.edgebanner1 h4 {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
}

.edgebanner1 h1 {
    font-size: 7em !important;
    letter-spacing: 0.5em !important;
    padding: 0;
}

.edgebanner1 h6 {
    color: #bbb;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3em;
}

.edgebanner8 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.edgebanner8 > div {
    flex: 1;
    min-height: 500px;
}

.edgebanner8a {
    width: 75%;
    margin: 0 auto;
    padding: 1em !important;
}

.edgebanner8a img {
    width: 100%;
    padding: 1em;
}

.edgebanner8b {
    background-image: url(../../images/landingpages/edge/Edge-Boardroom_revision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
}

.edgeLogo19 {
    display: block;
    margin: 1.5em auto;
    width: 400px;
    padding: 0 1em;
}

.edgeBannerTroffers {
    height: 600px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edgeTransformContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edgeTransformContainer > p {
    color: #fff;
    margin: 1.5em;
}

.edgeTransform {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edgeTransform img {
    padding: 1em;
}

/* Fluorescent Troffer Image */
.edgeTrofferImg > img {
    width: 250px;
}

/* Panel Image */
.edgePanelImg > img {
    width: 350px;
}

/* Edge Image */
.edgeEdgeImg > img:first-child {
    width: 400px;
    height: auto;
}

.edgeEdgeImg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edgeTransform > div {
    text-align: center;
}

.edgeTransform > div p {
    color: #fff;
}

.edgeTransform i {
    color: #444;
    font-size: 2em;
}

.edgeBannerSizes {
    min-height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    justify-content: center;
    padding: 2em 1em;
}

.edgeBannerSizes > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edgeBannerSizes > div > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.edgeBannerSizes > div > ul li {
    padding: 0.5em 1em;
}

.edgeBannerInstall, .edgeBannerWifi {
    /* height: 600px; */
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edgeBannerInstall > ul, .edgeBannerWifi > ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-direction: row;
}

.edgeBannerInstall > ul li,  .edgeBannerWifi > ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 1;
}

.edgeBannerInstall > ul img, .edgeBannerWifi > ul img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.edgeBannerInstall h3, .edgeBannerWifi h3 {
    padding: 0 2em;
}

.edgeBannerInstall p, .edgeBannerWifi p {
    padding: 2em;
    text-align: left;
    text-justify: inter-word;
}

.edgeCircle {
    height: 46%;
    width: 40%;
    background-color: #fff;
    border-radius: 50%;
    border: 0.35em solid #333;
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 10%;
}

.edgeCircle img {
    position: absolute;
    top: 25%;
    left: 3%;
    width: 95% !important;
}

.edgeBannerLast {
    background-color: #333;
    display: flex;
    align-items: center;
    padding: 10%;
}

.edgeBannerLast div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

/* MEDIA QUERIES */

@media (max-width: 768px) {
    .edgebanner8b {
        height: 400px !important;
    }
    .edgeBannerInstall > ul {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .edgeBannerWifi > ul {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : portrait)
{ 
    .edgeBannerInstall > ul {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .edgeBannerWifi > ul {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

@media (max-width: 991.98px) {
    .edgebanner8 {
        flex-direction: column;
    }
}

@media (max-width: 1040px) {}