@import url(//fonts.googleapis.com/earlyaccess/notonaskharabicui.css);
* {
  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;
}
a {
    text-decoration: none;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  li,
  p,
  a,
  button {
    color: whitesmoke;
  }
  
  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;
  }







 /*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;
}
  .titleimg{
    width: 100%;
    height:100vh;
    background-image: url('sabtmcopy.jpg');
    background-size: cover;
  }
  .titleimg i{
    position: relative;
    display: flex;
  justify-content: center;
  top:70vh;
  }
  .intr{
    padding:0px 20%;
    padding-bottom: 100px;
  }
.onelevel{
  direction: rtl;
  margin-top:-100px;
width: 100%;
height:250px ;
background-image: url("sabt1.jpg");
background-size: contain;
background-repeat: no-repeat;
}
.onelevel h4,
.twolevel h4,
.threelevel h4{
  color: #35524A;
  margin-top: -75px;
position: relative;
right:50px;
}
.onelevel h1,
.twolevel h1,
.threelevel h1{
  position: relative;
  top:-20px;
  color:white;
  font-size: 75px;
  opacity: 20%;
}
.onelevel h2,
.twolevel h2,
.threelevel h2{
  font-size: 35px;
}
.onelevel h4::before,
.twolevel h4::before,
.threelevel h4::before{
  content: '';
  right:0;
  display: block;
  background-color: #35524A;
  position: absolute;
  margin-top: 12px;
  margin-right: -50px;
  height: 1px;
  width: 40px;
}
.twolevel{
  direction: rtl;
  margin-top: 100px;
  width: 100%;
  height:250px ;
  background-image: url("sabt2.jpg");
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  }
.twolevel h1{
  right:300px
}
.twolevel p,.twolevel h2{
  margin-right: 300px;
}
.twolevel h4{
  right:350px
}
.texts{
  padding-left: 300px;
}

  .threelevel{
    direction: rtl;
    margin-top: 100px;
    width: 100%;
    height:250px ;
    background-image: url("sabt3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    }
    .socials1{
    display: grid;
    grid-template-columns: repeat(3,60px);
    margin-top: 30px;
    }
    .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 i:hover{
      font-size: 3.5rem;
    }
.down-of-page{
position: relative;
left:50%;
bottom: 200px;
width: 10px;
height: 10px;
}

  /*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-header {
    justify-content: space-between;
}
}
    
@media screen and (max-width:956px){
.c-navigation{
   display: none;
}
  .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
   }
#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;
}
    .texts{
      padding-left: 100px;
    }
    .tex{
      margin-left: -100px;
    }
  }
  @media only screen and (max-width:650px) {
    .intr{
      margin-bottom: 200px;
    }
    .onelevel h1,
    .twolevel h1,
    .threelevel h1{
      color: #fff;
    }
.texts{
  padding-left: 0;
  margin-left:-10px;
  margin-right: -10px;
  padding-top: 200px;
  
}
.twolevel{
  background-position: 0%;
  margin-top: 300px;
}
.threelevel{
  margin-top:300px;
}
.twolevel h1{
  right:0px
}
.twolevel p,.twolevel h2{
  margin-right:0px;
}
.twolevel h4{
  right:50px
}
.tex{
  padding-top: 200px;
  padding-left:0;
  margin-left: -10px;
  margin-right: -10px;
}
.twolevel h2,.onelevel h2,.threelevel h2{
  font-size: 30px;
}
.twolevel p,.onelevel p,.threelevel p{
  font-size: 15px;
}
  }
  @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;
}
.menu{
   margin-top:92px;
}
  }
  @media only screen and (max-width: 296px){
    .intr{
      margin-bottom: 250px;
    }
  }