:root{
    --orange : #FFAA23;
    --red : #FE6150;
    --blue : #124E70;
    --light-blue : #1BC0C6;
    --gray : #DFE0E5;
    --skyblue : #5DBEC5;
    --white : #fff;
    --main-font: 'El Messiri', sans-serif;
    --main-font2: 'Tajawal', sans-serif;
}
@font-face {
  font-family: testfont;
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Regular.ttf);
}
@font-face {
    font-family: testfont4;
    src: url(../fonts/ArbFONTS-Montserrat-Arabic-ExtraLight.ttf);
  }
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: transparent;
    overflow-x: hidden;
    background-color: #F6F6F6;
  /*  font-family: testfont;  */
     font-family: var(--main-font); 

}
@media only screen and (max-width : 850px) {
    body{
        background-color: #F6F6F6; 
    }
}
/* **************************************************** */
.homenav{
    background-color : var(--white) ;
}
.home{
    text-align: center;
    margin:  0 0;
    padding: 0 0 2vh;
}
.home-container .swiper {
    text-align: center;
}
.home-container .swiper .swiper-pagination-bullet-active{
    background-color: var(--white);
}
.home-container .swiper .swiper-button-next,
.home-container .swiper .swiper-button-prev{
    color: var(--red);
}
.home-slider-img-large{
    width : 100%;
    height : auto;
    display : none;
}
.home-slider-img-small{
    width : 100%;
    height : auto;
    display : none;
}
.home-slider-img{
        width : 100%;
    height : auto;
}
@media only screen and (max-width : 900px){
    .home{
        margin: 8vh 0 0vh;
        padding : 0;
    }
    .openbtn-mobile{
        color : var(--blue);
    }
    .home-container .swiper .home-slider-img{
      display :none;
    }
    .home-slider-img-small{
        display :block;
        width : 100%;
        height : 250px;        
        
    }    
    
}
@media only screen and (min-width : 1400px){
    .home-slider-img-large{
        display : block;
    }
    .home-slider-img{
          display : none;
    }    
    .home{
        margin-top: 0;
    }
}
/* **************************************************** */
.offers{
    margin: 0 0;
    padding: 5vh 0 2vh;
    text-align: center;

}
.offers-title{
    margin: 5vh auto 2.5vh;
    color: var(--blue);
    font-weight: bold;
    font-size : 10vh;
}
.offers-container .swiper{
    padding-top: 5vh;
    padding-bottom: 7.5vh;
}
.offers-container .swiper .offers-img{
    margin-left: 2vh;
    width: 500px;
    height: auto;
    box-shadow: -15px -15px 0px 0px rgba(198,201,211,0.75);
    -webkit-box-shadow: -15px -15px 0px 0px rgba(198,201,211,0.75);
    -moz-box-shadow: -15px -15px 0px 0px rgba(198,201,211,0.75);
}
.offers-container .swiper .swiper-pagination-bullet-active{
    background-color: var(--gray);
}
.offers-text{
    text-align: right;
    direction: rtl;
    color: var(--blue);
}
.offers-text-container{
    margin: auto;
}
.offer-title{
    font-size: 10vh;
    margin: 5vh auto;
    font-weight : 400;
}
.offer-price{
    font-size: 5vh;
    margin: 5vh auto;
    font-weight : 400;
}
.offer-desc{
    color: var(--blue);
    margin: 5vh auto;
    font-weight : 400;
}
.offer-buy{
    border: 3px solid var(--blue);
    border-radius: 0;
    color: var(--blue);
}
@media only screen and (max-width : 850px){
    .offers{
        margin: 0 0;
    }
    .offers-title{
        margin: 0 auto;
        font-size: 6.5vh;
        color : var(--blue);
    }
    .offer-title{
        font-size: 5vh;
        color : var(--blue);
    }
    .offer-price{
        font-size: 3vh;
        color : var(--blue);
    }
    .offer-desc{
        color: var(--blue);
    }    
    .offer-buy{
        border: 3px solid var(--blue);
        color: var(--blue);
    }    
    .offers-container .swiper .offers-img{
        width: 100%;
        height: auto;
        box-shadow: 0 0 0 0 rgba(198,201,211,0.75);
        -webkit-box-shadow: 0 0 0 0 rgba(198,201,211,0.75);
        -moz-box-shadow: 0 0 0 0 rgba(198,201,211,0.75);
    }
}
/* **************************************************** */
.brands{
    text-align: center;
    margin: 0 0;
    padding: 5vh 0 ;
    background-color : #fff;
}

.brands-title{
    margin: auto;
    color: var(--blue);
    font-weight: bold;
    font-size: 7vh;
    text-align: center;
    width: fit-content;
    margin-bottom : 20px;
}
.shopbybrandbtn,
.shopbybrandbtn-mobile{
    text-decoration : none;
    color : var(--white);
    background-color : var(--light-blue);
    font-family : testfont;
    padding : 1vh 2vh;
    border-radius : 3px;
}
.shopbybrandbtn-mobile{
    display : none;
    background-color : var(--blue);
}
.shopbybrandbtn:hover,
.shopbybrandbtn-mobile:hover{
    color : var(--white);
}
.all-brands{
    margin: 0vh auto;
    text-decoration: none;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 0;
    transition: all 0.5s;
    font-weight: bold;
}
.all-brands:hover{
    color: var(--white);
    transform: scale(1.1);
}
.brand-col{
    padding: 0;
    margin: auto;
}
.brand-subrow{
    /* border: 1px solid black; */
    margin: auto;
    justify-content: center;
}
.brand-subcol{
    padding: 0;
    margin: auto 2vh;
    width: fit-content;
}
.brand-image{
    width: 150px;
    height: auto;
}
.toyota{
    width: 140px;
}
.mySwiperbrand .swiper-wrapper{
    padding-bottom: 5vh;
}
.mySwiperbrand .swiper-pagination-bullet-active{
    background-color: var(--red);
}
@media only screen and (max-width : 900px){
    .brands{
        padding: 0;

    }
    .brands-row{
        flex-direction: column-reverse;
    }  
    .brands-title{
        font-size: 4.5vh;
        width: 100%;
        margin: 2vh auto;
    }
    .all-brands{
        margin: 1.5vh auto 5vh;
    }
    .brand-image{
        width: 150px;
        height: auto;
    }
    .brand-subcol{
        margin:  2vh;
    }
    .shopbybrandbtn{
        display : none;
    }    
    .shopbybrandbtn-mobile{
        display : block;
        width : fit-content;
        margin : 25px auto;
    }
}
/* .brands-row{
    margin: 0;
    width: 100%;
}
.brand-col,
.brand{
    margin: 2vh auto;
}
.all-brands{
    margin: 0vh auto;
    text-decoration: none;
    background-color: var(--red);
    color: var(--white);
    transition: all 0.5s;
    font-family: var(--main-font2);
    font-weight: bold;
}
.all-brands:hover{
    color: var(--white);
    transform: scale(1.1);
}
@media only screen and (min-width : 900px){
    .brand-mobile{
        display: none;
    }
}
@media only screen and (max-width : 900px){
    .brands{
        margin: 0 0;
    }
    .brand-col{
        margin: 1vh auto;
    }
    .brands-row{
        width: 100%;
    }
    .brands-title{
        margin: 0 auto;
        font-size: 5vh;
    }
} */

/* **************************************************** */
.type{
    text-align: center;
    margin: 0 0 ;
    padding: 0;
    background-color : #f6f6f6; /*var(--blue);*/

}
/* .type-title{
    font-family: var(--main-font);
    margin: 5vh auto;
    color: var(--white);
    font-weight: bold;
}
.type-row{
    margin: auto;
    width: 75%;
    display: flex;
    justify-content: space-evenly;
}
.type-col{
    margin: 2vh auto;
}
.all-type{
    margin: 5vh auto;
    text-decoration: none;
    background-color: var(--red);
    font-weight: bold;
    color: var(--white);
    transition: all 0.5s;
    font-family: var(--main-font2);
}
.all-type:hover{
    color: var(--white);
    transform: scale(1.1);
}
@media only screen and (min-width : 900px){
    .type-mobile{
        display: none;
    }
}
@media only screen and (max-width : 900px){
    .type{
        margin: 0 0;
    }
    .type-title{
        font-size: 5vh;
    }
    .type-row{
        width: 100%;
        flex-direction: row-reverse;
    }
    .type-col{
        margin: 1vh auto;
    }
    .all-type{
        display: none;
    }
    .type-mobile{
        padding: 0;
        margin: 0 auto;
    }
    .type-mobile .type-link{
        margin: auto;
        text-decoration: none;
        color: var(--white);
        font-family: var(--main-font2);
        font-weight: bold;
        font-size: 16px;
    }
    .type-mobile .type-link i{
        display: block;
        margin: 2vh auto;
    }
} */


.type .title-col{
    margin: auto;
    padding: 0 2vh;
}
.type-title{
    font-size: 11.5vh;
    text-align: center;
    margin: auto;
    color: var(--orange);
    font-weight: bold;
    margin-bottom : 25px;
}
.shopbytypebtn,
.shopbytypebtn-mobile{
    text-decoration : none;
    color : var(--white);
    background-color : var(--light-blue);
    font-family : testfont;
    padding : 1vh 2vh;
    font-size : 3vh;
    border-radius : 3px;
}
.shopbytypebtn-mobile{
    display : none;
    background-color : var(--blue);
}
.shopbytypebtn:hover,
.shopbytypebtn-mobile:hover{
    color : var(--white);
}
.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
  }
  
  .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease;
    position: relative;
    overflow-x : hidden;
  }
  .type-name{
      opacity : 0;
      position: absolute;
      top: 5%;
      left: 50%;
      transform: translate(-50%, -5%);
      color: var(--white);
      font-size: 7.5vh;
      width: 100%;
      transition: all 0s;
      transition-delay: 0.5s;
  }  
  .item:hover {
        flex: 5;
        cursor : pointer;
    }
  .item:hover .type-name {
        opacity : 1;
    }    
  .item-1-wrap { 
    background-image: url('../images/car_van3.webp');
  }
  .item-2-wrap { 
    background-image: url('../images/car_suv.webp');
  }
  .item-3-wrap { 
    background-image: url('../images/car_sidan.webp');
  }
  .item-4-wrap { 
    background-image: url('../images/car_pickup.webp');
  }
  .item-5-wrap { 
    background-image: url('../images/car_hatchback.webp');
  }
  .item-6-wrap { 
    background-image: url('../images/car_sport.webp');
  }
  .item-7-wrap { 
    background-image: url('../images/car_cross.webp');
  }
  .item-8-wrap { 
    background-image: url('../images/car_van2.webp');
  }  
  
@media only screen and (max-width : 900px){
    .type{
        background-color : #f6f6f6;
    }
    .type-row{
        flex-direction: column-reverse;
    }    
    .type-title{
        font-size: 5vh;
        margin: 5vh auto;
        text-align: center;
        padding: 0;
    }
    .shopbytypebtn{
    }     
  .item {
        margin-top : 50px;
        flex: 1;
  }    
    .item:hover {
        flex: 15;
    }
    .type-name{
        font-size: 6vh;
    }    
}
@media only screen and (min-width : 1400px){
    
  .type-name{
      transition: all 0s;
      transition-delay: 0.75s;
      font-size: 7.5vh;
  }    
}

/* **************************************************** */
.how{
    text-align: center;
    margin: 0 0 ;
    padding: 5vh 0;
    overflow-x: hidden;
    background-color : #fff;

}
.how-title{
    margin: 0vh auto 5vh;
    color: var(--blue);
    font-weight: bold;
    direction: rtl;
    letter-spacing: 1px;
}
.how-row{
    direction: ltr;
}  
.how-col{
    position: relative;
}
.how-col-arrow::after{
    content: "\2190";
    position: absolute;
    top: 25%;
    right: -5%;
    font-size: 30px;
    color: var(--blue);
}
.how-link{
    text-decoration : none;
}
.how-row .how-img{
    border-radius: 50%;
    margin: 2vh auto;
    border: 2px solid var(--white);
    transition : all 0.5s;
    width: 150px;
}

.how-row .how-img:hover{
    border: 2px solid var(--orange);
    transform: scale(1.2);
}
.step{
    color: var(--blue);
    margin: 2vh auto;
}
.desc{
    margin: 2vh auto;
    color: var(--blue);
}
@media only screen and (min-width : 900px){
    .how-row{
        flex-direction: row-reverse;
    }

}
@media only screen and (max-width : 900px){
    .how{
        margin: 0;
    }
    .how-title{
        font-size: 5vh;
        margin-top : 50px;
    }
    .how-row{
        direction: rtl;
    }    
    .how-col-arrow::after{
        content: "";
    }
    .how-img{
        width: 100%;
    }
}
/* **************************************************** */
.whyus{
    text-align: center;
    margin: 0 0 5vh;
    padding: 10vh 0;
    direction: rtl;
    position: relative;
    background-color: #f6f6f6;
}
.why-row{
    width: 100%;
    margin: auto;
}
.why-title-col{
    margin: auto ;
}
.why-title{
    font-size: 12vh;
    color: var(--orange);
    font-weight: 500;
}
.why-features-col{
    margin: auto;
}
.why-features-col-row{
    float: left;
}
.why-features-row-col{
    margin: 0 0 0 7.5vh;
}
.why-features-container{
    width: 225px;
    height: 250px;
    padding: 0;
    background-color: #a0d6d9;
    color: var(--white);
   /* opacity : 0.5; */
    cursor: pointer;
    position: relative;
    transition: 0.25s all;
}
.why-features-container:hover{
   background-color: #5CBEC5;    
   transform : scale(1.1);
}
.why-features-text-container{
    position: absolute;
    bottom: 1vh;
    width: 95%;
    left: 1.5vh;
}
.why-text{
    text-align: right;
    font-size: 22px;
    padding-right: 1vh;
    border: 2px solid transparent;
}
.why-number{
    float: left;
    font-size: 18px;
}
@media only screen and (min-width : 851px){
    .why-title-col{
        margin-left: -12.5vh;
    }
}
@media only screen and (min-width : 1400px){
    .why-features-row-col{
        margin: 0 7vh 0 0;
    }
    
}
@media only screen and (max-width : 850px){
    .why-title{
        font-size: 7vh;
        text-align: center;
    }
    .why-features-col-row{
        float: unset;
    }
    .why-features-row-col{
        margin: 0 ;
    }
    .why-features-container{
        margin: 1vh auto;
    }
}

.features-list{
    list-style: none;
    padding: 0;
}
.features-list li{
    display: flex;
    margin: 3vh auto;
    padding: 1.5vh 2vh 0 0;
    border: 1px solid var(--white);
    background-color: var(--light-blue);
    position: relative;
    width: 85%;
    border-radius: 15px 50px 50px 15px;
    transition: all 0.5s;
}
.features-list li:hover{
    transform: scale(1.2);
}
.feature-number {
    font-size: 3.8vh;
    border-radius: 50%;
    color: var(--white);
    width: 6.7vh;
    height: 6.7vh;
    background-color: var(--blue);   
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-top: 0.75vh;
    border : 1px solid var(--white);
}
.feature-text{
    font-size: 3vh;
    margin-right: 6vh;
    text-align: right;
    width: max-content;
    color: var(--white);
}
@media only screen and (max-width : 900px){
    .whyus{
        padding: 5vh 0;
    }
    .why-row{
        width: 100%;
    }
    .why-title{
        font-size: 6vh;
    }
    .feature-number {
        font-size: 4vh;
        width: 6.5vh;
        height: 6.5vh;
        padding-top: 0.75vh;
    }
    .feature-text{
        font-size: 1.9vh;
        margin-right: 6vh;
    }
}
@media only screen and (min-width : 1400px){
  /*  .why-title{
    font-size : 13vh;
        
    }*/
    .feature-number {
        font-size: 3vh;
        width: 5.7vh;
        height: 5.7vh;
        padding-top: 0.75vh;
        border : 1px solid var(--white);
    }
    .feature-text{
        font-size: 2.5vh;
        margin-right: 5vh;
    }
}
/* .whyus-title{
    font-family: var(--main-font);
    color: var(--white);
    font-weight: bold;
    letter-spacing: 1px;
    transform: rotate(270deg)  translate(10%, -50%);
    position: absolute;
    left: -10%;
    top: 50%;
}
.whyus-container .swiper{
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.whyus-container .whyus-text-container .whyus-img{
    width: 200px;
    height: auto;
    margin: 2vh auto;
}
.whyus-container .whyus-text-container .whyus-text-header{
    font-family: var(--main-font);
    color: var(--white);
    margin: 3vh auto;
}
.whyus-container .whyus-text-container .whyus-text-desc{
    font-family: var(--main-font2);
    color: var(--gray);
}
.whyus-container .swiper .swiper-pagination-bullet-active{
    background-color: var(--light-blue);
}
@media only screen and (max-width : 900px){
    .whyus{
        direction: ltr;
        margin: 0;
    }
    .whyus-title{
        direction: rtl;
        margin: auto;
        font-size: 5vh;
        transform: rotate(0)  translate(0%, 0%);
        position: relative;
        left: 0;
        top: 0;
    }
    .whyus-container .swiper{
        padding-top: 5vh;
        padding-bottom: 2.5vh;
    }
} */

/* **************************************************** */
.partners{
    text-align: center;
    margin: 0 0;
    padding: 5vh 0 ;
    background-color : #fefefe;
}
.partner-title-col{
    margin: auto;
}
.partners-title{
    margin: auto;
    color: var(--blue);
    font-weight: bold;
    font-size: 10vh;
    text-align: center;
    width: fit-content;
}
.partner-col{
    padding: 0;
    margin: auto;
}
.mySwiperpartner .swiper-slide{
    margin: auto;
}
.partner-image{
    width: 150px;
    height: auto;
}
.mySwiperpartner .swiper-wrapper{
    padding-bottom: 5vh;
}
.mySwiperpartner .swiper-pagination-bullet-active{
    background-color: var(--red);
}
@media only screen and (max-width : 900px){
    .partners{
        padding: 0;
    }
    .partners-row{
        flex-direction: column-reverse;
    }      
    .partners-title{
        font-size: 6.5vh;
        width: max-content;
        margin: 2vh auto;
    }
    .all-partners{
        margin: 1.5vh auto 5vh;
    }
    .brand-image{
        width: 150px;
        height: auto;
    }
    .brand-subcol{
        margin:  2vh;
    }
}

/* **************************************************** */

  .review{
    margin: 5vh auto 0;
    direction: rtl;
    background-color : var(--white);
    padding : 2vh 0 4vh;
  }
  .review-title{
    font-size: 6.25vh;
    text-align: right;
    margin: 5vh auto;
    font-family: testfont;
    color: var(--blue);
  }
  .swiper-wrapper-review{
    padding-bottom: 8vh;
  }
  .swiper-pagination-bullet{
    border-radius: 10px;
  }  
  .mySwiperreview .swiper-pagination-bullet-active{
    background-color: var(--blue);
  }
  .swiper-slide-review{
    background-color: #f6f6f6;
    font-family: testfont;
    padding: 2vh 5vh;    
  }
  .review-rating-title{
    font-size: 3vh;
    color: var(--blue);
  }
  .review-datename{
    text-align: left;
    color: #c2c2c2;
    font-family : testfont2;
    font-size : 11px;
  }
  .review-star-list{
    list-style: none;
    padding: 0;
  }
  .review-star-list li{
    display: inline-block;
  }
  .review-star-list li i{
    color: #ccc;
  }  
  .review-star-list li .checked{
    color: var(--orange);
  }
  .review-text{
    font-size: 2.5vh;
    color : #c2c2c2;
    font-family: testfont2;
    margin: 10px auto 10px;
  }
  .review-more-btn{
    font-family: testfont2;
    color: #777 !important;
    text-decoration: none
  }
@media only screen and (min-width : 1400px){
  .review-title{
    font-size: 6vh;
  }    
  .review-rating-title{
    font-size: 2.5vh;
    color: var(--blue);
  }  
    
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
      .swiper-slide-review{
        max-height :220px;  
      }    
}

@media only screen and (max-width : 900px){
    
  .review-title{
    font-size: 5vh;
    margin: 5vh auto;
  }    
}

/* **************************************************** */
.mobile-section-img,
.mobile-section-img-large,
.mobile-section-img-small{
    width: 100%;
    height: auto;
}
.mobile-section-img-large,
.mobile-section-img-small{
    display: none;
}
@media only screen and (max-width : 900px){
    .mobile-section-img-small{
        display :block;
    }
    .mobile-section-img{
        display: none;
    }
}
@media only screen and (min-width : 1400px){
    .mobile-section-img-large{
        display :block;
    }
    .mobile-section-img{
        display: none;
    }
}