.menifesto-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.menifesto-section .patter-left {
  background: url("../../../../../content/dam/royal-enfield-revamp/pattern.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 210px;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .patter-left {
    background-position: bottom;
    height: 130px;
    max-width: 100%;
  }
}
.menifesto-section .patter-left::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vh;
  height: 100%;
  right: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.94%, #000000 126.38%);
  rotate: -90deg;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .patter-left::before {
    width: 100%;
    rotate: 0deg;
    height: 48px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.1) 15.36%, #000 92.72%);
  }
}
.menifesto-section .patter-right {
  background: url("../../../../../content/dam/royal-enfield-revamp/pattern.svg") no-repeat;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 210px;
  background-position: left;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .patter-right {
    background-position: top;
    height: 130px;
    max-width: 100%;
    top: auto;
  }
}
.menifesto-section .patter-right::before {
  content: "";
  position: absolute;
  width: 100vh;
  height: 100%;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.94%, #000000 126.38%);
  rotate: 90deg;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .patter-right::before {
    width: 100%;
    rotate: 180deg;
    height: 56px;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 15.36%, #000 92.72%);
  }
}
.menifesto-section .headline {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 32px;
  position: relative;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
}
@media only screen and (min-width: 1300px) {
  .menifesto-section .headline {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .menifesto-section .headline {
    max-width: 40%;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 24px;
  }
}
.menifesto-section .headline::before,
.menifesto-section .headline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 146px;
  height: 1px;
  background-color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .headline::before,
  .menifesto-section .headline::after {
    width: 80px;
  }
}
.menifesto-section .headline::before {
  left: -170px;
}
.menifesto-section .headline::after {
  right: -170px;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .headline::before {
    left: -90px;
  }
  .menifesto-section .headline::after {
    right: -90px;
  }
}
.menifesto-section .scroll-text {
  color: #4d4d4d;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  transition: color 0.5s ease;
  max-width: 60vw;
  letter-spacing: 0.8px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .menifesto-section .scroll-text {
    font-size: 28px;
    max-width: 285px;
    margin: 0 auto;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1500px) {
  .menifesto-section .scroll-text {
    max-width: 50vw;
  }
}

@media only screen and (min-width: 1900px) {
  .menifesto-section .scroll-text {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 767px) {
  .menifesto-section .scroll-text br {
    display: none;
  }
}
.menifesto-section .tagline {
  font-size: 28px;
  color: #ccc;
  position: relative;
  width: 100%;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-family: GuardianSansXCond Regular;
}

.menifesto-section .tagline::after {
  position: absolute;
  width: 60vw;
  height: 1px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(transparent),
    to(transparent),
    color-stop(50%, white)
  );
  opacity: 0.2;
}

.menifesto-section .tagline span {
  background-color: #000000;
  padding: 0 3px;
  display: inline-block;
  position: absolute;
  top: -15px;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
}
@media only screen and (min-width: 1300px) {
  .menifesto-section .tagline span {
    max-width: 804px;
  }
}
@media only screen and (max-width: 767px) {
  .menifesto-section .tagline {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
  }

  .menifesto-section .tagline::after {
    display: none;
  }

  .menifesto-section .tagline span {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1000px) {
  .menifesto-section .wrapper {
    margin: 71px 0 165px;
  }
}

.wrapper span {
  display: inline-block;
  opacity: 1 !important;
}

.image-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.image-section-bg .img-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.image-section-bg .img-mobile {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .image-section-bg .img-desktop {
    display: none;
  }
  .image-section-bg .img-mobile {
    display: block;
  }

  .image-section-bg {
    opacity: 0.2;
    }
}


#manifesto-section .newpar {
  display: none;
}