@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600');
/*<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600" rel="stylesheet">*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600');
html {
  scroll-behavior: smooth;
}
body{
    padding: 0px 0px;
    margin: 0px auto;
/*    max-width:1350px;*/
    font-family: 'Work Sans';
}
.custom-container{
    max-width: 1350px;
        margin: 0px auto;
    padding: 0 25px;
}
.custom-container2{
    max-width: 1350px;
        margin: 0px auto;
    padding: 0 25px;
}
.navbar{overflow: auto;
/*    padding: 0px 25px; */
    margin: 50px 0;
    display: block;position: relative;
 font-family: 'Work Sans';font-size: 17px;
/*    border: 2px solid red;*/
}
.navbar .logo{
    display: inline-block;
   position: relative;
}
.navbar .logo img{
    width: 85%;
}
video{
   object-fit: inherit;
}
 .mobile-nav{
    margin-top: -5px;  float: left; margin-right: 10px;
     display: inline-block;
/*     display: none;*/
}
.mobile{
    display: none;
}

@media (max-width:769px){
    .mobile{
    display: block;
}
    .navbar .language{
        display: none !important;
    }
        .navbar .menu{
        display: none !important;
    }
}

.navbar div{
    display: block;
}

@media (max-width:769px){
    .container{
        padding: 0 22px;
}
}
.navbar .menu{
    display: inline-block;
     margin: 0 10px;float: right;font-size: 17px;margin-top: 3px;font-weight: 300;
}

.navbar .language{
    display: inline-block;float: right;
     margin-left: 25px;
    margin-right: 8px;font-size: 17px;margin-top: 2px;
}
.navbar .menu a{
    text-decoration: none;
    color: gray;line-height: 0;
}

.navbar .menu a:hover{
    color: #9ADEAA;    transition: color 0.4s ease 0s;
}
.navbar .language a{
    text-decoration: none;
    color: #9ADEAA;line-height: 0; font-weight: bold;
}
@media (max-width:450px){
    .custom-container{
    padding: 0 5px ;
}
       .section2 .custom-container{
    padding: 0 20px !important;
}
}
/*new navbar*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 17px 32px;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;  color: #f1f1f1;
}

.sidenav a:hover {
      color: #818181;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.about:before{
    content: '';
    position: absolute;
    border-bottom: 1px solid grey;
    width: 137px;
    bottom: ;
    left: 32px;
    top: 108px;
}
.language2{
      text-decoration: none;
    color: #9ADEAA !important;
    line-height: 0;
    font-weight: bold;margin-top: 20px;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*edn of navbar*/

.section1{
    
background-image: url(../imgs/sec1background.jpg);

  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover; 		
		position: relative;

}


.section1 .text{
    color: white;
    font-size: 62pt;
    margin-left: 207px;
    line-height: 1.9em;
    font-weight: bold;
    letter-spacing: 54px;
    padding-top: 110px;
        padding-bottom: 110px;  word-wrap: break-word;
    text-shadow: -2px 2px 6px black;
    
}
@media (max-width:1100px){
    .section1 .text{
         margin-left: 50px;
    }
}
@media (max-width:960px){
    .section1 .custom-container{
        padding: 0;
    }
    .section1 .text{
         margin-left: 40px;
            font-size: 46pt;
    line-height: 1.9em;
            letter-spacing: 40px;
         padding-top: 90px;
        padding-bottom: 90px;

    }
        .section1{

  background-attachment: initial;
}
}
@media (max-width:700px){
/*
    .section1 .gtext {
        text-align: left;
    }
*/
    .section1 .text{
         margin-left: 40px;
        margin-right: auto;
            font-size: 45pt;
    line-height: 1.9em;
            letter-spacing: 27px;
         padding-top: 90px;
        padding-bottom: 90px;

    }
}

@media (max-width:600px){
    .navbar{
        margin: 42px 0;
        padding-right: 0;
    }
    .navbar .logo{
   position: initial;
   max-width: 303px;
}
        .navbar .logo img{
   position: relative;width: 100%;
}
    .section1 .text{
         margin-left: auto;
            font-size: 32pt;
    line-height: 1.9em;
            letter-spacing: 22px;
         padding-top: 80px;
        padding-bottom: 80px;

    }
    
    .section1{

  background-attachment: initial;
}
    
}
@media (max-width:400px){
    .section1 .text{
            font-size: 32pt;
    line-height: 1.9em;
            letter-spacing: 12px !important;
         padding-top: 70px;
        padding-bottom: 70px;

    }
    
        .navbar{
        padding-left: 8px;
    }
        .navbar .logo{
   position: initial;
 width: 80%;padding-top: 2px;
}
}
@media (max-width:340px){
    .mobile{
        font-size: 25px !important;
    }  
            .navbar .logo{
            padding-top: 3px;
}
}


@media (max-width:600px){
    .section1 .text{
    margin-left: 20px;
    font-size: 28pt;
    line-height: 1.9em;
    letter-spacing: 20px;
    letter-spacing: 20px;
    padding-top: 60px;
    padding-bottom: 60px;

    }
}


.section2{
    padding-top: 70px;
}
.section2 .col1{
    display: inline-block; width: 40%;text-align: center; font-weight: 900;font-size: 47px;
    letter-spacing: 0.4em;padding-top: 20px;
}
.section2 .col2{
    display: inline-block; width: 59%;    vertical-align: top;
}
.section2 .col2 .title{
letter-spacing: 0.05em;
font-size: 20px;margin-top: 18px;
margin-bottom: 10px}

.section2 .col2 .desc{
        color: #9ADEAA;
    font-weight: bold;font-family: 'Barlow', sans-serif;
        letter-spacing: 0.05em;
    font-size: 40px;    line-height: 1.2em;    font-style: italic; padding: 60px 0;
  }
.section2 .col2 .desc-line{
        border-bottom: 1px solid black;
}
.section2 .col2 .title2{
    margin-top: 66px;
letter-spacing: 0.05em;
font-size: 20px;
margin-bottom: 10px}

.section2 .col2 .desc2{
        letter-spacing: 0.01em;
    line-height: 1.2em;     padding: 60px 0;
       font-size: 18px;color: #99999a;
    line-height: 1.8em;
    border-right: 2px solid #99999a;
    padding-right: 93px;
  }
.section2 .col2 .in-col2{
    width: 70%;
}
.section2 .col2 .pdf{
    margin-top: 55px
}
.section2 .col2 .pdf a{
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 15px;font-size: 15px;
/*    margin-top: 20px*/
    font-size: 18px;
    
}

.section2 .col2 .pdf a:hover{
     color:  white;background:  #9ADEAA;
    border: 1px solid #9ADEAA;
    padding: 15px;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
@media (max-width:1000px){

}
@media (max-width:769px){
            .section2 .col2 .in-col2{
    width: 100%;
}
    .section2 .col1{
    width: 100%;text-align: left; font-size: 28pt;
    letter-spacing: 0.4em;padding-top: 10px; 
/*        padding-left: 15px;*/
}
.section2 .col2{
    width: 100%;  margin-top: 20px;
/*     padding-left: 15px; */
}
    .section2 .col2 .desc{
        border: none;padding: 40px 0;font-size: 34px;
    }
    .section2 .col2 .title2{
        margin-top: 40px;
    }
    .pdf{
/*        text-align: center;*/
    }
    .section2 .col2 .desc2{
        border-right: none;
    padding-right: 20px;
    }
    .section2 .col2 .in-col2{
        width: 100%;padding-right: 0px;
    }
}
@media (max-width:500px){
        .section2 .col2 .desc{
        border: none;padding: 40px 0;font-size: 27px;
    }
}



.section3{text-align: center;margin-top: 45px;
    background: url(../imgs/sec2background.jpg) no-repeat center center fixed;
    padding: 150px 0;
background-size: cover;}
.section3 .columns{
    vertical-align: top;
    width: 22%;
    display: inline-block;
    text-align: center;
}
.section3 .columns .desc span{
    background-color: #fff; font-weight: bold; padding: 0 4px}
.section3 .columns .desc{
color: #000000;    font-size: 26px;line-height: 1.3em;
}
@media (max-width:1050px){
       .section3 .columns img {
       width:  100%;
    }
}

@media (max-width:1000px){

    .section3{
        padding: 80px 0;
    }
    .section3 .columns{
    vertical-align: top;
    width: 22%;
    display: inline-block;
    text-align: center;
        margin: 10px 0;
}
 
    .section3 .columns .desc span{
        font-size: 20px;
    }
    .section3 .columns .desc{
        line-height: 1.1em;
    }
}


@media (max-width:769px){
    .section3 .columns{
    vertical-align: top;
    width: 40%;
    display: inline-block;
    text-align: center;
}
    .section3 .columns img {
        width: 77%;
    }
    .section3 .columns .desc span{
        font-size: 21px;
    }
    .section3{
    padding: 90px 0;
}
}
@media (max-width:1050px){
        .section3{
    background: #9ADEAA;
}
}
@media (max-width:500px){
    .section3{
    background: #9ADEAA;
}
    .section3 .columns{
    width: 91%;
}
    .section3 .columns img {
        width: 60%;
    }
    .section3 .columns .desc span{
        font-size: 21px;
    }
    .section3{
    padding: 90px 0;
}
}

.section4 .col1{
    display: inline-block; width: 35%;text-align: center; font-weight: 900;font-size: 47px;
    letter-spacing: 0.1em;padding-top: 120px;  font-family: 'Work Sans';
}
.section4 .col2{
    display: inline-block; width: 50%;    vertical-align: top;background: #e5e5e5;padding: 60px;
        padding-bottom: 116px;

}
.section4 .col2 .image{
    display: inline-block;float: left;width: 50%;
}
.section4 .col2 .image img{ border-radius: 50%; max-width: 230px; }

.section4 .col2 .details{ 
    width: 50%;  font-family: 'Barlow', sans-serif;
    display: inline-block;padding-top: 40px;
    padding-bottom: 50px;
}

.section4 .col2 .images{
    margin-top: 20px;
}

.section4 .col2 .nadine{ 
    background-color: #9ADEAA;font-size: 40px;letter-spacing: 0.05em;font-style: italic; 
    padding: 0 8px;
}
.section4 .col2 .details img{
    margin-right: 0px;width: 70px;
}
.images a{
    text-decoration: none;
}

.footer{
    background: black;
    height: 120px;
}

@media (max-width:950px){
    .section4 .col1{
    width: 100%;text-align: center; font-weight: bold;font-size: 32pt;
    letter-spacing: 0.1em;padding: 80px 0;
}
.section4 .col2{
   width: 100%;   padding: 0px;
    padding-bottom: 40px;padding-top: 50px;

}
    .section4 .col2 .image{
        text-align: center;
    }
}
@media (max-width:769px){
       .section4 .custom-container{
        padding: 0;
    }
}
@media (max-width:550px){
.section4 .col2 .image {
    width: 100%;
    }
    .section4 .col2 .details{
        width: 100%;text-align: center;
    }
 
}


/*portfolio page */

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      0px;
   column-count:         3;
   column-gap:           3px;
    padding-bottom: 80px;
}
#photos a{
    text-decoration: none;
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
@media (max-width:769px){
#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      3px;
   column-count:         2;
   column-gap:           3px;
        padding-bottom: 80px;

}
}

@media (max-width:600px){
#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      3px;
   column-count:         1;
   column-gap:           3px;
        padding-bottom:0px;

}
}
/*overlay image */

/* relevant styles */
.img__wrap {margin-bottom: 3px;
  position: relative;
  height: auto;
  width: 100%;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,0,0,0.6);
  color: #9ADEAA;
  visibility: hidden;
    font-weight: 500;
    font-size: 13pt;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
    font-family: 'Work Sans';

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
@media (max-width:769px){
    .img__description_layer {
    font-size: 12pt;
}
}
.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
    position: absolute;
    bottom: 15px;
    left: 20px;
    line-height: 1.1em;
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}

/*project page */
.footer-menu .button a{
      text-decoration: none;
}
.footer-menu .button a div{
          color: black;
    border: 1px solid black;
    padding: 15px;font-size: 16px;width: 120px;
    font-weight: 400;
}

.footer-menu .button a div:hover{
     color:  white;background:  #9ADEAA;
    border: 1px solid #9ADEAA;
    padding: 15px;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.footer-menu{
    text-align: center;
    text-transform: uppercase;
}
.footer-menu div{
    align-content: center;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 40px 0;
}
.footer-menu .goto a{
        text-decoration: none;
    color: grey;
    font-size: 1em;
}
.footer-menu .goto a:hover{
color: #9ADEAA;
}
.footer-menu2 div{
    
    display: none;
}
.footer-menu2 div a{
    width: 100%;
    text-decoration: none;
    color: grey;
    font-size: 1.1em;
}


@media (max-width:700px){
    .footer-menu .goto{
display: none;
} 
    .footer-menu .button a div{
    padding: 15px;font-size: 15px;width: 90px;
    }
    .footer-menu div{
    align-content: center;
    display: inline-block;
    width: 46%;
    text-align: center;
    margin: 21px 0px;
        margin-bottom: 10px;
}
    .footer-menu2 div{
        text-align: center;
    display: block;
        margin-bottom: 25px;
        margin-top: 15px;
}
}
.goto2{
    text-transform: uppercase;
}
.info{
/*    text-align: center;*/
/*    padding: 0 30px;*/
/*    text-align: center;*/
    overflow: auto;
    margin-bottom: 15px;
    display: table;width: 100%;background: #f1f0f0;
}

.info .descp{
    display: table-cell;
    width: 25%;
    padding: 30px 40px;
    background: #f1f0f0;
    text-align: left;
    float: left;
}
.info .img{
    display: table-cell;
    width: 67%;
/*    padding: 50px 40px;*/
/*    margin: 0 10px;*/
    vertical-align: top;
    float: right;
    position: relative;line-height: 0;
    }
.info .img:before {
    left: -13px;
    content: '';
    position: absolute;
    height: 101%;
    border-left: 14px solid white;}
@media (max-width:1100px){
    .info .img:before {
    left: -13px;
    content: '';
    position: absolute;
    height: 101%;
    border-left: none;}
}

.info .img img{
    width: 100%;
    line-height: 0; 
}
.info .descp .title{
    font-size: 29px;
    letter-spacing: 0.05em;
    text-align: left;font-weight: bold;
/*    padding: 0 20px;*/
    margin-top: 15px;
    }

.info .descp p{
    line-height: 1.4em;
    font-size: 18px;
}


@media (max-width:1060px){
    .info .descp{
    display: inline-block;
    width: 25%;
    padding: 30px 30px;
}
.info .img{
    display: inline-block;
    width: 50%;
    margin: 0 10px;
}
}
/*
@media (max-width:800px){
    .info{
        background: white;
        margin-bottom: 3px;
    }
}
*/
@media (max-width:1100px){
        .info{
        background: white;
        margin-bottom: 3px;
    }
    .info .descp .title{
    font-size: 35px;
    padding: 10px 20px;
     padding-top: 25px;

    }
    
    .info .descp{
    display: block;
    width: 100%;
    padding: 0px 0px;
        margin-bottom: 15px;
                padding-bottom: 30px;

}
    
    .info .descp p{
        padding: 0px 20px;
    }
.info .img{
    display: block;
    width: 100%;
    margin: 0 0px;
    margin-bottom: 12px;
}
}

.imagesproject {
    text-align: center;
}
.imagesproject div{
    width: 100%;
}

.imagesproject2 {
    text-align: center;overflow: auto;
}
.imagesproject2 div{
 display: inline-block;float: left;width: 50%;
}
.imagesproject2 img{
 width:100%;
}
.imagesproject video{
    width: 100%;
}

@media (max-width:1050px){
.imagesproject img{
 width:100%;
}}



#photos2 {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 2;
   -webkit-column-gap:   0px;
   -moz-column-count:    2;
   -moz-column-gap:      0px;
   column-count:         2;
   column-gap:           10px;
}
#photos2 a{
    text-decoration: none;
}
#photos2 img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;margin-bottom: 13px;
}


.top {
    position: fixed;
    right: 0px;
    bottom: 35px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    /* border-radius: 50%; */
    text-align: center;
    font-size: 25px;
    opacity: 0.7;
    background-color: grey;
    color: #ffffff;
    cursor: pointer;
    display: none;
}


#photos3 {
   /* Prevent vertical gaps */
line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 25px;
    column-gap: 26px;
    background: #e6e6e6;
    padding: 25px;
    margin-bottom: 16px;
}
#photos3 a{
    text-decoration: none;
}
#photos3 img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}



/*

.ride{
    height:770px; 
}
.oxfam{
        height:670px ;
}
.emotions{
  height: 644px;
}
.zite{
    height: 660px;
}

.baba{
    height: 550px;
}
.emila{
    height: 640px;
}
.slowear{
    height:840px ;
}
.mdf{
    height:860px ;
}
.art{
    height:580px ;
}

@media (max-width:1200px){
.ride{
    height:800px; 
}
.oxfam{
        height:700px ;
}
.emotions{
  height: 690px;
}
.zite{
    height: 700px;
}

.baba{
    height: 600px;
}
.emila{
    height: 680px;
}
.slowear{
    height:880px ;
}
.mdf{
    height:880px ;
}
.art{
    height:620px ;
}

}

@media (max-width:1100px){
.ride{
    height:820px; 
}
.oxfam{
        height:720px ;
}
.emotions{
  height: 710px;
}
.zite{
    height: 720px;
}

.baba{
    height: 620px;
}
.emila{
    height: 700px;
}
.slowear{
    height:895px ;
}
.mdf{
    height:890px ;
}
.art{
    height:640px ;
}
}
*/
.art1{
    display: inline-block;vertical-align: top;width: 70%;float: left;margin-bottom: 14px;line-height: 0;
}
.art2{
    display: inline-block;width: 30%;float: right;margin-bottom: 14px;
}
.art1 img{
    width: 100%;line-height: 0;
}
.art2 img{
    float: right;
width: 96%;
}
@media (max-width:900px){
.ride{
height: 100%;}
.oxfam{
height: 100%;}
.emotions{
height: 100%;}
.zite{
height: 100%;}

.baba{
height: 100%;}
.emila{
height: 100%;}
.slowear{
height: 100%;}
.mdf{
height: 100%;}
.art{
    height: 100%;
}

}


@media (max-width:800px){
    #photos2 {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      1px;
   column-count:         1;
   column-gap:           3px;
}
        #photos3 {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      1px;
   column-count:         1;
   column-gap:           3px;
}
}

#photos2 .zite1{
    width: 75% !important;
}
@media (max-width:800px){
#photos2 .zite1{
    width: 100% !important;
}
}


.bigscrn{
    display: 
}
.smallscrn{
    display: none;
}
@media (max-width:800px){
  .bigscrn{
    display: none;
}
.smallscrn{
    display: initial;
}  
        #photos2 {
        text-align: center;
    }
    #photos2 .zite1{
    width: 65% !important;
}
}


.footer .items{
    text-align: center;
}
.footer .items a{
    text-decoration: none;
}
.footer .items img{
    width: 60px;
    border-radius: 50%;transition: background 0.5s ease 0s;margin-top: 31px;
}
.footer .items img:hover{
 background: #9ADEAA;
}


/*pop op box*/

#overlay {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: #1a1a1a;
  position: fixed;
  display: none;
  opacity: 0.6;
  z-index: 2;
}

.overlay-active {
  display: block !important;
}

.pop-up {
  display: none;
  z-index:4;
}

.container .pop-up-active {
  display: block !important;
}

.pop-body {
  background: white;
  padding: 20px;
  width:300px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.75);
  z-index: 333;
}

.pop-body h3 {
  text-transform: uppercase;
  display: block;
}

.pop-body p {
  text-align: justify;
}

.btn-close {
  border: none;
  float: right;
  display: inline-block;
  background: none;
  font-weight: bold;
}

.btn-open {
cursor: pointer;
}

.btn-open:hover {
  opacity: 1;
}

.small{
    display: none;
}
@media (max-width:400px){
    .small{
        display: block;
    }
    .big{
        display: none;
    }
}

.tabon{
    display: none;
}
@media (max-width:800px) and (min-width:500px) {
.tabon{
    display: block;
}
    .taboff{
    display: none;
}
}



.zitet,.ride1,.slowear1,.mdf1,.emila1,.baba1,.artt,.emotions1{
    display: none;
}

@media (max-width:1100px){
    .zitet,.ride1,.slowear1,.mdf1,.emila1,.baba1,.artt,.emotions1{
    display: block;
}
        .zite,.ride,.slowear,.mdf,.emila,.baba,.art,.emotions{
    display: none;
}
}

.imagesproject img{
    margin-bottom: 15px;
}
.imagesproject div{
    line-height: 0;
}
.imagesproject0 img{
    margin-bottom: 15px;
}
.imagesproject0 div{
    line-height: 0;
}