 
/* custom*/  
	
	/*
		Font arabic
	*/
	
	@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
	 
	[dir="rtl"] h1,
	[dir="rtl"] h2,
	[dir="rtl"] h3,
	[dir="rtl"] h4,
	[dir="rtl"] h5,
	[dir="rtl"]  h6{ 
		font-family: 'Cairo', sans-serif;
		font-weight: 700;
	}
	[dir="rtl"] html,
	[dir="rtl"] body { 
		font-family: 'Cairo', sans-serif;
		font-weight: 400;
		direction: rtl;
		text-align: right;
	}  
/*---------------------------------------------- 
	Meida Query  
	------------------------------------------*/
	
	/* Extra large devices (large desktops, 1200px and up) */
 
	@media (max-width: 1200px) {
	} 
	@media (min-width: 992px) { 
	} 
	@media (max-width: 992px) { 
		.header .intro-box { 
			text-align: center;
		}
		.header .intro-box .title {
			font-size: 44px;
		}
		.navbar-collapse.collapsing .navbar-nav {
			display: block;
			position: fixed;
			top: 0;
			bottom: 0;
			right: -60%;
			transition: all 0.2s ease; 
			justify-content: start !important;  
			height: 100%;
			overflow-y: scroll;
		} 
		.navbar-collapse.show .navbar-nav {
			background-color: #000;
			position: fixed;
			top: 0;
			bottom: 0;
			right: 0;
			flex-direction: column;
			height: auto;
			width: 60%; 
			padding: 1rem;
			transition: right 0.35s ease;
			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
			z-index: 99999999;
		} 
		.navbar-collapse.show .navbar-nav .nav-link{
			font-weight: bold;
			color: var(--main-text-color);
			font-size: 16px;
			padding: 1rem;
			border-bottom: 1px solid rgba(255, 255, 255,.15);
		} 
		.navbar-collapse.show .navbar-nav .nav-link::after{
			display: none;
		} 
		.navbar-collapse.show .navbar-nav li:first-child .nav-link,
		.navbar-collapse.show .navbar-nav li:last-child .nav-link{
			border-bottom: none;
		}
		.about-section .about-title,
		.services-section .section-title,
		.contact-section .section-title {
			font-size: 42px;
			margin-bottom: 5rem;
		}
		.navbar-box { 
			padding: 1rem;
		}
	} 
	@media (max-width: 768px) {  
		.main-title ,
		.menu-title { 
			font-size: 32px;
		}
		.location-section address,
		.location-section time {
			line-height: 2;
			font-size: 20px;
		}
		.menu-box .pic { 
			height: 300px;
		}
	} 
	@media (max-width: 576px) {
		.about-section{
			text-align: center;
		}
	} 
	@media (max-width: 420px) {  
	}
	@media (max-width: 350px) { 
	} 

	.sc-7dvmpp-1{
		display: none !important;
	}