.fc-main-banner-slider .swiper-slide {
  height: auto;
}

@media (min-width: 992px) {
  .fc-main-banner-slider
    .swiper-container-horizontal
    > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20%;
  }
}

.top-to-bottom-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, #242021, transparent);
}

.banner-content {
  position: absolute;
  top: 45%;
  width: 90%;
  left: 5%;
}

.header-title {
  margin-bottom: 15px;
}

.header-title h2,
.header-title h1 {
  color: #fff;
}

@media (min-width: 768px) {
  .offers-section .header-title h2 {
    font-size: 30px;
  }
}

/* .banner-content p:nth-last-child(2) {
  margin-bottom: 0 !important;
} */

@media (min-width: 768px) and (max-width: 1025px) {
  .banner-content {
    top: 18%;
    width: 40%;
  }
}

.banner-content .fc-def-btn {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .banner-content {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .banner-content .fc-def-btn {
    margin-right: 30px;
  }
}

.banner-content h1 {
  text-transform: uppercase;
  color: #fff;
}

.banner-content p {
  color: #fff;
  font-size: 12px;
}

.banner-content p:nth-last-child(1) {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .banner-content p {
    font-size: 16px;
  }
}

.black-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

/* Image Slider */

.left-to-right-gradient {
  position: relative;
}

.left-to-right-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, #242021, transparent);
}

.image-content {
  position: absolute;
  top: 35%;
  left: 20px;
}

.image-content p {
  color: #fff;
}

@media (min-width: 768px) {
  .image-content {
    position: absolute;
    left: 100px;
  }
}

/* Products Component */

.explore-products-heading {
  margin-bottom: 35px;
}
.explore-products-heading h2 {
  color: #e51836;
  font-size: 25px;
}

.product-info {
  position: relative;
}

@media (max-width: 992px) {
  .product-info {
    text-align: center;
    margin: 15px 0;
  }

  .product-info img {
    margin-bottom: 15px;
  }
}

.product-info a {
  color: #21272a;
}

.product-info.card{
  border-radius: 0;
}

.product-info.card a {
  color: #21272a;
  text-transform: unset;
  font-weight: 600;
  font-size: 20px;
}

.product-info.card img {
  margin: unset;
}

@media (min-width: 992px) {
  .product-info:hover h5 {
    color: #e51836;
  }
  .product-info.card .card-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .product-info.card {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .product-info:hover img {
    transform: scale(1.2);
  }
}

@media (min-width: 992px) {
  .product-info a.button {
    font-family: QuantumRise-semibold, sans-serif;
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 22px;
    width: auto;
  }
}

/* Card Component */

.fc-card {
  border: none;
}

.fc-card .card-title {
  font-size: 16px;
  text-transform: initial;
}

.fc-card .card-body {
  padding-left: 0;
}

.fc-card:hover img {
  transform: scale(1.2);
}

.fc-card .card-link {
  color: #e51836;
  font-weight: 600;
  font-size: 14px;
}

.fc-view-all {
  margin-top: 35px;
}

.fc-view-all:hover a .icon-right {
  display: inline-block;
}

.fc-view-all a {
  color: #fff;
}

.fc-view-all:hover a {
  color: #e51836;
}
.fc-view-all:hover a .icon-circle,
.fc-view-all a .icon-right,
.fc-card:hover .card-link .icon-circle,
.fc-card .card-link .icon-right {
  display: none;
  color: #e51836;
}

.fc-card .card-link i {
  margin-right: 5px;
}

.fc-card:hover .card-link .icon-right {
  display: inline-block;
}

/* Offers Section */

.offers-section {
  background-color: #000;
}

.offers-heading {
  padding-top: 25px;
  padding-bottom: 25px;
}

.offers-heading h2 {
  margin-bottom: 0;
  color: #e51836;
}

@media (min-width: 768px) {
  .offers-heading {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* Large video section */

.lg-video-content {
  padding: 30px 0;
  border-top: 1px solid #cccccc;
}

.lg-video-content .mahindra-logo {
  width: 150px;
}

@media (min-width: 768px) {
  .lg-video-content {
    border: none;
  }
}

/* .lg-video-content h2 {
  font-size: 25px;
} */

.mahindra-advantage-content h2 {
  color: #e51836;
}

.lg-video-content h5,
.lg-video-content h6 {
  font-family: Georama, sans-serif;
  color: #e51836 !important;
  font-size: 15px;
  font-weight: 600;
}

.lg-video-content p {
  font-size: 14px;
}

@media (min-width: 992px) {
  .lg-video-content {
    padding: 0 35px;
  }

  /* .lg-video-content h2 {
    font-size: 40px;
  } */
  .lg-video-content h6 {
    font-size: 18px;
    margin-top: 20px;
  }
  .lg-video-content p {
    font-size: 16px;
  }
}

/* Features section */

.features-section {
  background-color: #4d4d4d;
}

.feature-content {
  text-align: center;
  margin-bottom: 40px;
}

.feature-content p {
  font-size: 16px;
  color: #fff;
}

.features-card h5,
.highlight-card h5,
.feature-content h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  text-transform: capitalize;
}

.feature-content h3 {
  font-size: 22px;
  padding: 5px 0;
}

@media (min-width: 768px){
  .feature-content h3 {
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
    text-transform: capitalize;
  }
}

.features-card h5,
.highlight-card h5 {
  color: #e51836;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
@media (min-width: 768px) {
  .feature-content h3 {
    font-size: 20px;
  }
  .feature-content {
    margin-bottom: 0;
    padding: 0 20px;
  }
}

.feature-content span {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.video-wrapper {
  position: relative;
}

.video-wrapper .play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto !important;
}

/* Highlights Wrapper */

.section-heading {
  padding-bottom: 16px;
}

.section-heading h2 {
  font-size: 20px;
  color: #e51836;
}

.section-heading p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .section-heading h2 {
    font-size: 25px;
  }
}

/* Feedback Section */

.feedback-section {
  background-color: #000;
}

.video-content-wrapper {
  text-align: center;
  margin-top: 20px;
}

.video-content-wrapper p {
  color: #fff;
}

.video-content-wrapper h5 {
  font-size: 16px;
  color: #fff;
}

.video-content-wrapper .profession {
  color: #808080;
}

/* Get the product */

.get-the-product {
  background-color: #f4f4f5;
}

.get-the-product .content-wrapper {
  margin-top: 10px;
}

.get-the-product .content-wrapper h5 {
  font-size: 10px;
}

.get-the-product .content-wrapper p {
  display: none;
}

.get-the-product .text-center {
  margin-bottom: 30px;
}

.get-the-product img {
  max-width: 90px;
}

@media (min-width: 768px) {
  .get-the-product .text-center {
    margin-bottom: 0;
  }
  .get-the-product .content-wrapper h5 {
    font-size: 16px;
  }
  .get-the-product .content-wrapper p {
    display: block;
    color: #808080;
    font-size: 14px;
  }
}
