span {
    color: #176361
}

/* NAVBAR */
.logo {
    width: 120px;
}

.nav-item a {
    font-size: 18px !important;
}

.navbar {
    background-color: rgb(56, 52, 52);
    height: 80px !important;
}

.dropdown-item {
    font-size: 16px !important;
}

.navbar-scrolled {
    background-color: #176361 !important;
    box-shadow: 0 8px rgba(0, 0, 0, 0.15);
}

.navbox-scrolled {
    background-color: #0e7975 !important;
    border-color: #0e7975 !important;
}

.nav-link {
    color: #fff !important;
}

.navbar {
    transition: all 0.5s;
}

.navbar .dropdown-toggle:focus {
    pointer-events: none;
}

.hoverEffect:hover .selected {
    display: block !important;
}

.nav-item.dropdown:hover .ddm1 {
    display: block;
}

.dropend:hover .ddm2 {
    display: block;
}

.productDropdown {
    font-size: 25px !important;
    width: 110vw;
    position: absolute;
    left: 0;
    transform: translate(-55%);
}

.ddm1Items:hover {
    background-color: transparent !important;
}
.pImgContainer{
    height: 180px !important;
}
.ddm1Items {
    width: 50% !important;
    color: #fff !important;
    margin-left: 18%;
    margin-top: 10px;
    line-height: 50px;
    font-weight: 600 !important;
}

.navbox {
    height: 600px;

}

.ddm2 {
    border: none !important;
    background-color: transparent !important;
    color: #fff !important;
}

.navContainer {
    min-height: 550px;
    width: 55vw;
    left: 35vw !important;
    margin-top: 10px !important;
    background-color: rgb(136, 134, 134);

}

.navProduct img {
    max-width: 180px;
    max-height: 180px;
    transition: all 0.5s;
    margin-bottom: 15px !important;
}

.navProduct:hover img {
    scale: 1.1;
}

.navProduct {
    line-height: 15px;
    margin-bottom: 15px !important;
}

.navProduct h4 {
    font-size: 16px !important;
}

.listitems {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px !important;
}

.col-2>img {
    width: 150px;
}


/* First product */
.firstProduct {
    background: rgb(246, 246, 246);
    background: -moz-radial-gradient(circle, rgba(246, 246, 246, 1) 0%, rgba(223, 223, 208, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(246, 246, 246, 1) 0%, rgba(223, 223, 208, 1) 100%);
    background: radial-gradient(circle, rgba(246, 246, 246, 1) 0%, rgba(223, 223, 208, 1) 100%);
}

.fpIcons {
    width: 900px !important;
}

.fpIcons img {
    width: 70px !important;
    border-radius: 25px;
    margin-bottom: 5px;
}

.fpIcons h6 {
    font-size: 14px;
}

.fpIcons p {
    font-size: 12px;
    line-height: 18px;
}

.internalStructure img {
    width: 50vw;
}

/* High Power */
.highPower {
    background-image: url(https://freedesignfile.com/upload/2017/02/White-abstract-background-with-wave-vector-illustration-01.jpg);
    background-size: cover;
    height: 700px;
}

.highPower img {
    width: 65%;
    margin-top: -15%;
}

/* CI */
.ciImage img {
    max-width: 530px;
    margin-top: -40%;
}

.ciImage {
    height: 550px;
}

.HPText {
    margin-top: 80px !important;
}

.internalStructure img {
    width: 550px;
}

/* Tower Series */
.towerSeries {
    background-image: linear-gradient(to right bottom, #176361, #568792, #94acbb, #ced3de, #ffffff);
}

.towerSeries img {
    width: 600px;
}

/* Modular Series */
.modularSeries {
    background-image: linear-gradient(to left top, #176361, #568792, #94acbb, #ced3de, #ffffff);
}

.modularSeries img {
    width: 350px;
}

/* video */
.LPVideo {
    background-image: url(https://t4.ftcdn.net/jpg/04/59/52/27/360_F_459522795_yfd9Emi7LPipe2A08XH8JCYrXFwz5V7F.jpg);
    background-size: cover;
}

.open-button {
    background-image: url(/img/playL.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
}

.open-button:hover {
    background-image: url(/img/playD.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #176361;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
}

.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.popup {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    backdrop-filter: blur(5px);
}

.open-button {
    margin-top: 20px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #176361;
    cursor: pointer;
    font-size: 26px;

}

/* Solutions */
.solRow {
    margin: 10px 0;
}

.solRow p {
    line-height: 150%;
}

.solRow img {
    width: 100%;
    margin-top: 5%;
}

.solImg {
    margin-top: 110px !important;
}

/* NEWS */
.news {
    background-image: linear-gradient(to right bottom, #176361, #568792, #94acbb, #ced3de, #ffffff);
}

.newsImg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}

.newsImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.newsCard {
    color: #000 !important;
    text-decoration: none;
}

.newsCard a {
    color: #000 !important;
    text-decoration: none;
}

/* Footer */
.footerList {
    border-top: 1px #999 solid;
    margin-left: -1%;
    margin-right: -1%;
}

.footerHR {
    margin-top: 150px !important;
}

.flabout {
    margin-right: -2%;
    margin-left: -2%;

}

.mobileView {
    display: none !important;
}

.footer2 {
    font-size: 14px;
    color: #97a0a5;
}

.link-with-icon {
    display: inline-block;
    text-decoration: none;
}

.link-with-icon img {
    width: 50px;
    vertical-align: middle;
    margin-left: 10px;
}



/* *****************************************MOBILE VIEW************************************ */

@media (min-width: 1023px) and (max-width: 1349px) {
    .productDropdown {
        font-size: 25px !important;
        width: 135vw;
        position: absolute;
        left: 0;
        transform: translate(-50%);
    }

    .ddm2 {
        width: 70vw;
        left: 900vw;
        margin-top: -24vw !important;
        border: none !important;
        position: absolute;
        color: #fff !important
    }
.navbox {
    height: 630px;
}
    .navProduct img {
        width: 150px;
        transition: all 0.5s;
        margin-bottom: 10px !important;
    }

    .navProduct p {
        line-height: 16px;
    }

    .navProduct:hover img {
        scale: 1.1;
    }


}

@media (min-width: 1350px) and (max-width: 1440px) {
    .productDropdown {
        font-size: 25px !important;
        width: 135vw;
        position: absolute;
        left: 0;
        transform: translate(-50%);
    }
    .ddm2 {
        width: 60vw;
        left: 40vw;
        margin-top: -22vw !important;
        border: none !important;
        position: absolute;
        color: #fff !important
    }
.navbox {
    height: 650px !important;
}
    .navProduct img {
        width: 150px;
        transition: all 0.5s;
        margin-bottom: 10px !important;
    }

    .navProduct p {
        line-height: 16px;
    }

    .navProduct:hover img {
        scale: 1.1;
    }


}

@media (min-width: 2000px) {
    .ddm1Items {
        color: #fff !important;
        margin-left: 33%;
        line-height: 50px;
    }

    .ddm2 {
        margin-top: -11% !important;
        width: 50vw;
        left: 40%;
    }

    .navContainer {
        min-height: 550px;
        width: 45vw;
        left: 45vw !important;
        margin-top: 10px !important;
        background-color: rgb(136, 134, 134);

    }
}

@media screen and (max-width: 960px) {
    .navbar-collapse {
        background-color: rgb(29, 27, 27) !important;
        height: 100% !important;
    }

    #navbar-Scroll {
        width: 100vw !important;

    }

    .navbox-scrolled {
        background-color: #fff !important;
    }

    .productDropdown {
        width: 100%;
        position: absolute;
        left: 0;
        transform: translate(0%) !important;
        background-color: #fff !important;
    }

    .ddm1Items:hover {
        background-color: #176361 !important;
        font-weight: inherit !important;
    }

    .ddm1Items {
        text-align: center !important;
        color: #000 !important;
        margin-left: -7%;
        line-height: 50px;
    }

    .ddm1Items::after {
        display: none;
    }

    .navbox {
        height: 100%;
        overflow: visible;
    }

    .navContainer {
        display: none;
    }

    .ddm2 {
        display: none;
        visibility: hidden;
    }


    .listitems {
        display: flex;
        flex-direction: row;
    }

    h1 {
        font-size: 18px !important;
    }

    h2 {
        font-size: 16px !important;
    }

    h3 {
        font-size: 15px !important;
    }

    p {
        font-size: 12px !important;
    }

    .carousel {
        margin-top: 80px;
    }

    .firstProduct img {
        width: 100%;
    }

    .iconStack {
        width: 50% !important;
    }

    .fpIcons {
        width: 90vw !important;
    }

    .fpIcons img {
        width: 40px !important;
        border-radius: 15px;
        margin-bottom: 5px;
    }

    .fpIcons h6 {
        font-size: 12px;
    }

    .fpIcons p {
        font-size: 4px;
        line-height: 12px;
    }

    .internalStructure img {
        width: 100%;
    }

    .highPower {
        height: 350px;
    }

    .highPower img {
        width: 100%;
    }

    .CI h5 {
        display: none;
    }

    .ciImage img {
        max-width: 150px !important;
        margin-top: -70px;
        margin-left: -40px;

    }

    .CI {
        height: 200px;
    }

    .HPText {
        margin-top: -10px !important;
    }

    .towerSeries {
        height: 900px;
    }

    .towerSeries img {
        width: 100%;
    }

    .modularSeries {
        height: 700px;
    }

    .modularSeries img {
        width: 200px;
    }

    .popup-container {
        width: 100%;
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

    .popup-container iframe {
        width: 100%;
        height: 100%;
    }

    .none {
        display: none;
    }

    .solutionText {
        width: 100vw !important;
    }

    .twoImg {
        display: flex;
    }

    .twoImg img {
        margin-right: 10px !important;
        width: 46vw !important;

    }

    .footerAdress {
        display: none !important;
    }

    .screenView {
        display: none !important;
    }

    .mobileView {
        display: block !important;
    }

    .footer_menu a {
        display: block;
        padding: 10px 15px;
    }

    .drop-down a {
        min-width: 90px;
    }

    .drop-down-menu {
        display: block;
    }



    .menu-title {
        display: block;
        padding: 10px 15px;
        background: #fff;
        color: #000;
        border-bottom: 1px solid #000 !important;
        cursor: pointer;
    }

    .activate {
        display: none;
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 40px;
        margin: 0 0 0 -15px;
        opacity: 0;
    }


    .drop-down a:hover {
        background: #333;
        color: #fff;
    }


    .drop-down {
        margin-left: 5%;
        max-height: 0;
        overflow: hidden;
    }

    .drop-down a {
        background: #fff;
        color: #000;
        text-decoration: none;
        text-transform: Capitalize;
        border-bottom: 1px solid #000;
    }

    .activate:checked~.drop-down {
        max-height: 200px;
    }


    .drop-down,
    .footer_menu a,
    .drop-down-menu {
        -webkit-transform: translateZ(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    i.ion-arrow-down-b {
        position: absolute;
        top: 8px;
        color: #fff;
        right: 14px;
        font-size: 1.5em;
    }
}
