
.wrapper-home-slider{
  position: relative;
  height: 500px;
 
  overflow: hidden;
  /*background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);*/
}
.wrapper-home-slider .images{
  height: 100%;
  width: 100%;
  display: flex;
}
.wrapper-home-slider .images .img-1{
  height: 100%;
  width: 100%;
  /*background: url("../images/img.jpg") no-repeat;*/
  /* background: url("images/car.jpg") no-repeat; */
  background-position: center !important;
}
.wrapper-home-slider .images .img-2{
  position: absolute;
  height: 100%;
  width: 50%;
  /* filter: blur(5px); */
  /*background: url("../images/img.png") no-repeat;*/
  /* background: url("images/car.png") no-repeat; */
  background-position: center !important;
}




.wrapper-home-slider .images .img-3{
  height: 100%;
  width: 100%;
  background: url("../images/1_1.jpg") no-repeat;
  /* background: url("images/car.jpg") no-repeat; */
  background-position: center !important;
}
.wrapper-home-slider .images .img-4{
  position: absolute;
  height: 100%;
  width: 50%;
  /* filter: blur(5px); */
  background: url("../images/1_2.jpg") no-repeat;
  /* background: url("images/car.png") no-repeat; */
  background-position: center !important;
}







.wrapper-home-slider .slider{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.wrapper-home-slider .slider input{
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
  height: 485px;
  opacity: 0;
}
.slider input::-webkit-slider-thumb{
  height: 486px;
  width: 3px;
  background: none;
  -webkit-appearance: none;
  cursor: col-resize;
}
.slider .drag-line{
  width: 3px;
  height: 486px;
  position: absolute;
  left: 49.85%;
  pointer-events: none;
}
.slider .drag-line::before,
.slider .drag-line::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 222px;
  background: #fff;
}
.slider .drag-line::before{
  top: 0;
}
.slider .drag-line::after{
  bottom: 0;
}
.slider .drag-line span{
  height: 42px;
  width: 42px;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slider .drag-line span::before,
.slider .drag-line span::after{
  position: absolute;
  content: "";
  top: 50%;
  border: 10px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider .drag-line span::before{
  left: 40%;
  border-left-color: #fff;
}
.slider .drag-line span::after{
  left: 60%;
  border-top-color: #fff;
}

.navbar {
    margin-bottom: 27px !important;
}