@charset "UTF-8";
@font-face {
  font-family: euroStyleExt;
  src: url("/assets/fonts/Eurostile_Extended_Bold.woff");
}
body {
  font-family: "Jura", sans-serif;
  background: #010102;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
}

* {
  box-sizing: border-box;
  transition: all 0.2s;
}

h2 {
  font-family: euroStyleExt, sans-serif;
  font-size: 75px;
  line-height: 80%;
  margin: 0;
}
h2 .bb-dim {
  font-family: "Jura", sans-serif;
  font-size: 45px;
  opacity: 0.5;
}

img,
video {
  max-width: 100%;
}

.btn,
a.btn {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 18px;
  height: 40px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
}
.btn.btn-disabled,
a.btn.btn-disabled {
  opacity: 0.5;
  cursor: default;
}
.btn:hover,
a.btn:hover {
  color: #010102;
  background: #fff;
}
.btn.btn-primary,
a.btn.btn-primary {
  background: #d10a14;
  border: 1px solid #d10a14;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  color: #fff;
  background: rgba(209, 10, 20, 0.8);
}

.bb-text-center {
  text-align: center;
}

.bb-minHeight-auto {
  min-height: auto !important;
}

.bb-btMask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 156px;
  z-index: 0;
  background: linear-gradient(180deg, #010102 20.69%, rgba(1, 1, 2, 0.550725) 62.64%, rgba(1, 1, 2, 0) 100%);
  transform: rotate(-180deg);
}

.bb-floatingHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  opacity: 0;
  z-index: 9;
  background: rgba(1, 1, 2, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 15px;
  box-shadow: 0 3px 10px #010102;
}
.bb-floatingHeader.bb-fhToggle {
  opacity: 1;
  top: 0;
}
.bb-floatingHeader span {
  display: flex;
}
.bb-floatingHeader span .bb-floatingLogo {
  display: flex;
}

.bb-wrapper header {
  text-align: center;
  padding: 30px;
}
.bb-wrapper header .bb-logo img {
  width: 70px;
}
.bb-wrapper .bb-hero {
  min-height: 100vh;
  position: relative;
  margin: 0 0 120px;
  overflow: hidden;
}
.bb-wrapper .bb-hero header {
  position: relative;
  z-index: 1;
}
.bb-wrapper .bb-hero .bb-hero_content {
  text-align: center;
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bb-wrapper .bb-hero .bb-hero_content h2 {
  margin-top: 90px;
  margin-bottom: 30px;
  max-width: 800px;
}
.bb-wrapper .bb-hero .bb-hero_content h2 .bb-dim {
  line-height: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.bb-wrapper .bb-hero .bb-hero_content .bb-price {
  opacity: 0.5;
  margin: 15px 0 30px 0;
  display: inline-block;
}
.bb-wrapper .bb-hero .bb-hero_content .bb-heroBtnContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.bb-wrapper .bb-hero .bb-hero_content .bb-heroBtnContainer > * {
  margin: 15px;
}
.bb-wrapper .bb-hero .bb-keyPoints {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
}
.bb-wrapper .bb-keyPoints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bb-wrapper .bb-keyPoints > span {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  margin-bottom: 30px;
}
.bb-wrapper .bb-keyPoints > span > span:first-child {
  color: #d10a14;
  font-size: 22px;
}
.bb-wrapper .bb-keyPoints > span > span:last-child {
  font-size: 16px;
  opacity: 0.5;
}
.bb-wrapper .bb-keyPoints ul {
  opacity: 0.5;
  text-align: left;
}
.bb-wrapper .bb-section {
  min-height: 100vh;
  margin: 0 0 120px;
  text-align: center;
}
.bb-wrapper .bb-section.bb-autoHeight {
  min-height: auto;
}
.bb-wrapper .bb-section .bb-dualText {
  display: flex;
  justify-content: center;
}
.bb-wrapper .bb-section .bb-dualText > span {
  padding: 0 60px;
  position: relative;
}
.bb-wrapper .bb-section .bb-dualText > span:first-child {
  border-right: 1px solid #272a37;
}
.bb-wrapper .bb-section .bb-dualText h2 {
  max-height: 178px;
}
.bb-wrapper .bb-section .bb-dualText h2 small {
  font-size: 90px;
  letter-spacing: -4px;
}
.bb-wrapper .bb-section h2 {
  font-size: 180px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  color: #d10a14;
  margin-bottom: -15px;
  margin-top: -90px;
  letter-spacing: -14px;
  z-index: 2;
  position: relative;
}
.bb-wrapper .bb-section h2 + span {
  font-size: 60px;
  font-family: "Hurricane", cursive;
  margin: -25px 0 0;
  position: relative;
  display: inline-block;
  z-index: 3;
}
.bb-wrapper .bb-section h2 + .bb-keyPoints {
  margin-top: 45px;
}
.bb-wrapper .bb-section .bb-floatingText {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 285px;
}
.bb-wrapper .bb-section .bb-floatingText h2 {
  margin: 0 0 45px;
}
.bb-wrapper .bb-videoOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 1, 2, 0.6);
  z-index: 0;
}
.bb-wrapper .bb-heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bb-wrapper .bb-carousel {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bb-wrapper .bb-carousel li {
  list-style: none;
  padding: 15px;
}
.bb-wrapper .bb-carousel img {
  width: 400px;
}

.bb-center-content {
  display: flex;
  justify-content: center;
}

dl {
  text-align: left;
}
dl dt {
  float: left;
  opacity: 0.5;
  font-size: 16px;
}
dl dd {
  margin: 0 0 15px 250px;
  color: #d10a14;
  font-size: 24px;
}

.bb-img-wrapper {
  position: relative;
}

.bb-footer {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-top: 1px solid #272a37;
  padding: 30px;
}
.bb-footer > span:first-child {
  display: flex;
  flex-direction: column;
}
.bb-footer > span:last-child {
  text-align: right;
}
.bb-footer > span:last-child a {
  padding: 0;
}
.bb-footer a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
}
.bb-footer > * {
  flex: 1;
}
.bb-footer .bb-centerAlign {
  display: flex;
  justify-content: center;
}

.bb-articleWrapper {
  font-family: inter, sans-serif;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto 120px;
}
.bb-articleWrapper a {
  color: #d10a14;
}

.bb-purchasePlans {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bb-purchasePlans .bb-purchasePlan {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 250px;
  padding: 15px;
  margin: 15px;
}
.bb-purchasePlans .bb-purchasePlan h3 {
  font-size: 30px;
  font-family: euroStyleExt, sans-serif;
  margin: 0 0 15px;
}
.bb-purchasePlans .bb-purchasePlan h3 + span {
  font-size: 15px;
  opacity: 0.5;
}
.bb-purchasePlans .bb-purchasePlan .bb-priceWrapper {
  display: flex;
  flex-direction: column;
  margin: 45px 0 30px;
}
.bb-purchasePlans .bb-purchasePlan .bb-priceWrapper label {
  font-size: 15px;
  opacity: 0.5;
}
.bb-purchasePlans .bb-purchasePlan .bb-priceWrapper > span {
  font-size: 22.5px;
  font-family: euroStyleExt, sans-serif;
}
.bb-purchasePlans .bb-purchasePlan .razorpay-payment-button {
  width: 100%;
}
.bb-purchasePlans .bb-purchasePlan .razorpay-payment-button a {
  width: 100%;
}

.bb-videoWrapper {
  position: relative;
}
.bb-videoWrapper .bb-dummyImg {
  pointer-events: none;
}

@media only screen and (max-width: 1030px) {
  h2 {
    font-size: 50px;
  }
  .bb-hero_content h2 {
    font-size: 33px;
  }
  .bb-hero_content h2 > .bb-dim {
    font-size: 28px;
  }
  .bb-wrapper .bb-section h2 {
    font-size: 50px;
    letter-spacing: normal;
  }
  .bb-wrapper .bb-section .bb-dualText h2 small {
    font-size: 50px;
  }
  .bb-wrapper .bb-section .bb-dualText {
    flex-direction: column;
  }
  .bb-wrapper .bb-section {
    min-height: auto;
  }
  .bb-wrapper .bb-hero .bb-keyPoints > span {
    margin: 8px;
  }
  .bb-wrapper .bb-section h2 {
    margin-top: 0;
  }
  .bb-wrapper .bb-section h2 + span {
    margin-top: 0;
    font-size: 40px;
  }
  .bb-wrapper .bb-section .bb-dualText > span:first-child {
    border: none;
    margin-bottom: 30px;
  }
  .bb-wrapper .bb-carousel {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .bb-wrapper .bb-carousel img {
    min-width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .bb-wrapper .bb-hero .bb-keyPoints {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (max-width: 940px) and (orientation: landscape) {
  .bb-wrapper .bb-hero .bb-keyPoints {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (min-width: 1029px) {
  #bb-accel {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -37px;
  }
}
@media only screen and (max-width: 430px) {
  .bb-wrapper .bb-hero .bb-hero_content .bb-heroBtnContainer {
    flex-direction: column;
  }
  .bb-wrapper .bb-hero .bb-hero_content .bb-heroBtnContainer .razorpay-payment-button {
    width: 100%;
  }
  .bb-wrapper .bb-hero .bb-hero_content .bb-heroBtnContainer .razorpay-payment-button a {
    width: 100%;
  }
  .bb-footer > span:first-child, .bb-footer > span:last-child {
    display: none;
  }
}
#lightbox {
  display: none;
  position: fixed;
  z-index: 1002;
  overflow: visible;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lightbox_close {
  text-decoration: none;
  cursor: pointer;
  z-index: 1002;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0.5%;
  top: 1%;
  height: 1.5em;
  width: 1.5em;
}

.lightbox_close:before {
  content: "×";
  margin-left: 10px;
  margin-top: 1px;
  display: inline-block;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#fade:hover ~ #lightbox_close {
  display: none;
}

@media (max-width: 767.98px) {
  #lightbox {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
}
#lightboxVideoLoader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}/*# sourceMappingURL=style_v2.css.map */