* {
	font-family: 'Montserrat', sans-serif;
}

.phone-icon i.fa-circle-thin {
    color: red; /* لون الدائرة المحيطة بأيقونة الهاتف */
	font-size: 5.9rem; /* تكبير الدائرة المحيطة */
	 display: inline-flex; /* لجعل الأيقونة والدائرة على نفس المستوى */
    align-items: center;
    justify-content: center;
}

.whatsapp-icon i.fa-circle-thin {
    color: green; /* لون الدائرة المحيطة بأيقونة الواتساب */
	font-size: 5.9rem; /* تكبير الدائرة المحيطة */
	 display: inline-flex; /* لجعل الأيقونة والدائرة على نفس المستوى */
    align-items: center;
    justify-content: center;
}

.phone-icon:hover i.fa-circle-thin {
    color: red; /* لون الدائرة عند التمرير على الهاتف */
	
}

.whatsapp-icon:hover i.fa-circle-thin {
    color: green; /* لون الدائرة عند التمرير على الواتساب */
}

.phone-icon i.fa-phone {
    color: red; /* لون أيقونة الهاتف */
	font-size: 3.2rem; /* تكبير الأيقونة الداخلية */
}

.whatsapp-icon i.fa-whatsapp {
    color: green; /* لون أيقونة الواتساب */
	font-size: 3.2rem; /* تكبير الأيقونة الداخلية */
}

.phone-icon {
    display: inline-flex; /* لجعل الأيقونة والدائرة على نفس المستوى */
    align-items: center; /* محاذاة عمودية للأيقونة الداخلية */
    justify-content: center; /* محاذاة أفقية للأيقونة الداخلية */
    width: 100px; /* عرض الزر (الدائرة) */
    height: 100px; /* ارتفاع الزر (الدائرة) */
    border-radius: 50%; /* جعل الزر دائريًا */
    position: relative; /* لتجنب أي مشاكل في المحاذاة */
	color: red; /* لون أيقونة الهاتف */
}

.whatsapp-icon {
    display: inline-flex; /* لجعل الأيقونة والدائرة على نفس المستوى */
    align-items: center; /* محاذاة عمودية للأيقونة الداخلية */
    justify-content: center; /* محاذاة أفقية للأيقونة الداخلية */
    width: 100px; /* عرض الزر (الدائرة) */
    height: 100px; /* ارتفاع الزر (الدائرة) */
    border-radius: 50%; /* جعل الزر دائريًا */
    position: relative; /* لتجنب أي مشاكل في المحاذاة */
	color: green; /* لون أيقونة الواتساب */
}

.phone-icon i.fa-circle-thin {
    font-size: 5.9rem; /* تكبير الدائرة المحيطة */
    position: absolute; /* وضع الدائرة المحيطة كخلفية */
    top: 50%; /* محاذاة عمودية */
    left: 50%; /* محاذاة أفقية */
    transform: translate(-50%, -50%); /* لضمان المركزية الكاملة */
    z-index: 1; /* لضمان ترتيب الظهور */
	color: red; /* لون أيقونة الهاتف */
}

.whatsapp-icon i.fa-circle-thin {
    font-size: 5.9rem; /* تكبير الدائرة المحيطة */
    position: absolute; /* وضع الدائرة المحيطة كخلفية */
    top: 50%; /* محاذاة عمودية */
    left: 50%; /* محاذاة أفقية */
    transform: translate(-50%, -50%); /* لضمان المركزية الكاملة */
    z-index: 1; /* لضمان ترتيب الظهور */
	color: green; /* لون أيقونة الواتساب */
}

.phone-icon i.fa-phone {
    font-size: 3.2rem; /* تكبير الأيقونة الداخلية */
    position: relative; /* الحفاظ على الأيقونة فوق الدائرة */
    z-index: 2; /* ضمان ظهور الأيقونة فوق الدائرة */
	color: red; /* لون أيقونة الهاتف */
}

.whatsapp-icon i.fa-whatsapp {
    font-size: 3.2rem; /* تكبير الأيقونة الداخلية */
    position: relative; /* الحفاظ على الأيقونة فوق الدائرة */
    z-index: 2; /* ضمان ظهور الأيقونة فوق الدائرة */
	color: green; /* لون أيقونة الواتساب */
}

.card-title {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #1e5246; /* لون خلفية جميل */
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

body {
	width: 100%;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.icons>a {
	text-decoration: none;
	color: darkgray;
}

.location>a {
	text-decoration: none;
	color: white;
}
.location2>a {
	text-decoration: none;
	color: white;
}

.location:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.location2:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*---------- Responsive Grid ---------------*/

@media screen and (min-width: 1001px) {
	.card {
		margin-left: 32%;
		margin-top: 2%;
		padding: 0px;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		transition: 0.3s;
		width: 35%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 20px solid white;
		border-radius: 50%;
		margin-top: 8%;
		margin-bottom: -15% !important;
		width: 30%;
	}
	.name {
		text-align: center;
		font-size: 3.8em;
		color: black;
		margin-top: 15%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: gainsboro;
		border: 0px;
	}
	.subtitle {
		text-align: center;
		font-size: 1.8em;
		color: black;
	}
	.subtitle2 {
		text-align: center;
		font-size: 1.5em;
		color: black;
	}
	.icons {
		font-size: 18px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: darkgray;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: white;
		font-size: 1.5em;
		display: block;
		background-color: cornflowerblue;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
	.location2 {
		text-align: center;
		color: white;
		font-size: 1.5em;
		display: block;
		background-color: red;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media (min-width: 100px) and (max-width: 728px) and (orientation:portrait) {
	body {
		width: 100%;
		margin: 0px;
		background: url(img/bg.jpg) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: gainsboro;
		border: 0px;
	}
	.card {
		margin-top: 10%;
		margin-left: 10%;
		margin-right: 10%;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		transition: 0.3s;
		width: 80%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid white;
		margin-bottom: -20% !important;
		border-radius: 50%;
		width: 33%;
	}
	.name {
		padding-right: 4px;
		padding-left: 4px;
		text-align: center;
		font-size: 3.5em;
		color: black;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 1.5em;
		color: black;
	}
	.subtitle2 {
		text-align: center;
		font-size: 1.5em;
		color: black;
	}
	.icons {
		font-size: 11px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: darkgray;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: white;
		font-size: 0.8em;
		display: block;
		background-color: cornflowerblue;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
	.location2 {
		text-align: center;
		color: white;
		font-size: 0.8em;
		display: block;
		background-color: red;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media (min-width: 100px) and (max-width: 728px) and (orientation:landscape) {
	body {
		width: 100%;
		margin: 0px;
		background: url(img/bg.jpg) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: gainsboro;
		border: 0px;
	}
	.card {
		margin-top: 6%;
		margin-left: 5%;
		margin-right: 5%;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		transition: 0.3s;
		width: 90%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid white;
		margin-bottom: -15% !important;
		border-radius: 50%;
		width: 25%;
	}
	.name {
		padding-right: 4px;
		padding-left: 4px;
		text-align: center;
		font-size: 3.8em;
		color: black;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 2.2em;
		color: black;
	}
	.subtitle2 {
		text-align: center;
		font-size: 1.5em;
		color: black;
	}
	.icons {
		font-size: 18px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: darkgray;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: white;
		font-size: 1.5em;
		display: block;
		background-color: cornflowerblue;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
	.location2 {
		text-align: center;
		color: white;
		font-size: 1.5em;
		display: block;
		background-color: red;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media only screen and (min-width: 728px) and (max-width: 1000px) {
	body {
		width: 100%;
		margin: 0px;
		background: url(img/bg.jpg) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: gainsboro;
		border: 0px;
	}
	.card {
		margin-top: 4%;
		margin-left: 13%;
		align-content: center;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		transition: 0.3s;
		width: 75%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid white;
		margin-bottom: -18% !important;
		border-radius: 50%;
		width: 30%;
	}
	.name {
		text-align: center;
		font-size: 3.5em;
		color: black;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 2.3em;
		color: black;
	}
	.subtitle2 {
		text-align: center;
		font-size: 1.5em;
		color: black;
	}
	.icons {
		font-size: 15px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: darkgray;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: white;
		font-size: 1.8em;
		display: block;
		background-color: cornflowerblue;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
	.location2 {
		text-align: center;
		color: white;
		font-size: 1.8em;
		display: block;
		background-color: red;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}


/*---------- Responsive Grid Ends ---------------*/


/*---------- ICONS ---------------*/

.fa-stack:hover {
	transition: 0.9s;
	transform: rotate(360deg);
}

.fa-lg {
	margin-bottom: 20px;
}

.fa-twitter:hover {
	border-radius: 50%;
	color: white;
	background-color: #1da1f2;
}

.fa-facebook:hover {
	border-radius: 50%;
	color: white;
	background-color: #3b5998;
}

.fa-google-plus:hover {
	border-radius: 50%;
	color: white;
	background-color: #dd4b39;
}

.fa-github:hover {
	border-radius: 50%;
	color: white;
	background-color: black;
}

.fa-instagram:hover {
	border-radius: 50%;
	color: white;
	background-color: #5851db;
}


/*---------- ICONS ENDS---------------*/

footer {
	text-align: center;
	color: white;
	font-size: 1.2em
}
