* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #1b1b1b;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#container {
    width: 100%;
    height: auto;
}



.header {
    border-bottom: 2px solid #FF4115;
    background-color: #E4E4E4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;

}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.nav-item {
    margin-left: 1.5rem;
}

.nav-link {
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
    color: #1b1b1b;
    transition: all 0.2s ease-in-out;
}

.nav-link:hover {
    color: #FF4115;
}

.hamburger {
    display: none;
}

.bar {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #FF4115;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0.5rem;
}

.logo {
    max-width: 300px;
    max-height: 50px;
    transition: all 0.4s ease-in-out;
}

.logo:hover {
    transform: rotateY(360deg);
}



.banner {
    min-height: 100vh;
    background-image: url(slike/banner.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner heading {
    font-family: "Krona One", sans-serif;
    font-size: 55px;
    color: white;
    margin-top: 10rem;
    text-align: center;
    animation-name: show;
    animation-duration: 4s;

}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.more {
    position: absolute;
    bottom: 1rem;
    font-family: "Krona One", sans-serif;
    font-size: 20px;
    color: white;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    animation-name: show;
    animation-duration: 5s;

}

.more a {
    color: white;
}

.more:hover {
    transform: translateY(-0.5rem);
}

.section1 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.flexcon1 {
    display: flex;
    width: 80%;
    height: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.flexcon1_left {
    flex: 60%;
    padding: 2rem;
}

.flexcon1_left h1 {
    font-family: "Julius Sans One", sans-serif;
    color: #FF4115;
    font-weight: 300;
}

.flexcon1_left h2 {
    font-family: "Julius Sans One", sans-serif;
    color: #FF4115;
    font-weight: 300;
}

.flexcon1_left p {
    font-family: "Karma", serif;
    font-size: 18px;
    color: white;
}

hr {
    width: 200px;
    height: 5px;
    background-color: #FF4115;
    outline: none;
    border: none;
    border-radius: 20px;
}

.flexcon1_right {
    flex: 40%;
    padding: 2rem;
    align-items: center;

}

.imgwrap {
    overflow: hidden;
    width: auto;
    height: auto;
}

.imgwrap img {
    transition: all 0.3s ease-in-out;
}

.imgwrap img:hover {
    transform: scale(1.04);
}

.section2 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.flexcon2 {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.card1 {
    flex: 30%;
    padding: 4rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-image: url(slike/2.jpg);
    background-size: cover;
    margin: 2rem;
}

.card2 {
    flex: 30%;
    padding: 4rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-image: url(slike/3.jpg);
    background-size: cover;
    margin: 2rem;
}

.card3 {
    flex: 30%;
    padding: 4rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-image: url(slike/4.jpg);
    background-size: cover;
    margin: 2rem;
}

.number {
    font-family: "Julius Sans One", sans-serif;
    color: #FF4115;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

.card1 h2 {
    font-family: "Julius Sans One", sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 300;
}

.card1 p {
    font-size: 18px;
    color: white;
    font-family: "Karma", serif;
}


.card1:hover {
    transform: scale(1.03);
}

.card1:hover .number {
    color: #E4E4E4;
}




.card2 h2 {
    font-family: "Julius Sans One", sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 300;
}

.card2 p {
    font-size: 18px;
    color: white;
    font-family: "Karma", serif;
}


.card2:hover {
    transform: scale(1.03);
}

.card2:hover .number {
    color: #E4E4E4;
}

.card3 h2 {
    font-family: "Julius Sans One", sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 300;
}

.card3 p {
    font-size: 18px;
    color: white;
    font-family: "Karma", serif;
}


.card3:hover {
    transform: scale(1.03);
}

.card3:hover .number {
    color: #E4E4E4;
}


.section3 {
    min-height: 100vh;
}

.galcon {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
}

.galbox {
    width: 30%;
    margin: 2rem;
    padding: 2rem;
    overflow: hidden;
}

.galbox img {
    filter: grayscale(80%);
    transition: all 0.3s;
}

.galbox img:hover {
    filter: grayscale(0%);
    transform: scale(1.01);
}

.galbox:hover p {
    color: #FF4115;
}

.galbox p {
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
    color: white;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

footer {
    background-color: #E4E4E4;
    color: #FF4115;
    font-family: "Karma", serif;
    padding: 1.5rem;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}




@media (max-width:1200px) {
    .flexcon1 {
        width: 100%;
        flex-direction: column;
        margin-top: 5rem;
        justify-content: center;
    }

    .flexcon1_left {
        flex: 100%;
    }

    .flexcon1_left img {
        width: 100%;
    }

    .flexcon1_right {
        flex: 100%;
        padding: 2rem;
    }

    .flexcon2 {
        flex-direction: column;
    }

    .card1 {
        flex: 100%;
        padding: 1rem;
    }

    .card2 {
        flex: 100%;
        padding: 1rem;
    }

    .card3 {
        flex: 100%;
        padding: 1rem;
    }
    .imgwrap img{
        width: 100%;
    }
}

@media (max-width:900px) {
    .galcon {
        display: flex;
        flex-direction: column;
    }

    .galbox {
        width: 100%;
    }
}

@media (max-width:738px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        background-color: #E4E4E4;
        width: 100%;
        text-align: center;
        flex-direction: column;
        border-radius: 20px;
    }

    .nav-item {
        margin: 2rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .banner heading {
        font-size: 35px;
    }

    

}