@font-face {
	font-family: "DINNextLT";
	src: url('../fonts/DINNextLTArabic-Regular.eot');
	src: url('../fonts/DINNextLTArabic-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DINNextLTArabic-Regular.svg#JF DINNextLT Regular') format('svg'),
	url('../fonts/DINNextLTArabic-Regular.woff') format('woff'),
	url('../fonts/DINNextLTArabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "DINNextLT";
	src: url('../fonts/DINNextLTArabic-Medium.eot');
	src: url('../fonts/DINNextLTArabic-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DINNextLTArabic-Medium.svg#JF DINNextLT Medium') format('svg'),
	url('../fonts/DINNextLTArabic-Medium.woff') format('woff'),
	url('../fonts/DINNextLTArabic-Medium.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
	font-display: swap;
}
:root {
	--primary: #4f0027;
	--white:#fff;
	--green_whatsapp:#41aa24;
}
html{
	font-size: calc(.40179vw + 11.71429px)!important;
	direction: rtl;
}
body{
	background: var(--white);
	min-height: 100vh;	

}
body, button, input, select, textarea {
	font-family: DINNextLT ,sans-serif!important;
}
/*-------general------------*/
.mr-auto{
	margin: auto;
}
.image-comtain img{
	width:100%;
	height: 100%;
	object-fit: contain;
}
.image.is-150x150 {
	height: 150px;
	width: 150px;
}
.button .icon:first-child:not(:last-child){
	margin-right: calc(-.5em - 1px)!important;
	margin-left: .25em!important;
}
.has-text-primary{
	color: var(--primary)!important;
}
a.has-text-primary:focus, a.has-text-primary:hover{
	color: var(--primary)!important;
}
.mb1_5{
	margin-bottom: 1.5rem!important;
}
.mb3{
	margin-bottom: 3rem!important;
}
.mb4{
	margin-bottom: 4rem!important;
}
.mb5{
	margin-bottom: 5rem!important;
}
.w16{
	width: 16rem;
}
.w11{
	width:11rem;
}
/*----custome-------*/
.main-container{
	padding: 3rem;
	background-image: url('../img/bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 66%;
}
.contact-container{
	margin-top: 3rem;
}
.contact-container .button{
	font-size: 1.1rem;
	border-radius: 10px;
}
.contact-container  .icon{
	font-size: 1.5rem;
}
.contact-container .whatsapp .icon{
	color: var(--green_whatsapp);
}
.contact-container .whatsapp:hover .icon{
	color: var(--white);
}
.select.transparent select{
	background-color: var(--white);
	border-color: var(--primary);
	border-radius: 10px;
	color: var(--primary);
	padding-right: 3.5em;
	padding-top: 3px;
}
select option:disabled {
	color: #aaa;
	font-weight: bold;
}
.select:not(.is-multiple):not(.is-loading)::after{
	border: none;
	border-radius: unset;
	border-right: 0;
	border-top: 0;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free"!important; 
	font-weight: 900;
	display: block;
	height: unset;
	margin-top: -.7375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: unset;
	transform-origin: center;
	width: unset;
	font-size: 26px;
	color: var(--primary);
	right: 16px;
}
.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus{
	box-shadow: 0 0 0 0.125em rgba(226, 167, 167, 0.46);
}
.select:not(.is-multiple):not(.is-loading)::after {
	border-color: var(--primary);
}
.select:not(.is-multiple):not(.is-loading):hover::after{
	border-color: var(--primary);
}
.button.is-primary.is-outlined{
	border-color: var(--primary);
	color: var(--primary);
}
.button.is-primary.is-outlined.is-focused, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined:hover {
	background-color: var(--primary);
	border-color: var(--primary);
}
.map{
	width: 50%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
	margin: auto;
}
.gm-style .gm-style-iw-c {
	padding-right: 26px!important;
}
/*-------responsive---------*/
@media screen and (max-width: 1920px){
	
}
@media screen and (max-width: 1600px){
	
}
@media screen and (max-width: 1471px){
	
}
@media screen and (max-width: 1366px){
	
}

@media screen and (max-width: 1280px){
	
}
@media screen and (max-width: 1200px){
	.map {
		width: 70%;
	}
}

@media screen and (max-width: 1087px){
}
@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 1023px){
	
}

@media screen and (max-width: 768px){
	.map {
		width: 90%;
	}
}
@media (max-width: 725px) {

}
@media (max-width: 640px) {
	

}
@media screen and (max-width: 520px){
	.map {

		height: 300px;
	}

}
@media (max-width: 420px){
}
@media (max-width: 414px){
	
}
@media (max-width: 375px){
	.map {
		height: 250px;
	}
}    
@media (max-width: 360px){

}
@media (max-width: 320px) {
	
}



