﻿
.feature-category-title, .feature-category-contentTwice {
  color: #fff;
}

.feature-category-content {
  color: #fff;
    font-size: 6.78vw;
  line-height: 6.8vw;
  margin: 0;
}
.pan-feature-category {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  height: 60.71428571428571vw;
  max-height: 850px;
  box-sizing: border-box;
}
.slugHold {
  position: absolute;
  top: -120px;
}
.screen.pan-feature-category-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.col-6.feature-category-card:hover {
  background: #111b26;
  cursor: pointer;
}
.feature-category-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.feature-category-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 4.428571428571429vw 1.428571428571429vw;
}
.feature-category-content {
  margin: 0 0 20px;
}
.waveTrack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  position: absolute;
  width: 357.1428571428571vw;
  left: 0;
  top: 0;
  z-index: 9;
}

.waveTrack img {
  position: absolute;
}

.waveTrack div {
  width: 1000vw;
  height: 12.57142857142857vw;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left top;
  display: block;
}

.waveHold {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 12.57142857142857vw;
  margin-top: 10vw;
  bottom: 9.285714285714286vw;
}

.section.feature-category-section {
  color: #fff;
  font-size: 1.428571428571429vw;
}
@keyframes slide {
  from {
    transform: translate3d(-371.4285714285714vw,0,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}

@Media (min-width:1400px) {
@keyframes slide {
  from {
    transform: translate3d(-5200px,0,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}
.section.feature-category-section {
  font-size: 20px;
}
.waveTrack {
  width: 5000px;
}

.waveTrack img {
  position: absolute;
}

.waveTrack div {
  width: 14000px;
  height: 176px;
}

.waveHold {
  height: 176px;
  margin-top: 140px;
  bottom: 130px;
}

  .feature-category-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.feature-category-card-title {
  color: #fff;
  font-size: 38px;
  padding: 62px 20px;
}
}

@Media (max-width:576px) {
.pan-feature-category {
  height: 100vh;
  max-height: unset;
}
}