/* #special7 {
  background: #ea2534 url("../img/special7_banner.jpg") no-repeat fixed
    center/100%;
  height: 300px;
  color: #fff;
} */

#gallery-bg {
  background: #ea2534 url("../img/gallery.jpg") no-repeat fixed center/cover;
   height: 300px;
  color: #fff;
}
.video_banner{
  background: #ea2534 url("../img/gallery/videobanner.jpg") no-repeat fixed center/cover !important;
  height: 300px;
 color: #fff;
}

.dark-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  /* left: 0; */
  /* right: 0; */
  background-color: rgba(0, 0, 0, 0.4);
}

.about-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0.5rem 0;
  background: #fafafa;
  border-bottom: 1px solid #666;
}

.about-nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-nav .container h3 {
  margin-top: 0.5rem;
  color: #666;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.about-nav .container ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-nav .container ul li {
  margin: 0.7rem 1rem 0 1rem;
}

.about-nav .container ul li:last-child {
  margin: 0.7rem 0rem 0 1rem;
}

.about-nav .container ul li a {
  text-decoration: none;
  color: #666;
}

.about-nav .container ul li a:hover {
  color: #ea2534;
}

.about-nav .active {
  color: #ea2534 !important;
}

a.product-link h3 {
  text-decoration: none;
  display: inline-block;
  font-size: 1.1rem;
}

.product-desc {
  margin-bottom: 1.5rem;
}

.product-header {
  color: #666;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.product-para {
  color: #666;
  font-size: 0.9rem;
}

.product-partition {
  width: 100%;
  height: 1px;
  background: #c6c6c6;
}

.product-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #666;
  margin: 1rem 0 2rem 0;
}

.product-item a {
  display: block;
}

.product-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.7rem;
  margin-bottom: 1.5rem;
}

.prod-grid {
  width: 100%;
  margin: 1rem 0;
}

.prod-grid .prod-img {
  width: 100%;
  background: #f4f4f4;
  padding: 1.5rem;
}

.prod-img img {
  width: 70%;
  display: block;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.prod-grid .img-desc {
  text-align: center;
  width: 90%;
  background: #fff !important;
}

.prod-heading {
  color: #666;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.prod-grid .img-desc a {
  text-decoration: none;
}

.prod-link {
  color: #666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-nav-sm {
  display: none;
}

.sp7-logo {
  width: 40%;
}
.hotstar-logo {
  width: 48%;
  display: block;
  margin-top: 0.5rem;
}

.super-logo {
  width: 54%;
  display: block;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .about-nav-sm {
    display: none;
  }
  .about-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-nav .container h3 {
    margin-top: 0.5rem;
    color: #666;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .about-nav .container ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-nav .container ul li {
    margin: 0.7rem 0.4rem 0 0.4rem;
  }

  .about-nav .container ul li:last-child {
    margin: 0.7rem 0rem 0 0.4rem;
  }

  .about-nav .container ul li a {
    text-decoration: none;
    color: #666;
    font-size: 0.7rem;
  }

  .about-nav .container ul li a:hover {
    color: #ea2534;
  }
}

@media (max-width: 500px) {
  .about-nav-sm {
    display: block;
  }

  .about-nav {
    display: none;
  }

  .prod-heading {
    color: #666;
    font-size: 0.7rem;
    margin: 0.5rem 0;
  }
}

.about-nav-sm .list-group-item-custom {
  /* background: #000;
  color: #fff; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-nav-sm .list-group-item-custom i {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

/* .prod-link:hover {
  color: #ea2534;
} */
.prod-grid:hover .prod-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.prod-grid:hover .prod-heading,
.prod-grid:hover .prod-link {
  color: #ea2534;
}

.plates-title {
  text-transform: uppercase;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 2.4rem;
}

.plates-heading {
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}
/* 
#plates-showcase .product-link:hover .prod-img img {
  transform: scale(1.05);
}
#plates-showcase .product-link:hover .plates-heading,
#plates-showcase .product-link:hover .prod-link {
  color: #ea2534;
} */

#plates {
  background: #fafafa;
  border-top: 1px solid #666;
}

.plates-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plates-list li {
  padding: 1rem 0rem 0 0rem;
}

.plates-list li a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.plates-list li a.active {
  color: #ea2534;
}

.prod-desc-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff1a1a;
  margin: 0.1rem 0;
}

.plates-logo {
  width: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plates-logo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.turbo-logo,
.tint-logo,
.woodcraft-logo {
  width: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.platina-logo {
  width: 60%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.chrome-logo {
  width: 72%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: -13rem;
}

.plates-header {
  display: block;
  width: 6%;
  margin-bottom: 1rem;
}

.chrome-header {
  display: block;
  width: 16%;
  margin-bottom: 1rem;
}

.tint-header {
  display: block;
  width: 5%;
  margin-bottom: 1rem;
}

.woodcraft-header {
  display: block;
  width: 10%;
  margin-bottom: 1rem;
}

img.tint-sm-header {
  display: block;
  width: 25%;
  margin: auto;
}

img.platina-sm-header {
  display: block;
  width: 32%;
  margin: auto;
}

img.turbo-sm-header {
  display: block;
  width: 34%;
  margin: auto;
}

img.chrome-sm-header {
  display: block;
  width: 70%;
  margin: auto;
}
img.woodcraft-sm-header {
  display: block;
  width: 50%;
  margin: auto;
}

#plates-showcase a.product-link {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#plates-showcase a.product-link:hover .plates-heading {
  color: #ff1a1a;
}

#plates-showcase a.product-link:hover .prod-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* .breadcrumb-navigation {
  background: #f9f9f9;
  padding: 0.6rem 0 0.1rem 0;
  border-top: 1px solid #666;
}
.custom-breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom-breadcrumb-item {
  margin-right: 0.5rem;
}

.custom-breadcrumb-item a {
  text-decoration: none;
  color: #666;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-breadcrumb-item a.active {
  color: #ff1a1a;
  margin-left: 0rem;
}

.custom-breadcrumb-item a i {
  color: #ff1a1a;
  display: inline-block;
  margin-left: 0.2rem;
} */

.partition1 {
  width: 100%;
  height: 1px;
  background: #666;
}

@media (max-width: 768px) {
  .product-item {
    -ms-grid-columns: 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  .single-prod .container .row .prod-main-img {
    margin: auto auto 3rem auto;
  }

  .single-prod .container .row .single-prod-desc {
    margin: 0 5rem;
  }
}

@media (max-width: 500px) {
  .product-item {
    -ms-grid-columns: 1fr 0.7rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .plates-list li {
    padding: 1rem 0.4rem 0 0.4rem;
  }

  .plates-list li a {
    font-size: 0.7rem;
  }

  #plates-nav {
    background: #fff;
  }

  #plates {
    background: #fafafa;
    border-top: none;
    margin-top: 1rem;
    text-align: center;
  }

  .product-header,
  .product-para {
    text-align: center;
  }

  .plates-header {
    display: block;
    margin: auto;
    width: 15%;
    margin-bottom: 1rem;
  }
}

.prod-banner-content {
  position: absolute;
  top: 90px;
  left: 110px;
}

.prod-banner {
  position: relative;
  letter-spacing: -3px;
  top: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #ff8080;
}

.banner-color1 {
  color: #1aa3ff;
}

.banner-color2 {
  color: #cc0099;
}

.the {
  position: relative;
  top: -10px;
  font-size: 2.5rem;
  color: #808080;
  margin: 0;
}

.sm-banner-title {
  position: relative;
  color: #808080;
  font-weight: 700;
  top: -10px;
  left: -10px;
  font-size: 4rem;
}

.prod-banner-para {
  position: relative;
  color: #808080;
  font-size: 1.2rem;
  top: 18px;
  font-weight: 100;
}

@media (min-width: 1400px) {
  .prod-banner-content {
    left: 130px;
  }
}

@media (min-width: 1600px) {
  .prod-banner-content {
    top: 110px;
    left: 230px;
  }
}

@media (min-width: 1900px) {
  .prod-banner-content {
    top: 150px;
    left: 380px;
  }
}

@media (min-width: 1920px) {
  .prod-banner-content {
    top: 150px;
    left: 390px;
  }
}
