*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif
}
body{
    height: 100vh;
    background: rgb(63, 63, 63);
    background-image: url(images/back_pozadi_basic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
}


a:hover{
    color:red;
}

/* HEADER */
header{
    position: relative;
    padding: 0 2rem;
    background: rgba(100, 100, 100, 0.5);
  backdrop-filter: blur(5px);
}
.logo_vardar{
    padding-top: 5px;
    width: 100%;
    display: flex;
    object-fit: contain;
}

.navbar{
    width: 100%;
    height: 60px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a{
width: 100%;
height: 80px;
display: flex;
margin-top: 20px;
position: relative;
}

.navbar .links {
    display: flex;
    gap: 1.2rem;
}

.navbar .toggle_btn{
color: white;
font-size: 1.5rem;
cursor: pointer;
display: none;
}

.action_btn{
    background-color: red;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale 0.2 ease;
}

.action_btn:hover{
    scale:1.05;
    color: white;
}

.action_btn:active{
    scale:0.95;
}

/* DROPDOWN MENU */

.dropdown_menu{
    display: none;
    position: relative;
    left: 280px;
    margin-bottom: 30px;
    top: 30px;
    height: 0;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow:hidden;
    transition: heigh 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dropdown_menu.open{
    height: 240px;
}

.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu .action_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo_vardar{ 
    display: flex;
  justify-content: flex-start;
}

    /* RESPONSIVE RULES */

    @media (max-width:767px) {
        .navbar .links,
        .navbar .action_btn{
            display: none;
        }

        .navbar .toggle_btn{
            display: block;
        }

        .dropdown_menu{
            display: block;
        }
    }

    @media (max-width:576px){
        .dropdown_menu{
            left:0rem;
            margin-bottom: 50px;
            width: unset;
        }
    }



    /* VESTI HEAD */

    .vesti_head{
        padding: 20px;
        display: flex;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        position:relative;
    }

.goren_del{
    display: flex;
    align-items:start;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
}

.vesti234_1{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .glavna_slika, .mala_slika1, 
    .mala_slika2, .mala_slika3{
        width: 100%;
    }

    .vesti2, .vesti3, .vesti4{
        position: relative;
    }

    .head_text{
        justify-content: center;
        position:relative;
        padding-left: 10px;
        padding-top: 20px;
        width: 100%;
        height: auto;
        display:inline-block;
    }

    .image_intext{
        display: flex;
        align-items:start;
    justify-content:flex-start;
    text-align:start;
  position:relative;
    }

    .slika_news_1{
        width: 100%;
        max-width: 200px;

    }
        
    .naslov1{
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bolder;
        color: white;
        font-size: 22px;
        text-decoration: none;
        letter-spacing:1px;
       padding-bottom: 30px;
    }

    .text1{
        color: white;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-decoration: none; 
        justify-content: center;
        text-align: justify;
        letter-spacing:normal;  
        line-height: 1.4;
        font-weight: lighter;
    }

    .drugi_vesti{
        padding: 10px;
        display: flex;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        justify-content: left;
    }

        .more2{
            position: absolute;
         left:470px;
           bottom:20px;
              background-color: #4f4f4f;
              color: white;
              font-size: 13px;
              margin:0;
              padding: 2px 8px;
              text-align: center;
              border: 2px;
              border-color: white;
              cursor: pointer;
              border-radius: 2px;
              opacity: 0;
              transition: opacity .35s ease;
            }
        
            .more2 a{
                z-index: 1;
            }
        
            .vesti2:hover .more2{
                opacity: 1;
            }
        
            .more3{
            position: absolute;
            left:470px;
           bottom:20px;
            background-color: #4f4f4f;
              color: white;
              font-size: 13px;
              margin:0;
              padding: 2px 8px;
              text-align: center;
              border: 2px;
              border-color: white;
              cursor: pointer;
              border-radius: 2px;
              opacity: 0;
              transition: opacity .35s ease;
                }
            
                .more3 a{
                    z-index: 1;
                }
            
                .vesti3:hover .more3{
                    opacity: 1;
                }
        
                .more4{
                    position: absolute;
                    left:470px;
           bottom:20px;
                      background-color: #4f4f4f;
                      color: white;
                      font-size: 13px;
                      margin:0;
                      padding: 2px 8px;
                      text-align: center;
                      border: 2px;
                      border-color: white;
                      cursor: pointer;
                      border-radius: 2px;
                      opacity: 0;
                      transition: opacity .35s ease;
                    }
                
                    .more4 a{
                        z-index: 1;
                    }
                
                    .vesti4:hover .more4{
                        opacity: 1;
                    }

    /* RESPONSIVE RULES */

    @media (max-width:767px){
        .vesti_head{
        display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-bottom: 0;
        }

.goren_del{
display: block;
justify-content: center;
align-items: center;
    align-content: center;
    text-align: center;
margin-left: 5px;
margin-right: 5px;
}

.head_picture{
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px; 
}

.head_text{
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
}

.drugi_vesti{
    display: block;
    justify-content: start;
    margin-left: 5px;
    margin-right: 5px; 
    margin-bottom: 0;
}

.vesti234_1{
    display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px; 
}

.vesti2, .vesti3, .vesti4{
    justify-content: center;
    width: 80%; 
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px; 
}

.image_intext{
    display:block;
     justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
    }

   

 /*PRAZNA*/

.crvena_linija{
    width: 100%;
    height: 2px;
    background:rgb(255, 0, 0);   
}
        

    /* SPONZORI */

    .sponzori{
        background: rgba(100, 100, 100, 0.5);
        backdrop-filter: blur(5px);
        width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    gap: 6px;
    margin-top: 50px;
    margin-bottom: 5px;
    }
    
    .sponzori_1, .sponzor_2, .sponzor_3, .sponzor_4, .sponzor_5{
        display: flex;
        position: relative;
        justify-content: center;
    }
    
    .sponzor_11, .sponzor_22, .sponzor_33, .sponzor_44, .sponzor_55{
        width: 100%;
        cursor: pointer;
    }
    
    
    /* RESPONSIVE RULES */
    
    @media (max-width:767px){
      
        .sponzori_1, .sponzor_2, .sponzor_3, .sponzor_4, .sponzor_5{
            display: block;
            justify-content: center;
           
        }
    }
    
    

/* FUTER */

footer{
    display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  
  }
  
  .footer_image{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  
  /* RESPONSIVE RULES */
  
  @media (max-width:767px){
  .footer{
    display: block;
  }
    
  }
    