﻿@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.html");
}

@font-face {
  font-family: "droid_arabic_naskh";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/droidnaskh-regular-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/droidnaskh-regular-webfont.html") format("woff2"), url("../fonts/droidnaskh-regular-webfont-2.html") format("woff"), url("../fonts/droidnaskh-regular-webfont-3.html") format("truetype"), url("../fonts/droidnaskh-regular-webfont-4.html#droid_arabic_naskhregular") format("svg");
}

body{ 
	background: #f1f1f1;
    font-family: "droid_arabic_naskh";
}


.big-title {
	text-align: center;
	padding: 0px 15px;
	direction: rtl;
	margin-top: 45px;
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 46px;
	color: #302e2e;
	font-weight: bold;
}

.lessonBackground {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: auto;
	padding: 18px;
}

.en_ar_box {
	background: #FFF;
	margin: 0px 10px 15px 10px;
	width: 90%;
	max-width: 388px;
	border-radius: 10px;
	border: 1px solid #ddd;
	display: inline-block;
}

.en_ar_box:hover{
	border: 1px solid gray;
    box-shadow:0px 0px 15px gray;
}

.en_ar_box a:hover{
    text-decoration: none;
    color: white;
}

.en_ar_box .title {
    background: #337ab7;
    color: white;
    padding: 15px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    width: 100%;
    display: block;
	text-align: center;
	font-family: droid_arabic_naskh_regular;
}

#ads {
    background: #d4d4d4;
}

.go-to-lesson-btn {
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 13px 10px;
    background: #333;
    color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	direction: rtl;
	text-align: center;
	font-family: droid_arabic_naskh_regular;
}