* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

h1{
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: floralwhite;
    padding-top: 10px;
}
.logo{
    height: 40px;
    width: 40px;
    padding-top: 10px;
    padding-left: 5px;
}

.off-screen-menu {
    z-index: 2;
    background-color: rgba(17, 18, 10, 0.95);
    height: 100vh;
    width: 100%;
    max-width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    transition: .3s ease;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.off-screen-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.off-screen-menu li {
    margin: 20px 0;
}

.off-screen-menu a {
    text-decoration: none;
    color: floralwhite;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.off-screen-menu a:hover {
    color: #8c52ff;
}

.off-screen-menu.active{
    right: 0;
}


.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu li {
    margin: 10px 0;
}

.submenu li a {
    color: floralwhite;
    text-decoration: none;
    font-size: 1.2rem;
}

.submenu-open .submenu {
    display: block; 
}

nav{
    padding: 1rem;
    display: flex;
    background-color: rgb(17, 18, 10);
    position: fixed;
    top: 0;
    width: 100vw;
    position: fixed;
    z-index: 2;
}
.ham-menu{
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    padding-right: 10px;
}
.ham-menu span{
    height: 5px;
    width: 100%;
    background-color: #8c52ff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1){
    top: 25%;
}
.ham-menu span:nth-child(3){
    top: 75%;
}
.ham-menu.active span:nth-child(1){
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2){
    opacity: 0;

}
.ham-menu.active span:nth-child(3){
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);

}
.container{
    position: relative;
    z-index: 1;
    margin-top: 80px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.box{
    padding: 25px;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 2;
    color: floralwhite;
    border-bottom-right-radius: 25%;
    border-bottom-left-radius: 25%;
    
}

.box2{
    font-size: 40pt;
}
.box3{
    font-size: 30pt;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}



.usluge {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100vw;
    flex-wrap: wrap;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kartice {
    height: 300px;
    width: 200px;
    border: 2px solid rgba(140, 82, 255, 0.7);
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    margin: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    color: floralwhite;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.kartice:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.kartica-ikonica {
    font-size: 50px;
    margin-bottom: 15px;
}

.kartice h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.kartice p {
    font-size: 14px;
    margin-bottom: 20px;
}

.saznaj-vise {
    background-color: #8c52ff;
    color: floralwhite;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.saznaj-vise:hover {
    background-color: #7a3ce7;
}
.mi {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    width: 100vw;
    background-color: rgba(17, 18, 10, 0.85);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.zasto-mi {
    text-align: center;
    color: floralwhite;
    width: 100%;
}

.zasto-mi h1 {
    margin-bottom: 30px;
    font-size: 36px;
}

.zasto-kartice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.zasto-kartica { 
    border: 2px solid;
    color: floralwhite;
    padding: 30px;
    border-radius: 15px; 
    width: 300px; 
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.zasto-kartica:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.zasto-kartica h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.zasto-kartica p {
    font-size: 16px;
}

.kontakt-info {
    text-align: center;
    margin-bottom: 30px;
    color: floralwhite;
    width: 100%;
}

.kontakt-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: floralwhite;
}

.kontakt-info p {
    font-size: 16px;
    margin-bottom: 0;
}

.kontakt-info a {
    color: #8c52ff;
    text-decoration: none;
    transition: color 0.3s;
}

.kontakt-info a:hover {
    color: #7a3ce7;
}

.kontakt-sekcija {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px 0;
    width: 100vw;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kontakt-forma {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    color: floralwhite;
    text-align: left;
}


.kontakt-forma h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: floralwhite;
}

.kontakt-forma label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: floralwhite;
}

.kontakt-forma input,
.kontakt-forma textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: floralwhite;
}

.kontakt-forma input::placeholder,
.kontakt-forma textarea::placeholder {
    color: floralwhite;
    opacity: 0.7; 
}

.kontakt-forma button {
    background-color: #8c52ff;
    color: floralwhite;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.kontakt-forma button:hover {
    background-color: #7a3ce7;
}

.site-footer {
    background-color: rgb(17, 18, 10);
    color: floralwhite;
    height: auto; 
    padding: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
}

.footer-column {
    flex: 1;
    min-width: 200px; 
    margin: 10px 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: floralwhite;
}

.footer-column p, .footer-column ul {
    font-size: 14px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: floralwhite;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #8c52ff; 
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; 
        text-align: center;
    }

    .footer-column {
        margin: 20px 0; 
    }
}
.footer-copyright {
    text-align: center;
    padding: 10px 0;
    background-color: rgb(17, 18, 10); 
    color: floralwhite;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
}

/* ------------------------- CSS ZA KONTAKT STRANICU ---------------------------------------*/

.container_kontakt {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.box_kontakt{
    padding: 25px;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 2;
    color: floralwhite;
    background-color: rgba(0, 0, 0, 0.7);
    
}

/* ------------------------ CSS ZA O-NAMA STRANICU -----------------------------------------*/

.container-o-nama{
    position: relative;
    z-index: 1;
    margin-top: 80px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.box-o-nama{
    padding: 25px;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 2;
    color: floralwhite;
    background-color: rgba(0, 0, 0, 0.7);
}

.o-nama-sekcija {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1); 
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    color: floralwhite;
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto; 
}

.o-nama-sekcija h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: floralwhite;
}

.o-nama-sekcija p {
    font-size: 16px;
    line-height: 1.6; 
    color: floralwhite;
}

/* Za manje ekrane */
@media (max-width: 768px) {
    .o-nama-sekcija {
        padding: 15px;
        margin-bottom: 30px;
    }

    .o-nama-sekcija h2 {
        font-size: 24px;
    }

    .o-nama-sekcija p {
        font-size: 14px;
    }
}

/* ------------------------ CSS ZA usluzne STRANICE -----------------------------------------*/

.container-usluga {
    margin-top: 80px;
    display: flex;
    padding: 50px;
    color: floralwhite;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    justify-content: center; 
    align-items: flex-start;
    flex-wrap: wrap; 
    max-width: 1200px; 
    width: 100vw;

}

.opis-usluge {
    flex: 1;
    max-width: 600px;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.7); 
    padding: 20px;
    border-radius: 10px;
}

.opis-usluge h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.opis-usluge p {
    font-size: 16px;
    line-height: 1.6;
}

.kontakt-forma-usluga {
    max-width: 600px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.7); 
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .container-usluga {
        flex-direction: column;
        padding: 20px;
    }

    .opis-usluge, .kontakt-forma-usluga {
        max-width: 100%;
        margin: 0 auto 30px;
    }
}



.container-promo{
    position: relative;
    margin-top: 80px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0.8);

}



.promo-main {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    color: floralwhite;
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto; 
    text-align: center;

}

.promo-main h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: floralwhite;
    text-align: center;
}

.promo-main p {
    font-size: 16px;
    line-height: 1.6; 
    color: floralwhite;
}

/* Za manje ekrane */
@media (max-width: 768px) {
    .promo-main {
        padding: 15px;
        margin-bottom: 30px;
    }

    .promo-main h2 {
        font-size: 24px;
    }

    .promo-main p {
        font-size: 14px;
    }
}

.promo-usluge {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    height: auto;
    width: 100vw;
    flex-wrap: wrap;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kartice-usluge1 {
    border: 2px solid rgba(140, 82, 255, 0.7);
    box-sizing: border-box;
    border-radius: 10px;
    margin: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: floralwhite;
    text-align: left;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 400px; 
    width: 250px;  
    padding: 20px; 
    font-size: 0.9em; 
    padding-bottom: 45px;
}


.kartice-usluge1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.kartica-maslov {
    font-size: 50px;
    margin-bottom: 15px;
}

.kartice-usluge1 h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.kartice-usluge1 p {
    font-size: 14px;
    margin-bottom: 20px;
}

.kartice-usluge2 {
    border: 2px solid rgba(140, 82, 255, 0.7);
    box-sizing: border-box;
    border-radius: 10px;
    margin: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: floralwhite;
    text-align: left;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 500px; /* Povećanje visine */
    width: 250px;  /* Povećanje širine */
    padding: 20px; /* Više prostora unutar kartice */
    font-size: 0.9em; /* Smanjenje fonta za tekst */
    padding-bottom: 50px;
}


.kartice-usluge2:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.kartica-maslov {
    font-size: 50px;
    margin-bottom: 15px;
}

.kartice-usluge2 h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.kartice-usluge2 p {
    font-size: 14px;
    margin-bottom: 20px;
}

.kartice-usluge3 {
    border: 2px solid rgba(140, 82, 255, 0.7);
    box-sizing: border-box;
    border-radius: 10px;
    margin: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: floralwhite;
    text-align: left;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 550px; /* Povećanje visine */
    width: 250px;  /* Povećanje širine */
    padding: 20px; /* Više prostora unutar kartice */
    font-size: 0.9em; /* Smanjenje fonta za tekst */
    
}


.kartice-usluge3:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.kartica-maslov {
    font-size: 50px;
    margin-bottom: 15px;
}

.kartice-usluge3 h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.kartice-usluge3 p {
    font-size: 14px;
    margin-bottom: 20px;
}
.box-promo{
    padding: 25px;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 2;
    color: floralwhite;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}