/* You can add global styles to this file, and also import other style files */
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

:root {
  --premiere-color: #24534A;
  --scendere-color: #7D5F3D;
  --light-color: #ffffff;
  --rating-color: #24534A;
  --black-color: #000000;
  --font-family: "Almarai", serif;
  --scendere-font: "AraAlBayan", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family) !important;
  direction: rtl;
}
.font-sm {
  font-size: 14px;
}
a {
  text-decoration: none;
}
.container {
  width: 90%;
  margin: auto;
  max-width: none !important;
}



/* Start Animation */
.section-animate {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.section-animate.in-view {
  animation: fadeIntoView 1s ease-in-out 0.5s forwards;
  -webkit-animation: fadeIntoView 1s ease-in-out 0.5s forwards;
}
/* End Animation */

/* grain */
.grain{
  z-index: 99999;
  opacity: .05;
  pointer-events: none;
  background-image: url(../Video/Shape\ background.gif);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
}


/* Start Header */
.header{
  z-index: 50;
  background-color: #0000;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}
.nav-component{
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(16px);
  background-color: #00000080;
  border-radius: 160px;
  border: 1px solid #c7c7c752;
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 13px;
}
.nav-component .logo-osos{
  letter-spacing: -1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  transition: all 0.2s;
}
.nav-component .logo-osos img{
  width: 110px;
}
.navbar{
  display: flex;
  position: static;
  justify-content: space-between;
  gap: 50px;
  padding-right: 20px;
}
.navbar a{
  color: #ececec88;
  font-weight: 400;
  font-size: 17px;
  transition: 0.2s ease-in-out;
}
.navbar a:hover{
  color: #ffffff;
  transform: scale(1.1);
}
#menu-icon{
  font-size: 23px;
  color: var(--light-color);
  display: none;
}

@media  (max-width: 768px) {
  #menu-icon{
    display: block;
    padding-right: 20px;
  }
  .header{
    margin: 0;
  }
  .nav-component{
    border-radius: 0px;
  }
  .navbar{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 25px;
    padding-right: 30px;
    background-color: #00000080;
    border: 1px solid #c7c7c752;
    display: none;
  }
  .navbar .active{
    display: block;
  }
  .navbar a{
    padding-bottom: 20px;
  }
}
/* End Header */





/* Start Banner */
.homeBanner{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeBanner video{
  position: absolute;
  top: 0;
  left: 0;
   object-fit: cover;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
.homeBanner .layer{
  position:absolute;
  inset: 0;
  background-color: rgba(0 ,0 , 0 , 0.6);
}
.home-banner-content{
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);  
}
.home-banner-content h5{
  font-size: 25px;
  font-weight: 600;
}
.home-banner-content p{
  color: var(--light-color);
}

/* End Banner */






/* Start About */
#about{
  padding: 100px 0;
}
#about h2 {
  color: var(--scendere-color);
  text-align: right;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
#about h2::before {
  content: "";
  position: absolute;
  width: 16%;
  height: 3px;
  background-color: var(--scendere-color);
  bottom: 0;
  left: 90%;
  transform: translateX(-50%);
}
.info-con {
  display: grid;
  grid-template-columns: 40% 60%;
}
.info-con .info-text{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.info-con .info-text p{
  font-size: 14px;
  padding-left: 15px;
}
.info-con .info-image{
  width: 100%;
}
.info-con .info-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-us .vision,
.about-us .mission
{
  backdrop-filter: blur(16px);
  padding: 0px 0 15px 15px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  position: relative;
}
.about-us .vision::before,
.about-us .mission::before
{
  content: '';
  position: absolute;
  top: 20px;
  right: 20%;
  background-color: var(--premiere-color);
  border-radius: 70%;
  width: 3px;
  height: 105px;
}
.about-us .vision .vision-icon,
.about-us .mission .mission-icon
{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24534a73;
  backdrop-filter: blur(16px);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.about-us .vision .vision-icon svg,
.about-us .mission .mission-icon svg
{
  width: 50px;
  height: 50px;
}
.about-us .vision .vision-title h4,
.about-us .mission .mission-title h4{
  font-size: 22px;
  font-weight: 600;
  color: var(--scendere-color);
}
.about-us .vision .vision-title p,
.about-us .mission .mission-title p{
  margin: auto;
  font-size: 12px;
}
/* End About */




/* Our values */
#Our-features {
  padding: 100px 0;
}
#Our-features h2 {
  color: var(--scendere-color);
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
#Our-features h2::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 3px;
  background-color: var(--scendere-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.info-features {
  margin: 40px 0;
  display: grid;
  grid-template-columns: auto auto auto;
}
.info-feature {
  width: 35%;
  display: flex;
  justify-content: space-between;
}
.info-features .tree-one {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.info-features .tree-one .features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--premiere-color);
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.info-features .tree-one .features-icon svg{
  width: 70px;
  height: 70px;
}
.info-features .tree-one h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.info-features .tree-one p {
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}
.info-feature .tree-one {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dream{
  width: 100%;
}
.dream{
  background-image: url(../Photo/photoback.jpg);
  background-position: center center;
  background-size: cover;
  height: 550px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.dream-layer{
  position:absolute;
  inset:0;
  background-color: rgba(0 ,0 , 0 , 0.3);
  border-radius: 10px;
}
.dream .dream-contect{
  position: absolute;
  text-align: center;
  text-align: center;
  z-index: 1;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
}
.dream .dream-contect h3{
  font-size: 24px;
  font-weight: 700;
}
.dream .dream-contect span{
  font-size: 14px;
  font-weight: 400;
}
.dream .info-dream{
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-evenly;
  position: absolute;
  z-index: 1;
  top: 55%;
  width: 100%;
}
.dream .info-dream .dream-point{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dream .info-dream .dream-point .dream-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24534a73;
  backdrop-filter: blur(16px);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.dream .info-dream .dream-point h5{
  font-size: 20px;
  font-weight: 600;
}
.dream .info-dream .dream-point .dream-icon svg{
  width: 60px;
  height: 60px;
}
/* Our values */



/* Start services */
#services{
  padding: 100px 0;
}
#services h2 {
  color: var(--scendere-color);
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
#services h2::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 3px;
  background-color: var(--scendere-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#services .services-content{
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 10px;
}
#services .services-body{
  margin: 10px 20px;
}
#services .services-content h5{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
#services .services-content P{
  color: #727272;
  font-size: 10px;
  font-weight: 400;
}
.services{
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #E2E2E2;
  margin-top: 10px;
}
.services .services-image{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.services .services-image img{
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease;
}
.services:hover .services-image img{
  transform: scale(1.05);
}
#services .services-body h5{
  font-size: 24px;
}
#services .services-body p{
  font-size: 15px;
}
/* End services */




/* Start why choose us */
#choose{
  padding: 100px 0;
}
#choose .info-con{
  display: grid;
  grid-template-columns: 60% 40%;
}
#choose .info-con .info-image{
  padding-left: 20px;
}
#choose .info-con .info-text h2{
  color: var(--scendere-color);
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
#choose .info-con .info-text h2::before{
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: var(--scendere-color);
  bottom: 0;
  left: 85%;
  transform: translateX(-50%);
}
#choose .info-con .info-text .info-title .info-detalis h5{
  font-size: 18px;
  font-weight: 600;
}
#choose .info-con .info-text .info-title .info-detalis p{
  font-size: 15px;
}
/* End why choose us */




/* Start Footer */
footer {
  background-color: #f2f2f2;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info-container {
  display: grid;
  grid-template-columns: repeat(3,auto);
  padding: 50px 50px 0 0;
}
.about {
  flex-grow: 1;
  flex-basis: 100%;
}
.about img {
  margin-bottom: 20px;
  width: 45%;
}
.about p {
  font-size: 13px;
}
.about ul {
  display: flex;
  list-style-type: none;
}
.about ul li .facebook {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about ul li .whatsapp {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about ul li .twitter {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about ul li .snapchat {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about ul li .instagram {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about ul a {
  color: var(--black-color);
  font-size: 18px;
}
.about ul li:hover .facebook {
  background: linear-gradient(#1877f2, transparent),
    linear-gradient(133deg, #1677f1, #186ee9, #1d56d3, #262fb0, #2b189c);
  border: none;
  color: var(--light-color);
}
.about ul li:hover .whatsapp {
  background: linear-gradient(#00b25b, transparent),
    linear-gradient(134deg, #075e54, #00fb73);
  border: none;
  color: var(--light-color);
}
.about ul li:hover .snapchat {
  background: linear-gradient(#fffc00, transparent),
    linear-gradient(135deg, #fffa00, #ffbb36);
  border: none;
  color: var(--light-color);
}
.about ul li:hover .instagram {
  background: linear-gradient(#515bd4, transparent),
    linear-gradient(
      -45deg,
      #ffe185,
      #ffbb36,
      #ff5176,
      #f63395,
      #a436d2,
      #5f4eed
    );
  border: none;
  color: var(--light-color);
}
.about ul li:hover .twitter {
  background: #000000;
  border: none;
  color: var(--light-color);
}
.service {
  flex-grow: 1;
  flex-basis: 100%;
}
.service .text-about {
  font-size: 14px;
  font-weight: 700;
}
.service ul {
  list-style-type: none;
  line-height: 2.5;
}
.service a {
  color: #909090;
}
.service a:hover {
  color: var(--premiere-color);
}
.service .text-about {
  display: flex;
  gap: 100px;
}
.contact {
  flex-grow: 1;
  flex-basis: 100%;
}
.contact .info-contact h4 {
  font-size: 14px;
  font-weight: 700;
  color: #909090;
}
.contact ul {
  list-style-type: none;
}
.contact ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #909090;
}
.contact ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #909090;
}
.contact ul li i {
  color: #909090;
  padding-left: 10px;
}
.info-container h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.copyright {
  padding: 5px 0;
  color: #909090;
  text-align: center;
  font-size: 13px;
}
.line {
  border: 0.5px solid #909090;
  margin: 0 24px;
}
/* End Footer */




/* Start Media */
@media screen and (max-width: 992px){
  .info-con{
    display: block;
  }
  #about h2::before {
    width: 8%;
    left: 94%;
  }
  .about-us .vision::before,
  .about-us .mission::before
  {
    top: 8px;
    right: 17%;
    height: 80px;
  }
  .dream .dream-contect h3{
    font-size: 20px;
  }
  .dream .dream-contect span{
    font-size: 13px;
  }
  #services .services-content{
    display: block;
  }
  #choose .info-con{
    display: block;
  }
  #choose .info-con .info-text h2{
    padding-top: 10px;
    padding-bottom: 15px;
  }
  #choose .info-con .info-text h2::before{
    width: 13%;
    left: 92%;
  }
  .info-container{
    display: flex;
    padding: 50px 50px 0 0;
  }
  .about img{
    width: 40%;
  }
  .about p{
    font-size: 12px;
  }
  .info-container h3{
    font-size: 16px;
  }
}


@media screen and (max-width: 768px){
  .info-con{
    display: block;
  }
  #about h2::before {
    width: 10%;
    left: 93%;
  }
  .about-us .vision::before,
  .about-us .mission::before
  {
    top: 8px;
    right: 17%;
    height: 80px;
  }
  .info-features{
    display: block;
  }
  .info-features .tree-one p {
    font-size: 14px;
  }
  .dream .dream-contect h3{
    font-size: 18px;
  }
  .dream .dream-contect span{
    font-size: 12px;
  }
  .dream .info-dream{
    top: 60%;
  }
  .dream .info-dream .dream-point .dream-icon{
    width: 70px;
    height: 70px;
  }
  .dream .info-dream .dream-point h5{
    font-size: 17px;
  }
  .dream .info-dream .dream-point .dream-icon svg{
    width: 40px;
    height: 40px;
  }
  #services .services-content h5{
    font-size: 15px;
  }
  #services .services-content P{
    font-size: 10px;
  }
  #choose .info-con .info-text .info-title .info-detalis h5{
    font-size: 16px;
  }
  #choose .info-con .info-text .info-title .info-detalis p{
    font-size: 13px;
  }
  .info-container{
    display: flex;
    flex-direction: column;
    padding: 50px 50px 0 0;
  }
  .about img{
    width: 30%;
  }
  .info-container h3{
    font-size: 14px;
  }
  .service a{
    font-size: 14px;
  }
  .copyright{
    font-size: 12px;
  }
  .home-banner-content h5{
    font-size: 17px;
  }
  .home-banner-content p{
    font-size: 14px;
  }
}


@media screen and (max-width: 576px){
  .about-us .vision::before,
  .about-us .mission::before
  {
    top: 8px;
    right: 20%;
    height: 140px;
  }
  .about-us .vision .vision-icon,
  .about-us .mission .mission-icon
  {
    width: 60px;
    height: 60px;
  }
  .about-us .vision .vision-icon svg,
  .about-us .mission .mission-icon svg
  {
    width: 40px;
    height: 40px;
  }
  .dream .dream-contect{
    top:5%;
  }
  .dream .dream-contect h3{
    font-size: 12px;
    margin-bottom: 6px;
  }
  .dream .dream-contect span{
    font-size: 10px;
  }
  .dream .info-dream{
    top: 33%;
    display: block;
    padding-top: 25%;
  }
  .dream .info-dream .dream-point{
    flex-direction: row;
    padding-right: 30%;
  }
  .dream .info-dream .dream-point .dream-icon{
    width: 50px;
    height: 50px;
  }
  .dream .info-dream .dream-point h5{
    font-size: 13px;
    padding-right: 10px;
  }
  .dream .info-dream .dream-point .dream-icon svg{
    width: 20px;
    height: 20px;
  }
  #services .services-content h5{
    font-size: 13px;
  }
  #services .services-content P{
    font-size: 9px;
  }
  #choose .info-con .info-text .info-title .info-detalis h5{
    font-size: 14px;
  }
  #choose .info-con .info-text .info-title .info-detalis p{
    font-size: 11px;
  }
  .info-container{
    display: flex;
    flex-direction: column;
    padding: 50px 50px 0 0;
  }
  .about img{
    width: 25%;
  }
  .about p{
    font-size: 10px;
  }
  .info-container h3{
    font-size: 12px;
  }
  .service a{
    font-size: 12px;
  }
  .copyright{
    font-size: 10px;
  }
  .home-banner-content h5{
    font-size: 15px;
  }
  .home-banner-content p{
    font-size: 12px;
  }
}
/* End Media */


/* animate on scroll */

.item-animate {
    opacity: 0;
  }

  .item-animate.in-view {
    animation: fadeIntoView 1s ease-in-out 0.5s forwards;
    -webkit-animation: fadeIntoView 1s ease-in-out 0.5s forwards;
  }

  .items-list .itm{
    opacity: 0;
  }

.items-list.in-view .itm:nth-of-type(1) {
  animation: slideIntoView 0.6s ease-out forwards;
  animation-delay: 0.1s;
}

.items-list.in-view .itm:nth-of-type(2) {
  animation: slideIntoView 0.6s ease-out forwards;
  animation-delay: 0.2s;
}

.items-list.in-view .itm:nth-of-type(3) {
  animation: slideIntoView 0.6s ease-out forwards;
  animation-delay: 0.3s;
}

.items-list.in-view .itm:nth-of-type(4) {
  animation: slideIntoView 0.6s ease-out forwards;
  animation-delay: 0.4s;
}


  @keyframes fadeIntoView {
    from {
      opacity: 0;
      transform: translateY(50%) scale(0.4);
      -webkit-transform: translateY(50%) scale(0.4);
      -moz-transform: translateY(50%) scale(0.4);
      -ms-transform: translateY(50%) scale(0.4);
      -o-transform: translateY(50%) scale(0.4);
    }
    to {
      opacity: 1;
      transform: translateY(0%) scale(1);
      -webkit-transform: translateY(0%) scale(1);
      -moz-transform: translateY(0%) scale(1);
      -ms-transform: translateY(0%) scale(1);
      -o-transform: translateY(0%) scale(1);
    }
  }

  @keyframes slideIntoView {
    from {
      opacity: 0;
      transform: translateX(50%);
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
    }
    to {
      opacity: 1;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
    }
  }
  /* /animate on scroll */
