@font-face {
  font-family: DD-TTNorms;
  src: url("../fonts/TTNorms-Regular.woff2");
  /*font-weight: 400;*/
}
@font-face {
  font-family: DD-TTNorms;
  src: url("../fonts/TTNorms-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: DD-TTNorms;
  src: url("../fonts/TTNorms-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: DD-TTNorms;
  src: url("../fonts/TTNorms-ExtraBold.woff2");
  font-weight: 800;
}
@font-face {
  font-family: DD-TTNorms;
  src: url("../fonts/TTNorms-ExtraBold.woff");
  font-weight: 900;
}

html,
body {
  font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
  /*transition: all 0.6s ease-in-out 0s;*/
  overflow-x: hidden;
}

button {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: buttonface;
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}

.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  /* top: 0; */
  background: #fff;
  z-index: 99999;
}

.btn-primary {
  background: #eb1700;
}

.header-container {
  width: 100vw;
  background-color: #fff;
  padding: 14px 3rem;
  display: flex;
  z-index: 1000;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(196, 196, 196, 0.44);
}

.nav-menu {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex: 1 1 0%;
}

.nav-menu .nav-menu-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.04ch;
  text-transform: none;
  color: rgb(235, 23, 0);
  display: block;
  font-variant-ligatures: no-common-ligatures;
  margin: 0px;
  padding: 10px 0px;
  transition: color 0.15s ease-in-out 0s;
}

.nav-menu .nav-menu-item:hover {
  text-decoration: none;
  color: #ff3008;
}

.nav-menu .nav-menu-item a {
  /*cursor: pointer;*/
  color: #ff3008;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  margin-bottom: -6px;
  margin-right: 2rem;
  font-size: 1.125rem;
}

.nav-menu .nav-menu-item a:hover {
  border-color: #ff3008;
}

.nav-menu .nav-btn {
  margin-left: 20px;
  min-height: 40px;
  text-align: center;
  background-color: rgb(235, 23, 0);
  color: white;
  box-shadow: transparent 0px 0px 0px 1px inset;
  border-radius: 32px;
  border-width: initial;
  border-style: none;
  transition: background-color 0.15s ease-in-out 0s;
  text-decoration: none;
  font-size: 16px;
  font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
}

.nav-menu .nav-btn:hover {
  background-color: #ff3008;
}

.nav-submenu {
  margin-top: 23px;
}

.nav-submenu-item {
  font-size: 1rem !important;
  padding: 7px 1.5rem !important;
  margin-bottom: 0px !important;
}

.nav-submenu-item.active,
.nav-submenu-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #ff3008;
}

.nav-submenu-item:hover {
  border-bottom-color: transparent !important;
  color: #fff !important;
  text-decoration: none;
  background-color: #ff3008;
}

.home-text {
  margin: 20vh 0px 30px 70px;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 0px 0px 12px;
}

.home-text-header {
  font-size: 46px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-text {
    margin: 20vh 0px 30px 30px;
  }
  .home-text-header {
    font-size: 2.5rem;
  }
  .header-container {
    padding: 14px 2rem;
  }

  @media (max-width: 364px) {
    #slider {
      font-size: 0.951999999em !important;
    }
  }
}

.ni-back {
  display: flex;
  color: white;
  position: absolute;
  bottom: 0;
  /* margin: 0 auto; */
  width: 100%;
}

@media (max-width: 767px) {
  .ni-back {
    display: block;
  }
}

.left-ni {
  width: 100%;
  background-color: #494949a6;
  padding: 30px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-ni:hover {
  background-color: #4a4a4ae0;
}

.right-ni {
  width: 100%;
  background-color: #eb1700a3;
  padding: 30px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-ni:hover {
  background-color: #eb1700e0;
}

.user-desc {
  background-color: rgb(247, 247, 247);
  padding: 64px;
  padding-top: 14px;
}

.user-desc-img-container {
  height: 60px;
  margin-top: 50px;
}

.user-desc-img {
  max-width: 100%;
  height: 100%;
}

.user-desc-container {
  margin-top: 24px !important;
}

.user-desc-container > * + * {
  margin-top: 16px !important;
}

.user-desc-title {
  font-size: 24px;
  font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0ch;
  text-transform: none;
  color: rgb(25, 25, 25);
  display: block;
  font-variant-ligatures: no-common-ligatures;
  margin: 0px;
  padding: 0px;
}
.user-desc-text {
  font-size: 18px;
  font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 0ch;
  text-transform: none;
  color: rgb(25, 25, 25);
  display: block;
  font-variant-ligatures: no-common-ligatures;
  margin: 0px;
  padding: 0px;
}
.user-desc-cta {
  background-color: transparent;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  margin: 0px;
  outline: 0px;
}
.user-desc-cta > div {
  max-width: 100%;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.user-desc-cta > div > div {
  font-size: 18px;
  font-family: DD-TTNorms, "TTNorms", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0ch;
  text-transform: none;
  color: rgb(0, 131, 138);
  display: block;
  font-variant-ligatures: no-common-ligatures;
  margin: 0px;
  padding: 0px;
}
.user-desc-cta > div > .green {
  color: rgb(0, 131, 138) !important;
}
.user-desc-cta > div > .green > span > svg > * {
  stroke: rgb(0, 131, 138) !important;
}
.user-desc-cta > div > .red {
  color: rgb(206, 72, 59) !important;
}
.user-desc-cta > div > .red > span > svg > * {
  stroke: rgb(206, 72, 59) !important;
}
.user-desc-cta > div > .black {
  color: rgb(73, 73, 73) !important;
}
.user-desc-cta > div > .black > span > svg > * {
  stroke: rgb(73, 73, 73) !important;
}

footer {
  background-color: rgb(73, 73, 73);
  z-index: 1;
}

.footer-container {
  padding-top: 32px;
  padding-bottom: 15px;
}

.footer-list {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: none;
  text-decoration: none;
  list-style: none;
  color: #c4c4c4;
  margin-bottom: 3px;
}

.footer-list li a {
  color: #c4c4c4;
}

.footer-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-content svg {
  cursor: pointer;
  fill: #c4c4c4;
  stroke: transparent;
}

.footer-content svg:hover {
  fill: #fff;
}

.footer-header {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  margin-bottom: 8px;
}

footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  color: #c4c4c4;
  margin: 0px;
  padding: 0px;
}

footer .copyright .developer {
  display: -webkit-inline-box;
}

footer .copyright a {
  color: #fff;
}

footer a .social-icons {
  color: #fff;
  padding-right: 20px;
  font-size: 18px;
}

footer a .social-icons:hover {
  text-decoration: underline;
}

/*[EXTRAS]*/

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 h4 a {
  color: #fff !important;
}

.fh-icon-box.style-3.version-dark.hide-button.icon-left .desc {
  color: #fff !important;
}

.fh-icon-box.style-3 .fh-icon,
.fh-icon-box.style-3 .img-icon {
  color: #fff !important;
}

.text-primary {
  color: #eb1700 !important;
}

.border-primary:after {
  background: #eb1700 !important;
}

.border-primary-white:after {
  background: #fff !important;
}

.feature-1,
.free-quote,
.feature-3 {
  background: #eb1700 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.number {
  width: 50px;
  height: 50px;
  background: #eb1700 !important;
  color: #fff;
  line-height: 1.7 !important;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px !important;
  border-radius: 50%;
  margin-bottom: 40px;
}

.section-1234-btn {
  /*font-size: 1.2em;*/
  /*text-transform: uppercase;*/
  /*font-weight: 500;*/
  /*font-style: normal;*/
  /*font-family: "Teko",sans-serif;*/
  /*margin-top: 0.9em !important;*/
  /* margin-bottom: 0.5em !important; */
  /*color: #fff!important;*/
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section-1234-btn {
  position: relative;
  transition: all 300ms ease-out;
}

.section-1234-btn-span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.section-1234-btn-span:hover {
  transform: translate3d(-0.5rem, 0, 0);
}
svg#Layer_1 {
  position: absolute;
  /*width: 1.1em;*/
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-30%);
  transition: all 300ms ease-out;
  will-change: right, opacity;

  /*stroke-width: 5;*/
  /*stroke-color: transparent;*/
}
.section-1234-btn-span:hover svg#Layer_1 {
  opacity: 1;
  right: -4.5rem;
}

.user-desc-cta-link {
  font-size: 18px;
  font-family: DD-TTNorms, "TTNorms", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0ch;
  text-transform: none;
  color: rgb(0, 131, 138);
  display: block;
  font-variant-ligatures: no-common-ligatures;
  margin: 0px;
  padding: 0px;
}

.btn.btn-primary:hover {
  border: 2px solid #000;
  background: #000 !important;
  color: #fff !important;
}
.call-to-action-btn {
  box-shadow: 0px 5px 10px 0px rgba(67, 72, 72, 0);
}

/* LUKMAN STYLES */

.intro {
  padding: 5.5rem 4rem 6.5rem;
}

.intro .lead {
  margin-bottom: 2.5rem;
}

.intro button {
  border-radius: 5px;
}

.intro img {
  width: 15rem;
  height: auto;
}
.intro img:not(:first-of-type) {
  margin-left: 1.5rem;
}
.intro img:first-of-type {
  position: relative;
  bottom: 3rem;
}
.intro img:last-of-type {
  position: relative;
  top: 3rem;
}

.overview {
  padding: 5.5rem 4rem 6.5rem;
  /* background: #0c0c34; */
  /* background: #d0443c; */
  background-color: rgb(247, 247, 247);
}
.overview .goal-statement {
  font-size: 1.1rem;
}

.sub-heading {
  font-size: 36px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: max-content;
}
.sub-heading::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 28%;
  width: 67px;
  height: 2px;
  background-color: #ef2c47;
}

.points {
  margin-top: 4rem;
}

.point {
  padding: 2rem 1.5rem;
  border-radius: 7px;
  box-shadow: 2px 2px 9px rgb(109 120 131 / 30%);
  transition: 0.4s;
}

@media (hover: hover) {
  .point:hover {
    background: white;
    cursor: pointer;
    transform: translateY(-5px);
  }
}

.points h2 {
  margin-bottom: 1rem;
}

.points p {
  line-height: 1.1;
}

.how {
  padding: 5.5rem 4rem 3.5rem;
  /* background: #0c0c34; */
  /* background: #d0443c; */
}
.how img {
  width: 15rem;
}

.how .sub-heading::after {
  left: 38%;
}

.how .steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  margin-top: 5rem;
}

.steps .step {
  padding: 1.5rem 0;
}
.step-1 img:last-of-type {
  position: relative;
  top: 4rem;
}
.step-1 .img {
  margin-bottom: 5rem;
}
.step-2 {
  position: relative;
  top: 14rem;
}
.step-1 img {
  height: auto;
}
.step-2 img {
  height: 25rem;
}
.step-2 img,
.step-3 img {
  width: 100%;
  border-radius: 0 40px 0 0;
}

.right-radius  {
  border-radius: 0 40px 0 0 !important;
}
.enquire {
  padding: 5.5rem 4rem 6.5rem;
}

.enquire img, .enquire-img2 {
  max-width: 100%;
  height: 22.6rem;
  margin: auto;
  border-radius: 0 40px 0 0;
}

.enquire button, .rider-form button {
  width: 30%;
  background: #eb1800d2;
}

@media (max-width: 1350px) {
  .intro img {
    width: 14rem;
  }
  .step-1 img {
    width: 14rem;
  }
}

@media (max-width: 1300px) {
  .intro img {
    width: 12rem;
  }
  .step-1 img {
    width: 13rem;
  }
}

@media (max-width: 1200px) {
  .intro img {
    width: 11rem;
  }
  .intro .right {
    margin-top: 2rem;
  }
  .step-1 img {
    width: 12rem;
  }

  .step-2 img {
    height: 20rem;
  }

  .enquire img, .enquire-img2 {
    height: 20.1rem;
  }
}

@media (max-width: 1140px) {
  .intro img {
    width: 10rem;
  }
  .step-1 img {
    width: 11rem;
  }
}

@media (max-width: 1040px) {
  .how .steps {
    column-gap: 3rem;
  }

  .overview .point {
    flex: 0 0 31%;
  }
  .enquire .sub-heading::after {
    left: 30%;
  }
  
  .enquire img, .enquire-img2 {
    height: 19.7rem;
  }
}

@media (max-width: 1000px) {
  .points .point:not(:first-of-type) {
    /* margin-left: 2rem; */
  }

  .point {
    padding: 2rem 0.9rem;
  }
  .step-2 img {
    height: 14rem;
  }
}

@media (max-width: 991px) {
  .intro {
    padding: 0.5rem 4rem;
  }
  .intro .row {
    display: flex;
    flex-direction: column;
  }
  .intro .right {
    order: 2;
    margin: 5rem 0 6rem;
  }
  .intro .left {
    margin: 3rem 0;
  }
  .intro img {
    width: 33%;
    height: 31rem;
  }
  
  .enquire img, .enquire-img2 {
    height: 248.031px;
  }
}

@media (max-width: 880px) {
  .how .steps {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    align-items: flex-start;
    padding: 0 5.5rem;
  }

  .step {
    margin: 0;
  }

  .step-2 {
    top: 0;
    margin-top: 3rem;
  }

  .step-3 {
    margin-top: 3.5rem !important;
  }

  .step-1 img {
    width: 17rem;
    height: 33.5rem;
  }

  .step-2 img {
    height: auto;
  }
}

@media (max-width: 840px) {
  .intro img {
    height: 28rem;
  }
  
  .enquire img, .enquire-img2 {
    height: 210.594px;
  }
}

@media (max-width: 830px) {
  .how .steps {
    padding: 0 4.5rem;
  }
}

@media (max-width: 785px) {
  .how .steps {
    padding: 0 3rem;
  }
}
@media (max-width: 770px) {
  .intro button:last-of-type {
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .points .point:not(:first-of-type) {
    margin-left: 0;
    margin-top: 2.5rem;
  }

  .point {
    padding: 2rem 1.5rem;
  }
  .how .steps {
    padding: 0 1rem;
  }
  .enquire img, .enquire-img2 {
    height: 40vw;
  }
  .enquire-img2 {
    margin-top: 2rem;
  }
}

@media (max-width: 730px) {
  .intro img {
    height: 24rem;
  }
}

@media (max-width: 700px) {
  .how .steps {
    padding: 0;
  }
  .intro img {
    height: 20rem;
  }
  .step-1 img {
    width: 17rem;
  }
}

@media (max-width: 680px) {
  .step-1 img {
    width: 15rem;
    height: 30rem;
  }
}

@media (max-width: 650px) {
  .step-1 img {
    width: 13rem;
    height: 26rem;
  }
}

@media (max-width: 600px) {
  .intro img {
    height: 17rem;
  }

  .step-1 img {
    width: 12rem;
    height: 23rem;
  }
}

@media (max-width: 550px) {
  .intro {
    padding: 0.5rem 2rem;
  }
  .header-container {
    padding: 0.5rem 2rem !important;
  }
  .intro img {
    width: 34%;
  }
  .intro img:not(:first-of-type) {
    margin-left: 0.5rem;
  }
  .overview {
    padding: 5.5rem 2rem 6.5rem;
  }
  .how {
    padding: 5.5rem 2rem 3.5rem;
  }
  .user-desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .enquire {
    padding: 5.5rem 2rem 6.5rem;
  }

  .step-1 img {
    width: 45%;
  }
}

@media (max-width: 475px) {
  .intro button {
    display: block !important;
    width: 100%;
  }
  .intro button:last-of-type {
    margin-left: 0;
    margin-top: 1rem;
  }

  .step-1 img {
    height: 21rem;
  }

  .sub-heading {
    width: 100%;
    text-align: center;
  }

  .enquire .sub-heading::after {
    left: 38%;
  }
  .enquire button, .rider-form button {
    width: 37%;
  }
}

@media (max-width: 450px) {
  .step-1 img {
    height: 19rem;
  }
}

@media (max-width: 425px) {
  .intro img {
    height: 15rem;
  }
}

@media (max-width: 400px) {
  .intro h1 {
    font-size: 2.2rem;
  }
  .intro img {
    width: 35%;
  }
  .step-1 img {
    height: 16rem;
  }
}

@media (max-width: 375px) {
  .intro img {
    height: 13rem;
  }
  .step-1 img {
    height: 14rem;
  }
  .enquire button, .rider-form button {
    width: 40%;
  }
}

@media (max-width: 350px) {
  .intro img {
    height: 11rem;
  }
  .enquire button, .rider-form button {
    width: 45%;
  }
}

@media (max-width: 330px) {
  .step-1 img {
    height: 12.5rem;
  }
}

@media (max-width: 315px) {
  .step-1 img {
    height: 11.5rem;
  }

  .enquire button, .rider-form button {
    width: 50%;
  }
}
