
.home .header {
    background: white;
}

.header .main-nav--logo {
    position: relative;
    height: auto;
}

.home .header .main-nav--items .level-1,
.home .header .main-nav--logo .logo {
    color: black;
}

.home .header .main-nav--language .dimension-wrapper svg,
.home .header .main-nav--language .dimension-wrapper ul li {
    color: black;
}


.mp0 {
    margin: 0px !important;
    padding: 0px !important;
}

.ParallaxVideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;
}

.ParallaxVideo video {
    min-width: 100vw;
    position: fixed;
    top: 0;
    z-index: -999;
}

.home-hero-segment .video-autoplay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 3px solid #000;
}

.video-autoplay {
    overflow: hidden;
    pointer-events: none;
}


.img-portfolio {
    position: relative;
    background-color:#000;
    height:100%;
    min-height:200px;
}

.img-portfolio img {
    transition: all .5s ease;
    transform: scale(1);
    width: 100%;
    display: block;
    margin:0px auto;
}

.img-portfolio:hover .overlay {
    opacity: 1;
        

}

.img-portfolio:hover img {
     width: 60%;


}
.img-portfolio .overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    display:flex;
    flex-direction:column;
    justify-content:flex-end

}




.img-portfolio .text {
    color: white;
    font-size: 18px;
    margin-bottom:10px;
   /*
    position: absolute;
    bottom: 10%;
*/
    width:80%;
    margin-left:10%;
    /*
    left: 50%;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
      */ 
    text-align: center;
}

.col-menu {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.roadmap {
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.roadmap img {
    width: 100%;
    max-width: 1200px;
}

@media screen and (max-width:600px) {
    .home .header .main-nav--toggle-mobile-menu .mobile-menu {
        color: #000;
    }

    .ParallaxVideo video {
        object-fit: fill;
        height: 110vh;
        width: 100vw;
    }

    .home-hero-segment .hero--image>div img,
    .home-hero-segment .hero--image img {
        padding: 25vh 0.938rem 3.75rem;
    }

    blockquote {
        border-left: 1px solid #000;
    }



    .card-flip {
        width: 60px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .card-flip:hover .content-flip {
        transform: rotateY(180deg);
        transition: transform 0.5s;
        -webkit-transform: rotateY(180deg);
        -webkit-transition: transform 0.5s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .img-portfolio .text {
        font-size: 14px;
        position: relative;
    }


}

.header {
    width: 100vw;
}

.home .header.js--open-mobile-menu .main-nav--language .dimension-wrapper:before, .home .header.js--shrinked-header .main-nav--language .dimension-wrapper:before, .home .header:hover .main-nav--language .dimension-wrapper:before {
    background-color: transparent;
}
.home .header .main-nav--items .menu-item:before, .home .header .main-nav--language .dimension-wrapper:before {
 
  background-color: transparent;
}


/* SLIDE */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 0px auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
    width:100%;
    border:solid 2px #000;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
/*
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;footer
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.row-video {
  display: flex;
  width:100%;
  justify-content:space-around;
}

.col-video {
    box-sizing:border-box;
  width:50%;
  border: none;
}
 
.col-video.border iframe{
    border:solid 2px #000;
}


    .col-video iframe {
       height: 400px;
       width: 100%;
    }

    .col-video .heading-3{
        text-transform:uppercase;
        height:400px;
        display:flex;
        justify-content:center;
        align-items:center;
       
        text-align:center
    }

@media screen and  (max-width:800px){

    .row-video {
     flex-direction:column-reverse;
      }

    .col-video {
      width:100%;
    }
 
    .col-video iframe {
       height: 300px;
       width: 100%;
    }

     .col-video .heading-3{
        height:auto;
        margin-top:25px;
       
    }

}
