body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.navigacija {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-linkovi {
  display: flex;
  gap: 30px;
}

.nav-linkovi a {
  font-weight: 600;
  font-size: 18px;
  color: #00557f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-linkovi a:hover {
  color: #0099cc;
}

.logo-tekst {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.logo-tekst img {
  height: 60px;
  width: auto;
}

.tekst-logo {
  font-weight: 600;
  font-size: 18px;
  color: #00557f;
  white-space: nowrap;
}

.hero {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('slike/heroooo.jpg');
  height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding-left: 50px;
  padding-bottom: 100px;
}

.hero-sadrzaj {
  max-width: 600px;
}

h1 {
  font-size: 80px;
}

button {
  padding: 14px 30px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
}

button:hover {
  color: #ff6600;
  border-color: #ff6600;
}

.aktivni-turizam {
  padding: 60px 20px;
  color: black;
  text-align: center;
  margin-top: 20vh;
  margin-bottom: 20vh;
}

.aktivni-turizam h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.aktivni-turizam p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.2em;
  line-height: 1.6;
}


.aktivni-turizam .cta-button {
  display: inline-block;
  color: white;
  background-color: #2596be;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.aktivni-turizam .cta-button:hover {
  background-color: #ff6600;
  color: white;
}

.heritage-section {
  position: relative;
  height: 80vh;
  background-image: url('slike/druga.jpg');
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.text-banner {
  position: absolute;
  top: 20%;
  left: 0;
  background-color: #2596be;
  color: white;
  transform: rotate(-6deg);
  padding: 25px 50px;
  font-size: 1.8em;
  font-weight: bold;
  max-width: 500px;
  line-height: 1.4;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.text-banner small {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin-top: 12px;
}

.grid-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 20vh;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card h3 {
  margin-top: 0;
  color: #0077cc;
}

.card p {
  font-size: 0.95em;
  line-height: 1.5;
}

.marina-section {
  padding: 80px 40px;
  background-color: #f7f9fb;
  margin-bottom: 20vh;
}


.marina-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.marina-slika img {
  width: 100%;
  max-width: 550px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.marina-tekst {
  max-width: 500px;
  color: #00334d;
}

.marina-tekst h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #00557f;
}

.marina-tekst p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 25px;
}


.marina-section .cta-button {
  display: inline-block;
  color: white;
  background-color: #2596be;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.marina-section .cta-button:hover {
  background-color: #ff6600;
  color: white;
}

.marina-banner {
  width: 100%;
  overflow: hidden;
}

.marina-banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pticija-sekcija {
  background-image: url('slike/slika6.jpg');
  background-size: cover;
  background-position: center;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20vh;
}

.pticija-sekcija .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 40px;
  border-radius: 10px;
}

.avantura-otok {
  padding: 80px 40px;
  background-color: #f7f9fb;
  margin-bottom: 20vh;
}

.avantura-sadrzaj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.avantura-tekst {
  flex: 1 1 400px;
  text-align: right;
  color: #00334d;
}

.avantura-tekst h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #00557f;
}

.avantura-tekst p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-transparent {
  padding: 14px 30px;
  background-color: transparent;
  border: 2px solid #00557f;
  border-radius: 4px;
  color: #00557f;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-transparent:hover {
  border-color: #ff6600;
  color: #ff6600;
}


.avantura-slika {
  flex: 1 1 500px;
}

.avantura-slika img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.footer {
  background-color: #00557f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  gap: 40px;
  flex-wrap: nowrap;
}

.footer-contact,
.footer-links {
  flex: 1 1 300px;
  margin: 0 20px;
  text-align: center;
}

.footer-contact h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.5em;
}

.footer-contact p,
.footer-contact a {
  margin: 5px 0;
  color: white;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-links h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}


.footer-separator {
  width: 1px;
  height: 200px; 
  background-color: white;
  border: none;
  margin: 0 20px;
}


@media (max-width: 700px) {
  .footer {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-separator {
    width: 80%;
    height: 1px;
    margin: 20px auto;
    background-color: white;
  }
  .footer-contact,
  .footer-links {
    margin: 10px 0;
    text-align: center;
  }
  .footer-links ul {
    text-align: center;
    display: block;
  }
}




@media (max-width: 768px) {
  .navigacija {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-linkovi {
    flex-direction: column;
    width: 100%;
  }

  .hero h1 {
    font-size: 2em;
  }

  .grid-container {
    grid-template-columns: 1fr;
  }

  .logo-tekst img {
    height: 50px;
  }

  button, .cta-button {
    width: 100%;
    margin-top: 10px;
  }
















