@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');

/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Familjen Grotesk", sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
body {
  margin: 0;
  padding: 0;
}
.header {
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}
.site_wrapper {
  background: url("/img/Coming-Soon.png") no-repeat bottom center;
  background-size: cover;
  padding: 60px 60px 30px;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -3000px 0; }
}
@-moz-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -3000px 0; }
}
@-webkit-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -3000px 0; }
}
@-ms-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -3000px 0; }
}
@-o-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -3000px 0; }
}

.site_wrapper2 {
  width: 100%;
  min-height: 490px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/img/Buildinges.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 500px;
  animation: animatedBackground 150s linear infinite;
  -moz-animation: animatedBackground 150s linear infinite;
  -webkit-animation: animatedBackground 150s linear infinite;
  -ms-animation: animatedBackground 150s linear infinite;
  -o-animation: animatedBackground 150s linear infinite;
}
.site_wrapper .logo {
  width: 200px;
  display: block;
}
.site_wrapper .logo img {
  display: block;
  max-width: 100%;
}
.site_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.left_section {
  background: url("/img/Rectangle34624997.png") no-repeat center center;
  background-size: contain;
  max-width: 508px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.coming_text h1 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 190px;
  color: #fff;
  line-height: 0.7;
}
.coming_text span {
  display: inline-block;
  background: #D9C40D;
  color: #00616D;
  border-radius: 25px;
  font-size: 103px;
  line-height: 1;
  text-align: center;
  padding: 0 20px 15px;
  transform: rotateZ(8deg);
  margin: 0 0 -40px 80px;
}
.left_section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
  color: #FFFFFF;
}
.left_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.right_section {
  max-width: 660px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.man_img_holder {
  background: url("/img/Rectangle34624998.png") no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.men_img {
  position: relative;
  padding: 60px 0 0 50px;
}
.tech_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech_img{
  width: 656px;
  animation-name: rotate-center;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 10;
  animation-direction: normal;
  animation-fill-mode: none;

  /* shorthand
  animation: rotate-center 1s linear 0s 1 normal none;*/
}
@keyframes rotate-center {

  0% {
    transform:rotate(0);
  }
  100% {
    transform:rotate(360deg);
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer ul li {
  padding: 0 40px;
}
.footer ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.tel {
  background: url("/img/Call.svg") no-repeat 0 50%;
}
.footer ul li.tel a {
  font-weight: 700;
}
.footer ul li.email {
  background: url("/img/Message.svg") no-repeat 0 50%;
}
.footer address {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  padding: 0 0 0 40px;
  background: url("/img/Location.svg") no-repeat 0 50%;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1300px) {
  .header {
    margin-bottom: 0;
  }
  .left_section {
    max-width: 400px;
    width: 100%;
  }

  .coming_text h1 {
    font-size: 130px;
  }
  .coming_text span {
    font-size: 60px;
    padding: 0 20px 15px;
    transform: rotateZ(8deg);
    margin: 0 0 -40px 50px;
  }
  .right_section {
    max-width: 550px;
  }
  .men_img {
    max-width: 90%;
  }
  .tech_img {
    right: 0;
  }
  .footer {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    margin-bottom: 30px;
  }
  .site_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .left_section {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .coming_text h1 {
    font-size: 130px;
    max-width: 320px;
  }
  .left_section h2 {
    margin-bottom: 5px;
  }
  .coming_text span {
    font-size: 60px;
    padding: 0 20px 15px;
    transform: rotateZ(8deg);
    margin: 0 0 -40px 50px;
  }
  .right_section {
    max-width: 540px;
  }
  .site_wrapper {
    padding: 40px;
  }
  .footer {
    flex-direction: column;
  }
  .footer ul {
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 767px) {
  .site_wrapper {
    padding: 20px;
  }
  .right_section {
    max-width: 400px;
  }
  .tech_img {
    right: 0;
  }
  .men_img {
    padding: 40px 0 0 10px;
  }
  .footer {
    padding-top: 20px;
  }
  .left_section h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .footer ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer ul li {
    margin-bottom: 15px;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

