@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css?family=Khula:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Karla&display=swap);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&display=swap);
html, body, ul{
    padding: 0;
    margin: 0;
}


*{
    font-family: 'Karla', sans-serif;
    

}
p{
    margin: 0 auto !important;
}
html, body { height: 100%; }


@media (max-height: 600px) and (min-width: 991px) {
    .homepage-video {
        /* height: 100% !important; */
    }
}



.homepage-video{
    /* height: 80vh; */
    margin-top: -100px;
    overflow: hidden;
    position: relative;
    transition: margin 1s ease;
    z-index: 1;
}



@media   (min-width: 992px) {
    .header-video-wrapper-home{
        height: 80vh !important;
    
    }
}

.height-auto{
    height: auto !important;
}


.homepage-video-height{
    /* height: 80vh; */
    height: inherit;
    margin-top: -140px;
    overflow: hidden;
    position: relative;
    transition: margin 1s ease;
    z-index: 1;
}
.homepage-video:before {
    background: rgba(0,0,0,0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    transition: all 0.25s ease;
}

.full::before {
    background: transparent;
    height: auto;
    width: auto;
}

.full {
  margin:0;
}

.video-reel-loop{
    transition: all 0.25s ease;

    background: white;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 10;
}
 
.container:before, .container:after {
    display: table;
    content: " ";
}




.video-reel-loop>div {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 1s ease;
}

.video-reel-full {
    /* position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: 8; */
    position: relative;
    display:none;
}

.video-reel-loop>div>video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-reel-full>div>video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-reel-full #video-reel-wrapper {
    padding: 0;
    position: relative;
    transition: padding 1s ease;
}

.video-reel-full ::before {
    display: table;
    content: " ";
}

.homepage-content{
    display: table;
    /* height: 100%; */
    left: 0;
    position: absolute;
    text-align: center;
    /* bottom: 0; */
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    /* transform: translateY(-40%); */
}

@media (max-width: 991px){
.homepage-content {
    bottom: auto;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    /* transform: translateY(-40%); */
}
.homepage-video {
    height: auto;
    margin-top: 0;
}

.homeDad{
  height: 100%;
}

.video-reel-loop {
    display: none;
}
.video-reel-full {
    position: relative;
    display: block;
}
.homepage-content>div {
    display: block !important;
}
.homepage-video::before {
    background: transparent;
    height: auto;
    width: auto;
    display: block !important;
}
.black-theme{
    color:black !important;
}
}

@media (max-width: 765px){
.container {
     
     max-width: 100%;
}


.video-play {
    height: 60px !important;
    margin: 20px  !important;
    width: 60px  !important;
}
.homepage-content h1 {
    font-size: 7vw  !important;
    line-height: 7vw  !important;
    margin-bottom: 0  !important;
}
.video-play span:before, .video-play span:after {
    margin-left: -2px !important;
    width: 7px !important;
}

}



.video-reel-full img {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease;
    z-index: 8;
    width: 100%;
    height: auto;
    background-size: cover;
}


.homepage-content h1 {
    color: white;
    font-size: 4.25vw;
    font-family: 'Montserrat', sans-serif;

    line-height: 4vw;
    margin-bottom: 25px;
}

.homepage-content h1 b {
 
    font-family: 'Montserrat', sans-serif;

 
}

.video-play {
    cursor: pointer;

    border: 2px white solid;
    border-radius: 100%;
    display: inline-block;
    height: 105px;
    margin: 30px;
    position: relative;
    transition: all 0.25s ease;
    width: 105px;
}
.homepage-content>div {
    /* display: table-cell;
    vertical-align: middle; */
}
 .header-video-wrapper {
    height: 80%;
    position: relative;
    transition: all 1s ease;

}

.reunat {
    /* border: 1px solid red; */
    margin-top: 2em;
}

nav {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 999;
    font-family: 'Noto Sans', sans-serif;
    /* margin-top: 10px; */

  }
  ul {
    display: flex;
    justify-content: center;
  }
 
  li {
    display: flex;
    padding: 6px 15px;
    font-size: 1.0vw;
  }
  a {
    color: white;
    text-decoration: none;
    font-size: 17px;
  }
  a:hover {
    text-decoration: none;
    color: white;
}


  .logo{
    color: white;
    text-decoration: none;
    font-size: 1.55vw;
    margin: 5px 0 10px 10px;
    height: 70px;
    cursor: pointer;
    background-image: url(/_next/static/images/logoWhiteNew-ce4361ff8af398d3c499b6119c2eca53.svg);
    background-repeat:no-repeat;
 display: block; 
  }
  .logoBlack{
    background-image: url(/_next/static/images/logoBlackNew-7b93ecf7eb539ebbd6ec7931e1401a37.svg);
  }


  @media (max-width: 991px){

    .logo{
        color: white;
        text-decoration: none;
        font-size: 1.55vw;
        margin: 5px 0 10px 10px;
            height: 70px;
        cursor: pointer;
        background-image: url(/_next/static/images/logoBlackNew-7b93ecf7eb539ebbd6ec7931e1401a37.svg);
        background-repeat:no-repeat;
        
      }
  }



  .nav_icon{
    font-size: 1.3em;
    padding: 0.5rem 1rem;
        color: white;

  }

  .video-play span:before {
    top: 45%;
    transform: rotate(45deg);
}
.video-play span:before, .video-play span:after {
    background: white;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 13px;
}

.video-play span:after {
    bottom: 45%;
    transform: rotate(-45deg);
}





.box {
    display: block;
    width: 200px;
    height: 200px;
    background-color: gray;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  .box.green {
    background-color: green; 
  }



/* Hamburger menu */

.hamburger-btn {
    align-items: center;
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 60%;
    position: absolute;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    height: 93.33333px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 93.33333px; */
}

.hamburger-btn span {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #333;
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    width: 33px;
}
 

.hamburger-btn span:last-child {
 
    width: 23px;
}

.titleWorks{
    /* margin-top: 150px !important; */
}



/* Nav mobile */

.nav-mobile {
    background: #333;
    box-shadow: 0 0 0 0 #000;
    /* height: 100vh; */
    overflow-x: hidden;
    position: fixed;
    left: 0;
    padding: 60px;
    top: 0;
    transform: translateY(-114%);
    transition: all 0.3s cubic-bezier(0.64, 0.045, 0.35, 1);
    width: 100%;
    z-index: 100000;
}

#drawer-toggle:checked ~ #nav-drawer {
    box-shadow: 0 0 40px 10px rgba(0,0,0,0.25);
    transform: translateY(0);
}

#nav-drawer .close {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 93.33333px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 93.33333px;
}

#nav-drawer .close span:first-child {
    transform: rotate(45deg);
    left: 10px;
}
#nav-drawer .close span:last-child {
    transform: rotate(-45deg);
    right: 10px;
}

#nav-drawer .close span {
    background: white;
    display: block;
    height: 2px;
    margin: 2px 0;
    position: relative;
    transition: transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    width: 20px;
}


.react-player{
    top: 0;
    left:0;
    position: absolute;
}

.activeSelected{
    border-bottom: 1px solid black;
}



.building{
    margin: 0 auto;
    display: block;
    color:black;
}

.building a{
    color:black;

}

.building span{
    
        background: #e27272;
        color: white;
    
}

form span {
    width: 100%;
 
    font-size: 19px;
}

form p {
  margin: 0;
  font-weight: bold;
}

 

.sended{
    width: 100%;
}
.bnt-custom{
    background: transparent;
    border-radius: 0;
    border: 1px #333 solid;
    display: block;
    font-family: "din-2014",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.bnt-custom:hover{
    background: black;
    color:white;
}
.footer{
    background-color: black;
    color: white;
    /* height: 300px; */
    text-align: center;
}

.bottom_border {
    border-bottom: 1px solid rgb(229, 229, 229);
    width: 50%;
    margin: auto;

}

.vertical_midle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.icon{
    font-size: 1.9em;
    padding: 1rem;
}
/* * {
    box-sizing: flex;
} */
.contex{
    min-height: 300px;


}

.intro{
    /* height: 40vh; */
    position: relative;
    background-color: #fafafa;
    padding-top: 110px;
    padding-bottom: 70px;
    z-index: 10;
}

.intro p{
    font-size: 17px;
    color: #787878;
    
}
.intro h2{
    font-weight: bold;
    
}

.intro:nth-child(2){
    background-color: white;
}

.contact{
    height: 100%;
    min-height: 400px;
     background: url(/_next/static/images/etusivu-5ba83e387cf57200edb31aa9d217dacb.jpg) no-repeat; 
     background-size: 53% auto;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size: 1.3em;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.43);
}


 

.services >div{
    display: table-cell;
    vertical-align: middle;
}

.contact >div{
    display: table-cell;
    vertical-align: middle;
}

.steps-homepage    {
    /* padding-top: 50px; */
    /* padding-bottom: 70px; */
    max-width: 1400px;
    }

.steps-homepage  {
    padding-top: 110px;
    padding-bottom: 70px;
}
.steps-homepage  div{
/* margin:5px;
border: 1px solid rgba(0, 0, 0, 0.08); */
/* padding: 35px; */

}

.steps-homepage-padding{
    padding: 35px 15px 35px 15px;
}

.steps-homepage  h3{
margin-bottom:0.6em;
/* text-align: center; */

}
.steps-homepage  h2{
margin-bottom:0.6em;
text-align: center;

}
.steps-homepage  p{
margin-bottom:0.6em;
text-align: center;

}

.steps-homepage  div ul{
    display: block;
    list-style-type: "-";
}


.steps-homepage  div li{
    /* display: list-item; */
    font-size: inherit;
    list-style-type: "-";
}

.steps-homepage  div img{
width: 20%;
}

.facts-homepage{
    background-repeat: no-repeat;
    background-image: url(/_next/static/images/awara-home-66183c7ae582356de2455670a8c4a95e.jpg);
    background-attachment: scroll;
    background-position: center center;
    padding-top: 110px;
    padding-bottom: 70px;
    width: 100%;
    background-size: cover;
    color:white;
}

.facts-homepage > div > hr {
    width: 40px;
    margin: 20px 0 15px;
    border-color: #1f1f1f;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    margin-left: auto !important;
    margin-right: auto !important;
}



.facts-homepage  span {
    display: block;
}


.facts-homepage  h2 {
    font-weight: bold;
}





.white-homepage{
background-color: white;
    height: 40vh;
    width: 100%;
}


.intro > .container > hr {
   
}

.intro > .container > hr {
    width: 40px;
    margin: 20px 0 15px;
    border-color: #1f1f1f;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    margin-left: auto !important;
    margin-right: auto !important;
}

.step > hr {
    width: 40px;
    margin: 20px 0 15px;
    border-color: #1f1f1f;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    /* margin-left: auto !important;
    margin-right: auto !important; */
}

.step{
    padding:45px 0px 45px 0px;
}



.mainVideo{
    bottom: 0;
    left: 0;
    padding: 2.5vw 2.5vw 2.5vw 4vw;
    position: absolute;
    width: 100%;
    bottom: auto;
    padding: 3.5vw 2.5vw 2.5vw 5vw;
    top: 0;
}


.mainVideo +  img{
    margin: auto;
    display: block;
    width: 100%;
}

a > video{
    margin: auto;
    display: block;
    width: 100%;
}

.videoReel>a:hover{
    text-decoration: none;
    color:white;

}

.videoReel>a:before {
    background: linear-gradient(rgba(0,0,0,0.5), transparent);
    bottom: auto;
    top: 0;

    /* color: white;
    display: block;
    margin-top: 90px;
    position: relative; */
}
.videoReel>a:before {
    /* background: linear-gradient(transparent, rgba(0,0,0,0.5)); */
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.mainVideo h3:before {
    background: #ffffff;
    border-radius: 0 2px 2px 0;
    content: "";
    height: 2px;
    left: 1vw;
    position: absolute;
    top: 11vh;
    width: 3vw;
    z-index: 2;
}

.noPadding{
    padding-right: 0px; 
     padding-left: 0px;
}







/*Yksittainen tyosivu*/

.workcontainer{
    margin: 0 auto;
    max-width: 1170px;
        margin: 100px 0px ;
        padding: 0 10%;
        transition: margin 1s ease;
    
}

.workcontainer aside>div:before {
    background: #ccc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.workcontainer aside>div {
    margin-bottom: 45px;
    padding-left: 22px;
    position: relative;
}

.workcontainer article>div {
    padding-right: 60px;
}

.workcontainer article>div>p {
  
        margin: 0 0 31px;
    
}



/* Video preview */

.preview{
    /* height: 70vh; */
    /* height: 400px; */

}

.work-content {
    bottom: 0;
    left: 0;
    padding: 0 30px 125px 30px;
    position: absolute;
    text-align: center;
    transition: all 0.25s ease;
    width: 100%;
    z-index: 999;
    color:white;
}


@media (min-width: 768px){
     .container {
        width: 750px;
    }
}



@media (min-width: 992px){
.container {
    width: 970px;
}
}





@media (max-width: 991px){
    .workcontainer{
    
     
            margin: 68px 0px ;
            padding: 0 10%;
         
        
    }

    
    .work-content {
        bottom: auto;
        left: auto;
        opacity: 1;
        padding: 30px 30px 0 30px;
        position: relative;
        text-align: center;
        color:black;
    }
}

.work-content-video-play-center{
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.work-content-video-play{
 
    cursor: pointer;

    border: 2px white solid;
    border-radius: 100%;
    display: inline-block;
    height: 105px;
    margin: 0;
     transition: all 0.25s ease;
    width: 105px;
}

.work-content-video-play span:before {
    top: 45%;
    transform: rotate(45deg);
}
.work-content-video-play span:before, .work-content-video-play span:after {
    background: white;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 13px;
}

.work-content-video-play span:after {
    bottom: 45%;
    transform: rotate(-45deg);
}

.video-scroller {
    animation: slideDown 2s ease infinite;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: slideDown;
    background: white;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    height: 80px;
    position: absolute;
    left: 50%;
    width: 2px;
    z-index: 999;
}

.video-scroller:before {
    background: rgba(255,255,255,0.2);
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    width: 2px;
    z-index: 2;
}

.mt-7{
    margin-top: 7rem!important;

}



/* For youtube videos */
.video-containerYouTube {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.video-containerYouTube iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.test{
    height: 100%;
}

.wrapper-video{
    position: relative;
    padding-top: 56.25%;
    box-sizing: inherit;
}

.wrapper-video img {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease;
    z-index: 8;
    width: 100%;
    height: auto;
    background-size: cover;
}

.video-withd{
         max-width: 960px;
         margin: auto;
}

.text-over-video{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    z-index: 100000;

}

.text-over-video h1 {
    color: white;
    font-size: 4.25vw;
    font-family: 'Montserrat', sans-serif;
    line-height: 4vw;
    margin-bottom: 25px;
}


.people img{
    /* height: 100%; */
    width: 100%;
}
.people>address> p{
    margin-bottom: 0;
 
}
.people>address> p> a{
    margin-bottom: 0;
    color:black;

}
.people>address> p> a:hover{
     color:black;

}
.people .nav_icon{
    padding: 0.5rem;
    color:black;
}

 


.seperator {
    height: 30%;
    width: 1px;
    background: black;
     bottom: 0;
    position: absolute;
    left: 50%;
  }
  @media (max-width: 575px){
    .seperator {
        height: 30%;
        width: 0px;
        background: black;
         bottom: 0;
        position: absolute;
        left: 50%;
      }
  }
  


  .form-row input[type="text"],input[type="email"],input[type="tel"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px #ccc solid;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px !important;
    padding: 15px 25px !important;
    transition: all 0.25s ease;
    width: 100%;
}

textarea:focus, input:focus{
    border: 1px #000000 solid !important;
    outline: none;
}
  




.service> div{
    /* border: 1px solid black;
     */
     /* box-shadow: 20px 20px 60px rgba(2, 8, 22, 0.10); */
     margin: 5px;
     padding: 35px;
     border: 1px solid #00000014;
     text-align: center;
     min-height: 301px;
   
}

.service img{
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em !important;
    height: 100px;
}

.service  img:last-of-type{
    width: 25%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em !important;
}

.service h3{
    /* font-family: 'Noto Sans', sans-serif; */
    margin-bottom: 1rem;

}
.service b{
    /* font-family: 'Montserrat', sans-serif; */
    color:red;

}

.seperator_work {
    /* height: 30%; */
    /* border: 1px solid black;
    width: 100%;
    background: black;
    margin: 50px 0px 50px 0px;
    position: relative; */
    /* left: 50%; */
  }

  .service{
      margin-bottom:50px;
  }
.policy p{
    font-weight: bold;
    margin-top: 1em !important;
}
 
.policy span{
display: block;
}
 
.policy{
    margin-top: 5em;
}
 
.policy h1{
   text-align: center;
 margin-bottom: 1em;
}
