﻿@charset "utf-8";

@font-face {
font-family: 'Anaheim';
font-style: normal;
font-weight: 400;
src: url('../fonts/anaheim-v7-latin-regular.eot'); 
src: local('Anaheim'), local('Anaheim-Regular'),
url('../fonts/anaheim-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/anaheim-v7-latin-regular.woff2') format('woff2'),
url('../fonts/anaheim-v7-latin-regular.woff') format('woff'), 
url('../fonts/anaheim-v7-latin-regular.ttf') format('truetype'), 
url('../fonts/anaheim-v7-latin-regular.svg#Anaheim') format('svg'); 
}


*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Anaheim', sans-serif;
font-size:17px;
}


.header{
width: 100%;
height: 114px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
z-index:100;
}

.centered {
text-align: center;
}

.green {
color: #00d96c;
}


.navwithlogo {
padding-left: 70px;
}

.navwithlogo img {
width: 140px;
}


.navbtn {
padding-right: 70px;
}

.btn-burger {
width: 25px;
height: 12px;
display: block;
position: relative;
cursor: pointer;
}

.btn-burger span:before,
.btn-burger span:after {
content: '';
width: 25px;
height: 2px;
background-color: #110f10;
position: absolute;
display: block;
transition: all .3s;
}

.btn-burger span:before {
top: 0;
}

.btn-burger span:after{
bottom: 0;
}

.click-burger span::before{
transform:rotate(-45deg);
top: 5px;
}

.click-burger span::after{
transform:rotate(45deg);
bottom: 5px;
}


.headPage{
padding-top: 210px;
}



.row {
margin-bottom: 60px;
}
.row .row {
margin-top: 0px;
margin-bottom: 0;
}
[class*="col-"] {
padding-top: 25px;
padding-bottom: 15px;
}

.wrapper-container {
max-width: 1252px;
width: 100%;
padding: 0 70px;
margin: 0 auto;
}

.headPage-title h1 {
font-weight: 400;
font-size: 36px;
color: #110f10;
text-align:center;
}

.headPage-subTitle{
padding: 30px 0 30px 0;
}

.headPage-subTitle p {
font-weight: 400;
font-size: 16px;
color: #8d99a7;
text-align:center;
}

.headPage-theStory{
display: flex;
justify-content: flex-end;
}

.headPage-theStory a{
font-weight: 500;
font-size: 16px;
color: #110f10;
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
}

.headPage-theStory a span{
width: 45px;
height: 45px;
background: #110f10;
border-radius: 50px;
margin-left: 20px;
text-align: center;
transition: all .3s;
}

.headPage-theStory a span i{
color: #fff;
font-size: 15px;
line-height: 45px;
}

.headPage-theStory a:hover{
text-decoration: underline;
}

.headPage-theStory a:hover span{
background: #000;
}


.main_projects_image {
width: 100%;
height: 234px;
margin-top: 40px;
}

.main_projects_image img {
width: 100%;
object-fit: none;
height: 234px;
}


.descriptionProjects{
margin-top: 140px;
z-index:1;
}

.descriptionProjects .title h3{
color: #00d96c;
font-size: 36px;
font-weight: 400;
text-align:center;
margin-bottom:60px;
}

.bigtext {
font-size:36px;
font-weight:bold;
color: #00d96c;
}

.button {
background-color: #00d96c;
border: none;
color: white;
padding: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 8px;
-webkit-transition-duration: 0.4s; 
transition-duration: 0.4s;
}

.button:hover {
background-color: #265cff;
color: white;
text-decoration: none;
}


.category{
padding-top: 30px;
}

.category span{
color: #8d99a7;
font-size: 16px;
font-weight: 400;
}


.article{
padding-top: 30px;
}

.article p{
color: rgba(17,15,16, .75);
font-weight: 400;
font-size: 16px;
line-height: 32px;
max-width: 871px;
}


.client{
display: flex;
margin-top: 30px;
}

.client div{
margin-right: 50px;
}

.client p{
color: rgba(17,15,16, .75);
font-weight: 400;
font-size: 16px;
line-height: 32px;
}

.client span{
color: #110f10;
font-weight: 400;
font-size: 16px;
line-height: 32px;
}


.galleryProjects{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 140px;
}

.galleryItem{
width: 48.20%;
height: 300px;
margin-bottom: 40px;
overflow: hidden;
cursor: pointer;
}

.galleryItem:hover img{
transform: scale(1.05);
}

.galleryItem img{
width: 100%;
height: 100%;
object-fit: cover;
transition: .3s;
}


.footer{
width: 100%;
background: #555555;
margin-top: 100px;
}

.footer .wrapper-container .StoryTitle{
padding-top: 60px;
padding-bottom: 80px;
}

.footer .StoryTitle h2 {
color: #fff;
font-size: 30px;
}

.wrapp-footer{
display: flex;
justify-content: space-between;
}

.wrapp-footer .littleStory{
padding-bottom: 50px;
}

.wrapp-footer .littleStory p{
font-size: 16px;
color: rgba(255, 255, 255, 0.75);
max-width: 475px;
line-height: 20px;
padding-bottom: 30px;
}

.wrapp-footer .littleStory a{
font-weight: 500;
font-size: 18px;
color: #4cffa6;
text-decoration: none;
}

.wrapp-footer .littleStory a:hover {
color: #fff;
}

.footer-details {
color: #fff;
font-size: 17px;
}

.footer-details p {
padding-bottom: 34px;
}

.footer-details a {
color: #fff;
text-decoration: none;
font-weight: 400;
}

.footer-details a:hover{
text-decoration: underline;
}

.footer-details span{
font-weight: 500;
padding-right: 10px;
}

.footer-details div{
padding-bottom: 15px;
}

.footer-details div:last-child {
padding-bottom: 0px;
}

.footer-menu a {
font-size: 17px;
display: block;
margin-bottom: 10px;
color: #aaa;
}

.footer-menu a:hover{
text-decoration: none;
color: #fff;
}

.right-reserved {
font-size: 15px;
padding-bottom: 50px;
color: #aaa;
text-align:center;
}


.Nav__section{
width: 100%;
height: 100vh;
position: fixed;
top: 100%;
left: 0;
right: 0;
z-index: 1;
transition: all .5s;
}

.Nav__overlay{
width: 100%;
height: 100vh;
background-color: #ddd;
position: absolute;
left: 0;
right: 0;
top: 100%;
transition: all .5s;
}

.Nav_wrapper{
width: 100%;
height: 100vh;
position: absolute;
top: 100%;
left: 0;
right: 0;
transition: all .5s;
transition-delay: 0.5s;
background-color: #fff;
}

.Nav__menu{
width: 100%;
height: 114px;
padding: 0 70px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1;
}

.navwithlogo__full img{
width: 140px;
}

.btn-burger__full{
width: 25px;
height: 25px;
display: block;
position: relative;
cursor: pointer;
}

.btn-burger__full span:before,
.btn-burger__full span:after{
content: '';
width: 25px;
height: 2px;
background-color: #fff;
position: absolute;
display: block;
transition: all .3s;
}

.btn-burger__full span:before{
transform: rotate(-45deg);
top: 12.5px;
}

.btn-burger__full span:after{
transform: rotate(45deg);
top: 12.5px;
}

.menunavigation{
text-align: center;
display: flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.menunavigation ul{
margin: 0 auto;
}

.menunavigation li{
list-style: none;
margin-bottom: 20px; 
}

.menunavigation a{
color: #777;
text-decoration: none;
font-weight: 700;
font-size: 50px;
line-height: 100px;
transition: all .3s;
position: relative;
}

.menunavigation li:hover a{
color: #4f4e4f;
}

.wrapper-social-media__full{
display: block;
height: 114px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}

.social-media__full{
display: flex;
align-items: center;
width: 100%;
height: 100%;
justify-content: center;
}

.social-media__full a{
color: #444;
text-decoration: none;
font-size: 14px;
font-weight: 400;
margin: 0 18px;
}

.menunavigation .Nav_act{
color: #4f4e4f;
}

/* PRELOADER */
.pace{
pointer-events: none;
user-select: none;
z-index: 999999999;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 300px;
border: 0px;
height: 1px;
overflow: hidden;
background:#000; 
}

.pace .pace-progress {
transform: translate3d(0, 0, 0);
max-width: 300px;
position: absolute;
z-index: 999999999;
display: block;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background:#00d900;
}

.pace.pace-inactive {
display: none;
}

#preloader {
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
background: #ddd;
overflow: hidden;
position: fixed;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
z-index: 99999999;
}

.preload-img {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}

.preload-img img{
width: 140px;
}

/* Media */
@media screen and (max-width: 1500px){
.header{
height: 80px;
z-index: 1;
}

.navwithlogo{
padding-left: 40px;
}

.navbtn{
padding-right: 40px;
}

}

@media screen and (max-width: 1000px){
.header{
padding-right: 0;
height: 60px;
}

.navwithlogo img{
display: block;
width: 120px;
}

.navwithlogo{
padding-left: 20px;
}

.navbtn{
padding-right: 20px;
}

.headPage-title h1{
font-size: 22px;
}

.StoryTitle h2{
font-size: 22px;
}

.wrapper-container{
padding: 0 20px;
}

.footer .StoryTitle h2,
.descriptionProjects .title h3{
font-size: 26px;
}

/* FullNav */
.Nav__menu{
height: 60px;
padding: 0 15px;
}

.navwithlogo__full img{
width: 90px;
display: block;
}

.menunavigation a{
font-size: 64px;
line-height: 64px;
}

/* Preloader */
.pace{
width: 220px;
}

.pace .pace-progress{
max-width: 220px;
}

/* Footer */
.wrapp-footer{
flex-direction: column;
}

.footer-details{
padding-bottom: 50px;
}

.footer-menu{
padding-bottom: 50px;
}

.footer .wrapper-container{
padding: 0 20px;
}

}

@media screen and (max-width: 768px){
.header{

}


.main_projects_image {
width: 100%;
height:110px;
margin-top: 40px;
}

.main_projects_image img {
width: 100%;
height:110px;
object-fit: contain;
}




.galleryItem{
width: 100%;
}

.client{
flex-direction: column;
}

.client div{
padding-bottom: 20px;
}

.client div:last-child{
padding-bottom: 0px;
}

}

@media screen and (max-width: 460px){
.menunavigation a{
font-size: 36px;
line-height: 36px;
}

}
