:root {
  --white: white;
  --black: black;
}

.main-bg-div {
  background-color: #535353;
  background-image: url('../images/BG-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.responsive-div {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: absolute;
}

.header-logo-and-quick-links {
  width: 100%;
  height: 8vh;
  position: relative;
}

.loogo-main-div {
  background-image: url('../images/LOP-Logo2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 100%;
}

.loogo-main-div.w--current:hover {
  transform: translate(0, -7px);
}

.sircular-comming-soon-main {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.text-main-center {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.main-centre {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 90%;
  transition: all .6s;
  display: flex;
  position: relative;
  bottom: 0;
}

.image {
  flex: 1;
  position: absolute;
  overflow: hidden;
}

.text-block {
  color: #000;
  text-align: center;
  width: 100%;
  padding-top: 0;
  font-size: 22px;
}

.text-header {
  color: #000;
  text-align: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.footer-text {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  padding-right: 49px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: 0%;
}

.footer-main-logo {
  background-image: url('../images/Iopoit.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18%;
  height: 100%;
}

.footer-text-copy {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-links {
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.responsive-social-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.facebook {
  background-image: url('../images/Linked-Logo-C.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 70%;
  height: 6vh;
  padding: 0;
  position: relative;
  bottom: 57px;
}

.facebook:hover {
  filter: invert();
}

.twitter-icon {
  background-image: url('../images/Facebook-ficon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 50%;
  height: 5vh;
  padding-top: 34px;
  padding-bottom: 34px;
}

.twitter-icon.x {
  background-image: url('../images/Twitter-X-Iconn.svg');
  background-size: 80%;
  display: none;
}

.whatsapp-icon {
  background-image: url('../images/WWE-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 50%;
  height: 5vh;
  padding-top: 34px;
  padding-bottom: 34px;
  display: none;
}

.facebook-copy {
  background-image: url('../images/Facebook-ficon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 50%;
  height: 5vh;
  padding-top: 34px;
  padding-bottom: 34px;
  display: none;
}

.tab {
  flex: none;
  display: none;
  position: absolute;
  overflow: hidden;
}

.body {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .main-bg-div {
    background-image: url('../images/BG-Image-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .responsive-div {
    height: 90%;
  }

  .header-logo-and-quick-links {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 8vh;
    display: flex;
  }

  .loogo-main-div {
    width: 50%;
  }

  .main-centre {
    flex-flow: column;
  }

  .image {
    display: none;
  }

  .text-block {
    font-size: 23px;
  }

  .text-header {
    font-size: 55px;
  }

  .footer-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 8vh;
    padding-right: 0;
    display: flex;
  }

  .footer-main-logo {
    background-image: url('../images/IOT-NExt-s.svg');
    background-position: 50%;
    width: 50%;
  }

  .footer-text-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 6vh;
    padding-right: 0;
    display: flex;
  }

  .social-links {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .responsive-social-links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 10%;
    display: flex;
    position: relative;
    top: 135px;
  }

  .facebook {
    background-image: url('../images/Linked-Black-s.svg');
    width: 5%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .twitter-icon.x {
    background-image: url('../images/X-Black.svg');
    width: 5%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .whatsapp-icon {
    background-image: url('../images/Whatsapp-Black-II.svg');
    width: 5%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .facebook-copy {
    mix-blend-mode: normal;
    background-image: url('../images/FB-icon-Black.svg');
    width: 5%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .main-bg-div {
    object-fit: none;
    background-image: url('../images/BG-Image-2.jpg');
    background-position: 50%;
    background-size: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    overflow: visible;
  }

  .responsive-div {
    flex: none;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .header-logo-and-quick-links {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 9vh;
    margin-top: 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .loogo-main-div {
    background-position: 50%;
    background-size: contain;
    width: 80%;
    margin-top: 0;
    overflow: visible;
  }

  .loogo-main-div.w--current {
    background-position: 50%;
    background-size: contain;
    width: 75%;
  }

  .sircular-comming-soon-main {
    object-fit: fill;
    width: 100%;
    height: auto;
    padding-top: 0;
    position: absolute;
    overflow: hidden;
  }

  .text-main-center {
    height: auto;
    margin-bottom: 47px;
    position: absolute;
  }

  .main-centre {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: static;
    bottom: 0;
  }

  .image {
    flex: none;
    width: 150%;
    max-width: none;
    position: absolute;
  }

  .text-block {
    color: #242424;
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
  }

  .text-header {
    color: #242424;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
  }

  .footer-main-logo {
    background-image: url('../images/IOT-NExt-s.svg');
    background-position: 50%;
    width: 80%;
  }

  .footer-text-copy {
    margin-bottom: 30px;
    bottom: 0%;
  }

  .social-links {
    flex-flow: wrap;
    flex: 0 auto;
    width: 80%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 8%;
  }

  .responsive-social-links {
    height: auto;
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .facebook {
    background-image: url('../images/Linked-Logo-B-C.png');
    background-size: 70%;
    width: 10%;
    margin-top: 0;
    bottom: -88px;
  }

  .twitter-icon.x, .whatsapp-icon, .facebook-copy {
    width: 10%;
  }

  .tab {
    object-fit: fill;
    flex: none;
    order: 1;
    align-self: center;
    width: 110%;
    max-width: none;
    min-height: auto;
    position: static;
    top: 0%;
    bottom: 0%;
    left: -5%;
    right: 0%;
    overflow: hidden;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


