@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";
/*# sourceMappingURL=styles.css.map */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover; }

body {
  font-family: "Open Sans", sans-serif; }

.navbar {
  padding: 1rem 0; }
  .navbar .navbar-nav .nav-link {
    padding: 0; }
  .navbar .navbar-brand {
    width: 17rem;
    height: 8.375rem;
    padding: 0; }
    .navbar .navbar-brand img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.navbar-nav .nav-link {
  font-size: 2rem;
  color: #F26352;
  font-weight: 700;
  font-family: "Open Sans", sans-serif; }
.navbar-nav .nav-item {
  margin: 0 2.5rem;
  position: relative; }
  .navbar-nav .nav-item:not(:last-of-type):after {
    content: "";
    height: 0.625em;
    width: 0.625em;
    background-color: #1AB392;
    border-radius: 50%;
    position: absolute;
    right: calc(-2.5em - calc(0.625em / 2));
    top: 50%;
    transform: translateY(-50%); }

.hero-section {
  min-height: 67.5rem; }
  .hero-section h1 {
    text-transform: uppercase;
    color: #fff;
    font: 5em "Montserrat", sans-serif;
    font-weight: 300; }
  .hero-section h4 {
    text-transform: uppercase;
    color: #1AB392;
    font: 3.125em "Montserrat", sans-serif;
    font-weight: 700;
    border-bottom: 0.3125em solid #fff;
    display: inline-block; }
  .hero-section .carousel-item {
    height: 100%; }
    .hero-section .carousel-item img {
      height: 100%; }
    .hero-section .carousel-item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.21); }
  .hero-section .carousel-item-content {
    position: absolute;
    top: 30%;
    left: 22%;
    width: 45%; }
  .hero-section .carousel-indicators {
    gap: 0.625em; }
    .hero-section .carousel-indicators [data-bs-target] {
      width: 1.125rem;
      height: 1.125rem;
      margin: 0;
      border-radius: 50%;
      opacity: 1; }
    .hero-section .carousel-indicators .active {
      background-color: #1AB392; }

#detalji {
  color: #1AB392;
  font: 2.125em "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 5rem; }

.desno {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 5rem; }

.lokacijeSection {
  min-height: 67.5rem;
  position: relative; }
  .lokacijeSection .carousel-item {
    height: 100%; }
    .lokacijeSection .carousel-item img {
      height: 100%; }
    .lokacijeSection .carousel-item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.21); }
  .lokacijeSection .carousel-item-content {
    position: absolute;
    top: 30%;
    left: 22%;
    width: 45%; }
  .lokacijeSection .carousel-indicators {
    gap: 0.625em; }
    .lokacijeSection .carousel-indicators [data-bs-target] {
      width: 1.125rem;
      height: 1.125rem;
      margin: 0;
      border-radius: 50%;
      opacity: 1; }
    .lokacijeSection .carousel-indicators .active {
      background-color: #1AB392; }
  .lokacijeSection .carousel-control-prev {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .lokacijeSection .carousel-control-prev svg {
      height: 100%;
      width: 100%; }
  .lokacijeSection .carousel-control-next {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .lokacijeSection .carousel-control-next svg {
      height: 100%;
      width: 100%; }
  .lokacijeSection:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .lokacijeSection .carousel-container {
    position: absolute;
    bottom: 5.375rem;
    z-index: 1; }
  .lokacijeSection .lokacijeSection-info {
    min-width: 40rem;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    .lokacijeSection .lokacijeSection-info .carousel-indicators {
      display: flex;
      align-items: center;
      justify-content: space-between;
      top: 50%;
      margin: 0;
      transform: translateY(-50%);
      bottom: auto;
      width: calc(100% + 82px);
      left: -41px;
      right: -41px; }
  .lokacijeSection .lokacijeSection-info-content {
    border-radius: 1rem;
    padding: 1.625rem 3.5rem;
    background: #F2F1EF; }
    .lokacijeSection .lokacijeSection-info-content h4 {
      color: #1AB392;
      font: 4rem "Bebas Neue", sans-serif;
      margin: 0; }

.oNamaSection {
  background: url("../images/onamasectionbg.png") no-repeat top/cover, #f2f1ef; }
  .oNamaSection .carousel-indicators {
    gap: 0.625em; }
    .oNamaSection .carousel-indicators [data-bs-target] {
      width: 1.125rem;
      height: 1.125rem;
      margin: 0;
      border-radius: 50%;
      opacity: 1; }
    .oNamaSection .carousel-indicators .active {
      background-color: #1AB392; }

.salus-section {
  background: url("../images/salusbg1.png") no-repeat top left/auto, url("../images/salusbg3.png") no-repeat top left/contain, url("../images/salusbg2.png") no-repeat top left/cover; }
  .salus-section .zastoMi-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .salus-section .zastoMi-block h2 {
      color: #1AB392;
      font: 6rem "Montserrat", sans-serif;
      font-weight: 700; }
    .salus-section .zastoMi-block p {
      color: #000;
      text-align: center;
      font: 1.25rem "Montserrat", sans-serif;
      font-weight: 300;
      margin: 1.5rem 0 3.5rem;
      width: 65%; }
    .salus-section .zastoMi-block .zastoMi-block-img {
      border-radius: 0.625rem;
      margin-bottom: 9.75rem; }
      .salus-section .zastoMi-block .zastoMi-block-img img {
        border-radius: inherit; }

.salus-section-content {
  border-radius: 1em;
  border: 0.625rem dashed;
  text-align: center;
  border-color: #1AB392;
  padding: 1.875em 2.5em; }
  .salus-section-content h2 {
    color: #F26352;
    font: 10.625em "Montserrat", sans-serif; }
  .salus-section-content p {
    color: #000;
    font: 1.5rem "Open Sans", sans-serif; }

.salus-section-img {
  border-radius: 1em;
  border: 0.625rem dashed;
  padding: 1.25rem;
  border-color: #F26352;
  margin: 6.875em 0; }

.gdedrzimo-block {
  text-align: center;
  padding-bottom: 12.5rem; }
  .gdedrzimo-block .carousel-item {
    gap: 1.125em;
    height: 20.4375rem; }
    .gdedrzimo-block .carousel-item img {
      height: 100%; }
  .gdedrzimo-block .card {
    height: 20.4375rem;
    border-radius: 0.625rem; }
    .gdedrzimo-block .card .card-img {
      height: 100%; }
      .gdedrzimo-block .card .card-img img {
        height: 100%; }
    .gdedrzimo-block .card .card-img-overlay {
      top: auto;
      bottom: 0;
      z-index: 1; }
      .gdedrzimo-block .card .card-img-overlay p {
        margin-bottom: 0;
        color: #000;
        font: 1.25rem "Open Sans", sans-serif;
        font-weight: bold; }
    .gdedrzimo-block .card .card-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      border-radius: 0 0 0.125rem 0.125rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), #fff); }
  .gdedrzimo-block h4 {
    color: #1AB392;
    font: 2.5rem "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3.625rem; }
  .gdedrzimo-block .carousel-control-prev {
    left: 4rem;
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .gdedrzimo-block .carousel-control-prev svg {
      height: 100%;
      width: 100%; }
  .gdedrzimo-block .carousel-control-next {
    right: 4rem;
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .gdedrzimo-block .carousel-control-next svg {
      height: 100%;
      width: 100%; }
  .gdedrzimo-block .card-img {
    border-radius: 10px; }
    .gdedrzimo-block .card-img img {
      border-radius: inherit; }
  .gdedrzimo-block .carousel-inner .carousel-item.active {
    display: flex; }
  .gdedrzimo-block .carousel-inner .carousel-item-next {
    display: flex; }
  .gdedrzimo-block .carousel-inner .carousel-item-prev {
    display: flex; }

.trainer-section {
  min-height: 67.5rem;
  background: url("../images/salusbg3.png") no-repeat center/cover, #CCDCF6; }
  .trainer-section .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67.5rem;
    width: 50%; }
    .trainer-section .carousel .carousel-item {
      height: 100%; }
      .trainer-section .carousel .carousel-item img {
        height: 100%;
        width: 100%; }
    .trainer-section .carousel .carousel-item-content {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 34.625rem;
      bottom: 5.25rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      background: #fff;
      padding: 1rem 1.5rem 1.5rem;
      border-radius: 1rem; }
      .trainer-section .carousel .carousel-item-content p {
        margin-bottom: 0;
        color: #000;
        font: 1em "Open Sans", sans-serif; }
      .trainer-section .carousel .carousel-item-content h4 {
        color: #1AB392;
        font: 4.5rem "Bebas Neue", sans-serif; }
    .trainer-section .carousel .carousel-control-prev {
      bottom: 6rem;
      top: auto; }
    .trainer-section .carousel .carousel-control-next {
      bottom: 6rem;
      top: auto; }
  .trainer-section .carousel-inner {
    width: 70%; }
  .trainer-section .carousel-control-prev {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .trainer-section .carousel-control-prev svg {
      height: 100%;
      width: 100%; }
  .trainer-section .carousel-control-next {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .trainer-section .carousel-control-next svg {
      height: 100%;
      width: 100%; }

.contact-section {
  min-height: 67.5rem;
  background-color: #f2f1ef; }

.proceduraSection {
  min-height: 67.5rem;
  padding: 4.375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../images/onamasectionbg.png") no-repeat center/cover, url("../images/procedurabg.jpg") no-repeat center/cover; }
  .proceduraSection:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

.oNamaTrainerSection {
  background: url("../images/salusbg3.png") no-repeat center/cover, #CCDCF6; }
  .oNamaTrainerSection .carousel-control-prev {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .oNamaTrainerSection .carousel-control-prev svg {
      height: 100%;
      width: 100%; }
  .oNamaTrainerSection .carousel-control-next {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1; }
    .oNamaTrainerSection .carousel-control-next svg {
      height: 100%;
      width: 100%; }
  .oNamaTrainerSection .carousel {
    width: 100%;
    display: flex;
    align-items: center; }
    .oNamaTrainerSection .carousel .trainer-card {
      width: 50%;
      height: 100%; }
    .oNamaTrainerSection .carousel .trainer-info {
      width: 50%;
      position: relative; }
    .oNamaTrainerSection .carousel .trainer-info-content {
      position: relative;
      bottom: auto;
      left: auto;
      transform: translate(0);
      width: 40rem;
      min-height: 28.75rem;
      align-items: start;
      background: #f2f1ef;
      margin: 0 auto;
      padding: 4rem;
      border-radius: 1rem; }
      .oNamaTrainerSection .carousel .trainer-info-content p {
        margin-bottom: 0;
        color: #000;
        font: 1em "Open Sans", sans-serif; }
      .oNamaTrainerSection .carousel .trainer-info-content h4 {
        color: #1AB392;
        width: 50%;
        line-height: 1.2;
        font: 4.5rem "Bebas Neue", sans-serif; }
    .oNamaTrainerSection .carousel .carousel-indicators {
      display: flex;
      align-items: center;
      justify-content: space-between;
      top: 50%;
      margin: 0;
      transform: translateY(-50%);
      bottom: auto;
      width: calc(100% + 82px);
      left: -41px;
      right: -41px; }
  .oNamaTrainerSection .carousel-container {
    width: 100%; }
  .oNamaTrainerSection .nasTim {
    color: #1AB392;
    font-weight: 700;
    text-align: center; }

.contact-section-img {
  height: 68.75rem; }
  .contact-section-img img {
    width: 100%;
    height: 100%; }

.contact-section--left {
  padding: 8.125rem 0 0 9.75rem; }
  .contact-section--left h3 {
    color: #1AB392;
    font: 4rem "Montserrat", sans-serif;
    font-weight: 300; }
    .contact-section--left h3 span {
      font: 8rem "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 0.75; }

.contact-section--left--content {
  width: 63.75rem;
  height: fit-content;
  background: #fff;
  padding: 5rem 5.625rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  border-radius: 0.625rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25); }
  .contact-section--left--content h4 {
    color: #000;
    font: 4rem "Montserrat", sans-serif;
    font-weight: 300; }

.contact-section--left--book {
  border-radius: 0.625rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  height: fit-content;
  padding: 1.875rem 2rem;
  background: #f2f1ef;
  text-align: center; }
  .contact-section--left--book img {
    margin-bottom: 2.625rem; }
  .contact-section--left--book a {
    color: #F26352;
    font: 1.5rem "Montserrat", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-decoration-line: underline; }

.oNamaSection--slider {
  width: 30%; }
  .oNamaSection--slider .carousel-item {
    height: 100%; }
    .oNamaSection--slider .carousel-item img {
      height: 100%; }

.oNamaSection--content {
  width: 70%;
  padding: 5rem 10rem;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .oNamaSection--content h1 {
    color: #1AB392;
    font: 3.5rem "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 4rem; }
  .oNamaSection--content p {
    color: #000;
    font: 1.25rem "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 2rem; }

.pristupnaProcedura {
  color: #fff;
  font: 2rem "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem; }

.opcijeLokacije {
  color: #1AB392;
  font: rem "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.zivotniStil {
  color: #000;
  font: 1.25rem "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem; }

.proceduraSection--content {
  width: 55%;
  z-index: 1; }
  .proceduraSection--content h1 {
    color: #fff;
    font: 3.75rem "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 3.75rem; }
  .proceduraSection--content .accordion .accordion-button {
    background-color: #F26352;
    display: flex;
    align-items: center;
    outline: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0.625rem 0.625rem 0 0;
    font: 2.25rem "Montserrat", sans-serif; }
    .proceduraSection--content .accordion .accordion-button:after {
      display: none; }
    .proceduraSection--content .accordion .accordion-button svg {
      margin-right: 1.5rem;
      height: 2rem;
      width: 2rem; }
  .proceduraSection--content .accordion .accordion-collapse {
    background-color: #F26352;
    border-radius: 0 0 0.625rem 0.625rem; }
  .proceduraSection--content .accordion .accordion-item {
    background-color: #F26352;
    border-radius: 0.625rem;
    border: none;
    margin-bottom: 1.5rem; }
  .proceduraSection--content .accordion .accordion-button.collapsed {
    border-radius: 0.625rem; }
  .proceduraSection--content .accordion .accordion-body {
    text-align: start;
    color: #fff;
    font: 1.25rem "Montserrat", sans-serif;
    font-weight: 300;
    padding: 2.5rem 5.375rem; }
  .proceduraSection--content .accordion .accordion-header .accordion-icon {
    transform: rotate(0); }
  .proceduraSection--content .accordion .accordion-header .accordion-icon.open {
    transform: rotate(180deg); }

.lokacijeSection-badge {
  position: absolute;
  top: 6.625rem;
  left: 7rem;
  z-index: 1;
  border-radius: 0.625rem;
  background: #1AB392;
  padding: 0.5rem 2.75rem; }
  .lokacijeSection-badge h4 {
    color: #fff;
    font: 4rem "Montserrat", sans-serif;
    margin: 0; }

@media (max-width: 1560px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1.25rem; }
  .navbar .navbar-nav .nav-item {
    margin: 0 1.5rem; }
    .navbar .navbar-nav .nav-item:not(:last-of-type):after {
      right: calc(-1.5rem - calc(0.625em / 2)); }
  .navbar .navbar-brand {
    width: 10rem;
    height: 2.375rem; }

  .hero-section {
    min-height: 40rem; }
    .hero-section h4 {
      font-size: 2.5rem; }
    .hero-section h1 {
      font-size: 4rem; }

  .salus-section-content h2 {
    font-size: 7rem; }

  .salus-section .zastoMi-block h2 {
    font-size: 5rem; }
  .salus-section .zastoMi-block .zastoMi-block-img {
    margin-bottom: 4rem; }
  .salus-section .zastoMi-block p {
    width: 75%; }

  .salus-section-img {
    margin: 3rem 0; }

  .contact-section--left {
    padding: 4rem 0 0 4rem; }
    .contact-section--left h3 {
      font-size: 3rem; }
      .contact-section--left h3 span {
        font-size: 5rem; }

  .contact-section--left--content {
    width: 45rem;
    padding: 1.5rem 2rem; }
    .contact-section--left--content h4 {
      font-size: 3rem;
      margin-right: 0.5rem; }

  .contact-section-img {
    height: 45rem; }

  .trainer-section {
    height: 40rem;
    min-height: 40rem; }
    .trainer-section .carousel {
      width: 60%;
      height: 100%; }
      .trainer-section .carousel .carousel-item-content {
        width: 30rem; }
    .trainer-section .carousel-control-prev {
      width: 3.125rem;
      height: 3.125rem; }
    .trainer-section .carousel-control-next {
      width: 3.125rem;
      height: 3.125rem; }

  .gdedrzimo-block {
    padding-bottom: 7rem; }
    .gdedrzimo-block .carousel-control-prev {
      width: 3.125rem;
      height: 3.125rem; }
    .gdedrzimo-block .carousel-control-next {
      width: 3.125rem;
      height: 3.125rem; }

  .oNamaSection--content {
    padding: 2rem 3rem; }
    .oNamaSection--content h1 {
      font-size: 3.5rem;
      margin-bottom: 1.5rem; }
    .oNamaSection--content p {
      font-size: 1rem;
      margin-bottom: 1rem; }

  .oNamaTrainerSection {
    height: 40rem; }
    .oNamaTrainerSection .carousel {
      height: 100%; }
      .oNamaTrainerSection .carousel .trainer-info-content {
        width: 30rem;
        padding: 2rem;
        min-height: 18rem; }
        .oNamaTrainerSection .carousel .trainer-info-content h4 {
          font-size: 2.5rem; }
        .oNamaTrainerSection .carousel .trainer-info-content p {
          font-size: 0.875rem; }
      .oNamaTrainerSection .carousel .trainer-card {
        display: flex;
        justify-content: center; }
        .oNamaTrainerSection .carousel .trainer-card img {
          max-height: 36.5em; }
    .oNamaTrainerSection .carousel-container {
      height: 100%; }
    .oNamaTrainerSection .carousel-control-prev {
      width: 3.125rem;
      height: 3.125rem; }
    .oNamaTrainerSection .carousel-control-next {
      width: 3.125rem;
      height: 3.125rem; }

  .proceduraSection--content {
    width: 45%; }
    .proceduraSection--content h1 {
      font-size: 2.5rem;
      margin-bottom: 1.75rem; }
    .proceduraSection--content .accordion .accordion-button {
      font-size: 1.5rem;
      padding: 0.75rem 1.25rem; }
      .proceduraSection--content .accordion .accordion-button svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1rem; }
    .proceduraSection--content .accordion .accordion-body {
      font-size: 1rem;
      padding: 0.75rem 3.75rem; }

  .contact-section {
    min-height: 40rem; }

  .proceduraSection {
    min-height: 40rem; }

  .lokacijeSection {
    min-height: 40rem; }
    .lokacijeSection .carousel-control-prev {
      width: 3.125rem;
      height: 3.125rem; }
    .lokacijeSection .carousel-control-next {
      width: 3.125rem;
      height: 3.125rem; }

  .lokacijeSection-badge {
    left: 4rem;
    top: 3.625rem; }
    .lokacijeSection-badge h4 {
      font-size: 2rem; }

  .lokacijeSection-info {
    min-width: 25rem; }
    .lokacijeSection-info .carousel-indicators {
      width: calc(100% + 50px);
      left: -25px;
      right: -25px; }

  .lokacijeSection .lokacijeSection-info-content {
    padding: 0.5rem 1rem; }
    .lokacijeSection .lokacijeSection-info-content h4 {
      font-size: 2.5rem; } }
@media (max-width: 1200px) {
  .hero-section h4 {
    font-size: 2rem; }
  .hero-section h1 {
    font-size: 3rem; }

  .gdedrzimo-block {
    padding-bottom: 4.5rem; }

  .proceduraSection--content {
    width: 60%; }

  .oNamaSection--slider {
    width: 50%; }

  .oNamaSection--content {
    width: 50%;
    padding: 1.5rem 2rem; }
    .oNamaSection--content p {
      font-size: 0.875rem; }
    .oNamaSection--content h1 {
      font-size: 2rem;
      margin-bottom: 1rem; }

  .oNamaTrainerSection .carousel .trainer-info-content {
    width: 25rem;
    padding: 1.25rem; } }
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin: .25rem 0;
    text-align: center; }
    .navbar .navbar-nav .nav-item:not(:last-of-type):after {
      display: none; }
  .navbar .navbar-toggler {
    outline: none;
    box-shadow: none;
    background: #fff;
    border: none; }
    .navbar .navbar-toggler svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #F26352; }

  .hero-section {
    height: 40rem; }

  .gdedrzimo-block {
    padding-bottom: 3rem; }
    .gdedrzimo-block .card {
      height: 15rem; }
      .gdedrzimo-block .card .card-img-overlay p {
        font-size: 1rem; }
    .gdedrzimo-block .carousel-item {
      height: 15rem; }
    .gdedrzimo-block h4 {
      margin-bottom: 2rem; }

  .salus-section-content {
    padding: 1rem 1.5rem; }
    .salus-section-content h2 {
      font-size: 4rem; }

  .salus-section .zastoMi-block p {
    width: 90%;
    font-size: 1rem;
    margin: 1rem 0 2rem; }
  .salus-section .zastoMi-block h2 {
    font-size: 4rem; }
  .salus-section .zastoMi-block .zastoMi-block-img {
    margin-bottom: 2rem; }

  .oNamaSection--slider {
    width: 100%; }
    .oNamaSection--slider .carousel-item img {
      max-height: 40rem; }

  .oNamaSection--content {
    width: 100%; }

  .oNamaTrainerSection {
    height: auto; }
    .oNamaTrainerSection .carousel {
      flex-direction: column; }
      .oNamaTrainerSection .carousel .trainer-card {
        width: 100%; }
        .oNamaTrainerSection .carousel .trainer-card img {
          max-height: 40rem; }
      .oNamaTrainerSection .carousel .trainer-info {
        width: 100%;
        padding: 1rem 0; }

  .trainer-section .carousel-inner {
    width: 80%; }
    .trainer-section .carousel-inner .carousel-item-content {
      width: 25rem; }
      .trainer-section .carousel-inner .carousel-item-content h4 {
        font-size: 3rem; }

  .contact-section--left {
    padding: 2rem 0 0 2rem; }
    .contact-section--left h3 {
      font-size: 2rem; }
      .contact-section--left h3 span {
        font-size: 3rem; }

  .contact-section--left--content {
    width: 35rem; }
    .contact-section--left--content h4 {
      font-size: 2rem; }

  .contact-section--left--book {
    padding: 1.25rem 1.5rem; }
    .contact-section--left--book img {
      max-height: 12rem;
      margin-bottom: 1.5rem; }

  .lokacijeSection {
    min-height: auto; } }
@media (max-width: 768px) {
  .hero-section {
    height: 40rem;
    min-height: 40rem; }
    .hero-section h4 {
      font-size: 1.5rem; }
    .hero-section h1 {
      font-size: 2.5rem; }
    .hero-section .carousel-item-content {
      width: 80%;
      left: 15%; }

  .proceduraSection--content {
    width: 80%; }

  .contact-section--left--content {
    flex-direction: column;
    width: 95%;
    margin-bottom: 1rem; }
    .contact-section--left--content h4 {
      font-size: 1.25rem; }

  .contact-section-img {
    height: 30rem; }

  .trainer-section {
    height: 30rem;
    min-height: 40rem; }
    .trainer-section .carousel {
      width: 95%; }
    .trainer-section .carousel-inner {
      width: 90%; }
      .trainer-section .carousel-inner .carousel-item-content {
        width: 20rem;
        padding: 0.875rem 2rem; }
        .trainer-section .carousel-inner .carousel-item-content h4 {
          font-size: 2rem; }

  .salus-section {
    padding-top: 1rem; }
    .salus-section .zastoMi-block h2 {
      font-size: 2rem; }
    .salus-section .zastoMi-block p {
      width: 95%;
      margin: 0.5rem 0 1rem; }
    .salus-section .zastoMi-block .zastoMi-block-img {
      height: 25rem;
      margin-bottom: 1rem; }

  .salus-section-content {
    border-width: 0.25rem;
    padding: 0.75rem; }
    .salus-section-content h2 {
      font-size: 2rem; }
    .salus-section-content p {
      font-size: 1rem; }

  .salus-section-img {
    border-width: 0.25rem;
    padding: 0.75rem;
    margin: 1.5rem 0; }

  .gdedrzimo-block {
    padding-bottom: 2rem; }
    .gdedrzimo-block .card {
      height: 10rem; }
      .gdedrzimo-block .card .card-img-overlay {
        padding: 0.5rem; }
        .gdedrzimo-block .card .card-img-overlay p {
          font-size: 0.75rem; }
    .gdedrzimo-block .carousel-item {
      height: 10rem;
      gap: 0.25rem;
      justify-content: center; }
    .gdedrzimo-block h4 {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .gdedrzimo-block .carousel-control-prev {
      height: 2rem;
      width: 2rem;
      left: 1rem; }
    .gdedrzimo-block .carousel-control-next {
      height: 2rem;
      width: 2rem;
      right: 1rem; }

  .pristupnaProcedura {
    font-size: 1.5rem;
    margin-bottom: 2rem; }

  #detalji {
    margin-top: 2rem; }

  .lokacijeSection .lokacijeSection-info-content h4 {
    font-size: 1rem; }
  .lokacijeSection .lokacijeSection-info {
    min-width: auto;
    bottom: 20%; }
  .lokacijeSection .lokacijeSection-badge {
    left: 2rem;
    top: 1.25rem; }

  .contact-section--left--book img {
    max-height: 7rem; }

  .contact-section {
    min-height: 40rem; }

  .proceduraSection {
    min-height: 40rem; }

  .oNamaTrainerSection .carousel .trainer-info-content {
    width: 75%;
    padding: 1rem;
    min-height: 15rem; }
    .oNamaTrainerSection .carousel .trainer-info-content h4 {
      font-size: 1.5rem; }

  .oNamaSection--content {
    padding: 1rem; }

  .salus-logo {
    margin-bottom: 2rem; }

  .desno {
    margin-bottom: 2rem; } }
@media (max-width: 576px) {
  .navbar .navbar-brand {
    width: 8rem; }

  .proceduraSection {
    padding: 2rem 0; }

  .proceduraSection--content {
    width: 95%; }
    .proceduraSection--content h1 {
      font-size: 1.5rem; }
    .proceduraSection--content .accordion .accordion-button {
      font-size: 1rem; }
      .proceduraSection--content .accordion .accordion-button svg {
        height: 1rem;
        width: 1rem;
        margin-right: .5rem; }
    .proceduraSection--content .accordion .accordion-body {
      font-size: 0.875rem;
      padding: 0.5rem 2.75rem; }

  .lokacijeSection .lokacijeSection-badge {
    left: 2rem;
    top: 1.25rem; }
    .lokacijeSection .lokacijeSection-badge h4 {
      font-size: 1rem; }

  .lokacijeSection-info {
    min-width: 20rem; }
    .lokacijeSection-info h4 {
      font-size: 1.5rem; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
    padding: 0; } }

/*# sourceMappingURL=styles.css.map */
