/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.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.
 */

 @import 'all.css';
 @import 'owl.carousel.css';

 /* @font-face {
  font-family: 'geometrica';
  font-weight: 900;
  src: url('../fonts/geometrica-black-webfont.woff2') format('woff2'),
       url('../fonts/geometrica-black-webfont.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'geometrica';
  font-weight: 600;
  src: url('../fonts/geometrica-bold-webfont.woff2') format('woff2'),
       url('../fonts/geometrica-bold-webfont.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'geometrica';
  font-weight: 400;
  src: url('../fonts/geometrica-book-webfont.woff2') format('woff2'),
       url('../fonts/geometrica-book-webfont.woff') format('woff');
  font-style: normal;
} */

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

:root {
  --base-padding: 147px;
  --white: #fff;
  --dark-blue: #000226;
  --blue: #316bb4;
  --grey-light: #e7e8e9;
  --font-color: #676874;
  --grey-dark: #17171a;
 }

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

html {
  color: var(--font-color);
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-size: 17px;
  font-weight: 400;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
 */

.sr-only {
  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 .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.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
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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;
}

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

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@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;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 85px;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0;
  margin-top: 0;
  width: 100%;
  color: var(--dark-blue);
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0;
  margin-top: 0;
  width: 100%;
  color: var(--dark-blue);
}

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0;
  margin-top: 0;
  width: 100%;
  color: var(--dark-blue);
}

h1 strong,
h2 strong,
h3 strong {
  color: var(--dark-blue);
}

p {
  line-height: 1.6em;
}

button {
  display: inline-flex;
  background: var(--dark-blue);
  border: 0px solid transparent;
  color: var(--white);
  padding: 0 20px;
  height: 40px;
  align-items: center;
  font-weight: 600;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

button:hover {
  background: var(--white);
  color: var(--dark-blue);
}

button i {
  margin-left: 10px;
}

.col-50 {
  width: 50%;
}

.col-100 {
  width: 100%;
}

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

.mb {
  margin-bottom: var(--base-padding);
}

.mt {
  margin-top: var(--base-padding);
}

.pb {
  padding-bottom: var(--base-padding);
}

.pt {
  padding-top: var(--base-padding);
}

.dark_blue {
  color: var(--white);
  background: var(--dark-blue);
}

.dark_blue strong,
.dark_blue h1,
.dark_blue h2,
.dark_blue h3 {
  color: var(--white);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  z-index: 10;
  height: 132px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,2,38, 0);
  transition: all 0.3s 0s ease-in-out;
}

.navbar.has-bg {
  background: rgba(0,2,38, 0.95);
  height: 80px;
}

.logo img {
  max-width: 100%;
}

.navbar.has-bg .logo {
  width: 45px;
  height: 45px;
  margin-left: 45px;
}

.navbar .logo {
  width: 100px;
  height: 100px;
  margin-left: 5%;
  transition: all 0.3s 0s ease-in-out;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.navbar ul li a {
  display: block;
  padding: 10px;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  opacity: 0.6;
}

.navbar ul li.menu--active a {
  color: var(--white);
  opacity: 1;
}

.navbar ul li.is-active a {
  color: var(--blue);
}

.navbar .far.fa-envelope {
  margin-right: 45px;
}

.navbar .lang-switch {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.navbar .lang-switch .lang-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border-radius: 2px;
}

.navbar .lang-switch .lang-menu img {
  width: 20px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.navbar .lang-switch .lang-menu img:last-child {
  margin-bottom: 0;
}

.navbar .lang-switch:hover .lang-menu {
  display: block;
}

.hero {
  height: 100vh;
  background: var(--dark-blue);
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.hero.small {
  height: 70vh;
}

.hero.small .header-slider .slide {
  height: 70vh;
}

.header-slider .owl-item {
  position: relative;
}

.header-slider .owl-item .slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0,2,38);
  background: -moz-linear-gradient(145deg, rgba(0,2,38,1) 15%, rgba(0,2,38,0) 54%);
  background: -webkit-linear-gradient(145deg, rgba(0,2,38,1) 15%, rgba(0,2,38,0) 54%);
  background: linear-gradient(145deg, rgba(0,2,38,1) 15%, rgba(0,2,38,0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000226",endColorstr="#000226",GradientType=1);
  z-index: 2;
}

.hero .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.product-hero .container {
  display: block;
}

.product-hero h2 {
  font-size: 80px;
  display: block;
}

.product-hero .product-logo {
  display: block;
  max-width: 100%;
}

.header-slider .slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.product-slider .slide img {
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -600px;
  transform: translateY(-50%);
  max-height: 95%;
}

.product-slider .owl-item .slide:before {
  content: none;
}

.product-hero h1,
.product-hero h2,
.product-hero h3 {
  color: var(--white);
}

.content {
  padding: var(--base-padding) 0;
}

.container {
  margin: 0 auto;
  max-width: 1590px;
  width: 100%;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}

.container.no-wrap {
  flex-wrap: wrap;
}

.container.center {
  justify-content: center;
}

.area-wrapper {
  width: 100%;
  display: flex;
}

.area {
  display: block;
  overflow: hidden;
  color: var(--white);
  background: var(--dark-blue);
  height: 70vh;
  overflow: hidden;
  position: relative;
  transition: all 0.3s 0s ease-in-out;
  text-decoration: none;
  width: 33.3%;
  transition: all 0.2s 0s ease-in-out;
}

.area-content {
  padding: 62px;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background: rgb(0,2,38);
  background: -moz-linear-gradient(0deg, rgba(0,2,38,0.98) 30%, rgba(0,2,38,0.3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,2,38,0.98) 30%, rgba(0,2,38,0.3) 100%);
  background: linear-gradient(0deg, rgba(0,2,38,0.98) 30%, rgba(0,2,38,0.3) 100%);

  background-size:1px 200%;
  background-position: 0 100%;
  transition: all 0.2s 0s ease-in-out;
}

.area-content h3 {
  color: var(--white);
  width: auto;
  position: relative;
  margin: 0px;
}

.area-content .area-icon {
  max-width: 100%;
  width: 60px;
  margin-bottom: 20px;
}

.area-content p {
  font-size: 0.9em;
}

.area-description {
  opacity: 0;
  font-weight: 900;
  font-size: 25px;
  transition: all 0.3s 0s ease-in-out;
}

.area-link i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  right: 0;
  transition: all 0.2s 0.4s cubic-bezier(.17,.67,.94,1.23);
}

.area-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(100%);
  transition: all 0.3s 0s ease-in-out;
  opacity: 1;
  height: 70vh;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}

.area:hover .area-image {
  transform: translate(-50%, -50%) scale(103%);
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0);
}

.area:hover i {
  right: -5px;
}

.area:hover .area-content {
  transition: all 0.2s 0s ease-in-out;
  background-size:1px 100%; 
}

.clients {
  background: var(--grey-light);
}

.footer {
  color: var(--white);
  background: var(--dark-blue);
}

.footer a {
  color: var(--white);
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.8;
}

.footer strong {
  color: var(--white);
}

.footer img {
  margin: 60px 0;
  opacity: 0.4;
}

.footer .container {
  align-items: center;
}

.footer .col-50 {
  display: flex;
  align-items: flex-end;
}

.footer .footer-bottom {
  border-top: rgba(255,255,255,0.1) 1px solid;
  color: var(--font-white);
  padding: 20px;
  font-size: 12px;
}

.products .container-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product {
  background: var(--grey-light);
  height: 817px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  position: relative;
}

.product.col-100 {
  width: 100%;
}

.product .product-name {
  position: absolute;
  bottom: 30px;
  /* writing-mode: sideways-lr;   /* Webkit browsers don't support `sideways-lr` yet */
  writing-mode: vertical-rl;
  font-weight: 600;
}

.product.left .product-name {
  left: 30px;
}

.product.right .product-name {
  right: 30px;
}

.product img {
  max-width: 100%;
}

.popup {
  position: fixed;
  background: rgba(0,2,38, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
}

.popup.open {
  display: flex;
}

.popup .popup-body {
  width: 50vw;
  color: var(--white);
  box-sizing: border-box;
  padding: 0 80px;
}

.popup .popup-close {
  font-size: 20px;
  color: var(--white);
  position: fixed;
  top: 45px;
  right: 50px;
  z-index: 99999;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
textarea {
  background: var(--white);
  color: var(--grey-dark);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  height: 40px;
  width: calc(100% - 30px);
  font-size: 15px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 15px;
}

textarea {
  height: 200px;
  padding: 10px 15px;
}

.open-popup {
  cursor: pointer;
}

.owl-nav {
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  max-width: 1590px;
  width: 100%;
  bottom: 20px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: flex;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1000;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.2s 0s ease-in-out;
  background: #fff;
  color: var(--dark-blue);
  margin: 0;
  display: block;
  border-radius: 0;
  height: 60px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customNextBtn,
.customPrevBtn {
  position: relative;
  left: 0;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next:hover .customNextBtn {
  left: 5px;
  transition: all 0.2s 0s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover .customPrevBtn {
  left: -5px;
  transition: all 0.2s 0s ease-in-out;
}

.hero .text-center .owl-nav {
  display: none;
}

.menu-button {
  display: none;
}

.remove-pt {
  padding-top: 0;
}

@media (max-width: 1280px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .product-hero h2 {
    font-size: 60px;
  }

  .product-slider .slide img {
    max-height: 80%;
  }

  .product-hero .container {
    margin-left: 30px;
  }

}

@media (max-width: 768px) {
 :root {
    --base-padding: 60px;
  }

  html {
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
    overflow-x: hidden;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .container {
    padding: 0 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .col-50 {
    width: 100%;
  }

  .area-wrapper {
    flex-direction: column;
  }

  .area {
    width: 100%;
    height: 320px;
  }

  .area-content {
    padding: 30px;
  }

  .area-description {
    font-size: 18px;
  }

  .area-link {
    right: 30px;
    bottom: 30px;
  }

  .hero .owl-carousel .owl-item {
    height: 100vh;
  }

  .hero .owl-carousel .owl-item .slide {
    overflow: hidden;
  }

  .hero .owl-carousel .owl-item img {
    width: auto;
    max-height: 100%;
  }

  .navbar ul {
    display: none;
  }

  .product {
    padding: 30px;
    height: auto;
  }

  .footer .col-50 {
    display: block;
  }

  .menu-button {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
  }

  .menu.open {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    padding: 20px;
    text-align: center;
  }

  .has-bg .menu.open {
    background: rgba(0,2,38, 0.95);
  }

  .popup {
    flex-wrap: wrap;
  }

  .popup .mapouter,
  .popup .gmap_canvas {
    width: 100vw;
    height: 25vh;
  }

  .popup .popup-body {
    width: 100vw;
    height: 75vh;
    margin: 0;
    padding: 20px;
  }

  .popup .popup-close {
    color: var(--dark-blue);
  }

  * {
    box-sizing: border-box;
  }

  .hero.product-hero {
    flex-direction: column;
  }

  .product-hero .container {
    position: relative;
    top: 40px;
    left: unset;
    right: unset;
    transform: none;
    text-align: center;
  }

  .product-hero h2 {
    font-size: 40px;
  }

  .product-hero .product-logo {
    margin: 0 auto;
    max-width: 100px;
  }

  .product-hero .container {
    margin-left: 0;
  }

  .product-slider .slide img {
    margin: 0 auto;
    bottom: unset;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    transform: none;
    max-width: 80%;
    max-height: 95%;
  }
  

  .hero.product-hero,
  .hero.product-hero .owl-carousel .owl-item,   
  .hero.product-hero .header-slider .slide {
    height: 100%;
  }

  .product.left .product-name,
  .product.right .product-name {
    left: 10px;
    bottom: 10px;
    right: unset;
    writing-mode: unset;
  }
}