*{
    margin: 0;
	padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
#scroll-to-top-btn{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 1px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    /* background-color: red; */
    /* background-color: #2200CC; */
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 8px;
    border: 1px solid white;
    /* box-shadow: 5px 5px 10px gray; */
    border-radius: 40px;
}
#scroll-to-top-btn:hover{
    /* background-color: #555; */
    background-color: #2200CC;
}
body {
	padding: 0;
	margin: 0;
    background-color: #eeeeee;
}
h1{
    text-align: center;
    color: rgb(33, 150, 39); 
}
.qna-site-container{
    height: 500px;
    text-align: center;
}
.qna-site-container p{
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px;
    /* font-weight: bold; */
    margin: 20px;

}
.footer-link-page-container{
    height: 400px;
}
.footer-link-page-container p{
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px;
    margin: 20px;
    text-align: center;
    color: black;
    margin-top: 200px;
}

/* All page top navliks logo css */
.container {
	position: relative;
	margin-top: 100px;
}

nav{
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 0 5%;
	height: 70px;
 /* background-color: #3e65da; */
    background-color: #2200CC;
}
nav .logo {
	float: left;
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
}
nav .links a {
	display: block;
	/* padding: 1em; */
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
nav .links a:hover{
	color:black;
	background-color: white;
	border-radius: 5px;
}

#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

/* HomePage Box Container CSS */
.homepage-box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homepage-box{
    width: 145px;
    text-align: center;
    background-color: rgb(158, 107, 245);
    color: white;
    padding: 5px;
    margin: 2px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 10px;
    border: 1px solid white;
    box-shadow: 5px 5px 10px gray;
}
.homepage-box img{
    width: 90px;
    border-radius: 10px;
    
}
.homepage-box a{
    color: white;
}

/* Quran mP3 page css starts here */
.mp3-container{
    /* background-color: rgb(160, 235, 241); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quranmp3-Container{
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    border: 3px solid white;
    border-radius: 10px;
    padding: 5px;
    width: 320px;
    margin: 5px;
    /* background-color: rgb(32, 195, 207); */
    background-color: rgb(30, 180, 190);

    color: white;

}
.audio-container{
    border: 1px solid white;
    background-color: #0999a0;
    box-shadow: 5px 5px 10px gray;
    border-radius: 5px;
    
   
}

/* Full Seerah Container */
.full-seerah-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seerah-name-audio{
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    border: 3px solid white;
    border-radius: 10px;
    padding: 5px;
    width: 320px;
    margin: 5px;
    /* background-color: rgb(32, 195, 207); */
    background-color: rgb(24, 113, 172);
    color: white;
}
.seerah-audio{
    border: 1px solid white;
    background-color: #418bb5;
    box-shadow: 5px 5px 10px gray;
    border-radius: 5px;
}


/* Full Nasheed Container Css Starts here */
.full-nasheed-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nasheed-name-audio{
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    border: 3px solid white;
    border-radius: 10px;
    padding: 5px;
    width: 320px;
    margin: 5px;
    /* background-color: rgb(171, 100, 234); */
    background-color: rgb(8, 128, 100);

    color: white;
}
.nasheed-audio{
    border: 1px solid white;
    background-color: rgb(8, 128, 100);
    box-shadow: 5px 5px 10px gray;
    border-radius: 5px;
}


/* Footer Part Starts here */
footer{
    background-color: black;
    color: rgb(107, 21, 183);
    /* background-color: rgb(101, 85, 85); */
}
footer p{
    font-weight: bold;
    
}
.footer-part a{
    color: white;
}
.footer-part{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.useful-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 10px;
}
.social{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.imp-links{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 10px;
    
}



small{
    background-color: gray;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
small p{
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
	nav .logo {
		float: none;
		width: auto;
		justify-content: center;
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		/* left: 0; */
		right: 0;
		top: 70px;
		bottom: 100%;
		width: 70%;
		height: auto;
		text-align: center;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: black;
		/* background-color: rgba(0,0,0,.8); */
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
	}
	nav .links a {
		font-size: 20px;
        /* border-bottom: 1px solid white; */
        background-color: rgb(6, 37, 32);
        border-radius: 10px;        
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	
}
@media screen and (min-width: 769px){
   /* body{
        margin-right: 200px;
        margin-left: 200px;
     } */
     .homepage-box{
        width: 300px;
        text-align: center;
        background-color: rgb(158, 107, 245);
        color: white;
        padding: 5px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 5px 5px 10px gray;
        border: 1px solid white;
    }
    .homepage-box img{
        width: 200px;
        border-radius: 10px;
        
    }
    #scroll-to-top-btn{
        display: none;
        position: fixed;
        bottom: 15px;
        right: 20px;
        z-index: 99;
        font-size: 17px;
        border: none;
        outline: none;
        background-color: black;
        color: white;
        cursor: pointer;
        padding: 8px;
        border: 1px solid white;
        border-radius: 40px;
    }
    #scroll-to-top-btn:hover{
        /* background-color: #555; */
        background-color: #2200CC;
    }
} 