/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");

body {
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: #0070df;
}

input[type=email], input[type=password], input[type=text], input[type=tel], input[type=number], input[type=date] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus {
  box-shadow: none;
  border: 1px solid #0070df;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0070df;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main, .btn-small, .btn-transparent {
  background: linear-gradient(90deg, #0070df 0%, #1c8eff 100%);
  color: #fff;
}
.btn-main:hover,
.btn-main:focus,
.btn-small:hover,
.btn-small:focus,
.btn-transparent:hover,
.btn-transparent:focus {
  background: linear-gradient(90deg, #1c8eff 0%, #0070df 100%);
  color: #fff !important;
  transform: translateY(-5px);
  outline: none;
  box-shadow: none;
}

.btn-solid-border {
  border: 2px solid #0070df;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 2px solid #0070df;
  background: #0070df;
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}
.btn-white:hover {
  border: 2px solid #0070df;
  background: #0070df;
  color: #fff !important;
}

.btn-white-border {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-white-border:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #0070df;
}
.btn-transparent:hover {
  background: transparent;
  color: #0070df;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #0055cc;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #003399;
  outline: none;
}

.pulse-btn {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-btn {
    animation: none;
  }
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-sand {
  background-color: #fff8ef;
}
.bg-sky {
  background-color: rgb(240, 246, 255);
}

.bg-primary {
  background: #0070df !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 170px 0 150px;
}

.overly, .bg-4 {
  position: relative;
}
.overly:before, .bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .textimonial, .hero-banner, .page-title {
  position: relative;
}
.overly-2:before, .textimonial:before, .hero-banner:before, .call-to-action:before, .page-title:before, .hero-thank-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

#success, #error {
  display: none;
}

.text-primary-color {
  color: #0070df;
}

.hero-primary-color {
  color: #1c8eff;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease;
}

a:hover, a:focus {
  color: #0070df !important;
  text-decoration: none !important;
  outline: 0;
}

.fs-13 {
  font-size: 13px;
}

.text-spacing {
  letter-spacing: 1px;
}

.footer-bg-color {
  background: #181a23;
}

.navbar-brand img {
  padding: .5rem 0;
}

.navbar-nav li {
  padding: 0px 10px;
}
.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.25s ease 0.15s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #0070df;
}
.navbar-active {
  color: #0070df !important;
}
.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.dropdown {
  height: 100%;
}

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: block;
}

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transform: translateY(0%);
}

.dropdown-item:hover {
  background: transparent;
  color: #0070df;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.fixed-nav {
  background: #181a23;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
}

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

.navbar-collapse.collapse.show {
  background: #181a23;
}


figure {
  margin: 0;
}

.hero-banner {
  /* background: url("../img/blue-cave-tour-from-split-inside-view-1200x675.jpg") no-repeat center center; */
  position: relative;
  display: flex;
  align-items: center;
  padding: 250px 0px 150px 0;
}
.hero-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* iza sadržaja */
}
.hero-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* slika popunjava prostor bez izobličenja */
  object-position: center;
  display: block;
}
.hero-banner h1 {
  font-size: 4rem;
  line-height: 4rem;
  min-height: 200px;
}
.hero-banner span.sub-heading, .call-to-action span.sub-heading {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.scroll-downs {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5rem auto auto auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 7px 12px;
  height: 33px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 9px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(13px); opacity: 0;}
}

.mobile-booking-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #0070df;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

/* Informativni blok */
.mobile-booking-cta .info {
  flex-grow: 1;
  min-width: 0; /* da spriječi prelamanje na manjim ekranima */
}

/* Cijena */
.mobile-booking-cta .price {
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-size: .8rem;
}

/* Datumi */
.mobile-booking-cta .dates {
  font-size: 0.7rem;
  color: #fff;
  margin: 0;
}

/* Gumb */
.mobile-booking-cta .btn-small {
  padding: 8px 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-left: 16px;
  background-color: #fff;
  color: #0070df;
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-booking-cta .btn-small:hover,
.mobile-booking-cta .btn-small:focus {
  background-color: #e6f0ff;
  color: #005bb5 !important;
}

/* Skrivanje na većim ekranima */
@media (min-width: 768px) {
  .mobile-booking-cta {
    display: none;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.call-to-action {
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 0;
}
.call-to-action picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* iza sadržaja */
}
.call-to-action-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* slika popunjava prostor bez izobličenja */
  object-position: center;
  display: block;
}

.boat-image-left {
    margin-left: 7px !important;
}

  .boat-image-right {
    margin-left: -7px !important;
}

.page-header {
  background: url("../img/nature-2384_1280.webp") no-repeat;
  background-size: cover;
}

.featured-services-section {
  margin-top: -80px;
}

.destination-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-title-duration {
  display: flex;
  align-items: center;
}

.destination-title-duration span {
  font-weight: 300 !important;
}

.destination-title-duration i {
  font-size: 1.5rem;
  padding-bottom: 3px;
  padding-right: 5px;
}

.icon-row {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  font-size: 1.5rem;
}

.icon-row i {
  color: #0070df;
}

.brojka-itinerary {
  opacity: 0.15;
  font-size: 130px;
  display: block;
  line-height: 60px;
  position: absolute;
  top: 10px;
}

.booking-form-container {
  background: #f0f2f4;
  border-color: #f0f2f4;
}

.booking-form-container .form-group input {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  transition: all 600ms ease;
}

.booking-form-container .form-group label {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #232323;
    letter-spacing: 0.5px;
}

.booking-form-container .form-group input:hover,
.booking-form-container .form-group input:active,
.booking-form-container .form-group input:focus {
  background-color: rgba(255, 255, 255, 1);
}

#table-prices .table-header th {
  background-color: #0070df;
  color: #fff;
}

.text-link {
  text-decoration: underline;
  color: #0055cc;
}

.text-link:hover,
.text-link:focus {
  text-decoration: none;
  color: #003399;
  outline: none;
}

#accordion .card-header {
  background-color: #0070df;
}

#accordion .card-header h3 {
  font-weight: 500;
  color: #fff;
}

#accordion .card-header h3 a:hover {
  cursor: pointer;
  color: #fff !important;
}

.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: #0070df;
}

.tour-widget li a {
  color: #232323;
  opacity: 0.9;
}

.team-content-overlay li a {
  color: #fff;
}
.team-content-overlay li a:hover {
  background: #0070df;
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(41, 40, 45, 0.85);
  transition: opacity 0.3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}
.team-wrap .card-subtitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}
.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.team-wrap ul li a:hover {
  background: #0070df;
  border-color: #0070df;
  color: #fff !important;
}

.divider {
  margin: 0 auto;
  background: #0070df;
  width: 45px;
  height: 4px;
}

.w-40 {
  width: 40%;
}

.testimonial-hero-banner .slick-dots li {
  color: #fff;
}

.slick-dots li.slick-active button::before {
  color: #0070df;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.lh-35 {
  line-height: 35px;
}

.pricing .card-body ul li {
  font-size: 15px;
}
.pricing h3 {
  padding-left: 20px;
}
.pricing h3 sup {
  top: 20px;
  left: 0px;
}
.pricing h3 sub {
  font-size: 13px;
}
.pricing .btn-solid-border:hover {
  color: #fff !important;
}

.map {
  width: 100%;
  height: 450px;
}

.map-cards {
  margin-top: 50px;
}

.contact-info address {
  margin-bottom: 0;
}

.blog .card a h4 {
  font-weight: 700;
}
.blog .card a h4:hover {
  color: #0070df;
}

.blog-post-meta span {
  font-size: 13px;
}

.lh-25 {
  line-height: 23px;
}

.search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tags a {
  display: inline-block;
  color: #232323;
  border: 1px solid #dedede;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.pagination {
  border: 0px;
}
.pagination li a {
  color: #232323;
}
.pagination .page-item.active .page-link {
  background-color: #0070df;
  border-color: #0070df;
  color: #fff !important;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}
.pagination .page-link {
  background: transparent;
  padding: 15px 20px;
}

.fs-12 {
  font-size: 12px;
}

.post-tags a {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
}

.social-share a {
  color: #232323;
  padding: 0px 10px;
}

.reply-btn {
  font-size: 12px;
  padding: 6px 17px;
  font-weight: 400;
  border: 2px solid #eee;
}

.footer {
  padding-top: 90px;
  padding-bottom: 45px;
}
.footer p {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.bg-black {
  background: #111;
}

.footer-menu li a {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}
.footer-menu li a:hover {
  color: #0070df;
  opacity: 1;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #fff;
  opacity: 0.8;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

.footer-socials li a {
  color: #595b65;
  font-size: 18px;
  padding-left: 10px;
}

.lead-a {
  font-size: 1rem;
  font-weight: bold;
}

.lead-a:hover {
  cursor: pointer;
}

.text-lg-i {
  font-size: 3rem;
  line-height: 3rem;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .section {
    padding: 80px 0;
  }

  .hero-banner {
    padding: 200px 0px 50px 0;
  }

  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .services .media img {
    width: 100% !important;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .navbar-nav {
    padding-top: 30px;
  }

  .navbar-nav li {
    padding: 10px 0px;
  }

  .card-brojka {
    margin: 2rem 0;
  }

  .call-to-action {
    padding: 180px 0;
}

}

@media (max-width: 768px) {
  .hero-banner {
    padding: 200px 0px 50px 0;
  }
  .hero-banner span.sub-heading, .call-to-action span.sub-heading {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-banner h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    min-height: 130px;
  }
  .text-lg {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .card-brojka {
    margin: 2rem 0;
  }

}

@media (max-width: 480px) {
  .hero-banner {
    padding: 180px 0px 40px 0;
  }
  .hero-banner span.sub-heading, .call-to-action span.sub-heading {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-banner h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    min-height: 100px;
  }

  .scroll-downs {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1rem auto auto auto;
    width: 34px;
    height: 55px;
}

  h2, .h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .lead {
    font-size: 1rem;
  }
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .brojka {
    font-size: 50px;
    line-height: 65px;
  }

  .card-brojka {
    margin: 0;
  }

  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .brojka-itinerary {
    font-size: 130px;
    display: block;
    line-height: 120px;
    position: absolute;
    top: 10px;
  }

  .call-to-action {
    padding: 100px 0;
}

}

@media (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

.striked {
  text-decoration: line-through;
}

/*# sourceMappingURL=style.css.map */

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* Prilagodi širinu po potrebi */
  margin: auto;
  overflow: hidden;
}

.main-carousel img {
  width: 100%;
  height: 400px; /* Prilagodi visinu */
  object-fit: cover;
  border-radius: 10px;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.slick-prev { left: 10px; }
.slick-next { right: 10px; }

.slick-prev i, .slick-next i {
  color: white;
  font-size: 20px;
}

.slick-prev:before, .slick-next:before {
  font-size: 35px;
}

.map-section {
  margin-top: 0px;
  margin-bottom: 3rem;
}

/* stilovi za tahnk-you page */
.hero-thank-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.hero-thank-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-thank-banner .hero-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-thank-banner h1 {
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
}

.hero-thank-banner .sub-heading {
  color: #fff;
  letter-spacing: 4px;
  border: 2px solid #fff;
  padding: 5px 20px;
  display: inline-block;
  opacity: 0.8;
}

.hero-thank-banner p {
  color: #fff;
  max-width: 800px;
  margin: 30px auto;
}