

@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.typed-cursor {
  color: #F86F03;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 48px;
}

p {
  font-size: 15px;
}

p {
  line-height: 2rem;
}



.header {
 background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: scroll;

}

.cenik {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/photo9.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: scroll;

}

@media (max-width: 768px) {
  .cenik, .header {
   background-size: cover;

  }
}

.navbar-nav .nav-link {
  color: black;
}

img {
  border-radius: 50px;
}

footer a {
  text-decoration: none;
  color: white;
}

.navbar-nav .nav-link {
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 0.1rem 0.2rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F86F03;
  transition: width 0.8s ease;
}

.navbar-nav .nav-link:hover {
  color: #F86F03;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 10h22M4 20h22'/%3E%3C/svg%3E");
  background-color: transparent;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-nav .nav-item {
    margin-bottom: 20px;
  }
  .navbar-nav {
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    overflow-y: auto;
    font-size: 30px;
  }
  .navbar-collapse {
    justify-content: center;
  }
  body.navbar-open {
    overflow: hidden;
  }
  .aboutMe h3, h4 {
    text-align: center;
    margin-top: 10px;
  }
  .aboutMe ul li {
    line-height: 2rem;
  }
  .tlacitko {
    text-align: center;
  }
  .nav-tabs {
    align-items: center;
  }
  .nav-tabs .nav-link {
    text-align: center;
  }
  .tabs h3 {
    margin-top: 10px;
    text-align: center;
  }
  .tabs p {
    padding-bottom: 1.2em;
    line-height: 1.5em;
  }
  .recenze p {
    font-size: 15px;
  }
}
.navbar-toggler {
  border: none;
  background-color: transparent;
  position: relative;
  width: 40px;
  height: 30px;
  z-index: 1001;
}

.navbar-toggler-icon {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #F86F03;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.navbar-toggler::before,
.navbar-toggler::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #F86F03;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.navbar-toggler::before {
  top: 5px;
}

.navbar-toggler::after {
  bottom: 5px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded=true]::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-toggler[aria-expanded=true]::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.custom-img {
  max-width: 450px;
  height: auto;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

#aboutMe ul li::before {
  content: "•";
  color: #F86F03;
  font-size: 1.2em;
}

.underline-title {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.underline-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #F86F03;
  margin: 5px auto 0;
}

.tabs {
  overflow: hidden;
}

.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 0;
  padding: 12px 0 12px 0;
  transition: 0.3s;
  color: #333333;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}

.tabs .tab-content {
  border-left: 2px solid color-mix(in srgb, #333333, transparent 90%);
  padding-left: 20px;
}

.tabs .nav-link:hover {
  color: #F86F03;
}

.tabs .nav-link.active {
  color: #F86F03;
  border-color: #F86F03;
  background-color: var(--background-color);
}

.tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tabs .details p {
  color: color-mix(in srgb, #333333, transparent 20%);
}

.tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .tabs .nav-link {
    border: 0;
    padding: 15px;
  }
  .tabs .nav-link.active {
    color: #F86F03;
  }
  .tabs .tab-content {
    border-left: 0;
  }
}
:root {
  --accent-color: #F86F03;
  --default-color: #000;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer .social-links {
  margin: 0 0 10px 0;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}

.footer .copyright {
  padding-top: 10px;
}

.footer .credits {
  font-size: 13px;
  padding-top: 5px;
}

.carousel-item {
  padding: 20px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #F86F03;
  border-radius: 50%;
  padding: 8px;
  width: 20px;
  height: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  position: static;
  display: inline-block;
  margin: 20px 10px;
}

.recenze-img {
  border: 4px solid #F86F03;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.carousel-controls {
  text-align: center;
}

.studio .image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 990px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1, .order-md-2 {
    order: 0;
  }
  .custom-img {
    max-width: 70%;
    margin-bottom: 20px;
  }
}


.pricing-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.pricing-card:hover {
  transform: translateY(-20px);
}
