/* Start Body */
body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
/* End Body */


/* Start Scrollbar  */
::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
}
/* End Scrollbar  */


/* Start navbar */

.navbar {
    background-color: #000;
    border-bottom: 1px solid;
}

.navbar img {
    width: 220px;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #ddd;
}
.navbar .sm {
    width: 60px;
}

.navbar-toggler {

    color: #fff;
    font-size: 30px;
    line-height: none;
    border: none;

}

.navbar-toggler.active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    color: #fff;
    box-shadow: none;
}
/* End navbar */


/* Start offcanvas */
.offcanvas .offcanvas-header img {
    width: 150px;
}

.offcanvas .offcanvas-header {
    margin-top: 5px;
}

.offcanvas hr {
    border-top: 1px solid #8a8d91;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
}

.offcanvas-body ul {
    padding-right: 0px;
    padding-left: 0px;
}

.offcanvas-body ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -10px;
    
}

.offcanvas-body ul li:last-child {
    margin-bottom: 0;
}

.offcanvas-body ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400px;
    line-height: 1.5;
}

.offcanvas-body ul li a:hover {
    color: #aaa;
}

.offcanvas, .offcanvas-lg,
.offcanvas-md, .offcanvas-sm,
.offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-bg: #000;
    --bs-offcanvas-width: 50%;
}

.btn-close {
    background-color: #fff;
    opacity: 1.5;
    border-radius: 30%;
    width: 5px;
    height: 5px;

}
/* End offcanvas */


/* Start header */
.header {
    width: 100%;
    height: 100vh;
    background-image: url(../images/islamsound.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.header .content {
    padding-top: 350px;
}

.header .content h1 {
    color: #fff;
    font-size: 27px;
}

.header .content p {
    color: #fff;
}

.header .content #icon{
    width:80px;
    cursor: pointer;
}


.header .arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

.header .arrow i {
	line-height: 35px;
	color: #aaa;
    font-size: 25px;
}

.header .arrow i:hover{
    color: #fff;
    font-size: 27px;
}
/* End header */


/* Start about */
.about {
    background-color: #FFF;
    padding-bottom: 100px;
    padding-top: 100px;
}

.about h2 {
    color: #000;
}

.about i {
    color: #000;
    font-size: 40px;
}

.about p {
    color: #000;
}
/* End about */


/* Start artists */
.artists {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-image: url(../images/background.png);
    background-position: center;
    background-size: cover;
    position: relative;

}

.artists h2 {
    color: #fff;
}

.artists i {
    color: #fff;
    font-size: 40px;
}

.artists .box {
    margin-top: 13px;
}

.artists .box img {
    width: 250px;
    border-radius: 15px;
    border: 5px solid #0e0e0e;
}

.artists .box h5 {
	color: #fff;
    margin-top: 15px;
}

.artists .box ul li {
	display: inline-block;
	margin: 0 5px;
}

.artists .box span {
	color: #8a8d91;
    font-size: 12px;
}

.artists .box ul li a i {
	color: #aaa;
    font-size: 18px;
}

.artists .box ul li a i:hover {
	color: #fff;
}
/* End artists */




/* Start Contact */

.contact-us {
    background-color: #FFF;
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact-us h2 {
    color: #000;
}

.contact-us i {
    color: #000;
    font-size: 40px;
}

.contact-us h1 span {
	color: #00798f
}

.contact-us h1 {
	font-weight: bold;
	margin-bottom: 50px;
}

.form-group .custom-alert {
	padding: 5px 10px;
}

.contact-us h4 {
	margin-bottom: 10px;
}

.contact-us p {
	font-size: 25px;
	color: #707070;
	margin-bottom: 20px;
	margin-top: 20px;
}

.contact-us hr {
    margin: inherit;
	border-top: 3px solid #00798f;
	width: 200px;
	margin-bottom: 50px;
}

.contact-us textarea {height:100px}

.contact-us .form-group {
	padding-bottom: 30px;
}

.input-lg, .form-horizontal
.form-group-lg .form-control {
	height: 50px;


}

.btn-lg, .btn-group-lg > .btn {
    width: 100%;
    height: 60px;
	font-size: 20px
}

.row {
    margin-right: -0px;
    margin-left: -0px;
}

.form-control {
	background-color: #fff;
	font-size: 22px;
    border: 2px solid #000;
}

.btn-block {
	background-color: #000;
	color: #FFF;
    border-radius: 5px;
}
/* End Contact */


/* Start Footer */
.footer {
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #000;

}

.footer ul li {
	display: inline-block;
	margin: 0 5px;

}

.footer span {
	color: #8a8d91;
    font-size: 13px;
}

.footer ul li a i {
	color: #aaa;
    font-size: 16px;
}

.footer ul li a i:hover {
	color: #fff;
}

.footer .links ul li a {
    color: #8a8d91;
    font-size: 12px;
}

.footer select {
    border: none;
    color: #8a8d91;
    font-size: 12px;
}

.footer span a {
    color: #8a8d91;
    text-decoration: none;
}

.footer span a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer ol, ul, dl {
    margin-bottom: 7px;
}

.footer a {
    font-size: 13px;
    text-decoration: none;
    color: #8a8d91;
}

.footer a:hover {
    color: #fff;
}
/* End Footer */