/* YOUR CUSTOM STYLES */

header {
	margin-top:20px;
	
}

header nav {
	margin-top:15px;
}

#myCarousel {
	margin:10px auto;	
}

/* CSS Document */

@font-face {
	font-family: 'Usmani';
	src: url('../urdufont/Usmani.ttf') format('truetype');
}

@font-face {
	font-family: 'NafeesNastaleeq';
	src:url('../urdufont/Jameel Noori Nastaleeq.ttf') format('truetype');
}

@font-face {
	font-family: 'NafeesNastaleeqKasheeda';
	src:url('../../fonts/Jameel-Noori-Nastaleeq-Kasheeda.ttf') format('truetype');
}

@font-face {
	font-family: 'NafeesWeb';
	src: url('../urdufont/NafeesWeb.eot');
	src: local('NafeesWeb'), url('../urdufont/NafeesWeb.woff') format('woff'), url('../urdufont/NafeesWeb.ttf') format('truetype');
}




.nastaleeq, h1, h2, h3, h4 {
	font-family:'NafeesNastaleeq' !important;
	direction:rtl;
	font-weight:500;	
	
}

.nastaleeq-text {
	font-family:'NafeesNastaleeq' !important;
	direction:rtl;
}

.lang-ar {
	font-family: 'Usmani';
	direction: rtl;
}

.kasheeda {
	font-family: 'NafeesNastaleeqKasheeda' !important;
	direction: rtl;
}

.urdu-text {
	font-size: 1.5rem;
}

.text1 {
	font-size: 24px;
	line-height: 3;
}

.tiptap-editor {
	font-family: 'NafeesNastaleeq' !important;
	direction: rtl;
	unicode-bidi: plaintext;
	text-align: right;
	line-height: 2.2;
	font-size: 18px;
	min-height: 800px;
	border: solid 2px black;
}

.tiptap-editor.ltr {
    direction: ltr;
    text-align: left;
    font-family: system-ui, sans-serif;
}

.source-view {
	width: 100%;
	min-height: 500px;
	border: 1px solid #ccc;
	padding: 10px;
	direction: ltr;
	background-color: white !important;
	color: black !important;
	font-family: 'NafeesNastaleeq' !important;
	font-size: 18px;
	line-height: 2.2;
}




.nafeesweb {
	font-family: 'NafeesWeb' !important;
	direction:rtl;
}

.nav-link a {
	font-size:14px;
	
}

.padding-15 {
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:40px !important;	
}

p {
	line-height:35px !important;
}

.contents p, .contents ul, .contents ol {
	font-family:'NafeesNastaleeq' !important;
	direction:rtl;
	font-size:1.75rem !important;	
}

.contents p strong {
	font-weight: 900 !important;
	font-size: 1.9rem;
}

.btn {
	font-size:16px;
}


.carousel-caption h3 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:3em;	
	font-weight:400;
	color:#000;
}

.carousel-caption p {
	font-size:1.25em;	
	font-weight:400;
	color:#666;
}

main {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.navbar .dropdown-menu a:hover {
    color: #333 !important;
}

.navbar-nav a {
	font-weight:400 !important;
	font-size: 1.25rem !important;
}

.circle-number-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 28px;
    height: 28px;
    padding: 0 8px;

    border-radius: 50%;
    background: #333; /* Bootstrap primary */
    color: #fff;

    font-size: 13px;
    font-weight: 600;
}


@media only screen and (min-width: 768px) {
	.navbar-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100% !important;
	}
	
	.contents {
		min-height:250px;
	}
	
	.contents p, .contents ul li {
		line-height:1.8em !important;
		text-align:justify !important;
	}
}
