@import url(//fonts.googleapis.com/earlyaccess/notonaskharabicui.css);
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@font-face {
  font-family: lalehzar;
  src: url("/fonts/Lalezar-Regular.ttf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Naskh Arabic UI', serif;
  background: #202020;
  overflow-x: hidden !important;
 text-align: right;
}
body::-webkit-scrollbar {
  display: none;}
a {
  text-decoration: none;
}
.sl{
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
button {
  color: whitesmoke;
}

h2 {
  font-family: 'Noto Naskh Arabic UI', serif;
  font-weight: 300;
}
section{
  overflow: hidden;
}
.c-header {
  display: flex;
  align-items: center;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#slider2{
  background-image:url("superl2.jpg")
}
.c-header__title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 3rem;
  text-align: center;
  color:white;
}

.c-navigation {
  flex-basis: 70%;
}

.c-navigation__list {
  padding: 0;
  text-align: center;
}

.c-navigation__list-item { 
  display: inline-block;
  margin: 0 2rem;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9em;
  opacity: 0.7;
  font-weight: 700;
}
.c-navigation__list-item:hover{
  opacity: 100%;
}

.c-navigation__list-item:after {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  display: inline-block;
  right: -2rem;
}
.c-navigation__list-item:last-of-type:after {
  background: transparent;
}

.c-navigation__list-item--active {
  opacity: 1;
}
.c-navigation__list-item--active > a {
  position: relative;
}
.c-navigation__list-item--active > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ff4c42;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

.c-cta {
  display: flex;
  align-items: center;
}
.c-cta > a {
  font-size: 0.9em;
  opacity: 0.7;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 2rem;
}

.c-cta__button {
  border: 0;
  background-color: transparent;
  display: inline-block;
}

.c-cta__button__search {
  width: 15px;
  height: 15px;
  margin-right: 3rem;
}
.c-cta__button__search svg {
  width: inherit;
  height: inherit;
  fill: white;
}

.c-slide {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  will-change: background-size;
  position: relative;
  transition: 1s ease;
  transition-delay: 0.4s;
}
.menu{
  display:none;
}

.menu-toggle{
display: none;
}
.c-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#9c000000", GradientType=0 );
}

.c-slide-content {
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  max-width: 1200px;
}

.c-slide__title {
  font-family: lalehzar;
  font-size: 4em;
  text-transform: uppercase;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s ease;
  will-change: opacity, transform;
  text-align:right;
}

.c-slide__title--large,
.c-slide__title--medium {
  font-family: 'Noto Naskh Arabic UI', serif;
  display: block;
  font-size: 2.5em;
  line-height: 110px;
  transform: translateY(150px);
  will-change: transform;
  transition-delay: 0.4s;
  position: relative;
  transition: 1s ease;
}

.c-slide__title--medium {
  font-size: 1.6em;
  line-height: 100px;
}

.c-slide__subtitle {
  text-transform: uppercase;
  text-align: right;
}

.c-slide__body {
  text-align: justify;
  text-justify: auto;
  margin-top: 0.7rem;
  opacity: 0;
  line-height: 27px;
  text-align: right;
  direction: rtl;
}

.c-slide__info {
  transform: translateY(-150px);
  transition: 0.8s ease;
}

.c-wrap {
  padding: 2rem 0;
  overflow:hidden;
}

.c-wrap--small {
  max-width: 30%;
}

.c-wrap--line {
  position: relative;
}
.c-wrap--line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: white;
  bottom: 0;
  transition: 0.9s ease;
  transition-delay: 0.4s;
}

.slick-list {
  overflow: visible !important;
}

.animateIn .c-slide__title--large,
.animateIn .c-slide__title--medium,
.animateIn .c-slide__info,
.animateIn .c-slide__title,
.animateIn .c-slide__body,
.animateIn .btn-1,
.initialAnimation .btn1,
.initialAnimation .c-slide__title--large,
.initialAnimation .c-slide__title--medium,
.initialAnimation .c-slide__info,
.initialAnimation .c-slide__title,
.initialAnimation .c-slide__body {
  transform: translateY(0);
  opacity: 1;
}
.animateIn .c-wrap--line:after,
.initialAnimation .c-wrap--line:after {
  left: 0;
  transform: translateX(0);
  width: 100%;
}

.slick-list {
  transition: 0.8s ease;
}

.btn-1 {
  text-align: center;
  background-color:transparent;
  color: #DC6E2A;
  box-shadow: 0 0 0 2px #ab531c;
  border:none;
  border-radius: 8px;
  width: 100px;
  height: 30px;
  margin-right:200px;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
}

.btn-1:hover {
  background-color: #DC6E2A;
  box-shadow: 0 0 0 5px #ab531c;
  color: #fff;
}
section i{
  position: absolute;
  color: #fff;
  font-size: 3em;
right:50%;
top: 80%;
  z-index: 4;
}
.intr{
  font-family: 'Rubik', sans-serif;
  display:block;
  margin:10% 10%;
  border-radius: 6px;
  position: flex ;
  align-items: center;
  justify-content: center;
  background: #7a7a7a;
  height:fit-content ;
  padding-bottom: 20px;
  background-image: url("wave3.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.intr p{
  text-align: center;
  direction: rtl;
  padding-left: 10px;
  padding-right:10px;
  color:#fff;
  line-height: 30px;
}
.intr a{
    color:#DC6E2A;
}
.intr a:hover{
  color: #d78c5e;
}
.intr h1{
  padding-bottom: 20px;
}
.i-title{
padding-top:40px;
padding-right:40px;
}
.imintr img{
position: relative;
display: block;
  width: 700px;
  height: auto;
margin-top:-70px;
margin-bottom: -125px;
z-index: -1;
}
.intr-2{
  margin:10% 10%;
  direction: rtl;
}
.intr-3{
  margin:10% 10% 100px 10%;
  direction: rtl;
}
.btncontainer23{
  display: flex;
  justify-content: center;
padding-top: 30px;
}
.btn23 {
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: rgb(14, 14, 26);
  color: rgb(234, 234, 234);
  font-weight: 700;
  transition: 0.6s;
  box-shadow: 0px 0px 30px #DC6E2A;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}

.btn23:active {
  scale: 0.92;
}

.btn23:hover {
  background: rgb(2,29,78);
  background: linear-gradient(270deg, rgba(31, 16, 1, 0.681) 0%, rgba(249, 156, 57, 0.873) 60%);
  color: rgb(4, 4, 38);
}
.loader-con{
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left:0;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.loader{
  width:100px;
  height: 100px;
  background-image: url('logol.png');
  background-size: contain;
  background-repeat: no-repeat;
  animation: rest 1s infinite;
}
@keyframes rest{
  100%{
 transform: translate(0px);
  }
}
#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -4.5px;
  left: -4.5px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #d24912;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 5px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #303031;
  text-align: center; 
}
.contain{
  direction: rtl;
  display: grid;
  grid-template-columns: 25vw 25vw 25vw 25vw;
}
.footer .col {
  width: 190px;
  height: auto;
  padding: 0px 20px 20px 20px;
}
#socials{
  direction: ltr;
}
#socials i{
  width:50px;
  height: 50px;
}
.col iframe{
  margin-right: -25px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
.col #logo{
  padding-top:50px;
  width: 150px;
  height: 200px;
}
.down-of-page{
  position: absolute;
top: 36rem;
}
/*phone visial*/
@media only screen and (max-width: 1300px) {
  .c-slide__title {
    font-size: 3em;
  }

  .c-slide__title--large {
    font-size: 2em;
  }

  .c-wrap--small {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-navigation {
    display: none;
  }

  .c-header {
    justify-content: space-between;
  }
}

@media screen and (max-width:800px){
#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -4.6px;
  left: -4.6px;
}
.c-cta__button__search{
  display:none;
}
#a1{
  display: none;
}
a{
  color:#202020;
}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 1rem 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: whitesmoke;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(406deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-406deg);
}
.menu-button-container {
  display: flex;
}
.menu {
  position: absolute;
  top: 0;
  margin-top: 70px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#menu-toggle ~ .menu li {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .menu li {
  border: 1px solid #c2c2c2;
  height: 2.5em;
  padding: 0.5em;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu > li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  color: white;
  background-color: #e5e1e1;
}
.menu > li:not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
}
#slider2{
   background-image: url("superl22.jpg");
 }
 .c-header__title{
   position: relative;
   right:60px;
 }
 .c-slide__title{
   padding-top:20px
 }
section i{
  top:90%;
  right:46%;
  font-size: 2em;
}

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -4.6px;
  left: -4.6px;
}
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
.footer{
   height: 35rem;
 }
.contain{
  grid-template-columns: 50vw 50vw;
  grid-template-rows: 50vh 50vh;
  place-items: center;
}
  .i-title{
    font-size: 25px;
    padding: 30px 30px;
  }
  .imintr img{
    margin-bottom: -100px;
    width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .intr{
    font-size: 13px;
    background-image: url("wave4.svg");
  }
  .intr-2{
    font-size: 15px;
  }
 .footer{
      height:72rem;
    }
.contain{
  grid-template-columns: 100vw;
grid-template-rows: 200px 300px 300px 350px;
}
.col #logo{
  height: 150px;
  padding-top: 0;
}
    .btn-1{
      margin-right:5px;
    }
  .menu{
    margin-top:92px;
  }
  .imintr img{
    margin-top: -20px;
    width: 330px;
   margin-bottom: -50px; 
  }
}
