@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
header {
  z-index: 1000;
  background-color: #e6cfaf;
  box-shadow: 8px 8px 11px #b08643;
}
header,
aside {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
}
aside {
  z-index: 2000 !important;
  background-color: #ffeed6;
  right: -1400px;
  height: 100vh;
  transition: all 0.5s 0s ease-out;
}
main {
  height: auto;
}
.size-img {
  width: 95px;
  height: 95px;
}
.custom-width {
  width: 100px;
}
.li_color {
  background-color: #ffeed6;
  text-wrap: nowrap;
}
.preview {
  height: 450px;
  background-image: url(../images/preview.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 15px 15px 40px #b08744;
}
.main_head {
  flex-flow: wrap row;
  margin-top: 170px;
}
.div_flex {
  width: 50%;
  height: 100%;
}
.active {
  width: 60px;
  height: 150px;
}
.title_about {
  font-size: 62px;
  font-weight: bolder;
  color: #efc182;
}
.title_about,
.p-eng {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.img-speacial-s {
  width: 100%;
  height: 300px;
}
.p-arb {
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: 640;
  font-style: normal;
}
.drop {
  height: 1600px;
  flex-direction: row;
}
.card-img-top {
  width: 100%;
  height: 400px;
}
.card-img-special {
  width: 100%;
  height: 230px;
}
.card-img-special-1 {
  width: 100%;
  height: 400px;
}
.align {
  text-align: center;
}
.img-speacial {
  height: 300px;
}
.m {
  height: 350px;
  flex-direction: row;
}
.prev {
  width: 300px;
  height: 300px;
  background-image: url(../images/table.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.div {
  width: 50%;
  height: 100%;
}
.vision {
  height: 400px;
}
.frez-img {
  width: 350px !important;
  height: 350px !important;
  background-image: url(../images/vision.jpeg);
  background-size: 100% 100%;
}
.prev,
.frez-img {
  box-shadow: 10px 10px 7px grey;
}
.pinut {
  height: 2197px !important;
  background-color: #fff6eb;
}
.div-pinut {
  height: 25%;
}
.pro-img {
  background-image: url(../images/factor.jpeg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.space-text {
  margin-top: -120px;
}
.space-text1 {
  margin-bottom: 10px !important;
}
.pro {
  height: 1000px;
  grid-template-rows: 100px 1fr;
}
.pro-div {
  width: 50%;
  height: 100%;
}
.pro-preview {
  width: 80%;
  height: 100%;
  background-image: url(../images/galaxy.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.factor {
  height: 1000px;
  grid-template-rows: 100px 1fr;
}
.div-grid {
  grid-template-rows: 300px 1fr;
}
.lol {
  width: 50%;
  height: 100%;
}
.fac-preview {
  width: 100%;
  height: 700px;
  background-image: url(../images/factory.jpeg);
  background-size: 100% auto !important;
  background-repeat: no-repeat;
}
.div-footer {
  height: 180px;
  background-color: #fff6eb;
}
.img-speacial-cofe {
  height: 450px;
}
.align-last {
  text-align: justify;
  width: 95% !important;
}
div,
footer {
  animation-name: scroll;
  animation-duration: 1s;
  animation-range: entry 0%;
  animation-timeline: view();
}

@keyframes scroll {
  0% {
    transform: translate(-400px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

footer {
  height: 600px;
}

@media screen and (max-width: 997px) {
  .drop {
    height: 2500px;
  }
}

@media screen and (min-width: 992px) {
  aside {
    display: none;
  }
}

@media screen and (max-width: 922px) {
  .main_head {
    flex-flow: wrap column;
  }
  .div_flex {
    width: 100%;
    height: 50%;
  }
  .preview {
    width: 500px !important;
    height: 500px;
  }
}

@media screen and (max-width: 918px) {
  footer {
    height: 400px;
  }
}

@media screen and (max-width: 769px) {
  .img {
    height: 300px;
  }
  .vision {
    height: 1100px;
  }
  .fac-c {
    flex-direction: column;
  }
  .lol {
    width: 100%;
    height: 50%;
  }
  .facto {
    height: 1200px !important;
  }
}

@media screen and (max-width: 715px) {
  .m {
    flex-direction: column;
    height: 600px;
  }
  .div {
    width: 100%;
    height: 50%;
  }
  .fac-preview {
    background-size: 100% 400px;
  }
  .facto {
    height: 825px;
  }
}

@media screen and (max-width: 680px) {
  .pro-preview {
    background-size: 100% 60%;
  }
}

@media screen and (max-width: 670px) {
  footer {
    height: 300px;
  }
}

@media screen and (max-width: 650px) {
  .drop {
    height: 4500px;
  }
  .pro-img {
    height: 533px !important;
  }
  .pinut {
    height: 800px;
  }
  .size-f {
    font-size: 20px;
  }
}

@media screen and (max-width: 535px) {
  .pro {
    height: 1100px;
  }
  .fac-preview {
    background-size: 100% 240px;
  }
}

@media screen and (max-width: 500px) {
  .preview {
    width: 300px !important;
    height: 300px;
  }
  .size-img {
    width: 50px;
    height: 50px;
  }
  .pro-div {
    width: 100%;
    height: 50%;
  }
  .pro-preview {
    background-size: 100% 120%;
  }
}

@media screen and (max-width: 472px) {
  .frez-img {
    height: 270px;
  }
  .f {
    font-size: 12px;
  }
}

@media screen and (max-width: 430px) {
  footer {
    height: 170px;
  }
}

@media screen and (max-width: 376px) {
  .title_about {
    font-size: 40px;
  }
  .frez-img {
    width: 340px !important;
  }
  .pdf-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 322px) {
  .preview {
    width: 100px;
  }
  .m {
    height: 700px;
  }
  .frez-img {
    width: 290px !important;
    height: 290px !important;
  }
  .pinut {
    height: 605px;
  }
  .pro-preview {
    background-size: 100% 460px;
  }
  .size-f {
    font-size: 14px;
  }
  .fac-preview {
    background-size: 100% 380px !important;
  }
  .pdf-title {
    font-size: 20px;
  }
  footer {
    height: 130px;
  }
}

@media screen and (min-width: 322px) {
  .align-last {
    width: 400px;
  }
}
