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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.coming_soon_hero {
  width: 100%;
  height: 1000px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AKN_BG.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 0;
}

.div-block {
  width: 100px;
  height: 100%;
  background-color: #fff;
  border-right: 4px solid #007b93;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #007b94;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.heading-2 {
  width: 75%;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.div-block-2 {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.section {
  height: 100vh;
  min-height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/AKN_BG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.brand {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/AKN-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
}

.container {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3, .paragraph {
  color: #fff;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.image-2 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .heading-3, .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-2 {
    width: 75%;
  }
}


