/*!
Theme Name: IZM Matija
Theme URI: http://underscores.me/
Author: Matija Jaksekovic
Author URI: http://Poveznica%20na%20web
Description: Opis teme :)
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: izm
*/

body {

    background: #050505;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}

h1, h2, h3, .navbar-brand, .nav-link {

    font-family: 'Oswald', sans-serif;

}

/* HEADER */

.site-header {

    background: linear-gradient(180deg, #7b1018 0%, #5d0b12 100%);

}

.navbar {

    min-height: 72px;

}

.site-title {

    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;

}

.navbar-nav {

    gap: 20px;

}

.nav-link {

    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;

}

/* MAIN */

.site-main {

    background: radial-gradient(circle at center, #151515 0%, #050505 72%);
    min-height: calc(100vh - 160px);

}

.home-hero {

    padding: 70px 0;

}

.main-logo {

    width: 80%;
    max-width: 700px;
    height: auto;

}

/* FOOTER */

.site-footer {

    background: #2c2c2c;
    border-top: 1px solid rgba(255,255,255,0.08);

}

.footer-inner {

    min-height: 55px;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer-left {

    font-size: 11px;
    color: #bdbdbd;
    letter-spacing: 0.5px;

}

.footer-right {

    display: flex;
    align-items: center;
    gap: 14px;

}

.footer-right span {

    font-size: 11px;
    color: #bdbdbd;
    letter-spacing: 1px;

}

.footer-right a {

    color: #fff;
    font-size: 15px;
    transition: 0.3s ease;

}

.footer-right a:hover {

    color: #b5121b;

}
.footer-center {

    font-size: 11px;
    color: #9a9a9a;
    letter-spacing: 1px;

}
/* O NAMA */

.page-content {

    padding: 80px 0;

}

.page-title {

    font-size: 54px;
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: 2px;

}

.page-text {

    max-width: 900px;
    margin: 0 auto;

}

.page-text p {

    font-size: 18px;
    line-height: 1.9;
    color: #d5d5d5;
    margin-bottom: 28px;

}

.members-section {

    margin-top: 70px;
    text-align: left;

}

.members-section h2 {

    font-size: 34px;
    margin-bottom: 30px;

}

.members-list {

    list-style: none;
    padding: 0;

}

.members-list li {

    font-size: 20px;
    margin-bottom: 16px;
    color: #ffffff;

}
.page-content,
.page-content .container,
.page-text,
.page-text *,
.wp-block-paragraph,
.wp-block-list,
.wp-block-heading {

    text-align: left !important;

}

/* PROJEKTI - FINAL */

.projects-page {

    padding: 80px 0;

}

.projects-intro {

    max-width: 900px;
    margin-bottom: 50px;

    font-size: 18px;
    line-height: 1.8;
    color: #d5d5d5;

}

.projects-grid {

    display: flex;
    flex-direction: column;
    gap: 28px;

}

.project-card {

    background: #1c1c1c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;

    overflow: hidden;

    transition: 0.3s ease;

}

.project-card:hover {

    border-color: rgba(181,18,27,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);

}

.project-top {

    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;

    align-items: center;

    padding: 24px;

}

.project-img {

    width: 100%;
    height: 170px;

    object-fit: cover;
    border-radius: 8px;

    display: block;

}

.project-body {

    padding: 0;

}

.project-body h2 {

    font-size: 30px;
    line-height: 1.25;

    margin-bottom: 18px;

    color: #fff;

}

.project-btn {

    background: #6b0f1a;
    color: #fff;

    border: none;

    padding: 9px 18px;

    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    cursor: pointer;

}

.project-btn:hover {

    background: #8f1824;

}

.project-description {

    padding: 0 24px 28px 24px;

}

.project-description p,
.project-description li {

    font-size: 16px;
    line-height: 1.8;

    color: #d0d0d0;

}

.project-description ul {

    padding-left: 20px;
    margin-bottom: 24px;

}

.project-description h3 {

    margin-top: 28px;
    margin-bottom: 18px;

    font-size: 24px;
    color: #fff;

}

.project-inner-img {

    width: 100%;
    max-height: 360px;

    object-fit: cover;

    border-radius: 8px;

    margin: 22px 0;

    display: block;

}

@media (max-width: 768px) {

    .projects-page {

        padding: 50px 0;

    }

    .project-top {

        grid-template-columns: 1fr;

    }

    .project-img {

        height: 210px;

    }

    .project-body h2 {

        font-size: 26px;

    }

}
/* MOBILE HEADER FIX */

@media (max-width: 768px) {

    .site-title {

        font-size: 0;

    }

    .site-title::after {

        content: "In.K.A.S.";

        font-size: 34px;
        font-weight: 700;

        color: #fff;

    }

}
/* MOBITEL - HEADER I FOOTER FIX */

@media (max-width: 768px) {

    .site-header .navbar {
        min-height: auto;
        padding: 16px 0;
    }

    .site-header .site-title {
        font-size: 0 !important;
        max-width: none !important;
        white-space: normal !important;
    }

    .site-header .site-title::after {
        content: "In.K.A.S.";
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    .navbar-toggler {
        margin-top: 12px;
    }

    .site-footer .footer-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
        padding: 14px 0 !important;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .footer-left {
        font-size: 10px !important;
        line-height: 1.5 !important;
        padding: 0 20px;
    }

    .footer-center {
        font-size: 11px !important;
    }

    .footer-right {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .footer-right span,
    .footer-right a {
        font-size: 12px !important;
    }

    .footer-right i {
        font-size: 16px !important;
    }
}