﻿/*Mudam EN CSS*/
/*  X-Small devices (portrait phones, less than 576px)
        /*  No media query for `xs` since this is the default in Bootstrap */

.section-padding {
	padding-left: 3em !important;
	padding-top: 3em !important;
}

#section-1 .section-padding {
	padding-left: 0 !important;
}

.fourlines {
	background-image: url("fourlines.png");
	background-size: contain;
	width: 132px;
	height: 132px;
	position: absolute;
	left: 0;
	bottom: -7px;
	background-repeat: no-repeat;
}

.lang-ar .fourlines {
	/* background-image: url("fourlinesar.png"); */
	left: unset;
	bottom: -6px;
	right: 3;
	transform: rotate(93deg);
}

.section-1-cover {
	position: relative;
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-blend-mode: soft-light;
	width: 100%;
	padding: 4em;
	padding-top: 28em;
	/* margin-top: 2em; */
	color: white;
	display: flex-root;
	flex-wrap: wrap;
}

.text-slider .slick-slide {
	color: white;
}

.logo-and-title-block {
	display: none;
}

html body .tamimi-title-text {
	font-weight: bold;
	font-size: 2em;
	margin-left: 1em;
	font-family: 'AsapSemiBold' !important;
	color: white;
}

.welcome-block {
	height: fit-content;
	/*margin-top: 5em;*/
}

.welcome-title {
	font-weight: bold;
	/* font-size: 1.8em; */
	font-size: 81px;
	font-family: 'AsapBold' !important;
}

.lang-ar .welcome-title {
	font-size: 78px;
}

.welcome-title,
.steps-text {
	color: white;
}

.section-title {
	text-transform: uppercase;
	/* font-weight: bold; */
	font-family: 'Asap-BoldItalic' !important;
}

/* .welcome-title, */
.section-title {
	/* font-size: 3.8em; */
	font-size: 44px;
}

.lang-ar .section-title {
	font-size: 46px;
}

/* #section-1 .welcome-title{
            font-size: 4.8em;
          } */

#section-1 .steps-text {
	/* font-size: 2.4em; */
	font-size: 35px;
	font-family: "Asap-Italic";
}

.lang-ar #section-1 .steps-text {
	font-size: 36px;
}

.h3title {
	font-family: 'CabinMedium';
	/* font-size: 2em; */
	font-size: 34px;
	/*margin-bottom: -15px;*/
	margin-top: 20px;
	color: #33bab7 !important;
	line-height: 1 !important;
}

.lang-ar .h3title {
	font-size: 32px;
}

.steps-block {
	height: fit-content;
	margin-top: 1em;
	margin-bottom: 2em;
	font-family: 'Cabin-Italic';
}

.steps-text {
	font-weight: 500;
	margin-top: 0.2em;
	font-size: 1.5em;
}

.apply-now-btn {
	height: fit-content;
	color: white;
	background: #b82533;
	width: fit-content;
	padding: 0.7em;
	border-radius: 85px;
	height: fit-content;
	font-family: 'Cabin-Italic' ;
	/* font-size: 1.5em; */
	font-size: 44.5px;
	margin: 0.7em auto;
	display: inherit;
	position: relative;
	z-index: 10;
}

/* .apply-now-btn{
            font-size: 2em;
          } */

#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -3;
	filter: opacity(33%);
}

.display-block {
	display: block;
}

html,
body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	font-weight: 400;
}

#nav {
	display: none;
	position: absolute;
	top: 78px;
	/* left: -84px; */
	left: 91px;
	margin: 0;
	/* padding: 15px; */
	list-style: none;
	border-radius: 0 0 10px 0;
	margin-top: -5.5em;
	z-index: 3;
	font-size: 2em;
}

	#nav li {
		transform: rotate(-90deg);
		margin-top: 8em;
	}

	#nav a {
		display: block;
		padding: 10px 10px;
		color: white;
		text-decoration: none;
		font-family: 'Asap-BoldItalic';
		/* text-shadow: 2px 2px #000000; */
		text-align: center;
	}

		#nav a:hover {
			color: #9c3585
		}

.section {
	display: flex;
	flex-direction: column;
}

#section-2 {
	background: white;
}

#section-3 {
	background: #ccc;
	position: relative;
	padding-top: 5em !important;
	padding-bottom: 5em !important;
	padding-right: 4em !important;
}

	#section-3 .collage-item-section-3 {
		flex: 0 0 44%;
		/* margin-right: 1em; */
		margin-bottom: 1em;

	}

	#section-3 .collage {
		flex: 0 0 22%;
	}

.section4 {
	padding-top: 5em !important;
	padding-bottom: 10em !important;
	padding-right: 5em !important;
	margin-top: -0.7em !important;
	margin-bottom: 1em;
}

.threelines {
	position: absolute;
	right: 0px;
	bottom: -113px;
	width: 132px;
	height: 132px;
}

h1 {
	margin: 0 0 20px 0;
}

.section a {
	color: white;
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

.section2-title-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}

/* 2 columns items */
.collage {
	display: flex;
	flex-wrap: wrap;
}

.collage-item {
	flex: 0 0 50%;
}

/* slick css */
.container {
	padding: 0px !important;
	background: transparent !important;
	padding-left: 1em !important;
}

	.container.slider-top {
		float: right !important;
		background: transparent !important;
		padding-left: 2em !important;
		width: 59%;
		padding-right: 2em !important;
	}

.lang-ar .container.slider-top {
	float: left !important;
	/* width:59%; */
}

.container.img-slider {
	margin-left: 0;
	width: 100%;
}

	.container.img-slider .slick-slide .card {
		/* width: 85% !important; */
		position: relative;
		/* max-height: fit-content; */
		min-height: 450px;
	}

.container.slider-top .slick-slide {
	color: white !important;
}

.slick-slide {
	padding: 0.5em !important;
	border-radius: 5px !important;
	color: #33bab7 !important;
}

	.slick-slide .card {
		border-radius: 45px !important;
	}

.image-slider .slick-slide {
	padding: 0.5em !important;
	border-radius: 5px !important;
	color: #33bab7 !important;
}

.slider-text,
.section-2-text-before-carousel {
	font-family: 'CabinMedium';
	text-align: left;
	font-size: 27px;
	line-height: 1.2 !important;
	/* font-size: 1.8em; */
}

.lang-ar .slider-text,
.lang-ar .section-2-text-before-carousel {
	font-size: 23px;
}

.iconslidertext {
	font-family: 'CabinRegular';
	font-size: 20px;
}

.lang-ar .iconslidertext {
	text-align: justify !important;
	font-family: 'JFFlat-Regular';
}

#section-2,
#section-3,
#section-4 {
	/* padding-top: 6em !important; */
	padding-bottom: 5em !important;
	/* padding-right: 10em !important; */
}

#section-2 {
	padding-right: 5em !important;
}

#section-4 .section-title {
	margin-top: -0.5em !important;
	margin-bottom: 0.5em;
}

.section-2-text-before-carousel,
.section-1-cover .section-title {
	margin-bottom: 2em;
}

.section-1-cover .section-title {
	margin-bottom: 0.5em !important;
}

.section4-text {
	font-family: 'CabinMedium';
	font-weight: bolder;
	font-size: 1.5em;
}

.section2-title-wrapper.section-title,
.section-4-right-text .slider-text {
	color: #541b47;
}

.section3-text, p {
	font-family: 'CabinMedium';
	font-size: 27px;
	margin-right: 1em;
	margin-top: 0;
	/*margin-top: -24px;*/
}

.lang-ar .section3-text {
	font-size: 23px;
}

.section-2-text-before-carousel,
.section-title4 {
	color: #541b47;
}

/*expandable content begin*/
.opened {
	max-height: fit-content;
}

.expandableContent {
	overflow-y: scroll !important;
	/* height: 100px; */
	height: 150px;
	position: relative;
	overflow-x: hidden;
	padding-right: 0.1em;
	padding-bottom: 3em;
}

.fadecontent {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, #ffffff63, #ffffffe3, #ffffff);
	width: 100%;
	/* height: 6%; */
	height: 9%;
	cursor: pointer;
}

/*expandable content end*/
.slide-arrow {
	cursor: pointer !important;
	z-index: 1 !important;
}

.section-4-right-text {
	width: 50%;
	padding: 1em;
	padding-left: 3em;
}

	.section-4-right-text .multiple-items {
		margin-left: -1.4em;
	}

.lang-ar .section-4-right-text .multiple-items {
	margin-right: -1.4em;
}

.section-top-cover {
	background-repeat: no-repeat;
	background-size: 100% 63.5%;
}

.welcome-block,
.steps-block {
	text-align: center;
	line-height:1.15 !important;
}

.expanded-hidden-mmenu {
	display: block !important;
	height: fit-content !important;
	padding: 2em;
}

.mmenu-item {
	margin-bottom: 1em;
	display: inline-flex;
	color: white;
	text-decoration: none;
}

.hidden-mmenu ul {
	list-style-type: none;
}

.section1-wrapper {
	margin-top: 5em;
}

.lang-ar .section1-wrapper a,
.lang-ar .section1-wrapper div,
.lang-ar .section1-wrapper p,
.lang-ar .section1-wrapper span {
	text-align: center !important;
}

.lang-ar #section-1 .section-padding {
	padding-right: 0 !important;
}

#section-4 img {
	margin-bottom: 3em;
}


.mobileSlider {
	display: block;
}

.desktopSlider {
	display: none;
}


/* language-switcher begin mobile */
html body div.language-switcher {
	font-size: 2em;
	margin-left: 1em;
	font-family: 'AsapSemiBold' !important;
	color: white;
	unicode-bidi: unset !important;
}

.lang-ar .language-switcher,
.lang-en-US .language-switcher {
	position: absolute;
	top: 33px;
}

.lang-en-US .language-switcher {
	right: 124px;
	z-index: 12;
}

.lang-ar .language-switcher {
	left: 124px;
	z-index: 12;
}

	.lang-ar .language-switcher .lang-now-ar,
	.lang-en-US .language-switcher .lang-now-en {
		text-decoration: underline;
	}

.language-switcher .lang-now-ar,
.language-switcher .lang-now-en {
	unicode-bidi: unset !important;
}

/* language-switcher end mobile */



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* .iconslidertext{
            font-size: 1.5em;
           } */


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.burger-menuX {
		display: none !important;
	}

	/* language-switcher desktop */
	.lang-en-US .language-switcher {
		right: 33px;
		top: 42px;
	}

	.lang-ar .language-switcher {
		left: 0;
		top: 48px;
	}

	/* language-switcher end desktop */


	.mobileSlider {
		display: none !important;
	}

	.desktopSlider {
		display: block;
	}

	.section-1-cover {
		background-size: 100% 100%;
		display: flex;
		flex-wrap: unset;
	}


	.expandableContent {
		/* height: 100px; */
		/* word-break: break-all; */
		text-align: justify;
	}

	#section-2,
	#section-3,
	#section-4 {
		padding-top: 6em !important;
		padding-right: 10em !important;
	}

	.container.img-slider .slick-slide .card {
		min-height: 425px;
	}

	.collage-item {
		flex: 0 0 50%;
	}

	/* .h3title{
            font-size: 1.2em;
          } */

	/* .iconslidertext{
            font-size: 1em;
           } */

	.container.img-slider .slick-slide .card {
		width: 85% !important;
	}

	.logo-and-title-block {
		display: inline-flex;
		height: fit-content;
		margin-top:170px;
	}

	#nav {
		display: block;
	}

	#mmenuBar {
		display: none !important;
	}

	#section-1 .section-padding,
	.section-padding {
		padding-left: 10em !important;
		/* margin-top: 1.9em; */
	}

	.welcome-block,
	.steps-block {
		text-align: left;
	}

	.apply-now-btn {
		margin: inherit;
		margin-top: 0.7em;
		padding: 0.5em;
		border-radius: 85px;
	}

	.apply-now-btn {
		font-size: 2em;
	}



	#section-4 .section-4-right-text.collage-item {
		flex: 0 0 50%;
	}

	#nav {
		/* left: -40px;
            font-size: 1.3em; */
		font-size: 31px;
		/*left: -91px;*/
		left: -72px;
	}

	/* #section-1 .welcome-title{
            font-size: 3.8em;
          } */

	#section-1 .steps-text {
		font-size: 1.5em;
	}

	.section1-wrapper {
		margin-top: 0;
		height: 87vh;
	}

	.lang-ar #section-1 .section-padding {
		padding-right: 13em !important;
		margin-bottom: 8em;
	}

	.lang-ar #section-1 a,
	.lang-ar #section-1 div,
	.lang-ar #section-1 p,
	.lang-ar #section-1 span {
		text-align: right !important;
	}

	/*slick css*/
	.next-arrow {
		right: 6px !important;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.fadecontent {
		height: 13%;
	}

	.lang-ar .section-1-cover {
		margin-top: 3em;
		padding-top: 29% !important;
	}

	.section-1-cover {
		/* display: flex; */
		padding-top: 43% !important;
		margin-top: 3em;
		padding: 10em;
		flex-wrap: nowrap
	}

	/* .section1-wrapper{
            height: 60vh;
            height: 87vh;
          } */

	.section3-text {
		flex: 0 0 49%;
		margin-left: 1em;
	}

	#section-4 .section-4-right-text.collage-item {
		flex: 0 0 37%;
	}

	.section-top-cover {
		background-size: 100% 100%;
	}

	.container.slider-top {
		width: 60%;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1500px) {
	.container.img-slider {
		cursor: grab;
	}

	.section-1-cover,
	.section-padding,
	html body .section-padding {
		padding: 30px 350px !important;
	}

	.lang-ar .section-1-cover,
	.lang-ar .section-padding,
	.lang-ar html body .section-padding {
		padding: 30px 150px !important;
	}

	.section1-wrapper {
		margin-top: 1.7em;
	}

	.section-1-cover {
		display: flex;
		height: 1000px;
		padding-top: 23% !important;
		/* padding-top: 18em !important; */
	}

	.lang-ar .section-1-cover {
		padding-top: 22% !important;
	}
}

/*Mudam AR css BEGIN*/
.lang-ar a,
.lang-ar div,
.lang-ar p,
.lang-ar span {
	/* unicode-bidi: bidi-override !important; */
	direction: unset !important;
	text-align: right;
	direction: rtl !important;
}

.lang-ar #mmenu {
	right: unset !important;
	left: 33px;
}

.lang-ar #mmenuBar .tmm-header-title {
	margin-right: 2em;
	font-size: 0.8em;
}

.lang-ar .tmm-header-title {
	margin-right: 2em;
}

.lang-ar #nav {
	left: unset;
	right: 0px;
	top: 79px;
}

	.lang-ar #nav a {
		font-family: "JFFlat-Bold";
		text-align: center !important;
	}

.lang-ar .section-padding {
	padding-right: 10em !important;
}

.lang-ar .welcome-block,
.lang-ar .steps-block {
	text-align: right;
}

.lang-ar .slick-slider .slick-track,
.lang-ar .slick-slider .slick-list {
	direction: ltr !important;
}

.lang-ar #section-1 .welcome-title {
	font-weight: normal !important;
	font-family: "BahijBold" !important;
	margin-top: -0.5em;
}

.lang-ar #section-1 .steps-text,
.lang-ar .apply-now-btn {
	font-family: "JFFlat-Bold";
}

.lang-ar .text-slider .slider-text {
	font-family: "JFFlat-Regular";
}


.lang-ar .section-2-text-before-carousel,
html body.lang-ar .tamimi-title-text {
	font-family: "JFFlat-Bold" !important;
}

.lang-ar .section-title {
	font-family: "BahijBold" !important;
}

.lang-ar .section-4-right-text {
	padding-right: 3em;
}

.lang-ar #section-3 .collage-item-section-3 {
	margin-top: -1.3em;
}


.lang-ar .h3title {
	text-align: center !important;
	font-family: "JFFlat-Bold" !important;
}

.lang-ar .iconslidertext {
	text-align: center !important;
	font-family: "JFFlat-Regular";
}

.lang-ar .section4-text,
.lang-ar .section3-text {
	font-family: "JFFlat-Regular";
}

/*mobile only*/
@media only screen and (max-width: 600px) {

	/*slick fix*/
	#iziQ > .slick-slideX {
		width: 900px;
		position: relative;
	}

	#iziQ > .slick-containerX {
		width: 350px;
	}

	.slick-coverX {
		padding-top: 3em;
		margin-top: 0em;
	}

	.slick-topX {
		padding-left: 2em;
		padding-right: 0em;
		margin-right: -24px !important;
		margin-top: 24px !important;
	}

	.lang-ar .container.slider-top {
		float: unset !important;
	}
	/*slick fix*/

	.section-1-cover {
		padding-bottom: 0 !important;
	}

	.welcome-title {
		/* font-size: 1.8em; */
		font-size: 54px;
	}
	.section-title {
		font-size: 38px;
	}

	#section-1 .steps-text {
		/* font-size: 2.4em; */
		font-size: 24px;
		font-family: "Asap-Italic";
	}

	.apply-now-btn {
		font-size: 24px;
	}
	.section3-text, p {
		margin-top: 0;
	}
	#section-3 .collage-item-section-3 {
		flex: 1 0 44%;
	}
	.collage-item {
		flex: 1 0 100%;
	}
	#section-3 .collage-item-section-3 {
		margin-bottom: 3em;
	}
}

/*Mudam EN css END */
