/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/ui/landingHeading/landingHeading.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.landing_heading {
  position: relative;
  z-index: 1;
}
.landing_heading h2 {
  font-weight: 500;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}
.landing_heading h2 span {
  font-weight: 500;
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .landing_heading h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.landing_heading p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2.2rem;
}
@media (max-width: 575px) {
  .landing_heading p {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2.4rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/road-ahead/RoadAhead.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.road-ahead {
  margin-bottom: 20rem;
}
@media screen and (max-width: 1299px) {
  .road-ahead {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .road-ahead {
    margin-bottom: 0rem;
  }
}
.road-ahead .innerpage_hero_sec {
  justify-content: flex-start;
  padding-top: 8rem;
}
.road-ahead .road-ahead_list {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
.road-ahead .road-ahead_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.road-ahead .road-ahead_list ul li {
  height: 12.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 2rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.road-ahead .road-ahead_list ul li span {
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.road-ahead .road-ahead_list ul li:hover {
  transform: scale(1.02);
}
.road-ahead .road-ahead_list ul li:nth-child(1) {
  background-image: url(/_next/static/media/wave1.e319c622.png);
}
.road-ahead .road-ahead_list ul li:nth-child(2) {
  background-image: url(/_next/static/media/wave2.c3695886.png);
}
.road-ahead .road-ahead_list ul li:nth-child(3) {
  background-image: url(/_next/static/media/wave3.ca5f325f.png);
}
.road-ahead .road-ahead_list ul li:nth-child(4) {
  background-image: url(/_next/static/media/wave4.a61caa0c.png);
}
@media (max-width: 991px) {
  .road-ahead .road-ahead_list ul li {
    height: 9rem;
    font-size: 2.2rem;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .road-ahead .road-ahead_list ul li {
    height: 7.5rem;
    font-size: 1.8rem;
    padding: 0 1rem;
    border-radius: 1.2rem;
  }
}
