@charset "utf-8";
/* CSS Document */


html, body {
  	padding: 0;
  	margin: 0;
  	height: 100%;
 	width: 100%;
	font-size:10px;
    font-family: 'roobertregular';
    text-decoration:none;
    background-color: #F2F2F2;
}
.animation {
    -webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main-align {
	display: table;
    width: 100%;
    height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}


.icon-menu-black, .icon-menu-white, .icon-menu-close {
display: none;
position: absolute;
top: 25px;
right: 25px;
width: 30px;
height: 30px;
color: transparent;
text-decoration: none;
background-image: url(images/icon-menu-white.svg?v=1.2);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
}
.icon-menu-black {
background-image: url(images/icon-menu.svg?v=1.2);
}
.icon-menu-close {
background-image: url(images/icon-close.svg?v=1.2);
}

.header {
width: calc(100% - 12rem);
padding: 4rem 6rem 0 6rem;
z-index: 8;
top: 0;
left: 0;
position: fixed;
}
.header_small {
background-color: #F2F2F2;
width: calc(100% - 12rem);
padding: 1rem 6rem;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}

.logo {
width: 16rem;
display: inline-block;
vertical-align: top;
}

.nav {
display: inline-table;
vertical-align: top;
width: calc(100% - 16rem - 5px);
text-align: right;
}



.footer {
background-color: #2E43FF;
width: calc(100% - 12rem);
padding: 6rem;
position: relative;
}
.logo-footer {
float: left;
width: 100%;
display: table;
text-align: center;
position: relative;
z-index: 2;
}

.main_banner {
	width: 100%;
    height: 100vh;
	position: relative;
	z-index: 5;
    top: 0;
    left: 0;
	background-color: #000;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.slide {
width: 100vw; 
height: 100vh;
top: 0;
left: 0;
position: relative;
}
.slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100vw;
	height: 100vh;
}

.main_banner .slide .vidcell video {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: 0;
}

@keyframes punpin {
  0%  {transform: scale(1.1);}
		50%  {transform: scale(1);}
		100%  {transform: scale(1.1);}
}


.main_banner .scroll {
position: absolute;
z-index: 3;
left: 34rem;
bottom: 4rem;
width: 6rem;
animation: punpin 1s infinite;
}

.banner-mask {
position: absolute; 
z-index: 2; 
top: 0;
left: 0;
width: 100%; 
height: 100vh; 
display: table; 
text-align: center; 
background-color: rgba(0,0,0,.6);
}

.serv-banner {
idth: 100%; margin: 6rem 0;  
position: relative; 
z-index: 6;
}
.serv-banner-left {
width: 40rem;
height: 40rem; 
background-color:violet; 
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size:  cover;
}
.serv-banner-right {
width: calc(100% - 40rem); 
float: right; 
height: 40rem; 
background-color:aqua;
background-position: center center;
background-repeat: no-repeat;
background-size:  cover;
}


.slide_about, .slide_work, .slide_content {
width: calc(100% - 12rem);
padding: 6rem;
position: relative;
text-align: left;
z-index: 3;
}
.slide_about {
background-image: url("images/shape.svg");
background-position: bottom 10rem left 15rem;
background-repeat: no-repeat;
background-size:  40rem auto;
background-color: #C9BCB4;
}
.slide_content {
padding-top: 20rem;
}
.pagination, .more-info {
float: left; 
width: 16rem;
position: absolute;
z-index: 6;
}

.more-info {
position: sticky;
padding-top: 4rem;
top: 10rem;
left: 6rem;
}


.content_about, .content_work, .content_contact, .content_interior {
float: right; 
text-align: left; 
width: calc(100% - 28rem);
}

.banner-line, .about-line, .work-line, .contact-line, .interior-line, .footer-line, .phrase-line, .internas-line {
position: absolute;
bottom: 0;
top: 0;
width: 1px;
background-color: #C9BCB4;
z-index: 1;
left: 28rem;
}
.banner-line {
background-color: #f2f2f2;
}
.about-line {
background-color: #000;
}
.banner-line, .internas-line {
top: 6rem;
}
.footer-line {
bottom: 6rem;
}


.about-maininfo {
position: absolute;
z-index: 3;
left: 34rem;
bottom: 4rem;
width: calc(100% - 64rem);
text-align: left;
}
.about-maininfo .scroll-int {
width: 6rem;
animation: punpin 1s infinite;
}



.thumb-serv {
width: calc(50% - 7rem); 
margin-right: 2rem; 
margin-bottom: 2rem; 
background-color:#000;
float: left;
overflow: hidden;
font-size:1.6rem;
line-height: 2rem;
color: #FFF;
padding: 2rem 4rem 2rem 2rem;
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 3rem auto;
}
.thumb-serv:hover {
background-color:#2E43FF;
background-image: url("images/arrow-right-white.svg");
}



.thumb-serv-int {
width: calc(50% - 1rem); 
margin-right: 2rem; 
margin-bottom: 2rem; 
height: 20rem;
background-color:#000;
float: left;
overflow: hidden;
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb-serv-int-mask {
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0,0,0,.5);
}
.thumb-serv-int-txt {
position: absolute;
z-index: 2;
left: 0;
right: 0;
bottom: 0;
padding: 4rem;
background-position: right 4rem center;
background-repeat: no-repeat;
background-size: 3rem auto;
font-size:1.6rem;
line-height: 2.8rem;
color: #FFF;
}
.thumb-serv-int:hover .thumb-serv-int-txt {
background-image: url("images/arrow-right-white.svg");
}


@keyframes punpin {
  0%  {transform: scale(1.1);}
		50%  {transform: scale(1);}
		100%  {transform: scale(1.1);}
}


@keyframes pulse {
		0% {transform: scale(1);}
  25% {transform: scale(1.1);}
  50% {transform: scale(1);}
		75% {transform: scale(1.1);}
		100% {transform: scale(1);}
}

@keyframes godown {
  from {
			bottom: 6rem;
			opacity: 0;
		}
  to {
		bottom: 4rem;
		opacity: 1;
		}
}

				
.bt-black{
display: inline-block;
background-color: transparent;
height: 4.2rem;
padding: .8rem 8rem 0 2rem;
text-decoration: none;
color: #000;
border: solid 1px #000;
border-radius: 0 2rem;
font-size: 1.8rem;
background-image: url("images/arrow-right-black.svg");
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 3rem auto;
}
.bt-black:hover {
color: #000;
background-color: #FFE913;
transform: scale(1.1);
border: solid 1px #FFE913;
background-image: url("images/arrow-right-black.svg");
}

.go-back {
display: inline-block;
background-color: transparent;
text-decoration: none;
color: transparent; 
width: 4rem;
height: 4rem;
background-image: url("images/arrow-back-black.svg");
background-position: left center;
background-repeat: no-repeat;
background-size: 100% auto;
}

.link {
display: inline-block;
background-color: transparent;
text-decoration: none;
color: #2E43FF;
background-image: url("images/arrow-right-blue.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 3rem auto;
padding-right: 4rem;
}



.content_team {
text-align: left; 
width: 100%;
position: relative;
z-index: 5;
margin-bottom: 4rem;
}
.team-img {
width: 50%; 
float: left;
}
.team-img-wrapper {
width: 100%; 
padding-top: 90%; 
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-color:aliceblue;
background-size: cover;
}
.team-txt {
width: 50%; 
float: right;
}
.team-txt-wrapper {
width: 100%; 
padding-top: 90%; 
position: relative;
}
.team-txt-content {
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
padding: 6rem;
}



/*CLIENTS*/
.clients-thumbs {
width: calc(25% - 4.5rem - 2px); 
float: left; 
background-color:#FFF;
margin: 0 6rem 6rem 0;
border: solid 1px #C9BCB4;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.clients-thumbs:hover {
transform: scale(1.05);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.clients-thumbs-logo {
width: 100%; 
padding-top: 100%; 
position: relative;
background-position: center center;
background-repeat: no-repeat;
}
.content_clients {
	width: calc(100% - 16rem);
    float: right;
    margin-right: -6rem;
	padding: 6rem 0;
	overflow:hidden;
}


.simply-scroll {
    height: 6rem !important;
    margin-bottom: 0 !important; 
}



.client {
    div-blend-mode: multiply;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 20px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.client:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.about-box {
width: calc(100% - 66rem); 
background-color: #2E43FF; 
padding: 6rem 30rem 6rem 36rem; 
position: relative;
}

/* Fonts */

.menu {
	font-size:1.6rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-left: 6rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: .2rem;
}

.t1 {
    font-family: 'aeonik_fono_trialregular';
	font-size:15rem;
    line-height: 12rem;
}
.t2 {
    font-family: 'aeonik_fono_trialregular';
	font-size:5rem;
    line-height: 4.6rem;
}
.t3 {
    font-family: 'aeonik_fono_trialregular';
    font-size:3rem;
	line-height: 3.4rem;
}
.t4 {
    font-size:2.4rem;
	line-height: 2.6rem;
}
.t5 {
	font-size:1.6rem;
	line-height: 2rem;
}

.black{
	color:#000;
}
.white {
	color:#F2F2F2;
}

@font-face {
    font-family: 'aeonik_fono_trialregular';
    src: url('fonts/aeonikfonotrial-regular-webfont.woff2') format('woff2'),
         url('fonts/aeonikfonotrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roobertbold';
    src: url('fonts/roobert-bold-webfont.woff2') format('woff2'),
         url('fonts/roobert-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roobertregular';
    src: url('fonts/roobert-regular-webfont.woff2') format('woff2'),
         url('fonts/roobert-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}








/* FORM*/


.form {
float: right; 
text-align: left; 
width: calc(100% - 30rem);
}
.form_left {
float: left; 
width: calc(50% - 1rem); 
margin-right: 2rem;
}

.form_right {
float: right; 
width: calc(50% - 1rem);
}
.field_box {
border: none;
width: calc(100% - 4.5rem);
margin: 0 0 2rem 0;
background-color: #fff;
display: inline-block;
text-align: left;
padding: 1rem 2rem .5rem 2rem;
}

.field, .area {
	border: none;
	color:#666;
	width:calc(100% - 2rem);
	height: 2rem;
	text-decoration:none;
	font-size:1.6rem;
	font-weight:400;
	display: block;
	outline:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	background-color: transparent;
	resize:none;
}
.area {
height: 9.8rem;
}
.send {
	text-decoration:none;
    background-color: transparent;    
    color: #000;
    border: solid 1px #000;
    border-radius: 0;
    font-size: 1.8rem;
    background-image: url("images/arrow-right-black.svg");
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-size: 3rem auto;
    padding: 0 4rem 0 2rem;
	text-align:left;
	display:block;
	cursor:pointer;
	height: 5.5rem;
	width: 100%;
	-webkit-appearance:none;
     -moz-appearance:none;
     appearance:none;
}
.send:hover {
color: #FFF;
background-color: #000;
background-image: url("images/arrow-right-white.svg");
}


.result_box {
width: 100%; 
min-height: 30rem; 
text-align: center;
display: table;
}


	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}







.panelBaner{
	position: relative;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
position: absolute;
color: transparent;
text-decoration: none;
	left: 30px;
	margin-top: -50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-image: url('images/arrow_left_white.svg');
}
.bx-wrapper .bx-next {
	right: 30px;
	left: initial;
	background-image: url('images/arrow_right_white.svg');
}
.bx-wrapper .bx-controls-direction a {
	width: 50px !important;
	height: 50px !important;
	background-size: contain;
	display: none !important;
}

/* PAGER */
.bx-controls {
position: absolute;
bottom: 0;
right: 4rem;
z-index: 50;
left: 0;
text-align: right;
height: 50px;
}
.bx-wrapper .bx-pager { 
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
		display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bx-pager-item {
display: inline-block !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide {
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}
@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {

}
}






@media screen and (max-width: 600px) {

.menu {
    color: #000 !important;
    margin-left: 0;
    display: block;
    font-size:2rem;
    margin: 2rem 0;
}
.pagination, .more-info {
width: 100%;
position: initial;
display: block;
}

.more-info {
position: sticky;
padding-top: 4rem;
top: 10rem;
left: 2rem;
}


.content_about, .content_work, .content_contact, .content_interior {
width: 100%;
float: none;
display: block;
}

.banner-line, .about-line, .work-line, .contact-line, .interior-line, .footer-line, .phrase-line, .internas-line {
left: 3rem;
}

.slide_about, .slide_work, .slide_content {
width: calc(100% - 9rem);
padding-top: 3rem;
padding-right: 3rem;
}
.content_about .mt {
width: 100% !important;
margin-bottom: 0 !important;
}


.thumb-serv {
width: calc(100% - 6rem) !important; 
margin-right: 0; 
float: none;
}
.content_clients {
    width: calc(100% + 6rem);
    float: none;
    margin-left: -3rem;
    margin-right: 0;
    padding: 6rem 0;
    overflow: hidden;
}
.footer .pagination {
width: 10rem;
margin-bottom: 3rem;
}
.t1 {
	font-size:7rem;
    line-height: 8rem;
}
.t2 {
	font-size:3.6rem;
    line-height: 4rem;
}
.t3 {
    font-size:2.3rem;
	line-height: 3rem;
}
.t4 {
    font-size:2rem;
	line-height: 2.4rem;
}
.logo {
width: 10rem;
}

.nav {
position: fixed;
top: 0;
right: -100%;
width: 100%;
text-align: center;
background-color: #FFF;
height: 100vh;
z-index: 30;
display: table;
}

.txt-foot {
width: 100%;
margin-right: 0;
margin-bottom: 3rem;
}

.header_small {
    width: calc(100% - 6rem);
    padding: 1rem 3rem;
}
.main_banner .scroll {
    left: 4rem;
}


.icon-menu-white, .icon-menu-black, .icon-menu-close {
display: block;
}



.about-maininfo {
left: 4rem;
bottom: 4rem;
width: calc(100% - 8rem);
}

.about-box {
width: calc(100% - 8rem); 
padding: 6rem 4rem; 
}



.team-img {
width: 100%; 
float: none;
}
.team-txt {
width: 100%; 
float: none;
}

.team-txt-wrapper {
padding-top: initial; 
}
.team-txt-content {
position: initial;  
padding: 2rem;
}

.thumb-serv-int {
width: 100%; 
margin-right: 0; 
float: none;
}

.slide_content {
padding-top: 20rem;
}

.clients-thumbs {
width: calc(50% - 2rem - 2px); 
margin: 1rem;
}

.form_left {
float: none; 
width: 100%; 
margin-right: 0;
}

.form_right {
float: none; 
width: 100%;
}

.serv-banner-left {
width: 10rem;
height: 10rem; 
}
.serv-banner-right {
width: calc(100% - 10rem); 
height: 10rem; 
}

.content_about div {
width: 100% !important;
}


}

@media screen and (max-width: 350px) {


}


@media (min-width: 1500px) {
	

	
}


@media (min-width: 1800px) {
	

		
}	

@media (min-width: 2100px) {
	

		
}	