﻿@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: #ECEBE6;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Regular.woff2") format("woff2"),
       url("Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("Inter-SemiBold.woff2") format("woff2"),
       url("Inter-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'Butler';
    src: url('Butler.woff2') format('woff2'),
        url('Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('Butler-UltraLight.woff2') format('woff2'),
        url('Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('Butler-Light.woff2') format('woff2'),
        url('Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Italic.woff2") format("woff2"),
       url("Inter-Italic.woff") format("woff");
}

/* -------------------------------- 

preloader

-------------------------------- */

.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-color: #282E07;
   text-align: center;
}
.preloader h1 {
  font-size: 7vw;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation: fade 2s ease-out infinite;
  opacity: 1;}

  @keyframes fade {
    0%  {opacity: 1;}
    50%   {opacity: 0.5;}
    100%   {opacity: 1;}
}

.content__text {
  position: fixed;
  margin: auto;
  top: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  font-family: "Inter";
  font-weight: 400;
  font-style:  normal;
}
/* (max-width: 665px) and (min-width: 319px) */
@media screen and (max-width: 665px) and (min-width: 319px){
  .content__text {
  position: fixed;
  margin: auto;
  top: 13%;
  left: 0;
  bottom: 0;
  right: 55%;
  z-index:1;
  font-family: "Inter";
  font-weight: 400;
  font-style:  normal;
  transform: scale(0.5);


}
}

.js .content__text-inner {
  opacity: 0;
}

 .main_view {
  width: 100%;
  height: 100%;
  z-index: 0;
}
 
 .header {
  width: 100%;
  height: auto;
  float: left;
  background-color: #656C28;}

  .header_mob {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #656C28;}

  @media screen and (max-width: 5760px) and (min-width: 1189px){
    .header_mob{
      display: none;
    }

  }

.top_view_l{
  position: relative;
  width: 42%;
  height: auto;
  float: left;
  background-color: #656C28; 
}
.top_wrap_l{
  position: relative;
  max-width: 635px;
  margin: 0 auto!important;
}

.top_view_r{
  position: relative;
  width: 58%;
  height: auto;
  float: left;
  background-color:#ECEBE6;
}
.top_wrap_r{
  position: relative;
  max-width: 635px;
  margin: 0 auto!important;
}

@media screen and (max-width: 1190px) and (min-width: 0px){

  .header {
display: none;} 

.top_view_l{
  width: 100%;
}
.top_wrap_l{
  max-width: 100%;
}

.top_view_r{
  position: relative;
  width: 58%;
  height: auto;
  float: left;
  background-color:#ECEBE6;
}
.top_wrap_r{
  position: relative;
  max-width: 635px;
  margin: 0 auto!important;
}

}


  .navbar {
    position: relative;
  	max-width: 1680px;
  	margin: 0 auto!important;}

  .navbar_mob {
    position: relative;
    max-width: 1680px;
    margin: 0 auto!important;
    background-color: #656C28;}

  .name {
  width: 42%;
  float: left;
  font-family:"Butler";
	font-size: 21px;
	color: #ECEBE6;
  background-color: #656C28;
	padding-top: 75px;
	padding-left: 80px;
  }

  .name_mob {
  width: 46%;
  float: left;
  font-family:"Butler";
  font-size: 21px;
  color: #ECEBE6;
  background-color: #656C28;
  padding-top: 75px;
  }
  .name_mob a{
    padding-left: 40px;
  }

  .Me_foto {
    max-width: 496px;
    height: auto;
    padding: 235px 80px 145px 80px;
    text-align: center;
  }
  .Me_foto img{
    width: 100%;
    height:auto;
  }


  @media screen and (max-width: 1190px) and (min-width: 666px){
.name {
  padding-left: 40px;}

  .Me_foto {
    max-width: 496px;
    padding: 160px 40px 145px 40px;
    text-align: center;
  }
}
@media screen and (max-width: 665px) and (min-width: 319px){
.name {
  padding-left: 30px;
  padding-top: 40px;}

.name_mob {
  width: 100%;
  padding-top: 40px;
  }
  .name_mob a{
    padding-left: 30px;
  }
.Me_foto {
    padding: 160px 30px 100px 30px;
  }


}



  .top_link {
    width: 58%;
  	float: left;
  	padding-top: 75px;
    padding-left: 72px;
  	font-size: 16px;
  	font-family: 'Inter', sans-serif;
  }
  .link1 {
    float: left;
    padding-right: 75px;
  }

  .top_link a{
  	text-decoration: none;
  	color: #282E07;
  	text-align: left;
  }
    .top_link a:hover{
    font-style: italic
  }

  .top_link_mob {
    width: 54%;
    float: right;
    padding-top: 75px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    background-color: #656C28;
  }
  .link1_mob {
    float: left;
    padding-right: 75px;
  }

  .top_link_mob a{
    text-decoration: none;
    color: #ECEBE6;
    text-align: left;
  }
  .top_link_mob a:hover{
    font-style: italic
  }

/* (max-width: 665px) and (min-width: 319px) */
@media screen and (max-width: 665px) and (min-width: 319px){
.top_link {
    width:auto;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
  }
  .link1 {
    width: 100%;
    float: left;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .link2 {
    float: left;
    padding-right: 0px;}

  .top_link_mob {
    width: auto;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
  }
  .link1_mob {
    float: left;
    padding-right: 30px;
  }

  .top_link_mob a{
    text-decoration: none;
    color: #ECEBE6;
    text-align: left;}
  }

  
/* ----------------------------------------------------- */

  .main_wrap{
    position: relative;
    max-width: 1680px;
    margin: 0 auto!important;
    z-index:1000;
  }

  .top_lead{
    padding: 100px 0px 0px 0px;
  }
  .Me_title {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  
  h1 {
  font-family: 'Butler', sans-serif;
  font-size: 48px;
  color: #282E07;
  font-weight: 200;
  font-style: normal;
  line-height:64px;
  display: inline-block;}

  .desc_tex{
    width: 80%;
  }
  .descript{
    max-width: 696px;
    height:auto;
    float: left;
    padding: 100px 80px 17% 72px;
    font-size: 21px;
    line-height: 31px;
    color: #282E07;
  }

  .cliens{
    width: 100%;
    height: auto;
    float: left;
    border-top:1px solid #282E07;
    border-bottom: 1px solid #282E07;

  }
  .cliens_box{
    padding: 75px 80px 75px 80px;
    color: #282E07;
    display: inline-block;
    font-size: 21px;
    line-height: 31px;
  }
  .logos{
    padding-top: 45px;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .logos img{
    padding: 1% 1%;
    width: 13%;
    height:auto;
  }

  .skils{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #282E07;
  }
  .skils_box{
    padding: 75px 80px 75px 80px;
    color: #282E07;
    float: left;
    font-size: 21px;
    line-height: 31px;
    list-style-type: none;
  }

  .skils_box a:after {
     content: "→";
     padding-left: 10px;
  }

/* (max-width: 1190px) and (min-width: 666px) */
@media screen and (max-width: 1190px) and (min-width: 666px){

  .cliens_box{
    padding: 75px 40px 45px 40px;}

  .logos img{
    width: 20%;
  }

  .skill_con{
    width: 94%;
    margin: 75px 40px 75px 40px;
  }

  .skils_box{
    padding: 0 5.8% 75px 0;}
}

/* (max-width: 665px) and (min-width: 319px) */
@media screen and (max-width: 665px) and (min-width: 319px){

.cliens_box{
    padding: 45px 30px 45px 30px;
    font-size: 16px;
    line-height: 26px;}

  .logos{
    padding-top: 45px;
  }

  .logos img{
    width: 30%;
  }
  .skill_con{
    margin: 45px 30px 0 30px;
  }

  .skils_box{
    width: auto;
    float: none;
    padding: 0 0 45px 0;
    font-size: 16px;
    line-height: 26px;}

  .skils_box a:after {
     content: "↓";
     padding-left: 10px;}
}

 .wybrane_p {
    width: 40%;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    color: #282E07;
    text-align: left;
    animation: bouce 2s ease-out infinite;
    transform: translate(0, 0);
   }

  @keyframes bouce {
 0%  {transform: translate(0, 0);}
 50%  {transform: translate(0, 15px);}
 100%   {transform: translate(0, 0);}
}


/* (max-width: 1190px) and (min-width: 666px) */
@media screen and (max-width: 1190px) and (min-width: 666px){
.Me {
  width: auto;
   padding: 200px 40px 0 40px;
  }
  h1 {
  font-size: 42px;
  color: #ECEBE6;
  line-height:54px;}

  .descript{
    max-width: 75%;
    padding: 100px 40px 80px 40px;
    color: #ECEBE6;
  }
}
/* ----------------------------------------------------- */

/* (max-width: 665px) and (min-width: 319px) */
@media screen and (max-width: 665px) and (min-width: 319px){
.Me {

   padding: 85% 20px 0 40px;
  }
  h1 {
  font-family: 'Butler', sans-serif;
  font-size: 32px;
  color: #ECEBE6;
  font-weight: 300;
  line-height: 42px;
  display: inline-block;}

  .descript{
    max-width: 100%;
    padding: 100px 40px 80px 30px;
    color: #ECEBE6;
    font-size: 16px;
    line-height: 26px;
  }
}
/* ----------------------------------------------------- */


/* Wybrane projekty */
.work_wrap{
  position: relative;
  max-width: 1680px;
  margin: 0 auto!important

}
.content{
  padding: 10px 80px 0 80px;
  background-color:#ECEBE6;
  display: inline-block;
  box-shadow:  0 -150px 150px #ECEBE6;
}



.left_column{
    float: left;
    width: 46%;
    height: auto;
  }

    .right_column{
    float: right;
    width: 46%;
    height: auto;
  }


/* ----------------------------------------------------- */


/* Box_left */

.box_1{
  float: left;
  width: 100%;
  margin-left: 0;
  margin-bottom: 150px;
  height: auto;
  display: inline-block;
  transition: all 0.5s;
}

.box_1 img{
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  transition: all 0.5s;
}
.box_1 a:hover{
  padding-left: 20px;
  transition: all 0.5s;

}
.box_1 a{
  padding-left: 10px;
  transition: all 0.3s;}


.box_3{
  float: left;
  width: 80%;
  margin-left: 0;
  margin-bottom: 150px;
  height: auto;
  display: inline-block;
  transition: all 0.5s;
}

.box_3 img{
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  transition: all 0.5s;
}
.box_3 a:hover{
  padding-left: 20px;
  transition: all 0.5s;

}
.box_3 a{
  padding-left: 10px;
  transition: all 0.3s;}


.box_5{
  float: left;
  width: 80%;
  margin-left: 20%;
  margin-bottom: 250px;
  height: auto;
  display: inline-block;
  transition: all 0.5s;
}

.box_5 img{
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  transition: all 0.5s;
}
.box_5 a:hover{
  padding-left: 20px;
  transition: all 0.5s;

}
.box_5 a{
  padding-left: 10px;
  transition: all 0.3s;}
/* ----------------------------------------------------- */


/* Box_right */

.box_2{
  float:right;
  width: 80%;
  margin-right:9%;
  margin-top: 110px;
  margin-bottom: 150px;
  height: auto;
  display: inline-block;
  transition: all 0.5s;
}

.box_2 img{
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  transition: all 0.5s;
}
.box_2 a:hover{
  padding-left: 20px;
  transition: all 0.5s;

}
.box_2 a{
  padding-left: 10px;
  transition: all 0.3s;}

.box_4{
  float:right;
  width: 100%;
  margin-right:0;
  margin-bottom: 150px;
  height: auto;
  display: inline-block;
  transition: all 0.5s;
}

.box_4 img{
  padding-top: 20px;
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  transition: all 0.5s;
}
.box_4 a:hover{
  padding-left: 20px;
  transition: all 0.5s;

}
.box_4 a{
  padding-left: 10px;
  transition: all 0.3s;}


/* ----------------------------------------------------- */


.dot{
  position: absolute;
  float: left;
  height: 9px;
  width: 9px;
  border-radius: 9px;
  background: transparent;
  border: 1px solid #282E07;
}

.dot_fill:before{
content:"";
margin:auto;
display: block;
height: 11px;
width: 11px;
border-radius: 11px;
float: left;
}

.dot_fill:hover:before
{
  background-color:#282E07;
  height: 11px;
  width: 11px;
  border-radius: 11px;
  animation: dash 0.3s ease-out alternate 1;

}
.dot_fill {
  text-decoration: none;
  line-height: 11px;
  padding-left: 11px;
  color:#282E07;
  font-size: 14px;
  z-index: 1000;
}

@keyframes dash {
 0%  {transform: scale(0.2,0.2 );}
  100%   {transform: scale(1,1 );}
}


/* other_wrap */
.other_wrap{
  position: relative;
  max-width: 1920px;
  margin: 0 auto!important;
}
.other_box{
  width: 100%;
  height:auto;
  border-top: 1px solid #282E07;
  text-align: center;
  background-color: #ECEBE6;
}
.other_box img{
  width: 18%;
  height: auto;
  opacity: 0.5;
}

.more{
    width: 100%;
    height: auto;
    float: left;
  }
.more_wrap{
  max-width: 1280px;
  margin: 0 auto!important;
}
.Me_2{
  padding: 110px 80px 225px 80px;
}

.Col{
  width: 30%;
  height: auto;
  float: left;
}
.Col h1{
  font-family: 'Butler', sans-serif;
  font-size: 48px;
  color: #282E07;
  font-weight: 200;
  font-style: normal;
  line-height:64px;
  display: inline-block;
}

.button_big_2 {
     font-family: 'Inter', sans-serif;
     font-size: 21px;
     opacity: 1;
     transition: all 0.5s;
     max-width: 315px;
     height: auto;
     float: left;
     padding: 20px 55px 20px 35px;
     background-color: #656C28;
     border-radius: 45px;
     transform: translate(50%,35px);
  }
    .button_big_2 :after {
      position: absolute;
    content: "→";
    padding-left: 10px;
    transition: all 0.5s;
  }
.button_big_2 :hover:after{
  padding-left: 15px;
}
  .button_big_2 a{
    text-decoration: none;
    color: #ECEBE6;
  }

.footer{
  width: 100%;
  height: auto;
  float: left;
}
  .footer_box{
    padding: 110px 80px 40px 80px;
  }

/* (max-width: 1190px) and (min-width: 666px) */
@media screen and (max-width: 1190px) and (min-width: 666px){

.Me_2{
  padding: 110px 40px 180px 40px;}

.Col{
  width: 25%;
}
.Col h1{
  font-size: 42px;
  line-height:54px;
}
.button_big_2 {
     max-width: 315px;}

.footer_box{
    padding: 110px 40px 40px 40px;}
}

/* (max-width: 665px) and (min-width: 319px) */
@media screen and (max-width: 665px) and (min-width: 319px){

.Me_2{
  padding: 55px 30px 180px 30px;}

.Col{
  width: 100%;
  padding-bottom: 30px;}

.Col h1{
  font-size: 32px;
  line-height:40px;
  font-weight: 300;
  margin-bottom: 0;
}

.button_big_2 {
     font-size: 16px;
     max-width: 315px;
     transform: translate(0,0);} 

.footer_box{
    padding: 110px 30px 40px 30px;} 
}









