body{
    overflow-x:hidden;
    padding: 0 !important;
    margin: 0 !important;
}

p{
    color: 08364B;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
}

.hero-container {
  background-image: url('images/Hero-Background.png');
  background-size: cover;
  background-position: center;
  padding: 100px 100px 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.container-hero-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  gap:40px;
}

.container-hero-left {
    display: flex;
    flex-direction: column;
    width: 60%;
    flex-shrink: 0;
    gap: 40px;
}

.container-hero-right {
  width: 40%;
  flex-shrink: 0;
}

.box-logo img {
  width: 70%;
}

.box-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-links a {
    display: flex;
    flex-direction: column;
    padding-left:20px;
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: underline;
}

.box-links a:hover {
    color: #D15353;
    font-weight: bold;
}

/* LETEĆE ZVJEZDICE */
.zvjezdica {
    position: absolute;
    width: 40px;
    height: 40px;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.zvjezdica-1 {
    top: 10%;
    left: 10%;
    animation: let1 8s infinite ease-in-out;
}

.zvjezdica-2 {
    top: 20%;
    right: 15%;
    animation: let2 10s infinite ease-in-out;
}

.zvjezdica-3 {
    bottom: 15%;
    left: 5%;
    animation: let3 9s infinite ease-in-out;
}

.zvjezdica-4 {
    bottom: 20%;
    right: 10%;
    animation: let1 11s infinite ease-in-out;
}

.zvjezdica-5 {
    top: 30%;
    left: 50%;
    animation: let2 12s infinite ease-in-out;
}

.zvjezdica-6 {
    top: 15%;
    right: 30%;
    animation: let3 7s infinite ease-in-out;
}

@keyframes let1 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-30px) translateX(30px);
    }
    50% {
        transform: translateY(-60px) translateX(-20px);
    }
    75% {
        transform: translateY(-30px) translateX(40px);
    }
}

@keyframes let2 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(30px) translateX(-30px);
    }
    50% {
        transform: translateY(60px) translateX(20px);
    }
    75% {
        transform: translateY(30px) translateX(-40px);
    }
}

@keyframes let3 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-20px) translateX(-40px);
    }
    50% {
        transform: translateY(-50px) translateX(30px);
    }
    75% {
        transform: translateY(-20px) translateX(-30px);
    }
}

/* RADIONICE */
.radionice-container {
    background-color: #BCA1DD;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* 1. red */
.container-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.container-left-row-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
}

.container-right-row-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: right;
    align-items: end;
}

.logo-header {
    width: 30%;
}

.radionice-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: #08364B;
}

/* 2. red */
.container-row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}
.stem-image{
    width: 60%;
}

.container-left-row-2 {
    display: flex;
    flex-direction: row;
    width: 45%;
    justify-content: left;
    align-items: start;
}

.container-right-row-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: left;
    align-items: center;
}

/* 3. red */
.container-row-3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap: 10%;
}

.container-left-row-3 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
}

.container-right-row-3 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.container-right-row-3 img{
    width: 90%;
}


/* PARTNERI */
.partner-container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 1. red */
.container-row-partner-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.logo-jp{
    width: 15%;
}

.container-left-row-partner-1 {
    display: flex;
    flex-direction: row;
    width: 60%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
    gap:40px;
}

.container-left-row-partner-1 h2{
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 32px;
}

.container-right-row-partner-1 {
    display: flex;
    flex-direction: column;
    width: 30%;
    flex-shrink: 0;
    justify-content: right;
    align-items: end;
}

.logo-header {
    width: 30%;
}

.radionice-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: #08364B;
}

/* 2. red */
.container-row-partner-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: start;
  gap:10%;
}

.container-left-row-partner-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: left;
    align-items: start;
}

.container-left-row-partner-2 p{
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
}

.container-right-row-partner-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: left;
    align-items: center;
}

.container-left-row-partner-2 a{
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
}

.container-left-row-partner-2 a:hover{
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  transition: all 0.3s ease;
  margin-bottom:20px;
}

.button:hover {
  transform: scale(1.05);
}

.likovi-jp {
    width: 100%;
}

/* Prijave na radionice */
.prijave-container {
    background-color: #E8B33C;
    padding-top: 80px;
    padding-bottom: 90px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

/* 1. red */
.prijave-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.prijave-left-column-1 {
    display: flex;
    flex-direction: column;
    width: 60%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
}

.prijave-right-column-1 {
    display: flex;
    flex-direction: column;
    width: 30%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.qr {
    width: 40%;
}

.prijave-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: #08364B;
}

/* 2. red */
.prijave-row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: start;
  gap:40px;
}

.prijave-left-column-2 {
    display: flex;
    flex-direction: column;
    width: 25%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    background-color: #D15353;
    border-radius: 30px;
    padding: 30px;
    min-height: 475px;
    gap:5px;
}

.prijave-middle-column-2 {
    display: flex;
    flex-direction: column;
    width: 25%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    background-color:#27D18E;
    border-radius: 30px;
    padding: 30px;
    min-height: 475px;
    gap:5px;
}

.prijave-right-column-2 {
    display: flex;
    flex-direction: column;
    width: 25%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    background-color:#08364B;
    border-radius: 30px;
    padding: 30px;
    min-height: 475px;
    gap:5px;
}

.imgprijave {
    width: 100%;
}

.prijave-row-2 h3 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
    color: white;
    margin-top:10px;
    margin-bottom:0px;
}

.prijave-row-2 p {
    font-family: 'Arial', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 16px;
    color: white;
}

/* Kalendar */
.kalendar-container {
    background-color: #D15353;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* 1. red */
.kalendar-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.kalendar-left-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
}

.kalendar-right-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.kalendar-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: white;
}

.kalendar-container p {
    font-family: 'Arial', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 20px;
    color: white;
}

/* 2. red */
.kalendar-row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.kalendar-left-column-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.imgkalendar {
    width: 100%;
}

/* 3. red */
.kalendar-row-3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: start;
  padding-top: 20px;
}

.kalendar-left-column-3 {
    display: flex;
    flex-direction: column;
    width: 30%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    gap: 10px;
}

.kalendar-right-column-3 {
    display: flex;
    flex-direction: column;
    width: 30%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    gap: 10px;
}

.kalendar-row-3 a{
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
}

/* O PROJEKTU */
.projekt-container {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* 1. red */
.projekt-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.projekt-left-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.projekt-right-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: end;
}

.logo-header {
    width: 30%;
}

.projekt-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: #08364B;
}

/* 2. red */
.projekt-row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.projekt-left-column-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.projekt-right-column-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: end;
}

.projekt-row-2 ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projekt-row-2 li {
    font-family: 'Arial', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
    color: #08364B;
}

.imgprojekt {
    width: 80%;
}

/* 3. red */
.projekt-row-3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.projekt-left-column-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.imgeu {
    width: 100%;
}

/* Tijek */
.tijek-container {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* 1. red */
.tijek-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: center;
  gap:10%;
}

.tijek-left-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: left;
    align-items: center;
}

.tijek-right-column-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: start;
}

.tijek-container h2 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 48px;
    color: #08364B;
}

.tijek-container p {
    font-family: 'Arial', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 20px;
    color: #08364B;
}

/* 2. red */
.tijek-row-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: start;
  gap:10%;
}

.tijek-left-column-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-shrink: 0;
    justify-content: space-around;
    align-items: space-around;
    flex-wrap: wrap;
    gap:20px;
}

.tijek-left-column-3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-shrink: 0;
    justify-content: left;
    align-items: start;
    gap:20px;
}

.tijek-container h3 {
    font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
    font-size: 24px;
    color: #08364B;
    margin-top:40px;
    margin-bottom:40px;
}

/* 3. red */
.tijek-row-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  justify-content: left;
  align-items: start;
  gap:10%;
}

/* ANIMIRANI LIKOVI */
.floating-lik {
    position: absolute;
    width: 250px;
    margin: 20px;
    z-index: 10;
    top: 30px;           
    right: -90px;  
}

.floating-lik img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}