﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, button, input, select, textarea, .ast-button, .ast-custom-button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

body {
	background-image: url(https://websitedemos.net/architects-04/wp-content/uploads/sites/403/2018/07/Overlay-Grey.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
	margin-top: 97px;
}


a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease;
	color: #000;
}

a:hover, a:focus, a:active {
	color: #d80007
}

header .nav-item {
	line-height: 70px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

header .nav-item.active a {
	color: #da2128!important;
	font-weight: 600;
}

header .navbar-light .navbar-nav .nav-link {
	line-height: 2em;
	padding: 25px 12.5px;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	display: inline-block;
	transition: all .2s linear;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	header .navbar-light .navbar-nav .nav-link {
		padding: 25px;
	}
}
@media (max-width: 768px) {
	header .navbar-light .navbar-nav .nav-link {
		padding: 15px;
	}
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:active {
	color: #d80007;
}

section {
	padding: 120px 0 60px; /*150px;*/
}

h3 {
	font-size: 23px;
	font-size: 1.6428571428571rem;
	line-height: 1.2em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.25em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.container .divider {
	display: flex;
	border: solid 5px transparent;
	margin-bottom: 20px;
}

.container .divider > span.separator {
	width: 100px;
	margin: 0 auto;
	margin-left: 0;
	border-block-start: 5px solid #d80007;
}

.navbar-toggler {
	padding: .5rem;
}

.navbar-brand img {
	width: 270px!important;
	height: auto!important;
}

.section-block h1, .section-block h2 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 2.5rem;
}

.section-block h1 {
	font-size: 40px;
}

.section-block h2 {
	font-size: 30px;
}


@media (min-width: 768px) {
	.container .divider > span.separator {
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}
	.section-block h1 {
		font-size: 56px;
		margin-bottom: 3rem;
	}
	.section-block h2 {
		font-size: 42px;
	}
}

@media (min-width: 992px) {
	.container .divider > span.separator {
		margin-left: -1.5rem!important;
		margin-right: -1.5rem!important;
	}
	.section-block h1 {
		font-size: 64px;
		margin-bottom: 4rem;
	}
	.section-block h2 {
		font-size: 48px;
	}
}

@media (min-width: 1200px) {
	.container .divider > span.separator {
		margin-left: -3.3rem !important;
		margin-right: -3.3rem !important;
	}
	.section-block h1 {
		font-size: 72px;
		margin-bottom: 5rem;
	}
	.section-block h2 {
		font-size: 54px;
	}
}

.container .divider > span.separator.centered {
	margin: 0 auto !important;
}

#whatwedo img {
	width: 100%;
}

@media (min-width: 576px) {
	#whatwedo img {
		max-width: 400px;
	}
}

h2.footer-title {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.5;
}

footer p {
	margin-bottom: 0.2rem;
}

.footer-links a {
	display: block;
	margin-bottom: 0.2rem;
	white-space:nowrap;
}

footer table td {
	vertical-align: top;
	padding: 0;
	padding-bottom: 0.5rem;
}

.footer-links a.footer-link {
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1.5rem;
}

.footer-links a.footer-link::before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 3px;
}

a.social-link {
	font-size: 16px;
	padding: 0.5rem;
	height:36px;
	width:36px;
}

.footer-social a.social-link {
	background-color: #222;
	color: #fff;
}

a.social-link:hover, a.social-link:focus, a.social-link:active {
	background-color: #d80007;
	color: #fff;
}

.footer-social a.social-link img {
	width: 20px;
	height: 20px;
	filter: invert();
}

.footer-social a.social-link:not(:first-child) {
	margin-left: 1rem;
}


footer {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://websitedemos.net/architects-04/wp-content/uploads/sites/403/2021/03/footer-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

section.hero {
	background: center center no-repeat;
	background-size: cover;
}

section#hero {
	background-image: url(../images/bg-img-01-free-img.jpg);
}

section#projects {
	background-image: url(../images/projects-bg.jpg)
}

section#about {
	background-image: url(../images/about-bg.jpg);
}

section#services {
	background-image: url(../images/services-bg.jpg)
}

section#clients {
	background-image: url(../images/clients-bg.jpg)
}

section#gallery {
	background-image: url(../images/gallery-bg.jpg)
}

section#contact {
	background-image: url(../images/contact-bg.jpg)
}

section#careers {
	background-image: url(../images/pexels-fotografiagmazg-7157060.jpg)
}

.highlighted-box {
	background-color: #da2128;
	color: #fff;
	font-size: 120%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.highlighted-box {
		margin-bottom: 0!important;
	}
}

@media (min-width: 1200px) {
	.highlighted-box {
		margin-bottom: -5rem!important;
	}
}

section#about-more {
	margin-bottom: -4rem;
	padding: 3rem 0 0;
	background-image: url(../images/bg-img-09-free-img.jpg);
	background-attachment: fixed;
}

section#quality > .container {
	margin-top: 50px;
	background: #fff;
	background-image: url(../images/services-bg2.jpg);
	background-size: cover
}

section#quality .section-block {
	margin: -7rem 0;
	background-color: #da2128;
	color: #fff;
}

	section#quality .section-block li {
		margin-bottom: 1rem;
	}

	section#quality .section-block h2 {
		font-size: 42px;
	}

section#quality .section-block .divider > span.separator {
	border-block-start: 5px solid #fff;
}

@media (max-width: 767px) {
	section#quality .section-block {
		margin: -5rem 0;
	}
}

@media (min-width: 768px) {
	section#partners .pl-md-5::before {
		content: "";
		position: absolute;
		width: 4px;
		height: 40%;
		min-height: 400px;
		max-height: 100%;
		left: -2px;
		top: 50%;
		transform: translateY(-50%);
		background-color: #d80007; /*rgb(76 76 76 / 0.33);*/
	}
}

.flip-card {
	background-color: transparent;
	width: 240px;
	height: 240px;
	margin: 15px;
	perspective: 1000px;
}

@media (max-width: 575px) {
	.flip-card {
		margin: 5px;
		width: 150px;
		height: auto;
	}
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card.hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: #bbb;
	color: black;
}

.flip-card-back {
	background-color: #202020;
	color: white;
	transform: rotateY(180deg);
	position: relative;
}

	.flip-card-back > img {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		z-index: 0;
	}

		.flip-card-back::after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.75);
			z-index: 1;
		}

.flip-card-text {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.card.shadow-block {
	box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.0625);
}

a.folder {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 240px;
	height: 196.76674364896px;
	background: transparent url(/assets/images/album.png) no-repeat center center;
	background-size: contain;
	margin: 1rem;
	padding: 2rem 1rem 2rem 2rem;
	justify-content: end;
	align-items: baseline;
	color: #000;
	transition: all ease 0.25s;
}

	a.folder:hover, a.folder:active, a.folder:focus {
		transform: skew(0, 0) scale(1.1);
		-webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.1));
	}

	a.folder .album_title {
		z-index: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	a.folder img {
		position: absolute;
		right: 1.5rem;
		top: 1.5rem;
		border: solid 3px #fff;
		max-height: 90px;
		max-width: 90px;
		transition: all ease 0.25s;
		z-index: 0;
	}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #d80007;
}

.photostack {
	background: url(/assets/images/photostack.png) no-repeat center center;
	background-size: contain;
	padding: 6% 8% 10% 6%;
}

.photo {
	display: block;
	width: 100%;
	padding-top: 75%;
	background: #ddd no-repeat center center;
	background-size: cover;
}
