/*
Theme Name: Metri
Theme URI: https://metri.app
Description: Motyw strony Metri
Author: Esumo
Author URI: https://esumomedia.com
Version: 0.1
*/

*,
*::before,
*::after {
	outline: none;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-size: 100%;
	background: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
	width: 100%;
	margin: 0;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

button {
	font-family: 'Quantico', sans-serif;
}

button:focus {
	outline: 0;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Quantico', sans-serif;
	margin: 0;
}

p,
ul,
li {
	margin: 0;
}

.navbar{
	font-family: 'Quantico', sans-serif;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

.bg-gray{
	background: #FCFCFC;
}

.btn-default{
	background: #FFB155;
	border: 2px solid #FFB155;
	border-radius: 2px;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	transition: .4s;
	padding: 16px 32px;
}

.btn-default:hover{
	background: transparent;
	color: #000000;
}

.section__header{
	margin-bottom: 50px;
}

.section__title{
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 36px;
	text-transform: uppercase;
	color: #000000;
}

.section__text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	color: #949494;
}

.section__link,
.section__text a {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	border-bottom: 1px solid #FFB155;
	transition: .4s;
}

.section__link:hover{
	color: #FFB155;
}

.parallax {
	background-size: cover;
	/* 	background-position: center center; */
	background-repeat: no-repeat;
	opacity: 1;
	background-attachment: fixed;
	text-align: center;
}

header{
	padding: 24px 0;
	border-bottom: 1px solid rgba(211, 198, 185, 0.61);
}

.navbar {
	padding: 0 9px;
}

.navbar .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.1);
	z-index: 1000;
	top: 10px;
}

.navbar .navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-collapse ul.navbar-nav li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 18px;
}

.navbar-collapse ul.navbar-nav li a {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #606060;
	padding: 8px 0;
}

.navbar-collapse ul.navbar-nav li a:hover,
.navbar-collapse ul.navbar-nav li.current-menu-item a {
	color: #131313;
	transition: .4s;
}

/* Underline From Center */
.navbar-collapse ul.navbar-nav li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.navbar-collapse ul.navbar-nav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	margin: 0 20%;
	background: #FFB155;
	height: 2px;
	border-radius: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar-collapse ul.navbar-nav li a:hover:before,
.navbar-collapse ul.navbar-nav li a:focus:before,
.navbar-collapse ul.navbar-nav li a:active:before,
.navbar-collapse ul.navbar-nav li.current-menu-item a:before {
	left: 0;
	right: 0;
}

.navbar-collapse ul.navbar-nav li:last-child{
	padding-right: 0;
}

.navbar-collapse ul.navbar-nav li:last-child a {
	color: #131313;
	font-style: normal;
	font-weight: bold;
	border: 2px solid #FFB155;
	background: #FFB155;
	border-radius: 2px;
	padding: 0.75rem 2.25rem;
	transition: .4s;
}

.navbar-collapse ul.navbar-nav li:last-child a:hover {
	background: transparent;
}

.navbar-collapse ul.navbar-nav li:last-child a:before {
	content: none;
}

@media (max-width: 991px) {
	.navbar {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar .navbar-toggler {
		border-color: rgba(0, 0, 0, 0.1);
		margin-left: auto;
		margin-right: 15px;
	}

	.navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.navbar-collapse ul.navbar-nav li {
		padding: 0;
	}
}

/* FOOTER */

footer {
	background: #1D1D1D;
	padding: 100px 0;
}

footer .footer__brand img{
	filter: brightness(0) invert(1);
	margin-bottom: 30px;
}

footer h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
}

footer .footer__contact h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #FFB155;
	text-transform: uppercase;
	margin-bottom: 8px;
}

footer .footer__contact p{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
}

footer hr {
	background: #FFB155;
	border: none;
	border-radius: 4px;
	width: 20px;
	height: 2px;
	margin: 1rem 0;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li{
	margin-bottom: 8px;
}

footer a,
footer p {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #B7B7B7;
	margin: 0;
}

footer a:hover {
	color: #FFB155;
}

footer p {
	margin-bottom: 30px;	
}

footer span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
	display: block;
	margin-bottom: 4px;
}

footer span.copy {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
	margin: 0;
}

footer span.copy img {
	display: inline-block;
	height: 28px;
	margin: 0 0 0 7px;
	float: none;
}

/*
404
*/

.error-page {
	padding: 120px 0 200px 0;
	background-color: rgba(255, 177, 85, 0.05);
}

.error-page h1 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	color: #131313;
}

.error-page h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 3px;
	text-align: center;
	color: #FFB155;
}

.error-page p {
	font-size: 16px;
	line-height: 26px;
	color: #606060;
	text-align: center;
	margin-bottom: 2rem;
}

.error-page a {
	display: inline-block;
	color: #FFB155;
	background-color: transparent;
	border: 2px solid #FFB155;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 1rem 3rem;
	font-weight: 700;
	cursor: pointer;
}

.error-page a:hover {
	background-color: #FFB155;
	border: 2px solid #FFB155;
	color: #131313;
}

/* Page - Default */

section.page.header {
	padding: 50px 0 20px 0;
}

section.page h1 {
	text-align: center;
	text-transform: uppercase;
	color: #ae9264;
	font-size: 30px;
	font-weight: 300;
}

section.page hr {
	height: 4px;
	width: 100px;
	background-color: #d0ab55;
	border: none;
	margin: 10px auto 30px auto;
}

section.page.content {
	padding: 0 0 50px 0;
}

section.page.content p,
section.page.content li {
	font-size: 14px;
	color: #767676;
	margin-bottom: 10px;
}

/*  */

.info{
	background: #131313;
	padding: 16px 0;
	text-align: center;
}
.info .info__text{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.info .info__text a{
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #EBEBEB;
	border-bottom: 1px solid rgba(255, 177, 85, 0.4);
	transition: .4s;
}

.info .info__text a:hover{
	color: #FFB155;
}

.banner{
	padding: 200px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner__title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}

.banner .banner__text{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: rgba(51, 51, 51, 0.77);
	margin-bottom: 30px;
}

.banner .banner__btn{
	padding: 16px 32px;
	margin: 0 auto;
	display: inline-block;
}

.page-header{
	padding: 110px 0;
}

.page-header .page-header__title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}

.page-header .page-header__subtitle{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: rgba(51, 51, 51, 0.77);
}

.process{
	padding: 140px 0;
}

.process .process__thumbnail{
	position: relative;
	overflow: hidden;
}

.process .process__thumbnail img{
	border-radius: 4px;
	max-width: 100%;
	width: 100%;
}

.process .process__thumbnail .process__no{
	position: absolute;
	left: 20px;
	top: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.process .process__thumbnail .process__polygon{
	position: absolute;
	width: 116px;
	height: 116px;
	background: #FFFFFF;
	transform: rotate(45deg);
	content: '';
	top: -70px;
	right: -70px;
}

.process .process__desc{
	padding: 10px;	

}

.process h4{
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 40px;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 4px;
}

.process .process__excerpt{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.cta{
	padding: 150px 0;
}

.cta .cta__title{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}

.cta .cta__btn{
	padding: 16px 54px;
	display: inline-block;
	margin: 0 auto;
}

.why{
	padding: 120px 0;
}

.why .why__header h5{
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
}

.why .why__header .why__with-us h5{
	color: #1F160A;
	background: #FFB155;
	border-radius: 4px 4px 0px 0px;
}
.why .why__item{
	border-bottom: 1px solid #E8E8E8;
}

.why .why__item h6{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
}

.why .why__item p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: capitalize;
	color: #949494;
}

.why .why__item .why__with-us p{
	background: rgba(255, 177, 85, 0.05);
	color: #464646;
}

.projects{
	padding: 120px 0;
}

.projects__btn{
	display: inline-block;
}

.project__item{

}

.project__item .project__name{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 8px;
}

.project__item .project__excerpt{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	color: #949494;
}

.project__item .project__hr{
	border-color: #F1F1F1;
}

.project__item ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.project__item ul li{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	color: #A0A0A0;
}

.project__item ul li b{
	font-weight: bold;
	color: #000000;
}

.project__item .project__img{
	position: relative;
	overflow: hidden;
}

.project__item .project__img img{
	height: 415px;
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.project__item .project__img .project__polygon{
	position: absolute;
	width: 116px;
	height: 116px;
	background: #FFFFFF;
	transform: rotate(45deg);
	content: '';
	top: -70px;
	left: -70px;
}

.testimonials{
	padding: 120px 0;
}

.testimonials{
	padding: 120px 0;
}

.testimonials .testimonials__item{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
	border-radius: 4px;
	padding: 40px 30px;
}

.testimonials .testimonials__item .testimonials__title{
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 20px;
}

.testimonials .testimonials__item .testimonials__text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #A1A1A1;
	margin-bottom: 20px;
}

.testimonials .testimonials__item .testimonials__stars{
	margin-bottom: 30px;
}

.testimonials .testimonials__item .testimonials__stars i{
	font-size: 17px;
	color: #FFB155;
}
.testimonials .testimonials__item .testimonials__gallery{
	display: flex;
	justify-content: space-between;	
}

.testimonials .testimonials__item .testimonials__gallery a{
	width: 30%;
}
.testimonials .testimonials__item .testimonials__gallery img{
	border-radius: 4px;
	height: 77px;
	object-fit: cover;
	width: 100%;
}


.realization{
	padding: 120px 0;
}

.process-wrapper{
	padding: 50px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.process-wrapper .process__no{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.process-wrapper.process-wrapper--reverse .process__no{
	color: #FFFFFF;
}

.process-wrapper .process_who{
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #131313;
	padding: 10px 20px;
	background: #F1F1F1;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.process-wrapper .with-us .process_who{
	background: #FFB155;
	color: #131313;
	margin-top: 50px;
}


.process-wrapper.process-wrapper--reverse .process_who{
	background: #353535;
	color: #FFFFFF;
}

.process-wrapper.process-wrapper--reverse .with-us .process_who{
	background: #FFB155;
	color: #131313;
}

.process-wrapper h4{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	display: block;
	margin-bottom: 30px;
}

.process-wrapper .with-us h4{
	color: #FFFFFF;
}

.process-wrapper.process-wrapper--reverse h4{
	color: #FFFFFF;
}

.process-wrapper.process-wrapper--reverse .with-us h4{
	color: #000000;
}

.process-wrapper p,
.process-wrapper li {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	color: #949494;
	margin-bottom: 16px;
}

.process-wrapper .with-us p
.process-wrapper .with-us li {
	color: rgba(255, 255, 255, 0.88);
}

.process-wrapper ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.process-wrapper ul li{
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 8px;
}
.process-wrapper ul li i{
	margin-right: 4px;	
	font-size: 18px;
	color: #FFB155;
}

.process-wrapper.process-wrapper--reverse p,
.process-wrapper.process-wrapper--reverse li {
	color: #949494;
}

.process-wrapper.process-wrapper--reverse .with-us p
.process-wrapper.process-wrapper--reverse .with-us li {
	color: rgba(0, 0, 0, 0.72);
}