@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
/**
*
* Testing
*
**/
@font-face {
  font-family: 'regular';
  src: url("../font/BebasNeue-Regular.otf"), url("../font/BebasNeue-Regular.ttf");
}

@font-face {
  font-family: 'poppins-regular';
  src: url("../font/Poppins-Regular.ttf");
}

* {
  overflow: hidden;
}

.body {
  overflow: hidden;
}

.body .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'poppins-regular';
}

.body .countdown__element {
  padding: 1rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.body .countdown__element-num {
  color: #0093B6;
  margin: auto;
  font-size: 4vw;
}

@media (min-width: 451px) and (max-width: 768px) {
  .body .countdown__element-num {
    font-size: 6vw;
  }
}

@media (max-width: 449px) {
  .body .countdown__element-num {
    font-size: 9vw;
  }
}

.body .countdown__element-label {
  margin: 0 auto;
  color: #0058A6;
  font-size: 2.5vw;
}

@media (min-width: 451px) and (max-width: 768px) {
  .body .countdown__element-label {
    font-size: 3.5vw;
  }
}

@media (max-width: 449px) {
  .body .countdown__element-label {
    font-size: 4vw;
  }
}

.left-img_div {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e34884f), to(#2e34885d)), url(../images/two-business-partners-working-office.jpg);
  background-image: linear-gradient(to right, #2e34884f, #2e34885d), url(../images/two-business-partners-working-office.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  height: 100vh;
  left: -10vw;
  width: 100vw;
}

@media (min-width: 451px) and (max-width: 768px) {
  .left-img_div {
    position: absolute;
    z-index: -1;
    /* height: 100vh; */
    left: 0;
    top: -31px;
  }
}

@media (max-width: 449px) {
  .left-img_div {
    height: 44vh;
    left: 0px;
  }
}

.left-img {
  position: absolute;
  z-index: -1;
  height: 100vh;
  left: -10vw;
}

@media (min-width: 451px) and (max-width: 768px) {
  .left-img {
    position: absolute;
    z-index: -1;
    /* height: 100vh; */
    left: 0;
    top: -31px;
  }
}

@media (max-width: 449px) {
  .left-img {
    height: 44vh;
    left: 0px;
  }
}

.right-img {
  position: absolute;
  z-index: 541659;
  right: -1px;
  bottom: -1px;
  height: 50vh;
  width: 50vw;
  z-index: -1;
}

@media (min-width: 451px) and (max-width: 768px) {
  .right-img {
    width: 100vw;
  }
}

@media (max-width: 449px) {
  .right-img {
    width: 100vw;
  }
}

.logo-div {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 555555;
}

@media (max-width: 449px) {
  .logo-div {
    position: absolute;
    right: 10px;
  }
  .logo-div img {
    width: 26vw;
  }
}

.logo {
  width: 15vw;
}

main {
  -webkit-transform: skewX(-327.9deg);
          transform: skewX(-327.9deg);
  padding-right: 6vw;
}

@media (min-width: 451px) and (max-width: 768px) {
  main {
    -webkit-transform: skewX(62deg);
            transform: skewX(62deg);
  }
}

@media (max-width: 449px) {
  main {
    -webkit-transform: skewX(-306.9deg);
            transform: skewX(-306.9deg);
  }
}

main .main-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coming-soon {
  font-size: 6vw;
  color: #2E3488;
  font-family: 'regular';
  letter-spacing: 5px;
}

@media (min-width: 451px) and (max-width: 768px) {
  .coming-soon {
    font-size: 12vw;
  }
}

@media (max-width: 449px) {
  .coming-soon {
    font-size: 12vw;
  }
}

.allLines {
  left: -5vw;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lines {
  position: absolute;
  top: -250px;
  left: 0vw;
  height: 100%;
  width: 5vw;
  z-index: 5555;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.lines:nth-child(1) {
  left: 5vw;
}

.lines:nth-child(2) {
  left: 10vw;
}

.lines:nth-child(3) {
  left: 15vw;
}

.lines:nth-child(4) {
  left: 20vw;
}

.lines:nth-child(5) {
  left: 25vw;
}

.lines:nth-child(6) {
  left: 30vw;
}

.lines:nth-child(7) {
  left: 35vw;
}

.lines:nth-child(8) {
  left: 40vw;
}

.lines:nth-child(9) {
  left: 45vw;
}

.lines:nth-child(10) {
  left: 50vw;
}

.lines:nth-child(11) {
  left: 55vw;
}

.lines:nth-child(12) {
  left: 60vw;
}

.lines:nth-child(13) {
  left: 65vw;
}

.lines:nth-child(14) {
  left: 70vw;
}

.lines:nth-child(15) {
  left: 75vw;
}

@media (max-width: 768px) {
  .lines {
    display: none;
  }
}

.blue-line {
  width: 8px;
  height: 100vh;
  margin: 10px;
  background-color: #0058A6;
  position: absolute;
  top: 0px;
}

.dark-blue-line {
  width: 8px;
  height: 100vh;
  margin: 10px;
  background-color: #0093B6;
  position: absolute;
  top: -70px;
  left: 20px;
}

.lines-stay {
  position: absolute;
  top: -250px;
  left: 0vw;
  height: 100%;
  width: 5vw;
}

@media (max-width: 768px) {
  .lines-stay {
    display: none;
  }
}

.lines-2 {
  position: absolute;
  top: 292px;
  width: 5vw;
  right: 0vw;
  height: 100vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
  z-index: 5555;
}

.lines-2:nth-child(1) {
  right: 5vw;
}

.lines-2:nth-child(2) {
  right: 10vw;
}

.lines-2:nth-child(3) {
  right: 15vw;
}

.lines-2:nth-child(4) {
  right: 20vw;
}

.lines-2:nth-child(5) {
  right: 25vw;
}

.lines-2:nth-child(6) {
  right: 30vw;
}

.lines-2:nth-child(7) {
  right: 35vw;
}

.lines-2:nth-child(8) {
  right: 40vw;
}

.lines-2:nth-child(9) {
  right: 45vw;
}

.lines-2:nth-child(10) {
  right: 50vw;
}

.lines-2:nth-child(11) {
  right: 55vw;
}

.lines-2:nth-child(12) {
  right: 60vw;
}

.lines-2:nth-child(13) {
  right: 65vw;
}

.lines-2:nth-child(14) {
  right: 70vw;
}

@media (max-width: 768px) {
  .lines-2 {
    display: none;
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.lines-2-stay {
  position: absolute;
  top: 292px;
  width: 5vw;
  right: -1.4vw;
  height: 100vh;
}

@media (max-width: 768px) {
  .lines-2-stay {
    display: none;
  }
}

.blue-line-2 {
  width: 8px;
  height: 57vh;
  margin: 10px;
  background-color: #0058A6;
  position: absolute;
  top: 49px;
}

.dark-blue-line-2 {
  width: 8px;
  height: 100vh;
  margin: 10px;
  background-color: #0093B6;
  position: absolute;
  top: -74px;
  left: 20px;
}

.allLines-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  right: -5vw;
}

.white-div {
  height: 100vh;
  width: 60vw;
  -webkit-transform: skewX(327.9deg);
          transform: skewX(327.9deg);
  background-color: #fff;
  z-index: -1;
  position: relative;
  top: 0;
  left: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 450px) and (max-width: 768px) {
  .white-div {
    width: 118vw;
    -webkit-transform: skewX(-62deg);
            transform: skewX(-62deg);
    left: -11px;
  }
}

@media (max-width: 449px) {
  .white-div {
    width: 200vw;
    height: 120vh;
    left: -46vw;
    -webkit-transform: skewX(306.9deg);
            transform: skewX(306.9deg);
  }
}
/*# sourceMappingURL=style.css.map */