.landing-modifier {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  margin-left: auto !important;
  background-color: transparent !important;
  padding-top: var(--inline-padding) !important;
}
.landing-modifier li {
  width: -moz-max-content !important;
  width: max-content !important;
}
.landing-modifier #menu-button {
  background-color: var(--secondary) !important;
}
.landing-modifier .subpage-dropdown-content {
  background-color: var(--secondary) !important;
}

.landing-modifier.subpage-nav {
  width: auto;
}

.subpage-nav {
  width: 100%;
  background-color: var(--secondary);
  padding-top: 2.2rem;
  padding-bottom: 6rem;
  padding-inline: var(--inline-padding);
}
@media (min-width: 1024px) {
  .subpage-nav {
    padding-top: 4.5rem;
  }
}
.subpage-nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container-max-w);
  margin: 0 auto;
}
.subpage-nav img {
  width: clamp(8rem, 20vw, 16rem);
}
.subpage-nav ul {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  z-index: 1001;
  gap: 0.5rem;
}
.subpage-nav #menu-button {
  background-image: url(../assets/svg/icons/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--secondary);
  background-size: 1.5rem;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--primary);
}
.subpage-nav #menu-button:hover {
  filter: brightness(1.1);
}
.subpage-nav #menu-close-button {
  background-image: url(../assets/svg/icons/close.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding-right: 2rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  padding-block: 0.5rem !important;
  color: white;
  font-weight: 700;
  padding-top: 0.125rem;
  border-radius: 0.25rem;
  width: 5rem;
}
.subpage-nav #menu-close-button:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.subpage-nav .subpage-dropdown-container {
  position: relative;
  font-weight: 700;
  color: white;
}
.subpage-nav .subpage-dropdown-content-container {
  position: absolute;
  top: 95%;
  left: -1rem;
  transform: translate(0%);
  display: none;
}
@media (min-width: 1024px) {
  .subpage-nav .subpage-dropdown-content-container {
    left: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .subpage-nav .subpage-dropdown-content-container {
    left: 0%;
  }
}
.subpage-nav .subpage-dropdown-content {
  background-color: var(--primary);
  outline: 1px solid white;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 5rem;
  border-radius: var(--rounded);
  padding-block: 0.5rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.subpage-nav li {
  width: 100%;
}
.subpage-nav .subpage-dropdown-content a {
  display: block;
  width: 100%;
  padding-block: 0.5rem;
  text-align: center;
}
.subpage-nav .subpage-dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.subpage-nav .language-button {
  background-image: url(../assets/svg/icons/chevron.svg);
  background-repeat: no-repeat;
  background-position: 50% 75%;
  padding-bottom: 0.6rem;
  background-color: var(--secondary);
  background-size: 0.7rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .subpage-nav .language-button {
    font-size: 1rem;
  }
}
.subpage-nav .language-button:hover {
  filter: brightness(1.1);
}
.subpage-nav .fade-in {
  display: block !important;
}
.subpage-nav .fade-out {
  display: none !important;
}

.landing-nav + .menu span {
  line-height: 3.75rem;
}

.menu {
  color: white;
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  padding-bottom: 1rem;
  opacity: 0;
}
@media (min-width: 1024px) {
  .menu {
    padding-block: 3.4375rem;
  }
}
.menu span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 7.5rem;
  margin-bottom: 4.625rem;
  padding: 1rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .menu span {
    font-size: 3rem;
    line-height: 7.5rem;
    padding-inline: 6.75rem;
  }
}
.menu .small {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .menu .small {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .menu .small {
    font-size: 3rem;
    line-height: 7.5rem;
    padding-inline: 6.75rem;
  }
}
@media (min-width: 1024px) {
  .menu ul {
    gap: 1.75rem;
  }
}
.menu li {
  padding-left: 1rem;
  z-index: 2;
  transition: background-color 200ms ease-out;
}
@media (min-width: 1024px) {
  .menu li {
    padding-left: 15.5rem;
  }
}
.menu li:hover img {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
.menu li:hover a {
  background-image: url(../assets/svg/icons/arrow-up-right.svg);
}
.menu li:hover {
  background-color: var(--secondary);
}
.menu li::after {
  background-color: var(--primary);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  content: "";
  z-index: -1;
}
.menu a {
  position: relative;
  display: block;
  padding-block: clamp(1rem, 5vh, 3rem);
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 3rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2rem;
  z-index: 3;
}
@media (min-width: 1024px) {
  .menu a {
    font-size: 2.6rem;
    padding-left: 5rem;
    background-size: 3rem;
  }
}
.menu img {
  width: 78%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.menu[aria-expanded=true] {
  display: block;
}

.menu-open {
  animation: menu-fade-in 0.2s ease-in-out 0.1s forwards !important;
}

.menu-close {
  animation: menu-fade-out 0.2s ease-in-out 0.1s forwards !important;
}

@keyframes menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu[aria-expanded=true] + .subpage-nav > .logo {
  opacity: 0;
}

#hero {
  margin: 0;
  overflow: hidden;
  background-color: var(--primary);
  padding-inline: var(--inline-padding);
  background-image: url(../assets/svg/home_page/hero_golden_ratio.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  inset: 0;
}
#hero .section-content {
  min-height: 100dvh;
  display: grid;
  place-content: center;
}
#hero img {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: 27.5rem;
  aspect-ratio: 440/516;
  height: min(100%, 55dvh);
  margin: 0 auto;
  opacity: 0;
}
@media (min-width: 768px) {
  #hero img {
    width: 100%;
  }
}
#hero .logo-background {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-52.4%) rotate(45deg) scale(1);
  border-radius: 3.75rem;
  height: 65vh;
  aspect-ratio: 1/1;
  background-color: white;
  z-index: 1;
  transform: scale(5) rotate(180deg);
}
@media (min-width: 35rem) {
  #hero .logo-background {
    height: 75vh;
  }
}
@media (min-width: 1024px) {
  #hero .logo-background {
    height: 100vh;
  }
}
#hero .spin-animation {
  animation: spin-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes spin-in {
  from {
    transform: translateX(-50%) translateY(-52.4%) rotate(180deg) scale(5);
  }
  to {
    transform: translateX(-50%) translateY(-52.4%) rotate(45deg) scale(1);
  }
}
@media screen and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  #hero .logo-background {
    height: 100vh;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
    animation: spin-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  #hero img {
    width: 70%;
    max-width: 27.5rem;
    aspect-ratio: 440/516;
    height: min(100%, 55dvh);
  }
}
@media screen and (orientation: landscape) and (hover: none) and (pointer: coarse) and (min-width: 768px) {
  #hero img {
    width: 100%;
  }
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: black;
}

.model-inner {
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-inner img {
  width: 70vw !important;
  height: auto;
  max-width: 45rem;
}

#close_popup_button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--secondary);
  color: white;
  background-image: url(../assets/svg/icons/close.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25%;
}

[x-cload] {
  display: none !important;
}

.h1-sm {
  font-size: clamp(3rem, 2.475rem + 2.625vw, 5.625rem) !important;
}

.subpage-hero {
  background-color: var(--secondary);
  z-index: 2;
  min-height: -moz-max-content;
  min-height: max-content;
  margin-top: -3rem;
}
.subpage-hero .section-content {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: white;
}
@media (min-width: 1024px) {
  .subpage-hero .section-content {
    padding-top: 0rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: row;
    text-align: left;
  }
}
.subpage-hero .images-container {
  display: flex;
  gap: 0.75rem;
  flex-basis: 50%;
}
@media (min-width: 1024px) {
  .subpage-hero .images-container {
    flex-shrink: 0;
  }
}
.subpage-hero .container:nth-child(1) {
  transform: translateY(0);
}
.subpage-hero .container:nth-child(2) {
  transform: translateY(7.375rem);
}
.subpage-hero .container:nth-child(3) {
  transform: translateY(14.75rem);
}
@media (min-width: 1024px) {
  .subpage-hero .container:nth-child(1) {
    transform: translateY(7.375rem);
  }
  .subpage-hero .container:nth-child(2) {
    transform: translateY(14.75rem);
  }
  .subpage-hero .container:nth-child(3) {
    transform: translateY(22.125rem);
  }
}
.subpage-hero .image-wrapper {
  aspect-ratio: 1/2.5;
  max-width: 16rem;
  overflow: hidden;
  border-radius: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.subpage-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
  display: block;
}

.subpage-description {
  background-color: var(--primary);
  margin: 0;
  color: white;
}
.subpage-description .section-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subpage-description .section-content {
    flex-direction: row;
  }
}
.subpage-description h2 {
  margin-bottom: 1rem;
}
.subpage-description p {
  max-width: 90ch;
}
.subpage-description a {
  text-decoration: underline;
}
.subpage-description .images-container {
  display: flex;
  gap: 3rem;
  padding-top: 6rem;
  width: 100%;
  justify-content: space-around;
}
@media (min-width: 1024px) {
  .subpage-description .images-container {
    flex-basis: 40%;
    padding-top: 0;
    justify-content: center;
    margin-bottom: 12rem;
  }
}
.subpage-description .images-container div {
  background-image: url(../assets/svg/global/gradient_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 100%;
  position: relative;
  height: 28rem;
}
@media (min-width: 1024px) {
  .subpage-description .images-container div {
    height: initial;
  }
}
.subpage-description .images-container div:nth-child(1) {
  transform: translateY(-40%);
}
@media (min-width: 1024px) {
  .subpage-description .images-container div:nth-child(1) {
    transform: translateY(-20%);
  }
}
.subpage-description .images-container div:nth-child(1) img {
  bottom: 20%;
}
.subpage-description .images-container div:nth-child(2) {
  transform: translateY(-20%);
}
@media (min-width: 1024px) {
  .subpage-description .images-container div:nth-child(2) {
    transform: translateY(-10%);
  }
}
.subpage-description .images-container div:nth-child(2) img {
  bottom: 20%;
}
@media (min-width: 1024px) {
  .subpage-description .images-container div:nth-child(2) img {
    bottom: 0%;
  }
}
.subpage-description .images-container div:nth-child(3) img {
  bottom: 20%;
}
@media (min-width: 1024px) {
  .subpage-description .images-container div:nth-child(3) img {
    top: 20%;
  }
}
.subpage-description .images-container img {
  width: 8rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.subpage-description .text-content {
  flex-basis: 60%;
  padding-bottom: 10rem;
}
@media (min-width: 1024px) {
  .subpage-description .text-content {
    padding-bottom: 20rem;
    padding-top: 28rem;
  }
}

#sluzby .projektovanie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  #sluzby .projektovanie {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  #sluzby .projektovanie {
    align-items: start;
    flex-direction: row;
    padding-bottom: 14rem;
  }
}
#sluzby .projektovanie h2 {
  flex-basis: 50%;
  text-align: center;
}
@media (min-width: 1280px) {
  #sluzby .projektovanie h2 {
    text-align: left;
  }
}
#sluzby .projektovanie .lists-container {
  display: flex;
  flex-basis: 50%;
}
#sluzby .projektovanie .list-l,
#sluzby .projektovanie .list-r {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#sluzby .projektovanie .list-l {
  padding-right: 1rem;
  background-image: url(../assets/svg/global/gradient_line.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
#sluzby .projektovanie .list-l p {
  background-position: bottom right;
}
#sluzby .projektovanie .list-r {
  padding-left: 1rem;
  transform: translateY(31.5%);
}
@media (min-width: 1280px) {
  #sluzby .projektovanie .list-r {
    transform: translateY(25%);
  }
}
#sluzby .projektovanie .list-r p {
  background-position: bottom left;
}
#sluzby .projektovanie p {
  font-size: 1.25rem;
  max-width: 35ch;
  padding-bottom: 1.25rem;
  background-image: url(../assets/svg/global/gradient_line_s.svg);
  background-repeat: no-repeat;
}
#sluzby .znalec {
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  #sluzby .znalec {
    align-items: start;
    flex-direction: row;
    padding-bottom: 6rem;
  }
}
#sluzby .znalec h2 {
  flex-basis: 50%;
  text-align: center;
}
@media (min-width: 1280px) {
  #sluzby .znalec h2 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #sluzby .znalec {
    padding-bottom: 5rem;
    padding-top: 0rem;
  }
}
#sluzby .znalec strong {
  display: block;
  color: var(--primary);
  font-size: clamp(1.2rem, 2vw + 1rem, 1.875rem);
  margin-bottom: 1.25rem;
}
#sluzby .znalec .list-single {
  display: flex;
  flex-direction: column;
  max-width: 62.5rem;
}
#sluzby .znalec span {
  display: block;
}
#sluzby .znalec .list-item {
  flex-basis: 50%;
}
#sluzby .znalec .list-item:first-child {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/svg/global/gradient_line_horizontal.svg);
  background-position: bottom;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#sluzby .ine-sluzby {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  #sluzby .ine-sluzby {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
#sluzby .ine-sluzby strong {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--secondary);
  text-align: center;
  padding-bottom: 3.5rem;
}
@media (min-width: 1280px) {
  #sluzby .ine-sluzby strong {
    padding-bottom: 0rem;
    text-align: left;
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  #sluzby .ine-sluzby {
    padding-bottom: 12rem;
  }
}
#sluzby .ine-sluzby .list-r {
  padding-left: 1rem;
  transform: translateY(21.5%);
}
@media (min-width: 1280px) {
  #sluzby .ine-sluzby .list-r {
    transform: translateY(18%);
  }
}
#sluzby .dopravne-prieskumy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14rem;
  gap: 4rem;
}
@media (min-width: 1280px) {
  #sluzby .dopravne-prieskumy {
    flex-direction: row;
    align-items: start;
  }
}
#sluzby .dopravne-prieskumy h2 {
  text-align: center;
}
@media (min-width: 1280px) {
  #sluzby .dopravne-prieskumy h2 {
    text-align: left;
  }
}
#sluzby .dopravne-prieskumy .list-item {
  margin-bottom: 1rem;
}
#sluzby .dopravne-prieskumy p {
  background-image: url(../assets/svg/global/gradient_line_s.svg);
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: bottom left;
  padding-bottom: 1rem;
}

:root {
  --fs-name: calc(2.5rem * 0.7);
  --fs-position: calc(1.5rem * 0.7);
  --fs-phone-mail: calc(2rem * 0.7);
}

@media (min-width: 1024px) {
  :root {
    --fs-name: 2.5rem;
    --fs-position: 1.5rem;
    --fs-phone-mail: 2rem;
  }
}
@media (width >= 1280px) and (width <= 1372px) {
  :root {
    --fs-name: calc(2.5rem * 0.8);
    --fs-position: calc(1.5rem * 0.8);
    --fs-phone-mail: calc(2rem * 0.8);
  }
}
#kontakt {
  color: white;
  margin-top: -8px;
}
#kontakt .section-content {
  max-width: 150rem;
  padding-inline: 0;
}
#kontakt .heading-kontakt-list-triple {
  display: grid;
  grid-template-columns: 1fr;
  transform: translateY(1px);
}
@media (min-width: 1280px) {
  #kontakt .heading-kontakt-list-triple {
    grid-template-columns: repeat(3, 1fr);
  }
}
#kontakt .heading-kontakt-list-triple div:nth-child(2) {
  background-color: var(--secondary);
}
#kontakt .heading-kontakt-list-triple h2 {
  font-size: clamp(4rem, 7vw + 1rem, 7.5rem);
  padding-top: 4rem;
  color: var(--primary);
  text-align: center;
  line-height: 7.5rem;
}
@media (min-width: 1280px) {
  #kontakt .heading-kontakt-list-triple h2 {
    padding-top: 6rem;
  }
}
#kontakt .kontakt-list-triple {
  display: grid;
  grid-template-rows: 1fr 1fr max-content;
}
@media (min-width: 1280px) {
  #kontakt .kontakt-list-triple {
    grid-template-rows: none;
    grid-template-columns: repeat(3, 1fr);
  }
}
#kontakt .kontakt-list-triple .kontakt-list-item {
  padding-bottom: 5rem;
}
#kontakt .kontakt-list-triple .kontakt-list-item:nth-child(1) {
  text-align: center;
  color: var(--foreground);
}
@media (min-width: 1280px) {
  #kontakt .kontakt-list-triple .kontakt-list-item:nth-child(1) {
    padding-bottom: 15rem;
  }
}
#kontakt .kontakt-list-triple .kontakt-list-item:nth-child(1) img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 3rem;
}
#kontakt .kontakt-list-triple .kontakt-list-item:last-child {
  padding-bottom: 10rem;
}
#kontakt .heading-kontakt-list-double {
  display: grid;
  grid-template-columns: 1fr;
  transform: translateY(1px);
}
@media (min-width: 1280px) {
  #kontakt .heading-kontakt-list-double {
    grid-template-columns: repeat(2, 1fr);
  }
}
#kontakt .heading-kontakt-list-double h2 {
  font-size: clamp(4rem, 7vw + 1rem, 7.5rem);
  padding-top: 12rem;
  color: var(--primary);
  text-align: center;
}
@media (min-width: 1280px) {
  #kontakt .heading-kontakt-list-double h2 {
    padding-top: 8rem;
  }
}
@media (min-width: 1921px) {
  #kontakt .heading-kontakt-list-double h2 {
    text-align: left;
    padding-left: 2rem;
  }
}
#kontakt .kontakt-list-double {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 1280px) {
  #kontakt .kontakt-list-double {
    grid-template-rows: none;
    grid-template-columns: repeat(2, 1fr);
  }
}
#kontakt .kontakt-list-double .kontakt-list-item {
  padding-bottom: 5rem;
}
#kontakt .kontakt-list-double .kontakt-list-item:nth-child(2) {
  justify-self: stretch;
}
@media (min-width: 1921px) {
  #kontakt .kontakt-list-double .kontakt-list-item:nth-child(2) {
    justify-self: end;
  }
}
#kontakt .kontakt-list-double .kontakt-list-item:nth-child(1) {
  text-align: center;
  color: var(--foreground);
  justify-self: stretch;
}
@media (min-width: 1921px) {
  #kontakt .kontakt-list-double .kontakt-list-item:nth-child(1) {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  #kontakt .kontakt-list-double .kontakt-list-item:nth-child(1) {
    padding-bottom: 15rem;
  }
}
#kontakt .kontakt-list-double .kontakt-list-item:nth-child(1) img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 3rem;
}
#kontakt .double {
  max-width: var(--container-max-w);
}
#kontakt .kontakt-list-item {
  padding-inline: 1rem;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  #kontakt .kontakt-list-item {
    padding-top: 2rem;
  }
}
#kontakt .kontakt-list-item .wrapper {
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
#kontakt img {
  width: 25rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--rounded-lg);
  margin: 0 auto;
  margin-bottom: 1rem;
}
#kontakt .kontakt-list-item-data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}
#kontakt .name,
#kontakt .phone,
#kontakt .email {
  font-weight: 700;
}
#kontakt .name {
  font-size: var(--fs-name);
}
#kontakt .position {
  font-size: var(--fs-position);
  text-wrap-mode: wrap;
  max-width: 25rem;
}
#kontakt .phone,
#kontakt .email {
  font-size: var(--fs-phone-mail);
}
#kontakt .company-address {
  font-size: var(--fs-name);
}
#kontakt .company-name {
  font-weight: 700;
  color: var(--primary);
}
#kontakt .company-name span {
  color: var(--secondary);
}
#kontakt .company-ids {
  color: var(--foreground);
  font-size: var(--fs-position);
}
#kontakt .company-ids > * {
  display: block;
}
#kontakt .background {
  display: none;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  inset: 0;
  top: 1px;
  height: 100%;
  width: 100vw;
}
@media (min-width: 1280px) {
  #kontakt .background {
    display: grid;
  }
}
#kontakt .triple + .background div:first-child {
  background-color: white;
}
#kontakt .triple + .background div:last-child {
  background-color: var(--primary);
}
#kontakt .double + .background div:last-child {
  background-color: var(--primary);
}

@media (min-width: 1024px) {
  #legal {
    padding-inline: var(--inline-padding);
    margin-top: -5rem;
  }
}
#legal .section-content {
  background-color: var(--card);
  border-radius: 3.75rem;
  color: var(--foreground-dark);
  padding: 1rem;
  padding-block: 2rem;
}
@media (min-width: 1024px) {
  #legal .section-content {
    padding-block: 2.5rem;
    padding-inline: 3.75rem;
  }
}
#legal h2 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
  margin-bottom: 1.875rem;
}
#legal .legal-list {
  display: flex;
  flex-direction: column;
}

#referencie {
  background-color: var(--primary);
  color: white;
}
#referencie .section-content {
  padding-inline: 0;
  padding-bottom: 5rem;
}
#referencie .referencie-projektovanie {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  #referencie .referencie-projektovanie {
    padding-block: 12rem;
  }
}
#referencie .referencie-projektovanie span {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--secondary);
  border-radius: 0.625rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  #referencie .referencie-projektovanie span {
    border-radius: var(--rounded);
    font-size: 1.875rem;
    padding: 1rem;
  }
}
#referencie .referencie-projektovanie .swiper + .controls {
  display: flex;
  position: absolute;
  gap: 1rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
#referencie .referencie-projektovanie .swiper + .controls button {
  width: 4rem;
}
#referencie .referencie-projektovanie .swiper + .controls img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  #referencie .referencie-projektovanie .swiper + .controls {
    display: none;
  }
}
#referencie .heading-controls {
  margin-bottom: 2rem;
  padding-inline: var(--inline-padding);
  text-align: center;
  display: block;
}
@media (min-width: 1024px) {
  #referencie .heading-controls {
    display: flex;
    text-align: left;
  }
}
#referencie .heading-controls .controls {
  display: none;
}
@media (min-width: 1024px) {
  #referencie .heading-controls .controls {
    display: flex;
  }
}
#referencie .swiper + .controls {
  display: flex;
  position: absolute;
  gap: 1rem;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#referencie .swiper + .controls button {
  width: 4rem;
}
@media (min-width: 1024px) {
  #referencie .swiper + .controls {
    display: none;
  }
}
#referencie h2 {
  text-align: left;
  line-height: 7.5rem;
}
#referencie .swiper {
  width: 100%;
  max-width: 142rem;
}
#referencie .swiper::before {
  position: absolute;
  top: 0;
  width: var(--inline-padding);
  height: 100%;
  background: linear-gradient(to right, #0057b8, rgba(0, 87, 184, 0));
  content: "";
  z-index: 3;
  left: -1px;
}
@media (min-width: 1536px) {
  #referencie .swiper {
    width: 108rem;
  }
}
@media (min-width: 1921px) {
  #referencie .swiper {
    width: 142rem;
  }
}
#referencie .swiper-wrapper {
  max-height: 33.5rem;
  margin-bottom: 2rem;
}
#referencie a {
  display: block;
  height: clamp(28.5rem, 70vh, 33.5rem);
  border-radius: var(--rounded-lg);
  margin-top: 4px;
}
#referencie a:hover img {
  transform: scale(1.05);
}
#referencie .swiper-slide {
  height: clamp(28.5rem, 60vh, 33.5rem);
}
#referencie figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--rounded-lg);
  overflow: hidden;
}
#referencie figure::after {
  content: "";
  background-color: white;
  position: absolute;
  inset: 0;
  opacity: 20%;
  z-index: 2;
}
#referencie figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3137254902));
  z-index: 3;
}
@media (min-width: 1024px) {
  #referencie figcaption {
    padding: 2rem;
  }
}
#referencie strong,
#referencie p {
  font-weight: 700;
}
#referencie strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  #referencie strong {
    font-size: 2.5rem;
  }
}
#referencie p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  #referencie p {
    font-size: 1.5rem;
  }
}
#referencie figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 250ms ease-out;
}
#referencie .swiper-scrollbar {
  background-color: white;
  height: 0.5rem;
  margin-left: 0.5rem;
  width: 101%;
}
#referencie .swiper-scrollbar-drag {
  background-color: var(--secondary);
}
#referencie .background {
  width: 100%;
  height: calc(100% + 4.5rem);
  max-width: calc(var(--container-max-w) + 8rem);
  background-color: var(--primary);
  border-radius: var(--rounded-lg);
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #referencie .background {
    height: calc(100% + 10rem);
    top: -5rem;
  }
}

footer {
  margin-top: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  background-color: var(--primary);
  height: -moz-max-content;
  height: max-content;
  min-height: 10rem;
  font-size: 1.3125rem;
  padding-block: 1rem;
  color: white;
}
@media (min-width: 1280px) {
  footer {
    flex-direction: row;
    justify-content: space-evenly;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
footer .img-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  padding: 2.5rem;
  background-color: var(--primary);
  border-radius: 1.25rem;
}
@media (min-width: 1280px) {
  footer .img-container {
    top: -50%;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
footer .img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer span {
  margin-top: 4rem;
}
@media (min-width: 1280px) {
  footer span {
    margin-top: 0;
  }
}
footer a span {
  font-weight: 700;
}
footer .gdpr {
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
}
@media (min-width: 1280px) {
  footer .gdpr {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
}
@media (min-width: 1536px) {
  footer .gdpr {
    font-size: 1rem;
  }
}

#sluzba_prenajmu {
  min-height: none;
  background-color: var(--primary);
  color: white;
}
#sluzba_prenajmu .section-content {
  padding-inline: var(--inline-padding);
  padding-top: 12rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (min-width: 1024px) {
  #sluzba_prenajmu .section-content {
    padding-bottom: 9rem;
    flex-direction: row;
  }
}
#sluzba_prenajmu .text-content {
  flex-basis: 50%;
  text-align: center;
}
@media (min-width: 1024px) {
  #sluzba_prenajmu .text-content {
    text-align: left;
  }
}
#sluzba_prenajmu h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  #sluzba_prenajmu h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1536px) {
  #sluzba_prenajmu h2 {
    font-size: 6rem;
  }
}
#sluzba_prenajmu p {
  font-size: 1.125rem;
  max-width: 80ch;
  margin: 0 auto;
}
#sluzba_prenajmu .image-content {
  position: relative;
  max-width: 48rem;
  flex-basis: 50%;
}
#sluzba_prenajmu img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2.5rem;
}
#sluzba_prenajmu .photo {
  width: 82%;
  margin-left: 18%;
  margin-bottom: 18%;
}
#sluzba_prenajmu .certificate {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1.25rem;
}

#preco_si_vybrat {
  z-index: 4;
}
#preco_si_vybrat .section-content {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  #preco_si_vybrat .section-content {
    padding-bottom: 5rem;
  }
}
#preco_si_vybrat h2 {
  font-size: clamp(3.5rem, 5vw + 1rem, 7.5rem);
  color: var(--primary);
  margin-bottom: 3.7rem;
}
#preco_si_vybrat h2 span {
  font-size: clamp(3.5rem, 5vw + 1rem, 7.5rem);
  color: var(--secondary);
}
#preco_si_vybrat .grid-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3.7rem;
  gap: 2rem;
  color: var(--foreground-dark);
}
@media (min-width: 1024px) {
  #preco_si_vybrat .grid-list {
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#preco_si_vybrat .grid-list h3 {
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  background-image: url(../../assets/svg/global/gradient_line_s.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#preco_si_vybrat .grid-list p {
  font-size: 1.125rem;
}
#preco_si_vybrat .grid-list + h2 {
  text-align: left;
}
#preco_si_vybrat .list-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  flex-basis: 50%;
}
@media (min-width: 1280px) {
  #preco_si_vybrat .list-image-container {
    margin-top: 2rem;
    flex-direction: row;
  }
}
#preco_si_vybrat .list-image-container li {
  font-size: 1.5rem;
  position: relative;
  background-image: url(../../assets/svg/global/gradient_line_horizontal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}
#preco_si_vybrat .list-image-container li::before {
  content: "";
  width: 1.125rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  background-color: var(--secondary);
  top: 0%;
  transform: translateY(25%);
  border-radius: 4px;
}
@media (min-width: 1280px) {
  #preco_si_vybrat .image-container {
    flex-basis: 50%;
  }
}
#preco_si_vybrat .image-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#preco_si_vybrat .logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
#preco_si_vybrat .logos-container img {
  max-width: 11rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#co_ponukame {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
#co_ponukame h2 {
  color: var(--primary);
  text-align: left;
  margin-bottom: 4rem;
}
#co_ponukame .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 auto;
  padding-block: 0;
  position: relative;
}
@media (min-width: 1024px) {
  #co_ponukame .wrapper {
    grid-template-columns: 1fr 1fr;
    padding-block: 2rem;
    padding-bottom: 4rem;
  }
  #co_ponukame .wrapper:nth-child(3)::after, #co_ponukame .wrapper:nth-child(4)::after {
    position: absolute;
    background-image: url(../../assets/svg/global/gradient_line_horizontal.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -o-object-fit: contain;
       object-fit: contain;
    content: "";
    width: 100%;
    height: 2px;
  }
}
#co_ponukame .wrapper div {
  color: var(--foreground-dark);
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  #co_ponukame .wrapper div {
    margin-top: 0;
  }
}
#co_ponukame .wrapper div::after {
  position: absolute;
  background-image: url(../../assets/svg/global/gradient_line_horizontal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  width: 100%;
  height: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  #co_ponukame .wrapper div::after {
    background-image: none;
  }
}
#co_ponukame .wrapper div:nth-child(2) {
  margin-top: 0;
}
#co_ponukame .wrapper div:nth-child(odd) {
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 1024px) {
  #co_ponukame .wrapper div:nth-child(odd) {
    padding-right: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
    background-image: url(../../assets/svg/global/gradient_line_s_vertical.svg);
  }
}
#co_ponukame .wrapper div img {
  aspect-ratio: 1/1;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
}
#co_ponukame .wrapper div p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  #co_ponukame .wrapper div p {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
}

#ako_to_robime {
  background-color: var(--primary);
  color: white;
}
#ako_to_robime .section-content {
  padding-inline: 0;
  padding-bottom: 5rem;
}
#ako_to_robime .heading-controls {
  position: relative;
  z-index: 3;
  margin-bottom: 2rem;
  padding-inline: var(--inline-padding);
}
#ako_to_robime .heading-controls .controls {
  display: none;
}
@media (min-width: 1024px) {
  #ako_to_robime .heading-controls .controls {
    display: flex;
  }
}
#ako_to_robime h2 {
  line-height: 7.5rem;
}
#ako_to_robime .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #ako_to_robime .wrapper {
    flex-direction: row;
  }
}
#ako_to_robime .text-content {
  height: clamp(27rem, 60vh, 32rem);
  display: grid;
  grid-template-rows: max-content;
  flex-basis: 50%;
  background-color: var(--primary);
  position: relative;
  z-index: 2;
  padding-left: var(--inline-padding);
}
@media (min-width: 1024px) {
  #ako_to_robime .text-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr max-content max-content;
  }
}
#ako_to_robime .with-number {
  position: relative;
}
@media (min-width: 1024px) {
  #ako_to_robime .with-number:first-child {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}
#ako_to_robime .with-number div {
  font-size: var(--h2);
  color: var(--secondary);
  margin-bottom: 1.25rem;
  font-weight: 700;
}
#ako_to_robime .with-number:nth-child(1) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#ako_to_robime .with-number:nth-child(1)::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../../assets/svg/global/gradient_line_horizontal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 2px;
  width: 100%;
  content: "";
}
@media (min-width: 1024px) {
  #ako_to_robime .with-number:nth-child(1)::after {
    background-image: url(../../assets/svg/global/gradient_line_s_vertical.svg);
    background-position: right center;
    height: 100%;
    width: 2px;
  }
}
#ako_to_robime .without-number {
  grid-column: 1/-1;
  font-size: 1.5rem;
  position: relative;
  padding-block: 1.25rem;
}
#ako_to_robime .without-number::before {
  background-image: url(../../assets/svg/global/gradient_line_horizontal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
#ako_to_robime li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#ako_to_robime .swiper {
  flex-basis: 50%;
  width: 100%;
}
#ako_to_robime .swiper::before {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  background: linear-gradient(to right, #0057b8, rgba(0, 87, 184, 0));
  content: "";
  z-index: 3;
  left: -1px;
}
@media (min-width: 1024px) {
  #ako_to_robime .swiper {
    width: 50vw;
    max-width: 142rem;
    position: absolute;
    left: 50%;
  }
}
#ako_to_robime .swiper + .controls {
  display: flex;
  position: absolute;
  gap: 1rem;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#ako_to_robime .swiper + .controls button {
  width: 4rem;
}
@media (min-width: 1024px) {
  #ako_to_robime .swiper + .controls {
    display: none;
  }
}
#ako_to_robime .swiper-wrapper {
  margin-bottom: 2rem;
}
#ako_to_robime .swiper-slide {
  height: clamp(27rem, 60vh, 32rem);
}
#ako_to_robime .swiper-slide div {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--rounded-lg);
  overflow: hidden;
}
#ako_to_robime .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ako_to_robime .swiper-scrollbar {
  background-color: white;
  height: 0.5rem;
  margin-left: var(--inline-padding);
}
#ako_to_robime .swiper-scrollbar-drag {
  background-color: var(--secondary);
}
#ako_to_robime .background {
  position: relative;
  width: 100%;
  height: calc(100% + 10rem);
  max-width: calc(var(--container-max-w) + 8rem);
  background-color: var(--primary);
  border-radius: var(--rounded-lg);
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #ako_to_robime .background {
    top: -5rem;
  }
}

:root {
  --itemSize: 5rem;
  --colSize: 1rem;
}

@media (min-width: 768px) {
  :root {
    --itemSize: 7.5rem;
    --colSize: 2.5rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --itemSize: 10rem;
    --colSize: 4rem;
  }
}
#poskytnute_vystupy .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-top: 11rem;
  padding-bottom: 6.5rem;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #poskytnute_vystupy .section-content {
    margin-bottom: 6rem;
  }
}
#poskytnute_vystupy h2 {
  font-size: clamp(3rem, 7vw + 1rem, 7.5rem);
  text-align: left;
  color: var(--primary);
  text-wrap-style: pretty;
}
#poskytnute_vystupy .wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1280px) {
  #poskytnute_vystupy .wrapper {
    flex-direction: row;
  }
}
#poskytnute_vystupy .video-container {
  width: 100%;
  height: 100%;
  max-height: 35rem;
  position: relative;
  flex-basis: 60%;
}
#poskytnute_vystupy .video-container video {
  width: 100%;
  height: auto;
  max-height: 35rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
#poskytnute_vystupy .video-formats {
  display: grid;
  grid-template-columns: repeat(6, var(--colSize));
  grid-template-rows: var(--itemSize) var(--itemSize);
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  flex-basis: 50%;
  width: -moz-max-content;
  width: max-content;
  align-content: center;
  justify-content: start;
}
#poskytnute_vystupy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/svg/global/format_outline_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: var(--itemSize);
  height: var(--itemSize);
  grid-column: span 2;
  place-self: center;
  font-size: 1rem;
  color: var(--secondary);
}
@media (min-width: 768px) {
  #poskytnute_vystupy span {
    font-size: 2rem;
  }
}
#poskytnute_vystupy span:nth-last-child(2) {
  justify-self: end;
}
#poskytnute_vystupy span:last-child {
  justify-self: start;
}
#poskytnute_vystupy span:nth-last-child(2), #poskytnute_vystupy span:last-child {
  grid-column: span 3;
}

#bezpilotne_lietadlo .section-content {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  #bezpilotne_lietadlo .section-content {
    padding-top: 10rem;
  }
}
#bezpilotne_lietadlo h2 {
  font-size: clamp(2.5rem, 7vw + 1rem, 7.5rem);
  color: var(--primary);
  text-align: left;
  margin-bottom: 4rem;
}
#bezpilotne_lietadlo .list-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  color: var(--foreground-dark) !important;
}
@media (min-width: 1280px) {
  #bezpilotne_lietadlo .list-image-container {
    flex-direction: row;
  }
}
#bezpilotne_lietadlo .text-content {
  height: 100%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: stre;
}
#bezpilotne_lietadlo h3 {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-block: 1.5rem;
  font-weight: 400;
  background-image: url(../../assets/svg/global/gradient_line_s.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #bezpilotne_lietadlo h3 {
    font-size: 2.5rem;
  }
}
#bezpilotne_lietadlo p {
  font-size: 1.125rem;
}
#bezpilotne_lietadlo .image-container {
  flex-basis: 50%;
  border-radius: 2.5rem;
  overflow: hidden;
}
#bezpilotne_lietadlo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --primary: #0057b8;
  --secondary: #ea611b;
  --foreground: #323232;
  --background: #ffffff;
  --card: #fbfbfb;
  --container-max-w: 96rem;
  --inline-padding: 1rem;
  --rounded: 1.25rem;
  --rounded-lg: 2.5rem;
  --h1: 3rem;
  --h2: 3rem;
  --h3: 1.75rem;
  --h4: 1.5rem;
  --h5: 1.25rem;
  --h6: 1rem;
  --heading-font-weight: 700;
  --h1-clamp: clamp(3rem, 7vw + 1rem, 7.5rem);
}

@media (min-width: 768px) {
  :root {
    --inline-padding: 2rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --inline-padding: 4rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --inline-padding: 1rem;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-wrap-style: pretty;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button:active {
  transform: scale(0.95);
  transform-origin: 50% 50%;
  transition: transform 100ms ease-in-out;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus-visible {
  outline-offset: 2px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  pointer-events: none;
  touch-action: none;
}
img::-moz-selection, picture::-moz-selection, video::-moz-selection, canvas::-moz-selection, svg::-moz-selection {
  background-color: transparent;
}
img::selection,
picture::selection,
video::selection,
canvas::selection,
svg::selection {
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background);
  color: var(--foreground);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--heading-font-weight);
}

h1 {
  font-size: var(--h1-clamp);
}

h2 {
  font-size: var(--h1-clamp);
}

h3 {
  font-size: var(--h3);
}

section {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.section-content {
  position: relative;
  margin: 0 auto;
  max-width: var(--container-max-w);
  padding-inline: var(--inline-padding);
  z-index: 1;
}

.icon-button {
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: calc(var(--rounded) * 0.5);
  border: 1px solid white;
  display: grid;
  place-content: center;
}
.icon-button:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
@media (min-width: 1024px) {
  .icon-button {
    width: 4rem;
    border-radius: calc(var(--rounded) * 0.75);
  }
}
@media (min-width: 1536px) {
  .icon-button {
    width: 5rem;
    border-radius: var(--rounded);
  }
}

.heading-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.heading-controls .controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list-item-with-square {
  font-size: 1.5rem;
  position: relative;
  background-image: url(../assets/svg/global/gradient_line_horizontal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 1.75rem;
}
.list-item-with-square::before {
  content: "";
  width: 1.125rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  background-color: var(--secondary);
  top: 0%;
  transform: translateY(25%);
  border-radius: 4px;
}

.bg--primary {
  background-color: var(--primary);
}

.bg--secondary {
  background-color: var(--secondary);
}

.h2-sm {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem) !important;
  margin-bottom: 2rem !important;
}

.overflow-card-style {
  position: relative;
  z-index: 3;
}
.overflow-card-style .section-content {
  padding-inline: var(--inline-padding);
  padding-bottom: 5rem;
}
.overflow-card-style h2 {
  font-size: clamp(4rem, 16vw + 1rem, 16rem);
}
.overflow-card-style .alternative-size {
  font-size: clamp(3.25rem, 2.1rem + 5.75vw, 9rem);
}
.overflow-card-style span {
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--secondary);
}
@media (min-width: 1280px) {
  .overflow-card-style span {
    font-size: 7.5rem;
  }
}
.overflow-card-style .background {
  width: 100%;
  height: calc(100% + 10rem);
  max-width: calc(var(--container-max-w) + 8rem);
  border-radius: var(--rounded-lg);
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .overflow-card-style .background {
    top: -5rem;
  }
}

.overflow-card-style--white {
  background-color: white;
  color: var(--foreground);
}
.overflow-card-style--white h2 {
  color: var(--primary);
  text-align: left;
}
.overflow-card-style--white .background {
  background-color: white;
}

.overflow-card-style--primary {
  background-color: var(--primary);
  color: white;
}
.overflow-card-style--primary .background {
  background-color: white;
}

.scroll-to-top {
  transform: translateX(500px);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: var(--primary);
  z-index: 999;
  padding: 1rem 1rem;
  color: white;
  padding-right: 2.5rem;
  border: 1px solid white;
  border-radius: 0.5rem;
  box-shadow: rgba(255, 255, 255, 0.1254901961) 0px 0px 10px;
  background-image: url(../assets/svg/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 1.5rem;
}/*# sourceMappingURL=global.css.map */