*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    text-decoration: none;
    scroll-behavior: smooth;
    border: none;
    outline: none;
}

body {
    background-color: #fff;
}
/*
section {
    padding: 5rem 10%;
}
    */
    @keyframes fadeIn {

        0%{
            transform: scale(.5);
            opacity: 0;
        }
    }
    ::-webkit-scrollbar{
    width:0.5rem;


   }

   ::-webkit-scrollbar-track{
    background-color: lightgray;
   }

   ::-webkit-scrollbar-thumb{
    background-color: #f2ab09;
   }
    
   
    .btn {
        display: inline-block;
        background: black;
        margin-top: 1rem;
        color:white;
        font-size: 1.7rem;
        padding: 1rem 3rem;
        cursor: pointer;
        margin-top: 1rem;
    }

    .btn:hover{
        background: lightgray;
    }
header {
    position:sticky;
   
   top: 0;
   left: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px;
   background-color: #329c45;
   z-index: 1000;
   height: 80px;
   width: 100%;
}

header .logo {
   font-weight: 900;
   letter-spacing: 2px;
   font-size: 40px;
   color: white;
   margin-right: 25px;
   margin-left: 70px; 
   
}
   
header .navbar ul {
   list-style:none;
}

header .navbar ul li {
   position: relative;
   float: left;
   font-weight: bold;
   background: #329c45;
   margin-right: 10px;
}

header .navbar ul li a{
   font-size: 16px;
   padding: 20px;
   color: white;
   display: block;
}

header .navbar ul li a:hover {
 /* background: #4B6F44; 
 background: #4F7942; */
   color:#f2ab09; 
  /*color: #f2ab09; */  
 
}

header .navbar ul li ul {
   position: absolute;
   left: 0;
   width:200px;
   display: none;
   background: #329c45;
}

header .navbar ul li ul a:hover {
    background: #3e6737;
}

header .navbar ul li ul li a:hover{
   background: #3e6737;
}


header .navbar ul li ul li{
    width: 100%;
 }


header .navbar ul li ul li ul {
   left: 200px;
   top:0;
   background: #3e6737;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
   display: initial;
}

#menu-bar {
   display: none;

}

header label {
   font: size 16px;
   color:white;
   display: none;
   cursor: pointer;
}



@media (max-width: 1024px) {
    header .logo {
        margin-left: 30px;
    }
}

@media(max-width: 768px) {
    header .logo {
        margin-left: 10px;
    }

}

.home {
    padding: 0;

}

.home .swiper-slide {
    text-align: center;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    min-height: 95vh; /* 55 rem je bilo */
    opacity: 0.8;

  
}

/*
.home .swiper-slide .content {
  

    width: 85rem;

    padding: 0 100px;


}
    */



    .home .swiper-slide .content {
        max-width: 600px;
       
    
       

    }

    .home .swiper-slide .content h3 {
        margin-bottom: 1rem;
        font-size: 3rem;
        font-weight: 700;
        line-height: 4rem;
        color: white;
        font-family: 'Montserrat', sans-serif;

    }

.home .swiper-slide-active .content {
    display: inline-block;
}

.home .swiper-slide .content span {
    display: block;
    font-size: 2.2rem;
    color: white;
    padding-bottom: 1rem;
    animation:fadeIn .4s linear backwards .2s;

}




@media (max-width: 768px) {
    .home .swiper-slide .content {
        max-width: 90%; /* Smanjiti maksimalnu širinu */
        padding: 3rem; /* Smanjiti padding */
        margin: 0 auto; /* Centriranje sadržaja */
    }

    .home .swiper-slide .content h3 {
        font-size: 1.8rem; /* Smanjena veličina fonta */
        line-height: 2.2rem; /* Smanjena visina linije */
        margin: 0; /* Ukloniti margine */
        padding: 0; /* Ukloniti padding */
    }

    .home .swiper-slide .content .header__btn {
        margin: -3 0 0; /* Smanjen razmak iznad dugmeta */
        padding: 0; /* Ukloniti padding */
    }
}
/*
.home .swiper-slide .content h3 {
   /* font-size: 6vw;
    color:white;
    text-transform: uppercase;
    line-height: 1;
    padding: 1rem 0;
    animation:fadeIn .4s linear backwards .4s;
*/




/* ovo odkomentiraati. ovo iznad ne
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
*/
.home .swiper-slide .content .btn {

    animation:fadeIn .4s linear backwards .6s;
}

.home .swiper-button-next,
.home .swiper-button-prev {
    
    color:white;

}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover {
    
    color:#f6b037;
    
}

#btn2 button {
    width: 100px;

height: 30px;
background: transparent;
border: 1px solid black;

}


#btn2 button:hover {
    background-color: rhba(238, 224, 208);

}

@media screen and (max-width: 1440px) {
    .home .swiper-slide {
        min-height: 600px;
    }

}


@media screen and (max-width: 1024px) {
    .home .swiper-slide {
       padding: 1rem;
       min-height: 500px;
       
    }

    .home .swiper-slide .content  {
        width: 60rem;
    }

    .home .swiper-slide .content h3 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .home .swiper-slide  {
        padding: 0.5rem;
        flex-direction: column;
        min-height: 300px;
    }

    .home .swiper-slide .content  {
        width: 40rem;
    }

    .home .swiper-slide .content h3 {
        font-size: 4vw;
    }

    .home .swiper-slide .content span {
        font-size: 2rem;
    }

    .home .swiper-slide .content .btn {
        font-size: 1.5rem;
    }


}

@media screen and (max-width: 480px) {
    .home .swiper-slide  {
       padding: 0.2rem;
        flex-direction: column;
        min-height: 200px;
        background-size: contain;
        background-position: center center;
     
    }
    .home .swiper-slide .content{
       width: 90%;
       text-align: center;
    }

    .home .swiper-slide .content h3 {
        font-size: 5vw;
        padding: 0.5rem 0;

    }

    .home .swiper-slide .content span {
        font-size: 4vw;
    }

    .home .swiper-slide .content .btn {
       font-size: 3vw;
       padding: 0.5rem 1rem;
       
    }

    .home .swiper-button-next,
    .home .swiper-button-prev {
        display: none;
    }
}





.dugme {
    display: inline-block;
    padding: 13px 40px;
    background: #329c45;
    color:white;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all .50s ease;
    cursor: pointer;
}


.dugme:hover{

    transform: translateX(10px);
    border: 2px solid #329c45;
    background:transparent;
    color:#329c45;

}

 .kompanija {
    padding: 70px 10% 60px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;


    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;

 }

 .kompanija.visible {
    opacity: 1;
    transform: translateY(0);
 }


 .kompanija-img img {
    width: 100%;
    height: auto;
    
 }


 .kompanija-text h5 {
    font-size: 22px;
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;


 }
.kompanija-text h2 {

    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.kompanija-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
    text-align: justify;

}

.section__expandablecard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}




.djelatnosti {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.djelatnosti h2 {
   
    font-size: 2rem;
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
    padding-top: 1rem;

}



.container {
    display: flex;
    width: 90vw;
    height: 70vh;
}
    


.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: all 700ms ease-in;





}



.panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.panel-background-image {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}


.panel h1 {
    font-size: 35px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0; 

    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 42px;
}

.panel.active {
    flex: 5;
}

.panel.active h1 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed;
}

@media (max-width: 350px) {
    .container {
        width: 100vw;
        transition: opacity 0.3s ease-in 0.4s;
    }

    .panel:nth-of-type(3),
    .panel:nth-of-type(4) {
        display: none;
    }
}

@media (max-width:480px) {
    .panel.active h1 {
        font-size: 30px;
    }
   

}

@media (max-width:390px) {
    .panel.active h1 {
        font-size: 26px;
    }
}




.btn {
    display: inline-block;
    padding: 13px 40px;
    background: #329c45;
    color:white;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all .50s ease;
    cursor: pointer;


}

.btn:hover{

    transform: translateX(10px);
    border: 2px solid #329c45;
    background:transparent;
    color:black;
    color: #329c45;



}
 .almyKartica {
    padding: 70px 10% 60px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;


    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;

 }

 .almyKartica.visible {
    opacity: 1;
    transform: translateY(0);
 }

 .almyKartica-img img {
    height: 600px;
    width: 600px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    
   
 }

 .almyKartica-text h5 {
    font-size: 22px;
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;


 }
.almyKartica-text h2 {

    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.almyKartica-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
    

}




.grupacija {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;

}

.grupacija.visible {
    opacity: 1;
    transform: translateY(0);
    
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    /* background: #fafafa; */
    padding-bottom: 50px;
    width: 100%;

}

.wrapper h1 {
    font-size: 3em;
    margin: 25px;
    text-align: center;

}
.content-box {
   
    margin:0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 80%;
    justify-content: center;
    align-items: center;


}

.card {
    min-height: 230px;
    height: 50px;
   
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin: 10px 4px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
   

}


.card img{
    margin: 10px;
    width: 50%;
    height:1+50%;
    
}




.card:hover img,
.card:hover h2{
    color:#fff;
}



.card:nth-child(1):hover {
     background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/slide-almy-beton-3.jpg); 
    background-size: cover;

}

.card:nth-child(2):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/boje2.jpg);
    background-size: cover;

}

.card:nth-child(3):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/20230523_101530.jpg);
    background-size: cover;

}

.card:nth-child(4):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/welding-work-with-metal-construction-busy-metal-factorycopy.jpg);
    background-size: cover;

}

.card:nth-child(5):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/a_41-Photo.jpg);
    background-size: cover;

}

.card:nth-child(6):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/baucentarrrcopy.jpg);
    background-size: cover;

}


.card:nth-child(7):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/habitat4.jpg);
    background-size: cover;

}


.card:nth-child(8):hover {
    background: linear-gradient(45deg,
    rgba(6, 15, 2, 0.7)0%,
    rgba(172, 199, 113, 0.7)100%),
    url(slike/vodacopy2.jpg);
    background-size: cover;

}

.wrapper h1 {
    font-size: 26px;
    font-weight: 22px;
    color: #f6b037;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 20px;


 }


 @media (max-width: 1200px) {
    .content-box{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1055px) {
    .content-box{
        grid-template-columns: repeat(2, 1fr);
        
        justify-content: center;
        align-items: center;
    }

    .wrapper h1 {
        font-size: 2em; 
    }
}

@media (max-width: 710px) {
    .content-box{
        grid-template-columns: 1fr;


        justify-content: center;
        align-items: center;
        
    }

    .wrapper h1 {
        font-size: 1.5em; 
    }
}


.counter-up {
    background-color: #329c45;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 0 50px;

    position: relative;
}

.counter-up::before {
    position: absolute;
    content: "";
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    

}

.counter-up .content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.content .box {

    width: calc(25% - 30px);
    border: 1px solid #fff;
    border-radius:5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    flex-direction: column;
   


}

.content .box .icon {
    font-size:48px;
    color:#f2ab09;
}

.content .box .counter {
    font-size: 50px;
    color: #f2ab09;
    font-weight: 500;
    
}

.content .box .text {
    color:white;
    font-weight: 400;
}


.section.contact1 {
    width: 100%;
    padding: 0;
    
}

.location.container {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;


}
.location iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 567px) {
    .location {
        height: 350px;
    }
}
.footer {
    background-color: #329c45;
    bottom:0;
    color:white;
    font-size: 13px;
    line-height: 20px;
    padding: 30px 0 40px;
    
    
}

.row {
    display: flex;
    flex-wrap: wrap;
}
footer ul {
    list-style: none;
}

.footer .box-container {
    display: grid;
    max-width: 1170px;
    margin: auto;

}

.footer .box {

    width: 25%;
    padding: 0 15px;
}
.footer .box p {
    font-size: 16px;
   /* text-transform: capitalize; */
    text-decoration: none;
    color:white;
    font-weight: 300;
    display: block;
    line-height: 2;
}
.footer .box h3 {
    font-size: 18px;
    color: white;
     /* text-transform: capitalize; */
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer .box h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color:#f2ab09;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

}
.footer .box ul li:not(:last-child){
    margin-bottom: 10px;

}

.footer .box ul li {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color:white;
    font-weight: 300;
    display: block;
}
.footer .box ul li a{
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color:white;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;


}

.footer .box ul li a:hover {
    color:#f2ab09;
    padding-left: 8px;
}

.footer .box .soc-mreze a {
    display: inline-block;
    height: 40px;
    width:40px;
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease;
    font-size:25px
    

}

.footer .box .soc-mreze a:hover {

    color:lightgray;
}

@media(max-width:1171px) {
    header{
        padding:20px
    }
    header label {
        display: initial;
    }
    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
    }

    header .navbar ul li{
        width:100%;
       
    }

    header .navbar > ul > li {
        border-bottom: 1px solid white;
    }

    header .navbar > ul > li:last-child {
        border-bottom: none;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
        background: #329c45;
        border-bottom: none;
    }

    header .navbar ul li ul li{
        background: #329c45;
    }

    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }
    #menu-bar:checked ~ .navbar {
        display: initial;
    }

    header .navbar ul li ul li ul li {
        display: none;
    }
}

@media(max-width: 1700px) {
    .kompanija {
        padding: 50px 8% 40px;
    }
}

@media(max-width: 1200px) {
    .kompanija {
        padding: 45px 5% 35px;
    }
}

@media(max-width: 1050px) {
    .kompanija {
        gap:3rem;
    }
}


@media(max-width: 1700px) {
    .almyKartica {
        padding: 50px 8% 40px;
       
    }
}

@media(max-width: 1200px) {
    .almyKartica {
        padding: 45px 5% 35px;
    }
}

@media(max-width: 1050px) {
    .almyKartica {
        gap:3rem;
    }
}

@media(max-width: 800px) {
    .almyKartica {
        grid-template-columns: 1fr;

    }
    .kompanija {
        grid-template-columns: 1fr;
    }
}


@media(max-width:767px) {

    .footer .box {
        width:50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }


}

@media(max-width:574px) {
    .footer .box {
        width: 100%;

    }
}
@media (max-width: 1036px) {
    .counter-up {
        padding: 50px 50px 0 50px;
    }
    .content .box {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }

}

@media (max-width: 590px ){
    .content .box {
        width: 100%;
    }
}

@media screen and (max-width: 985px) {

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {

    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}



/* KONTAKT */



#contact {
    padding: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

#contact .getin {
    width: 350px;
}

#contact .getin h2 {
    color: black;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: .8;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #329c45;
   
   
}

#contact .getin h3 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #329c45;
   /*  #e5e4ed; */



}

#contact .getin h4 {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    

}


#contact .getin p {
    color: #686875;
    line-height: 2;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
       
}


#contact .getin div i {
    margin-right: 10px;
}


#contact .form {
    width: 60%;
    background: #f8f9fa;
    
    /* #f7f6fa; */
    padding: 60px;
    border-radius: 8px;
    
}

#contact .form .form-row input:focus {
    border: 1px solid black;
}

#contact .form .form-col input:focus {
    border: 1px solid black;
}

#contact .form .form-col textarea:focus {
    border: 1px solid black;
}

 #contact .form h4 {
    font-size: 26px;
    letter-spacing: 1px;
    color: black;
    line-height: 32px;
    margin-bottom: 8px;
    
 }

 #contact .form p {
    color: #686875;
    line-height: 24px;
    padding-bottom: 25px;
    
}


#contact .form .form-row {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

#contact .form .form-row input {
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 30px; /* ovdje je bilo 20px */
    border: 1px solid lightgray;

}

#contact .form .form-col input,
#contact .form .form-col textarea {
    border: 1px solid #7e7c87;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid lightgray;

  
}

#contact .form .form-col textarea {
    resize: none;
}


#contact .form button {
    font-size: .9rem;
    padding: 13px 25px;
    background: #329c45;
    color:white;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all .50s ease;
    cursor: pointer;

}


#contact .form button:hover {

    transform: translateX(10px);
    border: 2px solid #329c45;
    background:transparent;
    color:#329c45;
    
}







@media (max-width:1024px) {
    #contact {
        padding: 8vw 4vw;
    }

    #contact .getin {
        width: 250px;

    }
   
}
@media (max-width:769px) {
    #contact {
        padding: 8vw 4vw;
    }

    #contact .getin {
        width: 250px;

    }
}

@media (max-width:475px) {
    #contact {
        padding: 8vw 4vw;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
    }

    #contact .getin {
        width: 100%;
        margin-bottom: 30px;

    }

    #contact .form {
        width: 100%;
        padding: 40px 30px;
     
    }


    #contact .form .form-row{
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        
    }

    
    #contact .form .form-row input{
      
        width: 100%;
        
    }

   
}


/* O NAMA */
.aboutus  {
    scroll-behavior: smooth;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
   

}

.aboutus.visible {
    opacity: 1;
    transform: translateY(0);
}


.about__container {
    display: flex;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    padding: 4rem 1rem;
    flex-direction: row;
}

.about__image {
    grid-area: 1/1/2/2;
}

.about__image img {
    max-width: 100%;
    margin-left: auto;
    height: auto;

}

.about__content {
    grid-area: 1/2/2/2;
    display: flex;
    align-items: center;

}

.about__content > div {
    max-width: 500px;
    padding: 4rem 1rem;
    background-color: #f7f6fa;
    backdrop-filter: blur(10px);

}

.about__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  
    
}


.aboutus .box1 {
    background-color: #f7f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-top: 50px;
    
}


.aboutus .box1 h1{
    
    letter-spacing: 3px;
    color: #329c45;
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    
}


.about_section1 {
    padding: 70px 10% 60px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out

 }

 .about_section1.visible {

    opacity: 1;
    transform: translateY(0);
 }

 .about-img2 img {
    width: 100%;
    height: auto;
  
    

 }

 .about-text1 h5 {
    
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
    
    line-height: 30px;
    
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;


 }


 .about-text1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;

   

}


.almydanas {
    padding: 70px 10% 60px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;


    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out

 }



 .almydanas.visible {
    opacity: 1;
    transform: translateY(0);
 }

 .almydanas-img img {
    height: 600px;
    width: 600px;
    width: 100%;
    height: auto;
    
 }

 .almydanas-text h5 {
    font-size: 22px;
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;

 }

.almydanas-text h2 {

    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;

    line-height: 30px;

    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;

}

.almydanas-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
    max-width: 1000px;

   

}

.trip__container {
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 5rem 1rem;

    

}

.trip__container  h2 {

    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;

    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.trip__image {

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;

}

.trip__image.visible {
    opacity: 1;
    transform: translateY(0);
}
.trip__image img {
    max-width: 1200px;
    margin-inline: auto;

    width: 100%;
    height: auto;
 

  

    
}

.trip__list {
    list-style: none;
    margin-top: 2rem;
    display: grid;
    gap: 3rem;
}

.trip__list li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.trip__list li span{
    padding: 8px 15px;
    font-size: 1.75rem;
    border-radius: 0.5rem;

}

.trip__list li:nth-child(1) span {
    background-color: #329c45;
  
}


.trip__list li:nth-child(2) span {
    background-color: #329c45;
}

.trip__list li:nth-child(3) span {
    background-color: #329c45;
}

.trip__list p {
    font-size: 18px;
 
    line-height: 32px;
    
}
.trip__list h4 {
    font-size: 20px;
}




.trip__container {
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 5rem 1rem;
    padding-bottom: 0.5rem;

}


.text {
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 1rem 1rem;
    
    font-size: 18px;
    line-height: 32px;


    text-align: justify;

}

.text ul {
    padding-left: 40px; /* Postavite željeno uvlačenje */
}

.text ul li {
    margin-bottom: 10px; /* Dodajte razmak između stavki liste */
}

.bold-text {
    font-weight: bold;
    white-space: nowrap;
    display: inline;
}



@media (max-width: 768px) {
    .about__container {
        flex-direction: column; 
        align-items: stretch; 
    }
}

@media(max-width: 1700px) {
    .about_section1 {
        padding: 50px 8% 40px;
    }
}

@media(max-width: 1200px) {
    .about_section1 {
        padding: 45px 5% 35px;
    }
}

@media(max-width: 1050px) {
    .about_section1 {
        gap:3rem;
    }
}


@media(max-width: 1700px) {
    .almydanas {
        padding: 50px 8% 40px;
       
    }
}

@media(max-width: 1200px) {
    .almydanas {
        padding: 45px 5% 35px;
    }
}

@media(max-width: 1050px) {
    .almydanas {
        gap:3rem;
    }
}

@media(max-width: 800px) {
    .almydanas {
        grid-template-columns: 1fr;

    }
    .about_section1 {
        grid-template-columns: 1fr;
    }
}

@media (width<768px) {

    .trip__container {
        grid-template-columns: repeat(2,1fr);
        align-items: center;

    }

    .trip__image {
        grid-area: 1/2/2/3;
    }

    .trip__content :is(.section__subheader, .s) {
        text-align: left;

    }
}


@media screen and (max-width: 768px) {
    .trip__container {
    padding: 2rem 1rem;

    }
}


@media screen and (max-width: 768px) {
    .trip__container {
        padding: 2rem 1rem;
        grid-template-columns: 1fr; /* Jedan stupac za manje ekrane */
    }

    .trip__image {
        grid-column: 1 / 2; /* Slika zauzima cijeli red na manjim ekranima */
    }

    .trip_content {
        grid-column: 1 / 2; /* Sadržaj zauzima cijeli red na manjim ekranima */
    }
}


/* ALMY CARD */

 .box2 {
    background-color: #f7f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-top: 50px;
    width: 100%;
    
}

 .box2 h1{
    
    letter-spacing: 3px;
    color: #329c45;
    line-height: 30px;
    margin-bottom: 8px;

    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    
}

.almycard {

    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 1rem 1rem;

    font-size: 18px;
    line-height: 32px;
    

}






.almycard .box3 h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 22px;
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;


}

.almycard .box3 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.almycard .box3-text p {
    font-size: 18px;
    line-height: 32px;

   
}

.box3-text ul {
    padding-left: 40px; 
    font-size: 18px;
    line-height: 32px;
}

.box3-text ul li {
    margin-bottom: 10px; 
}




.almycard {
    opacity:0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.almycard.visible {
    opacity: 1;
    transform: translateY(0);
}


@media screen and (max-width: 914px) {
    .box2 {
        text-align: center;
        justify-content: center;
    }
}

/*PROIZVODNJA */


.proizvodnjasection {
    padding: 20px;
}


.proizvodnja_section1 {
    padding: 70px 10% 60px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;

 }

 .proizvodnja-img2 img {
    width: 100%;
    height: auto;
    max-width: 750px;
    
    

 }

 .proizvodnja-text1 h5 {
    
    color: #f2ab09;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
    
    text-align: center;

    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;


 }


 .proizvodnja-text1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
   text-align: center;
  

}
.button-box {
    display: grid;
    row-gap: 1.5rem;
    justify-content: center;
    
}


.button-box .dugme {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 100%;
    max-width: 300px;

    justify-content: center;


    height: 50px; 
    border: 2px solid #329c45; 
    background-color: #329c45; 
    color: white; 
    text-decoration: none; 
    border-radius: 5px; 
    transition: background-color 0.3s ease; 
}


@media (max-width: 768px) {
    .proizvodnja_section1 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .proizvodnja-img2, 
    .proizvodnja-text1{
        padding: 0;

    }

    .button-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .button-box .dugme {
        width: 80%;
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .proizvodnja_section1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        padding: 20px;
    }

    .proizvodnja-img2,
    .proizvodnja-text1 {
        padding: 0;
    }

    .button-box {
        flex-direction: column;
        justify-content: center;
    }

    .proizvodnja-img2 img {
        max-width: 100%;
        height: auto;
    }

    .button-box .dugme {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .proizvodnja_section1 {
        padding: 70px 10%;
    }

    .proizvodnja-text1 h5 {
        font-size: 2.5 rem;
    }


    .proizvodnja-text1 p {
        font-size: 20px;
    }

    .button-box .dugme {
        width: 300px;
    }

}


@media (max-width:767px) {
    .proizvodnja_section1 {
        grid-template-columns: 1fr;
        padding: 50px 5%;
    }

    .proizvodnja-img2 img {
        max-width: 100%;
        height: auto;
    }

    .proizvodnja-text1 h5 {
        font-size: 1.5rem;
        letter-spacing: 5px;
    }

    .proizvodnja-text1 p {
        font-size: 16px;
        line-height: 28px;
    }

    .button-box .dugme {
        width: 100%;
        max-width: 250px;





        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 50px;
        line-height: 50px;

    }
}


@media (max-width: 460px) {
    .proizvodnja_section1 {
        padding: 50px 5%;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .proizvodnja-img2 img {
        max-width: 100%;
        height: auto;
    }

    .proizvodnja-text1 h5 {
        font-size: 1.5rem;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }

    .proizvodnja-text1 p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .button-box {
        row-gap: 1rem;
    }

    .button-box .dugme {
        width: 100%;
        max-width: 250px;
        font-size: 16px;
        height: 45px;
    }
}








/*
@media (max-width: 768px) {
    .proizvodnja-section {
        padding: 50px 5% 40px; 
    }

    .proizvodnja_section1 {
        grid-template-columns: 1fr; 
        gap: 3rem; 
    }

    .proizvodnja-img2 img {
        border-radius: 0; 
    }

    .button-box .dugme {
        width: 100%; 
    }
}
    */
    

@media (max-width: 768px) {
    /*
    .proizvodnja_section1 {
        grid-template-columns: 1fr; 
        gap: 3rem; 
        padding: 50px 5% 40px; 

    .proizvodnja-img2 img {
        border-radius: 0; 
    }

    .button-box {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    }

    .button-box .dugme {
        width: 100%; 
    }
} */
 .value__accordion-title {
    font-size: 18px;
 }
}









/* moja voda */

.hero4 {
    background-image: url(slike/voda36.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   

}

.hero-content4 {
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.hero4 h1 {
    font-size: 3rem;
}








.content-section4 {
    padding: 40px 0;
}

.content-container4 {

    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

    
}

.content4, .locations4 {
    flex: 1;
    padding: 20px;
    max-width: 100%;

}

.content4 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;

}


.locations4 img{
    width: 100%;
    height: auto;
     /* max-width: 600px; */
    border-radius: 5px;
}


.loactions-item {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}



.hero4 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero4 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero4 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}


.hero4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.hero-content4 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}


.content4 p{
    font-size: 18px;
  
}






@media (min-width: 1024px) {
    .content-container4 {
        flex-direction: row;
        justify-content: space-between;
    }

    .content4, .locations4 {
        max-width: 48%;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .content-container4 {
        flex-direction: column;
        align-items: center;
    }

    .content4, .locations4 {
        max-width: 80%;
        padding: 10px;
    }

    .locations4 img {
        max-width: 100%;
        height: auto;
    }
}

@media(max-width: 767px) {


    .hero4 {
        height: 300px;

    }

    .hero4 h1 {
        font-size: 2rem;
    }

    .content4 h3 {
        font-size: 1.5rem;

    }

    .content-container4 {
        flex-direction: column;
        padding: 0 10px;
    }


    .content4 {
        order:1;
    }


    .locations4 {
        order: 2;
    }
    .locations4 img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    
}



 /* TRANSPORTT */

 .hero6 {
    background-image: url(slike/DSC_03783.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content6 {
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.hero6 h1 {
    font-size: 3rem;
}

.content-section6 {
    padding: 40px 0;
}

.content-container6 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}



.content6 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

.content6 h3{
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;

}

.locations6 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}






.location-item {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.location-item:hover {
    background: #e2e2e2;
}

 

.hero6 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero6 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero6 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}

/*potamnjivanje pozadinske slike */

.hero6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content6 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}




/* BAUCENTRI */

.hero3 {
    background-image: url(slike/baucentarrr.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content3 {
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.hero3 h1 {
    font-size: 3rem;
}

.content-section3 {
    padding: 40px 0;
}

.content-container3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}



.content3 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

.content3 h3{
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;

}

.locations3 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}



.location-item {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.location-item:hover {
    background: #e2e2e2;
}




/* podvlacenje naslova */

.hero3 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero3 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero3 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}




/*potamnjivanje pozadinske slike */

.hero3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content3 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}
/* RESPONSIVE ZA BAU CENTRE IDE OVDJEEE! */

@media (max-width: 768px) {
    .hero3 {
        height: 300px;
    }

    .hero3 h1 {
        font-size: 2rem;
    }



    .content-container3 {
        flex-direction: column;
        align-items: center;
    }

    .content3, .locations3 {
        max-width: 100%;
        padding: 10px;
        
    }

    .content3 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
        width: 350px; /* OVO JE DODATO DA BI DUGMAD S KONTAKTIMA BILO SIRE NA MOB */
    }


}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero3 {
        height: 350px;
    }

    .hero3 h1 {
        font-size: 2.5rem;
    }

    .content-container3 {
        padding: 0 10px;
    }

    .content3, .locations3 {
        max-width: 100%;
    }
}



/* BENZINSKE PUMPE */

.hero5 {
    background-image: url(slike/pumpa16copyy2.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content5 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero5 h1 {
    font-size: 3rem;
}

.content-section5 {
    padding: 40px 0;

}

.content-container5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content5 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

.content5 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations5 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}




.hero5 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero5 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero5 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content5 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}




.content5 ul {
    padding-left: 40px; 
}

.content5 ul li {
    margin-bottom: 10px; 
}



/*image gallery benzinska */

.gallery {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.gallery img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 10px;
    cursor: pointer;
}

.gallery1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.gallery1 img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 10px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .hero5 {
        height: 300px;
    }

    .hero5 h1 {
        font-size: 2rem;
    }



    .content-container5 {
        flex-direction: column;
        align-items: center;
    }

    .content5, .locations5 {
        max-width: 100%;
        padding: 10px;
    }

    .content5 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
    }


}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero5 {
        height: 350px;
    }

    .hero5 h1 {
        font-size: 2.5rem;
    }

    .content-container5 {
        padding: 0 10px;
    }

    .content5, .locations5 {
        max-width: 100%;
    }
}




.pumpa-img {
    width: 100%; 
    height: auto; 
    margin-top: 10px; 
    border-radius: 5px; 
}









/* ALMY METALI */


.hero8 {
    background-image: url(slike/welding-work-with-metal-construction-busy-metal-factory-min.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content8 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero8 h1 {
    font-size: 3rem;
}

.content-section8 {
    padding: 40px 0;

}

.content-container8 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content8 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}
.content8 p{
    text-align: justify;
}
.content8 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations8 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}




.hero8 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero8 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero8 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content8 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}




.content8 ul {
    padding-left: 40px; /* Postavite željeno uvlačenje */
}

.content8 ul li {
    margin-bottom: 10px; /* Dodajte razmak između stavki liste */
}







/* AUTODIJELOVI */

.hero9 {
    background-image: url(slike/autopaerts4.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content9 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero9 h1 {
    font-size: 3rem;
}

.content-section9 {
    padding: 40px 0;

}

.content-container9 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content9 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

.content9 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations9 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}




.hero9 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero9 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero9 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content9 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}




.content9 ul {
    padding-left: 40px; 
}

.content9 ul li {
    margin-bottom: 10px; /* Dodajte razmak između stavki liste */
}
 /* AUTOINDUSTRIJA */

.hero10 {
    background-image: url(slike/ulje522.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content10 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero10 h1 {
    font-size: 3rem;
}

.content-section10 {
    padding: 40px 0;

}

.content-container10 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content10 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}


.content10 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations10 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}




.hero10 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero10 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero10 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content10 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}




.content10 ul {
    padding-left: 40px; /* Postavite željeno uvlačenje */
}

.content10 ul li {
    margin-bottom: 10px; /* Dodajte razmak između stavki liste */
}




/* REZAONA */

.hero11 {
    background-image: url(slike/rezaona5copy.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content11 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero11 h1 {
    font-size: 3rem;
}

.content-section11 {
    padding: 40px 0;

}

.content-container11 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content11 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}


.content11 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations11 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}




.hero11 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero11 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero11 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content11 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}


@media (max-width: 768px) {
    .hero11 {
        height: 300px;
    }

    .hero11 h1 {
        font-size: 2rem;
    }



    .content-container11 {
        flex-direction: column;
        align-items: center;
    }

    .content11, .locations11 {
        max-width: 100%;
        padding: 10px;
    }

    .content11 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
    }


}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero11 {
        height: 350px;
    }

    .hero11 h1 {
        font-size: 2.5rem;
    }

    .content-container11 {
        padding: 0 10px;
    }

    .content11, .locations11 {
        max-width: 100%;
    }
}


/* autopraonice */

.hero12 {
    background-image: url(slike/praonica1copy.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content12 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero12 h1 {
    font-size: 3rem;
}

.content-section12 {
    padding: 40px 0;

}

.content-container12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content12 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}


.content12 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}


.locations12 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}


.hero12 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}


.hero12 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero12 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content12 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}



@media (max-width: 768px) {
    .hero12 {
        height: 300px;
    }

    .hero12 h1 {
        font-size: 2rem;
    }


    .content-container12 {
        flex-direction: column;
        align-items: center;
    }

    .content12, .locations12 {
        max-width: 100%;
        padding: 10px;
    }

    .content12 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
    }


}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero12 {
        height: 350px;
    }

    .hero12 h1 {
        font-size: 2.5rem;
    }

    .content-container12 {
        padding: 0 10px;
    }

    .content12, .locations12 {
        max-width: 100%;
    }
}

/* GRAĐEVINSKI MATERIJAL */


.hero13 {
    background-image: url(slike/gradj2copy2.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content13 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero13 h1 {
    font-size: 3rem;
}

.content-section13 {
    padding: 40px 0;

}

.content-container13 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content13 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}


.content13 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations13 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}

.hero13 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero13 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero13 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero13::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content13 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}


.content13 ul {
    padding-left: 40px; /* Postavite željeno uvlačenje */
}

.content13 ul li {
    margin-bottom: 10px; /* Dodajte razmak između stavki liste */
}

@media (max-width: 768px) {
    .hero13 {
        height: 300px;
    }

    .hero13 h1 {
        font-size: 2rem;
    }



    .content-container13 {
        flex-direction: column;
        align-items: center;
    }

    .content13, .locations13 {
        max-width: 100%;
        padding: 10px;
    }

    .content13 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
    }

}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero13 {
        height: 350px;
    }

    .hero13 h1 {
        font-size: 2.5rem;
    }

    .content-container13 {
        padding: 0 10px;
    }

    .content13, .locations13 {
        max-width: 100%;
    }
}


/* TRGOVINA NAFTOM */


.hero14 {
    background-image: url(slike/pumpa14copy.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content14 {
    padding: 20px;
    border-radius: 10px;
    color: white;

}

.hero14 h1 {
    font-size: 3rem;
}

.content-section14 {
    padding: 40px 0;

}

.content-container14 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 32px;
}

.content14 {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

.content14 h3 {
    color: #f2ab09;
    margin-bottom: 20px;
    font-size: 25px;
}

.locations14 {
    flex: 1;
    padding: 20px;
    max-width: 600px;

}


.hero14 h1 {
    font-size: 3rem;
    position: relative; /* Omogućava pozicioniranje pseudo-elementa */
    display: inline-block; /* Da bi se pseudo-element pojavio samo ispod teksta */
}

.hero14 h1::after {
    content: '';
    display: block;
    width: 50%; /* Početna širina podvlake */
    height: 2px; /* Debljina podvlake */
    background-color: #f2ab09; /* Boja podvlake */
    margin: 8px auto; /* Margine za centriranje podvlake */
    transition: width 0.3s ease; /* Tranzicija širine */
}

.hero14 h1:hover::after {
    width: 100%; /* Puni se širina podvlake na hover */
}



/*potamnjivanje pozadinske slike */

.hero14::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamna semi-transparentna boja */
}

.hero-content14 {
    position: relative;
    z-index: 1; /* Povećava sloj na vrhu preko overlay-a */
    padding: 20px;
    border-radius: 10px;
    color: white;
}

@media (max-width: 768px) {
    .hero14 {
        height: 300px;
    }

    .hero14 h1 {
        font-size: 2rem;
    }

    .content-container14 {
        flex-direction: column;
        align-items: center;
    }

    .content14, .locations14 {
        max-width: 100%;
        padding: 10px;
    }

    .content14 h3 {
        font-size: 1.5rem;

    }

    .location-item {
        font-size: 1rem;
    }


}


@media(min-width: 768px) and (max-width: 1024px) {

    .hero14 {
        height: 350px;
    }

    .hero14 h1 {
        font-size: 2.5rem;
    }

    .content-container14 {
        padding: 0 10px;
    }

    .content14, .locations14 {
        max-width: 100%;
    }
}





    @media (max-width: 768px) {
        .box2 h1 {
            font-size: 30px; /* Manja veličina fonta za manje ekrane */
            text-align: center; /* Centriranje naslova */
            margin: 0 auto; /* Ako je potrebno centriranje */
        }
    }

.container3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    background: #f8f9fa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;

}


.form-container3 {
    flex: 2;
    padding: 20px;
    border-right: 1px solid #ddd;

}

.ads-container {
    flex: 1;
    padding: 20px;
}

#jobApplicationForm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.form-group {
    width: 48%;
}

.form-group.half-width {
    width: 48%;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}


.form-group textarea {
    resize: none;
    height: 100px;
}







button {
    font-size: 0.9rem;
    padding: 13px 25px;
    background: #329c45;
    color: white;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.50s ease;
    cursor: pointer;
}


button:hover {
    transform: translateX(10px);
    border: 2px solid #329c45;
    background: transparent;
    color: #329c45;
}

.ad {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.ad img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.ad h3 {
    margin-top: 10px;
}

.ad p{
    margin: 5px 0;
}






@media (max-width: 820px) { /*768px bilo korigovano zbog nekih tableta*/
    .container3 {
        flex-direction: column;
    }

    .form-container3 {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .form-group {
        width: 100%;
    }

    .form-group.half-width {
        width: 100%; 
        box-sizing: border-box;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* Specifične postavke za unos polja */
    .form-group.half-width input {
        width: 100%;
        box-sizing: border-box;
    }

    
    .form-group label {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
}



  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Da video pokrije ceo element */
    z-index: -1; /* Da se video nalazi iza sadržaja */
}

.title-background {
    background: rgba(0, 0, 0, 0.3); /* Poluprozirna crna pozadina */
    display: inline-block; /* Omogućava pozadini da bude samo ispod naslova */
    padding: 10px 20px; /* Povećava prostor oko naslova */
    border-radius: 5px; /* Zaobljeni uglovi */
}

@media (max-width: 768px) {
    .title-background {
        padding: 1px 1px;
    }
}

/* CSS ZA OGLASE ZA POSAO SLICICEEE */

.products-cards {
    border: 1px solid #ddd;
    padding: 16px;
    margin: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.product-header img {
    max-width: 100%;
    height: auto;
}
.product-content h4 {
    margin-top: 0;
}
.info-button {
    background-color: #329c45;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}
.info-button:hover {
    background-color: transparent;
}








/* ALMY BUSINESS CENTER DIO */

.hero-section25 {
    background-image: url('slike/a_41-Photo.jpg'); /* Replace with your background image path */
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: white;
}

.hero-content25 {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    

    
}



.hero-content25 h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero-content25 p {
    font-size: 1.2em;
    margin-bottom: 30px;
}




.outlined-text {
    font-size: 1em; /* Veličina fonta po želji */
    color: black; /* Boja teksta */
    text-transform: uppercase; /* Velika slova */
    font-weight: bold; /* Deblji tekst */
    text-shadow:
        1px 1px 0 white,
        -1px 1px 0 white,
        1px -1px 0 white,
        -1px -1px 0 white,
        2px 2px 0 white,
        -2px 2px 0 white,
        2px -2px 0 white,
        -2px -2px 0 white;
}

.contentRodjendan {
    background-color: white;
    padding: 50px 0;
    display: flex;
    justify-content: center; /* Centers the container horizontally */
}

.containerRodjendan {
    display: flex;
    justify-content: space-between;
    max-width: 1000px; /* Container is narrower than full screen */
    width: 100%; /* Takes full width until max-width is reached */
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd; /* Border around container */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    border-radius: 8px; /* Rounded corners */
}

.text-contentRodjendan {
    flex: 1;
    padding-right: 30px;
}

.text-contentRodjendan h1 {
    font-size: 38px;
    color: #333;
    margin-bottom: 20px;
}
.text-contentRodjendan h1 span {
    color:#f2ab09;

}

.text-contentRodjendan p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}





.image-contentRodjendan {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-contentRodjendan img {
    width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    border: 2px solid #ddd; /* Border around the image */

}

.divider {
    border: none;
    border-top: 2px solid #ddd; /* Thin gray line */
    margin: 20px 0; /* Spacing above and below the line */
}


.launch-time {
    display: flex;
    justify-content: space-between; /* Razmak između svakog bloka */
    gap: 20px; /* Razmak između svake sekcije (Dana, Sati, Minuta, Sekundi) */
}

.launch-time div {
    flex-basis: 100px;
    text-align: center; /* Centriraj tekst i brojeve */
}

.launch-time div p {
    font-size: 48px;
    margin-bottom: 5px; /* Povećan razmak između brojeva i naslova ispod */
    margin-top: 0;
}

.launch-time div span {
    font-size: 16px;
    color: #555;
    margin-top: 10px; /* Dodatni razmak ispod brojeva prema nazivima vremena */
}


/* -------- Responzivni stilovi za tablet -------- */
@media screen and (max-width: 768px) {
    .containerRodjendan {
        flex-direction: column; /* Prikaz u koloni na manjim ekranima */
        align-items: center; /* Centriraj sadržaj */
    }

    .text-contentRodjendan {
        padding-right: 0;
        text-align: center; /* Centriraj tekst na tabletima */
    }

    .image-contentRodjendan img {
        width: 100%; /* Slika preuzima punu širinu */
    }

    .launch-time {
        gap: 15px; /* Smanji razmak između brojeva */
    }

    .launch-time div p {
        font-size: 40px; /* Smanji veličinu brojeva */
    }
}


/* -------- Responzivni stilovi za mobilne uređaje -------- */
@media screen and (max-width: 480px) {
    .text-contentRodjendan h1 {
        font-size: 30px; /* Manji naslov na mobilnim uređajima */
    }

    .text-contentRodjendan p {
        font-size: 15px; /* Manji tekst na mobilnim uređajima */
    }

    .launch-time {
        flex-direction: column; /* Prikaz u koloni na mobilnim uređajima */
        gap: 10px; /* Smanji razmak između elemenata */
    }

    .launch-time div {
        flex-basis: auto;
    }

    .launch-time div p {
        font-size: 36px; /* Još manji brojevi na mobilnim uređajima */
    }

    .launch-time div span {
        font-size: 14px; /* Manji font za "Dana", "Sati", itd. */
    }

    .image-contentRodjendan img {
        width: 100%; /* Slika preuzima punu širinu na mobilnim uređajima */
    }
}


@media screen and (max-width: 480px) {
    .image-contentRodjendan {
        display: none; /* Skrivanje slike */
    }
}

.footer .box a{
    color:white !important;
    text-decoration:none;
}
.footer .box h3 a{
    color:white !important;
    text-decoration:none;
}