* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection{
  background-color: #ab302f;
  color: #FFF;
}
html {
  box-sizing: border-box;
  font-size: 10px;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #444;
  line-height: 1.9;
  background-color: #f3f3f3;
  direction: rtl;
}


/***************************************/
/* GENRAL REUSABLE COMPONENTS MOBILE */
/**************************************/

@media only screen and (max-width: 600px) {
  .headline {
    font-size: 2.2rem !important;
  }
  .sell{
    font-size: 1.1rem !important;
  }
  .text{
    font-size: 1.3rem !important;
    font-weight:600 !important;
  }
  .price{
    font-size: 1.5rem !important;

  }
  h2{
    font-size: 1.5rem !important;
  }
  .model{
    font-size: 1.6rem !important;
  }
  .branches{
    padding: 0.1rem 1rem !important;
  }
  .header{
      height:5rem !important;
  }
  .scooter{
      padding-top: 1.3rem !important;
  }
  .kimi{
      display:none;
  }
  .container{
      padding: 0px 1.2rem !important;
     
  }
  .grid{
      column-gap:1.2rem !important;
  }
  .inokimscooter{
      line-height:3rem !important;
  }
  .grid--2-cols {
  padding-bottom: 2rem;
}
}



/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/
.container {
  /* 1140px */
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 2.4rem;
  row-gap: 9.6rem;

  /* margin-bottom: 9.6rem; */
}
.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 2rem;
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--5-cols {
  grid-template-columns: repeat(5, 1fr);
}

.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

/**************************/
/* header */
/**************************/
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ab302f;
    height: 7rem;
    padding-bottom: 0.2rem;
}
.logo{
   max-height: 100%;
    /* padding: 0.6rem 0; */
}

.branch{
    background-color: #333;
    margin-top: 2rem;
    color: #fff;
    border-radius: 4px;
    max-width: 114rem;
}
.branch h1{
    text-align: center;
    font-size: 3rem;
}

.branches{
    margin-top: 2rem;
    padding: 2rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.139);
    

}

.sell{
    text-align: center;
    font-size: 3rem;
}

.scooter{
    background-color:#333 ;
    color: #fff;
    text-align: center;
    margin-top: 2.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    border-radius: 4px;
}

.scooter h2{
    font-size: 2.3rem;
}

.lab{
     background-color:#333 ;
    color: #fff;
    text-align: center;
    margin-top: 2.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    border-radius: 4px;
}

.lab h2{
    font-size: 2.3rem;
}

.model{
    font-size: 3rem;
    font-weight: 500;
    padding-left: 2rem;
}

.text{
    font-size: 2.5rem;
    
}



.flex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem  ;
    border-bottom: 1px dashed #333;
    text-transform: uppercase;
}

.flex:last-child{
  border-bottom: 0;
}

.price{
    font-size: 2.5rem;
    color: red;
}

.flex-branch{
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 3rem;*/
}

.all--incomes{
    color: red;
}

.inokimscooter{
    color: red;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    line-height: 4rem;
    /* padding-top: 2rem; */
}

.all--incomes{
font-size: 3.3rem;
font-weight: 500;
}

.text--branch{
    font-size: 3rem;
    color: red;
}

/* HOL */

.hol-heading{
  text-align: center;
  font-size: 2.5rem;
}

.text--branch{
  display: flex;
  justify-content: center;
  align-items: center;
}