htm, body {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	max-width:100%;
	height: 100%;
	color: #010101;
	overflow-x:hidden;
}

.owl-carousel {
	width: 100%;
	overflow-x: hidden !important;
}

.owl-carousel-with-arrows .item{
	width: 95%;
	margin: auto;
}

a:focus,button:focus,input:focus{
	-webkit-appearance:none!important;
	box-shadow: none;
	outline: none!important;
}

a:hover {
	cursor: pointer;
}

h1 {
	font-weight: 500;
	color: #fff;
	font-size: 44px;
}

h2.title {
	color: white;
	font-weight: 300;
}

h3 {
	text-transform: uppercase;
	font-weight: 200;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.4rem;
}

.navbar-brand img {
	max-height: 45px;
}


#how-it-works p {
	text-align: justify;
}

.down-arrow {
	display: none;
}


.navbar {
	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}

.nav-item {
	height: 3rem;
}

.nav-link {
	color: #fff !important;
	font-size: 15px;
	top: 8%;
}

.nav-item:hover {
	background-color: #fff;
}

.nav-item:hover .nav-link {
	color: #000 !important;
}

.nav-link {
  position: relative;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 1);
}

.navbar-dark .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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scrolled{
	top: 0rem!important;
	background-color: rgba(216, 96, 24, 1);
	padding: 0!important;
}

.scrolled .nav-item{
	height: 5rem;
}

.scrolled .nav-item a{
	top: 20px;
}

.fixed-top{
	top: 3rem;
}

.overlay {
	background-color: rgba(0,0,0,0.4);
}

#main {
	height: 100vh;
}

#main .item {
	height: 100vh;
}

#main .overlay {
	height: 100vh;
}

.owl-carousel .item {
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

#frontpage1 {
	background-image: url(../images/1.slide.webp);
	background-position: center;
}

#frontpage2 {
	background-image: url(../images/2.jpeg);
	background-position: center;
}

#frontpage3 {
	background-image: url(../images/3.jpeg);
	background-position: center;
}

.frontpage-text {
	padding: 25vh 0;
}

.frontpage-title {
	max-width: 50rem;
}

.my-button {
	background-color: #D86018;
	border: 2px solid #D86018;
	width: 15rem;
	height: 3.5rem;
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	-webkit-transition-duration: 0.2s;
  	transition-duration: 0.2s;
}

.my-button:hover {
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
}

.arrow {
	width: 25px !important;
	display: inline-block !important;
	margin-left: 1rem;
}

.number {
	font-weight: 500;
	float: right;
	color: #fff;
}

.num1 {
	font-size: 48px;
	display: inline-block;
}

.num2 {
	font-size: 24px;
	display: inline-block;
	position: relative;
	bottom: 12px;
	left: 5px;
}

.white-section h1 {
	color: #000;
}

.section-text {
	position: absolute;
}

#about-konceptone .row {
	padding-top: 20rem;
}

.item1, .item2, .item3 {
	position: relative;
}

.box-inside {
	padding: 2rem;
}

.box-text {
	position: absolute;
	background-color: #D86018;
	width: 13rem;
	height: 7rem;
	color: #fff;
	font-size: 14px;
	left: 2rem;
}

.box-text-mobile {
	background-color: #D86018;
	color: #fff;
	width: 100%;
	display: none;
}

.box-number {
	font-size: 36px;
	color: #fff;
	opacity: 0.6;
	bottom: 2rem;
	right: 2rem;
	position: absolute;
}

.item1 {
	height: 20rem;
	background-image: url("../images/about-konceptone-img1.jpg");
	background-size: cover;
}

.item1 .overlay {
	height: 20rem;
}

.item2 {
	top: -5rem;
	height: 30rem;
	background-image: url("../images/about-konceptone-img2.jpg");
	background-size: cover;
}

.item2 .overlay {
	height: 30rem;
}

.item3 {
	top: -10rem;
	height: 27rem;
	background-image: url("../images/about-konceptone-img3.jpg");
	background-size: cover;
}

.item3 .overlay {
	height: 27rem;
}

.item1 .box-text {
	bottom: -2rem;
}

.item2 .box-text {
	top: 2rem;
}

.item3 .box-text {
	bottom: 2rem;
}

.info {
	left: -20%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background-color: #D86018;
	width: 32rem;
	height: 20rem;
	color: #fff;
	font-size: 14px;
	margin-top: -10rem;
	line-height: 1.5rem;
	z-index: 3;
}

.info2 {
	left: -17%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #D86018;
	width: 36rem;
	/*height: 32rem;*/
	color: #fff;
	font-size: 14px;
	margin-top: -10rem;
	line-height: 1.5rem;
	z-index: 3;
}

.title {
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
}

#space {
	width: 100%;
	height: 10rem;
}

#space2 {
	width: 100%;
	height: 0;
}

#architect {
	display: none;
}

.block1, .block2 {
	width: 7rem;
	height: 7rem;
	margin-right: 40px;
	padding: 17px;
	margin-bottom: 7.5rem;
	transition-duration: 0.2s;
}

.block1:hover, .block2:hover {
	background-color: #D86018 !important;
	border: 2px solid #D86018 !important;
	color: #fff !important;
	cursor: pointer;
}

.block1 {
	background-color: #D86018;
	border: 2px solid #D86018;
	color: #fff;
}

.block2 {
	border: 2px solid #D86018;
	color: #D86018;
	margin-top: 6rem;
}

#benefits {
	width: 100%;
	overflow-x: hidden;
}

#benefits .box {
	font-size: 14px;
	padding: 10px;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

#benefits img {
	padding-bottom: 1rem;
	padding-top: 0.5rem;
	filter: brightness(0) saturate(100) invert(63%) sepia(57%) saturate(5756%) hue-rotate(351deg) brightness(87%) contrast(94%);
}

#values {
	background-image: url("../images/stavby/nove/sle-2.jpg");
	background-size: cover;
	background-position: right;
}

#values .overlay, #step-by-step .overlay {
	background-color: rgba(0,0,0,0.6);
}

.values-text {
	display: none;
}

#values1 {
	display: block;
}

#values-block1 {
	color: #D86018;
	background-color: #fff;
}

#values .main-text {
	color: #fff;
	line-height: 1.5rem;
	font-size: 16px;
	text-align: justify
}

.block {
	width: 8rem;
	height: 7rem;
	color: #fff;
	border: 2px solid #fff;
	padding: 1rem;
	margin: 1rem;
	font-size: 15px;
	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}

.values-block:hover {
	color: #D86018 !important;
	background-color: #fff !important;
	cursor: pointer;
}

.values-block .down-arrow {
	padding-bottom: 30px;
}

#values .col-4 {
	max-width: 30% !important;
	padding-left: 0 !important;
}

.vert-center {
	display: block;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#values-continued .img, #what-we-need .img {
	background-image: url(../images/stavby/nove/02_spalna_noc.jpg);
	background-size: cover;
	background-position: center;
	width: 870px;
	height: 581px;
}

#values-continued img, #what-we-need img{
	padding-bottom: 1rem;
	padding-top: 0.5rem;
	max-height: 48px;
}

#values-continued .title, #what-we-need .title{
	font-size: 24px;
	margin-bottom: 0;
	line-height: 2rem;
}

#values-continued .info, #what-we-need .info{
	left: 0;
	right: -30%;
	width: 40rem;
	height: 27rem;
	margin-top: -15rem;
	line-height: 1.3rem;
}

#step-by-step {
	background-image: url("../images/step-by-step-img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#step-by-step .container {
	max-width: 1400px !important;
}

/*****/
#step-by-step .box {
	border-right: 2px solid rgba(255,255,255,0.4);
	height: 18rem;
	padding: 1rem;
	padding-top: 2em;
}

#step-by-step .box h1 {
	font-size: 30px;
	position: absolute;
	top: 30%;
	z-index: 999;
}

.box-steps-number {
	font-size: 48px;
	color: #D86018;
	opacity: 1;
	position: relative;
	top: 5%;
	font-weight: 500;
}

#step-by-step .box p {
	font-size: 14px;
}

#step-by-step .box {
	-webkit-transition-duration: 0.65s;
  	transition-duration: 0.65s;
}

#step-by-step .box:hover h1 {
	display: none;
}

#step-by-step .box:hover .box-steps-number {
	display: none;
}

#step-by-step .box p{
	display: none;
	color: #fff;
}

#step-by-step .box:hover p{
	display: block;
}

#step-by-step .box:hover {
	background-color: #D86018 !important;
	transform: scale(1.08);
	border: 0;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition-duration: 0.5s;
	padding-top: 2em;
}
#step-by-step .box.long:hover {
	padding-top: 0.5em;
}

/*****/
#what-we-need .img {
	background-image: url(../images/what-we-need-img.jpg);
	margin-left: auto;
}

#what-we-need .info {
	left: -30%;
	right: 0;
}

#contact-us {
	background-color: #D86018;
}

#contact-form-container {
	max-width: 710px;
	color: #fff;
}

#contact-form-container a{
	color: #fff;
}

.form-control {
	background-color: #F26A1D;
	border: 0;
	border-radius: 0;
	color: #fff !important;
}

.form-control::placeholder {
	color: #fff;
}

.form-control:focus {
	background-color: #F26A1D;
  	box-shadow: 0 0 3px;
}

.btn-success {
	width: 340px;
	height: 55px;
	border-radius: 0px;
	color: #D86018;
	background-color: #fff !important;
	border: 0;
}

.btn-success:hover {
	background-color: #F26A1D !important;
}

#contact-us p {
	font-size: 14px;
}

footer {
	background-color: #000;
}

footer p {
	color: #fff;
	font-size: 13px;
	font-weight: 200;
}

.logo img{
	max-height: 55px;
}

.upvision {
	color: #fff;
}

.upvision:hover {
	color: #fff;
}

.copyright {
	color: #fff;
	font-size: 12px;
}

.result{
	font-size: 20px !important;
    color: #fff;
    position: relative;
    top: -17rem;
}

.up {
	position: fixed;
    bottom: 60px;
    right: 52px;
    z-index: 1000;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.5s;
}

.up:hover {
	opacity: 1;
}

.img-resize{
	width: 100%;
	background-position: center;
	background-size: cover;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.img-resize img {
	object-fit: cover;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	transition: .4s;
}

.img-1-1 {
	padding-top: 80%;
}

.owl-carousel-stavby .owl-nav, .owl-carousel-projekty .owl-nav {
	display: flex;
	justify-content: center;
}

.owl-carousel-stavby .owl-nav img, .owl-carousel-projekty .owl-nav img {
	width: 50%;
}

.owl-carousel-stavby .bg-img, .owl-carousel-projekty .bg-img {
	transition: .3s;
}

.owl-carousel-stavby .bg-img:hover, .owl-carousel-projekty .bg-img:hover {
	opacity: .4;
}

#stavby-counter, #projekty-counter {
  bottom: 3.7rem;
  text-align:center;
  position: absolute;
  left: 0;
  right: 0;
  color: #D86018;
}

.overlay-projekty {
	position:absolute;
	top: 5px;
	padding-left: 10px;
	padding-right: 25px;
	font-size: 32px;
}

.overlay-projekty p {
	color: #D86018 !important;
	font-size: 24px;
}

.carousel-bg-image {
	height: 70vh
}


.owl-carousel-zemne .owl-nav, .owl-carousel-projekty .owl-nav {
	display: flex;
	justify-content: center;
}

.owl-carousel-zemne .owl-nav img, .owl-carousel-projekty .owl-nav img {
	width: 50%;
}

.owl-carousel-zemne .bg-img, .owl-carousel-projekty .bg-img {
	transition: .3s;
}

.owl-carousel-zemne .bg-img:hover, .owl-carousel-projekty .bg-img:hover {
	opacity: .4;
}

#zemne-counter, #projekty-counter {
  bottom: 3.7rem;
  text-align:center;
  position: absolute;
  left: 0;
  right: 0;
  color: #D86018;
}