@import url(//fonts.googleapis.com/earlyaccess/notonaskharabicui.css);
@font-face {
  font-family: lalehzar;
  src: url("/fonts/Lalezar-Regular.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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;
}
a {
    text-decoration: none;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  li,
  p,
  a,
  button {
    color: whitesmoke;
  }
  
  span{
    font-family: lalehzar;
  }
  h2 {
    font-family: 'Noto Naskh Arabic UI', serif;
    font-weight: 300;
  }
  


/*header*/
.c-header {
    display: flex;
    align-items: center;
    padding: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  
  .c-header__title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 3rem;
    text-align: center;
  }
  
  .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;
  }
  .menu{
    display:none;
  }
  
  .menu-toggle{
  display: none;
  }
/*slider*/
  .slider {
    margin: 0 auto;
  }
  
  .slide_viewer {
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  
  .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
  }
  
  .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  
  .slide:first-child {
    display: block;
  }
  
  .slide:nth-of-type(1) {
    background-image: url("1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide:nth-of-type(3) {
    background: url("3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .slide:nth-of-type(4) {
    background: url("4.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide:nth-of-type(5) {
    background: url("5.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide:nth-of-type(6) {
    background: url("6.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide:nth-of-type(7) {
    background: url("7.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .videoslide{
    display: flex;
    justify-content: center;
    height: 500px;
   }
   #my-video{
height: auto;
width: 282px;
z-index: 1;
   }
  
  a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
  }
  
  .directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
  }
  
  .previous_btn {
    bottom: 0;
    left: 10%;
    margin: auto;
    position: absolute;
    top: -100px;
  }
  
  .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10%;
    top: -100px;
  }
  
  .previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
  }
  
  .previous_btn:hover, .next_btn:hover {
    opacity: 1;
  }
  .intr-full{
    margin: auto;
    margin-top: -250px;
    margin-bottom: 300px;
    width: 90%;
    height: fit-content;
    border-radius: 29px;
    background: #454545;
    box-shadow:  27px 27px 53px #252525,
                 -27px -27px 53px #656565;
    direction: rtl;   
    padding-bottom: 30px;           
  }
  .intr-full p{
    position: relative;
    width: fit-content;
    top: 30px;
    right: 50px;
    line-height: 40px;
  }
  .colorback{
    position: relative;
    background-color: #DF9B6D;
  width: auto;
  height:300px ;
  margin-top: -400px;
  z-index: -1;
  }
  .fa.fa-instagram.fa-3x {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
  }
  
.socials1{
  display: flex;
  justify-content: center;
  gap: 30px;
  z-index: 99;
}
  
.socials1 i:hover{
    font-size: 3.5rem;
}
.intr-full p span{
  font-size: 2.5rem;
  margin-right: -10px;
}



 /*loader*/
.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: colorchange cubic-bezier(0.39, 0, 1, 1) 1s infinite alternate;
}
@keyframes colorchange{
  100%{
 filter: grayscale(0%);
  }
}
#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*/
.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;
}
  /*phone visualize*/
  @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(405deg);
  }
  
  #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(-405deg);
  }
  .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;
}
   .c-header__title{
     position: relative;
     right:60px;
   }
   .c-slide__title{
     padding-top:20px
   }
  
  }
  
  @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;
}
  }
  @media only screen and (max-width: 700px){
    .socials1{
      margin-top: 30px;
    }
  }
  @media only screen and (max-width: 500px) {
 .footer{
      height:72rem;
    }
.contain{
  grid-template-columns: 100vw;
grid-template-rows: 200px 300px 300px 350px;
}
.col #logo{
  height: 150px;
  padding-top: 0;
}
.previous_btn svg{
height: 40px;
width: 40px;
}
.next_btn svg{
  height: 40px;
width: 40px;
}

.menu{
  margin-top:92px;
}
  }
