body {
  margin: 0px;
  background: #0a0a0a;
  padding: 0px;
  font-family: 'tajawal';
}

.white {
  color: #cd7b02 !important;
    font-weight: bold;
    width: 70%;
margin: auto;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  transform: translateX(-250px);
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: transform 0.5s;
}
.sidenav .logo {
  color: white;
  height: 60px;
  width: 60px;
  margin: auto;
  text-decoration: none;
  display: flex;
  border: 1px solid white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.sidenav a:not(.logo) {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.sidenav a:not(.logo):hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
}
#main .menu {
  padding: 20px;
  font-size: 1.6em;
  color: white;
  z-index: 10;
  opacity: 0.6;
  margin: 10px 0px 10px 20px;
  position: absolute;
  transition: opacity 0.2s ease;
}
#main .menu:hover {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
#main .section {
  height: 100vh;
  position: relative;
}

.section-1 {
  display: flex;
justify-content: center;
align-items: end;
  background: url("img/maincover.jpg");
  background-size: cover;
  background-position: bottom center;
      height: 100vh !important;
}
.section-1 .content {
  position: relative;
    bottom: 19%;
}
.section-1 .content h1 {
  margin: 0px 0px 0px -3px;
  font-size: 2.5em;
  color: #cd7b02;
  font-weight: bold;
  font-family: "Kufam";
}
.section-1 .content p {
  color: white;
  margin-bottom: 35px;
  text-align: justify;
  line-height: 2;
  font-size: 18px;
}
.section-1 .content a {
  color: white;
  border: solid 2px white;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section-1 .content a:hover {
  color: black;
  background: white;
  transition: all 0.2s ease;
}

#main .section-2 {
  height: 100%;
      margin-top: -90px;
}
#main .section-2 .content {
  max-width: 800px;
  margin: auto;
  height: 400px;
}
#main .section-2 .content .headline {
  font-size: 4em;
  color: white;
  position: relative;
}
#main .section-2 .content .headline:before {
  content: "";
  width: 200px;
  background: #ead31f;
  height: 3px;
  left: -30%;
  top: 50px;
  position: absolute;
}

/* Carousel Frame */
#scrolling {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  height: 400px;
}
#scrolling ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#scrolling ul li {
  float: left;
  width: 600px;
  height: 400px;
  color: white;
  margin: 0px 50px;
/*margin: 0px -130px 0px 0px;*/
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

#scrolling .itemslide-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.box {
  position: relative;
}

.box-left {
  float: left;
  width: 100%;
  top: 5%;
  height: 70%;
  background-size: cover;
  box-shadow: inset 0px 0px 0px 200px #00000040;
}

.card-1 .box-left {
  background-image: url("img/img1.jpg");
}

.card-2 .box-left {
  background-image: url("img/img2.jpg");
}

.card-3 .box-left {
  background-image: url("img/img3.jpg");
}

.card-4 .box-left {
  background-image: url("img/img4.jpg");
}

.card-5 .box-left {
  background-image: url("img/img5.jpg");
}

.card-6 .box-left {
  background-image: url("img/img6.png");
}

.card-7 .box-left {
  background-image: url("img/img7.jpeg");
}

.card-8 .box-left {
  background-image: url("img/img8.jpg");
}

.card-9 .box-left {
  background-image: url("img/img9.jpg");
}

.card-10 .box-left {
  background-image: url("img/img10.jpg");
}

.card-11 .box-left {
  background-image: url("img/img11.jpg");
}

.card-12 .box-left {
  background-image: url("img/img12.jpg");
}

.card-13 .box-left {
  background-image: url("img/img13.jpg");
}

.box-right {
  float: right;
    width: calc(30% - -99px);
    /* height: 100%; */
    padding: 20px 25px 31px 25px;
    background: #1b1b1b;
    position: relative;
    top: -100px;
    left: -40px;
    font-size: 13px;
    margin-bottom: 15px;
}
.box-right p {
  margin-bottom: 60px;
}
.box-right h2 {
text-align: right;
}
.box-right a {
  color: white;
  border: solid 2px white;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.box-right a:hover {
  color: black;
  background: white;
  transition: all 0.2s ease;
}

#main .section-3 {
  padding-top: 10vh;
  margin: 0px;
  height: 100%;
  width: 100%;
}
#main .section-3 .content {
  text-align: center;
}
#main .section-3 .testimonials {
  background-image: url("https://images.pexels.com/photos/851940/pexels-photo-851940.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0px;
  box-shadow: inset 0px 0px 0px 100px #00000099;
}
#main .section-3 img {
  width: 120px;
}
#main .section-3 h1, #main .section-3 p, #main .section-3 span {
  color: white;
}
#main .section-3 h1 {
  font-size: 2.2em;
  margin-bottom: 60px;
}

#main .section-4 {
  height: initial;
  direction: rtl;
      top: -130px;
}
#main .section-4 .content {
  max-width: 80%;
  margin: auto;
}
#main .section-4 .content p {
      text-align: justify;
      line-height: 2;
      font-size: 18px;
      background: rgb(10 10 10);
    padding: 35px 35px 0px 35px;
      border-radius: 20px;
}
#main .section-4 .content h1 {
  margin-top: 0px;
}
#main .section-4 .content a {
  color: white;
  border: solid 2px white;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#main .section-4 .content a:hover {
  color: black;
  background: white;
  transition: all 0.2s ease;
}
#main .section-4 .content .headline {
  font-size: 4em;
  color: white;
}
#main .section-4 .content .headline:before {
  content: "";
    width: 100%;
    background: #FF9800;
    height: 2px;
    right: 0;
    left: 0;
    top: 77px;
    position: absolute;
    z-index: -1;
}
}

.footer {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0px;
  background: black;
  position: relative;
}
.footer a {
  color: #ead31f;
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

.mobile{
      display: none;
}

/* IE7 */
@media screen and (max-width: 760px) {
  .desktop{
        display: none;
  }

  .mobile{
        display: block;
  }
  .box-right{
    top: -100px;
left: -103px;
  }
  .section-1 .content {
    max-width: 85%;
    padding: 20px 20px;
  }

  .content {
    width: 90%;
  }

  .section-3 .content {
    width: 100%;
  }

  .section .content .headline:before {
    display: none;
  }

  #scrolling ul li {
    width: 500px;
  }

  .section-1{
    height: 100vh !important;
    align-items: end;
  }
  .content h1{
    font-size: 2em !important;
  }

}
@media screen and (max-height: 450px) {

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }


}
.masLogo {
    height: 24px;
    margin: 0px 7px;
}

.footer p{
  color: #fff;
}

.footer{
  background: #000;
    border-top: solid #232222 0.2px;
}

.logoo {
    position: absolute;
    top: 17px;
    left: 27px;
    z-index: 99999999 !important;
}

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* Lazy Load Styles */
.card-image {
	display: block;
	min-height: 14rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}





.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 20rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
  background: #252525;
}

.card-description > h2 {
	margin: 0 0 0.5em;
  color: #e78c04;
    font-size: 20px;
}

.card-description > p {
	margin: 0;
  color: #ffffff;
    background: #181818;
    padding: 10px;
}
