:root{
    --blue: #1C5568;
    --gray: #4b6670;
    --offwhite: #f6f6f6;
    --white: #fff;
    --black: #000;
    --skyblue: #127893;
    --orange : #F49E2E;
    --main-font : 'Almarai', sans-serif;
    --main-font2 : 'Tajawal', sans-serif;
}
body{
    font-family: var(--main-font);
    direction: rtl;
}
.swiper {
    width: 100%;
    height: 100%;
    direction: ltr;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    object-fit: cover;
  }

  .home{
    margin-top: 11vh  ;
  }
  .home-img{
    width: 100%;
    height: auto;
  }
  .home-content-container{
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translate(-7%, -50%);
    width: 55%;
    text-align: right;
    direction: rtl;
  }
  .home-title{
    color: var(--white);
    font-weight: 700;
    font-size: 61px;
  }
  .home-desc{
    color: var(--white);
    font-family: var(--main-font2);
    font-weight: 400;
    font-size: 23px;
    margin: 15px auto;
  }
  .home-btns-container{
    display: flex;
    float: right;
    font-weight: 700;
    font-size: 19px;
  }
  .call-us-btn{
    text-decoration: none;
    padding: 1vh 5.5vh;
    background-color: var(--orange);
    color: var(--white) !important;
    border-radius: 5px;
    cursor: pointer;
  }
  .or-btn{
    margin: auto 25px;
    color: var(--white);
  }
  .whats-btn{
    text-decoration: none;
    padding: 1vh 5.5vh;
    background-color: var(--skyblue);
    color: var(--white) !important;
    border-radius: 5px;
    cursor: pointer;
  }
  .mySwiperhomemobile{
    display: none;
  }
  @media only screen and (max-width: 650px){
    .home{
      margin: 8vh auto 0;
    }
    .mySwiperhome{
      display: none;
    }
    .mySwiperhomemobile{
      display: block;
    }  
    .home-img-mobile{
      width: 100%;
      height: 550px;
    } 
    .home-content-container-mobile{
      position: absolute;
      text-align: center;
      padding: 0 3vh;
    }
    .home-title-mobile{
      color: var(--white);
      font-weight: 700;
      font-size: 50px;
    }
    .home-desc-mobile{
      color: var(--white);
      font-family: var(--main-font2);
      font-weight: 400;
      font-size: 20px;
      margin: 25px auto;
    }   
    .home-btns-container{
      display: flex;
      flex-direction: column-reverse;
      float: unset;
      margin: auto;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
    }
    .call-us-btn{
      display: block;
      width: 70%;
      margin: 5px auto;
      text-decoration: none;
      padding: 1vh 5.5vh;
      background-color: var(--orange);
      color: var(--white) !important;
      border-radius: 5px;
    }
    .whats-btn{
      display: block;
      width: 70%;
      margin: 5px auto;
      text-decoration: none;
      padding: 1vh 5.5vh;
      background-color: var(--skyblue);
      color: var(--white) !important;
      border-radius: 5px;
    }      
  }

  /***********************************************/
  .about{
    margin: 10vh auto;
  }
  .about-container{
    padding: 5vh 0;
    width: 80%;
    margin: auto;
  } 
  .about-col:nth-child(1){
    text-align: right;
    padding-left: 5vh;
  }
  .about-img{
    width: 500px;
    height: auto;
    border-radius: 5px;
  }
  .about-title{
    font-weight: 700;
    font-size: 53px;
    color: var(--skyblue);
    margin: 15px auto;
  }
  .about-desc{
    font-family: var(--main-font2);
    font-size: 22px;
    font-weight: 400;
    margin: 50px auto auto;
    text-align: justify;
  }
  @media only screen and (max-width:650px){
    .about{
      margin: 5vh auto;
    }
    .about-img{
      width: 90%;
      height: auto;
    }
    .about-row{
      display: flex;
      flex-direction: column-reverse;
    }
    .about-col:nth-child(1){
      padding: 0;
      text-align: center;
    }    
    .about-col:nth-child(2){
      text-align: center;
    }
    .about-title{
      font-size: 40px;
      margin: auto;
    }
    .about-desc{
      font-size: 18px;
      margin: 20px auto;
      text-align: center;
    }    
  }

  /***********************************************/

  .numbers{
    padding: 10vh 0 5vh;
    direction: rtl;
    background-color: var(--offwhite);
  }
  .numbers-container{
    width: 85%;
    margin: auto;
  }
  .numbers-title{
    color: var(--skyblue);
    font-weight: 700;
    font-size: 53px;
    margin: 25px auto;
    text-align: center;
  }
  .numbers-row{
    margin: 50px auto;
  }
  .numbers-col{
    padding: 0 30px;
  }
  .number{
    color: var(--skyblue);
    font-size: 55px;
    font-weight: 700;
    font-family: var(--main-font2);
  }
  .number-name{
    font-size: 23px;
    font-weight: 700;
    color: #373737;
    margin: 0 auto 15px;
  }
  .number-desc{
    font-family: var(--main-font2);
    font-size: 18px;
    font-weight: 400;
  }
  @media only screen and (max-width: 650px){
    .numbers{
      padding: 5vh 0 2vh;
    }
    .numbers-container{
      text-align: center;
    }
    .numbers-title{
      font-size: 40px;
    }
      .number-desc{
        margin-bottom: 30px;
      }    
  }

  /***********************************************/
  .services{
    margin: 10vh auto;
    direction: rtl;
  }
  .services-container{
    width: 85%;
    margin: auto;
  }
  .services-title{
    font-weight: 700;
    font-size: 53px;
    text-align: center;
    margin: 50px auto 25px;
    color: var(--skyblue);
  }
  .services-desc{
    font-family: var(--main-font2);
    font-weight: 400;
    font-size: 23px;
    width: 65%;
    margin: auto;
    text-align: center;
  }
  .mySwiperservices{
    margin: 50px auto;
    padding: 0 15px 50px;
  }
  .service-upper-link{
    text-decoration: none;
    color: unset !important;
  }
  .service-container{
    border-radius: 5px;
    margin: auto;
    height: 500px;
    direction: rtl;
    padding-bottom: 15px;
    overflow: hidden;
    text-align: right;
    -webkit-box-shadow: 0px 10px 10px -5px rgb(165, 165, 165, 0.5);
    -moz-box-shadow: 0px 10px 10px -5px rgba(165,165,165, 0.5);
    box-shadow: 0px 10px 10px -5px rgba(165,165,165, 0.5);       
  }
  .service-img{
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s;
  }
  .service-img:hover{
    transform: scale(1.05);
  }
  .service-name{
    font-weight: 700;
    font-size: 24px;
    margin: 15px auto;
    padding-right: 4vh;
    color: #373737;
  }
  .service-desc{
    font-family: var(--main-font2);
    font-weight: 400;
    font-size: 16px;
    padding-right: 4vh;
    padding-left: 4vh;
  }
  .service-link{
    float: left;
    text-decoration: none;
    color: var(--black) !important;
    font-family: var(--main-font2);
    font-size: 18px;
    font-weight: 400;
    margin: -10px auto auto 25px;
  }
  .service-link-arrow{
    color: var(--orange) !important;
    font-weight: 300;
    font-size: 12px;
  }
  .more-services{
      margin: auto;
      text-align: center;
      font-size: 20px;
  }
  .more-services a{
      text-decoration: none;
      color: inherit !important;
  }
  .sevices-page-arrow{
    color: var(--orange) !important;
    font-weight: 300;
  }
  @media only screen and (max-width: 650px){
    .services-container{
      width: 95%;
      margin: auto;
    }
    .services-title{
      font-size: 40px;
      margin: 20px auto;
    }
    .services-desc{
      font-size: 18px;
      width: 80%;
      text-align: center
    }
    .mySwiperservices{
      margin: 50px auto;
      padding: 0 0 50px;
    }
    .service-container{
      margin: auto;
      width: 90%;
    }    
    .service-img{
      width: 100%;
      height: auto;
      margin: auto;
    }
  }
/**********************************************************/
  .reviews{
    margin: 10vh auto;
    direction: rtl;
  }
  .reviews-container{
    width: 80%;
    margin: auto;
  }
  .reviews-col{
    margin: auto;
  }
  .reviews-col .swiper-slide{
    padding: 5vh 0;
  }
  .review-img{
    width: 350px;
    height: auto;
    border-radius: 15px;
    transition: all 0.4s;
    /* transform: rotate(-10deg); */
  }
  .review-img:hover{
    transform: scale(1.2);
  }  
  .mySwiperreviews .swiper-button-prev,
  .mySwiperreviews .swiper-button-next{
        color: var(--blue);
    }
    .mySwiperreviews .swiper-button-prev:after,
    .mySwiperreviews .swiper-button-next:after {
        font-size: 35px;
        
    }

  .reviews-title{
    font-size: 60px;
    font-weight: 700;
    color: var(--skyblue);
    margin-bottom: 40px;
  }
  .reviews-desc{
    font-family: var(--main-font2);
    font-weight: 400;
    font-size: 22px;
    margin: 15px auto;
  }
  @media only screen and (max-width: 650px){
    .reviews-container{
      text-align: center;
    }
    .reviews-row{
      display: flex;
      flex-direction: column-reverse;
    }
    .reviews-title{
      font-size: 40px;
      margin-bottom: 25px;
    }
    .reviews-desc{
      font-size: 18px;
      margin: 15px auto 25px;
    }  
    .review-img{
      width: 300px;
      height: auto;
      transform: rotate(0);
    }
  }
  /***************************************/
  .app{
    padding: 5vh 0;
    border-top: 1px solid var(--skyblue);
    border-bottom: 1px solid var(--skyblue);
    text-align: center;
  }
  .app-continer{
    display: flex;
    justify-content: center;
  }
  .app-images:nth-child(1){
    width: 17.5%;
    margin: auto 20px;
  }
  .app-images:nth-child(2){
    width: 12.5%;
  }   
  .app-images:nth-child(3){
    width: 10%;
  }  
  .app-container-mobile{
    display: none;
  }
  @media only screen and (max-width: 650px){
    .app-container{
      display: none;
    }
    .app-container-mobile{
      display: block;
    }
    .app-images:nth-child(1){
      width: 17.5%;
      margin: auto 20px;
    }
    .app-images:nth-child(2){
      width: 12.5%;
    }   
    .app-images:nth-child(3){
      width: 10%;
      padding-left: 5px;
    }      
  }