html, body {
    margin: 0;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: hidden;
	font-family:Poppins
}

        /* Prilagodite videz drsnika po meri */
::-webkit-scrollbar {
    width: 14px; /* Prilagodite širino drsnika po želji */
}

::-webkit-scrollbar-thumb {
    background-color: #0A2C4E;
    margin:4px;
}

    ::-webkit-scrollbar-thumb:hover {
        cursor:pointer;
    }

.background {
    background: #0A2C4E;
    position:absolute;
    width: 100%;
    height: 728px;
    top:0;
    z-index: 1;
}

.banner {
    width: 100vw;
    height: 528px;
    background: transparent url('./Images/infonet/PNG/Header.png') center top no-repeat;
    opacity: 0.9;
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.banner > div {
    margin-bottom: 1rem;
}   

.banner-menu {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 13.7vw;
    top: 24px;
}

.home {
    position: relative;
    top: 25px;
}

.banner-text {
    color: white;
    display: flex;
    gap: 5.5vw;
    position: relative;
    top: 24px;
    left:21px;
    font-family: poppins;
}

.logo {
    position: relative;
    top: 30px;
    right: 0px;
}

.logo-image {
    width: 37vw;
    height: 226px;
}

.main-content {
    position:relative;
    left: 0px;
    margin-top: 10vh;
} 

.item {
    width: 90%;
    position: relative;
    left: 1%;
    margin-bottom: 40px;
}

.textArrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 20px;
}

.arrow {
    margin-left: auto;
    cursor: pointer;
}

.image {
    width: 100%;
    opacity: 0.9;
}

.backgroundLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #0A2C4E 0%, #0A2C4E80 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
    border-radius: 20px;
}

.mainIcon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.textContainer {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    margin-right: 30px;
}

.spanWrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.dot {
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 8px;
}

.tileText { /*class za to da javascript poišče ta prave spane*/
    z-index: 3;
}

.text { /*class za text v sliki*/
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-20);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    color: white;
    flex: 1;
    line-height: 1.2;
    font-family: poppins;
}

.titleClass{
    text-align: left;
    letter-spacing: 0px;
    color: #0A2C4E;
    opacity: 1;
    font-weight: bold;
    font-family: poppins;
};
  


.bottom-banner-image {
    height: 66px;
    width: 180px;
    margin-bottom: 0.5rem;
}

.bottom-banner {
    background: #0A2C4E;
    width: 100%;
    height: 210px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 0px;
}

.grid {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    right:5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 660px)
{
    .mainIcon {
        top: 15px;
        right: 15px;
    }    

    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 760px)
{
    .banner-text {
        display:none;
    }

    .banner-menu {
        gap: 60vw;
        left:5px;
    }
    
    .banner {
        height: 500px;
    }
    
    .background {
        height: 500px;
    }

    .logo {
        top:80px;  
    }

    .logo-image {
        width: 70vw;
    }

}

@media screen and (min-width: 661px) and (max-width: 1100px)
{
    .mainIcon {
        top: 15px;
        right: 15px;
    } 
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .logo-image {
        width: 60vw;
    }
}

 .blue{
    color: #0A2C4E;
    font-weight: 530;
  }

  .tedo {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 10px;
    
  }
  
  .ludo {
    position: relative;
    display: block;
    align-items: center;
    padding-left: 55px; /* Space between the line and the text */
    padding-bottom: 20px;
    padding-top: 30px;
}

.ludo::before {
    content: "";
    position: absolute;
    left: 0; /* Position at the far left */
    top: 25%;
    transform: translateY(-50%); /* Center vertically */
    width: 17px;
    height: 17px;
    background-color: #F36A10; /* Orange color for the dot */
    border-radius: 50%; /* Make the dot circular */
    z-index: 1; /* Ensure the dot appears on top of the line */

}

.ludo::after {
    content: "";
    position: absolute;
    left: 8px; /* Align with the center of the dot */
    top: -165px;
    bottom: -65px;
    width: 2px;
    background-color: #0a2c4ed9; /* Line color */
    z-index: 0; /* Ensure the line is below the dots */
}
.ludo:first-child::after {
    display: none; /* Remove the line after the last dot */
}
.ludo:last-child::after {
    display: none; /* Remove the line after the last dot */
}

.belo{
    opacity: 0.1;
}
.sponsor {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    background-color: #fff;
    padding: 1rem 0;
}
   
    .sponsor a {
    display: inline-block;
    margin-bottom: 1rem
    } 
   
    .sponsor img { 
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
    max-height: 80px;
    padding: 0 3rem 
    }
   
    .sponsor img:hover {
    filter:grayscale(0%); 
    }
    .supporters {display: flex; flex-wrap:wrap; justify-content: center;background-color: #fff; padding: 2rem 0; }.supporters a {display: inline-block; margin-bottom: 2rem} .supporters img { filter: grayscale(100%); transition: filter 0.5s ease-in-out; max-height: 50px; padding: 0 2rem;opacity: 0.5; }.supporters img:hover { filter:grayscale(0%); opacity: 1;}@media (max-width: 970px) { .supporters { flex-wrap: wrap; }.supporters a { padding-bottom: 2rem; } }@media (max-width: 480px) { .supporters { flex-wrap: no-wrap; flex-direction: column; align-items: center; }}.supporters-title { text-align: center; }.supporters-title h1 { padding-top: 2rem; position: relative; font-size: 30px;line-height: 36px;font-weight: 300;font-style: normal; display: inline-block; }.supporters-title h1::before {content: ''; background-color: #8856fd;width: 30%;height: 2px;position: absolute;bottom: -10px;left: 50%; transform: translateX(-50%); 
    }
    