/*---------------------FONTY-----------------------------*/

@font-face {
  font-family: "Garet";
  src: url("../fonts/garet-regular1.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/garet-bold1.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.pismo {
  font-family: "Garet", sans-serif;
}
.pismo2 {
  font-family: "Garet", sans-serif;
  letter-spacing: 0.5px;
}
.pismo3 {
  font-family: "Garet", sans-serif;
  font-style: italic;
}

/*---------------------FARBY-----------------------------*/

.ruzova {
  color: #da5c78;
}
.ruzova-pozadie {
  background-color: #da5c78;
}
.bledo-ruzova {
  color: #feabab;
}
.bledo-ruzova-pozadie {
  background-color: #feabab;
}
.biela {
  color: #ffffff;
}
.biela-pozadie {
  background-color: #ffffff;
}
.hneda {
  color: #594449;
}
.hneda-pozadie {
  background-color: #594449;
}

/*---------------------VELKOSTI PISMA NAD RAMEC BASE.CSS----------*/

.text70 {
  font-size: 70px;
}
.text80 {
  font-size: 80px;
}
.text89 {
  font-size: 89px;
}
@media (max-width: 767px) {
  .text40-767 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .text30-575 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .text24-575 {
    font-size: 24px;
  }
}

/*-----------------------VSEOBECNE------------------------*/

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Garet", sans-serif;
  color: #212121;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul.zoznam {
  list-style: disc;
  padding-left: 20px;
}
ul.zoznam li {
  margin-bottom: 6px;
}

/*-----------------------HLAVICKA (HEADER)------------------------*/

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #ffffff;
}

.site-header__logo img {
  width: 130px;
  height: auto;
}

.site-nav {
  display: none;
}
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
.site-nav a {
  transition: 0.3s ease color;
}
.site-nav a:hover,
.site-nav a:focus {
  color: #da5c78;
}
.site-nav .current-menu-item > a {
  color: #da5c78;
}

.header-cta {
  display: none;
}

.mobile-nav-toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.mobile-nav-toggle span {
  width: 26px;
  height: 2px;
  background-color: #212121;
}

.site-nav.is-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.site-nav.is-open ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.site-nav.is-open ul li {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}
.site-nav.is-open ul li a {
  display: block;
  padding: 14px 20px;
}
.header-cta.is-open {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

@media (min-width: 1001px) {
  .site-nav {
    display: block;
  }
  .header-cta {
    display: flex;
  }
  .mobile-nav-toggle {
    display: none;
  }
}

/*-----------------------TLACIDLA------------------------*/

.tlacidla {
  gap: 20px;
  display: flex;
}

.btn-rezervacia {
  border: 1px solid #da5c78;
  background-color: #da5c78;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 16px;
  display: inline-block;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  transition: 0.5s ease all;
}
.btn-rezervacia:hover {
  scale: 1.08;
}

.btn-sluzby {
  border: 1px solid #da5c78;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 18px;
  transition: 500ms;
  cursor: pointer;
  display: inline-block;
}
.btn-sluzby:hover {
  background-color: #da5c78;
  color: #ffffff;
}

.btn-sluzby2 {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  transition: 500ms;
}
.btn-sluzby2:hover {
  background-color: #ffffff;
  color: #da5c78;
}

.btn-sekcia-nazov {
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 14px 28px;
  display: inline-block;
  transition: 500ms;
}
.btn-sekcia-nazov:hover {
  background-color: #ffffff;
  color: #da5c78;
}

.btn-cennik {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.btn-cennik:hover {
  background: #ffffff;
  color: #212121;
}

/*-----------------------HERO SEKCIE------------------------*/

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__icon {
  width: 90px;
}
.hero__quote {
  quotes: "\201C" "\201D";
}
.hero__quote::before {
  content: open-quote;
}
.hero__quote::after {
  content: close-quote;
}

.hero--domov {
  background-image: url("../images/domov-banner.webp");
}
.hero--ambulancia {
  background-image: url("../images/Cezi75-12-1.png");
}
.hero--hotel {
  background-image: url("../images/banner-hotel.jpg");
}
.hero--zachranna {
  background-image: url("../images/Cezi-30-1.png");
}
.hero--onas {
  background-image: url("../images/banner-hotel.jpg");
}

@media (max-width: 767px) {
  .hero {
    height: 60vh;
  }
}

/*-----------------------KATEGORIE (DOMOV)------------------------*/

.category-card {
  transition: 0.5s ease all;
}
.category-card:hover .paw-hover {
  transform: scale(1.15);
}
.paw-hover {
  transition: transform 0.5s ease;
}

/*-----------------------MOTTO------------------------*/

.motto-bg {
  background: linear-gradient(to bottom, #feabab 0%, #da5c78 100%);
}

/*-----------------------SEKCIA SLUZIEB (DOMOV)------------------------*/

.opis-bckg {
  background: linear-gradient(to bottom, #da5c78, #feabab);
}

/*-----------------------SLUZBY AMBULANCIE------------------------*/

.service-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/*-----------------------CENNIK------------------------*/

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.35);
  padding: 12px 0;
}
.price-row:hover {
  transform: scale(1.02);
}

#cennik-hidden-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
}

/*-----------------------GALERIA / MOZAIKA------------------------*/

.galeria-obrazok {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pomer-1-1 {
  aspect-ratio: 1/1;
}

/*-----------------------SWIPER (GALERIA S POSUVOM)------------------------*/

.swiper-gcc__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-gcc__track::-webkit-scrollbar {
  display: none;
}
.swiper-gcc__slide {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.swiper-gcc__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background-color: #ffffff;
  color: #da5c78;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  z-index: 3;
}
.swiper-gcc__btn--prev {
  left: -18px;
}
.swiper-gcc__btn--next {
  right: -18px;
}
@media (max-width: 575px) {
  .swiper-gcc__btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
  .swiper-gcc__btn--prev {
    left: 0;
  }
  .swiper-gcc__btn--next {
    right: 0;
  }
}

/*-----------------------KONTAKT / FOOTER------------------------*/

.map-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.kontakt-ikona img {
  width: 26px;
  height: 26px;
}

.otvaracie-riadok {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
