@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}


body {
	font-family: 'Poppins', sans-serif;
}

.gradient-bg {
	background: rgb(44,44,51);
    background: linear-gradient(65deg, rgba(44,44,51,1) 0%, rgba(22,22,30,1) 100%);
}

.btn-zelena {
	border-radius: 50px;
	color: white;
	background: rgb(131,201,21);
	background: linear-gradient(120deg, rgba(131,201,21,1) 0%, rgba(119,184,17,1) 100%);
	font-size: 20px;
	font-weight: 700;
	padding: 17px 50px;
	margin: 10px 10px;
}

.btn-zelena:hover {
	color: white;
	background: rgb(131,201,21);
	background: linear-gradient(120deg, rgb(89 132 21) 0%, rgb(62 95 9) 100%);
}

.btn-kontakt {
	border-radius: 50px;
	color: white;
	background: rgb(131,201,21);
	background: linear-gradient(120deg, rgba(131,201,21,1) 0%, rgba(119,184,17,1) 100%);
	font-weight: 700;
	padding: 12px 40px;
}

.btn-kontakt:hover {
	color: white;
	background: rgb(131,201,21);
	background: linear-gradient(120deg, rgb(89 132 21) 0%, rgb(62 95 9) 100%);
}

.btn-bila {
	border-radius: 50px;
	color: white;
	border: 2px solid white;
	font-size: 23px;
	font-weight: 700;
	padding: 17px 50px;
	margin: 10px 10px;
}

.btn-bila:hover {
	color: rgb(131,201,21);
	border-color: rgb(131,201,21);
}

.btn-podtrzeni {
	padding: 8px 12px;
	color: white;
	border-bottom: 3px solid rgb(131,201,21);
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 10px;
}

.btn-podtrzeni:hover {
	color: white;
}

/* MENU */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgb(44,44,51);
	background: linear-gradient(65deg, rgba(44,44,51,1) 0%, rgba(22,22,30,1) 100%);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content > h2 {
	color: white;
	font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-left: 20px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  margin-top: 150px;
  margin-left: 100px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay ul {
  list-style: none;
}

.overlay ul li::before {
  content: "\2022";
  color: #83c915;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.overlay ul li {
	margin-top: 20px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* END MENU */

.navbar {
	padding: 10px 50px;
}

.navbar-dark .navbar-nav .nav-link .nav-menu {
	color: white;
	padding: 12px 12px;
}

.navbar-brand img {
	width: 12rem;
}

#stranka-header {
	min-height: 80vh;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}

.header {
	min-height: 90vh !important;
}

.bg { background-image: url(../img/bg.jpg); }
.bg-ppc { background-image: url(../img/ppc-bg.jpg); }
.bg-web { background-image: url(../img/web-bg.jpg); }
.bg-hp { background-image: url(../img/hp-bg.jpg); }
.bg-err { background-image: url(../img/err-bg.jpg); }

#stranka-header h1 {
	font-weight: 700;
	color: white;
	font-size: 65px;
}

#stranka-header p {
	color: #c2c2c2;
	font-size: 17px;
}

.header-text {
	margin-top: 120px;
}

.header-tlacitka {
	margin-top: 50px;
}

.box {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 80px 0;
	box-shadow: 0px 0px 52px 0px #e6e6e6;
	margin: 10px 0;
}

.box-logo{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 60px 0;
	box-shadow: 0px 0px 52px 0px #e6e6e6;
	margin: 10px 0;
	background-image: url(../img/postup-bg.jpg);
	background-color: #77b811;
	background-size: cover;
	background-position: 50% 50%;
}

#platformy {
	margin-top: 170px;
}

#platformy img {
	width: 75%;
}

#postup-box {
	margin-top: 100px;
}

#sluzba h2 {
	text-align: center;
	margin-top: 70px;
	position: relative;
	display: inline-block;
}

#sluzba h2::after {
	content: "";
	background-image: url(../img/podtrzeni-h2.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 13px;
	width: 150px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: -9px;
}

#sluzba p {
	text-align: center;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 100px;
	color: #6e6e6e;
}

#clanek .odstavec-bg {
	border-left: 4px solid #77b810;
	background-color: #f9fcfe;
	padding: 40px 0px;
	margin: 80px 0;
}

#clanek .sdilet-clanek {
	background-color: #f9fcfe;
	text-align: center;
	padding: 30px 0px;
	margin: 80px 0;
	font-size: 20px;
}

#clanek .sdilet-clanek > img {
	width: 2rem;
	margin-left: 10px;
}

#clanek h2 {
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 0 120px;
}

#clanek h3 {
	padding: 0 120px;
	font-weight: 700;
	font-size: 20px;
	margin-top: 30px;
}

#clanek p {
	padding: 0 120px;
}

#kontakt {
	color: white;
	margin-top: 100px;
}

#kontakt h1 {
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 50px;
}

#kontakt .telefon, #kontakt .email {
	font-weight: 700;
	font-size: 30px;
	margin-top: 30px;
}

#kontakt .telefon > span, #kontakt .email > span {
	color: #77b810;
	font-size: 15px;
	padding-right: 20px;
}

#kontakt .telefon > span > img, #kontakt .email > span > img {
	width: 2.5rem;
	padding-right: 10px;
}

.cenovka {
	background-color: grey;
	color: white;
	border-radius: 5px;
	padding: 20px;
}

.cenovka > h2 {
	color: white;
	font-size: 25px;
	text-align: center;
}

.tablist {
	padding: 0 120px;
}

.tablist > .nav {
	display: block
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: none;
	color: #333;
	font-weight: 700;
}

.nav-pills .nav-link.active > img {
	display: inline-block;
}

.nav-pills > .nav-link > span{
	color: #77b810;
	font-weight: 700;
	padding-right: 20px;
}

.nav-pills > .nav-link > img{
	width: 2.5rem;
	display: none;
	padding-left: 20px;
}

.tab-pane > img {
	width: 100%;
	max-width: 25rem;
}

.tab-pane > a {
	display: block;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	margin-top: 20px;
}

.tab-pane > a > img {
	width: 0.5rem;
  padding-bottom: 0.5rem;
}

.kontakt-form {
	padding: 0 100px;
}

.kontakt-form input,.kontakt-form textarea {
	padding: 15px 20px;
	background-color: #35363b;
	color: #5c5d62;
	border-color: #3e3e45;
}

.kontakt-form > p {
	color: #5c5d62;
	font-size: 14px;
}

.form-control:focus {
	border-color: #77b810;
	box-shadow: 0 0 0 0.25rem rgb(119,184,16,0.26);
}

.kontakt-icon {
	width: 74px;
  border: 2px #3e3e45 solid;
  border-radius: 50px;
  padding: 20px 27px;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #3e3e45;
	border: 1px solid #3e3e45;
}

main h2 {
	font-size: 38px;
	font-weight: 700;
	color: #333;
}

footer {
	margin-top: 150px;
	text-align: center;
	padding: 150px 0 50px 0;
	background-image: url(../img/kostky-footer.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-kontakt {
  margin-top: 150px;
  text-align: center;
  padding: 150px 0 50px 0;
  background-image: url(../img/kontakt-footer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

/* -- RESPONSIBILITA -- */

@media (max-width: 992px) { 

/* -- KONTAKT -- */

	.email-input {
		margin-bottom: 1rem !important;
	}

}

@media (max-width: 768px) { 

/* -- HLAVNÍ STRÁNKA -- */

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

/* -- SLUŽBY -- */

	#sluzba p {
		margin-left: 30px;
		margin-right: 30px;
	}

	#sluzba h2::after {
		display: none;
	}

/* -- ČLÁNEK -- */

	#clanek h2, #clanek p, .tablist, #clanek h3 {
		padding: 0 30px;
	}

/* -- KONTAKT -- */

	.kontakt-form {
		padding: 0 10px;
	}

}

@media (max-width: 576px) { 

/* -- KONTAKT -- */

	#kontakt h1 {
		text-align: center;
	}

	#kontakt .telefon > span, #kontakt .email > span {
		display: block;
		text-align: center;
	}

	#kontakt .telefon, #kontakt .email {
		text-align: center;
	}
	

}