.btn-car {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "GothamLight", sans-serif;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
  align-items: center;
  cursor: pointer;
  top: 51%;
  left: 20%;
}
/*.btn-car::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn-car::after {
  transition: border 0.1s linear 0.05s;
}*/
.btn-car .btn-car-inner {
  position: relative;
  z-index: 2;
}
.btn-car:hover {
  color: #373737;
  background-color: #e1e1e1;
  transition: color 0.1s linear 0s;
}
/*.btn-car:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn-car:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}*/

  .btn-img {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 16px "GothamBold", sans-serif;
    text-align: center;
    text-indent: 2px;
    align-items: center;
  }
  .btn-img::before {
    content: "";
    display: block;
    position: absolute;
    
    left: 0;
    width: 100%;
    background: #e1e1e1;
    z-index: 1;
  }
  
  .btn-img .btn-car-inner {
    position: relative;
    z-index: 2;
  }
  .btn-img:hover {
    color: #373737;
  }
  .btn-img:hover::before {
    top: 0;
    height: 100%;
  }
  .btn-img:hover::after {
    border-color: #373737;
  }
  
  @media (max-width: 420px) {
    .btn-img {
      bottom: 10px;
      padding: 10px;
    }
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 490px;
  z-index: 1;
  background-color: black;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 58px 0 28px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slide-content{
  top: -10%;
}
.slideshow .slide-content {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 40px 0 25px 10px;
  max-width: 1000px;
  font-family: "GothamBold", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
}

.image-title{
  margin-top: 60px;
  margin-left: 10px;
}

.slideshow .slide .text {
  margin: 20px 53px 0 10px;
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 320px) {
.slideshow .slide .text {
  margin: 20px 5px 0 10px;
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.4;
}
}

.slideshow .slide .btn-car {
  margin: 80px 0 0;
  border-color: #fff;
  left: 50%;
}
.slideshow .slide .btn-car::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 40px;
  left: 35px;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: left;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 10px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  right: 20px;
  top: 60%;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 20px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}


@media (max-width: 768px) {
.image-title img{
  max-width: 100%;
}
}

@media (max-width: 420px) {
  .image-title img{
    max-width: 50%;
  }
  }

  @media (max-width: 375px) {
    .image-title img{
      max-width: 40%;
    }
    }

@media (max-width: 991px) {
  .slideshow .slide .title{
    font-size: 25px;
    line-height: 1;
  } 
  }
    
@media (max-width: 768px) {
  .slideshow .slide .title{
  font-size: 25px;
  line-height: 1;
  } 
}

@media (max-width: 420px) {
  .slideshow .slide .title{
  margin-top: -20px;
  font-size: 18px;
  } 
}

@media (max-width: 420px) {
  .slideshow .slide .text{
  font-size: 14px;
  line-height: 1.2;
  } 
}

@media (max-width: 991px) {
.slideshow .slide .caption {
  padding: 0 55px 0 25px;
}
}

@media (max-width: 420px) {
  .slideshow .slide .caption {
    padding: 0 45px 0 25px;
  }
  }

  @media (max-width: 991px) {
    .slideshow .pagination {
      left: 30px;
    }
    }

    @media (max-width: 991px) {
    .slideshow .slide .btn-car {
      margin: 80px 0 0;
      border-color: #fff;
      left: 32%;
    }
  }

@media (max-width: 420px) {
.btn-car {
  top: 0;
  padding: 10px;
  left: -10% !important;
  top: 40%;
}
}



@media (max-width: 375px) {
  .btn-car {
    top: 0;
    padding: 10px;
    left: -5% !important;
    top: 40%;
  }
  }

  @media (max-width: 320px) {
.arrows .arrow {
    display: none;
  }
}

@media (max-width: 320px) {
  .slideshow .slide .caption {
    padding: 0 35px 0 20px;
  }
  }

  @media (max-width: 320px) {
    .btn-car {
      left: 0 !important;
      
    }
    }