@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap');

/**/

/*Efecte meniu*/
/*Efecte meniu*/
.menu__col li a{
    transition:0.3s;
}

.menu__col li a:hover{
    transition:1s;
    color:#8DD541;
}



body {
    margin: 0;
}

@font-face {
    font-family: 'Mullish-Regular';
    src: url('../fonts/Mulish-Regular.ttf');
    src: url('../fonts/Mulish-Regular.otf') format('otf'),
    url('../fonts/Mulish-Regular.woff') format('woff'),
    url('../fonts/Mulish-Regular.woff2') format('woff2'),
    url('../fonts/Mulish-Regular.eot') format('eot');

}

@font-face {
    font-family: 'Mullish-Bold';
    src: url('../fonts/Mulish-Bold.ttf');
    src: url('../fonts/Mulish-Bold.otf') format('otf'),
    url('../fonts/Mulish-Bold.woff') format('woff'),
    url('../fonts/Mulish-Bold.woff2') format('woff2'),
    url('../fonts/Mulish-Bold.eot') format('eot');
}

:root {
    --white: #ffffff;
    --dark-green: #1d5140;
    --green: #8dd541;
    --font-size-p-mobile: 12px;
}

* {
    box-sizing: border-box;
    outline: none;
}

[type=submit] {
    outline: none!important;
    outline-style: none!important;
    border: 0;
}

@media screen and (min-width: 760px) {

    .header .dropdown li {
        border-bottom: 0.1vw solid #FFFFFF18;
    }

    .header .dropdown {
        padding-top: 1.5vw;
    }

    .container {
        max-width: 80vw;
        margin: auto;
    }

    .hero__top {
        height: 50vw;
        background-image: url("../img/bg_top.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 9999999;
        top: 0;
    }

    .header img {
        width: 10vw;
    }

    .hero__top__title {
        padding-top: 20vw;
        padding-left: 10vw;
        color: var(--white);
        font-size: 4vw;
        font-family: 'Racing Sans One', cursive;
        font-weight: bold;
    }

    .hero__top__title span {
        color: var(--green);
    }

    .four__cards .card {
        background-image: url("../img/pattern-verde.jpg");
        background-size:cover;
        color: white;
        text-align: center;
        padding: 2vw 1vw;
    }
    .main__page .four__cards .container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1vw;
    }
    .portfolio__single__cards .four__cards .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 1vw;
    }

    .four__cards .card h3 {
        font-family: 'Lobster', cursive;
        font-weight: normal;
        font-size: 1.7vw;
    }

    .four__cards .card p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1vw;
    }

    .four__cards .card svg {
        width: 4vw;
    }

    .four__cards {
        margin-top: -10vw;
        z-index: 10;
        position: relative;
    }

    .why__choose:before{
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
    }

    .why__choose {
        /* background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        z-index:1;
        width: 50.1vw;
        margin-top: -13.5vw;
        padding-top: 11vw;
        z-index: 5;
        height: 35vw;
        display: flex;
        align-items: center;
        position: relative;
    }

    .why__choose div {
        width: 32vw;
        margin: auto;
        text-align: center;
    }

    .why__choose h2, .our__mission__card h2, .our__project__card h2, .consulting__area__card h2, .newsletter__area__card h2, .our__mission__about h2, .our__objectives__about h2  {
        font-size: 2.5vw;
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
        margin: 0;
    }

    .why__choose p, .our__mission__card p, .our__project__card p, .consulting__area__card p, .our__mission__about p, .our__objectives__about p  {
        font-size: 1vw;
        color: white;
        font-family: 'Open Sans', sans-serif;
        margin: 2vw 0vw;
    }

    .why__choose__img img {
        width: 60vw;
    }

    .why__choose__img {
        width: 100%;
        text-align: right;
        margin-top: -20vw;
        z-index: 4;
        position: relative;
    }

    .our__mission img {
        width: 100%;
    }

    .our__mission {
        margin-top: -10vw;
        position: relative;

    }

    .our__mission__card:before{
         background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
    }

    .our__mission__card {
        /* background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        z-index:1;
        width: 46vw;
        padding: 5vw 3vw;
        position: absolute;
        top: 20vw;
        right: 3vw;
    }

    .our__mission__card h2 {
        text-align: center;
    }

    .outlined__text {
        width: 100%;
        position: absolute;
        top:-5vw;
        left: 0;
        z-index: 998;
    }
    .our__project__card:before{
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
    }
    .our__project__card {
        /* background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        z-index:1;
        width: 50.1vw;
        padding: 5vw 0vw;
        text-align: center;
        margin-top: -1vw;
        position: relative;
    }

    .our__project img {
        width: 60vw;
        margin-top: -10vw;
        z-index: -1;
        position: relative;
    }

    .our__project {
        text-align: right;
    }

    .two__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1vw;
        margin-top: -15vw;
    }

    .two__grid .cars__card {
        text-align: center;
        background-image: url("../img/bg_card.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 20vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2vw;
    }

    .two__grid h3 {
        color: white;
        font-family: 'Lobster', cursive;
        font-size: 1.7vw;
        font-weight: Normal;
    }

    .two__grid p {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 1vw;
    }

    .container__two__grid {
        width: 70vw;
        margin: auto;
    }

    .top__arrow {
        position: absolute;
        top:0vw;
        width: 2vw;
        height: 2vw;
    }

    .cars__card {
        position: relative;
    }

    .consulting__area__card:before{
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
    }

    .consulting__area__card {
        /* background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        z-index:1;
        width: 49vw;
        padding: 5vw 3vw;
        text-align: center;
        margin-left: auto;
        margin-right: 0;
        position: relative;
    }

    .consulting__area {
        margin-top: 5vw;
    }

    .consulting__area img {
        width: 62.5vw;
        margin-top: -15vw;
        z-index: -1;
        position: relative;
    }

    .three_cards .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1vw;
        margin-top: -15vw;
    }

    .three_cards .card {
        background-image: url("../img/pattern-verde.jpg");
        background-size:cover;
        color: white;
        text-align: center;
        padding: 2vw 1vw;
    }

    .three_cards .card h3 {
        font-family: 'Lobster', cursive;
        font-weight: normal;
        font-size: 1.7vw;
    }

    .three_cards .card p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1vw;
    }

    .three_cards .card svg {
        width: 4vw;
    }

    .newsletter img {
        width: 100%;
    }

    .newsletter {
        position: relative;
        margin-top: 5vw;
    }

    .newsletter .outlined__text {
        margin-top: -10vw;
    }

    .newsletter__area__card:before{
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
    }

    .newsletter .newsletter__area__card {
        /* background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        z-index:1;
        width: 50vw;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        height: 19vw;
        display: flex;
        align-items: center;
    }



    .newsletter__form [type=email]{
        background-color: transparent;
        color: white;
        border: none;
        border-bottom: 1px solid var(--green);
        font-size: 1vw;
        padding: 0.5vw 1vw;
        margin-right: 2vw;
        width: 50%;
        outline: none;
    }

    .footer {
        background-color: var(--dark-green);
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.7vw;
        padding: 2vw 0;
        padding-bottom: 0vw!important;
    }

    .four__cols__footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 1vw;
    }

    .logo__footer {
        width: 15vw;
    }

    .footer p {
        line-height: 1vw;
    }

    .footer h5 {
        font-size: 1vw;
    }

    .footer .social__media svg {
        width: 2vw;
        height: 2vw;
        margin-top: 1vw;
        margin-right: 1vw;
    }

    .footer .contact__details svg {
        width: 1vw;
        height: 1vw;
        margin-right: 0.5vw;
    }

    .sub__footer p {
        font-size: 0.8vw;
    }

    .sub__footer {
        padding: 1vw 0 ;
        border-top: 1px solid #FFFFFF60;
        margin-top: 2vw;
        text-align: center;
    }

    .button__second {
        color: var(--dark-green);
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        border: 1px solid #fff;
        background: #fff;
        text-decoration: none;
        font-size: 1vw;
        padding: 0.5vw 1vw;
    }

    .button__second:hover {
        color: #8DD541;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        border: 1px solid #fff;
        background: #fff;
        text-decoration: none;
        font-size: 1vw;
    }

    .button__primary {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        /*border: 1px solid #8DD541;*/
        background: var(--green);
        text-decoration: none;
        font-size: 1vw;
        padding: 0.5vw 1vw;
        outline: none!important;
        outline-style: none!important;
    }

    .button__primary:hover {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        /*border: 1px solid var(--dark-green);*/
        background: var(--dark-green);
        text-decoration: none;
        font-size: 1vw;
    }

    .hide__on__desktop {
        display: none!important;
    }

    .newsletter__area__card div {
        width: 100%;
    }

    .newsletter__area__card h2 {
        margin-bottom: 2vw;
    }
    /*  CONTACT */
    .top__breadcrumbs {
        background-color: var(--dark-green);
        padding-top: 8vw;
        /*padding-bottom: 2vw;*/
    }


    .top__breadcrumbs h1 {
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
        font-size: 2.5vw;
    }

    .top__breadcrumbs span {
        color: var(--green);
    }

    .under__breadcrumbs__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 45vw;
        padding: 0vw 5vw;
        padding-top: 0vw;
        /*padding-top: 5vw;*/
        text-align: center;
        /*margin-left: auto;*/
        /*margin-right: 0;*/
        height: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .under__breadcrumbs__card h2 {
        font-size: 2.5vw;
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
        margin: 0;
        margin-bottom: 2vw;
    }

    .under__breadcrumbs__card p {
        font-size: 1vw;
        color: white;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    body > div.project__page > div.top__breadcrumbs > div.under__breadcrumbs > div.under__breadcrumbs__img{
        text-align: right;
        margin-top: -41vw;
        width: 100%;
    }
    .under__breadcrumbs__img {
        text-align: right;
        margin-top:  -47.3vw;
        width: 100%;
    }
    #porsche944image{
        margin-top: -40vw !important;
        height:40vw !important;
    }
    #porsche944image img{
        height: 100%;
        width: 55vw;
        object-fit: cover !important;
        object-position: center center !important;
    }
    #loganimg{
        margin-top: -40vw !important;
        height:40vw !important;
    }
    #loganimg img{
        height: 100%;
        width: 55vw;
        object-fit: cover !important;
        object-position: center center !important;
    }
    #remorqueimg{
        margin-top: -40vw !important;
        height:40vw !important;
    }
    #remorqueimg img{
        height: 100%;
        width: 55vw;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .under__breadcrumbs__img img {
        width: 55vw;
    }

    .row__2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1vw;
        /*grid-gap: 20px;*/
    }

    .form__contact input:not([type=submit]), .form__contact textarea {
        width: 100%;
        margin: 1vw 0;
        font-size: 1vw;
        padding: 0.5vw 0;
        border: 0.1vw solid #1D5140;
    }

    .form__contact .row__2__form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5vw;
    }

    .form__contact label {
        font-size: 1vw;
    }

    .form__contact {
        font-family: Roboto;
        color: #1D5140;
    }

    .map__contact {
        width: 100%;
        height: 20vw;
    }

    .contact__row {
        margin: 5vw 0;
    }

    .contact__row .contact__details svg {
        width: 1vw;
        height: 1vw;
        margin-right: 0.5vw;
    }

    .contact__row .social__media svg {
        width: 2vw;
        height: 2vw;
        margin-top: 1vw;
        margin-right: 1vw;
    }

    .contact__info__box {
        background-image: url("../img/pattern-verde.jpg");
        background-size:cover;
        color: white;
        width: 50%;
        margin: auto;
        padding: 1vw;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.8vw;
        margin-bottom: 2vw;
    }
      
}

@media screen and (min-width:768px) and (max-width: 992px){
  /*Title animation*/

  .hero__top__title .box{
    width: 18vw;
    height: 5vw;
}
.hero__top__title .box2{
    width: 33vw;
    height: 5vw;
    margin-top:-5.5vw;
}
.hero__top__title .box .title{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}
.hero__top__title .box2 .role{
    width:100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    top:5vw;
}

.hero__top__title .box .title .block{
    width: 0%;
    height: inherit;
    background: var(--dark-green);
    position: absolute;
    animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    display: flex;
    border-radius:25px;

}

.hero__top__title .box2 .role .block{
    width: 0%;
    height: inherit;
    background: var(--dark-green);
    position: absolute;
    animation: secBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
    animation-delay: 2s;
    display: flex;
    border-radius:25px;
}
  
.hero__top__title .box .title h1{
    color: var(--green);
    margin-right:50px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
}
.hero__top__title .box2 .role h1{
    animation: secFadeIn 2s forwards;
    animation-delay: 3.5s;
    opacity: 0;
    color: #ffffff;
}
  
.hero__top__title .box .title .plug {
    width: 4vw;
    height: 4vw;
    left: 18vw;
    top: 1.5vw;
    opacity:0;
    position: absolute;
    animation: mainFadeIn 3s forwards;
    animation-delay: 4s;
}
  
  
  @keyframes mainBlock {
    0% {
      width: 0%;
      left: 0;
  
    }
    50% {
      width: 100%;
      left: 0;
  
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  
  @keyframes secBlock {
    0% {
      width: 0%;
      left: 0;
  
    }
    50% {
      width: 100%;
      left: 0;
  
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  
  @keyframes mainFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  
  @keyframes secFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  
  
  @keyframes top {
    0% {
      opacity: 0;
       bottom: -80px
    }
    100% {
      opacity: 1;
       bottom: 0px
  
    }
  }
}
@media screen and (max-width:760px){
    .hero__top__title .title h1 .electric{
        display:flex;
        align-items: center;
        justify-content: center;
        color:var(--green);
        position:relative;
        z-index:100;
    }
    .hero__top__title .title h1 #white{
        display: flex;
        align-items: center ;
        justify-content: center;
        position:relative;
        z-index:100;
    }
}
@media screen and (min-width: 760px) {
    .hero__top__title h1 #white{
        color:white;
    }
    /*Title animation*/


    .hero__top__title .title{
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        height: 160px;
    }


    .hero__top__title .title .block{
        width: 0%;
        height: 5vw;
        background: var(--dark-green);
        position: absolute;
        animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
        display: flex;
        border-radius:25px;
        margin-top:-5vw;
    }
      
    .hero__top__title .title h1 .electric{
        color: var(--green);
        margin-right: 50px;
        -webkit-animation: mainFadeIn 2s forwards;
        -o-animation: mainFadeIn 2s forwards;
        animation: mainFadeIn 2s forwards;
        animation-delay: 1.6s;
        opacity: 0;
        display:flex;
        flex-direction: row;
        align-items: center;
        position:relative;
    }
    .hero__top__title .title h1 .block{
        width: 0%;
        height: 5vw;
        background: var(--dark-green);
        position: absolute;
        animation: secBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
        animation-delay: 1.6s;
        display: flex;
        border-radius:25px;
        margin-top:0.3vw;
    }
    .hero__top__title .title h1 #white{
        animation: secFadeIn 3s forwards;
        animation-delay: 3s;
        opacity: 0;
        color: #ffffff;
        position:relative;
    }
      
    .hero__top__title .title .plug {
        width: 5vw;
        height: 5vw;
        opacity:0;
        animation: mainFadeIn 3s forwards;
        animation-delay: 3.5s;
        margin-left:0.5vw;
    }
      
      
      @keyframes mainBlock {
        0% {
          width: 0%;
          left: 0;
      
        }
        50% {
          width: 20%;
          left: 0;
      
        }
        100% {
          width: 0;
          left: 20%;
        }
      }
      
      @keyframes secBlock {
        0% {
          width: 0%;
          left: 0;
      
        }
        50% {
          width: 37%;
          left: 0;
      
        }
        100% {
          width: 0;
          left: 37%;
        }
      }
      
      @keyframes mainFadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      
      
      @keyframes secFadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      
      
      
      @keyframes top {
        0% {
          opacity: 0;
           bottom: -80px
        }
        100% {
          opacity: 1;
           bottom: 0px
      
        }
      }
}


@media screen and (max-width: 760px) {

    .container {
        width: 80%;
        margin: auto;
    }
    .hero__top {
        height: 300px;
        background-image: url("../img/bg_top.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero__top__title {
        color: white;
        width: 100%;
        text-align: center;
        padding-top: 100px;
        font-family: 'Racing Sans One', cursive;
        font-weight: bold;
        font-size: 24px;
    }

    .hero__top__title .box .title h1 {
        color: var(--green);
        margin-right: 5px;
    
    }
    .hero__top__title .box2{
        margin-top:-25px;
    }
    .header {
        position: fixed;
        width: 100%;
        z-index: 9999999;
        background-color: var(--dark-green);
        top: 0;
    }

    .header img {
        width: 100px;
    }

    .four__cards .container, .three_cards .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .four__cards .card h3, .three_cards .card h3 {
        font-family: 'Lobster', cursive;
        font-weight: normal;
        font-size: 16px;
    }

    .four__cards .card p, .three_cards .card p {
        font-family: 'Open Sans', sans-serif;
        font-size: var(--font-size-p-mobile);
    }

    .four__cards .card svg, .three_cards .card svg  {
        width: 50px;
    }

    .four__cards {
        margin-top: -40px;
        z-index: 10;
        position: relative;
        margin-bottom: 20px;
    }

    .four__cards .card, .three_cards .card {
        background-image: url("../img/pattern-verde.jpg");
        background-size:cover;
        color: white;
        text-align: center;
        padding: 20px 20px;
        /*max-width: 80%;*/
        /*margin: auto;*/
    }

    .three_cards {
        margin-top: 40px;
    }

    .why__choose, .our__mission__card, .our__project__card, .consulting__area__card, .newsletter__area__card, .under__breadcrumbs__card, .our__team__card, .market__structure__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        position: relative;
        text-align: center;
        padding: 20px 30px;
        /*margin-top: 30px;*/
        padding-bottom: 80px;
    }

    .why__choose h2, .our__mission__card h2, .our__project__card h2, .consulting__area__card h2, .newsletter h2, .under__breadcrumbs__card h2, .our__team__card h2, .market__structure__card h2 {
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }

    .why__choose p, .our__mission__card p, .our__project__card p, .consulting__area__card p, .under__breadcrumbs__card p, .our__team__card {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: var(--font-size-p-mobile);
        margin-bottom: 25px;
    }

    .why__choose__img img, .consulting__area img, .newsletter img {
        max-width: 80%;
        margin: auto;
        display: block;
        margin-top: -40px;
        z-index: 999;
        position: relative;
    }

    .our__mission .outlined__text, .newsletter .outlined__text {
        width: 80%;
        margin: auto;
        margin-top: auto;
        margin-top: -46px;
        position: relative;
        z-index: 9999;
        display: block;
    }

    .our__mission__card p {
        text-align: left!important;
    }

    .poza__misiune {
        max-width: 80%;
        margin: auto;
        display: block;
        margin-top: -40px;
        z-index: 999;
        position: relative;
    }

    .our__project__card p {
        text-align: left!important;
    }

    .our__project img {
        max-width: 80%;
        margin: auto;
        display: block;
        margin-top: -40px;
        z-index: 999;
        position: relative;
    }

    .two__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 20px;
    }

    .two__grid .cars__card {
        text-align: center;
        background-image: url("../img/bg_card.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 20vw;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*padding: 2vw;*/
    }

    .two__grid h3 {
        color: white;
        font-family: 'Lobster', cursive;
        font-size: 18px;
        font-weight: Normal;
        margin: 10px 0;
    }

    .two__grid p {
        text-align: left!important;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: var(--font-size-p-mobile);
    }

    .two__grid p {
        width: 80%;
        margin: auto;
    }

    .top__arrow {
        position: absolute;
        top:-1.5px;
        width: 20px;
    }

    .cars__card {
        position: relative;
        padding: 85px 0;
    }

    .newsletter__form [type=email]{
        background-color: transparent;
        color: white;
        border: none;
        border-bottom: 1px solid var(--green);
        font-size: 14px;
        padding: 5px 10px;
        /*margin-right: 2vw;*/
        width: 100%;
        margin: 20px 0px;
        outline: none;
    }

    .button__second {
        color: #8DD541;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        border: 1px solid #8DD541;
        background: none;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 10px;
    }

    .button__second:hover {
        color: var(--dark-green);
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        border: 1px solid var(--dark-green);
        background: none;
        text-decoration: none;
    }

    .button__primary {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        /*border: 1px solid #8DD541;*/
        background: var(--green);
        text-decoration: none;
        font-size: 14px;
        padding: 5px 10px;
        outline: none;
    }

    .button__primary:hover {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        /*border: 1px solid var(--dark-green);*/
        background: var(--dark-green);
        text-decoration: none;
        /*font-size: 1vw;*/
    }

    .hide__on__mobile {
        display: none!important;
    }

    .footer {
        background-color: var(--dark-green);
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: var(--font-size-p-mobile)!important;
        /*margin-top: 40px;*/
        /*padding: 2vw 0;*/
        /*padding-bottom: 0vw!important;*/
    }

    .footer {
        padding-top: 20px;
    }

    .logo__footer {
        width: 100px;
        text-align: center;
        margin: auto;
        display: block;
    }

    .social__media svg {
        width: 30px;
        margin-top: 20px;
        margin-right: 10px;
    }

    .contact__details svg {
        width: 15px;
    }

    .sub__footer p {
        font-size: 12px;
    }

    .sub__footer {
        padding: 2px 0 ;
        border-top: 1px solid #FFFFFF60;
        /*margin-top: 2vw;*/
        text-align: center;
    }

    .top__breadcrumbs__holder {
        background-image: url("../img/Contact-Us.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
        padding-top: 100px;

    }

    .about__page .top__breadcrumbs__holder {
        background-image: url("../img/Our-Philosophy.jpg");
    }

    .top__breadcrumbs__holder h1 {
        background-color: var(--dark-green);
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bolder;
    }

    .top__breadcrumbs__holder h1 span {
        color: var(--green);
    }

    .top__breadcrumbs__holder .container {
        width: 50%;
        text-align: center;
        display:none;
    }

    .under__breadcrumbs__card p {
        text-align: left;
    }

    .under__breadcrumbs__card {
        padding-bottom: 20px!important;
    }

    .under__breadcrumbs__img {
        display: none;
    }

    .form__contact input:not([type=submit]), .form__contact textarea {
        width: 100%;
        margin: 10px 0;
        font-size: 12px;
        padding: 5px 0;
        border: 1px solid #1D5140;
    }

    .form__contact label {
        font-size: 12px;
    }

    .form__contact {
        font-family: Roboto;
        color: #1D5140;
        margin: 20px 0;
    }

    .contact__info__box {
        background-image: url("../img/pattern-verde.jpg");
        background-size:cover;
        color: white;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .map__contact {
        width: 100%;
        height:300px;
    }


    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    .plug{
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
    }
    body > div.project__page > div.top__breadcrumbs > div.under__breadcrumbs > div.under__breadcrumbs__card > div > h1{
        color:white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
    }

}

/* HEADER */
@media screen and (min-width: 760px) {
    .row__header {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    nav {
        font-family: Roboto;
        font-size: 1vw;
        font-weight: 600;
    }


    ul {
        background: var(--dark-green);
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    li {
        color: #fff;
        /*background: darkorange;*/
        display: block;
        float: left;
        padding: 0.5vw 1vw;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
    }

    li a {
        color: #fff;
        text-decoration: none;
    }

    li:hover {
        /*background: red;*/
        cursor: pointer;
    }

    ul li ul {
        background: var(--dark-green);
        /*visibility: hidden;*/
        /*opacity: 0;*/
        /*min-width: 5rem;*/
        position: absolute;
        /*transition: all 0.5s ease;*/
        /*margin-top: 1vw;*/
        left: 0;
        display: none;
    }

    /*ul li:hover > ul,*/
    /*ul li:focus-within > ul, !* this is the line we add *!*/
    /*ul li ul:hover {*/
    /*    visibility: visible;*/
    /*    opacity: 1;*/
    /*    display: block;*/
    /*}*/

    ul li ul li {
        clear: both;
        width: 100%;
    }

    .menu__col {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        border-radius: 25px;
        background-color: var(--dark-green);
        opacity: 0.8;
    }


    .has__dropdown:after {
        display: block;
        content: ' ';
        background-image: url('../img/Group 58.svg');
        background-size: 1vw;
        height: 1vw;
        width: 1vw;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: center;
        margin-left: 0.2vw;
    }
}

.medium {
    font-weight: 600 !important;
}

.darkHeader {
    background-color: var(--dark-green);
}
.darkHeader .menu__col {
    margin: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.button__primary {
    border: 0;
}



/*RESPOSNIVE HEADER*/
@media screen and (max-width: 760px) {

    .menu__col {
        max-height: 100vh;
        overflow: auto;
    }

    .header .menu__col {
        display: none;
    }

    .logo__container {
        display: flex;
        align-items: center;
        position: relative;
    }

    .menu__switch {
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    nav {
        font-family: Roboto;
        /*font-size: 1vw;*/
        font-weight: 600;
    }

    li {
        color: #fff;
        /*background: darkorange;*/
        display: block;
        /*float: left;*/
        padding: 10px 0px;
        border-bottom: 1px solid #FFFFFF18;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
    }

    li a {
        color: #fff;
        text-decoration: none;
    }

    ul li ul {
        background: var(--dark-green);
        /*visibility: hidden;*/
        /*opacity: 0;*/
        /*position: absolute;*/
        /*transition: all 0.5s ease;*/
        margin-left: 5px;
        /*left: 0;*/
        display: none;
    }

    /*ul li:hover > ul,*/
    /*ul li:focus-within > ul, !* this is the line we add *!*/
    /*ul li ul:hover {*/
    /*    visibility: visible;*/
    /*    opacity: 1;*/
    /*    display: block;*/
    /*}*/

    .contact__mobile {
        margin-bottom: 20px;
    }

    #switch_mobile_opened {
        display: none;
    }

    .has__dropdown::after {
        display: block;
        content: ' ';
        background-image: url('../img/Group 58.svg');
        background-size: 20px;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: center;
        float: right;
    }

    .consulting__area {
        margin-top: 5vw;
    }

    .newsletter {
        margin-bottom: 5vw;
    }
}


/*OUR TEAM */
@media  screen and (min-width: 760px) {
    .our__team, .market__structure {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
    }

    .our__team img, .market__structure img {
        width: 100%;
        height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .our__team .button__primary {
        margin-top: 2vw;
    }

    .our__team__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*width: 45vw;*/
        padding: 8vw 5vw;
        /*padding-top: 5vw;*/
        text-align: center;
        margin-left: auto;
        margin-right: 0;
    }

    .our__team__card p {
        text-align: left;
    }
    .our__team__card h2, .market__structure__card h2{
        font-size: 2.5vw;
        color: white;
        font-family: 'Lobster', cursive;
        font-weight: bold;
        margin: 0;
        margin-bottom: 2vw;
    }

    .our__team__card p {
        font-size: 1vw;
        color: white;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        margin-bottom: 2vw;
    }

    .market__structure__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /*padding:4vw 5vw;*/
        /*padding-top: 5vw;*/
        text-align: center;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        align-items: center;
        height: 15vw;
    }

    .market__structure__card h2 {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .about__page .three_cards .container {
        margin-top: 2vw;
        z-index: 10;
        position: relative;
    }

    .market__structure__grid {
        position: relative;
        margin-top: -5vw;
    }

    .market__structure__grid .outlined__text {
        top: -15vw;
        z-index: 9;
    }

}

@media screen and (max-width: 760px) {
    .our__team img {
        width: 80%;
        margin: auto;
        margin-top: auto;
        display: block;
        margin-top: 20px;
    }

    .our__team__card p {
        text-align: left;
    }

    .market__structure img {
        width: 100%;
    }

    .market__structure__card {
        padding-bottom: 30px!important;
    }

    .market__structure img {
        width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .market__structure__img__holder.hide__on__desktop {
        height: 200px;
    }

    .our__mission__about .newsletter__area__card {
        margin-top: 20px;
    }

    .our__mission__about img {
        width: 80%;
        margin: auto;
        margin-top: auto;
        display: block;
        margin-top: -40px;
        z-index: 9999;
        position: relative;
    }

    .our__objectives__about img {
        width: 80%;
        margin: auto;
        display: block;
        margin-top: -30px;
        z-index: 9999;
        position: relative;
    }
    .our__objectives__about {
        margin-top: 20px;
    }

    .our__objectives__about p, .our__mission__about p {
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: var(--font-size-p-mobile);
    }

    .our__objectives__about h2, .our__mission__about h2 {
        color: white;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }
}

/*BGs*/
.cars__card.porsche__911 {
    background-image: url("../img/Group 95.jpg")!important;
}

.cars__card.defender {
    background-image: url("../img/Group 96.jpg")!important;
}

.cars__card.buggy {
    background-image: url("../img/Group 98.jpg")!important;
}

.cars__card.logan__ii {
    background-image: url("../img/Group 99.jpg")!important;
}

.cars__card.remorque {
    background-image: url("../img/Group 100.jpg")!important;
}
.cars__card.porsche__944{
    background-image: url("../img/944.png") !important;
}

a {
    text-decoration: none;
    color: inherit;
}


@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.card:hover svg {
    animation-name: bounce-2;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: 1;
}


/*About us*/
@media screen and (min-width: 760px) {
    /**/
    .our__mission__about img {
        width: 100%;
    }

    .our__mission__about {
        position: relative;
        margin-top: 5vw;
    }

    .our__mission__about .outlined__text {
        margin-top: -10vw;
    }


    .our__mission__about .newsletter__area__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 40vw;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 10vw;
        transform: translate(0%, -50%);
        height: 19vw;
        display: flex;
        align-items: center;
    }

    .our__mission__about .newsletter__area__card h2, .our__objectives__about .newsletter__area__card h2{
        margin-bottom: 2vw;
        text-align: center;
    }

    .our__mission__about .newsletter__area__card div, .our__objectives__about .newsletter__area__card div {
        width: 100%;
        padding: 3vw;
        text-align: left;
    }

    .our__mission__about, .our__objectives__about {
        height: 35vw;
    }

    /**/

    .our__objectives__about img {
        width: 100%;
    }

    .our__objectives__about {
        position: relative;
        /*margin-top: 5vw;*/
    }

    .our__objectives__about .outlined__text {
        margin-top: -10vw;
    }


    .our__objectives__about .newsletter__area__card {
        background-image: url("../img/sand rectangle.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 40vw;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 10vw;
        transform: translate(0%, -50%);
        height: 19vw;
        display: flex;
        align-items: center;
    }
}

/*FIX INALTIME*/
@media screen and (min-width: 760px) {
    .under__breadcrumbs {
        height: 32vw;
    }
    .newsletter {
        height: 35vw;
    }
    .our__objectives__about img:not(.outlined__text), .our__mission__about img:not(.outlined__text), .newsletter img:not(.outlined__text) {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

#go_contact {
    cursor: pointer;
}

/* SINGLE PORTFOLIO */
@media screen and (min-width: 760px) {
    .portfolio__single__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .portfolio__single__image {
        height: 35vw;
    }

    .portfolio__single__cards .four__cards.mt-0 {
        margin-top: 2vw!important;
    }

    .row__single__portfolio .left__image {
        width: 100%;
        height: 40vw;
    }

    .row__single__portfolio .left__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .row__single__portfolio .container {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 1vw;
    }

    .row__single__portfolio .right__images div {
        width: 100%;
        height: 19.5vw;
    }

    .row__single__portfolio .right__images div:nth-child(2) {
        margin-top: 1vw;
    }

    .row__single__portfolio {
        margin-top: 5vw;
    }

    .row__single__portfolio .right__images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .bottom__photo__single__portfolio {
        width: 60%;
        height: 30vw;
    }

    .bottom__photo__single__portfolio img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .bottom__photo__single__portfolio__parent {
        margin-top: 5vw;
    }

    .bottom__photo__single__portfolio__parent .our__project__card {
        position: absolute;
        top: -4vw;
        right: 0;
    }

    .bottom__photo__single__portfolio__parent {
        position: relative;
    }

    .bottom__photo__single__portfolio__parent .outlined__text {
        top: 6.5vw;
    }

    .portfolio__single__image {
        position: relative;
    }

    .project__page .top__breadcrumbs {
        position: relative;
    }

    .project__page .top__breadcrumbs .outlined__text {
        bottom: -14vw;
        top: auto;
    }

    .our__project__card a {
        z-index: 99999;
        position: relative;
    }

}

@media screen and (min-width: 760px){
    body > div.project__page > div.top__breadcrumbs > div.top__breadcrumbs__holder{
        display:none;
    }
    body > div.portfolio__page > div.top__breadcrumbs > div.under__breadcrumbs > div.under__breadcrumbs__card{
        width:45.5vw
    }
}
@media screen and (max-width: 760px) {
    .project__page .top__breadcrumbs__holder {
        background-image: url("../img/Single-Portfolio-VW-Golf-VI-1.jpg")!important;
    }
    .project__page #porsche911{
        background-image: url("../img/projects/porsche911_0.jpg")!important;
    }
    .project__page #defender{
        background-image: url("../img/projects/defender_3.jpg")!important;
    }
    .project__page #porsche944{
        background-image:url("../img/projects/porsche944_4.jpg") !important;
    }
    .project__page #buggy{
        background-image: url("../img/projects/buggy_5.jpg") !important;
    }
    .project__page #logan{
        background-image: url("../img/projects/logan_1.jpg") !important;
        height:300px;
    }
    .project__page #remorque{
        background-image: url("../img/projects/remorque_1.jpg") !important;
        height:300px;
    }


    .portfolio__single__image img {
        width: 100%;
    }

    .portfolio__single__cards .four__cards {
        margin-top: 20px;
    }

    .bottom__photo__single__portfolio {
        width: 80%;
        margin: auto;
        margin-top: auto;
        margin-top: -20px;
        z-index: 99;
        position: relative;
        height: 200px;
    }
    .bottom__photo__single__portfolio img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .slider__single__portfolio__mobile img {
        width: 100%;
    }

    .slider__single__portfolio__mobile.slick-dotted.slick-slider {
        margin-bottom: 40px!important;
    }

    .slider__single__portfolio__mobile .slick-dots {
        bottom: 10px;
    }

    .slider__single__portfolio__mobile .slick-dots li button::before {
        font-size: 15px!important;
    }

    .slider__single__portfolio__mobile .slick-dots li button::before:not(.slick-dots .slick-active button::before) {
        color: var(--white) !important;
    }

    .slider__single__portfolio__mobile .slick-active button::before {
        color: var(--green) !important;
    }

    .slider__single__portfolio__mobile .slick-next {
        right: 20px;
    }

    .slider__single__portfolio__mobile .slick-prev {
        left: 20px;
        z-index: 999;
    }
    .slider__single__portfolio__mobile .slick-slide{
        height:300px;
    }
    .slider__single__portfolio__mobile .slick-slide img{
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .bottom__photo__single__portfolio__parent .outlined__text {
        width: 100%;
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 999;
    }

    .bottom__photo__single__portfolio__parent {
        position: relative;
    }

}


/*PORTFOLIO*/
@media screen and (min-width: 760px) {
    .slider__top__portfolio {
        width: 54.5vw;
        margin: auto;
        margin-right: 0;
        margin-top: -46.87vw;
    }

    .slider__top__portfolio .slick-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .slider__top__portfolio .slick-dots {
        bottom: 2vw;
    }

    .slider__top__portfolio .slick-dots li button::before {
        color: white!important;
        opacity: 1;
    }

    .slider__top__portfolio .slick-dots {
        background-color: transparent;
        width: auto!important;
        left: 50%;
    }

    .slider__top__portfolio .slick-dots li button::before:not(.slick-dots .slick-active button::before) {
        color: var(--white) !important;
    }

    .slider__top__portfolio .slick-dots li.slick-active button::before {
        color: var(--green) !important;
    }

    .slider__top__portfolio .slick-dots li button::before {
        font-size: 1.5vw!important;
    }

    .slider__top__portfolio .slick-dots li {
        margin: 0 0.5vw!important;
    }

    .slider__top__portfolio .slick-next {
        right: 2vw;
    }

    .slider__top__portfolio .slick-prev {
        left: 2vw;
        z-index: 999;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 2vw!important;
    }
}

/**/
@media screen and (min-width: 760px) {
    .portfolio__page .grid__3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .grid__3 .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1vw;
    }

    .portfolio__page .grid__3 {
        margin-top: -2vw;
        position: relative;
        z-index: 1000;
    }

    .portfolio__page .our__project__card {
        margin-top: 0;
    }

    .portfolio__page .bottom__photo__single__portfolio__parent {
        margin-top: 4vw;
    }

    .portfolio__page .our__project img {
        margin-top: -20vw;
    }

    .portfolio__last .our__project__card {
        background-color: #1D5140;
        background-image: none;
    }

    .portfolio__page .our__project__card p {
        max-width: 70%;
        margin: auto;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 760px) {
    .portfolio__page .top__breadcrumbs__holder {
        background-image: url("../img/Defender_mobile.jpg")
    }

    .portfolio__page .slider__top__portfolio {
        display: none;
    }

    .portfolio__page .card img {
        width: 100%;
    }

    .portfolio__page .bottom__photo__single__portfolio {
        margin-top: 40px;
    }

    .portfolio__page .our__project__card {
        padding-bottom: 40px;
    }

    .portfolio__page .slider__portfolio img {
        width: 100%;
    }

    .portfolio__last .our__project__card {
        background-color: #1D5140;
        background-image: none;
    }

    .pb-80 .our__project__card {
        padding-bottom: 80px;
    }

    .pb-80 .bottom__photo__single__portfolio {
        margin-top: -20px;
    }

    .slider__portfolio>.slick-dots {
        display: none!important;
    }

    .slider__portfolio .slick-prev {
        left: 20px;
        z-index: 999;
    }

    .slider__portfolio .slick-next {
        right: 20px!important;
    }

    .slider__portfolio .slick-dots {
        bottom: 20px;
    }

    .slider__portfolio .slick-dots li.slick-active button::before {
        color: var(--green) !important;
    }

    .slider__portfolio .slick-dots li button::before {
        font-size: 20px!important;
    }
    .slider__portfolio .slick-dots li button::before {
        color: white!important;
        opacity: 1;
    }
}

/**/
.outlined__text {
    opacity: 0.5;
}

.newsletter input::-webkit-input-placeholder{
    color:white;
    opacity: 0.5;
}
.newsletter input:-moz-placeholder {
    color:white;
    opacity: 0.5;
}

[type=submit] {
    cursor: pointer;
}

/*REVIEW ABOUT US*/
@media screen and (max-width: 760px) {
    .about__page .newsletter__area__card p {
        text-align: left;
    }

    .about__page .our__team__card {
        padding-bottom: 40px;
    }

    .about__page .newsletter__area__card {
        padding-bottom: 40px;
    }
}

/**/
@media screen and (min-width:760px) {
    .slick-initialized .slick-slide {
        display: block;
        height: 46.9vw;
    }
}

.footer a:hover {
    color: var(--green);
}


/**/
@media screen and (min-width: 760px) {
    .hero__top__title {
        font-size: 2vw!important;
        padding-top: 18vw!important;
    }
    .hover__outline:hover {
        border: 0.1vw solid white;
    }

    .hover__outline {
        border: 0.1vw solid var(--green);
    }

    .top__h1 {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
    }

    .container.top__h1 {
        max-width: 100vw;
    }

    .row__2__footer {
        display: grid;
        grid-template-columns: 0.1fr 1.9fr;
    }

    .li__dropdown span {
        display: none;
    }
}

.align__center {
    text-align: center;
}

@media screen and (max-width: 760px) {
    .row__2__footer {
        display: grid;
        grid-template-columns: 0.1fr 1.9fr;
        gap: 5px;
    }
}



@media screen and (max-width: 760px) {
    .li__dropdown span img {
        height: 20px;
        width: 20px;
        float: right;
        cursor: pointer;
    }

    .has__dropdown::after {
        content: ''!important;
        height: 0!important;
        width: 0!important;
    }

    .electricPlug{
        display:flex;
        justify-content: center;
        align-items:flex-end;
    }
    .electricPlug h1{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 576px) {
    .three_cards{
        margin-bottom:30px;
    }
}
@media screen and (min-width: 768px) {
    .three_cards{
        margin-bottom:1.5vw;
    }
}

@media screen and (min-width: 992px){
    .hero__top__title .title h1 span.electric::after{
        background: var(--dark-green);
        content: "";
        width: 65%;
        position: absolute;
        z-index: -1;
        height: 50%;
        top: 2.5vw;
        left: -1.3vw;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
    .hero__top__title .title h1 #white::after{
        background: var(--dark-green);
        content: "";
        width: 110%;
        position: absolute;
        z-index: -1;
        height: 50%;
        left: -2vw;
        top: 2.5vw;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
}

@media screen and (min-width: 760px) and (max-width:992px){
    .hero__top__title .title h1 span.electric::after{
        background: var(--dark-green);
        content: "";
        width: 70%;
        position: absolute;
        z-index: -1;
        height: 50%;
        top: 2.5vw;
        left: -1.2vw;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
    .hero__top__title .title h1 #white::after{
        background: var(--dark-green);
        content: "";
        width: 110%;
        position: absolute;
        z-index: -1;
        height: 50%;
        left: -1.5vw;
        top: 2.5vw;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
}

@media screen and (max-width:760px){
    .hero__top__title .title h1 span.electric::after{
        background: var(--dark-green);
        content: "";
        width: 150px;
        position: absolute;
        z-index: -1;
        height: 50%;
        margin-right: 35px;
        margin-top: 15px;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
    .hero__top__title .title h1 #white::after{
        background: var(--dark-green);
        content: "";
        width: 280px;
        position: absolute;
        z-index: -1;
        height: 50%;
        margin-top: 15px;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    }
}

.success {
  color: white !important;
  display: none;
  padding: 1vw;
  width: 100%;
  text-align: center;
  background-color: green;
  margin-top: 1vw;
  font-weight: bold;

}

.errorr {
  color: white !important;
  display: none;
  padding: 1vw;
  width: 100%;
  text-align: center;
  background-color: red;
  margin-top: 1vw;
  font-weight: bold;
}

#form input:not([type="submit"]), #form textarea {
    padding-left: 5px;
}