/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  color: #444444; }

a {
  color: #4154f1;
  text-decoration: none; }

a:hover {
  color: #717ff5;
  text-decoration: none; }

main section {
  padding: 0;
  overflow: hidden;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.header {
  transition: all .3s ease-in-out;
  background-color: transparent;
  /**
  * Mobile Navigation
  */ }
  .header.header-scrolled {
    background-color: #212934;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header .navbar-logo {
    display: none; }
    .header .navbar-logo .img-fluid {
      margin: 0; }
  .header .navbar {
    padding: 0 0 0 40px;
    width: 100%;
    min-height: 4rem; }
    .header .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
      width: 100%; }
      .header .navbar ul li {
        position: relative; }
        .header .navbar ul li a, .header .navbar ul li a:focus {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px 30px 10px 30px;
          font-size: 16px;
          font-weight: 400;
          color: white;
          white-space: nowrap;
          transition: all 0.3s ease-in-out;
          text-align: center;
          position: relative; }
          .header .navbar ul li a i, .header .navbar ul li a:focus i {
            font-size: 18px;
            line-height: 0; }
          .header .navbar ul li a.active:after, .header .navbar ul li a:focus.active:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            animation: .5s header-link-active .18s ease-in-out forwards;
            background-color: white; }
@keyframes header-link-active {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
  .header .mobile-nav-toggle {
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s; }
  .header .mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999; }
    .header .mobile-menu .navbar-collapse {
      display: block !important; }
    .header .mobile-menu .nav-logo {
      position: relative;
      padding: 50px 25px;
      text-align: left; }
    .header .mobile-menu .menu-backdrop {
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #000;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%);
      transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -webkit-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease; }
    .header .mobile-menu .menu-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow-y: auto;
      background: #212934;
      padding: 0px 0px;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      border-radius: 0px;
      -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
      transform: translateX(101%); }
    .header .mobile-menu .mobile-menu-close-btn {
      position: absolute;
      right: 25px;
      top: 10px;
      line-height: 30px;
      width: 24px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer;
      z-index: 10;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }
      .header .mobile-menu .mobile-menu-close-btn:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .header .mobile-menu .navigation {
      position: relative;
      display: block;
      width: 100%;
      float: none; }
      .header .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .header .mobile-menu .navigation li a {
          position: relative;
          display: block;
          line-height: 24px;
          padding: 10px 25px;
          font-size: 15px;
          font-weight: 500;
          color: #ffffff;
          text-transform: uppercase;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease; }
          .header .mobile-menu .navigation li a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            border-left: 5px solid #fff;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease; }
        .header .mobile-menu .navigation li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header .mobile-menu .contact-info {
      position: relative;
      padding: 80px 30px 20px 30px; }
      .header .mobile-menu .contact-info h4 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px; }
      .header .mobile-menu .contact-info ul li {
        position: relative;
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 3px; }
        .header .mobile-menu .contact-info ul li a {
          color: rgba(255, 255, 255, 0.8); }
    .header .mobile-menu.mobile-menu-visible {
      overflow: hidden;
      opacity: 1;
      visibility: visible; }
      .header .mobile-menu.mobile-menu-visible .menu-backdrop {
        opacity: 0.70;
        visibility: visible;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .header .mobile-menu.mobile-menu-visible .menu-box {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .header .mobile-menu.mobile-menu-visible .mobile-menu-close-btn {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }

.banner {
  height: 85vh;
  background-image: linear-gradient(180deg, rgba(233, 78, 27, 0.6) 0%, rgba(252, 234, 16, 0.9)), url(../img/backgrounds/banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .banner .banner_logo-container {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .banner .banner_logo-container .divider {
      width: 0;
      height: 2px;
      background-color: white;
      animation: 1s divider-show 1s ease-in-out forwards;
      margin: 1rem 0 1rem 0; }
@keyframes divider-show {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
    .banner .banner_logo-container h1 {
      width: 100%;
      color: white;
      font-size: 2rem;
      font-weight: 300; }

.about {
  background-color: #212934;
  position: relative;
  overflow-y: visible;
  overflow-x: clip;
  padding-bottom: 3rem; }
  .about svg {
    position: absolute;
    width: 100%;
    top: -299px; }
    .about svg.about_wave-shadow {
      top: -305px;
      opacity: .5; }
  .about .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    align-items: center;
    padding-top: 2rem; }
    .about .container h1, .about .container h3 {
      color: white;
      width: 100%; }
    .about .container h1 {
      margin-bottom: 1.5rem;
      text-align: center; }
    .about .container h3 {
      font-weight: 200;
      padding: 2rem;
      text-align: justify;
      line-height: 1.6;
      font-size: 1.5rem; }
  .about .oil-derrick {
    position: absolute;
    background: url("../img/backgrounds/oil.webp"); }

.experience {
  background-color: #212934;
  position: relative;
  padding-bottom: 4rem; }
  .experience .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    align-items: center;
    padding-top: 2rem; }
    .experience .container h1, .experience .container h3 {
      color: white;
      width: 100%; }
    .experience .container h1 {
      margin-bottom: 1.5rem;
      text-align: center; }
    .experience .container h3 {
      font-weight: 200;
      padding: 2rem;
      text-align: justify;
      line-height: 1.6;
      font-size: 1.5rem; }
    .experience .container .row {
      margin: 0; }
      .experience .container .row.second-row {
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .experience .container .row .img-col {
        padding: 2rem; }
        .experience .container .row .img-col .img-fluid {
          border-radius: 1rem;
          opacity: .7;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.8); }
      .experience .container .row .text-col {
        padding: 0; }

.contacts {
  position: relative;
  padding-bottom: 4rem; }
  .contacts .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    align-items: center;
    padding-top: 2rem; }
    .contacts .container h1 {
      color: #212934;
      width: 100%;
      margin-bottom: 1rem;
      text-align: center; }
    .contacts .container .row {
      margin: 0; }
      .contacts .container .row .col-12 {
        padding: 2rem; }
        .contacts .container .row .col-12 ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .contacts .container .row .col-12 ul li {
            color: #212934;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            justify-content: center; }
            .contacts .container .row .col-12 ul li a, .contacts .container .row .col-12 ul li a:focus {
              color: #212934; }
            .contacts .container .row .col-12 ul li i {
              margin-right: 1rem;
              font-size: 2rem;
              color: #e94e1b; }
        .contacts .container .row .col-12 .contacts-card {
          border-radius: 1rem; }

footer {
  background-color: #212934;
  margin: 0;
  height: 2rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; }

@media (max-width: 991px) {
  .header .navbar .mobile-nav-toggle {
    display: block; }
  .header .navbar ul {
    display: none; }
  .header.header-scrolled .navbar-logo {
    display: block; }

  main .banner {
    background-image: linear-gradient(180deg, rgba(233, 78, 27, 0.6) 0%, rgba(252, 234, 16, 0.9)), url(../img/backgrounds/banner_mobile.webp);
    background-attachment: unset; }
    main .banner .banner_logo-container {
      width: 100%;
      padding: 1.5rem; }
      main .banner .banner_logo-container h1 {
        font-size: 1.7rem; }
      main .banner .banner_logo-container .divider {
        height: 1px; }
  main .about svg {
    width: 140%;
    left: -15%; }
  main .experience .second-row {
    flex-direction: column-reverse; }
  main .contacts .container .row .map-col {
    padding: .5rem; } }

/*# sourceMappingURL=style.css.map */
