* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

:root {
    --primary-color: #0056b3;    /* Duboka sportska plava */
    --accent-color: #ff8c00;     /* Dinamična narančasta (lopta/sunce) */
    --primary-dark: #002d5b;
    --bg: #f4f7f9;               /* Svijetla, "zračna" pozadina umjesto sive */
    --text-dark: #1a202c;
    --text-light: #fff;
    --card-bg: #ffffff;
}

body {
    width: 100%;
    background-color: var(--bg);
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button {
    border: 0;
    border-radius: 999px;
    margin-top: 70px;
    padding: 10px 20px;
    font-size: 1.5rem;
    background-color: var(--primary-dark);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: var(--primary-color);
}

.header-top {
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
}

.header-top div {
    flex: 3;
}

.menu-container a {
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-container a:hover {
    color: var(--primary-color);
}

.container {
    width: 100%;
    height: 500px;
    border-top: var(--primary-dark) 1px solid;
}

.header-container {
    width: 100%;
    max-width: 1200px;
    padding: 40px 0 40px 50px;
    display: flex;
    margin-inline: auto;
    justify-content: space-between;
}

.header-container h1 {
    font-size: 3.7rem;
    margin-top: 80px;
    color: #000;
    font-weight: 900;
    letter-spacing: 0;
    
}

.header-container p {
    color: #b1630a;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.img {
    mask-image: url(images/mask.svg);
}

.header-top h1 {
    font-size: 1.7rem;
    color: var(--primary-dark);
    text-align: left;
    line-height: 1.7rem;
    text-transform: uppercase;
    font-weight: 800;
    vertical-align: middle;
}

.logo {
    height: 80px;
}

.timer-container {
    width: 100%;
    padding: 20px;
    background-color: #1867b4;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.timer-count-container {
    width: 160px;
    padding: 20px;
    border-radius: 20px;
    background-color: #165797;
    align-items: center;
    justify-content: center;
}

.divider {
    height: 1px;
    margin: 16px 0;
    border: 1px dashed #fff;
}

.timer-desc-container {
    margin: auto 50px auto 0;
}

.timer-desc-container h1 {
    margin-bottom: 16px;
}

.timer-count-container p {
    text-align: center;
    font-size: 1.6rem;
}

.about-container {
    max-width: 1200px;
    padding: 50px 0;
    margin-inline: auto;
    margin-bottom: 50px;
}

.about-container h1 {
    color: #000;
    font-size: 2.7rem;
    margin-bottom: 40px;
    font-weight: 900;
}

.about-desc-container {
    display: inline-flex;
    width: 100%;          /* Ako želite da se rastegne preko cijele širine */
    gap: 10px;
}

.about-desc-left p {
    color: #000;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.about-desc-left {
    flex: 1;
}

.about-desc-middle {
    flex: 1;
}

.about-desc-middle h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.about-desc-middle h1 i {
    width: 40px;
    background-color: #f1db10;
    border-radius: 50%;
    padding: 10px;
}

.about-desc-middle p {
    color: #000;
    padding-left: 50px;
    font-weight: 300;
    font-size: 1.1rem;
}

.about-desc-right {
    flex: 2;
}

.about-desc-right p {
    font-size: 1.2rem;
    color: #000;
}

.about-location {
    height: 40px;
    display: inline-flex;
}

.about-location p {
    margin: auto 0;
    font-size: 0.8rem !important; 
    font-weight: 700 !important;
}

.about-location a {
    margin: auto 0 auto 10px;
    font-size: 1.5rem !important;
}

.map-container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.info-container {
    width: 1200px;
    margin: 0 auto 50px;
}

.info-container h1 {
    color: #000;
    font-size: 2.0rem;
    margin-bottom: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.map-container h1 {
    color: #000;
    font-size: 2.0rem;
    margin-bottom: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.info-container div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.info-card {
    flex: 1;
    flex-direction: column;
    padding: 40px;
    background-color: #1867b4;
}

.info-card i {
    width: 50px;
    height: 50px;
    margin-bottom: 80px;
    align-content: center;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
}

.info-card p {
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-container {
    width: 1200px;
    margin: 0 auto 50px;
}

.contact-left-container h1 {
    color: #000;
    font-size: 2.0rem;
    margin-bottom: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.contact-left-container h2 {
    color: #000;
    font-size: 1.7rem;
    margin-bottom: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.contact-left-container a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 300;
    text-decoration: none;
}

.footer-container {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: var(--primary-dark) 1px solid;
}

.footer-container p {
    color: #000;
    margin-left: 20px;
    font-size: 0.9rem;
}

.footer-logo {
    height: 100px;
}

@media (max-width:768px) {
    .header-top {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .menu-container {
        display: flex;
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .menu-container a {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .logo {
        height: 160px;
    }

    .header-container {
        width: 100%;
        padding: 50px 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-container div {
        width: 100%;
        flex-direction: column;
    }

    .header-container h1 {
        margin-top: 0;
        text-align: center;
    }

    button {
        display: none;
    }

    .header-container p {
        text-align: center;
    }

    .img {
        display: none;
    }

    .timer-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-container {
        width: 100%;
        padding: 50px 20px;
    }

    .about-desc-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-desc-right p {
        text-align: justify;
    }

    .about-desc-middle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-desc-middle p {
        padding-left: 0;
    }

    .info-container {
        width: 100%;
        padding: 0 20px;
    }

    .info-container div {
        width: 100%;
        flex-direction: column;
    }

    .map-container {
        width: 100%;
        margin-bottom: 50px;
    }

    .map-container h1 {
        padding: 0 20px;
    }

    .map-container iframe {
        width: 100%;
    }

    .contact-container {
        width: 100%;
        padding: 0 20px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-container p {
        margin: 20px 0 0 0;
    }
}