@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DroidKufi-Regular.eot");
  src: url("../fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidKufi-Regular.woff2") format("woff2"), url("../fonts/DroidKufi-Regular.woff") format("woff"), url("../fonts/DroidKufi-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DroidKufi-Bold.eot");
  src: url("../fonts/DroidKufi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidKufi-Bold.woff2") format("woff2"), url("../fonts/DroidKufi-Bold.woff") format("woff"), url("../fonts/DroidKufi-Bold.ttf") format("truetype");
}

section#Slider {
  font-family: "Droid Arabic Kufi";
}

section#Slider .owl-item .item {
  overflow: hidden;
  position: relative;
  text-align: right;
  height: 500px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
}

section#Slider .owl-item .item .layers .layer {
  background: rgba(23, 131, 140, 0.5);
  height: 222vh;
  position: absolute;
  opacity: 1;
  right: -4000px;
  top: -40px;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

section#Slider .owl-item .item .layers .layer1 {
width: 60%;
 
    transition: .5s;
}

section#Slider .owl-item .item .layers .layer2 {
width: 40%;
 
    transition: .5s;
}


section#Slider .owl-item .item .content h2 {    font-size: 25px;    line-height: normal; color: #ffe000; text-align: justify;}

section#Slider .owl-item .item .layers .layer.layer1 {
  -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

section#Slider .owl-item .item .layers .layer.layer2 {
  background: rgba(23, 131, 140, 0.7);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  right: -4000px;
	top: -80px;
}

section#Slider .owl-item .item .layers .layer.layer3 {
  top: -180px;
  background: rgba(23, 131, 140, 0.7);
  right: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 320px;
  height: 100px;
  left: -400px;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

section#Slider .owl-item .item .content {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 35%;
  right: 60px;
  min-width: 300px;
  color: #FFF;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
}

section#Slider .owl-item .item .content h3 {
  line-height: 32px;
  font-family: "Droid Arabic Kufi Bold";
  font-size: 16px;
}

section#Slider .owl-item .item .content h3 a {
  color: #fff;
  text-decoration: none;
}

section#Slider .owl-item .item .content p {
  font-size: 12px;
}

section#Slider .owl-item .item .content a.slide-btn {
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 18px;
  margin-top: 10px;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

section#Slider .owl-item .item .content a.slide-btn:hover {
  background-color: #fff;
  color: #17838cb5;
  border-color: #17838cb5;
}

section#Slider .owl-item.active .item .layers .layer1 {
  right: -80px;
}

section#Slider .owl-item.active .item .layers .layer2 {
  right: -80px;
}

section#Slider .owl-item.active .item .layers .layer3 {
  left: -136px;
}

section#Slider .owl-item.active .item .content {
  opacity: 1;
}

section#Slider .owl-theme .owl-nav {
  margin: 0;
}

section#Slider .owl-theme .owl-nav button {
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  width: 50px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline-color: transparent;
}

section#Slider .owl-theme .owl-nav button span {
  color: transparent;
}

section#Slider .owl-theme .owl-nav button.owl-prev {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
}

section#Slider .owl-theme .owl-nav button.owl-prev:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0005)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0005) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-color: transparent;
}

section#Slider .owl-theme .owl-nav button.owl-next {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

section#Slider .owl-theme .owl-nav button.owl-next:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0005)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0005) 100%);
  background-color: transparent;
}

section#Slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

section#Slider .owl-theme .owl-dots .owl-dot {
  outline-color: transparent;
}

section#Slider .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border: 1.2px solid #635b5b;
}

section#Slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fdfdfd96;
}


@media (min-width: 991px) {


}

@media (max-width: 991px) {
    
    section#Slider .owl-item .item { overflow: hidden; position: relative; text-align: right; height: 300px; } 
.owl-carousel .owl-item img { display: block; width: 100%; height: 300px; }
  section#Slider .owl-item .item .content {
    width: 50%;   top: 30%;
  }

  section#Slider .owl-item .item .content p {
    max-width: 70%;
    font-size: 14px;
  }

  section#Slider .owl-item.active .item .layers .layer1 {
    right: 0;
  }

  section#Slider .owl-item.active .item .layers .layer2 {
    right: 0;
  }
  section#Slider .owl-item .item .content h2 {    font-size: 18px;    line-height: normal;width: 50%;}

}

@media (max-width: 767px) {
    section#Slider .owl-item .item { overflow: hidden; position: relative; text-align: right; height: 300px; } 
.owl-carousel .owl-item img { display: block; width: 100%; height: 300px; }
  section#Slider .owl-item .item .content {

  }

  section#Slider .owl-item.active .item .layers .layer1 {
    right: 80px;
    top: -80px;
  }

  section#Slider .owl-item.active .item .layers .layer2 {
    right: 120px;
  }
    section#Slider .owl-item .item .content h2 {    font-size: 16px;    line-height: normal;width: 50%;}

}

@media (max-width: 575px) {
    section#Slider .owl-item .item { overflow: hidden; position: relative; text-align: right; height: 300px; } 
.owl-carousel .owl-item img { display: block; width: 100%; height: 300px; }
  section#Slider .owl-item .item .content {
    width: 100%;
    bottom: 0;
    display: contents;
    
  }

  section#Slider .owl-item .item .content h3 {
	text-align: center;
    position: absolute;
    bottom: 100px;
    width: 100%;
    padding: 0 10px;
  }

  section#Slider .owl-item .item .content p {
    display: none;
  }

  section#Slider .owl-item.active .item .layers .layer1 {
    right: 180px;
  }

  section#Slider .owl-item.active .item .layers .layer2 {
    right: 200px;
  }

section#Slider .owl-item .item .content h2 {
	font-size: 16px;
    line-height: normal;
    width: 50%;
    position: absolute;
    bottom: 0;
}

section#Slider .owl-item .item .content h3 {


}


}



@media (max-width: 768px){
section#Slider .owl-item .item .layers .layer1 {
width: 100%;
 
    transition: .5s;
}

section#Slider .owl-item .item .layers .layer2 {
width: 80%;
 
    transition: .5s;
}

section#Slider .owl-item .item .content h3 {
    position: absolute;
    bottom: 10px;

}


}