@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');

@font-face {
    font-family: KapraNeue;
    src: url('./Fonts/KapraNeue-Regular.otf');
}

@font-face {
    font-family: Karla;
    src: url('./Fonts/Karla-Regular.ttf');
}
@media(min-width:768px) and (max-width: 1200px) {
    html{
        overflow-x: hidden;
    }
    
    main{
        padding-top: 60px; /*header height*/
        padding-bottom: 0px;

    }
    
    body{
        overflow-x: hidden;
    }

    @include media-breakpoint-down(xs) {
        .container {
            margin-left: 0;
            margin-right: 0;
        }
    }

    #header-desktop, 
    #header-mobile-sm,
    #footer-desktop,
    #footer-mobile-sm,
    #home-header-desktop{
        display: none!important;
    }

    #header-mobile, 
    #footer-mobile,
    #home-header-mobile{
        display: block!important;
    }

    #header-mobile{
        height: 60px;
    }

    #content-wrap{
        padding-bottom: 320px;
    }

    #eleiot-content-wrap {
        padding-bottom: 0px;
    }
    
    #navbar-container{
        display: block;
        height: 80px;
        display: flex;
        align-items: center;
    }
    
    .navbar{
        padding: 0;
    }
    .navbar-logo{
        margin-left: 22px;   
        height: 27px;
        width: 170px;
    }

    #mobile-nav-toggler{
        margin-top: 0px;
    }

    .navbar-logo img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    
    .navbar-toggler{
        float: right;
        margin-top: 45px;
        display: inline-block;
        margin-right: 58px;
    }
    
    .nav-item-container{
        flex-direction: column;
        margin-top: 30px;
        background-color: #2c2b2f;
    }
    
    .nav-item{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .nav-item a{
        display: flex;
    }
    
    .nav-item-login{
        margin-right: 0px;
    }
    
    .login-btn-text{
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.27px;
        text-align: center;
    }
    
    .nav-item-btn{
        text-align: left;
        font-size: 24px;
    }
    
    .btn-secondary{
        border-color: transparent;
    }
    .nav-item-btn:focus{
        padding: 5px 12px;
        opacity: 1;
    }
    
    .nav-item-container a,
    .nav-item-container a:focus,
    .nav-item-container a:hover{
        color: #fff;
        font-weight: 500;
        font-family: Karla;
        line-height: 1.56;
        letter-spacing: 0.33px;
        width: 100%;
    }
    
    .nav-item-container a:active{
        color: #fff !important;
        font-weight: bold!important;
        line-height: 2.73!important;
        letter-spacing: 0.25px!important;
        width: 100%;
    }
    
    .nav-item-btn:hover,
    .nav-item-btn:focus{
        border-bottom: 1px solid transparent;
    }
    
    .nav-item-btn:active{
        border-bottom: 1px solid transparent!important;
    }
    
    .dropdown-item-top{
        border-top: none;
    }
    
    .dropdown-item{
        border-bottom: none;
    }
    
    .dropdown-image{
        display: none;
    }
    
    .dropdown-menu{
        background-color: transparent;
        position: relative;
        border: none;
    }
    
    .dropdown-menu a{
        color: #2c2b2f;
    }
    
    .dropdown-offset-product{
        transform: unset !important;
    }
    
    .dropdown-offset-projects{
        transform: unset !important;
    }
    
    .dropdown-offset-about{
        transform: unset !important;
    }
    
    .dropdown-item{
        margin-left: 20px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 25px;
    }
    
    .dropdown-item svg{
        display: none;
    }
    
    .dropdown-item-name{
        font-weight: 500;
        font-family: Karla;
        line-height: 1.55;
        letter-spacing: 0.33px;
        text-align:center;
        color: #fff;
        font-size: 20px;
    }
    
    /*#footer-desktop, #footer-mobile{
        height: 350px;
        padding-bottom: 69px;
    }*/

    #mobile-footer-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        color: #fff;
        background-color: #2c2b2f;
        width: 100%;
        padding: 49px 63px 40px 47px;
    }

    #mobile-footer-right{
        display: flex;
        align-items: flex-end;
    }
    
    #footer-secondary-logo img{
        width: 170px;
        margin-right: 10px;
        margin-left: 20px;
        display: none;
    }
    
    #footer-secondary-logo-mobile{
        width: 170px;
        display: block;
    }
    
    #footer-container{
        height: 400px;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    #footer-toprow{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .footer-logo{
        margin-left: 0;
        margin-bottom: 27px;
    }
    
    .footer-info-col{
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 20px;
        max-width: 351px;
        font-family: Karla;
        line-height: 1.21;
        letter-spacing: 0.23px;
        font-size: 14px;
    }

    #footer-fb, #footer-linkedin{
        margin-left: 0px;
    }
    
    #footer-social-icons-mobile{
        display: flex;
        width: 100px;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 33px;
    }
    
    #footer-social-icons-desktop{
        display: none;
    }
    
    .info-desc{
        width: 600px;
        font-family: Karla;
        font-size: 17px;
        letter-spacing: 0.28px;
        line-height: 1.65;
    }

    .info-desc-white {
        width: 600px;
        font-family: Karla;
        font-size: 17px;
        letter-spacing: 0.28px;
        line-height: 1.65;
    }

    .product-factors-background {
        height: 508px;
    }

    .product-factors-title{
        font-family: Karla;
        font-size: 23px;
        line-height: 1.57;
        letter-spacing: 0.38px;
        text-align: center;
    }

    .product-fact-top{
        font-family: Karla;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.27px;
    }
    
    .product-fact-middle{
        font-size: 60px;
    }

    .product-fact-bottom {
        width: 192px;
        font-family: Karla;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 0.27px;
        font-weight: 500!important;
    }
    
    #solutions-overview{
        padding-top: 105px;
    }

    .product-info-sub-heading{
        font-family: Karla;
        font-size: 20px;
        line-height: 3.5;
        letter-spacing: 0.13px;
    }

    #product-model-video{
        width: 698px;
        height:400px;
    }
    .video-Wrapper{
        padding-bottom: 357px;
    }

    .feature-text-desc {
        width: 308px;
    }

    .feature-list-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .info-heading{
        font-size: 50px;
    }
    
    .info-heading-white{
        font-size: 50px;
        color: #fff;
    }
    
    .product-features-list-container{
        align-items: center;
        flex-direction: column;
    }
    
    .product-iot-content-container{
        background-size: initial;
    }
    
    
    
    .iot-line-divider{
        display: none;
    }
    
    .how-it-works-row{
        margin-bottom: 50px;
    }
    
    .how-it-works-content-col{
        width: 635px;
        justify-content: center;
    }
    
    .how-it-works-empty-col{
        display: none;
    }
    
    
    
    #product-benefits{
        height: 807px;
    }

    #product-benefits .caps-title{
        margin-top: 100px;
    }
    
    .product-benefit-items{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    
    .product-benefit-item{
        margin-bottom: 70px;
    }
    .product-benefit-desc {
        font-weight: 500;
        font-family: Karla;
    }

    .home-learn-more-product-btn {
        margin-top: 0;
    }

    #home-iot-desc {
        font-size: 17px;
        font-family: Karla;
        line-height: 1.65;
        letter-spacing: 0.28px;
        color: #2c2b2f;
        text-align: center;
        max-width: 580px;
    }

    #what-is-it {
        padding-top: 137px;
    }

    #our-story {
        padding-top: 80px;
    }
    
    .about-page-heading-banner{
        height: 330px;
    }

    #our-team{
        padding-top: 66px;
    }

    #our-team .info-heading{
        margin-bottom: 0px;
    }
    
    .team-member-item-container{
        margin: 0px 50px 20px 50px;
    }
    
    #our-partners .info-desc{
        font-size: 20px;
    }

    .about-our-partners-logos-container{
        width: 90%;
    }
    
    .case-study-desc-upper{
        margin-bottom: 40px
    }
    
    .case-study-image-container{
        margin-bottom: 45px;    
    }
    
    .case-study-image{
        margin: 20px;
        width: 100%;
    }
    
    .case-study-image img{
        width: 100%;
    }

    .title-black, .title-blue{
        font-size: 50px;
    }
    
    .info-caps-title-projects{
        font-size: 24px;   
    }
    
    .project-caps-title{
        font-size: 24px;
    }
    
    #projects-case-studies .info-heading{
        max-width: 645px;
        margin-bottom: 52px;
    }
    
    
    
    #case-studies-container{
        justify-content: center;
        margin-top: 50px;
    }
    
    .other-case-studies-container{
        justify-content: center;
        margin-top: 50px;
    }
    
    .projects-case-study-item{
        margin: 20px;
    }
    
    .case-study-content-container{
        margin: 88px; 15%;
    }
    
    .case-study-item-container{
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
    
    .projects-case-study-item img{
        width: 100%;
    }

    .case-study-desc-upper{
        font-size: 20px;
    }

    .case-study-heading{
        margin-bottom: 37px;
    }

    /* CONTACT */
    #contact-page-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px
    }
    
    #contact-left-info{
        margin-top: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #contact-heading{
        font-size: 60px;
    }
    
    #contact-address,
    #contact-telephone,
    #contact-email{
        text-align: center;
        font-size: 20px;
    }
    
    #contact-address{
        margin-bottom: 20px;
    }
    
    #contact-form-container{
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 60px
    }
    
    #home-banner-text-container{
        left: 50%;
    }

    #home-banner-title {
        margin: 0 auto !;
        width: 580px;
        font-size: 50px;
        line-height: 1.22;
        letter-spacing: 0.83px;
        font-family: KapraNeue;
    }
    
    #home-banner-author{
        font-size: 22px;
    }
    
    .home-intro-title{
        width: 650px;
        margin-top: 139px;
        margin-bottom: 25px;
        font-size: 28px;
    }
    
    .home-intro-desc{
        width: 630px;
        font-size: 17px;
    }
    
    .home-learn-more-btn{
        margin-top: 45px;
        font-family: KapraNeue;
        letter-spacing: 2.25px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    #home-projects-container{
        width: 585px;
    }
    
    #home-carousels-container{
        flex-direction: column-reverse;
        height: 1000px;
        margin-bottom: 66px;
    }
    
    #carouselInfo,
    #carouselImages{
        width: 100%;
    }
    
    .carousel-item-info{
        height: 500px;
        width: 550px;
        margin: 0 auto;
    }
    
    #home-lowerinfo-container{
        max-width: 635px;
        margin: 0px auto 127px auto;
    }
    
    #home-lower-info-title{
        font-size: 52px;
        line-height: 1.1;
        margin-bottom: 37px;
        max-width: 635px;
    }
    
    #home-case-studies-container{
        justify-content: center;
    }
    
    #news-spotlight-article-container{
        width: 600px;
    }
    
    .news-image-darken{
        width: 600px;
    }
    
    .latestNewsTeaserImage{
        width: 600px;
    }
    
    #news-feature-text-container{
        left: 40%;
        top: 75%;
    }
    
    #news-page-articles-container{
        width: 600px;
    }
    
    .news-article-row-col-left{
        margin-right: 40px;
        width: 400px;
    }
    .news-article-col-left-desc{
        width: auto;
    }
    
    .article-page-content{
        flex-direction: column;
    }
    
    .article-left-col-align{
        padding-top: 30px;
    }
    
    .article-left-col{
        width: auto;
        margin-left: 20px;
    }
    
    .article-right-col{
        padding-top: 50px;
        width: 100%;
        align-items: center;
    }
    
    .article-spotlight{
        margin-left: 50px;
        margin-right: auto;
    }
    
    .article-title{
        width:600px;
    } 
    
    .article-subtitle{
        margin-bottom: 20px;
    }
    
    .article-text{
        margin-bottom: 50px;
    }
    
    .article-links-container{
        justify-content: center;
    }
    
    .carousel-caption{
        flex-direction: column-reverse;
    }
    
    .carousel-left-slide{
        position: relative;
        width: 100%;
    }
    
    .carousel-right-slide{
        position: relative;
        width: 100%;
    }
    
    .carousel-right-slide img{
        height: 400px;
    }
    
    .carousel-indicators{
        width: 100%;
    }
    
    .carousel-inner{
        height: 800px;
    }

    .eleiot-header-desktop {
        background-color: #000000 !important;
        padding-right: 63px !important;
        display: none;
    }

    .eleiot-header-mobile {
        background-color: #000!important;
        display: block;
    }

    #eleiot-header-container{
        max-width: 645px;
    }
    
    .eleiot-header-blue{ 
        font-size: 50px;
        line-height: 1.22;
        letter-spacing: 0.83px;
    }

    #eleiot-header-subtitle{
        font-size: 20px;
    }

    #eleiot-header-icon{
        width: 374px;
        height: 410px;
        object-fit: contain;
    }

    #eleiot-section1-container{
        margin-bottom: 143px;
    }

    #eleiot-section1-left-container{
        max-width: 323px;
        margin-right: 70px;
    }

    #eleiot-header-purple{
        font-size: 50px;
    }

    #eleiot-section1-description{
        max-width: 323px;
        font-size: 17px;
    }

    #eleiot-section1-icon img{
        margin-top: 126px;
        width: 600px;
    }

    #eleiot-section1-contact-container{
        width: 645px;
    }

    #eleiot-section2-container{
        max-width: 645px;
        margin-bottom: 50px;
    }

    #eleiot-section2-description{
        font-size: 17px;
    }

    .eleiot-feature-item-container{
        margin-bottom: 55px;
    }

    .eleiot-feature-item-icon {
        max-width: 24px;
        max-height: 24px;
        object-fit: contain;
    }

    .eleiot-feature-item-icon img{
        width: 100%;
        height: auto;
    }

    .eleiot-feature-item-title{
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .eleiot-feature-item-desc{
        font-size: 14px;
        line-height: 1.5;
        max-width: 164px;
    }

    #eleiot-section3-container{
        margin-bottom: 205px;
    }

    #eleiot-section3-left-container,
    #wqsp-section3-left-container {
        margin-left: -370px;
        margin-right: 65px;
    }

    #eleiot-sectoin3-icon img {
        height: 627px;
        width: auto;
    }

    .eleiot-header-purple{
        font-size: 50px;
        line-height: 1.22;
        letter-spacing: 0.83px;
    }

    #eleiot-section3-title{
        margin-bottom: 31px;
    }

    #eleiot-section3-desc{
        font-size: 17px;
    }

    .eleiot-body-text-purple{
        font-size: 17px;
    }

    #eleiot-section4-container{
        max-width: 645px;
        margin: 0 auto;
        padding-bottom: 435px; 
    }

    #eleiot-section4-desc{
        font-size: 17px;
    }

    #wqsp-header-subtitle{
        font-size: 20px;
    }

    #wqsp-header-icon img{
        width: 950px;
        height: 541px;
        object-fit: contain;
    }

    #wqsp-section1-container{
        margin-top: 142px;
        max-width: 645px;
        margin-bottom: 162px;
    }

    #wqsp-section1-description{
        max-width: 645px;
        font-size: 17px;
    }

    #eleiot-section2-feature-list-container{
        align-items: flex-start;
    }

    #wqsp-section3-desc{
        width: 323px;
        font-size: 17px;
    }

    .wqsp-nav-container-desktop{
        display: none;
    }

    #eleiot-section3-left-container,
    #wqsp-section3-left-container {
        margin-left: -370px;
        margin-right: 104px;
    }

    #eleiot-sectoin3-icon img,
    #wqsp-sectoin3-icon img{
        height: 467px;
        width: auto;
        object-fit: contain;
    }

    /*MOBILE NAVIGATION*/
    #mobile-nav-left-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 92px;
        padding-left: 22px;
    }

    .mobile-nav-item{
        text-align: center;
        font-family: Karla;
        font-size: 20px !important;
        line-height: 1.55;
        letter-spacing: 0.33px;
    }

    .font-lightblue {
        color: #2f93d0;
        text-align: center;
        font-family: Karla;
        font-size: 20px !important;
        line-height: 1.55;
        letter-spacing: 0.33px;
    }

    .login-btn-text a{
        font-family: KapraNeue;
        font-size: 16px!important;
        letter-spacing: 2px;
        width: 116px;
        height:40px;
        border: solid 1px #27a9e0;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    .topnav {
        overflow: hidden;
        background-color: #2c2b2f;
        position: relative;
       
    }

    .topnav #myLinks {
        display: none;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .topnav #dropdownLinks {
        display: none;
        padding-top: 115px;
        padding-bottom: 100px;
    }

    

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 25px;
        display: block;
    }

    .go-back-link {
        font-family: Karla;
        font-size: 16px!important;
        color: #2f93d0!important;
        line-height: 1.94;
        letter-spacing: 0.27px;
        text-decoration: underline!important;
    }

    .topnav a.icon {
        background: transparent;
        display: block;
        position: absolute;
        right: 16px;;
        top: 0;
    }

    .topnav a:hover {
        background-color: transparent;
        color: white;
    }

    .nav-item-btn-login:active,
    .nav-item-btn-login:focus {
        background-color: #27a9e0;
    }
    .active {
        background-color: transparent;
        color: white;
    }
} 
