@import url("/fonts/FontAwesome/stylesheet.css");
@import url("/fonts/CaviarDreams/stylesheet.css");
@import url("/fonts/Roboto/stylesheet.css");
@import url("/css/fa-core.min.css");
@import url("/css/brickfactory.css");
@import url("/css/imagepanzoom.css");
@import url("/css/dialog.css");

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

:root {
	--text: #fff;
	--text-2: rgb(234, 235, 240);
	--text-3: rgb(206, 172, 149);
	--text-4: rgba(0, 0, 0, .48);
	--bg-dark: rgb(53, 62, 69);
	--bg-header: #2a3238;
	--bg-nav: hsl(206deg 13% 24% / 85%);
	--border-radius: 1rem;
	--bg-card: hsl(206deg 13% 24% / 85%);
	--accent: #FF5C00;
}

html {
	height: 100%;
	font-size: 14px;
}

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 60px;
	background: var(--bg-dark);
	color: var(--text-2);
	overflow-x: hidden;
	overflow-y: auto;
}

h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	margin: 1.5rem 0 .75rem;
	color: var(--text);
	font-family: caviar dreams;
	font-weight: 300;
	line-height: 1.5;
}

.h1,
h1 {
	font-size: 4rem;
}

.h2,
h2 {
	font-size: 2.5rem;
}

.h3,
h3 {
	font-size: 2rem;
}

h6 {
	font-size: 1.15rem;
}

p {
	font-size: 1.15rem;
	line-height: 25px;
	margin-bottom: 1rem;
}

button {
	background: transparent;
	border: none;
	outline: none;
}

picture,
img {
	width: 100%;
	display: block;
}

.noscroll {
	overflow: hidden;
}

.ratio-1 {
	position: relative;
}

.ratio-1:before {
	content: "";
	display: block;
	padding-top: 65%;
}

.ratio-1-1 {
	position: relative;
}

.ratio-1-1:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.ratio-1-3 {
	position: relative;
}

.ratio-1-3:before {
	content: "";
	display: block;
	padding-top: 70%;
}

.ratio-1-5 {
	position: relative;
	width: 100%;
}

.ratio-1-5::before {
	padding-top: 50%;
	content: '';
	display: block;
}

.ratio-1-6 {
	position: relative;
	width: 100%;
}

.ratio-1-6::before {
	padding-top: 60%;
	content: '';
	display: block;
}

.ratio-6-9 {
	position: relative;
}

.ratio-6-9:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.ratio-2-5 {
	position: relative;
}

.ratio-2-5:before {
	content: "";
	display: block;
	padding-top: 115%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-right: 2rem;
	padding-left: 2rem;
}

.w-60 {
	margin: 0 auto;
	width: 100%;
	max-width: 70ch;
}

.section-title {
	display: grid;
}

.section-title article .title,
.section-title article .sub-title {
	margin: 0;
	line-height: 1.5;
	color: var(--text-3);
}

.section-title article p {
	font-size: 1.15rem;
	padding-top: 2rem;
	color: var(--text-2);
}

nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-gap: 1rem;
	align-items: center;
	background-color: var(--bg-nav);
	backdrop-filter: saturate(180%) blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 90dvh;
	z-index: 100;
	overflow: auto;
}

nav .nav-logo {
	padding-left: 2rem;
	width: 100%;
	max-width: 280px;
}

nav .nav-phone {
	padding-right: 2rem;
	font-size: 2rem;
	text-align: right;
	color: #bbbbbb;
}

menu {
	display: flex;
	justify-content: center;
	padding: 2rem;
}

menu li {
	margin: 0 2rem;
}

menu a {
	display: block;
	padding: 1rem 2rem;
	font-size: 1rem;
	color: var(--text-2);
	text-transform: uppercase;
	letter-spacing: .05rem;
	transition: all .3s ease;
}

menu a:hover {
	text-decoration: underline;
}

.quick-nav {
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: relative;
	justify-self: center;
}

.quick-nav-trigger,
nav.open .quick-nav {
	pointer-events: auto;
}

.quick-nav-trigger span,
.quick-nav-trigger span::after,
.quick-nav-trigger span::before {
	position: absolute;
	width: 3px;
	height: 20px;
	background-color: #bbbbbb;
}

.quick-nav-trigger span {
	transition: background-color .2s;
	left: 50%;
	top: 1.5rem;
}

.quick-nav-trigger span::after,
.quick-nav-trigger span::before {
	content: '';
	top: -5px;
	left: 0;
	backface-visibility: hidden;
	transition: transform .2s;
}

.quick-nav-trigger span::before {
	transform: translateX(-8px);
}

.quick-nav-trigger span::after {
	transform: translateX(8px);
}

nav.open .quick-nav-trigger span {
	background-color: transparent;
}

nav.open .quick-nav-trigger span::before {
	transform: rotate(-45deg);
}

nav.open .quick-nav-trigger span::after {
	transform: rotate(45deg);
}

main,
footer {
	background-color: var(--bg-dark);
}

footer {
	padding: 4rem 2rem 1rem;
	margin-top: auto;
	text-align: center;
}

footer a {
	color: var(--text-2);
}

footer .social {
	display: flex;
	width: 100%;
	justify-content: center;
}

footer .social a {
	padding: 1rem;
	font-size: 1.2rem;
	color: var(--text-2);
}

footer .social a i {
	font-size: 2rem;
}

footer> :first-child {
	margin-bottom: 1rem;
	font-size: .9rem;
	letter-spacing: 0.3rem;
	color: #888;
}

footer> :last-child {
	font-size: .9rem;
	letter-spacing: 0.2rem;
	color: #999;
}

footer .footer-copy {
	text-align: center;
}

.about-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	border-radius: 10px;
	background-image: url(../img/about-nikaflowers.webp);
	background-position: center;
	background-size: cover;
}

.about-grid {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.about-grid::after {
	content: "";
}

.about-grid article {
	background-color: var(--bg-dark);
	padding: 2rem;
	margin-bottom: 3rem;
}

.about-grid article h2 {
	color: var(--text);
}

.about-grid article p {
	padding-left: 1.5rem;
	color: var(--text-2);
}

.contact-section {
	text-align: center;
}

.contact-section h1,
.contact-section h2 {
	color: var(--text);
}

.contact-section label {
	font-size: 2rem;
}

.contact-section p,
.contact-section a {
	display: block;
    color: var(--text-2);
}

.contact-section p {
	margin-bottom: 4rem;
}

.contact-section a {
	padding: 0 2rem 1rem;
	font-size: 1.25rem;
}

.master-slider img {
	width: auto;
}

.text-center {
	text-align: center;
}

aside {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.social-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.contact-info-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-info-list li {
	margin-top: 1rem;
}

.contact-info-list li {
	border: 1px solid #545252;
	border-left: 0;
	border-right: 0;
	position: relative;
	transition: color .2s ease;
}

.contact-info-list li > :is(a,div) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 48px;
	cursor: pointer;
}

.contact-info-list li::after {
	content: '';
    position: absolute;
	display: block;
    top: -1px;
    right: -5px;
    width: 5px;
    height: 48px;
	border-radius: 0 35px 35px 0;
	border: 1px solid #545252;
	border-left: 0;
	cursor: pointer;
	transition: all .2s ease;
}

.contact-info-list li:hover::after {
	width: 8px;
	right: -8px;
}

.contact-info-list li:hover,
.contact-info-list li:hover::after {
	border-color: var(--accent);
}

.contact-info-list li i {
	font-size: 1.5rem;
	color: var(--text-2);
	transition: color .2s ease;
}

.contact-info-list li:hover i {
	color: #bbb;
}

ul.contact-links>* {
	margin-bottom: 1rem;
}

.project-section {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4rem;
}

/* .project-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.2);
} */

.project-section figure {
	padding-left: 20%;
	position: relative;
}

.project-section figure div {
	border-radius: 10px;
	overflow: hidden;
}

.project-section figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 50%;
	max-width: 70%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.project-section figure figcaption a {
	padding: 2rem;
	font-size: 2rem;
	background-color: #2b3237;
	border: 1px solid transparent;
	background-color: var(--bg-card);
	backdrop-filter: saturate(180%) blur(20px);
	border-radius: var(--border-radius);
	transition: all .2s ease;
}

.project-section figure figcaption a:hover {
	border-color: var(--text-3);
}

.project-section figure figcaption h2,
.project-section figure figcaption h3 {
	margin: 0 0 1rem;
}

.project-section figure figcaption h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--text-3);
}

.project-section figure figcaption b {
	font-family: "caviar_dreamsbold";
}

.project-list-section {
	display: grid;
	grid-template-columns: 1fr 20% 1fr;
}

.project-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	grid-column: 1 / 3;
	grid-row: 1;
	z-index: 1;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.project-list li {
	position: relative;
	transition: all .3s ease;
	background-color: var(--bg-card);
	backdrop-filter: saturate(180%) blur(20px);
	border-radius: var(--border-radius);
}

.project-list li:hover {
	box-shadow: 0 0 0 1px #846e60;
}

.project-list li::before {
	content: "Open";
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 1rem;
	opacity: 0;
	transition: opacity .3s ease;
}

/* .project-list li::before {
  display: none;
  content: "Open";
  position: absolute;
  bottom: -8px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  color: rgba(206, 172, 149, 0.5);
  transition: all .3s ease;
} */

.project-list li:hover::before {
	opacity: 8;
}

.project-list a {
	display: block;
	height: 100%;
	padding: 2rem;
}

.project-list h2 {
	margin: 0 0 0.5rem;
	color: var(--text-2);
}

.project-list h3 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	color: var(--text-3);
}

.project-list p {
	color: var(--text);
	padding-left: 1.5rem;
	margin: 0;
}

.project-list-img {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-column: 2 / 4;
	grid-row: 1;
	border-radius: 10px;
	overflow: hidden;
}

.project-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mob-show {
	display: flex;
}

.project-title h4 {
	margin-top: 0;
	color: #657082;
}

.bg-white {
	background: #fff;
}

.bg-dark {
	background-color: var(--bg-dark);
}

.bg-header {
	background-color: var(--bg-header);
}

.hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}

.hover picture,
.hover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hover {
	display: block;
}

.hover::before {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(255, 255, 255, 0.3);
	transition: width .3s ease;
}

.hover:hover::before {
	width: 100%;
}

.popup-container {
	position: fixed;
	top: 0rem;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--bg-dark);
	background: linear-gradient(90deg, #343a40 21px, transparent 1%) center, linear-gradient(#343a40 21px, transparent 1%) center, #696969;
	background-size: 22px 22px;
	overflow: hidden;
	visibility: hidden;
	transform: scale(0.9) translateY(2rem);
	opacity: 0;
	transition: all .2 ease;
	z-index: 100;
}

.popup-container.open {
	visibility: visible;
	opacity: 1;
	transform: scale(1) translateY(0);
}

.popup-container i {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	color: #787878;
	z-index: 200;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all .2s ease;
}

.popup-container i:hover {
	color: #fff;
	border-color: #fff;
}

.popup-container .popup-body {
	display: grid;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	overflow: auto;
}

.popup-container .popup-body img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
}

.about-modal {
	position: fixed;
	top: 0rem;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 150px;
	overflow-y: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}

.about-modal.md-show {
	opacity: 1;
	visibility: visible;
	background: rgba(255, 255, 255, 0.9);
}

.md-content {
	max-width: 85%;
	height: auto;
	overflow-y: auto;
	position: relative;
	padding: 3rem 0;
	margin: 0 auto;
	font-family: sans-serif;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 20px 40px 10px #a4a8b1;
}

.md-content h3 {
	margin: 0;
	padding: 1rem 2rem 0;
	color: #222;
}

.md-content>div {
	padding: 1rem 2rem;
	margin: 0;
	font-weight: 300;
	font-size: 1.15rem;
}

.md-content>div p {
	margin: 0;
	padding: 10px 0;
	font-size: 1rem;
	line-height: 22px;
	color: #444;
}

.md-content>div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content>div ul li {
	padding: 5px 0;
}

.md-content button {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 5px;
	border: 1px solid #dadada;
	background: transparent;
	color: #888;
	border-radius: 5px;
}

.md-content button:hover {
	border-color: #555;
	color: #000;
}

.md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.contact-page {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-bar .progress {
	background-color: linear-gradient(90deg, #5bbf0a 37%, #ffd232 38%, #e6952f 73%, #d3160b 74%);
}

/*# sourceMappingURL=base.css.map */