
/*
LANDING PAGES CSS
  EDGE COMPUTING
  INDUSTRIAL INTERNET OF THINGS
  DIGITAL TRANSFORMATION

  Author: Nikoleta Ivanova
  * Please keep tidy! *
----------------------------------
CONTENT
----------------------------------

COMMON ELEMENTS LANDING PAGES:

  GENERAL               line 46
  CONTAINERS            line 116
  LINES                 line 141
  NAVBAR                line 188
  HEADER                line 205
  BUTTONS               line 255
  CONTACT US            line 286
  FOOTER                line 321

EDGE COMPUTING  :

  MOTOR                 line 336

INDUSTRIAL INTERNET OF THINGS:

  TABS                  line 369
  Elements of IIOT      line 427
  Benefits of IIOT      line 438
  Our Process           line 454
  Connected Devices     line 466
  Case Studies          line 475
  Quote                 line 489

DIGITAL TRANSFORMATION:

@MEDIA                  line 557
COOKIES / CHAT POP UP / EMAIL SUBSCRIBE Line 624
----------------------------------
*/

/* GENERAL */
html, body {
  max-width: 100%;
}

body {
  background-color: #FFFFFF;
  margin: 0;
}

a {cursor:pointer;}

h1, h2, h3, h4, h5, h6, p {
  color: #232121;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  color: white;
  font: 4rem "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

.margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-box {
  width: 100%;
}

.CS-images {
  max-width: 350px;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right{
  text-align: right;
}

/* CONTAINERS */
.xlarge-container {
  margin: 0 auto;
  max-width: 1250px;
  padding: 30px 2%;
}

.large-container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 2%;
}

.medium-container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 2%;
}

.small-container {
  margin: 0 auto;
  max-width: 850px;
  padding: 30px 2%;
}

/* LINES */
.line-ver {
  width: 4px;
  height: 120px;
  background-color: #5167AE;
  margin-left: 20px;
  margin-right: 20px;
}

.line-hor-right {
  width: 170px;
  height: 4px;
  background-color: #5167AE;
  position: relative;
  left: 60%;
}

.line-ver-small{
  width: 4px;
  height: 80px;
  background-color: #5167AE;
  margin-left: 20px;
  margin-right: 20px;
}

.line-ver-xsmall{
  width: 4px;
  height: 50px;
  background-color: #5167AE;
  margin-left: 20px;
  margin-right: 20px;
}

.line-hor-left {
  width: 170px;
  height: 4px;
  background-color: #5167AE;
  position: relative;
  left: 25%;
}

.line-hor-left-engarch {
  width: 250px;
  height: 4px;
  background-color: #5167AE;
  position: relative;
  left: 35%;
  
}

.line-hor {
  width: 170px;
  height: 4px;
  background-color: #5167AE;
}


/* NAVBAR  */
.navbar {
  background-color: white;
  padding: 8px 5%;
}

.nav-item {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Open Sans', sans-serif
  font-weight: 200;
}

.logo {
  max-width: 150px;
  width: 100%;
}

/* HEADER  */
.header-iiot {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IIOT/iiot-header.jpg') center center no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 40px;
}

.header-engarch {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/EA/engarch-header.jpg') center center no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 40px;
}

.header-ec {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/EC/EC-header.png') center center no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 40px;
}

.header-dt {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/DT/DT-header.png') center center no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 40px;
}

.header-wvr {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/WVR/iStock-1158390357.jpg') center center no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 40px;
}

.header-content {
  padding-top: 2rem;
  padding-bottom: 2.125rem;
  text-align: center;
}

.icon {
  margin: 10px 25px;
  font-size: 1.5rem;
  color: #1AADE5;
}

.icon-white {
  margin: 10px 25px;
  font-size: 1.5rem;
  color: #fff;
}

.strapline {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

/* BUTTONS */
.action-buttons {
  padding-top: 5rem;
}

.first-button {
  padding: .6rem 1.5rem;
  background-color: #1AADE5;
  border-color: #1AADE5;
  border-radius: 0 .6rem .6rem 0;
  font-weight: 600;
  font-size: 1.2rem;
}

.first-button-white {
  padding: .6rem 1.5rem;
  background-color: #fff;
  border-color: #fff;
  color:#1AADE5;
  border-radius: 0 .6rem .6rem 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.btn-lg {
  padding: .5rem 1.5rem;
  background-color: #1AADE5;
  border-color: #1AADE5;
  border-radius: .6rem;
}

/* CONTACT US */
.contact {
  background: linear-gradient(rgba(26, 173, 229, 0.7), rgba(26, 173, 229, 0.7)), url('../images/EC/contact-us.png') center center no-repeat;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

.contact-content {
  padding-top: 3rem;
  padding-bottom: 2.125rem;
  text-align: left;
  height: 429px;
}

.form-control-width {
  max-width: 350px;
}

#contact {
  padding: 30px;
}

.contact-content h2, .contact-content p {
  color: white;
}

.get-started {
  padding: .5rem 1.5rem;
  background-color: #5167AE;
  border-color: #5167AE;
  border-radius: .6rem;
}

/* FOOTER */
.footer-line {
  margin-top: 80px;
  width: 100%;
  height: 6px;
  background-color: #5167AE;
}

.copyright{
  text-align: center;
  font-size: 0.8rem;
}


/* EDGE COMPUTING  */
/* MOTOR  */
.card-image {
  max-width: 692px;
  padding: 0;
  width: 100%;
  height: 620px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.card-image-engarch {
  max-width: 692px;
  padding: 0;
  width: 100%;
  height: 395px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.card-motor{
    background-image: url('../images/EC/motor.png');
}

.card-fpga{
  background-image: url('../images/EA/engarch-card.jpg');
  background-size: cover;
}

.card-future{
    background-image: url('../images/DT/lights.png');
}
.card-text{
  padding: 20px;
  max-width: 692px;
  background-color: #292727;
}

.card-text p {
  font-size: 0.90rem;
  color: #E8E4E4;
}

.card-text h3{
    color: #E8E4E4;
}

/* INDUSTRIAL INTERNET OF THINGS */
/* TABS */
#tabs li{
  display:inline-block;
}

.line-tabs{
  width:20%;
  height: 4px;
  background-color: #CEDB3E;
  display: inline-block;
  position: relative;
  top: -3px;
}

#tabs li a:hover, #tabs li a.inactive:hover {
  color: #fff!important;
  background-color: #CEDB3E;
  border-color: #CEDB3E;
}

#tabs li a.inactive {
  color: #CEDB3E!important;
  background-color: #fff;
  border-color: #CEDB3E;
  border: 4px solid;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  border-radius: 35px;
  vertical-align: middle;
}

#tabs li a {
  width: 90px;
  height: 90px;
  padding: 17px 27px;
  font-size: 50px;
  border-radius: 55px;
  color: #fff!important;
  background-color: #CEDB3E;
  border-color: #CEDB3E!important;
  border: 4px solid;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}

.tabs-container{
  margin: 0 auto;
  padding: 30px 6% 0px;
  max-width: 1250px;
}

/* Elements of IIOT */
.elements-text{
  padding: 0 40px;
}
.elements-text p {
  font-size: 0.9rem;
}
.elements-of-iiot .line-ver,.line-col {
  padding:0;
}

/* Benefits of IIOT */
.smart-factory-container{
  width: 100%;
  background-color: #4152A0;
  margin: 20px 0 ;
}
.benefits-of-iiot p, .benefits-of-iiot h2{
  color: white;
}
.benefits-of-iiot .line-ver {
  background-color: white;
}
.benefits-of-iiot{
  padding: 30px 0;
}

/* Our Process */
.squid-container{
  width: 100%;
  background-color: #4152A0;
  text-align: center;
}
.squid-image{
  max-width:1200px;
  margin: 0 auto;
  width: 100%;
}

/* Connected Devices */
.connected-devices{
  padding-top: 40px;
}
.connected-devices-title{
  text-align: center;
  padding-bottom: 30px;
}

/* Case Studies */
.case-study-main{
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.case-study-second {
  margin-bottom: 0px;
  margin-top: 10px;
}

/* Quote */
.quote{
  text-align: center;
}
.quote p{
  color:#1AADE5;
  font-size: 1.5rem;
  margin:0;
}
.quotation{
  margin: 20px;
  width: 30px;
}
.quote-author{
  text-align: right;
  color:#1AADE5;
}

/* DIGITAL TRANSFORMATION */

.purple {
  background-color: #5167AE;
}

.purple h3, .purple p {
  color: #fff;
}

.pie-chart{
  padding: 100px 0;
}

.stages-dt{
  padding: 60px 0;
}
.full-width{
  width: 100%;
}
.comment{
  font-size: 1.6rem;
  color: #2196f3;
  font-weight: 500;
  line-height: 1.2;
}
.how-iiot-icons{
  width:40px;
  height: auto;
}
.comment-arrow{
  width:90px;
  height: auto;
}
.arrow-right{
  width:160px;
  height: auto;
}
.image-box-art{
  width:300px;
  height: auto;
}

.round-border{
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 10px;
}

/* @MEDIA */
@media (max-width: 1199px) {
  .card-image, .card-text{
    margin: 0 auto 0 auto;
    max-width: 692px;
  }
  .pie-chart{
    padding: 30px 0;
  }
}

@media (max-width: 760px) {
  .full-width{
    width:80%;
  }
}

@media (max-width: 1300px) {
  .card-text p{
    font-size: 0.85rem;
  }
}
@media (max-width: 950px) {
  .card-text p{
    font-size: 0.95rem;
  }
}
@media (max-width: 550px) {
  .line-ver {
    width: 0px;
    height: 0px;
    margin: 0;
  }

  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .image-box {
    width: 80%;
  }
}

@media (max-width: 1299px) {
  .xlarge-container, .medium-container, .large-container, .small-container{
    padding: 30px 5%;
  }
}

@media (max-width: 767px) {
  .benefits {
    text-align: center;
  }

.contact {
    background-color: #1AADE5;
    background-image: url();
    background-size: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 700px;
  }
}


/* COOKIES / CHAT POP UP / EMAIL SUBSCRIBE */

.cookies{
  margin: 0;
}

.open-button {
  background-color: #1AADE5;
  color: white;
  border-color: #1AADE5;
  border-radius: .6rem  ;
  padding: .6rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  z-index: 999;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 1000;
}

.form-container {
  width: 300px;
  padding: 10px;
  background-color: white;
}

.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  padding: 16px 20px;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  border-radius: .6rem  ;
  padding: .6rem 1.5rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.form-container .cancel {
  background-color: red;
  color: white;
  border-color: red;
}

.form-container .get-started{
  background-color: #5167AE;
  color: white;
  border-color: #5167AE;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.sign-up-form{
  margin: 0 auto;
  max-width: 500px;
  border-radius: 10px;
  background-color: #BBBBBB;
}

.sign-up-form-image{
  margin: 10px auto;
  width: 30%;
}

.modal {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 50px;
  padding-bottom: 10%;
  left: 0;
  top: 0;

width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  max-width: 500px;
  padding: 40px;
    width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn-subscribe{
  width: 100%;
}

.popup-fields{
  width: 80%;
  margin: 0 auto;
}

.icons-dt{
  max-width:100px;
}
