ul.slider {
  max-width: 60%;
}
.home_slides {
  display: flex;
}
.slider_thumbnail {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  padding: 0;
}
.slider_thumbnail li.thumbnail-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin: 0 10px;
  cursor: pointer;
  width: 100% !important;
  margin-left: 65px;
  color: #fff;
}
.slider_thumbnail li h2 {
  font-size: 16px;
  transition: background 0.5s, color 0.5s, padding 0.5s;
}
.slider_thumbnail li.slick-current.slick-active h2 {
  color: black;
  background: white;
  padding: 0px 15px;
}
.slider_thumbnail li:not(.slick-current):not(.slick-active) h2 {
  background: transparent;
  color: white;
  padding: 0px 15px;
}
.slider_thumbnail h2 {
  margin: 0px 0px 5px 0px !important;
}
.slider_thumbnail .slick-track {
  transform: none !important;
}
.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  flex: 1 1 100%;
}

.static_heading {
  width: 100%;
  margin: auto;
  display: flex;
  color: #fff;
  font-family: "Fira Sans", Sans-serif;
  /* font-size: 6vw; */
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  margin-left: 60px;
  line-height: 100%;
  padding-bottom: 20px;
}

.home_slides ul.slider.slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.slick-custom-arrow.slick-next.slick-arrow {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  transform: scaleY(2.5);
}
.slick-custom-arrow.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  transform: scaleY(2.5);
}
.home_slides [type="button"]:focus,
.home_slides button:focus {
  outline: none !important;
}
.to_page a {
  color: #fff;
  /* font-size: 3vw; */
  font-weight: 900;
  margin-left: 10px;
}

@media (min-width: 350px) {
  .to_page a {
    font-size: 16px;
  }
  .static_heading {
    padding-bottom: 10px;
    font-size: 24px;
    margin-left: 45px;
  }
  .to_page {
    position: relative;
    top: -5px;
  }
  .home_slides {
    flex-direction: column;
  }
  .home_slides ul.slider {
    max-width: 100%;
  }
  .slider_thumbnail li.thumbnail-item {
    margin-left: 50px;
  }
}
@media (min-width: 550px) {
  .static_heading {
    font-size: 60px;
  }
  .slider_thumbnail li h2 {
    font-size: 34px;
  }
}
@media (min-width: 1050px) {
  .home_slides {
    flex-direction: row;
  }
  .home_slides ul.slider {
    max-width: 60%;
    overflow: hidden;
  }
  .static_heading {
    margin-left: 45px;
  }
  .slider_thumbnail li.thumbnail-item {
    margin-left: 50px;
    line-height: 10px;
  }
  .to_page a {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .static_heading {
    font-size: 80px;
  }
  .slider_thumbnail li h2 {
    font-size: 36px;
  }
  .home_slides {
    max-height: 650px;
    overflow: hidden;
  }
}
