@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.bible
{
    color: #0d6efd;
}
.hadis
{
    color: green;
}
.ajet, .stih
{
    color: red;
}
.priest, .vehabije
{
    color: gold;
}
ul, li, a 
{
    list-style: none;
    text-decoration: none;
}
ul{
	list-style: none;
}
.navbar
{
	width: 100%;
	background: black;
    height: 80px;
    padding-top: 20px;
    overflow: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9999!important;
}
.content
{
	width: 80%;
	margin: auto;
	padding: 0 30px;
}
.content h1 
{
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}
.navbar .content
{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.navbar .menu-list
{
	display: inline-flex;
}
.logo h1
{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	
}

.menu-list li a 
{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: white;
	margin-left: 20px;



}
.menu-list li a:hover 
{
	color: rgb(243, 237, 201);
	transition: ease .3s;
} 


.icon 
{
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	display: none;
}
.icon .hide
{
	display: none;
}
.menu-btn
{
	font-size: 40px;
}
.menu-btn i:hover 
{
	color: rgb(0,153,51);
}
 .cancel-btn
{
	position: absolute;
	right: 20px;
}
@media (max-width: 1300px)
{
	
	.icon
	{
		display: block;
	}
	.navbar .menu-list
	{
		position: fixed !important;
		top: 0;
		left: -100%;
		background: #222;
		height: 100vh;
		width: 100%;
		max-width: 400px;
		display: block;
		padding: 40px 0;
		text-align: center;
		transition: all 0.4s ease;
        z-index: 10000 !important;
	}
	.navbar .menu-list.active
	{
		left: 0%;
        
	}
	.navbar .menu-list li 
	{
		margin-top: 45px;
	}
	.navbar .menu-list li  a 
	{
		font-size: 15px;
		color: white;
	}
	.menu-list li  a:hover 
	{
		color: cyan;
	}
	.logo h1 
	{
		font-size: 35px;
	}
}
/**NAV BAR STYLING END**/

.container 
{
  
    width: 100%;
    height: 800px;
    margin: auto;
    background-image: url("../img/background-display-novi.jpg");
    background-repeat: no-repeat cover;
}
.container-text
{
    position: absolute;
    top:280px;
    left: 570px;
    font-size: 30px;
}
.container-text h1,h2
{
    color: white;
}
.container-text h1 span 
{
    color: gold;
}
.container-text h2
{
    padding-top: 20px;
}
.mob-container
{
    display: none;
}
@media(max-width: 1400px)
{
    .container-text h1
    {
        margin-right: 60px;
    }
}
@media(max-width: 1080px)
{
    .container 
{
    width: 100%;
    height: 550px;
    margin: auto;
    background-image: url("../img/background-mobile.jpg");
    background-repeat: no-repeat cover;
}
    .container-text
    {
        position: absolute;
        top:280px;
        left: 470px;
        font-size: 20px;
    }
}
@media(max-width: 811px)
{
    .container 
{
    width: 100%;
    height: 500px;
    margin: auto;
    background-image: url("../img/background-display-810.jpg");
    background-repeat: no-repeat cover;
}
    .container-text
    {
        position: absolute;
        top:180px;
        left: 340px;
        font-size: 18px;
    }
}

@media(max-width: 440px)
{
   
    .container
    {
    background:url("../img/background-mob-display.jpg") ;  
      
    height: 800px;
    background-repeat: no-repeat;
    }
    .container-text
    {
        position: absolute;
        top:350px;
        left: 30px;
        font-size: 18px;
        
    }
 
    
}
.slika
{
    display: none;
}
/****CLANCI**/

.clanci-wrapper
{
    width: 100%;
    height: 100%;
    background: rgb(20, 20, 36);
    padding-bottom:50px;
}
.clanci-display
{
    background: rgb(13, 13, 39);
    width: 90vw;
    margin: auto;
    margin-top: 100px;
    border: solid 2px gold;
    
}
.clanci-wrapperr
{
    width: 100%;
    height: 100%;
    background: rgb(20, 20, 36);
}
.clanci-displayy
{
    background: rgb(13, 13, 39);
    width: 90vw;
    margin: auto;
    margin-top: 100px;
    border: solid 2px gold;
    
}
.clanci-header h3 
{
    color: white;
    font-size: 32px;
    text-align: center;
    padding-top: 70px;
}
.clanci-grid
{
    padding-top: 50px;
    margin: auto;
  
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    padding-left: 15px;
}
.clanak-naslov h5 
{
    color: white;
    border-bottom: 2px solid rgb(240, 180, 180);
    font-size: 20px;
    width: 350px;
}
.clanak a
{
    font-size: 25px;
    color: orange;
}
.clanak a:hover 
{
    color: gold;
}
.opis
{
    padding-top: 10px;
    width: 350px;
    
}
.clanak p 
{
    color: white;
    margin-bottom: 12px;
}

@media(max-width: 1025px)
{
    .clanci-grid
    {
        padding-top: 50px;
        margin: auto;
        width: 90vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
     
    .opis
    {
    margin-top: 10px;
    margin-bottom: 10px;
    }
}
@media(max-width: 820px)
{
    .clanci-grid
    {
        padding-top: 50px;
        margin: auto;
        width: 90vw;
       display: block;
    }
     
    .opis
    {
    margin-top: 10px;
    margin-bottom: 10px;
    }
}
@media(max-width: 450px)
{
    .clanci-grid
    {
        padding-top: 50px;
        margin: auto;
        width: 100vw;
        display: block;
        padding: 0;
    }
     
    .opis
    {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100vw;
    }
    .clanci-display
    {
        width: 98vw;
    }
    
}
/****CLANCI END**/

/****CLANAK**/

.clanak-wrapper
{
    width: 100vw;
    height: 900px;
    background: rgb(20, 20, 36);
    margin-top: 60px;
    
}
/**KNJIGA**/
.knjiga 
{
    display: flex;
    flex-direction: column;
}
 .naslov 
{
  
    display: flex;
    flex-direction: column;
   justify-content: center;
   margin: auto;
  
}
.clanak-display p 
{
    color: white;
}
.euza
{
    align-items: center;
}
.naslov 
{
    margin-top: 50px;
    align-items: center;
}
.naslov h1 
{
   
    color: white;
}
.naslov p 
{
    color: white;
}
.naslov .p-jedan p
{
    justify-content: center;
}
  .linkovi 
{
    display: grid;
    
    justify-content: center;
}
.linkovi h3 
{
    color: white;
}
.knjige-links
{
  display: flex;
  justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 30px;
}
.knjige-links .lijevo
{
    margin-left: 10px;
}
.knjige-links .desno
{
    margin-right: 10px;
}
@media(max-width: 450px)
{
    .knjige-links
    {
        display: flex;
        flex-direction: column;
       align-items: center;
        margin-bottom: 8px;
    }
}
.nebevi 
{
   display: flex;
   justify-content: center;
   align-items: center;
}
/**KNJIGA END**/
.clanak-fleks
{
    display: flex;
}
.clanak-display
{
    margin: auto;
    margin-top: 30px;
    width: 70vw;
    height: 800px;
    border: 3px solid black;
    border-radius: 4px;
    box-shadow: 5px 10px 5px 10px black;
    background: rgb(19, 18, 18);
    
}
::-webkit-scrollbar {
    width: 10px;
  }
.clanak-naslov h3 
{
    text-align: center;
    color: white;
    font-size: 22px;
    margin-top: 15px;
}
.clanak-display .clanak-header h3
{
    text-align: center;
    padding-top: 15px;
    font-size: 28px;
}
.text-clanka
{
    margin-top: 220px;
    width: 800px;
    font-size: 16px;
    margin: auto;
   
    line-height: 22px;
}
.text-clanka p 
{
    color: white;
    margin-top: 20px;
    font-weight: 300;
}

.pagination a 
{
    color: green;
    padding-left: 10px;
    font-size: 20px;
   
}
@media(max-width: 1024px)
{
    
    .text-clanka p
    {
       width: 80%;
       padding-left: 10px;
      
    }
}
@media(max-width: 810px)
{
        .clanak-display
    {
        margin: auto;
        width: 100vw;
        height: auto;
        display: block;
       
    }
    .text-clanka p 
    {
        
        width: 100vw;
        height: auto;
        display: block;
    }
}
/****CLANAK END**/
/****BOOKS****/
.knjige-wrapper
{
   background: rgb(20, 20, 36);
   width: 100vw;
  height: auto;
 
}
.books 
{
    margin-bottom: 50px;
}
.knjige-header
{
    padding-top: 100px;
    margin: auto;
    text-align: center;
}
.knjige-header h2 
{
    font-size: 35px;
    margin-bottom: 30px;
}
.books-display
{
    background: rgb(13, 13, 39);
    width: 90vw;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 20px;
    border: solid 2px gold;
    
}

.book
{
   
    width: 350px;
    padding-left: 50px;
    padding-top: 25px;
}
.book h4 
{
    color: white;
    padding-bottom: 15px;
}
.book p 
{
    color: white;
}
.knjiga-btn button
{
    margin: auto;
    margin-top: 12px;
    background: white;
    width: 120px;
    height: 35px;
    border-radius: 6px;
    outline: none;
    color: white;
    cursor: pointer;
}
.knjiga-btn button:hover 
{
    background: black;
    color: red;
}
.hakikat
{
    text-align: center;
    margin-top: 15px;
}
.hakikat p 
{
    color: white;
}
@media(max-width: 1025px)
{
    .books-display
    {
        width: 100vw;
        height: 100vh;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .book 
    {
        height: 400px;
    }
}
@media(max-width: 820px)
{
    .books-display
    {
        width: 100vw;
        height: 100vh;
        margin: auto;
        display: block
    }
    .book
    {
        margin: auto;
    }
}
@media(max-width: 400px)
{
    .books-display
    {
       width: 100vw;
       height: 100vh;
       border: none;
    }
    .book
    {
    
        width: 100%;
        padding-right: 10px;
        margin-bottom: 20px;
      
    }
    .hakikat
{
    text-align: center;
    margin-top: 35px;
}
}

/****BOOKS END****/

/****ILAHIJE**/

.ilahije-wrapper
{
    background: rgb(13, 13, 39); 
    height: 100vh;
}
.ilahije-grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}
.ilahija
{
    margin-top: 50px;
}
.link
{
    padding-left: 10px;
    width: 400px;
    height: auto;
    margin-top: 40px;
    margin: auto;
}
.ilahije-header h3 
{
    color: white;
    margin-bottom: 15px;
}
.naziv-ilahije
{
    color: white;
    margin-bottom: 15px;
}
.ilahije-btn button 
{
    margin-top: 20px;
    width: 200px;
    height: 30px;
    background: green;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}
.ilahije-btn button:hover 
{
    background: red;
    color: white;
}
@media(max-width: 1024px)
{
        .ilahije-grid
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 700px)
{
        .ilahije-grid
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 420px)
{
        .ilahije-grid
    {
        display: block;
    }
    .link 
    {
        padding-left: 20px;
    }
}
/****ILAHIJE END**/

/****KUR'AN LINKS**/

    .kuran-links-wrapper
    {
        width: 100vw;
        height: 100vh;
        background: rgb(13, 13, 39);

    }
    .links-header
    {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .links-header h3 
    {
        color: white;
        font-size: 35px;
        padding-right: 70px;
    }
    .links 
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
         margin: auto;
         padding-right: 100px;
         width: 1000px;
    }
    @media(max-width: 820px)
    {
        .links 
        {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            margin-top: 40px;
             margin: auto;
             width: 100vw;
        }
    }
    @media(max-width: 500px)
    {
        .links 
        {
            display: block;
            margin-top: 40px;
             margin: auto;
             width: 100vw;
             padding: 0;
        }
        .links-header h3 
        {
            padding: 0;
        }
    }
    .kuran-link 
    {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        
    }
    .kuran-link a 
    {
        color: gold;
        cursor: pointer;
        font-size: 20px;
    }
   
    .kuran-link a:hover 
    {
        color: green;
    }
    .disabled
    {
        color: yellow;
    }
    .active
    {
        color: white;
    }

/****KUR'AN LINKS END**/
.active-page
{
    color:black !important;
}
/**KUR'AN**/

.kuran-wrapper
{
    
	text-align: center;
	background: rgb(13, 13, 39); 
	margin: auto;
	width: 100vw;
	height: 100vh;
	font-size: 10px;
	padding: 5%;
	color: rgb(0,0,0);
    
}
.kuran-audio
{
    margin-top: 50px;
   
   
}
@media (max-width: 500px)
{
    .kuran-audio
    {
        margin-top: 80px;
    }
}
 audio
 {
     z-index: 1!important;
 }
.audio
{
	display: flex;
	justify-content: center;
	margin-bottom:20px;
	margin-top: 20px;
}
.kuran-img
{
	display: flex;
	justify-content: center;
}

.pagination
{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 10px;
    
}

.prev a:hover,  
.next a:hover
{
	color: red;
}
@media (max-width: 500px)
{	
	.kuran-img img
	{
		width: 450px;
	}
}
/**KUR'AN END**/
/**COUNTER START**/
.counter{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}
.counter strong{
    margin: 0 4px;
}
.dev {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 10px;
   
    width: 100%;
  
}
.dev a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/**COUNTER END**/

.footer {  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    padding: 10px;  
    text-align: center;  
    z-index: 1000;  
}  
  
/* Add bottom margin to body to prevent content overlap   
body {  
    margin-bottom: 80px; /* Adjust based on footer height 
}
*/  