body {
  width: 100%;
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-display: swap;
}

.arabic {
  font-family: "Noto Kufi Arabic", sans-serif !important;
  font-display: swap;
}

@media only screen and (max-width: 600px) {
  #slide-91-layer-1 {
    font-size: 35px !important;
  }
  #slide-layer-1 {
    font-size: 30px !important;
    margin-top: 10px;
  }

  #layer-3 {
    font-size: 35px !important;

  }
  #slide-layer-3 {
    
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  #slide-91-layer-1 {
    font-size: 35px !important;
  }
  #slide-layer-1 {
    font-size: 35px !important;
    margin-top: 10px;
    
  }

  #layer-3 {
    font-size: 38px !important;

  }
  #slide-layer-3 {
    
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

  #layer-3 {
    font-size: 46px !important;

  }
  #slide-layer-3 {
    
    font-size: 30px !important;
  }
}

.parallex-section {
  background-image: url("/img/dicors/parallax-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -139.688px;
  }

#bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.about ul li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-weight: 700;
  content: "";
  background-color: #ff573b;
  -webkit-text-fill-color: transparent !important;
}

.about ul li::after {
  font-family: "Font Awesome 5 Free";
  padding-left: 0px;
  font-weight: 700;
  content: "\f060";
  background-color: #ff573b;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#about {
  background-color: #f9f9f9 !important;
}

.rotate-left {
  left: 0;
}
