/*GENERIC CSS*/

.container {
    max-width: 1820px;
}

.container-fluid {
    max-width: 1820px;
}

html {
    scroll-behavior: smooth;
  }

body {
    background-color: rgb(7, 11, 13);
}

h2 {
    font-family: 'nexalight';
    font-size: 28px;
    color: #fff;
}

h2:after
{
    content:'';
    display:block;
    margin-top: 6px;
    border-bottom:1px solid #fff;

}

.btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
}


/*FONTS*/

@font-face {
    font-family: 'nexalight';
    src: url("../fonts/Nexa\ Light.otf"); }
  
  @font-face {
    font-family: 'nexabold';
    src: url("../fonts/Nexa\ Bold.otf"); }


/*NAVBAR*/

.navbar {
    height: 3rem;
    z-index: 4;
    background-color: rgb(7, 11, 13); 
}



.nav-item .nav-link {
    font-family: 'nexalight';
    font-size: 0.9rem;
    font-weight: 100;
    color: #fff;
    padding: 1px;
}

.navbar-nav li {
    font-weight: 100;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.centerLogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    margin-top: 1.5rem;
    max-width: 25rem;
}

/*BACKGROUND PIC SLIDER*/
.slider {
    height: 55vh;
    background: transparent;
}

/*CARS*/
/*PICKER*/

.picker-row {
    position: relative;
    max-width: 75%;
    margin: auto;
    padding: 10px 0 10px 0;
}

.picker-row:before {
    display: block;
    background-color: rgb(7, 11, 13);
    position: absolute;
    left: -500%;
    top: 0;
    width: 2000vw;
    height: 100%;
    content: " ";
    z-index: 0;
    white-space: nowrap;
}

.picker-size {
    position: relative;
    max-width: 140px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.picker-size img {
    max-width: 100%;
    margin: auto;
}


.picker-arr-left-cont, .picker-arr-right-cont {
    position: relative;
    height: 120px;
    width: 200px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}


.fa-chevron-left, .fa-chevron-right {
    color: #1ba7c8;/* rgb(16, 22, 27) */
    font-size: 200%;
}

.fa-chevron-left {
    left: 40px;
}

.PRESENTATION-SECTION {
    padding: 50px;
    background-color: ;
    background: repeating-linear-gradient(45deg , rgb(7, 11, 13), rgb(27, 33, 38));
    padding: 0;
    overflow: hidden;
}

/*LOGO BIG*/

.logo-container {
    max-width: 100%;
    margin: 0;
}


.end-logo {
    height: 60%;
    padding-bottom: 140px;
    padding-top: 140px;
    margin: auto;
    background-color: transparent;
    font-size: 28px;
}

.logo-big {
    background-color: rgb(16, 22, 27);
    max-width: 220px;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    position: relative;
    margin: 0;
    background-color: transparent;
}

.end-logo:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #ffffff;
    top: 50%;
    width: 200px;
    left: 15%;
  }
  
.end-logo:after {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #ffffff;
    top: 50%;
    width: 200px;
    right: 15%;
}




/*FOOTER*/

footer {
    background-color: rgb(7, 11, 13);
}

.footer-wrapper .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.footer-wrapper {
    position: relative;
    padding: 40px 0px 40px 0px;
}

.footer-info {
    width: 50%;
    color: rgb(189, 195, 199);
    padding-left: 150px;
    padding-right: 0;
    z-index: 5;
}

.footer-info-container {
    height: 160px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #1ba7c8;
    font-size: 13px;
    font-weight: 400;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.footer-info ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}

.footer-info ul p {
    margin-bottom: 13px;
    z-index: 5;
}

#CVR {
    margin: 0;
}

.footer-hydr-logo {
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    padding-right: 0;
}

.footer-hydr-logo div {
    padding: 15px;
}

.footer-hydr-logo img {
    max-width: 150px;
}

.footer-icons {
    padding-right: 0;
    font-size: 21px;
    color: #fff;
    padding-right: 150px;
    padding-left: 0;
}

.footer-icons-container {
    border-right:1px solid #1ba7c8;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 160px;
    padding-right: 13px;
}

.footer-icons-container ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer-icons-container ul button {
    background-color: transparent;
    border: none;
}

.footer-icons-container ul button:active {
    outline: none;
    border: none;
}

button:focus {outline:0;}

.fa-facebook-f {
    padding-right: 6.5px;
    margin-bottom: 14px;
    color: #fff;
    cursor: pointer;
}

.fa-instagram {
    padding-right: 3px;
    margin-bottom: 14px;
    color: #fff;
    cursor: pointer;
}
.fa-twitter {
    padding-right: 1px;
    margin-bottom: 7px;
    color: #fff;
    cursor: pointer;
}
.fa-youtube {
    padding-right: 5px;
    color: #fff;
    cursor: pointer;
}

/* HOVER EFFECTS */


/* Navbar */

/* Underline From Left */
  .nav-item:not(.active) .nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .nav-item:not(.active) .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1ba7c8;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .nav-item:not(.active) .nav-link:hover:before, .nav-item:not(.active) .nav-link:focus:before, .nav-item:not(.active) .nav-link:active:before {
    right: 0;
  }

  .active .nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }

  .active .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ba7c8;
    height: 2px;
  }

/* Social Media */

/* Bounce In */
.footer-icons-container ul i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .footer-icons-container ul i:hover, .footer-icons-container ul i:focus, .footer-icons-container ul i:active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  /* Navbar Logo */

  /* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
    16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
    }
    33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
    }
    49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
    }
    66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
    }
    83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
    }
    100% {
      -webkit-transform: skew(0);
      transform: skew(0);
    }
  }
  @keyframes hvr-wobble-skew {
    16.65% {
      -webkit-transform: skew(-12deg);
      transform: skew(-12deg);
    }
    33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
    }
    49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
    }
    66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
    }
    83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
    }
    100% {
      -webkit-transform: skew(0);
      transform: skew(0);
    }
  }
  .centerLogo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .centerLogo img:hover, .centerLogo img:focus, .centerLogo img:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

  /* Picker Images */


  /* Grow */
  .picker-size:not(.active) img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .picker-size:not(.active) img:hover, .picker-size:not(.active) img:focus, .picker-size:not(.active) img:active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  /* About btn */

  /* Grow */
.cars-about-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .cars-about-btn:hover, .cars-about-btn:focus, .cars-about-btn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
