.text-outline {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: (--text-primary);
  opacity: 0.15;
  margin-bottom: -44px;
}

.btn-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-link .btn-text {
  overflow: hidden;
  position: relative;
}

.btn-link .btn-text small {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.34, 0, 0.18, 1);
  transition: 0.3s cubic-bezier(0.34, 0, 0.18, 1);
}

.btn-link .btn-text small:nth-child(2) {
  left: 0;
  bottom: -30px;
  position: absolute;
}

.btn-link:hover .btn-text small:nth-child(1) {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.btn-link:hover .btn-text small:nth-child(2) {
  bottom: 0;
}

@media (min-width: 992px) {
  .max-w-unset {
    max-width: unset !important;
  }
}

.custom-list ul,.custom-list-2 ul {
  padding-left: 0rem !important;
  list-style: none;
}

.custom-list li,.custom-list-2 li {
  margin-bottom: 1rem !important;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-list li::before {
  content: "";
  background-image: url("/images/icons/skola-plivanja-swimway-list-check.svg");
  width: 14px;
  height: 12px;
  min-width: 14px;
  min-height: 12px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 25px;
  filter: var(--filter-white);
  margin-left: 7px;
  z-index: 10;
}

.custom-list-2 li::before {
  content: "";
  background-image: url("/images/icons/skola-plivanja-swimway-list-check.svg");
  width: 23px;
  height: 26px;
  min-width: 23px;
  min-height: 26px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  margin-left: 7px;
  z-index: 10;
}
.custom-list li::after {
  content: "";
  background-color: var(--secondary);
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  position: absolute;
  border-radius: 50%;
}

.breadcrumb-background {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gm-style-iw.gm-style-iw-c {
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0rem !important;
}

.gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.gm-ui-hover-effect span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item.servisi img {
  max-height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
}

#map {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  #map {
    display: block;
    width: 100%;
    height: 100vw;
  }
}

.card-loader .line-loader {
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.card-loader:hover .line-loader {
  transform: scaleX(1);
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: unset !important;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item {
  padding: 0 0.5rem !important;
}

.accordion-button:not(.collapsed):after {
  background-image: var(--mdb-accordion-btn-icon);
}

.timepicker-container {
  overflow-y: initial;
}

.bg-p-image {
  pointer-events: none !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(11, 44, 61, 1) 0%,
    rgba(11, 44, 61, 0.01) 40%
  );
}

@media (max-width: 576px) {
  .breadcrumb-background {
    height: 200px !important;
  }
}
