html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

#myCarousel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carousel-inner,
.carousel-item,
.carousel-img {
  height: 100vh;
}

.carousel-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.dark-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.index_overlay {
  position: absolute;
  z-index: 2;
  color: white;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
}

.row.g-0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  gap: 5rem;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.menu>li {
  position: relative;
}

.menu a {
  color: white;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  padding: 1rem;
  display: block;
  text-shadow: 1px 1px 2px black;
}

.underline {
  position: relative;
  display: inline-block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease;
}

.underline:hover::after {
  width: 100%;
}

.dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 180px;
  padding: 0;
  margin: 0;
}

.dropdown li a {
  padding: 0.75rem 1rem;
}

.has-dropdown:hover .dropdown {
  display: block;
}

.index_menu-volba {
  display: flex;
  justify-content: center;
}

.index_menu-volba:hover {
  background: #b9b9b9;
}

.index_citat {
  text-shadow: 1px 1px 2px black;
  font-size: 40px;
  font-family: "Source Serif 4", serif;
  font-style: italic;
  color: white;
  margin-bottom: 40px;
  max-width: 90%;
  display: flex;
  align-items: center;
  padding: 0 20%;
}

.logo img {
  height: 100px;
}

.logo {
  text-align: center;
  padding-top: 10px;
}

.index_maininfo-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0 40px;
  width: 100%;
  padding: 40px;
}

.index_maininfo-left,
.index_maininfo-right {
  flex: 1;
  padding: 1rem;
}

.index_maininfo-right,
.index_maininfo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_omne_vojta {
  height: 550px;
  box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.5);
}

.index_maininfo-text1a {
  font-size: 60px;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.index_maininfo-text1b {
  font-family: "Source Serif 4", serif;
  font-size: 20px;

}

.outline-btn {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content;
}


.outline-btn:hover {
  background-color: #b9b9b9;
  color: rgb(255, 255, 255);
}

.index_recenze {
  background-color: #b9b9b9;
  padding: 40px 20px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  width: 100%;
  padding: 10px;
  border-radius: 22px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 25px 25px;
}

.card .card-content .card-title {
  color: black;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}


.card .card-content .card-text {
  color: #747474;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card .card-content .card-footer {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-top: auto;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.card .card-footer .card-profile {
  display: flex;
  align-items: center;
}

.card .card-footer .card-profile img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card .card-footer .card-profile-info {
  display: flex;
  flex-direction: column;
}

.card .card-footer .card-profile-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #202020;
}

.card .card-footer .card-profile-role {
  font-size: 0.875rem;
  color: #7a7a7a;
}

.index_recenze-wrapper {
  padding: 20px 10px;
  margin: 30px 10px;
  overflow: hidden;
}

.index_recenze-wrapper .card {
  height: auto;
  display: flex;
  flex-direction: column;

  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.index_recenze-wrapper .card:hover {
  transform: translateY(-10px);
}


.index_recenze-wrapper .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  overflow: hidden;
  opacity: 1;
  background: #908765;
}

.index_recenze-wrapper :where(.swiper-button-prev, .swiper-button-next) {
  color: rgb(128, 38, 38);
  margin-top: -35px;
  transition: all 0.3s ease;
}

.index_recenze-wrapper :where(.swiper-button-prev, .swiper-button-next):hover {
  color: pink;
}

.index_spoluprace {
  display: block;
  text-align: center;
}

.index_spoluprace-text {
  font-size: 20px;
  font-family: "Source Serif 4", serif;
  font-weight: 700px;
  margin: 120px 0 50px;
}

.index_spoluprace-logo {
  margin: 20px;
}

.index_spoluprace-logo:hover {
  opacity: 75%;
  cursor: pointer;
  transform: scale(110%);
  transition: transform 0.3s ease;
}

.index_spoluprace-loga {
  margin-bottom: 80px;
}

.index_mezi-line {
  background-color: #b9b9b9;
  height: 3px;
  margin: 0 7%;
}

.index_text3 {
  font-size: 30px;
  font-weight: 100;
}

.index_kontakt {
  padding: 70px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.index_kontakt_text1 {
  font-size: 40px;
  font-family: "Source Serif 4", serif;
}

.index_kontakt_text2 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Source Serif 4", serif;
  margin: 10px 0 30px;
}

.index_kontakt-obsah {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 0 40px;
  width: 100%;
}

.index_kontakt-left {
  display: flex;
  flex: 1 1 500px;
  justify-content: center;
}

.index_kontakt-right {
  display: flex;
  flex: 1 1 400px;
  justify-content: center;
  align-items: center;
}

.index_kontakt-right img {
  height: 400px;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}

.index_kontakt-form {
  width: 100%;
  max-width: 500px;
}

.form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-bottom-color: #908800;
  box-shadow: none;
}

.index_kontakt-outline-btn {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.index_kontakt-outline-btn:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: white;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #b9b9b9;
  min-height: 80px;
  text-align: center;
  padding: 0 2rem;
  color: #ffffff;

}

.copyright-text {
  position: absolute;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.3;
}

.footer-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
}

.icon-link {
  color: white;
  font-size: 1.9rem;
  text-decoration: none;
}

.icon_up {
  color: white;
}

.btn-top {
  position: fixed;
  bottom: 15px;
  right: 50px;
  display: inline-flex;
  padding: 25px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: rgb(0, 0, 0);
  opacity: 50%;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}


/*me sluzby HTML*/

.mesluzby-infoProVojtu {
  margin: 60px 0;
}

.mesluzby_vypis {
  padding: 10px;
  margin: 40px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;

}

a .mesluzby_vypis-span {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.mesluzby_vypis-span {
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 15px;
  color: #064020;
  text-decoration: none;
}

.mesluzby_vypis-span:hover {
  color: white;
  background-color: #b9b9b9;
  cursor: pointer;
  text-decoration: none;
}


.mesluzby_nadpis {
  font-family: "Source Serif 4", serif;
  font-size: 40px;
  font-weight: 400;
  margin: 10px;
}

.mesluzby_text {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  font-weight: 400;
  margin: 10px;
}

.mesluzby_cudlik {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.mesluzby_projects-wrapper-lichy {
  background-color: #d1d1d1;
}



.mesluzby_projects-wrapper-sudy,
.mesluzby_projects-wrapper-lichy {
  display: flex;
  flex-direction: row;

  font-size: 20px;

  font-weight: 200;
  gap: 80px;
  padding: 70px 0 70px 100px;

}

.mesluzby_projects-left {
  margin: 20px;
}

.mesluzby_projects-left,
.mesluzby_projects-right {
  flex: 1 1 500px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.mesluzby_projects-left img,
.mesluzby_projects-right img {
  width: 100%;
  height: auto;
}

.mesluzby_projects-popisek {
  margin: 15px 10px 0 0;
  font-size: 1rem;
  line-height: 1.6;
}

.mesluzby_projects_text {
  font-size: 60px;
  font-family: "Source Serif 4", serif;
  font-style: italic;
  margin-top: 100px;
}


/*portfolio HTML*/

.portfolio_text-blok {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  font-family: "Source Serif 4", serif;
}

.portfolio_text1 {
  font-size: 70px;
  font-weight: 300;
}

.portfolio_text2 {
  font-size: 100px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
}

.portfolio_gallery {
  margin: 50px 10px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.portfolio-box {
  position: relative;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s ease;

}

.portfolio-box .portfolio-text {
  color: white;
  font-size: 50px;
  font-family: "Source Serif 4", serif;
  text-align: center;
  text-shadow: 1px 1px 4px black;
  z-index: 1;
}


.portfolio-box:hover {
  opacity: 75%;
  cursor: pointer;
}

.box1 {
  background-image: url("SluzbyNahledovky/IMG_9394_recenze.jpg");
}

.box2 {
  background-image: url("SluzbyNahledovky/IMG_2.jpg");
}

.box3 {
  background-image: url("SluzbyNahledovky/Motokros\ \(14\ of\ 110\).webp");
}

.box4 {
  background-image: url("SluzbyNahledovky/IMG_2900\(2\).jpg");
}

.box5 {
  background-image: url("SluzbyNahledovky/Kurnik.png");
}

.box6 {
  background-image: url("SluzbyNahledovky/Jelen-tisk.jpg");
}

/*kontakt HTML*/

.kontakt_uvod-foto {
  position: absolute;
  overflow: hidden;
}

.background-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.kontakt-wrapper {
  display: flex;
  gap: 80px;
  justify-content: center;

  flex-direction: row;
}

.kontakt_obsah-left,
.kontakt_obsah-right {
  width: 100%;
  margin: 70px 70px;
}

.kontakt_obsah-left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kontakt_obsah-right {
  padding: 0 30px;
}

.kontakt_uvod_text2 {
  font-family: "Source Serif 4", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;

}

.kontakt_form {
  margin-top: 80px;
}

.kontakt_form .kontakt_outline-btn {
  margin: 0 auto;
  display: block;
}

.kontakt_form-control {
  border: none;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 2px solid #b9b9b9;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.kontakt_form-control:focus {
  border-bottom-color: #8e8108;
  box-shadow: none;
}

.kontakt_fotky-blok {
  text-align: center;
  margin: 60px 0;
}

.kontakt_fotka {
  height: 250px;
  margin: 0 10px 20px;
}

.kontakt_insta {
  letter-spacing: 4px;
  text-align: center;
}

.kontakt_outline-btn {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(140, 116, 30);
  padding: 10px 20px;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.kontakt_outline-btn:hover {
  background-color: rgb(140, 116, 30);
  color: rgb(255, 255, 255);
}

/*galerie HTML*/

.galerie_nadpis {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  font-family: "Bodoni Moda", serif;
  text-shadow: 1px 1px 2px black;
  font-weight: 100;
  margin-top: 100px;
}


.galerie_obsah {
  margin: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1rem;
}

.galerie_obsah-portrety img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.galerie_obsah-portrety {
  margin: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1rem;
}

.galerie_obsah img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}

.galerie_popis-blok {
  margin: 40px 20px;
  padding: 40px 50px;
}

.galerie_popis-text {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 20%;
  font-size: 25px;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
}

.gallery_back-button {
  margin: 40px 0;
  text-align: center;
}

.gallery_back-button .kontakt_outline-btn {
  margin: 0 auto;
  display: inline-block;
}

/*spoluprace HTML*/
.spoluprace_uvod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}

.spoluprace_icons {
  display: flex;
  gap: 1.5rem;
  margin-right: 20px;
}

.icon-link_spoluprace {
  color: black;
  font-size: 1.9rem;
  text-decoration: none;
}

.icon-link_spoluprace {
  color: black;
  font-size: 1.9rem;
  text-decoration: none;
}

.spoluprace_back-Btn {
  display: flex;
  justify-content: center;
  margin-left: 100px;
}

/*dekovanicko HTML*/
.diky-text1 {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 50px;
  color: #13771f;
}

.diky-text2 {
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  margin: 30px 0 50px;
  font-size: 20px;
  color: grey;
}

.diky_outline-btn {
  background-color: transparent;
  color: rgb(28, 76, 12);
  border: 2px solid rgb(12, 68, 5);
  padding: 10px 20px;
  font-size: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.diky_outline-btn:hover {
  background-color: #064020;
  color: rgb(255, 255, 255);
}


@media (max-width: 1024px) {

  /* index */
  .index_overlay,
  .carousel-img,
  #myCarousel,
  .dark-overlay {
    height: 40vh;
  }

  .menu {
    gap: 3rem;
  }

  .menu a {
    font-size: 20px;
  }

  .dropdown li a {
    display: none;
  }

  .index_citat {
    font-size: 30px;
    margin: 0 15px 20px;
    padding: 0 10%;
  }

  .index_maininfo-text1a {
    font-size: 28px;
    font-weight: 500;
  }

  .index_maininfo-text1b {
    font-size: 16px;
    font-weight: 300;
  }

  .logo img {
    height: 55px;
  }

  .index_omne_vojta {
    height: 400px;
  }

  .index_recenze {
    padding: 20px;
  }

  .index_spoluprace {
    margin: 60px 0 10px;
  }

  .index_spoluprace-text {
    margin: 50px 0;
    font-size: 35px;
  }

  .index_spoluprace-logo {
    height: 90px;
    margin: 20px;
  }

  .index_spoluprace-loga {
    margin: 0;
  }

  .index_mezi-line {
    margin: 60px 40px;
  }

  .index_kontakt {
    padding: 0 0 30px;
  }

  .index_kontakt-obsah {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 40px;
    width: 100%;
  }

  .index_kontakt_text1 {
    font-size: 35px;
    font-family: "Source Serif 4", serif;
  }

  .index_kontakt_text2 {
    font-size: 25px;
    font-weight: 300;
    font-family: "Source Serif 4", serif;
    padding: 0 20% 10px;
  }

  .index_kontakt-left {
    display: flex;
    flex: 1 1 500px;
    justify-content: center;
  }

  .index_kontakt-right {
    display: flex;
    flex: 1 1 400px;
    height: auto;
  }

  .index_kontakt-right img {
    height: 350px;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .footer {
    min-height: 60px;
    padding: 0 2rem;
  }

  .copyright-text {
    position: absolute;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.6rem;
    line-height: 1;
  }

  .btn-top {
    bottom: 10px;
    right: 20px;
    padding: 15px;
  }

  .footer-icons {
    position: absolute;
    left: 65%;
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
  }

  .icon-link {
    font-size: 1.5rem;
  }

  /*spoluprace*/
  .spoluprace_uvod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
  }

  .spoluprace_icons {
    display: flex;
    gap: 1rem;
    margin-right: 20px;
  }

  .icon-link_spoluprace {
    color: black;
    font-size: 1.9rem;
    text-decoration: none;
  }

  .spoluprace_back-Btn {
    display: flex;
    justify-content: center;
    margin-left: 25px;
  }

  /*portfolio */
  .portfolio_text-blok {
    gap: 1rem;
    padding: 10px 20px;
  }

  .portfolio_text1 {
    font-size: 50px;
    margin-bottom: 0;
  }

  .portfolio_text2 {
    font-size: 80px;
    margin-bottom: 0;
  }

  .portfolio_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 15px;
  }

  .portfolio_outline-btn {
    padding: 5px 10px;
    font-size: 0.6rem;
    opacity: 1;
  }

  .portfolio-box .portfolio-text {
    margin: 0 15px;
  }

  /*galerie*/

  .galerie_obsah {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .galerie_obsah img {
    height: 300px;
  }

  .galerie_obsah-portrety {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .galerie_nadpis {
    font-size: 70px;
  }

  .galerie_popis-text {
    font-size: 22px;
  }

  /*me sluzby*/

  .mesluzby_vypis {
    padding: 5px;
    margin: 10px 0;
    letter-spacing: 0;
  }

  .mesluzby-infoProVojtu {
    font-size: 15px;
    margin: 50px 0;
  }

  .mesluzby_nadpis {
    font-size: 35px;
    font-weight: 400;
    margin: 10px;
  }

  .mesluzby_text {
    font-size: 18px;
    font-weight: 300;
    margin: 10px;
  }

  .mesluzby_projects-wrapper-sudy,
  .mesluzby_projects-wrapper-lichy {
    display: flex;
    align-items: center;

    font-size: 20px;

    font-weight: 200;
    padding: 20px 10px;
  }

  .mesluzby_projects-left,
  .mesluzby_projects-right {
    margin: 20px;
  }

  /*kontakt*/
  .background-img {
    height: 40vh;
  }

  .kontakt-wrapper {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 50px;

  }

  .kontakt_obsah-left,
  .kontakt_obsah-right {
    margin: 0;
  }

  .kontakt_obsah-right {
    padding: 0;
    width: 75%;
  }

  .kontakt_uvod_text2 {
    font-size: 34px;
    margin-top: 20px;
    letter-spacing: 0;
  }

  .kontakt_form {
    margin-top: 50px;
  }

  .kontakt_form .kontakt_outline-btn {
    margin: 0 auto;
    display: block;
  }

  .kontakt_form-control {
    margin-bottom: 20px;
  }

  .kontakt_fotky-blok {
    margin: 50px 0;
  }

  .kontakt_fotka {
    height: 250px;
  }

  .kontakt_insta {
    margin-top: 20px;
  }

}

/* MOBIL */
@media (max-width: 480px) {

  /* index */
  .index_overlay {
    height: 30vh;
    padding: 10px 20px;
  }

  .menu {
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    width: 100%;
  }

  .menu li {
    text-align: center;
  }

  .menu a {
    font-size: 10px;
    padding: 0.5rem 0.5rem;
  }

  .dropdown li a {
    display: none;
  }

  .index_citat {
    font-size: 14px;
    margin: 15px;
    padding: 0 10%;
  }

  .index_maininfo-text1a {
    font-size: 28px;
    font-weight: 500;
  }

  .index_maininfo-text1b {
    font-size: 16px;
    font-weight: 300;
  }

  .logo img {
    height: 35px;
    margin-bottom: 15px;
    order: 0;
  }

  .carousel-img {
    height: 30vh;
  }

  #myCarousel {
    height: 30vh;
  }

  .dark-overlay {
    height: 30vh;
  }

  .index_omne_vojta {
    height: 400px;
  }

  .index_recenze {
    padding: 20px;
  }

  .index_spoluprace {
    margin: 60px 0 10px;
  }

  .index_spoluprace-text {
    margin: 0 0 20px;
  }

  .index_spoluprace-logo {
    height: 70px;
    margin: 20px;
  }

  .index_spoluprace-loga {
    margin: 0;
  }

  .index_mezi-line {
    margin: 40px;
  }

  .index_kontakt {
    padding: 0 0 30px;
  }

  .index_kontakt-obsah {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 0 40px;
    width: 100%;
  }

  .index_kontakt_text1 {
    font-size: 25px;
    font-family: "Source Serif 4", serif;
  }

  .index_kontakt_text2 {
    font-size: 15px;
    font-weight: 300;
    font-family: "Source Serif 4", serif;
    padding: 0 20%;
  }

  .index_kontakt-left {
    display: flex;
    flex: 1 1 500px;
    justify-content: center;
  }

  .index_kontakt-right {
    display: flex;
    flex: 1 1 400px;
    justify-content: center;
    align-items: center;
  }

  .index_kontakt-right img {
    height: 300px;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .footer {
    min-height: 60px;
    padding: 0 2rem;
  }

  .copyright-text {
    position: absolute;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.6rem;
    line-height: 1;
  }

  .btn-top {
    bottom: 10px;
    right: 20px;
    padding: 15px;
  }

  .footer-icons {
    position: absolute;
    left: 65%;
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
  }

  .icon-link {
    font-size: 1.5rem;
  }

  /*spoluprace*/

  .spoluprace_uvod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
  }

  .spoluprace_icons {
    display: flex;
    gap: 1rem;
    margin-right: 20px;
  }

  .icon-link_spoluprace {
    color: black;
    font-size: 1.9rem;
    text-decoration: none;
  }

  .spoluprace_back-Btn {
    display: flex;
    justify-content: center;
    margin-left: 25px;
  }

  /*portfolio */
  .portfolio_text-blok {
    gap: 1rem;
    padding: 10px 20px;
  }

  .portfolio_text1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .portfolio_text2 {
    font-size: 50px;
    margin-bottom: 0;
  }

  .portfolio_gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 30px 15px;
  }

  .portfolio_outline-btn {
    padding: 5px 10px;
    font-size: 0.6rem;
    opacity: 1;
  }


  .portfolio-box .portfolio-text {
    margin: 0 15px;
  }

  /*galerie*/

  .galerie_obsah {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .galerie_obsah img {
    height: 200px;
  }

  .galerie_obsah-portrety {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  /*me sluzby*/

  .mesluzby_vypis {
    padding: 5px;
    margin: 10px 0;
    letter-spacing: 0;
  }

  .mesluzby-infoProVojtu {
    font-size: 10px;
    margin: 10px;
  }

  .mesluzby_vypis-span {
    font-size: 10px;
    padding: 0;
    margin: 0 10px;
  }

  .mesluzby_vypis-span:hover {
    color: black;
    background-color: transparent;
  }

  .mesluzby_nadpis {
    font-size: 35px;
    font-weight: 400;
    margin: 10px;
  }

  .mesluzby_text {
    font-size: 14px;
    font-weight: 300;
    margin: 10px;
  }

  .mesluzby_projects-wrapper-sudy,
  .mesluzby_projects-wrapper-lichy {
    display: block;
    align-items: center;

    font-size: 20px;

    font-weight: 200;
    padding: 20px 10px;
  }

  .mesluzby_projects-left,
  .mesluzby_projects-right {
    margin: 20px;
  }

  /*kontakt*/
  .background-img {
    height: 30vh;
  }

  .kontakt-wrapper {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 50px;

  }

  .kontakt_obsah-left,
  .kontakt_obsah-right {
    margin: 0;
  }

  .kontakt_obsah-right {
    padding: 0;
    width: 75%;
  }

  .kontakt_uvod_text2 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .kontakt_form {
    margin-top: 50px;
  }

  .kontakt_form .kontakt_outline-btn {
    margin: 0 auto;
    display: block;
  }

  .kontakt_form-control {
    margin-bottom: 20px;
  }

  .kontakt_fotky-blok {
    margin: 50px 0;
  }

  .kontakt_fotka {
    height: 100px;
  }

  .kontakt_insta {
    letter-spacing: 2px;
    font-size: 10px;
  }

  /*galerie MOBIL */
  .galerie_nadpis {
    font-size: 50px;
    text-shadow: none;
  }

  .galerie_popis-blok {
    padding: 0 10px;
  }

  .galerie_popis-text {
    padding: 0;
    font-size: 18px;
  }

  .galerie_obsah {
    margin: 0;
  }

  .galerie_obsah img {
    width: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 360px) {

  /* index */
  .index_overlay {
    height: 30vh;
    padding: 10px 20px;
  }

  .menu {
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .menu li {
    text-align: center;
  }

  .menu a {
    font-size: 9px;
    padding: 0.5rem 0.5rem;
  }

  .dropdown li a {
    display: none;
  }

  .index_citat {
    font-size: 14px;
    margin: 15px;
    padding: 0 10%;
  }

  .index_maininfo-text1a {
    font-size: 28px;
    font-weight: 500;
  }

  .index_maininfo-text1b {
    font-size: 16px;
    font-weight: 300;
  }

  .index_maininfo-left,
  .index_maininfo-right {
    padding: 0;
  }

  .logo img {
    height: 35px;
    margin-bottom: 15px;
    order: 0;
  }

  .carousel-img {
    height: 30vh;
  }

  #myCarousel {
    height: 30vh;
  }

  .dark-overlay {
    height: 30vh;
  }

  .index_omne_vojta {
    height: 300px;
  }

  .index_recenze {
    padding: 20px;
  }

  .index_spoluprace {
    margin: 60px 0 10px;
  }

  .index_spoluprace-text {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .index_spoluprace-logo {
    height: 70px;
    margin: 20px;
  }

  .index_spoluprace-loga {
    margin: 0;
  }

  .index_mezi-line {
    margin: 40px;
  }

  .index_kontakt {
    padding: 0 0 30px;
  }

  .form-control {
    font-size: 0.7rem;
    width: 90%;
  }


  .index_kontakt-outline-btn {
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .index_kontakt-obsah {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 40px;
    width: 100%;
  }

  .index_kontakt_text1 {
    font-size: 25px;
    font-family: "Source Serif 4", serif;
  }

  .index_kontakt_text2 {
    font-size: 15px;
    font-weight: 300;
    font-family: "Source Serif 4", serif;
    padding: 0 20%;
  }

  .index_kontakt-left {
    display: flex;
    flex: 1 1 500px;
    justify-content: center;
  }

  .index_kontakt-right {
    display: flex;
    flex: 1 1 400px;
    justify-content: center;
    align-items: center;
  }

  .index_kontakt-right img {
    height: 300px;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .footer {
    min-height: 60px;
    padding: 0 2rem;
  }

  .copyright-text {
    position: absolute;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.6rem;
    line-height: 1;
  }

  .btn-top {
    bottom: 10px;
    right: 20px;
    padding: 15px;
  }

  .footer-icons {
    position: absolute;
    left: 65%;
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
  }

  .icon-link {
    font-size: 1.5rem;
  }

  /*spoluprace*/

  .spoluprace_uvod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
  }

  .spoluprace_icons {
    display: flex;
    gap: 1rem;
    margin-right: 20px;
  }

  .icon-link_spoluprace {
    color: black;
    font-size: 1.9rem;
    text-decoration: none;
  }

  .spoluprace_back-Btn {
    display: flex;
    justify-content: center;
    margin-left: 25px;
  }

  /*portfolio */
  .portfolio_text-blok {
    gap: 1rem;
    padding: 10px 20px;
  }

  .portfolio_text1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .portfolio_text2 {
    font-size: 50px;
    margin-bottom: 0;
  }

  .portfolio_gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 30px 15px;
  }

  .portfolio_outline-btn {
    padding: 5px 10px;
    font-size: 0.6rem;
    opacity: 1;
  }


  .portfolio-box .portfolio-text {
    margin: 0 15px;
  }

  /*galerie*/

  .galerie_obsah {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .galerie_obsah img {
    height: 200px;
  }

  .galerie_obsah-portrety {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  /*me sluzby*/

  .mesluzby_vypis {
    padding: 5px;
    margin: 10px 0;
    letter-spacing: 0;
  }

  .mesluzby-infoProVojtu {
    font-size: 10px;
    margin: 10px;
  }

  .mesluzby_vypis-span {
    font-size: 8px;
    padding: 0;
    margin: 0 10px;
  }

  .mesluzby_vypis-span:hover {
    color: black;
    background-color: transparent;
  }

  .mesluzby_nadpis {
    font-size: 35px;
    font-weight: 400;
    margin: 10px;
  }

  .mesluzby_text {
    font-size: 14px;
    font-weight: 300;
    margin: 10px;
  }

  .mesluzby_projects-wrapper-sudy,
  .mesluzby_projects-wrapper-lichy {
    display: block;
    align-items: center;

    font-size: 20px;

    font-weight: 200;
    padding: 20px 10px;
  }

  .mesluzby_projects-left,
  .mesluzby_projects-right {
    margin: 20px;
  }

  /*kontakt*/
  .background-img {
    height: 30vh;
  }

  .kontakt-wrapper {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 50px;

  }

  .kontakt_obsah-left,
  .kontakt_obsah-right {
    margin: 0;
  }

  .kontakt_obsah-right {
    padding: 0;
    width: 75%;
  }

  .kontakt_uvod_text2 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .kontakt_form {
    margin-top: 50px;
  }

  .kontakt_form .kontakt_outline-btn {
    margin: 0 auto;
    display: block;
    font-size: 0.7rem;
    padding: 5px 10px;
  }

  .kontakt_form-control {
    width: 90%;
    margin-bottom: 20px;
    font-size: 0.7rem;
  }

  .kontakt_fotky-blok {
    margin: 50px 0;
  }

  .kontakt_fotka {
    height: 100px;
  }

  .kontakt_insta {
    letter-spacing: 2px;
    font-size: 10px;
  }


  /*galerie MOBIL */
  .galerie_nadpis {
    font-size: 50px;
    text-shadow: none;
  }

  .galerie_popis-blok {
    padding: 0 10px;
  }

  .galerie_popis-text {
    padding: 0;
    font-size: 18px;
  }

  .galerie_obsah {
    margin: 0;
  }

  .galerie_obsah img {
    width: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
