@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;800;900&display=swap');

@media (max-width: 991.98px) {
  
}
@media (min-width: 992px) {
  .mx-main{
    padding-left: 15%;
  }
  .header__h1{
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .display__none-lg{
    display: none;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .input_grid {
    flex-direction: column !important;
    align-content: space-around;
} 
.header__h1{
  font-size: 40px;
}
  
}


@media (max-width: 767px) {
  .text-center-md {
    text-align: center;
  }
  .display__none-md{
    display: none;
  }
  .hesder__img-mob{
    display: block;

  }
  .btn-main{
  margin-left: auto !important;
  margin-right: auto !important;
  }
    
}

@media (min-width: 767px) {
.hesder__img-mob{
  display: none;
}
}
@media (min-width: 1400px) {
  .header__h1{
    font-size: 70px;
  }
}

*{
  font-family: 'Montserrat', sans-serif;
}
p{
 color: #4F4F4F;
 font-size: 16px;
}
.btn-main{
  background: linear-gradient(91.4deg, #6E33B9 0.81%, #5A80E1 100%);
  border-radius: 100px !important;
  width: 240px;  
  padding: 14px 0 !important;
}
.btn-main:hover{
  background: linear-gradient(91.4deg, #6323b8 0.81%, #3564db 100%);
  border-color: #6323b8 !important;
}
h2,
h4{
  color: #333333;
}
footer p,
footer h2{
  color: #F2F2F2;
}


/* ------- menu ---------- */
.ws-no {
  white-space: nowrap;
}
.ml-auto {
  margin-left: auto!important;
}
.ml-auto li{
  padding-left: 10px;
}
.menu__logo {
  transition: 0.1s;
}
 .menu__logo:hover {
  transform: scale(1.1);
 }
 a.text-dark:hover {
  color: #686868 !important;
 }


/* ------------- header --------------*/
.header__img{
  background-image: url(/img/citroen.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.header__h1{
  font-weight: bold;
  color: #333333;
}
.header__text{
  font-size: 20px;
}



/* -------- main ------------ */
.main-gallery {
  max-width: 97%;
  height: auto;
}
.bg-grey{
  background: #E5E5E5;
}
.caption-mini{
  font-weight: bold;
  font-size: 40px;
}
.comment__date{
  color: #2F80ED;
  font-weight: 500;
  font-size: 14px;
}
h4{
  font-weight: 600;
 font-size: 20px;
}
.bg-white-main{
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

/* footer */
footer{
  background-image: url(/img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
}
.input_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-control {
  max-width: 300px;
}



/* carousel */
