@charset "UTF-8";
/*Color*/
/*Breakpoint*/
/*Transition*/
/*Margin*/
/*font*/
@import url(plugins/splide-4.1.3/dist/css/splide-core.min.css);
@font-face {
	font-family: 'BebasNeue';
	font-weight: 400;
	font-style: normal;
	src: url("assets/fonts/BebasNeue-Regular.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	font-weight: 400;
	font-style: normal;
	src: url("assets/fonts/Oswald-Regular.ttf") format("opentype");
	font-display: swap;
}

/*Flotting button*/
.floating-contact-form .contact-icon {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	display: flex;
	z-index: 9;
	height: 40px;
	-webkit-box-shadow: -4px 4px 70px 3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: -4px 4px 70px 3px rgba(0, 0, 0, 0.53);
	box-shadow: -4px 4px 70px 3px rgba(0, 0, 0, 0.53);
	background: var(--white-color);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	transition: all 300ms ease;
}

.floating-contact-form .contact-icon i {
	width: 1.5rem;
	margin: 10px 8px;
	color: var(--oragne-color);
}

.floating-contact-form .contact-icon p {
	margin: 11px 8px;
}

.floating-contact-form .contact-icon:hover {
	transform: scale(1.1);
}

.floating-contact-form .form-container {
	position: fixed;
	bottom: 90px;
	right: 10px;
	margin-left: 10px;
	padding: 24px 36px;
	font-family: sans-serif, "Roboto";
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	transform: rotateZ(0deg);
	transform-origin: bottom right;
	opacity: 0;
	pointer-events: none;
	transition: all 500ms ease;
}

.floating-contact-form .form-container.active {
	transform: rotateZ(0deg);
	opacity: 1;
	max-width: 480px;
	pointer-events: auto;
	z-index: 9;
	background-color: var(--white-color);
	-webkit-box-shadow: -9px -11px 46px -18px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: -9px -11px 46px -18px rgba(0, 0, 0, 0.53);
	box-shadow: -9px -11px 46px -18px rgba(0, 0, 0, 0.53);
}

.floating-contact-form * {
	box-sizing: border-box;
}

.floating-contact-form h3 {
	font-size: 30px;
	color: #003049;
	margin: 30px 0px;
	position: relative;
}

.floating-contact-form h3::after {
	content: "";
	height: 3px;
	width: 36px;
	background: var(--oragne-color);
	position: absolute;
	left: 0;
	bottom: -4px;
}

.floating-contact-form form input[type="text"],
.floating-contact-form form textarea {
	width: 100%;
	padding: 14px 32px;
	padding-left: 40px;
	font-size: 16px;
	border: 1px solid rgba(0, 47, 73, 0.3);
	border-radius: 8px;
	color: #003049;
	margin-bottom: 20px;
}

.floating-contact-form form input:focus,
.floating-contact-form form textarea:focus {
	outline: none;
}

.floating-contact-form .field-container {
	position: relative;
}

.floating-contact-form .field-container label {
	position: absolute;
	top: 16px;
	left: 40px;
	color: #003049;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	transition: all 300ms ease;
	pointer-events: none;
}

.floating-contact-form .field-container label.active {
	font-size: 0.7rem;
	background: var(--oragne-color);
	color: #fff;
	padding: 2px 2px;
	line-height: 1rem;
	top: -8px;
	left: 24px;
	font-weight: bold;
}

.floating-contact-form .field-container i {
	position: absolute;
	top: 16px;
	left: 12px;
	color: rgba(0, 55, 85, 0.8);
}

.floating-contact-form form textarea {
	height: 150px;
	resize: none;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.floating-contact-form form input[type="submit"] {
	border: none;
	background: #003049;
	color: #fff;
	padding: 16px 32px;
	width: 100%;
	border-radius: 24px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 500ms ease;
}

.floating-contact-form form input[type="submit"]:hover {
	background: #00659b;
}

/*Flotting button*/
.header {
	margin: 35px auto;
}

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

.header .header__title .title--secondary {
	padding: 0px 0px 10px 0px;
}

.header .btn-back {
	position: absolute;
	top: 25px;
	left: 25px;
}

.header .btn-back .btn-back__url {
	display: block;
	height: 24px;
}

.header .btn-back .btn-back__url img {
	fill-opacity: 10%;
	width: 32px;
	height: 24px;
	transition: all 0.3s 0s ease;
	opacity: 60%;
}

.header .btn-back .btn-back__url:hover img {
	opacity: 100%;
}

@media (max-width: 720px) {
	.header {
		margin: 15px auto;
	}
}

.project-box {
	background-color: #9DAAF2;
	/*Boxy*/
}

.project-box.project-box--landscape, .project-box.project-box--square, .project-box.project-box--portrait {
	width: 100%;
	position: relative;
}

.project-box.project-box--landscape, .project-box.project-box--square {
	height: 290px;
}

.project-box.project-box--portrait {
	height: 590px;
}

.project-box .project-box__item {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.project-box .project-box__item .project-box__item--background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.3s 0s ease;
	width: 100%;
	height: 100%;
	position: relative;
}

.project-box .project-box__item .project-box__item--mobile {
	display: none;
}

.project-box .project-box__item .project-box__item--content {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.project-box .project-box__item .project-box__item--content .text {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	z-index: 5;
}

.project-box .project-box__item .project-box__item--content .background-cover {
	z-index: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: linear-gradient(9deg, black 10%, rgba(255, 255, 255, 0) 100%);
	transition: all 0.3s 0s ease;
	opacity: 25%;
}

.project-box .project-box__item:hover .project-box__item--background {
	scale: 1.1;
}

.project-box .project-box__item:hover .project-box__item--content .background-cover {
	opacity: 50%;
}

@media (max-width: 720px) {
	.project-box .project-box__item .project-box__item--mobile {
		display: block;
	}
	.project-box .project-box__item .project-box__item--desktop {
		display: none;
	}
}

.tags {
	top: 10px;
	right: 10px;
	position: relative;
	text-align: right;
	z-index: 5;
	color: var(--black-color);
}

.tags .tags__box {
	padding: 5px 10px 3px 10px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

.tags .tags__box.tags__box--color1 {
	background-color: #FF6A3D;
}

.tags .tags__box.tags__box--color2 {
	background-color: #3e5983;
	color: white;
}

.layouts {
	display: grid;
	grid-gap: 10px;
	width: 100%;
	margin: 35px auto;
}

.layouts.layout__homepage {
	grid-template-columns: repeat(3, 1fr);
	/* GRID */
}

.layouts.layout__homepage .project-box--position1 {
	grid-area: 2 / 1 / 3 / 3;
}

.layouts.layout__homepage .project-box--position2 {
	grid-area: 2 / 3 / 3 / 4;
}

.layouts.layout__homepage .project-box--position3 {
	grid-area: 3 / 1 / 4 / 2;
}

.layouts.layout__homepage .project-box--position4 {
	grid-area: 3 / 3 / 5 / 4;
}

.layouts.layout__homepage .project-box--position5 {
	grid-area: 4 / 1 / 5 / 3;
}

.layouts.layout__homepage .project-box--position6 {
	grid-area: 3 / 2 / 4 / 3;
}

@media (max-width: 720px) {
	.layouts.layout__homepage {
		grid-template-columns: repeat(2, 1fr);
		padding: 20px 7px;
	}
	.layouts.layout__homepage .project-box--position1 {
		grid-area: 2 / 1 / 3 / 3;
	}
	.layouts.layout__homepage .project-box--position2 {
		grid-area: 3 / 1 / 4 / 2;
	}
	.layouts.layout__homepage .project-box--position3 {
		grid-area: 4 / 1 / 5 / 2;
	}
	.layouts.layout__homepage .project-box--position4 {
		grid-area: 3 / 2 / 5 / 3;
	}
	.layouts.layout__homepage .project-box--position5 {
		grid-area: 5 / 1 / 6 / 3;
	}
	.layouts.layout__homepage .project-box--position6 {
		grid-area: 6 / 1 / 7 / 3;
	}
}

.layouts.layout__projects {
	grid-template-columns: repeat(3, 1fr);
}

.layouts.layout__projects .project-box--position--landscape {
	grid-column: span 2;
}

.layouts.layout__projects .project-box--position--square {
	grid-column: span 1;
}

@media (max-width: 720px) {
	.layouts {
		margin: 0px auto 20px auto;
	}
	.layouts.layout__projects {
		grid-template-columns: repeat(1, 1fr);
		width: 97%;
	}
	.layouts.layout__projects .project-box--position--landscape {
		grid-column: span 1;
	}
	.layouts.layout__projects .project-box--position--square {
		grid-column: span 1;
	}
}

.about .title-picture {
	max-height: 607px;
	width: 100%;
	position: relative;
}

.about .title-picture img {
	height: 100%;
	width: 100%;
}

.content-box {
	background-color: white;
	margin: 35px auto;
	/*About page*/
	/*About page*/
}

.content-box.content-box--100w {
	width: 100%;
}

.content-box.content-box--70w {
	width: 70%;
}

.content-box.content-box--minus {
	margin-top: -70px;
	position: relative;
}

.content-box.content-box--minus .content-box__text {
	padding: 50px 10px;
}

.content-box.content-box--grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.content-box.content-box--grid2 .content-box__grid-item--1 {
	grid-area: 1 / 1 / 3 / 2;
}

.content-box.content-box--grid2 .content-box__grid-item--2 {
	grid-area: 1 / 2 / 2 / 3;
}

.content-box.content-box--grid2 .content-box__grid-item--3 {
	grid-area: 2 / 2 / 3 / 3;
	padding-top: 30px;
}

.content-box.content-box--grid2 .content-box__grid-item--2.content-box__text,
.content-box.content-box--grid2 .content-box__grid-item--3.content-box__text {
	padding: 15px 15px;
}

@media (max-width: 925px) {
	.content-box.content-box--grid2 {
		grid-template-columns: 3fr;
		grid-template-rows: min-content;
	}
	.content-box.content-box--grid2 .content-box__grid-item--1 {
		grid-area: 2 / 1 / 3 / 2;
	}
	.content-box.content-box--grid2 .content-box__grid-item--2 {
		grid-area: 1 / 1 / 2 / 2;
	}
	.content-box.content-box--grid2 .content-box__grid-item--3 {
		grid-area: 3 / 1 / 4 / 2;
	}
}

@media (max-width: 720px) {
	.content-box {
		margin: 15px auto;
	}
	.content-box.content-box--70w {
		width: 100%;
	}
	.content-box.content-box--minus {
		margin-top: 0px;
	}
	.content-box.content-box--minus .content-box__text {
		padding: 25px 10px;
	}
	.content-box .content-box__text {
		padding: 15px 15px;
	}
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.wrapper .wrapper-box {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 340px;
	height: 100%;
	max-height: 478px;
}

.wrapper .wrapper-box .wrapper-box--image {
	position: relative;
	max-width: 100%;
}

.wrapper .wrapper-box .wrapper-box--image.image1 {
	z-index: 1;
	top: -42;
	left: 0px;
	max-height: 250px;
}

.wrapper .wrapper-box .wrapper-box--image.image2 {
	z-index: 2;
	top: -197px;
	left: 168px;
	max-height: 300px;
}

.wrapper .wrapper-box .wrapper-box--image.image3 {
	z-index: 3;
	top: -273px;
	left: 0px;
	max-height: 180px;
}

@media (max-width: 720px) {
	.wrapper {
		margin: 15px auto;
	}
	.wrapper .wrapper-box {
		margin: auto;
	}
	.wrapper .wrapper-box .wrapper-box--image.image1 {
		max-height: 250px;
	}
	.wrapper .wrapper-box .wrapper-box--image.image2 {
		max-height: 220px;
		top: -156px;
		left: 130px;
	}
	.wrapper .wrapper-box .wrapper-box--image.image3 {
		top: -209px;
	}
}

.splide .splide__pagination {
	margin: 15px auto;
	width: 100%;
	padding-inline-start: 0px;
}

.splide .splide__pagination .splide__pagination__page {
	background-color: gray;
	width: 14px;
	height: 15px;
	border-radius: 50%;
	border: none;
	margin: 0 7px;
}

.splide .splide__pagination .splide__pagination__page.is-active {
	width: 18px;
	height: 18px;
	background-color: #F4DB7D;
}

.splide .splide__arrows {
	display: none;
}

.splide .splide__slide img {
	width: 100%;
}

.btn.btn--center {
	margin: auto;
	position: absolute;
	display: block;
	text-align: center;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s 0s ease;
}

.btn.btn--primary {
	font-size: 1.5rem;
	font-family: "BebasNeue";
}

.btn.btn--yellow {
	color: black;
	background-color: #F4DB7D;
	padding: 7px 8px 3px 8px;
	border: none;
	border-radius: 4px;
}

/*Překladač*/
iframe.skiptranslate {
	display: none;
}

#google_translate_element {
	position: fixed;
	bottom: 0;
	left: 20px;
}

.form--box {
	margin: auto;
}

.form--box iframe {
	width: 100%;
	height: 500px;
}

.action-box {
	max-width: 100%;
	padding: 30px;
	background-color: #E9ECFC;
	border-radius: 10px;
	margin: 32px 20px;
}

a {
	cursor: pointer;
}

/*paragraph*/
.paragraph {
	font-family: Oswald;
	font-size: 1.2rem;
	line-height: 1.3;
}

.paragraph.paragraph--pd {
	padding-top: 15px;
}

.paragraph a {
	color: #3e5983;
	font-family: Oswald;
	font-size: 1.2rem;
}

@media (max-width: 720px) {
	.paragraph.paragraph--pd {
		padding-top: 10px;
	}
}

/*TEXT decoration*/
.title--primary.black,
.title--secondary.black,
.paragraph.black {
	color: black;
}

.title--primary.white,
.title--secondary.white,
.paragraph.white {
	color: white;
}

.title--primary.orange,
.title--secondary.orange,
.paragraph.orange {
	color: #FF6A3D;
}

.title--primary.yellow,
.title--secondary.yellow,
.paragraph.yellow {
	color: #F4DB7D;
}

.title--primary.left,
.title--secondary.left,
.paragraph.left {
	text-align: left;
}

.title--primary.margin--10,
.title--secondary.margin--10,
.paragraph.margin--10 {
	margin: 10px 10px;
}

.title--primary.right,
.title--secondary.right,
.paragraph.right {
	text-align: right;
}

.title--primary.center,
.title--secondary.center,
.paragraph.center {
	text-align: center;
}

@media (max-width: 720px) {
	.title--primary.right,
	.title--secondary.right,
	.paragraph.right {
		text-align: left;
	}
}

.m-top-10 {
	margin-top: 10px;
}

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