@charset "UTF-8";
.button__primary {
  margin: 0 auto;
  padding: 15px 30px;
  display: inline-block;
  width: auto;
  font-size: 22px;
  text-decoration: none;
  color: #e6f6eb;
  border: 1px solid #abcfcb;
}
.button__primary:hover {
  color: #375c54;
}
.button__primary:hover {
  border: 1px solid #375c54;
}

.button__secondary {
  margin: 0 auto;
  padding: 15px 30px;
  display: inline-block;
  width: auto;
  font-size: 22px;
  font-weight: 350;
  text-decoration: none;
  color: #375c54;
  border: 1px solid #375c54;
}
.button__secondary:hover {
  color: #e6f6eb;
  background-color: #48988b;
}
.button__secondary:hover {
  border: 1px solid #48988b;
}

.button__uppercase {
  text-transform: uppercase;
}

.button__dark {
  background-color: #375c54;
  color: #e6f6eb;
}
.button__dark:hover {
  background-color: #ffffff;
  color: #375c54;
}

.button__primary--noclick {
  padding: 15px 40px;
  display: inline-block;
  width: auto;
  font-size: 22px;
  font-weight: 350;
  text-decoration: none;
  color: #e6f6eb;
  background-color: #48988b;
}

.button__secondary--noclick {
  margin: 5px;
  padding: 15px 15px;
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: #375c54;
  border: 1px solid #375c54;
}

.button__container {
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.title__h1 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 450;
}
@media screen and (min-width: 900px) {
  .title__h1 {
    font-size: 38px;
  }
}

.title__h1--center {
  font-size: 35px;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .title__h1--center {
    font-size: 38px;
  }
}

.title__h1--fw350 {
  font-weight: 350;
}

.title__h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .title__h2 {
    font-size: 28px;
  }
}

.title__h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}

.title__city {
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 450;
  color: #e6f6eb;
  display: block;
}
.title__city:hover {
  color: #375c54;
}

.title--bold {
  font-weight: 500;
}

.section__p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: "Roboto", serif;
  font-weight: 300;
}

.section__ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.section__padding {
  padding: 20px;
}

.section__padding-t {
  padding-top: 20px;
}

.section__padding-b {
  padding-bottom: 20px;
}

.section__padding-b30 {
  padding-bottom: 30px;
}

.section__padding-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section__bold {
  font-weight: 600;
}

.link__dark {
  color: #48988b;
  font-weight: 400;
}
.link__dark:hover {
  background-color: #48988b;
  color: #ffffff;
}

/* border-box */
html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Exo 2", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #375c54;
  background-color: white;
  position: relative;
}

.content {
  margin: 0 auto;
  max-width: 1100px;
}

.ampersand {
  font-family: "Roboto", serif;
  font-weight: 400;
}

.ampersand__slimm {
  font-family: "Roboto", serif;
  font-weight: 300;
}

.languages {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .languages {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .languages {
    padding-left: 20px;
    justify-content: right;
  }
}
.languages .languages__a {
  margin: 0;
  padding: 0 4px;
  text-decoration: none;
  color: #e6f6eb;
}
@media screen and (min-width: 900px) {
  .languages .languages__a {
    padding: 10px 5px;
  }
}
.languages .languages__a:hover {
  color: #375c54;
}
.languages .languages__a[data-state=active] {
  color: #375c54;
}

@media screen and (min-width: 900px) {
  .languages__grid {
    display: grid;
    grid-template-columns: 1fr 130px;
  }
  .languages {
    grid-column: 2/3;
    justify-self: center;
  }
}
.header__background {
  width: 100%;
  background-color: #48988b;
}

.header {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px 0 10px 0;
  background-color: #48988b;
}
@media screen and (min-width: 900px) {
  .header {
    padding: 20px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .header__container {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}

.logo {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e6f6eb;
}
@media screen and (min-width: 900px) {
  .logo {
    padding-bottom: 0;
  }
}

.logo__img {
  display: block;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .logo__img {
    max-width: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .logo__img {
    max-width: 140px;
  }
}

@media screen and (min-width: 900px) {
  .logo__title {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .navigation {
    justify-self: right;
  }
}
/* Menu button */
.menu__button {
  padding: 0;
  display: flex;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.line {
  fill: none;
  stroke: #e6f6eb;
  stroke-width: 10;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 10;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 10;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 10;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}

/* Menu do 900px */
@media screen and (max-width: 900px) {
  .menu {
    display: none;
    transition: display 0.3s ease; /* Přechod pro zobrazení/skrytí */
  }
  .menu {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    margin-top: 290px;
    padding: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .menu .menu__li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1); /* Zpomalení při otevření */
  }
  .menu .menu__li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20.55px 0;
    width: 100%;
    color: #375c54;
    background-color: rgba(72, 152, 139, 0.9);
    border-bottom: 1px solid rgba(72, 152, 139, 0.9);
  }
  .menu .menu__li .menu__a {
    padding: 10px 15px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #e6f6eb;
  }
  /* Mezery mezi položkami menu */
  .hamburger > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .menu .menu__li .services {
    padding-right: 5px;
  }
}
@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
  .bmjsw {
    display: none;
  }
}
/* Dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown content (default hidden) */
.dropdown__content {
  display: none;
  position: absolute;
  z-index: 10;
  top: 80px;
  background-color: #407a70;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(64, 122, 112, 0.5);
}
@media screen and (min-width: 900px) {
  .dropdown__content {
    top: 110px;
  }
}

/* Links inside the dropdown */
.dropdown__content--a {
  padding: 10px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.verification-validation {
  border-bottom: none;
}

/* Dropdown links hover */
.dropdown__content--a:hover {
  color: #375c54;
  background-color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown__content {
  display: block;
}

.dropdown__box {
  margin: 0;
  padding: 0;
  padding-right: 5px;
  display: flex;
  flex-direction: row;
}
.dropdown__box .down__light,
.dropdown__box .down__dark {
  margin-top: 20px;
  display: block;
  width: 10px;
  height: 10px;
}
.dropdown__box .down__dark {
  display: none;
}

@media screen and (min-width: 900px) {
  .dropdown__box:hover .down__light {
    display: none;
  }
  .dropdown__box:hover .down__dark {
    display: block;
  }
  .dropdown__box:hover .services {
    color: #375c54;
  }
}
@media screen and (min-width: 900px) {
  .menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
  }
  .menu .menu__li .menu__a {
    position: relative;
    z-index: 10;
    padding: 10px 15px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #e6f6eb;
  }
}
@media screen and (min-width: 900px) and (min-width: 1100px) {
  .menu .menu__li .menu__a {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  .menu .menu__li .menu__a:hover {
    color: #375c54;
  }
  .menu .menu__li .services {
    padding-right: 5px;
  }
  .menu .menu__li .contact {
    border: 1px solid #abcfcb;
  }
  .menu .menu__li .contact:hover {
    background-color: #e6f6eb;
  }
}
.menu .menu__li .menu__a[data-state=active] {
  color: #375c54;
}

/* Když má .menu__a[data-state="active"], zobrazíme .down__dark a skryjeme .down__light */
.menu .menu__li .menu__a[data-state=active] ~ .down__dark {
  display: block; /* Zobrazí .down__dark */
}

.menu .menu__li .menu__a[data-state=active] ~ .down__light {
  display: none; /* Skryje .down__light */
}

.implementing {
  display: none;
}
@media screen and (min-width: 900px) {
  .implementing {
    margin: 0;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 150px 1fr 150px;
  }
}

.implementing__title {
  align-self: center;
  justify-self: center;
  font-size: 35px;
  font-weight: 200;
  color: #e6f6eb;
}
@media screen and (min-width: 900px) {
  .implementing__title {
    padding-left: 50px;
  }
}
@media screen and (min-width: 950px) {
  .implementing__title {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .implementing__title {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1050px) {
  .implementing__title {
    padding-left: 200px;
  }
}

.implementing__a {
  position: relative;
  z-index: 10;
  padding: 10px 25px 10px 15px;
  align-self: center;
  justify-self: center;
}

.implementing__img {
  margin: 0;
  max-width: 60px;
  display: block;
}

.moving-image__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.moving-image--invader-1::before {
  content: "";
  position: absolute;
  top: 145px;
  right: -150px; /* Začátek mimo obrazovku */
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-image: url("/images/invaders/light_1.png");
  background-size: cover;
  opacity: 0.2;
  animation: moveImageHorizontal 50s linear infinite;
}
@media screen and (min-width: 900px) {
  .moving-image--invader-1::before {
    top: 105px;
  }
}
@media screen and (min-width: 900px) {
  .moving-image--invader-1::before {
    width: 200px;
    height: 200px;
  }
}

@keyframes moveImageHorizontal {
  0% {
    right: -150px; /* Začátek mimo obrazovku zleva */
  }
  50% {
    right: 50%; /* Polovina animace - uprostřed obrazovky */
    transform: translateX(-50%) translateY(-50%); /* Udržení obrázku uprostřed */
  }
  100% {
    right: 100%; /* Konec animace - obrázek se přesune mimo obrazovku doprava */
  }
}
.moving-image--invader-2 {
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateX(-50%); /* Centrovaní obrázku */
  width: 50px;
  height: 50px;
  background-image: url("/images/invaders/light_2.png");
  background-size: cover;
  opacity: 0.2;
}
@media screen and (min-width: 900px) {
  .moving-image--invader-2 {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .welcome {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
  }
}
@media screen and (min-width: 600px) and (min-width: 800px) {
  .welcome {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 600px) and (min-width: 1000px) {
  .welcome {
    grid-template-columns: 1fr 1fr;
  }
}
.welcome__text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .welcome__text {
    justify-self: center;
    align-self: center;
  }
}

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

#welcome__image-tab {
  display: none;
}
@media screen and (min-width: 600px) {
  #welcome__image-tab {
    display: grid;
    width: 100%;
    align-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  #welcome__image-tab {
    display: none;
  }
}

.welcome__image-tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .welcome__image-tab {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .welcome__image-tab {
    display: none;
  }
}

#welcome__image-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  #welcome__image-pc {
    display: grid;
    width: 100%;
    align-content: center;
    justify-content: center;
  }
}

.welcome__image-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .welcome__image-pc {
    display: block;
    width: 100%;
    max-width: 400px;
  }
}

.services__title--h3 {
  text-align: center;
  z-index: 1; /* zajistí, že text bude nad obrázkem */
}
@media screen and (min-width: 500px) {
  .services__title--h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .services__title--h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .services__title--h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .services__title--h3 {
    font-size: 25px;
  }
}

.customers {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 900px) {
  .customers__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.customers__button-l {
  display: none;
}
@media screen and (min-width: 900px) {
  .customers__button-l {
    margin: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
  }
}

@media screen and (min-width: 900px) {
  .customers__button-sm {
    display: none;
  }
}

.customers__carousel {
  position: relative;
}

.carousel {
  margin: 20px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .carousel {
    margin: 20px 30px 0 30px;
  }
}

.carousel-items {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  transition: transform 0.5s ease;
}

.carousel img {
  width: 100%;
  display: block;
}

button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(72, 152, 139, 0.7);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

button.prev {
  left: 1px;
}

button.next {
  right: 1px;
}

@media (max-width: 600px) {
  .carousel-item {
    min-width: 100%; /* 1 obrázek */
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .carousel-item {
    min-width: 50%; /* 2 obrázky */
  }
}
@media (min-width: 901px) {
  .carousel-item {
    min-width: 25%; /* 4 obrázky */
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  .services__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.services__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 25px;
  aspect-ratio: 1/1;
  text-decoration: none;
  color: #e6f6eb;
  position: relative; /* Pro absolutní umístění obrázku uvnitř tlačítka */
  overflow: hidden; /* Aby obrázek nevyčníval mimo tlačítko */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Plynulý přechod pro zvětšení a stín */
}

.services__button::after {
  content: ""; /* Vytvoří pseudo-element pro obrázek */
  position: absolute;
  width: 30%; /* Nastaví šířku obrázku na 50 % tlačítka */
  height: 30%; /* Nastaví výšku obrázku na 50 % tlačítka */
  background-size: cover; /* Zajistí, že obrázek bude pokrývat celé tlačítko */
  background-position: center;
  opacity: 0; /* Obrázek je skrytý */
  transition: opacity 0.3s ease; /* Plynulý přechod pro zobrazení obrázku */
}

.services__button-1::after {
  left: 10px;
  bottom: 10px;
  background-image: url("/images/invaders/dark_2.png"); /* Obrázek */
}

.services__button-2::after {
  right: 10px;
  top: 10px;
  background-image: url("/images/invaders/dark_2.png"); /* Obrázek */
}

.services__button-3::after {
  right: 10px;
  top: 10px;
  background-image: url("/images/invaders/light_1.png"); /* Obrázek */
}

.services__button-4::after {
  left: 10px;
  bottom: 10px;
  background-image: url("/images/invaders/light_1.png"); /* Obrázek */
}

.services__button:hover {
  transform: scale(1.02); /* Přiblíží tlačítko */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Přidá stín pro efekt zvednutí */
}

.services__button:hover::after {
  opacity: 0.2; /* Při hoveru se obrázek objeví */
}

.services__button--light {
  background-color: #48988b;
}

.services__button--dark {
  background-color: #375c54;
}

.project-fields__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .project-fields__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .project-fields__container {
    grid-template-columns: repeat(6, 1fr);
  }
}

.project-fields__a {
  padding: 20px 0;
  display: grid;
  grid-template-rows: 2fr 1fr;
  font-size: 20px;
  font-weight: 350;
  font-family: "Exo 2", serif;
  width: 100%;
  background-color: #48988b;
  color: #e6f6eb;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Plynulý přechod pro zvětšení a stín */
}
@media screen and (min-width: 750px) {
  .project-fields__a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .project-fields__a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .project-fields__a {
    font-size: 20px;
  }
}
@media screen and (min-width: 450px) {
  .project-fields__a {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 700px) {
  .project-fields__a {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1000px) {
  .project-fields__a {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 1100px) {
  .project-fields__a {
    aspect-ratio: 1/1;
  }
}

.project-fields__a:hover {
  transform: scale(1.02); /* Přiblíží tlačítko */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Přidá stín pro efekt zvednutí */
}

.project-fields__img {
  display: block;
  justify-self: center;
  align-self: center;
  width: 100%;
  max-width: 140px;
}
@media screen and (min-width: 450px) {
  .project-fields__img {
    max-width: 160px;
  }
}
@media screen and (min-width: 600px) {
  .project-fields__img {
    max-width: 140px;
  }
}
@media screen and (min-width: 750px) {
  .project-fields__img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .project-fields__img {
    max-width: 100px;
  }
}

.project-fields__title {
  justify-self: center;
  align-self: center;
}

.project-fields__title--container {
  align-content: center;
  text-align: center;
}

.projects-time__grid {
  margin: 0;
  padding: 5px;
  padding-bottom: 20px;
  width: 90vw;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 180px 150px;
  gap: 10px;
}
@media screen and (min-width: 650px) {
  .projects-time__grid {
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__grid {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 500px) {
  .projects-time__grid {
    padding-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .projects-time__grid {
    padding-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__grid {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__grid {
    grid-template-columns: 1fr 1.5fr 1fr 1.2fr 0.8fr;
  }
}

.projects-time--border {
  margin: 0;
  padding: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #375c54;
  border-radius: 50%;
  position: relative;
}

.projects-time__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.projects-time__img {
  display: block;
  position: absolute;
  width: 70%;
  top: 15%;
  left: 15%;
  z-index: -1;
}

.time {
  font-size: 20px;
}
@media screen and (min-width: 350px) {
  .time {
    font-size: 25px;
  }
}
@media screen and (min-width: 400px) {
  .time {
    font-size: 30px;
  }
}

.projects-time__title-l {
  font-size: 18px;
}
@media screen and (min-width: 400px) {
  .projects-time__title-l {
    font-size: 20px;
  }
}

.projects-time__title-m {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .projects-time__title-m {
    font-size: 18px;
  }
}

.projects-time__title-s {
  font-size: 16px;
}

.projects-time__military {
  align-self: center;
}

.projects-time__security {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}

.projects-time__timber {
  margin-top: 50px;
  width: 90%;
  align-self: center;
  justify-self: right;
}
@media screen and (min-width: 500px) {
  .projects-time__timber {
    margin-top: 70px;
  }
}
@media screen and (min-width: 600px) {
  .projects-time__timber {
    margin-top: 130px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__timber {
    margin-top: 0px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__timber {
    justify-self: center;
  }
}

.projects-time__battery {
  margin-top: 120px;
  margin-left: 5px;
  width: 90%;
  grid-column: 2/2;
  grid-row: 2/4;
}
@media screen and (min-width: 500px) {
  .projects-time__battery {
    margin-top: 150px;
  }
}
@media screen and (min-width: 600px) {
  .projects-time__battery {
    margin-top: 180px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__battery {
    margin-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__battery {
    margin-left: 0;
  }
}
@media screen and (min-width: 650px) {
  .projects-time__battery {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .projects-time__battery {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__battery {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}

.projects-time__business {
  margin-top: 60px;
  width: 80%;
  justify-self: right;
}
@media screen and (min-width: 600px) {
  .projects-time__business {
    margin-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__business {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .projects-time__business {
    justify-self: center;
  }
}

.software-services {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .software-services__sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (min-width: 600px) {
  .software-services__second {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

@media screen and (min-width: 600px) {
  .software-services__p {
    min-height: 120px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (min-width: 700px) {
  .software-services__p {
    min-height: 100px;
  }
}
@media screen and (min-width: 600px) and (min-width: 900px) {
  .software-services__p {
    min-height: 90px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .software-services__p {
    min-height: 80px;
  }
}
/* Zpočátku je text skrytý */
.hidden {
  padding: 0;
  opacity: 0;
  max-height: 0; /* Skrytí textu */
  overflow: hidden; /* Zabraňuje vykreslování textu mimo hranice */
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.8s ease; /* Plynulý přechod pro opacity, max-height, padding */
}

/* Když je text viditelný */
.visible {
  padding: 10px 0;
  font-weight: 300;
  opacity: 1;
  max-height: 500px; /* Dostačující výška pro text, aby se mohl zobrazit */
  transition: opacity 0.7s ease, max-height 0.7s ease, padding 0.7s ease; /* Plynulý přechod pro opacity,max-height, padding */
}

.software-services__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  place-items: center; /* Vertikálně i horizontálně na střed */
}

.software-services__button {
  cursor: pointer;
}

.software-services__button--active {
  background-color: #48988b;
  color: #e6f6eb;
}

.software-services__button-dark--active {
  background-color: #ffffff;
  color: #375c54;
}

.toggle-container {
  margin: 0 auto;
  width: 100%;
}

.toggle-button {
  width: 100%;
  text-align: center;
}

.technologies__wrapper {
  width: 100%;
}

.technologies__button {
  width: 80%;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .technologies__button {
    width: 250px;
  }
}

.technologies__img {
  margin-bottom: -5px;
  height: 40px;
  display: block;
}
@media screen and (min-width: 800px) {
  .technologies__img {
    display: none;
  }
}

.technologies__img--horizontal {
  display: none;
}
@media screen and (min-width: 800px) {
  .technologies__img--horizontal {
    margin-top: 5px;
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .technologies__container {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
  }
  .technologies__item {
    display: grid;
    grid-template-columns: 1.7fr 3fr;
  }
}
@media screen and (min-width: 800px) and (min-width: 900px) {
  .technologies__item {
    grid-template-columns: 1.5fr 3fr;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  .technologies__item {
    grid-template-columns: 1.2fr 3fr;
  }
}
@media screen and (min-width: 800px) and (min-width: 1100px) {
  .technologies__item {
    grid-template-columns: 1.1fr 3fr;
  }
}
@media screen and (min-width: 800px) {
  .technologies__wrapper,
  .technologies__button {
    width: 100%;
  }
}
.technologies__button-kt {
  padding: 10px 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .technologies__button-kt {
    width: 500px;
  }
}

.technologies__img-kt {
  margin-bottom: -5px;
  display: block;
}

.portfolio__item {
  padding: 30px 20px;
  background-color: rgba(72, 152, 139, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* jemný stín */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-self: center;
  max-width: 350px;
  min-height: 400px;
  border-radius: 5px;
}

.portfolio__a {
  display: block;
  color: #375c54;
}
.portfolio__a:hover {
  color: #48988b;
}

.portfolio__img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* jemný stín */
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* plynulý přechod pro stín a pohyb */
}
.portfolio__img:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* výraznější stín při hoveru */
  transform: translateY(-1px); /* posunutí obrázku nahoru při hoveru */
}

.portfolio__title {
  font-size: 23px;
}

.portfolio__p {
  font-weight: 350;
}

.portfolio__h2 {
  text-align: center;
  width: 100%;
}

.portfolio__h1 {
  text-align: center;
}

.portfolio {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}

.portfolio__grid {
  display: inline-grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  gap: 30px;
  place-content: center;
}

.portfolio__grid > :nth-child(7) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 300px;
}

@media screen and (min-width: 1000px) {
  .portfolio__grid--last > :nth-child(4) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 300px;
  }
}
.contact__title {
  padding-bottom: 30px;
  font-size: 35px;
  text-align: center;
}

.contact__h3 {
  justify-self: center;
  text-align: center;
  font-size: 25px;
}

.contact__img {
  padding: 10px;
  margin: 0 auto;
  justify-self: center;
  display: block;
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 650px) {
  .contact__img {
    margin: 0;
  }
}

.contact__name {
  font-size: 23px;
  justify-self: center;
}

.contact__grid {
  padding: 0 0 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  place-content: center;
}
@media screen and (min-width: 650px) {
  .contact__grid {
    margin: 0;
    max-width: 100%;
    padding-bottom: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    place-content: center;
  }
}

.contact__item {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: center;
}

.contact__item--background {
  padding: 30px 20px;
  background-color: rgba(72, 152, 139, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* jemný stín */
}

.contact__icons--grid {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.contact__icons--grid .contact__icon {
  display: block;
  width: 25px;
}
.contact__icons--grid .contact__email,
.contact__icons--grid .contact__phone {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #48988b;
}
.contact__icons--grid .contact__email:hover,
.contact__icons--grid .contact__phone:hover {
  color: #e6f6eb;
  background-color: #48988b;
}

@media screen and (min-width: 650px) {
  .contact__phone--martin {
    height: 30px;
  }
}

.contact__icons--grid--center {
  justify-self: center;
}

.contact__icons--grid-ico {
  grid-template-columns: auto 1fr;
  row-gap: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

.map__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map {
  z-index: -1;
  text-align: center;
}

.marker__desc,
.marker__text {
  font-family: "Exo 2", serif;
  color: #375c54;
}

.marker__text {
  font-size: 16px;
}

.address__km {
  padding-top: 20px;
}
@media screen and (min-width: 550px) {
  .address__km {
    padding-top: 0;
  }
}

.address__km-font {
  font-size: 19px;
}

.address__text {
  font-size: 18px;
}

.address__text--top {
  padding-bottom: 5px;
}

.address__links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.address__link {
  display: block;
}

.address__img {
  margin-left: 10px;
  display: block;
}

.lokace {
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.lokace:hover {
  transform: scale(1.1);
}

.footer__background {
  width: 100%;
  background-color: #48988b;
}

.footer {
  margin: 0 auto;
  padding: 40px 40px 30px 40px;
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  color: #e6f6eb;
}
@media screen and (min-width: 460px) {
  .footer {
    padding: 40px 20px 30px 20px;
  }
}

.footer__logo {
  width: 120px;
}

.footer__address {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__contact {
  margin: 0;
  padding-bottom: 20px;
}
.footer__contact .footer__contact--grid {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.footer__contact .footer__contact--grid .footer__icon {
  display: block;
  width: 25px;
}
.footer__contact .footer__contact--grid .email,
.footer__contact .footer__contact--grid .phone {
  display: block;
  color: #e6f6eb;
}
.footer__contact .footer__contact--grid .email:hover,
.footer__contact .footer__contact--grid .phone:hover {
  color: #375c54;
}

.footer__button {
  margin: 0;
  padding-top: 20px;
}
.footer__button .footer__button--a {
  padding: 10px 40px;
}
.footer__button .footer__button--a:hover {
  background-color: #e6f6eb;
  border: none;
}

.footer__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  font-size: 20px;
}
.footer__links .footer__link {
  display: block;
  text-decoration: none;
  color: #e6f6eb;
}
.footer__links .footer__link:hover {
  color: #375c54;
}

@media screen and (min-width: 460px) {
  .footer__links-s {
    display: none;
  }
}

.footer__links-m {
  display: none;
}
@media screen and (min-width: 750px) {
  .footer__links-m {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
}

.footer__links-l {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer__links-l {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .footer__links-l .footer__link-l {
    font-weight: 300;
    font-size: 18px;
  }
}

.footer__link--small {
  font-weight: 300;
  font-size: 18px;
}

.footer__author {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 460px) {
  .footer__author {
    padding-top: 0;
  }
}
.footer__author .author__bjsw,
.footer__author .author__jarmila {
  display: block;
  text-decoration: none;
  color: #e6f6eb;
}
.footer__author .author__bjsw:hover,
.footer__author .author__jarmila:hover {
  color: #375c54;
}

@media screen and (min-width: 460px) {
  .footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media screen and (min-width: 460px) and (min-width: 750px) {
  .footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 460px) and (min-width: 1000px) {
  .footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 460px) {
  .footer__grid .footer__contact {
    padding-top: 40px;
    justify-self: center;
  }
}
@media screen and (min-width: 460px) and (min-width: 750px) {
  .footer__grid .footer__contact {
    justify-self: unset;
  }
}
.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-not-found__button {
  margin: 0;
}/*# sourceMappingURL=style.css.map */