@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.woff2") format("woff2"),
    url("./fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("./fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Thin.woff2") format("woff2"),
    url("./fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.woff2") format("woff2"),
    url("./fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("./fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.woff2") format("woff2"),
    url("./fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.semibold,
.register-process-box .regis-fees a,
.register-process-box .steps-main .stepslist {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
}

.medium,
body .preloader .page-preloader-middle,
.register-process-box .jan-list p,
.register-process-box .regis-radio p {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
}

body,
html,
.register-process-box .regis-radio .radio-custom {
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
}

.bold,
.fw-bold,
.btn-primary,
.btn-anchor,
.register-process-box .steps-main .stepslist.active,
.innerleftmain ul li::before,
.form-group-mobile a,
.textwithbtn a {
  font-family: "Gilroy";
  font-weight: bold;
  font-style: normal;
}

.extrabold {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
}

:root {
  --height80: 80px;
  --wd60: 70px;
  --wh600: 100vh;
  --whminus600: -100vh;
  --conatiner-pad: 40px;
}


.black {
  color: #000 !important;
}

.red {
  color: #dd1121;
}

.bg-grey {
  background: #f8f8f8;
}

.start-0 {
  left: 0;
}

.end-0 {
  right: 0;
}

.me-3 {
  margin-right: 1rem !important;
}

::-moz-selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

body,
html {
  background-color: #fff;
  width: 100%;
  line-height: 1.7;
  min-height: 100%;
  color: #000;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  font-size: 15px;
}

.bg-lighter {
  background: #ccc;
}

.border-1px {
  border: 1px solid #eeeeee;
}

.p-20 {
  padding: 20px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
  line-height: 130%;
}

.fs-40 {
  font-size: 40px;
  line-height: 130%;
}

.headbig {
  font-size: 100px;
  line-height: 1;
}

.headbig2 {
  font-size: 200px;
  line-height: 1;
}

.head2 {
  font-size: 80px;
  line-height: 130%;
}

.head3 {
  font-size: 60px;
  line-height: 130%;
}

.head4 {
  font-size: 40px;
  line-height: 130%;
}

.mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}

.slick-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-gutters .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

body {
  overflow-x: hidden;
}

/********************updated css epm *************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.text-end {
  text-align: right !important;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.slick-testi {
  width: 100%;
  max-width: 100%;
}

h3.para.bold.mb-0 {
  margin: 0;
}

.align-items-center {
  align-items: center !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.h-100 {
  height: 100% !important;
}

.position-relative {
  position: relative !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.reg-form .form-control {
  box-shadow: none !important;
  color: #555 !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  body {
    zoom: 100%;
  }
}

body.is-preload .main-inner {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.lazyload,
.lazyloading {
  opacity: 0.5;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lazyloaded {
  opacity: 1;
}

.container {
  max-width: 1260px;
}

@media only screen and (min-width: 1201px) and (max-width: 1310px) {
  .container {
    max-width: 1230px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 565px;
  }
}

.container-fluid {
  padding-left: var(--wd60);
  padding-right: var(--wd60);
}

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background: #dd1121;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  padding: 10px 40px !important;
  color: #fff !important;
  border-color: #dd1121;
  font-size: 30px;
  line-height: 130%;
}

.vidbox {
  background: #000;
  border: 0 solid #f68121;
  width: 0%;
  height: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.closevid1 {
  position: absolute;
}

.vidbox {
  position: fixed;
  overflow: hidden;
}

.pageLoader,
.vidbox {
  top: 0;
  overflow: hidden;
}

.closevid1 {
  display: none;
  color: #ed2124;
  font-size: 1rem;
  padding: 10px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9999;
  background: 0 0;
  border-radius: 5px;
  cursor: pointer;
}

.vidbox.active {
  width: 100%;
  height: 100%;
  border: 5px;
}

.vidbox iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

.vidbox {
  top: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1899px) {
  .btn-primary {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1600px) {
  .ft-sec {
    background-position: 65% 0% !important;
  }
}

@media only screen and (max-width: 1600px) {
  .btn-primary {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1440px) {
  .btn-primary {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-primary {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .btn-primary {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}

.btn-primary:not(:disabled):focus,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):hover {
  background: #707070 !important;
  border-color: #707070 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background: #707070;
  border-color: #707070;
  color: #fff !important;
}

.btn-anchor {
  background: #dd1121;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  padding: 8px 20px !important;
  color: #fff !important;
  border-color: #dd1121;
  font-size: 20px;
}

@media only screen and (max-width: 1899px) {
  .btn-anchor {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .btn-anchor {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .btn-anchor {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-anchor {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .btn-anchor {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-anchor {
    font-size: 14px;
  }
}

.btn-anchor:not(:disabled):focus,
.btn-anchor:not(:disabled):active,
.btn-anchor:not(:disabled):hover {
  background: #707070 !important;
  border-color: #707070 !important;
  color: #fff !important;
}

.btn-anchor:hover {
  background: #707070;
  border-color: #707070;
  color: #fff !important;
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.space3 {
  padding: 70px 0;
}

.space {
  padding: 50px 0;
}

.space4 {
  padding: 25px 0;
}

.slick-prev,
.slick-next {
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #1a2f4e;
}

.slick-prev::before,
.slick-next::before {
  width: 1rem;
  height: 1rem;
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: "";
  opacity: 1;
}

.slick-prev {
  left: 50px;
}

.slick-prev::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: 50px;
}

.slick-next::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 20px;
  }
}

.slick-dots,
.flickity-page-dots {
  text-align: left;
  bottom: 0;
  z-index: 1;
  left: 40px;
}

@media only screen and (max-width: 1600px) {

  .slick-dots,
  .flickity-page-dots {
    left: 30px;
  }
}

.slick-dots li,
.flickity-page-dots li {
  border: 1px solid #dd1121 !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li.slick-active,
.slick-dots li.is-selected,
.flickity-page-dots li.slick-active,
.flickity-page-dots li.is-selected {
  background: #dd1121 !important;
}

@media only screen and (max-width: 1600px) {

  .slick-dots li,
  .flickity-page-dots li {
    width: 12px !important;
    height: 12px !important;
  }
}

.slick-dots li button,
.flickity-page-dots li button {
  width: 100%;
  height: 100%;
}

.slick-dots li button::before,
.flickity-page-dots li button::before {
  display: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.space-2 {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .space-2 {
    padding: 30px 0;
  }
}

.overlay {
  position: relative;
}

.overlay::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(300deg,
      rgba(255, 255, 255, 0) 40%,
      #202020b8 100%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.overlay.overlaythermecolor::before {
  background-color: rgba(232, 0, 64, 0.9) !important;
}

.overlay2 {
  position: relative;
}

.overlay2::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(25deg,
      rgba(255, 255, 255, 0) -20%,
      #202020b8 100%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.arrivalimg {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .arrivalimg::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  font-weight: 700;
  line-height: 140%;
}

.text-theme-colored {
  color: #dd1121;
}

/*section*/
.start-auto {
  left: auto !important;
}

.heromain2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.heromain2 .herobanneranime2 {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.heromain2 .herobanneranime2.lazyload {
  background-image: none;
}

.lt-position {
  top: 45%;
}

.hero-banner-anime.overlay::before {
  background-image: linear-gradient(332deg,
      rgba(255, 255, 255, 0) 0%,
      #20202063 100%,
      rgba(255, 255, 255, 0) 100%);
}

.right-side-logo {
  position: absolute;
  top: 15%;
  max-width: 300px;
  right: var(--wd60);
}

.form-group {
  position: relative;
}

.form-group-mobile .modal-body h6,
body .form-group-mobile .modal-body p,
.form-group-mobile .modal-body .form-group .form-control {
  font-family: "Gilroy" !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=app.css.map */

.fail-cnt {
  width: auto;
  position: relative;
  padding: 10%;
}

.fail-cnt .ch1 {
  font-size: 1.8rem;
}

.failure-sec {
  background: url(../img/failure-payment.png) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  display: inline-block;
  position: relative;
  float: left;
}

.sucess-sec {
  background: #f7f7f7;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top center;
  display: inline-block;
  position: relative;
}

.bold {
  font-weight: bold !important;
}

.ul a {
  display: inline-block;
  width: 50px;
}

.para1 {
  font-size: 1.45rem;
  line-height: 27px;
  font-weight: 600;
}

.para3 {
  font-weight: 500;
  font-size: 19px;
}

.checklistbx {
  background: #fff;
  padding: 15px;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.08);
}

.para3 a {
  text-decoration: underline !important;
}

a {
  cursor: pointer;
}

.sucess-sec .checkmark {
  top: 7px;
}

.sucess-sec .checklabel {
  font-weight: 600;
  font-size: 18px;
  padding-left: 25px;
}

.ft-sec {
  background: url(../img/Moto2023-desktop.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  display: inline-block;
  position: relative;
  float: left;
}

.reg-form .form-select {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 20px 20px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.ft-cnt {
  width: 30%;
  position: absolute;
  right: 6%;
  bottom: 10%;
  padding: 3%;
}

.r-tbn {
  width: auto;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  font-weight: 800;
  font-size: 1.3rem;
  border-radius: 8px;
  margin-top: 10px;
}

.ch1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 1.1;
}

.st-sec {
  background: url(../img/blk-bg.jpg) no-repeat;
  width: 100%;
  height: 17.5vh;
  background-size: cover;
  background-position: top center;
  position: relative;
  float: left;
  padding: 20px;
}

.white {
  color: #fff;
}

.countdownstrip {
  background: url(../img/sticky-bg.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top center;
  position: fixed;
  float: left;
  padding: 5px;
  bottom: 0;
  z-index: 2;
}

section.countdownstrip.stick.stop {
  display: none !important;
}

.trd-sec {
  width: 100%;
  height: 82.5vh;
  background-size: cover;
  background-position: top center;
  position: relative;
  float: left;
  overflow: hidden;
}

.trd-sec::before,
.vdo-sec::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(25deg,
      rgba(255, 255, 255, 0) -20%,
      #202020b8 100%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.vdo-sec {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  position: relative;
  float: left;
  overflow: hidden;
}

.trd-sec .work-item__video,
.vdo-sec .work-item__video {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.trd-sec .work-item__video video,
.vdo-sec .work-item__video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.strp-div {
  text-align: center;
}

.strp-div h3 {
  font-size: 15px;
  color: #e2292d;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.rideCheckbox .checkboxCont input:checked~.checkmark {
  background-color: #0075ff;
  border: none !important;
}

.rideCheckbox .checkboxCont input:checked~.checkmark::after {
  color: #fff;
}

.rideCheckbox .checkmark {
  width: 14px !important;
  height: 14px !important;
  border-radius: 3px;
  border: 1px #666 solid;
}

.strp-div p {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.strp-div p sup {
  font-size: 10px;
  top: -1em;
}

.strp-div span {
  color: #fff;
  font-size: 13px;
}

.ch3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.para {
  color: #fff;
  font-size: 1.38rem;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

a.playbt span {
  width: 35px;
  display: inline-block;
  margin-right: 8px;
}

.playbt {
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.event-sec,
.vdo-sec {
  width: 100%;
  float: left;
  position: relative;
}

.ridingviewmore-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow-x: hidden;
}

.geartextwrap .para {
  display: none;
  opacity: 0;
  width: 75%;
}

.event-sec h2.ch2 {
  position: absolute;
  left: 4%;
  top: 10%;
  z-index: 1;
  margin: 0 0 10px 0;
}

.ch2 {
  margin-top: 25px;
  font-size: 2.7rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.z-2 {
  z-index: 2;
}

.opac {
  animation: fadeInAnimation ease 1.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ridingviewmore-main a {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ridingviewmore-main a .geartextwrap {
  position: absolute;
  text-align: left;
  left: 10%;
  top: 45%;
  width: 100%;
  padding: 0 10px;
}

.campaign-riding label {
  font-weight: 500 !important;
}

.checklabel {
  font-weight: 500 !important;
  font-size: 15px !important;
}

.ridingviewmore-main a>img {
  height: 100%;
  -o-object-position: revert;
  object-position: revert;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.ridingviewmore-main.hover1 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}

.ridingviewmore-main.hover1 a:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.ridingviewmore-main.hover2 a:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.ridingviewmore-main.hover2 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}

.ridingviewmore-main.hover3 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}

.ridingviewmore-main.hover3 a:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.instag {
  background: #f7f7f7;
  width: 100%;
  position: relative;
  float: left;
  padding: 2% 0;
}

.black {
  color: #000;
}

.inst-div {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  margin:0;
}

.inst-div p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.ins-con a {
  width: 18px;
  display: inline-block;
  cursor: pointer;
}

.product {
  width: 100%;
  position: relative;
  float: left;
}

.prdct {
  position: relative;
}

.prdct h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25px;
  margin: 0;
}

.testimon {
  background: url(../img/testimonial-bg.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  position: relative;
  float: left;
  padding: 5% 0;
  z-index: -1;
}

.position-relative.slick-testi {
  margin: 30px 0px;
}

img.img-fluid.testi-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.test-cnt {
  padding: 5%;
}

.slick-testi .slick-prev {
  left: 38%;
  top: auto;
  bottom: 20px;
}

.slick-testi .slick-prev::before {
  content: "";
  background: url(../img/testimonial-arrow-2.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
}

.slick-testi .slick-next {
  right: 55%;
  top: auto;
  bottom: 20px;
}

.slick-testi .slick-next::before {
  content: "";
  background: url(../img/testimonial-arrow-1.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
}

span.pg-stl {
  font-weight: 600;
  font-size: 1.3rem;
  position: absolute;
  right: 42%;
}

.prod-types a {
  display: inline-block;
}

.prod-types a span {
  display: inline-block;
  padding: 0px;
  border-radius: 10px;
  width: 125px;
  transition: 0.5s ease all;
}

.prod-types {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.off,
.off1 {
  display: none;
}

.cmn.active span {
  position: relative;
  top: -5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(230, 39, 44, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(230, 39, 44, 1);
  box-shadow: 0px 5px 0px 0px rgba(230, 39, 44, 1);
  transition: 0.5s ease all;
}

.prod-types a {
  display: inline-block;
  padding: 2px;
}

.prod-types a.cmn1 span {
  background: #fff;
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  width: 90px;
}

.cmn1.active span {
  position: relative;
  top: -5px;
  -webkit-box-shadow: 0px 8px 0px 0px rgb(230 39 44);
  -moz-box-shadow: 0px 5px 0px 0px rgba(230, 39, 44, 1);
  box-shadow: 0px 8px 0px 0px rgb(230 39 44);
  transition: 0.5s ease all;
}

.register {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

.registration .riders-txt {
    margin-top: 0; 
    font-size: 1.3rem;
}

.reg-white {
  background: #fff;
  padding: 30px 0px;
}

.reg-gry {
  background: #f7f7f7;
  padding: 30px 0px;
}

.h3.black {
  font-size: 1.7rem;
  font-weight: 600;
}

.wht-rg-txt ul li {
  position: relative;
  padding-left: 25px;
}

li.ch4::before {
  content: "";
  background: url(../img/tick.png) no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

.ch4 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}

.wht-rg-txt {
  position: relative;
  padding-left: 0px;
}

.br-cd {
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
}

.pd-7.ch2 {
  background: #f0f0f0;
}

.registration-price {
  margin: 0px;
  line-height: 1.69;
}

.pd-7 {
  padding: 15px 30px;
}

.campaign-riding .campaign-riding-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.campaign-riding-checkbox #-error {
  position: absolute;
  top: 22px;
  left: 10px;
  font-weight: 700 !important;
}

.campaign-riding {
  margin-bottom: 35px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #section3.fp-section {
    height: 100vh !important;
  }
  .registration .riders-txt 
  {
      font-size:1rem;
  }
}
.show-dealers-form 
{
    width:100%;
    padding:0;  
    
}

.show-dealers-form .col-lg-6
{
    margin-bottom:20px;
}

.campaign-riding .checklabel {
  margin-top: 0;
}

.campaign-riding label {
  margin-bottom: 0;
}

.rideCheckbox .checkboxCont .checkmark:after {
  left: 4px !important;
  top: 1px !important;
  width: 5px !important;
  height: 8px !important;
  border-color: #fff;
}

@media (max-width: 767px) {
  .playbt {
    margin-bottom: 25px;
  }

  form.reg-form {
    margin-top: 25px;
  }
}

.rideCheckbox .checkboxCont input:checked~.checkmark {
  border-radius: 3px;
}

.rideCheckbox .checkboxCont {
  text-transform: initial !important;
}

.rideCheckbox .checkboxCont {
  padding-left: 30px !important;
}

.wht-rg-txt::before {
  display: none !important;
  content: "";
  background: #000;
  width: 1px;
  height: 160px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wht-rg-txt span {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px;
}

form.reg-form {
  width: 90%;
  padding-left: 2%;
}

.reg-form .form-control {
  background: transparent;
  border-bottom: 1px #000 solid !important;
  border: 0px solid #ced4da;
  border-radius: 0px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 0;
  color: #555 !important;
}

.reg-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.reg-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.reg-form .form-control::placeholder {
  color: #000;
}

.checklabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px #dcdcdc solid;
}

.fs-13 {
  font-size: 14px;
}

.fs-13 .checkmark {
  top: 0;
}

/* On mouse-over, add a grey background color */
.checklabel:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checklabel input:checked~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checklabel input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checklabel .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.regside {
  position: absolute;
  top: 0;
  width: 22%;
}

.fat a {
  padding-right: 15px;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.tlfr {
  font-weight: 700;
  font-size: 14px;
}

a.text-none {
  text-decoration: none !important;
}

.w-85 {
  width: 85%;
  margin: 0px auto;
}

.modal-body .para,
.modal-body .para li {
  list-style: disc !important;
  padding: revert;
  font-size: 1rem;
}

.modal-dialog {
  max-width: 800px;
}

.mob-im {
  display: none !important;
}

section.countdownstrip {
  transition: 0.7s ease all;
}

section.countdownstrip.stick {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.7s ease all;
}

@media (min-width: 1920px) and (max-width: 3000px) {
  .slick-testi .slick-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  .slick-testi .slick-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
}

.otpoption {
  position: absolute;
  top: 6px;
  right: 0;
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .ch1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  a.r-tbn {
    font-size: 1.5rem;
  }

  .strp-div h3 {
    font-size: 17px;
  }

  .strp-div p {
    font-size: 19px;
    line-height: 23px;
  }

  .ch3 {
    font-size: 2.3rem;
  }

  .para {
    font-size: 1.45rem;
  }

  .ch2 {
    font-size: 2.8rem;
  }

  .playbt {
    font-size: 1.3rem;
  }

  a.playbt span {
    width: 38px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1460px;
  }

  .ch1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  a.r-tbn {
    font-size: 1.7rem;
  }

  .strp-div h3 {
    font-size: 20px;
  }

  .strp-div p {
    font-size: 24px;
    line-height: 29px;
  }

  .ch3 {
    font-size: 2.5rem;
  }

  .para {
    font-size: 1.65rem;
    line-height: 35px;
  }

  .ch2 {
    font-size: 3rem;
  }

  .playbt {
    font-size: 1.5rem;
  }

  a.playbt span {
    width: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  

  .slick-testi .slick-prev,
  .slick-testi .slick-next {
    width: 50px;
    height: 50px;
    bottom: -30px !important;
  }

  .inst-div img {
    width: 100%;
  }

  #section1 .fp-overflow {
    overflow: inherit !important;
    max-height: inherit;
  }

  .w-100 {
    width: 100% !important;
  }

  .col-lg-offset-2 {
    margin: 0;
  }

  .regside {
    display: none;
  }

  .st-sec {
    height: auto;
  }

  .trd-sec {
    height: 100vh;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  section#section3.fp-section,
  div#section6.fp-section {
    height: initial;
  }

  .ft-cnt {
    background: #fff;
  }

  .ft-sec {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: 0;
    position: relative;
    float: left;
  }

  .ridingviewmore-main {
    height: auto;
  }

  .event-sec h2.ch2 {
    top: 2%;
    position: static;
    color: #000;
    padding: 0 0 0 20px;
    text-align: center;
  }

  .ridingviewmore-main a .geartextwrap {
    position: absolute;
    text-align: left;
    left: 0%;
    top: 20%;
    width: 100%;
    padding: 10px 10px;
  }

  .slick-dots {
    left: 0;
  }

  a:-webkit-any-link {
    text-decoration: none !important;
  }

  .event-sec h2.ch2 {
    top: 2%;
  }

  .geartextwrap .para {
    display: block;
    opacity: 1;
    width: 100%;
    text-decoration: none !important;
  }

  .slick-dots {
    position: absolute;
    bottom: 15px !important;
  }

  .px-0 {
    padding: 0;
  }

  .mob-im {
    display: none;
  }

  div#flipdown {
    float: none !important;
    margin: 0px auto !important;
  }

  .slick-testi .slick-prev {
    left: 44%;
    top: auto;
    bottom: 1%;
  }

  span.pg-stl {
    right: 30%;
    bottom: 35px;
  }

  .slick-testi .slick-next {
    right: 45%;
    top: auto;
    bottom: 1%;
  }
}

@media (max-width: 767px) {
  .ridingviewmore-main .desk-im {
    display: block !important;
  }
  section#section0 {
    height: 100vh !important;
    min-height: inherit;
    }
  .slick-testi .slick-prev,
  .slick-testi .slick-next {
    width: 50px;
    height: 50px;
    bottom: -30px !important;
  }

  span.pg-stl {
    bottom: -5px;
  }

  .st-sec {
    height: auto;
  }

  .inst-div {
    margin-bottom: 20px;
  }

  .col-lg-6,
  .col-lg-8 {
    width: 100%;
  }

  .mobile-justify {
    justify-content: center;
  }

  .trd-sec {
    height: 100vh;
  }

  

  .ft-sec {
    background: url(../img/mobile/Motosoul_Mobile.jpg) no-repeat !important;
    /*width: 100%;*/
    /*height: 590px;*/
    /*background-size: cover !important;*/
    /*background-position: center !important;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*float: left;*/
     width: 100%;
     height: 80vh;
     background-size: cover !important;
     background-position: center !important;
     position: relative;
     float: left;
  }

  #section3.fp-section {
    height: initial;
  }

  .desk-im {
    display: none;
  }

  .mob-im {
    display: block;
  }

  div.ft-cnt {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0%;
    padding: 15%;
  }

  .prod-types a span {
    width: 90px;
  }

  .testimon {
    padding-bottom: 20%;
  }

  .slick-testi .slick-prev {
    left: 35%;
    bottom: 0%;
  }

  .slick-testi .slick-next {
    right: 40%;
    bottom: 0%;
  }

  .strp-div {
    padding-bottom: 20px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  form.reg-form {
    width: 100%;
  }

  .regside {
    display: none;
  }

  span.pg-stl {
    bottom: 5px;
  }

  .ch3 {
    font-size: 1.5rem;
  }

  .para {
    font-size: 1rem;
    line-height: 20px;
  }

  .ch4,
  .reg-form .form-control {
    font-size: 1rem;
  }

  .wht-rg-txt span {
    font-size: 12px;
  }

  .checklabel {
    font-size: 14px;
  }

  .h3.black {
    font-size: 1.2rem;
  }

  .ch2 {
    font-size: 1rem;
  }

  .test-cnt {
    padding-bottom: 35px;
  }

  .ridingviewmore-main {
    /* height: auto; */
    /* overflow:visible !important; */
  }

  .ridingviewmore-main a .geartextwrap {
    /* position: relative; */
    text-align: left;
    left: 0%;
    top: 0;
    width: 100%;
    padding: 10px 10px;
  }

  .slick-dots {
    left: 0;
  }

  a:-webkit-any-link {
    text-decoration: none !important;
  }

  .event-sec h2.ch2 {
    position: static;
    color: #000;
    text-align: center;
  }

  .geartextwrap .para {
    display: block;
    opacity: 1;
    width: 100%;
    /* color: #000; */
    text-decoration: none !important;
  }

  .flipdown .rotor-group {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  div#flipdown {
    float: none !important;
  }

  div.flipdown {
    width: auto !important;
    margin: 0px auto;
    display: inline-flex;
    padding: 0px 10px;
  }

  .countdownstrip {
    padding: 20px 0px !important;
  }

  div.flipdown .rotor {
    font-size: 1.8rem;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 26px !important;
  }
}
.thankyou-text {
    padding: 0% 10% 0;
}
.thankyou-text p {
    font-size: 40px;
    line-height: 55px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: italic;
}
@media (max-width: 767px) {
    
    .flipdown .rotor-group-heading:before {
 height: auto !important;
}
.thankyou-text p {
    font-size: 28px;
    line-height: 40px;
}
section#datesection {
    display: none;
}
.countdownstrip {
    padding: 12px 0px !important;
}
div.flipdown .rotor {
    font-size: 1.2rem;
}
.flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
    width: 20px !Important;
	height:20px !important;
	line-height:initial!important;
}
div#flipdown{
    height: 50px !Important;
}
/***epm update**/
section#datesection {
    display: none;
}
.countdownstrip .container {
    padding: 0;
}
.countdownstrip a.r-tbn {
    position: absolute;
    bottom: -15px;
    left: 0;
}
.r-tbn {
    padding: 6px 20px;
    font-size: 12px;
}
}
.wrapper.innerpage {
    background: #fff;
}
#section6 .fp-overflow {
    overflow-x: hidden;
}

.campaign-aog-check {
    margin-bottom:0;
}
.campaign-aog-check .campaign-aog-check-checkbox .aog-enrollment-inputlabel
{
    display : flex;
    align-items : flex-start;
    gap : 15px;
}
.campaign-aog-check .campaign-aog-check-checkbox .aog-enrollment-inputlabel label
{
    font-weight: normal;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
}
.bulk-reg-sec {
margin-left: 20vw;
}
.bulk-registration {
background: #fff;
padding: 20px;
box-shadow: 0 3px 3px #f2f2f2;
border: 1px solid #f2f2f2;
}
.para-reg {
font-size: 18px;
font-weight: 600;
}
.num-rider {
font-weight: 600;
background: #f1f1f1;
padding: 5px 15px;
}
.riders-data {
margin: 20px 0;
}
.riders-data .riders-grid {
display: flex;
padding: 5px 10px;
border: 1px solid #ccc;
font-weight: 500;
}
.reg-form.riders-form {
width: 100%;
padding: 0;
margin: 20px 0 0 0;
}
.bulk-registration p {
margin:0;
}
.error,.otpApiError1,.otpApiError2,.otpApiError3{color: #f12a00!important; font-weight: 700;}

@media (max-width: 767px){
.riders-data .riders-grid {
width: 100%;
}
.ch4, .reg-form .form-control {
font-size: 1rem;
}
.bulk-reg-sec {
margin-left: 0;
}
.regside {
display: none;
}
.fat.text-center {
text-align:left;
}
.reg-form.riders-form .col-lg-4 {
width: 100%;
}
}
@media (max-width: 460px) {
.para {
min-width: 200px;
}
}
.features h2 {
  font-size: 35px;
  text-align: center;
  font-family: "gilroyextrabold";
  padding-left: 0;
  text-transform: uppercase;
}
.apache-moto-gallery .heroSecondary .gal-nrm-img img, .apache-moto-gallery .heroSecondary .videoWrapper img {
    max-width: 100%;
    width: auto!important;
    margin: auto;
}

.apache-series.rtr .brand-features .features .slick-slide, .apache-series.rtr .brand-features .features .slick-list{
height:inherit!important;
}
@media (max-width: 815px){
    #fullpage .heroSecondary{
        margin-top:81px;
        
    }
}
.apache-aog-rideCat p {
    font-family: 'gilroyregular';
    font-size: 14px!important;
    color: #000;
}