#theme-hero {
  background: url('../img/pricing-hero-bg.svg');
  background-position: center;
  background-size: cover;
}

#theme-hero .container {
  min-height: 442px;
}

#theme-hero .hero-title .highlight {
  position: relative;
}

#theme-hero .hero-title .highlight::after {
  content: url('../img/scratch3.svg');
  position: absolute;
  left: -18px;
  top: 18px;
}

@media screen and (max-width: 768px) {
  #theme-hero .container {
    min-height: 360px;
  }

  #theme-hero .hero-title .highlight::after {
    display: none;
  }
}

#feature-carousel .slick-track {
  margin: 0 8vw;
}

#feature-carousel .feature-card {
  margin: 0 10px;
}

#theme-features .dots-container [role='tablist'] {
  list-style: none;
  display: flex;
  padding: 0;
}

#theme-features .dots-container li button {
  width: 20px;
  height: 10px;
  padding: 0;
  border: none;
  background: #f0f0f0;
  font-size: 0;
}

#theme-features .dots-container li:first-child button {
  border-top-left-radius: 39%;
  border-bottom-left-radius: 39%;
}

#theme-features .dots-container li:last-child button {
  border-top-right-radius: 39%;
  border-bottom-right-radius: 39%;
}

#theme-features .dots-container li.slick-active button {
  background: #d41212;
}

#themes .theme-item-wrapper {
  position: relative;
  min-height: 520px;
}

#themes .theme-item-bg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}

#themes .theme-item-bg .box {
  min-height: 500px;
  border-radius: 8px;
}

@media only screen and (max-width: 992px) {
  #themes .theme-item-bg {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #themes .theme-item-bg .box {
    min-height: 390px;
  }
}

#themes .theme-item {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

#themes .theme-item .theme-item-card {
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  box-shadow: 0px 4px 12px rgba(189, 189, 189, 0.1);
}

#themes .theme-item .theme-item-card .card-body {
  padding: 40px;
}

#pre-footer {
  background: url('../img/footer-bg.svg');
  background-position: top;
  background-size: cover;
}
