@import url('https://fonts.googleapis.com/css2?family=Jomolhari&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
h1{
    text-align: center;
    
}
h2{
    font-weight: normal;
}
body{    
    background-color: white;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin: 0;
}
.Gumb{
    position: absolute;
    border-radius: 50px;
    width: 250px;
    background-color: black;
    font-weight: normal;
    
    right: 40%;
}
.Container{
    position: relative;
    overflow: hidden;
    
}
.Kategorija{
    position: relative;
    background-color: black;
    color: white;
    text-align: center;
    display: block;
    font-weight: normal;
    width: 100%;
    
    
}

.TekstKategorije{
    position: absolute;
    width: 30%;
}

header{
    position: static;
    top: 0;
    width: 100%;
    
}
.header-header{
    background-color: black;
    margin: auto;
    display: flex;
}
.element{
    opacity: 50%;
    margin-left: 50px;
}
img{
    max-width: 100%;
    max-height: 100%;
}
#Tim{
    background-color: #181818;
    color: white;
}
#SlavonicGames{
    background-color: #00ABBF;
}
.OnamaBody{
    background-color: #181818;
}
.bodyIndex{
    background-color: black;
}
.ONama{
    text-align: center;
   
}

.Review{
    max-width: 40%;
    max-height: 40%;
    margin: 5px;
}

.Trending{
    max-width: 40%;
    max-height: 40%;
    margin: 5px;
}


.slika{
    margin-top: auto;
    margin-bottom: auto;
}
footer{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color:black;
    color: white;
    font-family: 'Roboto', sans-serif;
}

a{
    text-decoration: none;
    color: white;
    margin-right: 15px;
}

a:hover{
    opacity: 100%;
}

.linkovi{
    list-style: none;
    border-top: 1px solid white ;
    margin-top: 15px;
}

.Linkovi_Trgovine{
    border-top: 1px solid white ;
    margin-top: 15px;
}

.Linkovi_Drustvene_Mreze{
    margin: 0px;
}
#CyberFrost{
    color: white;
    background-color: black;
}
#FlappyBurek{
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #30b040;
    color: white;
}
.FlappyBurek{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #30b040;
    color: white;
}

li{
    margin-top: 15px;
}

h5{
    font-weight: normal;
}
#meni{
    display: none;
    background-color: black;
    
}
.meni1{
    display: flex;
}

.hamburgerMeni{
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.slikaMob{
    width: 100%;
}
#blog{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.blog-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.blog-heading span{
    color: white;
}
.blog-heading h3{
    font-size: 2.4rem;
    color: white;
    font-weight: 600;
}
.blog-container{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    flex-wrap: wrap;
    
}
.blog-box{
    width: 350px;
    background-color: black;
    
    margin: 20px;
}
.blog-img{
    width: 100%;
    height: auto;
}
.blog-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-text{
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.blog-text span{
    color: white;
    font-size: 0.9rem;
}
.blog-text .blog-title{
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
}

.blog-text .blog-title:hover{
    opacity: 100%;
    transition: all ease 0.3s;
}
.blog-text p{
    color: white;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0px;
}
.blog-text a{
    color: white;
    opacity: 100%;
}


@media only screen and (max-width: 600px) {
    .meni1{
     display: none;
    }
    .slikaPc{
     display: none;
     }
     .slikaPc2{
         display: none;
     }
     .Gumb{
         right: 27%;
     }
     #blog{
        display: flex;
        flex-direction: column;
    }
 }
 
 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (max-width: 768px) {
     .Review{
         max-width: 60%;
     }
     .Trending{
         max-width: 60%;
         
     }
     .meni1{
         display: none;
        }
     .slikaPc{
         display: none;
     }
     .slikaPc2{
         display: none;
     }
     .slikaMob{
         display: none;
     }
     
     .TekstKategorije{
         position: absolute;
         width: 100%;
         font-size: medium;
     }
     .Gumb{
         right: 30%;
     }
     #blog{
        display: flex;
        flex-direction: column;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 769px) {
     .hamburgerMeni{
         display: none;
     }
     .slikaMob{
         display: none;
     }
     .slikaPc{
         display: none;
     }
     .TekstKategorije{
         position: absolute;
         width: 70%;
         margin-left: 5px;
         font-size: small;
     }
     
     .slikaTablet{
         display: none;
     }
     .TekstKategorije{
         font-size:medium;
         width: 75%;
     }
     .Gumb{
         right: 30%;
     }
     .blog-box{
        width: 70%;
    }
 }
 
 
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
     .slikaMob{
         display: none;
     }
     .slikaTablet{
         display: none;
     }
     .hamburgerMeni{
         display: none;
     }
     .Gumb{
         right: 40%;
     }
     .TekstKategorije{
         font-size: larger;
     }
     
 }
.hidden{
opacity: 0;
filter: blur(5px);
transform: translateX(-100%);
transition: all 1s;

}
.show{
opacity: 1;
filter: blur(0);
transform: translateX(0);
}
@media(prefers-reduced-motion){
    .hidden{
        transition: none;
    }
}
.slika{
    animation:fadeInAnmiation ease-in 1s;
}
.slika1{
    opacity: 0;
    filter: blur(5px);
    transition: all 1s;
}
.show1{
    opacity: 1;
    filter: blur(0);
}
@keyframes fadeInAnmiation{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


