@charset "UTF-8";
@import url("../fonts/Atyp/stylesheet.css");
@import url("../fonts/Kimburgery/stylesheet.css");
@import url("../fonts/SFPro/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
:root {
  --ff1: "Atyp Display";
  --ff2: "Kimburgery";
  --ff3: "Bebas Neue";
  --ff4: "Montserrat";
  --ff5: "SF Pro Display";
  /* Font Size */
  --multiple: 1;
  --fs12: calc(12px * var(--multiple));
  --fs13: calc(13px * var(--multiple));
  --fs14: calc(14px * var(--multiple));
  --fs16: calc(16px * var(--multiple));
  --fs17: calc(17px * var(--multiple));
  --fs18: calc(18px * var(--multiple));
  --fs20: calc(20px * var(--multiple));
  --fs22: calc(22px * var(--multiple));
  --fs24: calc(24px * var(--multiple));
  --fs30: calc(30px * var(--multiple));
  --fs32: calc(32px * var(--multiple));
  --fs34: calc(34px * var(--multiple));
  --fs36: calc(36px * var(--multiple));
  --fs38: calc(38px * var(--multiple));
  --fs40: calc(40px * var(--multiple));
  --fs44: calc(44px * var(--multiple));
  --fs50: calc(50px * var(--multiple));
  --fs62: calc(62px * var(--multiple));
  --fs64: calc(64px * var(--multiple));
  --fs80: calc(80px * var(--multiple));
  --fs100: calc(100px * var(--multiple));
  --fs150: calc(150px * var(--multiple));
  --white: #fff;
  --black: #000;
  --blackLight: #291a25;
  --themeRed: #f40008;
  --themeRed-dark: #cb0007;
  --mustard: #f3b316;
  --grayLight-100: #b1b1b1;
  --grayLight-200: #b3b3b3;
  --translucent-bg-gray-light: rgba(255, 255, 255, 0.05);
  --translucent-bg-gray: rgba(255, 255, 255, 0.1);
  --translucent-bg-focus: rgba(255, 255, 255, 0.2);
  --translucent-border-gray: rgba(179, 179, 179, 0.175);
  --scrollWhite: rgba(228, 228, 228, 0.5);
  --themeGradientLight: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
  --themeGradientLight1: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.56) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.56) 100%
  );
  --themeGradientLight2: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.5) 25%,
    rgba(255, 252, 253, 0.75) 50%,
    rgba(255, 252, 253, 0.5) 75%,
    rgba(243, 120, 159, 0.75) 100%
  );
  --themeGradientLight3: linear-gradient(
    0deg,
    #792d2c 0%,
    rgba(255, 252, 253, 0.75) 50%,
    #943d44 100%
  );
  --themeGradientRotate180: linear-gradient(
    180deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
  --blobGradient: radial-gradient(
    47.56% 47.56% at 50% 50%,
    rgba(244, 8, 0, 0.43) 0%,
    rgba(244, 0, 5, 0) 100%
  );
  --blobGradientLinear: linear-gradient(
    47.56%,
    rgba(244, 8, 0, 0.43) 0%,
    rgba(244, 0, 5, 0) 100%
  );
  --gradientCardShadeBlack: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 39.74%,
    rgba(0, 0, 0, 0.89) 89.33%
  );
  --silverTagGradient: linear-gradient(
    144.97deg,
    #d9d9d9 -6.79%,
    #aeaeae 49.71%,
    #ffffff 97.26%
  );
  --goldTagGradient: linear-gradient(
    166.6deg,
    #bc8819 5.73%,
    #ffdc6d 44.35%,
    #fabd3b 88.12%
  );
  --platinumTagGradient: linear-gradient(
    170.6deg,
    #ffffff 5.73%,
    #3e3e3e 44.35%,
    #ffffff 88.12%
  );
  --cardRedBorderGradient: linear-gradient(
    45deg,
    #c82d2d,
    #fff,
    #f40008,
    #fff,
    #ee3838
  );
  --cardGoldBorderGradient: linear-gradient(
    45deg,
    #fabd3b,
    #fff,
    rgba(250, 189, 59, 0.69),
    rgba(255, 255, 255, 1),
    #fabd3b
  );
  --cardGoldBorderGradient2: linear-gradient(
    90deg,
    rgba(188, 136, 25, 1),
    rgba(255, 220, 109, 1),
    rgba(250, 189, 59, 1)
  );
  --cardSilverBorderGradient: linear-gradient(
    45deg,
    #929292,
    #fff,
    rgba(0, 0, 0, 0.4),
    rgba(255, 255, 255, 1),
    #9c9c9c
  );
  --shadowBlack25: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 2200px) {
  :root {
    --multiple: 1.3;
  }
}
@media (max-width: 1800px) {
  :root {
    --multiple: 0.95;
  }
}
@media (max-width: 1400px) {
  :root {
    --multiple: 0.9;
  }
}
@media (max-width: 991.98px) {
  :root {
    --multiple: 0.8;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs12: calc(11px);
    --fs14: calc(13px);
    --fs16: calc(14px);
    --fs17: calc(15px);
    --fs18: calc(16px);
  }
}

.tag,
.sidebar,
.top-btns .user__img,
.navbar-toggler,
.check-container input:checked ~ .checkmark,
.input-button,
.input-bg,
.gradient-block-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.check-container .checkmark {
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark light;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea,
button {
  font: inherit;
}

::-webkit-scrollbar-track {
  margin: 0.2rem 0.5rem;
  background-color: var(--ttranslucent-bg-gray);
}

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 2rem;
  box-shadow: var(--shadowBlack25);
  background: var(--scrollWhite);
}

@supports (scrollbar-color: black gray) {
  * {
    scrollbar-color: var(--scrollWhite) transparent;
    scrollbar-width: thin;
  }
}
.icon {
  background-position: center center;
}

.icon-double-chevron {
  background-image: url("../images/icons/icon-double-chevron.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 15px;
}

.icon-double-chevron-dark {
  background-image: url("../images/icons/icon-double-chevron-dark.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 15px;
}

.icon-glass {
  background-image: url("../images/icons/icon-glass.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 32px;
}

.icon-boat {
  background-image: url("../images/icons/icon-boat.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.icon-redcarpet {
  background-image: url("../images/icons/icon-redcarpet.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 29.5px;
}

.icon-fb {
  background-image: url("../images/icons/icon-fb.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 29.5px;
}

.icon-in {
  background-image: url("../images/icons/icon-in.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 29.5px;
}

.icon-tw {
  background-image: url("../images/icons/icon-tw.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 29.5px;
}

.icon-li {
  background-image: url("../images/icons/icon-li.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 29.5px;
}

.icon-star-outlined {
  background-image: url("../images/icons/icon-star-outlined.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 22px;
}

.icon-fire {
  background-image: url("../images/icons/icon-fire.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 17px;
}

.icon-coin {
  background-image: url("../images/icons/icon-coins.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 33px;
}

.icon-money {
  background-image: url("../images/icons/icon-money.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 20px;
}

.icon-hand {
  background-image: url("../images/icons/icon-hand.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 33px;
  height: 40px;
}

.icon-edit {
  background-image: url("../images/icons/icon-edit.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 20px;
}

.icon-email {
  background-image: url("../images/icons/icon-email1.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-trash {
  background-image: url("../images/icons/icon-trash.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 33px;
  height: 40px;
}

.icon-share {
  background-image: url("../images/icons/share-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-copy {
  background-image: url("../images/icons/copy-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-calendar {
  background-image: url("../images/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon-hash {
  background-image: url("../images/icons/icon-hash.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-home {
  background-image: url("../images/icons/icon-home.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-location {
  background-image: url("../images/icons/icon-location.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-tree {
  background-image: url("../images/icons/icon-tree.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon-user {
  background-image: url("../images/icons/icon-user.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-wallet {
  background-image: url("../images/icons/icon-wallet.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-bank {
  background-image: url("../images/icons/icon-bank.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-lock {
  background-image: url("../images/icons/lock-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 26px;
}

.icon-cross-btn {
  background-image: url("../images/icons/cross-btn-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-tick-btn {
  background-image: url("../images/icons/tick-btn-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 33px;
  height: 25px;
}

.icon-edit-large {
  background-image: url("../images/icons/icon-edit-large.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon-add-big {
  background-image: url("../images/icons/icon-add-big.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 63px;
  height: 63px;
}

.icon-copy-qr {
  background-image: url("../images/icons/icon-copy-qr.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 18px;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--ff5);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs18);
  background-color: #000000;
  color: #ffffff;
  position: relative;
}

body {
  overflow-x: hidden;
}

input:-webkit-autofill {
  background-color: transparent;
}

.ts02 {
  transition: all 0.2s ease-in-out;
}
.ts03 {
  transition: all 0.3s ease-in-out;
}
.ts04 {
  transition: all 0.4s ease-in-out;
}
.ts05 {
  transition: all 0.5s ease-in-out;
}
.ts06 {
  transition: all 0.6s ease-in-out;
}

.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: var(--white);
}
a:hover {
  color: var(--white);
}

.lh1 {
  line-height: 1;
}

.grayText-100 {
  color: var(--grayLight-100);
}
.grayText-200 {
  color: var(--grayLight-200);
}

.fz12 {
  font-size: var(--fs12);
}

.fz14 {
  font-size: var(--fs14);
}

.fz16 {
  font-size: var(--fs16);
}

.fz18 {
  font-size: var(--fs18);
}

.fz20 {
  font-size: var(--fs20);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.btn--themeRed:hover,
.btn--themeRed:focus,
.btn--themeRed:active   {
  outline: 0;
  background-color: var(--themeRed-dark) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.gradient-block-outer {
  position: relative;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
.gradient-block-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: 3rem;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  opacity: 0.5;
}
.gradient-block-bg--verticalCard {
  background: var(--themeGradientRotate180);
}
.gradient-block-bg-inner {
  inset: 1px;
  background: #303030;
  position: absolute;
  border-radius: 3rem;
}
.gradient-block-inner {
  position: relative;
  z-index: 1;
}

.ribbon-large {
  width: 80px;
  height: 86px;
  position: absolute;
  right: 1.75rem;
  top: -11px;
  padding-left: 0.6rem;
  padding-bottom: 1rem;
  line-height: 1;
  gap: 3px;
  text-align: center;
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.ribbon-large--red {
  background: url(./../images/red-ribbon-large.svg) no-repeat;
}
.ribbon-large--silver {
  background: url(./../images/silver-ribbon-large.svg) no-repeat;
}
.ribbon-large--gold {
  background: url(./../images/gold-ribbon-large.svg) no-repeat;
}
.ribbon-large--platinum {
  background: url(./../images/platinum-ribbon-large.svg) no-repeat;
}
.ribbon-large > div {
  text-shadow: var(--shadowBlack25);
}
.ribbon-large > div:first-child {
  margin-top: -7.5px;
}
@media (min-width: 2200px) {
  .ribbon-large > div:first-child {
    font-size: 16px;
  }
}
@media (min-width: 2200px) {
  .ribbon-large > div:last-child {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .ribbon-large {
    transform: scale(0.8);
    top: -1.25rem;
    right: 1rem;
  }
  .ribbon-large .fz20 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .ribbon-large {
    transform: scale(0.68);
    top: -1.45rem;
    right: 0.8rem;
  }
  .ribbon-large .fz14 {
    font-size: 14px;
  }
  .ribbon-large .fz20 {
    font-size: 25px;
  }
}

.text-red {
  color: #f40008;
}
.text-red:hover {
  color: #f40008;
}

.underlined {
  text-decoration: underline;
}

a.underlined:hover {
  text-decoration: none;
}

/* Page Title */
.page__title {
  font-weight: 600;
  font-size: var(--fs44);
  position: relative;
  z-index: 1;
}
@media (max-width: 1800px) {
  .page__title {
    margin-top: 20px;
  }
}
@media (min-width: 1801px) {
  .page__title {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 2200px) {
  .page__title {
    margin-top: -70px;
    margin-bottom: 50px;
  }
}
.page__title-2 {
  font-weight: 600;
  font-size: var(--fs44);
  text-align: center;
}
.page__title-3 {
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs24);
}

@media (min-width: 992px) {
  .br-lg-1 {
    border-right: 1px solid #4c4c4c;
  }
}

@media (max-width: 991.98px) {
  .bb-lg-r-1 {
    border-bottom: 1px solid #4c4c4c;
  }
}

.step-indicator {
  display: inline-flex;
  white-space: nowrap;
}
.step-indicator span {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #fff;
  display: inline-block;
  margin: 0 3.5px;
  transition: 0.23s ease-out;
}
.step-indicator span.active {
  background: #f40008;
}
@media (min-width: 992px) {
  .step-indicator span.active {
    width: 26px;
  }
}
@media (max-width: 575.98px) {
  .step-indicator span {
    width: 7px;
    height: 7px;
  }
}

.pass-card-red {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 462px;
  height: 626px;
}
.pass-card-red__bg {
  position: static;
  display: block;
  max-width: 100%;
}
.pass-card-red__barcode {
  position: absolute;
  bottom: 1.9%;
  right: 7.5%;
  width: 29%;
}
.pass-card-red__slots {
  position: absolute;
  bottom: 13%;
  left: 7%;
  font-size: 12px;
  color: #a5a5a5;
}
.pass-card-red__totalused {
  position: absolute;
  bottom: 13%;
  left: 32%;
  font-size: 12px;
  color: #a5a5a5;
}
.pass-card-red__lastused {
  position: absolute;
  bottom: 4%;
  left: 7%;
  font-size: 12px;
  color: #a5a5a5;
}
.pass-card-red__validtill {
  position: absolute;
  bottom: 4%;
  left: 32%;
  font-size: 12px;
  color: #a5a5a5;
}
.pass-card-red__startxt {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 20%;
  top: 46%;
}
.pass-card-red__startxt2 {
  font-weight: 600;
  font-size: 20px;
}
.pass-card-red__refercode {
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  display: flex;
  align-items: center;
  color: #acacac;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
  display: inline-block;
  right: 10.5%;
  bottom: 1.7%;
}
.pass-card-red__label {
  position: absolute;
  right: 4%;
  top: -0.8%;
}
.pass-card-red__title {
  display: block;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 80%;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
}
.pass-card-red__startext-red {
  position: absolute;
  right: 9.75%;
  top: 39%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.pass-card-red__startext-silver {
  position: absolute;
  right: 9.75%;
  top: 48%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.pass-card-red__startext-gold {
  position: absolute;
  right: 9.75%;
  top: 58%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.pass-card-red__startext-platinum {
  position: absolute;
  right: 9.75%;
  top: 67%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pass-card-red * {
  opacity: 0;
  animation: fadeIn 0.35s ease-out forwards;
  animation-delay: 1s;
}

@media (max-width: 1199.98px) {
  .pass-card-red {
    width: 421px;
    max-width: 421px;
    min-width: 421px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pass-card-red__barcode {
    position: absolute;
    bottom: 10.5%;
    right: 7.5%;
    width: 29%;
  }
  .pass-card-red__refercode {
    font-size: 8px;
    right: 12%;
    bottom: 10.5%;
  }
  .pass-card-red__slots {
    bottom: 21%;
    left: 7%;
    font-size: 11px;
  }
  .pass-card-red__totalused {
    bottom: 21%;
    left: 32%;
    font-size: 11px;
  }
  .pass-card-red__lastused {
    bottom: 13%;
    left: 7%;
    font-size: 11px;
  }
  .pass-card-red__validtill {
    bottom: 13%;
    left: 32%;
    font-size: 11px;
  }
  .pass-card-red__startext-red {
    right: 9.75%;
    top: 35.5%;
    width: 16%;
    font-size: 11px;
  }
  .pass-card-red__startext-gold {
    right: 9.75%;
    top: 53%;
    width: 16%;
    font-size: 11px;
  }
  .pass-card-red__startext-silver {
    right: 9.75%;
    top: 44%;
    width: 16%;
    font-size: 11px;
  }
  .pass-card-red__startext-platinum {
    right: 9.75%;
    top: 61%;
    width: 16%;
    font-size: 11px;
  }
  .pass-card-red__title {
    top: 17%;
    left: 50%;
    width: 85%;
    text-align: center;
    font-size: 20px;
  }
  .pass-card-red__startxt {
    font-size: 13px;
    left: 20%;
    top: 42%;
  }
}
@media (max-width: 767.98px) {
  .pass__right {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .pass__left {
    position: relative;
    height: 500px;
  }
  .pass-card-red {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.65);
    margin-top: 50px;
  }
}
.input-label {
  font-weight: 400;
  font-size: 14px;
  color: var(--grayLight-100);
  padding-left: 30px;
  margin-bottom: 8px;
}

.input-text-outer {
  position: relative;
  height: 60px;
}

.input-bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 50px;
  padding: 1px;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  opacity: 0.75;
}

.input-bg-inner {
  inset: 1px;
  font-weight: 400;
  position: absolute;
  background: #1b1919;
  border-radius: 50px;
}

.input-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 1px;
  z-index: 1;
  padding: 0 30px;
  font-size: 16px;
}
.input-field input {
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  padding: 0 15px 0 0;
  border: none;
  flex: 1;
  height: 50px;
  width: 100%;
}
.input-field input:focus {
  outline: none;
}
.input-field input::-moz-placeholder {
  color: var(--grayLight-100);
}
.input-field input::placeholder {
  color: var(--grayLight-100);
}
.input-field select {
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  padding: 0 15px 0 0;
  border: none;
  flex: 1;
  height: 50px;
}
.input-field select option {
  color: #1b1919;
}
.input-field select optgroup {
  color: #1b1919;
}
.input-field select:focus {
  outline: none;
}
.input-field select::-moz-placeholder {
  color: var(--grayLight-100);
}
.input-field select::placeholder {
  color: var(--grayLight-100);
}
.input-field select.input-field__countrycode {
  width: 100%;
  max-width: 200px;
}
.input-field .input-button {
  width: auto;
  min-width: 120px;
  height: auto;
  font-size: 14px;
}
.input-field .input-button__inner {
  height: 45px;
}

.input-textarea-outer {
  position: relative;
  height: auto;
  min-height: 150px;
}
.input-textarea-outer textarea {
  background: transparent;
  color: #ffffff;
  border-radius: 0px;
  padding: 15px 15px;
  border: none;
  flex: 1;
  height: 150px;
}
.input-textarea-outer textarea:focus {
  outline: none;
}
.input-textarea-outer textarea::-moz-placeholder {
  color: var(--grayLight-100);
}
.input-textarea-outer textarea::placeholder {
  color: var(--grayLight-100);
}

.input-field__prefix {
  min-width: 35px;
  min-height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.input-field__suffix {
  min-width: 35px;
  min-height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.input-button {
  display: block;
  border: none;
  outline: none;
  padding: 1px;
  background: var(--themeGradientLight);
  height: 60px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: var(--shadowBlack25);
  position: relative;
  color: #fff;
  width: 100%;
}
.input-button__inner {
  background-color: var(--themeRed);
  position: relative;
  height: 58px;
  width: 100%;
  padding: 0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.23s ease;
}
.input-button:hover .input-button__inner {
  background-color: #ad0006;
}
.input-button__text {
  flex: 1;
  text-align: center;
}
.input-button__suffix {
  margin-left: 10px;
}
.input-button__icon-outer {
  background: var(--themeGradientLight);
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: var(--shadowBlack25);
}
.input-button__icon-inner {
  background-color: #fff;
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-button--dark .input-button__inner {
  background: #1b1919;
}
.input-button--dark:hover .input-button__inner {
  background: #000;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.check-container div {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5rem;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container input:checked ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.95);
}
.check-container input:checked ~ .checkmark:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0rem;
  height: 23px;
  width: 23px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  box-shadow: var(--shadowBlack25);
  background: var(--translucent-bg-focus);
  border: 1px solid var(--translucent-border-gray);
}
.check-container .checkmark::after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  opacity: 0;
  left: 10px;
  top: -3px;
  width: 11px;
  height: 19px;
  border: solid var(--themeRed);
  border-width: 0 4.85px 4.85px 0;
  border-radius: 0 0 2px 0;
  transform: rotate(45deg) scale(0.5);
  cursor: pointer;
}
.check-container:hover input:not(:checked) ~ .checkmark {
  cursor: pointer;
  background-color: var(--translucent-bg-gray);
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}
.switch .gradient-block-bg {
  border-radius: 2rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background: var(--translucent-bg-focus);
}
.switch input:focus + .slider {
  box-shadow: var(--shadowBlack25);
}
.switch input:checked + .slider:before {
  transform: translateX(21px);
  border: 1px solid var(--translucent-border-gray);
  background: #e42c66;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 2rem;
  box-shadow: var(--shadowBlack25);
  background: var(--translucent-bg-focus);
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 5px;
  bottom: 4px;
  border: 1px solid var(--white);
  background-color: white;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.button-dash {
  background-color: transparent;
  border: none;
  outline: none;
  display: inline-block;
  height: 60px;
  position: relative;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 0;
  border-radius: 50px;
  min-width: 200px;
}
.button-dash__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: 50px;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  opacity: 0.5;
}
.button-dash__bg-inner {
  border-radius: 50px;
  width: 100%;
  inset: 0;
  background: #303030;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  color: #fff;
}
.button-dash:hover .button-dash__bg-inner {
  border-radius: 50px;
  width: 100%;
  inset: 0;
  background: #000000;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  color: #fff;
}
.button-dash__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.button-dash__icon-outer {
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(255, 252, 253, 0.55) 35%,
    rgba(228, 44, 102, 0.16) 80%,
    rgba(228, 44, 102, 0.4) 100%
  );
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
}
.button-dash__icon-inner {
  background-color: #f40008;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-dash__text {
  flex-grow: 1;
  padding-left: 10px;
}

.input-field .ui-selectmenu-button.ui-button {
  width: auto;
  color: #ffffff;
  border: none;
  background-color: transparent;
}

.ui-selectmenu-menu {
  font-size: 14px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
}

.ui-selectmenu-menu {
  border-radius: 20px;
  padding: 0;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  padding: 1px;
}
.ui-selectmenu-menu ul {
  max-height: 300px !important;
  overflow-y: auto;
  background: #1b1919;
  border-radius: 20px;
  color: #fff;
  border: 0 !important;
  padding: 0;
}
.ui-selectmenu-menu ul li div {
  padding-inline: 30px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #f40008;
  background: #f40008;
  font-weight: normal;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .ui-selectmenu-menu {
    max-height: 50vh !important;
  }
}
.button--grey .button__inner {
  background-color: #999999;
  font-weight: 400;
}

.enterx-card {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 339px;
}
.enterx-card__bg {
  position: static;
  display: block;
  max-width: 100%;
}
.enterx-card__barcode {
  position: absolute;
  bottom: 1.9%;
  right: 7.5%;
  width: 29%;
}
.enterx-card__slots {
  position: absolute;
  bottom: 13.5%;
  left: 7%;
  font-size: 8px;
  color: #a5a5a5;
}
.enterx-card__totalused {
  position: absolute;
  bottom: 13.5%;
  left: 28%;
  font-size: 8px;
  color: #a5a5a5;
}
.enterx-card__lastused {
  position: absolute;
  bottom: 4.5%;
  left: 7%;
  font-size: 8px;
  color: #a5a5a5;
}
.enterx-card__validtill {
  position: absolute;
  bottom: 4.5%;
  left: 28%;
  font-size: 8px;
  color: #a5a5a5;
}
.enterx-card__startxt {
  font-weight: 400;
  font-size: 8px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15%;
  top: 46%;
}
.enterx-card__startxt2 {
  font-weight: 600;
  font-size: 12px;
}
.enterx-card__refercode {
  font-style: normal;
  font-weight: 400;
  font-size: 7.65px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #acacac;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
  display: inline-block;
  right: 12%;
  bottom: 1.7%;
}
.enterx-card__label {
  position: absolute;
  right: 4%;
  top: -0.8%;
}
.enterx-card__title1 {
  display: block;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 80%;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.enterx-card__title2 {
  display: block;
  position: absolute;
  top: 59%;
  left: 6.5%;
  width: 54%;
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 29px;
  text-transform: capitalize;
  font-family: Kimburgery;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.enterx-card__title3 {
  display: block;
  position: absolute;
  top: 56%;
  left: 6.5%;
  width: 54%;
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1px;
  text-transform: capitalize;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.enterx-card__star {
  display: block;
  position: absolute;
  top: 46%;
  left: 10%;
  transform: translate3d(-50%, 0, 0);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
}
.enterx-card__startext-red {
  position: absolute;
  right: 9.75%;
  top: 40%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  text-align: left;
}
.enterx-card__startext-silver {
  position: absolute;
  right: 9.75%;
  top: 49%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  text-align: left;
}
.enterx-card__startext-gold {
  position: absolute;
  right: 9.75%;
  top: 59%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  text-align: left;
}
.enterx-card__startext-platinum {
  position: absolute;
  right: 9.75%;
  top: 68%;
  width: 16%;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  text-align: left;
}
.enterx-card__passno {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgb(0, 0, 0);
  position: absolute;
  right: 11.5%;
  padding-top: 1.5%;
  /* border: 1px solid; */
  top: 5%;
  width: 11%;
  text-align: center;
  justify-content: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enterx-card * {
  opacity: 0;
  animation: fadeIn 0.35s ease-out forwards;
  animation-delay: 1s;
}

.pass {
  padding-top: 2rem;
  display: flex;
  flex-flow: row wrap;
}
.pass__left {
  max-width: 45%;
  min-width: 45%;
}
.pass__right {
  flex: 1;
}
.pass .ui-datepicker-group {
  float: none;
}
.pass h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
}
.pass p {
  color: #b1b1b1;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.pass .date-picker-wrapper {
  margin-bottom: 20px;
}
.pass .ui-widget-content {
  background-color: rgb(0, 0, 0);
  border-radius: 24px;
  border: none;
}
.pass .ui-datepicker table {
  font-size: 14px;
}
.pass .ui-datepicker td span,
.pass .ui-datepicker td a {
  text-align: center;
}
.pass .ui-widget-header {
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.pass .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
}
.pass .ui-state-default,
.pass .ui-widget-content .ui-state-default,
.pass .ui-widget-header .ui-state-default,
.pass .ui-button,
.pass html .ui-button.ui-state-disabled:hover,
.pass html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
  color: #fff;
}
.pass .ui-state-hover,
.pass .ui-widget-content .ui-state-hover,
.pass .ui-widget-header .ui-state-hover,
.pass .ui-state-focus,
.pass .ui-widget-content .ui-state-focus,
.pass .ui-widget-header .ui-state-focus,
.pass .ui-button:hover,
.pass .ui-button:focus {
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
  color: #fff;
}
.pass .ui-datepicker td span,
.pass .ui-datepicker td a {
  height: 30px;
}
.pass .ui-state-highlight,
.pass .ui-widget-content .ui-state-highlight,
.pass .ui-widget-header .ui-state-highlight {
  border: 1px solid #616161;
  background: transparent;
  color: #a8a8a8;
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.pass .ui-datepicker-calendar tbody tr td a {
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.pass .ui-state-active,
.pass .ui-widget-content .ui-state-active,
.pass .ui-widget-header .ui-state-active,
.pass a.ui-button:active,
.pass .ui-button:active,
.pass .ui-button.ui-state-active:hover {
  border: 1px solid #f40008;
  font-weight: normal;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background: #f40008;
  box-shadow: 0px 1px 7px 5px rgba(244, 0, 8, 0.3);
}
.pass .ui-datepicker {
  width: 100%;
}
.pass .hasDatepicker {
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
}
.pass .ui-icon-circle-triangle-w {
  background-image: url("../images/icons/icon-chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pass .ui-icon-circle-triangle-e {
  background-image: url("../images/icons/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pass .ui-datepicker-calendar thead tr th {
  color: #fff;
}
.pass .ui-datepicker-calendar thead tr th:nth-child(7),
.pass .ui-datepicker-calendar thead tr th:nth-child(8),
.pass .ui-datepicker-calendar tbody tr td:nth-child(7) a,
.pass .ui-datepicker-calendar tbody tr td:nth-child(8) a {
  color: #f40008;
}
.pass .ui-datepicker-calendar tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 991.98px) {
  .pass__left,
  .pass__right {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .pass {
    flex-direction: column;
    align-content: center;
  }
}
@media (max-width: 767.98px) {
  .pass p {
    font-size: 16px;
  }
}
.event-calendar__left {
  max-width: 45%;
  min-width: 45%;
}
.event-calendar__right {
  flex: 1;
}
.event-calendar .ui-datepicker-group {
  float: none;
}
.event-calendar h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
}
.event-calendar p {
  color: #b1b1b1;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.event-calendar .date-picker-wrapper {
  margin-bottom: 20px;
}
.event-calendar .ui-widget-content {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 24px;
  border: none;
}
.event-calendar .ui-datepicker table {
  font-size: var(--fs16);
}
.event-calendar .ui-datepicker td span,
.event-calendar .ui-datepicker td a {
  text-align: center;
}
.event-calendar .ui-widget-header {
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.event-calendar .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
}
.event-calendar .ui-state-default,
.event-calendar .ui-widget-content .ui-state-default,
.event-calendar .ui-widget-header .ui-state-default,
.event-calendar .ui-button,
.event-calendar html .ui-button.ui-state-disabled:hover,
.event-calendar html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
  color: #fff;
}
.event-calendar .ui-state-hover,
.event-calendar .ui-widget-content .ui-state-hover,
.event-calendar .ui-widget-header .ui-state-hover,
.event-calendar .ui-state-focus,
.event-calendar .ui-widget-content .ui-state-focus,
.event-calendar .ui-widget-header .ui-state-focus,
.event-calendar .ui-button:hover,
.event-calendar .ui-button:focus {
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
  color: #fff;
}
.event-calendar .ui-datepicker td span,
.event-calendar .ui-datepicker td a {
  height: 30px;
}
.event-calendar .ui-state-highlight,
.event-calendar .ui-widget-content .ui-state-highlight,
.event-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #616161;
  background: transparent;
  color: #a8a8a8;
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.event-calendar .ui-widget-content .available a {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  color: #f40008 !important;
  background-color: #fff !important;
}
.event-calendar .ui-widget-content .booked a {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid #f40008;
  box-shadow: 0px 1px 7px 5px rgba(244, 0, 8, 0.3);
}
.event-calendar .ui-widget-content .housefull a {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #f40008;
  border: 1px solid #f40008;
  box-shadow: 0px 1px 7px 5px rgba(244, 0, 8, 0.3);
}
.event-calendar .ui-datepicker {
  width: 100%;
}
.event-calendar .ui-icon-circle-triangle-w {
  background-image: url("../images/icons/icon-chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.event-calendar .ui-icon-circle-triangle-e {
  background-image: url("../images/icons/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.event-calendar .ui-datepicker-calendar thead tr th {
  color: #fff;
  font-size: 15px;
}
.event-calendar .ui-datepicker-calendar thead tr th:nth-child(6),
.event-calendar .ui-datepicker-calendar thead tr th:nth-child(7),
.event-calendar .ui-datepicker-calendar tbody tr td:nth-child(6) a,
.event-calendar .ui-datepicker-calendar tbody tr td:nth-child(7) a {
  color: #f40008;
}
.event-calendar .ui-datepicker-calendar tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.event-calendar .ui-widget-content tr td a {
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.event-calendar .ui-widget-content tr td .ui-state-active,
.event-calendar .ui-widget-content tr td .ui-state-active:hover,
.event-calendar .ui-widget-content tr td .ui-state-active:focus,
.event-calendar .ui-widget-content tr td .ui-state-active:active {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  font-weight: normal !important;
  color: #f40008 !important;
  border: 1px solid #f40008 !important;
  box-shadow: 0px 1px 7px 5px rgba(244, 0, 8, 0.3) !important;
}

@media (max-width: 991.98px) {
  .calendar-widget .dashboard-widget__left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .calendar-widget .dashboard-widget__right {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .calendar-widget .calendar-slots__info > div i {
    flex-grow: 0;
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}
body {
  background: #270000;
}

.chart-container {
  overflow: visible !important;
  text-align: center;
}
.chart-container .orgchart {
  background: transparent;
}
.chart-container .orgchart > table > tr:first-child > td .node {
  min-width: 200px;
}
.chart-container .orgchart > table > tr:first-child > td .node .content {
  height: 60px;
  font-size: 16px;
}
.chart-container .orgchart td {
  padding: 0 2px;
}
.chart-container .orgchart .node {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0 15px;
  min-width: 120px;
  border: 0;
  text-align: center;
  width: auto;
}
.chart-container .orgchart .node:hover,
.chart-container .orgchart .node:focus {
  background-color: transparent;
  transition: 0.5s;
  cursor: default;
  z-index: 20;
}
.chart-container .orgchart .node .edge {
  display: none;
}
.chart-container .orgchart .node .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-radius: 50px;
  padding: 1px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
  opacity: 0.75;
}
.chart-container .orgchart .node .title::after {
  content: "";
  position: absolute;
  background: #1b1919;
  border-radius: 50px;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.chart-container .orgchart .node .title i {
  display: none;
}
.chart-container .orgchart .node .content {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 1px;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}
.chart-container .orgchart .verticalNodes .node {
  margin-left: 5px;
}
.chart-container .orgchart .lines .rightLine {
  position: relative;
}
.chart-container .orgchart .lines .rightLine::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(58, 55, 55);
  right: 0;
  transform: translateX(4px);
  bottom: 0;
  border-radius: 50%;
}
.chart-container .orgchart .lines .topLine {
  border-top: 2px solid rgb(58, 55, 55);
}
.chart-container .orgchart .lines .downLine {
  position: relative;
}
.chart-container .orgchart .lines .downLine::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  bottom: 0;
  border-radius: 50%;
}
.chart-container .orgchart .verticalNodes ul > li {
  margin-top: 20px;
}
.chart-container .orgchart .verticalNodes > td > ul > li:first-child::before {
  top: -20px;
  height: 50px;
  border-width: 1px 0 0 1px;
}
.chart-container .orgchart .verticalNodes ul > li::after,
.chart-container .orgchart .verticalNodes ul > li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: -6px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.chart-container .orgchart .lines .downLine {
  background-color: rgb(58, 55, 55);
  width: 2px;
}
.chart-container .orgchart .lines .rightLine {
  border-right: 1px solid rgb(58, 55, 55);
}
.chart-container .orgchart .lines .leftLine {
  border-left: 1px solid rgb(58, 55, 55);
}
.chart-container .orgchart .verticalNodes > td::before {
  border: 1px solid #fff;
}
.chart-container .orgchart .verticalNodes ul > li::before {
  top: -20px;
  height: 45px;
  width: 11px;
}
.chart-container .orgchart .verticalNodes ul > li:first-child::after {
  border-width: 1px 0 0 1px;
}
.chart-container .orgchart .verticalNodes ul > li:last-child::after {
  border-width: 1px 0 0;
}

@media (max-width: 767.98px) {
  .button-slide .button-slide__arrow {
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    left: 0;
  }
  .button-slide .button {
    max-width: 100%;
  }
}
/* Social share */
.social-share {
  margin-bottom: 20px;
  width: 100%;
  min-width: 100%;
}
.social-share__icons {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  min-width: 100%;
  width: 100%;
  justify-content: space-around;
  gap: 10px;
}
.social-share a {
  border-radius: 50%;
  display: block;
  box-shadow: var(--shadowBlack25);
}
.social-share a img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@keyframes comein {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.modal--style1.show {
  animation: comein 0.35s ease-out;
}
.modal--style1 .modal-header {
  display: block;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.modal--style1 .modal-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  max-width: calc(100% - 150px);
  margin-left: auto;
  margin-right: auto;
}
.modal--style1 .modal-header .modal-header--noborder {
  border-bottom: none;
}
.modal--style1 .modal-body {
  position: relative;
}
.modal--style1 .modal-body h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
.modal--style1 .modal-body .slot-desc {
  max-width: 70%;
  margin: 20px auto;
  color: #b1b1b1;
}
.modal--style1 .modal-content {
  background-color: transparent;
  position: relative;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(5px);
  box-shadow: var(--shadowBlack25);
}
.modal--style1 .btn {
  border-radius: 50px;
  box-shadow: var(--shadowBlack25);
}
.modal--style1 .modal-gradient {
  background: var(--themeGradientLight);
  border-radius: 50px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal--style1 .modal-gradient-inner {
  border-radius: 50px;
  background: #303030;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.modal--style1 .gradient-block-inner {
  position: relative;
  z-index: 1;
}
.modal--style1 .modal-header,
.modal--style1 .modal-body,
.modal--style1 .modal-footer {
  position: relative;
  z-index: 1;
}
.modal--style1 .modal-footer {
  border-top: none;
  padding-bottom: 20px;
}
.modal--style1 .modal-header {
  border-bottom: none;
  padding-top: 30px;
}
.modal--style1 .modal-header .close {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  cursor: pointer;
  z-index: 11;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  box-shadow: var(--shadowBlack25);
  background: url("../images/icons/close.png") no-repeat center center;
  cursor: pointer;
  background-size: 100% auto;
}
.modal--style1 .modal-header .close span {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate3d(-50%, -50%, 0);
}
.modal--style1 .btn-primary {
  background-color: #f40008;
  border: #f40008;
}
.modal--style1 .btn-primary:hover,
.modal--style1 .btn-primary:focus,
.modal--style1 .btn-primary:active {
  border: rgb(194, 18, 18);
  background: rgb(194, 18, 18);
}
.modal--style1 .paymethod--row {
  justify-content: center;
  align-items: center;
}
.modal--style1 .paymethod--row .col:first-child .paymethod {
  margin-right: 20px;
}
.modal--style1 .paymethod--row .col:last-child .paymethod {
  margin-left: 20px;
}
.modal--style1 .paymethod {
  position: relative;
  max-width: 200px;
  height: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  display: block;
  cursor: pointer;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: var(--shadowBlack25);
  border-radius: 50px;
}
.modal--style1 .paymethod .modal-gradient {
  border-radius: 50px;
}
.modal--style1 .paymethod .modal-gradient .modal-gradient-inner {
  border-radius: 50px;
}
.modal--style1 .paymethod .paymethod__img {
  position: relative;
  padding: 1px;
  border-radius: 50px;
  margin-left: 1px;
  z-index: 1;
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal--style1 .paymethod .paymethod__img img {
  max-width: 70%;
  max-height: 70%;
}
.modal--style1 .paymethod:hover .paymethod__img,
.modal--style1 .paymethod:focus .paymethod__img,
.modal--style1 .paymethod:active .paymethod__img {
  background-color: #f40008;
}

.confirmSlotModal .button {
  max-width: 300px;
}
.confirmSlotModal .button__inner.button__inner--cancel {
  background: #101010;
  transition: 0.23s ease-out;
}
.confirmSlotModal .button__inner.button__inner--cancel:hover {
  background: #5d5d5d;
}
.confirmSlotModal__date {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.confirmSlotModal__date .gradient-block-bg,
.confirmSlotModal__date .gradient-block-bg-inner {
  border-radius: 40px;
}
.confirmSlotModal .gradient-block-inner {
  padding-top: 20px;
}
.confirmSlotModal .slotDate {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  height: 198px;
  max-width: 200px;
  margin-inline: auto;
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .modal--style1 .modal-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .modal--style1 .modal-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .modal--style1 .modal-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .modal--style1 .paymethod--row .col:first-child .paymethod {
    margin-right: 0px;
  }
  .modal--style1 .paymethod--row .col:last-child .paymethod {
    margin-left: 0px;
  }
  .modal--style1 .paymethod {
    height: 150px;
  }
  .modal--style1 .paymethod .paymethod__img {
    height: 150px;
  }
  .modal--style1 .paymethod .paymethod__img img {
    max-width: 60%;
    max-height: 60%;
  }
  .confirmSlotModal .slotDate {
    height: 150px;
    line-height: 1;
  }
  .confirmSlotModal .slotDate h3 {
    line-height: 1;
    font-size: 40px;
  }
  .confirmSlotModal .slotDate h5 {
    font-size: 16px;
  }
  .confirmSlotModal .slotDate .slot-number p {
    margin-bottom: 10px;
  }
  .modal--style1 .paymethod .modal-gradient .modal-gradient-inner,
  .modal--style1 .paymethod .modal-gradient,
  .modal--style1 .paymethod {
    border-radius: 25px;
  }
}
@media (max-width: 567.98px) {
  .modal--style1 .modal-header h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: left !important;
    max-width: calc(100% - 60px);
    margin-left: 0px;
  }
  .modal--style1 .paymethod {
    height: 125px;
  }
  .modal--style1 .paymethod .paymethod__img {
    height: 125px;
  }
  .modal--style1 .paymethod .paymethod__img img {
    max-width: 60%;
    max-height: 60%;
  }
  .modal--style1 .modal-body .slot-desc {
    max-width: 90%;
  }
  .confirmSlotModal .slotDate {
    height: 125px;
  }
  .confirmSlotModal__date,
  .modal--style1 .paymethod .paymethod__img,
  .modal--style1 .confirmSlotModal__date .modal-gradient-inner,
  .modal--style1 .confirmSlotModal__date .paymethod,
  .modal--style1
    .confirmSlotModal__date
    .paymethod
    .modal-gradient
    .modal-gradient-inner,
  .modal--style1 .confirmSlotModal__date .paymethod .modal-gradient,
  .gradient-block-outer,
  .gradient-block-bg-inner,
  .gradient-block-bg {
    border-radius: 25px !important;
  }
  .confirmSlotModal .slotDate h5 {
    font-size: 14px;
  }
}
.splash--loader {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1111 !important;
}

.table {
  color: #fff;
}

.table > :not(caption) > * > * {
  border-color: rgba(255, 255, 255, 0.35);
}

.passDetails2 {
  position: relative;
  padding: 1px;
  background-image: var(--themeGradientLight2);
  border-radius: 39px;
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
.passDetails2__text2 {
  line-height: 1.1;
}
.passDetails2__referral {
  position: relative;
  margin-bottom: 35px;
}
.passDetails2__referral .gradient-block-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
  font-size: var(--fs16);
}
@media (min-width: 2200px) {
  .passDetails2__referral .gradient-block-inner {
    min-height: 72px;
  }
}
.passDetails2__referral .name {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.passDetails2__underTitle {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.passDetails2__underTitle > div {
  width: 100%;
}
.passDetails2__block {
  position: relative;
  margin-bottom: 0;
}
.passDetails2__block .gradient-block-inner {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 15px;
  justify-content: center;
}
@media (min-width: 2200px) {
  .passDetails2__block .gradient-block-inner {
    height: 72px;
  }
}
.passDetails2__block .passDetails2__star {
  margin-right: 15px;
  height: 35px;
}
.passDetails2__block .passDetails2__user {
  margin-right: 15px;
  height: 25px;
}
.passDetails2__block .passDetails2__starCount {
  font-size: var(--fs18);
  font-weight: 700;
}
.passDetails2__block .passDetails2__starText {
  font-size: var(--fs14);
}
.passDetails2__shareTxt {
  text-align: center;
  font-size: var(--fs14);
  margin-bottom: 12px;
}
.passDetails2__shareTxt span {
  color: #f18ea1;
}
.passDetails2 .btnCircle {
  background-image: var(--themeGradientLight1);
  position: relative;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: inline-block;
  box-shadow: var(--shadowBlack25);
}
.passDetails2 .btnCircle__inner {
  position: absolute;
  inset: 1px;
  background-color: #83191a;
  border-radius: 50%;
}
.passDetails2 .btnCircle__inner img,
.passDetails2 .btnCircle__inner svg {
  position: absolute;
  max-height: 45px;
  max-width: 45px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.passDetails2 .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  max-width: 333px;
  box-shadow: var(--shadowBlack25);
}
.passDetails2 .button .button__iconwrapperinner {
  background-color: #ffffff;
}
.passDetails2__inner {
  padding: 60px 25px 55px 25px;
  min-height: 300px;
  border-radius: 39px;
}
.passDetails2__label {
  position: absolute;
  right: 25px;
  top: -7.5px;
}
.passDetails2__title {
  text-align: center;
  font-size: var(--fs20);
  font-weight: 700;
  margin-bottom: 30px;
}
.passDetails2__share {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.passDetails2--red .passDetails2__inner {
  background-image: linear-gradient(135deg, #191919, #83191a);
}
.passDetails2--red .passDetails2__inner .button__inner,
.passDetails2--red .passDetails2__inner .btnCircle__inner {
  background: linear-gradient(
    168deg,
    #bc1919 5.73%,
    #600e0e 51.77%,
    #fa3b3b 96.86%
  );
}
.passDetails2--red .passDetails2__inner .btnCircle:hover .btnCircle__inner,
.passDetails2--red .passDetails2__inner .button:hover .button__inner {
  background: linear-gradient(168deg, #600e0e, #bc1919, #600e0e);
}
.passDetails2--red .passDetails2__inner .passDetails2__starCount {
  background: linear-gradient(134deg, #bc1919, #fc3b3b, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.passDetails2--silver .passDetails2__inner {
  background-image: linear-gradient(135deg, #191919, #535252);
}
.passDetails2--silver .passDetails2__inner .button__text {
  color: #000000;
}
.passDetails2--silver .passDetails2__inner .button__inner,
.passDetails2--silver .passDetails2__inner .btnCircle__inner {
  background: linear-gradient(
    168deg,
    #d9d9d9 -6.79%,
    #aeaeae 49.71%,
    #ffffff 97.26%
  );
}
.passDetails2--silver .passDetails2__inner .btnCircle img {
  filter: invert(100%);
}
.passDetails2--silver .passDetails2__inner .btnCircle:hover .btnCircle__inner,
.passDetails2--silver .passDetails2__inner .button:hover .button__inner {
  background: linear-gradient(168deg, #aeaeae, #d9d9d9, #aeaeae);
}
.passDetails2--silver .passDetails2__inner .passDetails2__starCount {
  background: linear-gradient(135deg, #d9d9d9, #aeaeae, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.passDetails2--gold .passDetails2__inner {
  background-image: linear-gradient(135deg, #191919, #6e542a);
}
.passDetails2--gold .passDetails2__inner .button__text {
  color: #000000;
}
.passDetails2--gold .passDetails2__inner .button__inner,
.passDetails2--gold .passDetails2__inner .btnCircle__inner {
  background: linear-gradient(
    168deg,
    #bc8819 5.73%,
    #ffdc6d 44.35%,
    #fabd3b 88.12%
  );
}
.passDetails2--gold .passDetails2__inner .btnCircle:hover .btnCircle__inner,
.passDetails2--gold .passDetails2__inner .button:hover .button__inner {
  background: linear-gradient(
    168deg,
    #ffdc6d 5.73%,
    #bc8819 44.35%,
    #fabd3b 88.12%
  );
}
.passDetails2--gold .passDetails2__inner .btnCircle img {
  filter: invert(100%);
}
.passDetails2--gold .passDetails2__inner .passDetails2__starCount {
  background: linear-gradient(135deg, #bc8819, #ffdc6d, #fabd3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.passDetails2--platinum .passDetails2__inner {
  background-image: linear-gradient(135deg, #191919, #151414);
}
.passDetails2--platinum .passDetails2__inner .button__inner,
.passDetails2--platinum .passDetails2__inner .btnCircle__inner {
  background-image: linear-gradient(
    168deg,
    #ffffff 0%,
    #9f9f9f 24.35%,
    #3e3e3e 50%,
    #9f9f9f 74.35%,
    #ffffff 100%
  );
}
.passDetails2--platinum .passDetails2__inner .btnCircle:hover .btnCircle__inner,
.passDetails2--platinum .passDetails2__inner .button:hover .button__inner {
  background-image: linear-gradient(168deg, #3e3e3e, #9f9f9f, #3e3e3e);
}
.passDetails2--platinum .passDetails2__inner .passDetails2__starCount {
  background: linear-gradient(135deg, #ffffff, #929292, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
  .passDetails2__label {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .passDetails2__label {
    width: 65px;
  }
  .passDetails2__inner {
    padding: 40px 20px 55px 20px;
    min-height: 300px;
    border-radius: 39px;
  }
  .passDetails2__referral {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .passDetails2 .button {
    max-width: 275px;
  }
  .passDetails2__label {
    width: 50px;
  }
  .passDetails2__block .passDetails2__starCount {
    font-size: 9px;
  }
  .passDetails2__block .passDetails2__starText {
    font-size: 9px;
  }
  .passDetails2__block .passDetails2__star {
    height: 25px;
    margin-right: 3px;
  }
  .passDetails2__block .passDetails2__user {
    height: 22.5px;
    margin-right: 6px;
  }
  .passDetails2__underTitle {
    gap: 7.5px;
  }
  .passDetails2__block .gradient-block-inner {
    padding: 10px 5px 10px 5px;
    height: 50px;
  }
}
@media (max-width: 340px) {
  .passDetails2__block .passDetails2__starCount {
    font-size: 12px;
  }
  .passDetails2__block .passDetails2__starText {
    font-size: 9px;
  }
  .passDetails2__block .passDetails2__star {
    height: 25px;
    margin-right: 5px;
  }
  .passDetails2__block .passDetails2__user {
    height: 22.5px;
    margin-right: 5px;
  }
  .passDetails2__block .gradient-block-inner {
    padding: 10px 5px 10px 10px;
  }
}
.calendar-widget .gx-5.row-referrals {
  --bs-gutter-x: 15vw;
}

body {
  overflow-x: hidden;
  line-height: 1.3;
}

/* Header */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  font-weight: 500;
  font-size: 18px;
}
.header nav {
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 998.98px) {
  .header nav {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header nav {
    padding: 5px 0;
  }
}
.header nav a {
  color: #fff;
}
.header nav ul {
  list-style-type: none;
  display: flex;
  text-align: center;
  margin-bottom: 0;
}
.header nav ul li {
  margin: 0 15px;
}
.header nav .header__menu {
  margin-left: auto;
  margin-right: auto;
}
.header nav::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0) 0%,
    rgba(228, 44, 102, 0.26) 2.5%,
    rgba(255, 255, 255, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 97.5%,
    rgba(228, 44, 102, 0) 100%
  );
  opacity: 0.4;
}

.button {
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
  min-width: 183px;
  height: 60px;
  border-radius: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  white-space: nowrap;
}
.button__inner {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #291a25;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.23s ease;
}
.button__text {
  margin-left: 25%;
}
.button__iconwrapperouter {
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(255, 252, 253, 0.55) 35%,
    rgba(228, 44, 102, 0.16) 80%,
    rgba(228, 44, 102, 0.4) 100%
  );
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
}
.button__iconwrapperinner {
  background-color: #f40008;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
}
.button__iconwrapperinner .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.button--red .button__inner {
  background-color: #f40008;
}
.button--red:hover .button__inner {
  background-color: #ad0006;
}
.button--red .button__iconwrapperinner {
  background-color: #fff;
}

.button--getstarted {
  width: 100%;
  max-width: 352px;
  margin-inline: auto;
}
.button--getstarted .button__text {
  margin-inline: auto;
  padding-left: 1.25rem;
}
.button--getstarted .button__iconwrapperouter {
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item {
  margin-inline: 0.35rem;
}
.navbar-nav .nav-link {
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.active {
  color: var(--white);
  font-weight: 700;
}
.navbar-nav .nav-link:hover {
  color: var(--white);
  opacity: 0.85;
}

.navbar-toggler {
  border: 0;
  margin-left: auto;
  border-radius: 0.25rem;
  height: 58px;
  min-width: 60px;
  box-shadow: --shadowBlack25;
  background: var(--themeGradientLight);
  position: relative;
}
.navbar-toggler .inner {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  gap: 0.5rem;
  padding: 0.5rem;
  background: var(--blackLight);
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.navbar-toggler span {
  width: 1.6rem;
  height: 1.2px;
  background-color: var(--white);
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:focus-within {
  outline: 0;
  box-shadow: var(--shadowBlack25);
}

/* Section 1 */
.section1 {
  background-image: url("../images/hero-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section1 .container {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section1 .section1__title {
  padding-top: 6.5rem;
  max-width: 71%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section1 .section1__desc {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.section1__title,
.section1__desc,
.section1 .button--getstarted {
  opacity: 0;
}

/* Halos */
.halo {
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
}

.halo-1 {
  left: 0;
  top: 0;
  transform: translate3d(-25%, -25%, 0);
}

.halo-2 {
  right: 0;
  top: 50vh;
  transform: translate3d(15%, -50%, 0);
}

.halo-3 {
  right: 0;
  top: 100vh;
  transform: translate3d(15%, 0%, 0);
}

/* Whirlpools */
.whirlpool {
  position: absolute;
  width: 675px;
  height: 1101px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.whirlpool-1 {
  background-image: url("../images/whilpool-1.svg");
  width: 35vw;
  height: 100vh;
  left: 0;
  top: 0;
}

.whirlpool-2 {
  background-image: url("../images/whilpool-2.svg");
  width: 46vw;
  height: 84vw;
  right: 0;
  top: 15%;
}

.whirlpool-footer {
  width: 856px;
  height: 970px;
  background-image: url("../images/whilpool-9.svg");
  bottom: 0;
  left: 0;
}

/* layers */
.section1__layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  filter: blur(2px);
}

/* Section 2 */
.section2 {
  position: relative;
  z-index: 1;
}
.section2 .container {
  position: relative;
}

.grad-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 50%,
    rgba(228, 44, 102, 0.26) 100%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}

.section2__wrapper {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background: rgba(255, 255, 255, 0.05);
  padding: 35px 0 1.8rem;
}

.section2__iconinner-wrapper1 {
  background: linear-gradient(
    90deg,
    rgba(228, 44, 102, 0.26) 0%,
    rgba(255, 252, 253, 0.55) 25%,
    rgba(228, 44, 102, 0.4) 50%,
    rgba(255, 255, 255, 0.55) 75%,
    rgba(228, 44, 102, 0.16) 100%
  );
  width: 67.5px;
  height: 67.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  margin-right: 15px;
}

.section2__iconinner-wrapper2 {
  background-color: #f40008;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
}
.section2__iconinner-wrapper2 img,
.section2__iconinner-wrapper2 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section2__item {
  display: inline-flex;
  max-width: 280px;
}

@media (max-width: 767.98px) {
  .section2__item {
    margin-bottom: 20px;
  }
  .section2__wrapper .row > div:last-child .section2__item {
    margin-bottom: 0px;
  }
}
.section2__content {
  text-align: left;
}

.section2__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.section2__iconouter-wrapper1 {
  background: linear-gradient(
    -110deg,
    rgb(163, 20, 25) 0%,
    rgb(187, 182, 183) 45%,
    rgb(240, 13, 21) 100%
  );
  box-shadow: 0px 5px 29px 2px rgba(255, 255, 255, 0.15);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 91px;
  height: 91px;
  border-radius: 50%;
}

.section2__iconouter-wrapper2 {
  background-color: #0d0d0d;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
}

.section2__item-first {
  margin-right: 15px;
}

/* Section 5 */
.section5__wrapper {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background: rgba(255, 255, 255, 0.05);
  padding: 50px 0;
}

.section5 {
  position: relative;
  z-index: 1;
}
.section5 .container {
  position: relative;
}
.section5 .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.section5 .owl-carousel .owl-nav {
  display: none;
}
.section5 .owl-carousel .owl-dots {
  display: none;
}
.section5 .owl-carousel .owl-item img {
  max-height: 55px;
}

/* Section 3 */
.section3 {
  position: relative;
}
.section3 .container {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section3 .halo-4 {
  top: 50vh;
  transform: translate3d(-65%, -50%, 0);
}
.section3 .whirlpool-3 {
  background-image: url("../images/whilpool-3.svg");
  width: 679px;
  height: 1631px;
  left: 0;
  top: 50vh;
  transform: translate3d(0, -50%, 0);
}

.section3__subtitle {
  margin-bottom: 20px;
}
.section3__subtitle h2 {
  font-weight: 700;
  font-size: 60px;
  color: #f5fbf2;
}

.section3__text p {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
}
@media (max-width: 1199.98px) {
  .section3__text p {
    font-size: 18px;
  }
}

.section3__cards {
  position: relative;
  min-height: 682px;
}

.section3__cards-inner {
  position: absolute;
  width: 660px;
  min-height: 682px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section3__title2 {
  position: absolute;
  top: 3px;
  left: 0;
  margin-top: 100px;
}

.section3__card {
  width: 322px;
  height: 322px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/sec3-card-border.svg");
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 39px;
}
.section3__card img {
  width: 272px;
  height: 263px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 28px;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section3__cardtitle {
  width: 326px;
  height: 85px;
  position: absolute;
  top: -40px;
  left: -63px;
  border: 0px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/sec3-cardtitle-bg.svg");
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  z-index: 1;
}
.section3__cardtitle i {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.section3__cardtitle span {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  text-transform: uppercase;
  left: 86px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.section3__card-1 {
  position: absolute;
  top: 177px;
  left: 0px;
}

.section3__cardtitle-1 {
  position: absolute;
  top: 450px;
  left: -50px;
  z-index: 2;
}

.section3__card-2 {
  position: absolute;
  top: 40px;
  left: 296px;
  z-index: 1;
}

.section3__cardtitle-2 {
  position: absolute;
  top: 5px;
  left: 246px;
  z-index: 2;
}

.section3__card-3 {
  position: absolute;
  top: 323px;
  left: 350px;
}

.section3__cardtitle-3 {
  position: absolute;
  top: 595px;
  left: 300px;
  z-index: 2;
}

/* footer */
.footer {
  background: rgba(255, 255, 255, 0.07);
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.footer .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
}
.footer .footer-top-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 20%,
    rgba(244, 0, 8, 0.42) 50%,
    rgb(255, 255, 255) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
.footer h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.footer__logo {
  margin-bottom: 10px;
  margin-top: -20px;
}

.footer__txt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8e8e8e;
  text-align: center;
  margin-bottom: 20px;
}

.footer__copytxt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #8e8e8e;
}

.footer__followicons {
  margin-bottom: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.footer__followicons .row {
  margin-inline: -5px;
}
.footer__followicons .row .col-6 {
  padding-inline: 5px;
}

.footer__subscribe {
  display: flex;
  margin-bottom: 30px;
  width: 561px;
  height: 75px;
  background: url("../images/footer-email-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}
.footer__subscribe input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-appearence: none;
  padding-left: 50px;
  flex-grow: 1;
  margin-right: 30px;
}
.footer__subscribe button {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: url("../images/footer-email-btn-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 128px;
  margin-right: 10px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer__links ul {
  list-style-type: none;
}
.footer__links ul li {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.footer__loginwrapper {
  margin-bottom: 40px;
}

.footer__appbtnstitle {
  margin-bottom: 22px;
}

.footer__appbtn-gplay {
  display: inline-block;
  width: 277px;
  height: 83px;
  background: url("../images/footer-gstore-button-bg.svg") no-repeat center
    center;
  background-size: 100% auto;
  margin-bottom: 22px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
}

.footer__appbtn-appstore {
  display: inline-block;
  width: 277px;
  height: 83px;
  background: url("../images/footer-apple-button-bg.svg") no-repeat center
    center;
  background-size: 100% auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
}

.footer__login {
  display: inline-block;
  width: 278px;
  height: 73px;
  background: url("../images/footer-login-bg.svg") no-repeat center center;
  background-size: 100% auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}
.footer__login span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.facebook__social {
  width: 150px;
  height: 54px;
  display: inline-block;
  background: url("../images/footer-social-btn-bg.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-size: 100% auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  position: relative;
  margin-bottom: 10px;
}
.facebook__social i {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 11px;
  top: 9px;
  background-position: center;
}
.facebook__social span {
  position: absolute;
  left: 54px;
  top: 20px;
  width: auto;
}

/* section-blockquote */
.section-blockquote {
  margin-top: 135px;
  margin-bottom: 135px;
}
.section-blockquote .container {
  position: relative;
  background-image: url("../images/blockquote-start.svg"),
    url("../images/blockquote-end.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  min-height: 300px;
  padding: 95px 190px;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
.section-blockquote .container span {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Whats more section, section6 */
.section6 {
  position: relative;
}
.section6 .halo-5 {
  left: 50%;
  top: 55%;
  transform: translate3d(-50%, -50%, 0);
}
.section6 .whirlpool-4 {
  background-image: url("../images/whilpool-4.svg");
  width: 1512px;
  height: 2254px;
  left: 50%;
  top: 60%;
  transform: translate3d(-50%, -50%, 0);
}
.section6 .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section6 .container .section6-bottom-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 20%,
    rgba(244, 0, 8, 0.42) 50%,
    rgb(255, 255, 255) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.4;
}

.section6__title img {
  margin-left: auto;
  margin-right: auto;
}

.section6__subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 90px;
}
.section6__subtitle span {
  color: rgb(244, 0, 8);
}

.section6__mobcontainer {
  position: relative;
}
.section6__mobcontainer .section6__mob {
  margin-left: auto;
  margin-right: auto;
}

.section6__feature {
  position: absolute;
}

.section6__featuretitle {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #f40008;
}

.section6__featuretxt {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.section6__featuretxt .color-red {
  color: rgb(244, 0, 8);
  font-weight: 600;
}
.section6__featuretxt .color-gold {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.section6__feature {
  left: 50%;
  top: 0%;
}

.section6__feature1 {
  width: 445px;
  height: 137px;
  background-image: url("../images/sec6-feature1.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  transform: translate3d(-130%, 150px, 0);
  padding: 30px 83px 0 30px;
}
.section6__feature1 i {
  position: absolute;
  right: 37px;
  top: 38px;
}

.section6__feature2 {
  width: 445px;
  height: 154px;
  background-image: url("../images/sec6-feature2.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  transform: translate3d(110px, 200px, 0);
  padding: 30px 25px 0 95px;
  text-align: right;
}
.section6__feature2 i {
  position: absolute;
  left: 45px;
  top: 36px;
}

.section6__feature3 {
  width: 472px;
  height: 166px;
  background-image: url("../images/sec6-feature3.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  transform: translate3d(-115%, 400px, 0);
  padding: 30px 83px 0 30px;
}
.section6__feature3 i {
  position: absolute;
  right: 30px;
  top: 36px;
}

.section6__feature4 {
  width: 445px;
  height: 175px;
  background-image: url("../images/sec6-feature4.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  transform: translate3d(160px, 570px, 0);
  padding: 30px 25px 0 90px;
  text-align: right;
}
.section6__feature4 i {
  position: absolute;
  left: 42px;
  top: 44px;
}

/* How does it work?, section7 */
.section7 {
  padding-top: 180px;
  margin-bottom: 60px;
  position: relative;
}
.section7 .container {
  position: relative;
  background-image: url("../images/sec7-commas.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 60px;
}

.section7__heading {
  margin-bottom: 20px;
}
.section7__heading div {
  background: linear-gradient(
    156.6deg,
    #bc8819 5.73%,
    #ffdc6d 44.35%,
    #fabd3b 88.12%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
}

.section7__cards {
  position: absolute;
  width: 292px;
  height: 523px;
  right: 25%;
  transform: translate3d(50%, 0, 0);
}

.section7__card1 {
  position: absolute;
  transform: translateX(-100%) rotate(-6deg);
}
.section7__card1 img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section7__card2 {
  position: absolute;
  left: 0;
  transform: translate3D(-17%, 77px, 0) rotate(6deg);
}
.section7__card2 img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 35px;
}

.section7__cardicon {
  position: absolute;
  width: 91px;
  height: 91px;
  background-image: url("../images/sec7-icon-bg.svg");
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  z-index: 1;
}
.section7__cardicon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section7__cardicon1 {
  position: absolute;
  left: 50px;
  top: -67px;
}

.section7__cardicon2 {
  position: absolute;
  left: 35px;
  bottom: -45px;
}
.myprofile__right .profile_fields {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  height: 450px;
  margin-bottom: 15px;
}
.section7__card2 .section7__cardicon1 {
  position: absolute;
  left: 154px;
  top: -62px;
}
.section7__card2 .section7__cardicon2 {
  position: absolute;
  left: auto;
  bottom: -45px;
  right: 8px;
}

.section7__textsec {
  margin-bottom: 55px;
}

.section7__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: rgb(153, 153, 153);
}
.section7__desc span.gold-text {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.section7__desc span.white-text {
  color: #fff;
}
.section7__desc ul {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  margin-top: 20px;
  list-style-type: none;
}
.section7__desc ul li {
  margin-bottom: 20px;
  position: relative;
}
.section7__desc ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 8px;
  background: url("../images/icons/icon-o.svg") no-repeat center center;
  width: 18px;
  height: 18px;
}
.section7__desc ul li:nth-child(2n + 2)::before {
  background: url("../images/icons/icon-x.svg") no-repeat center center;
}

.section7__heading2 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #f5fbf2;
}
.section7__heading2 h2 span {
  color: rgb(244, 0, 8);
}
.section7__heading2 h2 span.color-white {
  color: #fff;
}

.section7__textsec1,
.section7__textsec2 {
  max-width: 50%;
}

.section7__halo1 {
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section7__whirlpool1 {
  left: 0;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
  width: 1178px;
  height: 2712px;
  background: url("../images/sec7-curls-bg1.svg") no-repeat center center;
}

.section7__whirlpool2 {
  left: auto;
  top: 50%;
  right: 0;
  transform: translate3d(0%, -50%, 0);
  background: url("../images/sec7-curls-bg2.svg") no-repeat center center;
  width: 675px;
  height: 1101px;
}

.section8 {
  position: relative;
  min-height: 900px;
}
.section8 .container {
  position: relative;
}

.section8__halo1 {
  left: 0;
  bottom: 0;
  transform: translate3d(-55%, 0, 0);
}

.section8__halo2 {
  left: auto;
  right: 0;
  top: 20%;
  transform: translate3d(40%, -50%, 0);
}

.section8__whirlpool1 {
  left: 50%;
  top: 71.5%;
  right: 0;
  transform: translate3d(-50%, -50%, 0);
  background: url("../images/sec8-curls1.svg") no-repeat center center;
  width: 1512px;
  height: 1449px;
}

.section8__heading1 img {
  margin-left: auto;
  margin-right: auto;
}

.section8__heading2 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 25px;
}
.section8__heading2 span {
  color: rgb(244, 0, 8);
}

.section8__desc {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}
.section8__desc span {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.section8__desc i {
  color: #fff;
}

.section8__desc2 {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}
.section8__desc2 span {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.section8__stages-wrapper {
  position: relative;
  height: 367px;
}

.section8__stages {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  width: 1230px;
  min-height: 367px;
  margin-left: auto;
  margin-right: auto;
}

.section8__stage {
  width: 754px;
  height: 86px;
}

.section8__stageText {
  position: absolute;
  width: 428px;
  height: 86px;
  background: url("../images/sec8-bg1.png") no-repeat center center;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 65px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}
@media (max-width: 1800px) {
  .section8__stageText > span {
    font-size: 17.5px;
  }
}
.section8__stageText i {
  background: linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(188, 136, 25) 0%,
    rgb(255, 220, 109) 50%,
    rgb(250, 189, 59) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.section8__stageConnector {
  width: 59px;
  height: 7px;
  background: url("../images/sec8-dot-line.svg") no-repeat center center;
  position: absolute;
  left: 427px;
  top: 50%;
  transform: translateY(-50%);
}

.section8__stage {
  position: absolute;
}

.section8__stageSquare {
  top: 0;
  left: 0;
  position: absolute;
}

.section8__stage2 .section8__stageConnector,
.section8__stage4 .section8__stageConnector {
  width: 59px;
  height: 7px;
  background: url("../images/sec8-dot-line2.svg") no-repeat center center;
  position: absolute;
  left: 270px;
  top: 50%;
  transform: translateY(-50%);
}
.section8__stage2 .section8__stageText,
.section8__stage4 .section8__stageText {
  left: auto;
  right: 0;
}

.section8__stage1 {
  top: 33px;
  left: 0;
}

.section8__stage2 {
  right: 0px;
  top: 101px;
}

.section8__stage3 {
  left: 0;
  top: 172px;
}

.section8__stage4 {
  right: 0;
  top: 245px;
}

.section8__stage1 .section8__stageSquare,
.section8__stage3 .section8__stageSquare {
  left: auto;
  right: 0;
}

.section8__stage1 .section8__stageSquare {
  width: 274px;
  height: 162px;
  background: url("../images/sec8-square-1.svg") no-repeat center center;
  top: -33px;
}

.section8__stage2 .section8__stageSquare {
  width: 274px;
  height: 231px;
  background: url("../images/sec8-square-2.svg") no-repeat center center;
  top: -33px;
  left: 3px;
}

.section8__stage3 .section8__stageSquare {
  width: 274px;
  height: 230px;
  background: url("../images/sec8-square-3.svg") no-repeat center center;
  top: -33px;
}

.section8__stage4 .section8__stageSquare {
  width: 274px;
  height: 162px;
  background: url("../images/sec8-square-4.svg") no-repeat center center;
  top: -33px;
  left: 3px;
}

.section8__badge {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.section8__stage1 {
  z-index: 4;
}
.section8__stage1 .section8__badge {
  background-image: url("../images/sec8-circle-red.svg");
}

.section8__stage2 {
  z-index: 3;
}
.section8__stage2 .section8__badge {
  background-image: url("../images/sec8-circle-silver.svg");
  right: auto;
  left: 10px;
}
.section8__stage2 .section8__stageText {
  padding-right: 0px;
  padding-left: 75px;
}

.section8__stage3 {
  z-index: 2;
}
.section8__stage3 .section8__badge {
  background-image: url("../images/sec8-circle-gold.svg");
}

.section8__stage4 {
  z-index: 1;
}
.section8__stage4 .section8__stageText {
  padding-right: 0px;
  padding-left: 75px;
}
.section8__stage4 .section8__badge {
  background-image: url("../images/sec8-circle-platinum.svg");
  right: auto;
  left: 10px;
}

/* section4 */
.section4 {
  position: relative;
}
.section4 .container {
  padding-top: 155px;
  position: relative;
}

.section4__top-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 20%,
    rgba(244, 0, 8, 0.42) 50%,
    rgb(255, 255, 255) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.4;
}

.section4__title1 img {
  margin-left: auto;
  margin-right: auto;
}

.section4__title2 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 30px;
}
.section4__title2 span {
  color: rgb(244, 0, 8);
}

.section4__desc {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}

.section4__item {
  margin-bottom: 170px;
}
@media (min-width: 991px) {
  .section4__item .row .col-12:nth-child(1) {
    width: 72%;
    min-width: 72%;
    max-width: 72%;
  }
  .section4__item .row .col-12:nth-child(2) {
    width: 28%;
    min-width: 28%;
    max-width: 28%;
  }
}

.section4-item-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.section4-item-logo-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.section4-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}

.section4 .button--getstarted .button__text {
  margin-inline: auto;
  padding-left: 1rem;
}

.section4__two-halos {
  position: relative;
}
.section4__two-halos::before {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-25%, -25%, 0);
}
.section4__two-halos::after {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate3d(25%, 25%, 0);
}
.section4__two-halos img {
  position: relative;
  z-index: 1;
}

.section4 .cards-carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section4 .cards-carousel-wrapper::before {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(25%, -25%, 0);
}
.section4 .cards-carousel-wrapper::after {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate3d(-25%, 25%, 0);
}
.section4 .cards-carousel-wrapper .cards-carousel {
  position: relative;
  z-index: 1;
}
.section4 .cards-carousel-wrapper .owl-item {
  transform: scale(0.85) translateY(7.5%) !important;
  transition: 1s ease-out;
  filter: blur(3px);
}
.section4 .cards-carousel-wrapper .owl-item.active.center {
  transform: scale(0.95) translateY(0) !important;
  filter: blur(0px);
}
.section4 .owl-nav {
  text-align: center;
}
.section4 .owl-nav .owl-prev {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 0px !important;
  background: url("../images/sec4-carousel-right.svg") no-repeat center center !important;
  margin-right: -100px;
}
.section4 .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  font-size: 0px !important;
  display: inline-block;
  background: url("../images/sec4-carousel-left.svg") no-repeat center center !important;
  margin-left: -100px;
}
.section4 .owl-dots {
  text-align: center;
  margin-top: -30px;
}
.section4 .owl-dots button span {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  margin: 0 5px;
  transition: 1s;
}
.section4 .owl-dots button.active span {
  width: 43px;
  background-color: #f40008;
}

@media (min-width: 2200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1750px;
  }
}
@media (max-width: 1399.98px) {
  .footer__subscribe {
    width: 506px;
    height: 68px;
  }
  .footer__login {
    width: 256px;
    height: 68px;
  }
  .footer__appbtn-gplay,
  .footer__appbtn-appstore {
    width: 254px;
    height: 76px;
  }
  .facebook__social {
    width: 130px;
    height: 47px;
  }
  .facebook__social i {
    left: 7px;
    top: 6px;
  }
  .facebook__social span {
    top: 16px;
  }
}
@media (max-width: 1199.98px) {
  .footer__subscribe {
    width: 418px;
    height: 56px;
  }
  .footer__login {
    width: 215px;
    height: 56px;
    font-size: 14px;
  }
  .footer__subscribe button {
    width: 100px;
  }
  .footer__appbtn-gplay,
  .footer__appbtn-appstore {
    width: 215px;
    height: 65px;
  }
  .footer__txt {
    font-size: 11px;
  }
  .footer__links ul li {
    font-size: 16px;
    text-align: left;
  }
  .facebook__social {
    width: 100px;
    height: 36px;
  }
  .facebook__social span {
    top: 10px;
    left: 38px;
  }
  .facebook__social i {
    left: 1px;
    top: 0px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    text-align: center;
  }
  .footer__logo img {
    display: inline-block;
  }
  .facebook__social {
    width: 130px;
    height: 47px;
  }
  .facebook__social i {
    left: 7px;
    top: 6px;
  }
  .facebook__social span {
    top: 16px;
    left: 56px;
  }
}
@media (max-width: 767.98px) {
  .footer__subscribe {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__appbtn-appstore {
    margin-bottom: 20px;
  }
  .footer__appbtn-gplay,
  .footer__appbtn-appstore {
    width: 150px;
    height: 46px;
  }
  .footer .container {
    padding-top: 50px;
  }
  .footer__links ul {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .footer__subscribe {
    background: url("../images/footer-email-bg-mob.svg") no-repeat center center;
    width: 300px;
    height: 56px;
  }
  .footer__subscribe input {
    padding-left: 15px;
    width: 160px;
  }
  .footer__logo img {
    max-width: 75%;
  }
  .footer__txt {
    text-align: justify;
  }
}
@media (max-width: 1399.98px) {
  .section8 {
    min-height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .section8__stages {
    transform: translate3d(-50%, -50%, 0) scale(0.75);
  }
  .section8__stages-wrapper {
    height: 300px;
  }
  .section8__desc2 {
    margin-bottom: 50px;
  }
  .section8 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .section8__stages {
    transform: translate3d(-50%, -50%, 0) scale(0.6);
  }
  .section8__stages-wrapper {
    height: 250px;
  }
  .section8__desc2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section8__stages {
    transform: translate3d(-50%, -50%, 0) scale(0.45);
  }
  .section8__desc {
    font-size: 16px;
  }
  .section8__stages-wrapper {
    height: 379px;
  }
  .section8__desc2 {
    margin-bottom: 30px;
  }
  .section8__heading2 {
    margin-top: -25px;
  }
  .section8__heading2 {
    font-size: 40px;
  }
  .section8 {
    padding-top: 0;
  }
  .section8__stages {
    width: 747px;
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
  .section8__stage2 {
    top: 145px;
  }
  .section8__stage3 {
    top: 247px;
  }
  .section8__stage4 {
    top: 358px;
  }
  .section8__stage1 .section8__stageSquare {
    top: -33px;
    left: 3px;
  }
  .section8__stage3 .section8__stageSquare {
    top: -33px;
    left: 3px;
  }
  .section8__stage1 .section8__stageConnector,
  .section8__stage3 .section8__stageConnector {
    width: 59px;
    height: 7px;
    background: url(../images/sec8-dot-line2.svg) no-repeat center center;
    position: absolute;
    left: 270px;
    top: 50%;
    transform: translateY(-50%);
  }
  .section8__stage1 .section8__stageText {
    padding-right: 0px;
    padding-left: 75px;
  }
  .section8__stage1 .section8__stageText,
  .section8__stage3 .section8__stageText {
    left: auto;
    right: 0;
  }
  .section8__stage1 .section8__badge,
  .section8__stage3 .section8__badge {
    right: auto;
    left: 10px;
  }
}
@media (max-width: 575.98px) {
  .section8__stages {
    transform: translate3d(-50%, -50%, 0) scale(0.25);
  }
  .section8__heading2 {
    font-size: 30px;
  }
  .section8__stages-wrapper {
    height: 160px;
  }
  .section8__desc2 {
    margin-bottom: 20px;
  }
  .section8__stages {
    width: 747px;
    transform: translate3d(-50%, -50%, 0) scale(0.35);
  }
}
@media (max-width: 1399.98px) {
  .section3__cards-inner {
    transform: translate3d(-50%, -50%, 0) scale(0.85);
  }
}
@media (max-width: 1199.98px) {
  .section3__cards-inner {
    transform: translate3d(-50%, -50%, 0) scale(0.75);
  }
}
@media (max-width: 767.98px) {
  .section3 .container {
    min-height: auto;
  }
  .section3__cards-inner {
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
  .section3__cards {
    min-height: 510px;
  }
  .section3__title {
    text-align: center;
  }
  .section3__title img {
    display: inline-block;
  }
  .section3__subtitle h2 {
    font-size: 40px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .section3__cards {
    min-height: 310px;
  }
  .section3__cards-inner {
    transform: translate3d(-50%, -50%, 0) scale(0.45);
  }
  .section3__subtitle h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .section4__desc {
    font-size: 20px;
  }
  .section4 .container {
    padding-top: 75px;
  }
  .section4__two-halos {
    margin-bottom: 40px;
  }
  .section4-btn {
    margin-top: 30px;
  }
  .section4__item {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .section4__desc {
    font-size: 18px;
    text-align: left;
  }
  .section4 .container {
    padding-top: 50px;
  }
  .section4__item {
    padding-bottom: 0px;
  }
  .section4__title2 h2 {
    font-size: 40px;
  }
  .section4__title1 {
    text-align: center;
  }
  .section4__title1 img {
    display: inline-block;
    max-height: 40px;
  }
  .section4-item-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0862745098);
  }
  .section4-item-title img {
    max-height: 40px;
    display: inline-block;
  }
  .section4__item1 .section4-item-title img {
    max-height: 100px;
  }
  .section4-item-title,
  .section4-item-logo-img,
  .section4-btn,
  .section4-item-logo-text {
    text-align: center;
  }
  .section4-item-title img,
  .section4-item-logo-img img,
  .section4-btn img,
  .section4-item-logo-text img {
    display: inline-block;
  }
  .section4-item-logo-img img {
    max-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .section4__title2 h2 {
    font-size: 30px;
    margin-top: -20px;
  }
  .section4-item-logo-img img {
    max-width: 75%;
  }
  .section4__item {
    padding-bottom: 0;
  }
  .section4__desc {
    text-align: left;
  }
}
@media (max-width: 1399.98px) {
  .section6 {
    position: relative;
  }
  .section6 .container {
    position: relative;
  }
  .section6__mobcontainer-wrap {
    position: relative;
    width: 100%;
    height: 855px;
  }
  .section6__mobcontainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.9);
  }
  .section6__mobcontainer-wrap {
    height: 596px;
  }
}
@media (max-width: 1199.98px) {
  .section6__mobcontainer {
    transform: translate3d(-50%, -50%, 0) scale(0.75);
  }
}
@media (max-width: 991.98px) {
  .section6__mobcontainer {
    transform: translate3d(-50%, -50%, 0) scale(0.6);
  }
  .section6__mobcontainer .section6__mob {
    transform: translateY(164px) scale(1.85);
  }
  .section6__mobcontainer-wrap {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .section6__subtitle {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .section6__mobcontainer-wrap {
    height: 376px;
  }
  .section6__mobcontainer .section6__mob {
    transform: translateY(164px) scale(2.2);
  }
  .section6__feature1 {
    transform: translate3d(-95%, 23px, 0);
  }
  .section6__feature2 {
    transform: translate3d(-36px, 178px, 0);
  }
  .section6__feature3 {
    transform: translate3d(-90%, 365px, 0);
  }
  .section6__feature4 {
    transform: translate3d(-26px, 570px, 0);
  }
  .section6 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .section6__subtitle {
    font-size: 30px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }
  .section6__subtitle {
    position: relative;
    z-index: 1;
  }
  .section6__mobcontainer .section6__mob {
    transform: translateY(164px) scale(3.25);
    opacity: 0.5;
  }
  .section6__feature1 {
    transform: translate3d(-50%, -41px, 0);
  }
  .section6__feature2 {
    transform: translate3d(-50%, 159px, 0);
  }
  .section6__feature3 {
    transform: translate3d(-50%, 360px, 0);
  }
  .section6__feature4 {
    transform: translate3d(-50%, 570px, 0);
  }
  .section6__mobcontainer-wrap {
    height: 509px;
    margin-bottom: 50px;
  }
  .section6__mobcontainer {
    transform: translate3d(-50%, -68%, 0) scale(0.6);
  }
}
@media (max-width: 1199.98px) {
  .section-blockquote .container {
    background-size: 100px, 100px;
    padding: 80px 100px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-blockquote .container {
    background-size: 90px, 90px;
    padding: 70px 90px;
    font-size: 18px;
  }
  .section-blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .section-blockquote .container {
    background-size: 60px, 60px;
    background-position: 10px top, calc(100% - 10px) bottom;
    padding: 66px 27px;
    font-size: 18px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  .section7__cards {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .section7__textsec1,
  .section7__textsec2 {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section7__cards {
    transform: translateX(-50%) scale(0.85);
  }
  .section7 {
    padding-top: 100px;
    margin-bottom: 60px;
    position: relative;
  }
  .section7 .container {
    padding-bottom: 40px;
    background-size: 90px;
  }
  .section7__heading img {
    height: 45px;
  }
  .section7 h2 {
    font-size: 40px;
  }
  .section7__desc {
    font-size: 20px;
  }
  .section7__desc ul {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .section7__textsec {
    margin-bottom: 25px;
  }
  .section7 {
    padding-top: 50px;
  }
  .section7__cards {
    transform: translateX(-50%) scale(0.65);
    height: 460px;
  }
  .section7__heading img {
    height: 40px;
  }
  .section7 h2 {
    font-size: 30px;
  }
  .section7__desc {
    font-size: 18px;
  }
  .section7__desc ul {
    font-size: 18px;
  }
}
.header__menu-mob-head {
  display: none;
}

.header__menu-mob-open {
  display: none;
}

@media (max-width: 1199.98px) {
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .header__menu-mob--active {
    overflow: hidden;
  }
  .header__menu-mob--active::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.25);
    animation: fadeIn 0.35s ease-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header__menu-mob-head {
    display: flex;
    height: 70px;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
  }
  .header__menu-mob-head::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
      90deg,
      rgba(228, 44, 102, 0) 0%,
      rgba(228, 44, 102, 0.26) 2.5%,
      rgba(255, 255, 255, 0.55) 25%,
      rgba(228, 44, 102, 0.4) 50%,
      rgba(255, 255, 255, 0.55) 75%,
      rgba(228, 44, 102, 0.16) 97.5%,
      rgba(228, 44, 102, 0) 100%
    );
    opacity: 0.4;
  }
  .header__menu-mob-open {
    display: block;
  }
  .brand-logo {
    margin-right: auto;
  }
  .brand-logo img {
    max-height: 55px;
  }
  .header__menu {
    position: fixed;
    right: 0;
    top: 116px;
    height: calc(100vh - 116px);
    width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 111;
    transform: translateX(100%);
    transition: 0.35s ease-out;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header__menu ul {
    display: block;
    margin-top: 20px;
  }
  .header__menu ul li {
    display: block;
  }
  .header__menu ul li a {
    display: block;
  }
  .header nav ul {
    display: block;
    padding-right: 20px;
  }
  .header nav ul li {
    margin-top: 35px;
    text-align: right;
  }
  .header__menu-mob--active .header__menu {
    transform: translateX(0);
  }
  .header .button__iconwrapperouter {
    width: 33px;
    height: 33px;
  }
  .header .button {
    min-width: 128px;
    height: 46px;
  }
  .header .header__menu-mob-open {
    cursor: pointer;
    width: 46px;
    min-width: auto;
    margin-left: 10px;
    position: relative;
    background: linear-gradient(
      90deg,
      rgba(228, 44, 102, 0.26) 0%,
      rgba(255, 252, 253, 0.55) 50%,
      rgba(228, 44, 102, 0.4) 100%
    );
  }
  .header .header__menu-mob-open .button__inner span {
    position: absolute;
    transition: 0.35s;
    height: 1px;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg);
  }
  .header .header__menu-mob-open .button__inner span:first-child {
    transform: translate3d(-50%, -7.5px, 0) rotate(0deg);
  }
  .header .header__menu-mob-open .button__inner span:last-child {
    transform: translate3d(-50%, 7.5px, 0) rotate(0deg);
  }
  .header__menu-mob--active
    .header
    .header__menu-mob-open
    .button__inner
    span:nth-child(2) {
    opacity: 0;
  }
  .header__menu-mob--active
    .header
    .header__menu-mob-open
    .button__inner
    span:first-child {
    transform: translate3d(-50%, 0px, 0) rotate(45deg);
  }
  .header__menu-mob--active
    .header
    .header__menu-mob-open
    .button__inner
    span:last-child {
    transform: translate3d(-50%, 0px, 0) rotate(-45deg);
  }
  .header .button .button__iconwrapperouter {
    background: linear-gradient(
      90deg,
      rgba(228, 44, 102, 0.26) 0%,
      rgba(255, 252, 253, 0.55) 50%,
      rgba(228, 44, 102, 0.26) 100%
    );
  }
  .button--getstarted {
    max-width: 280px;
  }
  .section1 .section1__desc {
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    top: 95px;
    height: calc(100vh - 95px);
  }
}
@media (max-width: 767.98px) {
  .header__menu {
    top: 65px;
    height: calc(100vh - 65px);
  }
}
@media (max-width: 575.98px) {
  .section1 .section1__title {
    max-width: 95%;
  }
}
/* section2 */
@media (max-width: 991.98px) {
  .section2__title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .section2__title {
    font-size: 20px;
  }
  .section2__txt {
    font-size: 16px;
  }
  .section2 .container {
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .section2 .container::-webkit-scrollbar {
    display: none;
  }
  .section2__wrapper .row {
    min-width: 800px;
  }
  .section2__iconouter-wrapper1 {
    box-shadow: none;
  }
}
@media (max-width: 575.98px) {
  .section5 .owl-carousel .owl-item .item-duellex img {
    max-height: 50px;
  }
}
.calendar-page-title {
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs24);
  color: #ffffff;
}

.calendar-page-desc {
  font-style: normal;
  font-weight: 400;
}

.calendar-slots .calendar-slots__edit {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: -20px;
  cursor: pointer;
  display: flex;
  padding: 1px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.calendar-slots .calendar-slots__edit > span {
  background-color: #ffffff;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-slots {
  margin-left: -32.5px;
  margin-right: -32.5px;
}
.calendar-slots > div {
  padding-left: 32.5px;
  padding-right: 32.5px;
}
.calendar-slots > div > div,
.calendar-slots > div > a {
  height: 172px;
  display: block;
}
.calendar-slots__num {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs16);
  color: #f18ea1;
  text-align: center;
}
.calendar-slots__date {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
.calendar-slots__month {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs20);
}

.calendar-slots__book {
  cursor: pointer;
  padding: 30px;
  border-radius: 40px;
  border: 1px dashed #ffffff;
}
.calendar-slots__book-icon {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 7.5px;
}
.calendar-slots__book-title {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs20);
  color: #ffffff;
  text-align: center;
}

.event-calendar .ui-datepicker {
  padding-top: 30px;
}
.event-calendar .ui-datepicker table {
  min-height: 334px;
}
@media (min-width: 1600px) {
  .event-calendar .ui-datepicker table {
    min-height: 20vw;
  }
}
@media (min-width: 992px) {
  .event-calendar .ui-datepicker-header {
    position: absolute;
    right: 0;
    top: 106px;
    width: 55%;
    transform: translateX(200%);
    display: flex;
    flex-direction: column;
  }
}
.event-calendar .ui-datepicker-header > * {
  position: relative;
  text-align: center;
  width: 100%;
}
.event-calendar .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.event-calendar
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon-circle-triangle-w {
  background-image: url(../images/icons/icon-chevron-up.svg);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
}
.event-calendar .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.event-calendar
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon-circle-triangle-e {
  background-image: url(../images/icons/icon-chevron-down.svg);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -10px;
}
.event-calendar .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .event-calendar .ui-datepicker-header .ui-datepicker-title {
    font-size: 32px;
  }
}
.event-calendar .ui-datepicker .ui-datepicker-next,
.event-calendar .ui-datepicker .ui-datepicker-prev {
  right: 1px !important;
  top: 1px !important;
  left: auto;
}

.calendar-slots__info {
  width: 50%;
  margin-top: 60px;
}
.calendar-slots__info > div {
  display: flex;
  margin-bottom: 30px;
}
.calendar-slots__info > div i {
  flex-grow: 0;
  margin-right: 10px;
}
.calendar-slots__available {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(240, 240, 240, 0.42);
}
.calendar-slots__housefull {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f40008;
  box-shadow: 0px 2px 5px rgba(244, 0, 8, 0.43);
}
.calendar-slots__booked {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #f40008;
  filter: drop-shadow(0px 2px 5px rgba(244, 0, 8, 0.43));
}
@media (min-width: 2200px) {
  .calendar-slots__available,
  .calendar-slots__housefull,
  .calendar-slots__booked {
    width: 26px;
    height: 26px;
  }
}

.myreferrals {
  max-height: 440px;
  overflow-y: auto;
  padding: 5px 10px 5px 0;
}
@media (max-width: 991.98px) {
  .myreferrals {
    margin-bottom: 30px;
  }
}
.myreferrals__single {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
.myreferrals__single .gradient-block-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px 15px 100px;
}
@media (max-width: 1800px) {
  .myreferrals__single .gradient-block-inner {
    padding: 15px 25px 15px 25px !important;
  }
}
@media (max-width: 1400px) {
  .myreferrals__single .gradient-block-inner {
    padding: 10px 25px 10px 25px;
  }
}
.myreferrals__single .number {
  width: 47px;
  height: 47px;
  min-width: 47px;
  min-height: 47px;
  background-color: #ffffff;
  color: #f40008;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: 500;
}
.myreferrals__single .name {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.myreferrals__single-child {
  padding: 0 0px 0 40px;
  position: relative;
}
.myreferrals__single-child .myreferrals__single {
  margin-right: 15px;
}
.myreferrals__single-child .myreferrals__single .number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.myreferrals__single-child .myreferrals__single .gradient-block-inner {
  min-height: 40px;
  padding: 10px 15px 10px 100px;
}
@media (max-width: 1801px) {
  .myreferrals__single-child .myreferrals__single .gradient-block-inner {
    padding: 10px 15px 10px 15px !important;
  }
}
.myreferrals__single-child::after {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: -10px;
  width: 10px;
  height: 40px;
  border-left: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  left: 30px;
}
.myreferrals__single-child__single .gradient-block-inner {
  min-height: 50px;
  height: 50px;
  padding: 5px 15px 5px 15px;
}

.passdetails1 {
  position: relative;
}
.passdetails1 > .gradient-block-bg {
  background: var(--cardGoldBorderGradient2) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.passdetails1 > .gradient-block-bg-inner {
  inset: 1px;
}
.passdetails1 > .gradient-block-inner {
  background: rgba(250, 189, 59, 0.33);
  border-radius: 50px;
  padding: 30px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.passdetails1 > .gradient-block-inner .title {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .passdetails1 > .gradient-block-inner .title {
    text-align: left;
    justify-content: start;
  }
}
.passdetails1 > .gradient-block-inner .input-button {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  height: 46px;
}
.passdetails1 > .gradient-block-inner .input-button .input-button__inner {
  height: 44px;
}
.passdetails1 .label {
  position: absolute;
  right: 0;
  top: 0;
}
.passdetails1__social {
  display: flex;
}
.passdetails1__social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.passdetails1 .myreferrals__single .gradient-block-inner {
  height: 50px;
  padding-left: 30px;
  padding-right: 10px;
}
.passdetails1 .myreferrals__single .gradient-block-inner .name {
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.passdetails1 .myreferrals__single .gradient-block-inner .copy {
  margin-top: 10px;
}

@media (min-width: 2200px) {
  .event-calendar .ui-datepicker-header .ui-datepicker-title {
    font-size: 41.6px;
  }
}
@media (max-width: 991.98px) {
  .calendar-slots__info > div {
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .calendar-widget {
    flex-direction: column !important;
  }
  .calendar-widget .calendar-slots__info > div i {
    margin-right: 5px;
  }
  .calendar-widget .calendar-slots {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 45px);
  }
  .calendar-widget .calendar-slots > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calendar-widget .calendar-slots__date {
    font-size: 30px;
  }
  .calendar-widget .dashboard-gradient-block {
    padding: 30px 15px;
  }
  .calendar-widget__month {
    font-size: 16px;
  }
  .calendar-widget .dashboard-widget__left {
    display: flex;
    flex-direction: column;
  }
  .calendar-widget .dashboard-widget__left > div {
    padding-right: 15px;
  }
  .calendar-widget .dashboard-gradient-block {
    margin-bottom: 30px;
  }
  .calendar-widget .calendar-slots__info {
    max-width: 100%;
    margin: 20px auto 0 auto;
    width: 80%;
  }
  .calendar-slots .calendar-slots__edit {
    width: 40px;
    height: 40px;
    right: -13px;
    top: -23px;
  }
  .calendar-slots__book {
    padding: 20px 15px;
  }
  .calendar-slots__book-title {
    font-size: 12px;
  }
  .calendar-slots__month {
    font-size: 12px;
  }
  .calendar-slots__book-icon {
    margin-bottom: 0;
  }
  .dashboard-widget__right {
    flex: 0 0 auto !important;
  }
  .event-calendar .ui-datepicker-header {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    display: flex;
    flex-direction: row;
  }
  .event-calendar .ui-datepicker {
    padding-top: 0px;
  }
  .event-calendar .ui-datepicker-header .ui-datepicker-title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .event-calendar .ui-datepicker .ui-datepicker-title {
    font-size: 20px;
    line-height: 1;
  }
  .dashboard-widget__calenderInside .gradient-block-inner {
    padding-top: 50px;
  }
  .event-calendar
    .ui-datepicker-header
    .ui-datepicker-prev
    .ui-icon-circle-triangle-w {
    transform: rotate(-90deg);
  }
  .event-calendar
    .ui-datepicker-header
    .ui-datepicker-next
    .ui-icon-circle-triangle-e {
    transform: rotate(-90deg);
  }
  .calendar-slots__info {
    text-align: center;
  }
  .calendar-slots > div > div,
  .calendar-slots > div > a {
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  .calendar-page-desc {
    font-size: 14px;
  }
  .calendar-widget .dashboard-gradient-block,
  .calendar-slots > div > div,
  .calendar-slots > div > a {
    height: auto;
  }
  .calendar-slots__info > div {
    margin-right: 10px;
  }
  .calendar-slots__available {
    height: 10px;
  }
  .calendar-widget .calendar-slots__info {
    font-size: 14px;
    text-align: center;
  }
  .calendar-widget .calendar-slots__info > div i {
    flex-grow: 0;
    margin-right: 5px;
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-top: 4.5px;
  }
  .calendar-widget .dashboard-widget__left > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .event-calendar .ui-datepicker table {
    min-height: 250px;
  }
  .dashboard-gradient-block .gradient-block-bg {
    border-radius: 25px !important;
  }
  .dashboard-gradient-block .gradient-block-bg .gradient-block-bg-inner {
    border-radius: 25px !important;
  }
  .calendar-slots__book {
    border-radius: 25px;
  }
  .calendar-widget .calendar-slots {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .calendar-widget .calendar-slots > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .calendar-widget .icon-edit-large {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
  }
  .calendar-widget .icon-add-big {
    width: 50px;
    height: 50px;
    background-size: 100% auto;
  }
  .calendar-slots > div > div,
  .calendar-slots > div > a {
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .calendar-slots__book-icon {
    margin-top: 2px;
  }
  .calendar-widget .dashboard-gradient-block {
    padding: 15px 7.5px;
  }
  .calendar-slots__book {
    padding: 13px 7.5px 14px 7.5px;
  }
  .calendar-slots .gradient-block-outer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .enterx-card--outer {
    position: relative;
    height: 397px;
  }
  .enterx-card--outer .enterx-card {
    position: absolute;
    max-width: 339px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.85);
  }
  .calendar-slots {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .calendar-slots .calendar-slots__book-icon {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 23.5px;
    margin-right: 15px;
  }
  .calendar-slots > div > a {
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar-slots .gradient-block-outer {
    text-align: center;
  }
  .calendar-slots .gradient-block-inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: end;
    line-height: 1;
  }
  .calendar-slots .gradient-block-inner .calendar-slots__num {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .calendar-slots .gradient-block-inner .calendar-slots__month {
    padding-bottom: 5px;
    margin-left: 10px;
  }
}
/* Location Dropdown */
.locationDropdown {
  width: 100%;
}
.locationDropdown .gradient-block-bg {
  background: var(--themeGradientLight1) !important;
  opacity: 0.9;
}
.locationDropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs32);
  cursor: pointer;
  padding: 7.5px 5px 7.5px 10px;
}
.locationDropdown .dropdown-toggle .icon {
  margin-right: 10px;
}
.locationDropdown .dropdown-toggle img,
.locationDropdown .dropdown-toggle span {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.locationDropdown .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border: none;
  width: 50px;
  height: 50px;
  background: url("../images/icons/dropdown-icon.svg") no-repeat center center;
  background-size: contain;
  margin-left: auto;
  position: relative;
  margin-bottom: -6px;
}
.locationDropdown .dropdown-menu {
  min-width: 100%;
  background-color: #3c3b3b;
}
.locationDropdown .dropdown-menu a {
  color: #fff;
}
.locationDropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: #999;
}
.locationDropdown .dropdown-item {
  font-size: var(--fs20);
}
.locationDropdown .dropdown-item.active,
.locationDropdown .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--themeRed);
}
@media (min-width: 2200px) {
  .locationDropdown .dropdown-toggle {
    font-size: 41.6px;
    padding: 9.75px 6.5px 9.75px 13px;
  }
  .locationDropdown .dropdown-toggle .icon {
    width: 45.5px;
    height: 45.5px;
  }
  .locationDropdown .dropdown-toggle::after {
    width: 65px;
    height: 65px;
  }
  .locationDropdown .dropdown-item {
    font-size: 26px;
  }
  .locationDropdown .calendar-slots__info {
    margin-top: 78px;
  }
}

@media (min-width: 2200px) {
  .event-calendar .ui-datepicker-header {
    top: 137.8px;
  }
}
@media (max-width: 991.98px) {
  .calendar-widget
    .dashboard-widget__left
    > .gradient-block-outer.dashboard-gradient-block {
    padding-top: 65px;
  }
  .event-calendar
    .ui-datepicker-header
    .ui-datepicker-prev
    .ui-icon-circle-triangle-w,
  .event-calendar
    .ui-datepicker-header
    .ui-datepicker-next
    .ui-icon-circle-triangle-e {
    margin-top: -15px;
  }
  .locationDropdown {
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .locationDropdown .dropdown-toggle {
    font-size: 20px;
  }
  .calendar-page-header.mb-5 {
    margin-bottom: 20px !important;
  }
  .myreferrals {
    max-height: 350px;
  }
  .bottom-nav-space {
    height: 120px;
  }
  .passdetails1 > .gradient-block-inner {
    padding: 30px 25px;
  }
  .passdetails1 .input-button-wrapper {
    margin-bottom: 0;
  }
  .passdetails1 .mb-4 {
    margin-bottom: 10px !important;
  }
}
.bg-setup {
  width: 100%;
  font-family: var(--ff1);
  background-color: var(--black);
  overflow: hidden;
  inset: 0;
  position: fixed;
}
.bg-setup::before,
.bg-setup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-setup::before {
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  background: url(./../images/left-concentric-circles.svg) no-repeat;
}
@media (min-width: 2200px) {
  .bg-setup::before {
    zoom: 1.3;
  }
}
@media (max-width: 1450px) {
  .bg-setup::before {
    zoom: 0.8;
  }
}
@media (max-width: 767.98px) {
  .bg-setup::before {
    zoom: 1;
    background: url(./../images/mobile-concentric-circles.svg) no-repeat;
  }
}
@media (max-width: 375px) {
  .bg-setup::before {
    zoom: 0.8;
  }
}
.bg-setup::after {
  right: -46vw;
  bottom: -4vh;
  background: url(./../images/right-concentric-circles.svg) no-repeat;
}
@media (min-width: 1851px) {
  .bg-setup::after {
    right: -48vw;
    bottom: -44vh;
  }
}
@media (min-width: 2200px) {
  .bg-setup::after {
    right: -40vw;
    bottom: -35vh;
    zoom: 1.3;
  }
}
@media (max-width: 1850px) {
  .bg-setup::after {
    right: -70vw;
    bottom: -58vh;
    zoom: 0.8;
  }
}
@media (max-width: 1450px) {
  .bg-setup::after {
    right: -75vw;
    bottom: -65vh;
    zoom: 0.7;
  }
}
@media (max-width: 1199.99px) {
  .bg-setup::after {
    right: -60vw;
    bottom: -65vh;
  }
}
@media (max-width: 767.98px) {
  .bg-setup::after {
    background: none;
  }
}
@media (max-width: 991.98px) {
  .bg-setup--login::before {
    background: url(./../images/hero-bg.png) no-repeat;
  }
}
.bg-setup .blobs {
  position: fixed;
  inset: 0;
}
.bg-setup .blobs::before,
.bg-setup .blobs::after {
  content: "";
  position: absolute;
  background: var(--blobGradient);
  filter: blur(113.5px);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .bg-setup .blobs::before,
  .bg-setup .blobs::after {
    background: radial-gradient(
      47.56% 47.56% at 50% 50%,
      rgba(244, 0, 8, 0.46),
      rgba(244, 0, 5, 0.35) 100%
    );
  }
}
@media (max-width: 480px) {
  .bg-setup .blobs::before,
  .bg-setup .blobs::after {
    background: radial-gradient(
      47.56% 47.56% at 50% 50%,
      rgba(244, 0, 8, 0.46),
      rgb(244, 0, 5) 100%
    );
  }
}
.bg-setup .blobs::before {
  left: -60%;
  top: -45%;
  width: 120%;
  height: 120%;
}
@media (max-width: 767.98px) {
  .bg-setup .blobs::before {
    left: -25%;
    top: -25%;
    height: 64vw;
    width: 64vw;
    zoom: 1.2;
  }
}
@media (max-width: 575.98px) {
  .bg-setup .blobs::before {
    height: 64vw;
    width: 70vw;
    top: -5%;
    left: -20%;
  }
}
@media (max-width: 480px) {
  .bg-setup .blobs::before {
    height: 88vw;
    width: 64vw;
    left: -25%;
    top: -15%;
  }
}
.bg-setup .blobs::after {
  right: -52%;
  bottom: -52%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1450px) {
  .bg-setup .blobs::after {
    width: 110%;
    height: 110%;
  }
}
@media (max-width: 767.98px) {
  .bg-setup .blobs::after {
    height: 64vw;
    width: 90vw;
    right: -25vw;
    bottom: -35vh;
  }
}
@media (max-width: 575.98px) {
  .bg-setup .blobs::after {
    height: 64vw;
    width: 90vw;
    right: -10vw;
    bottom: -15vh;
  }
}
@media (max-width: 480px) {
  .bg-setup .blobs::after {
    height: 64vw;
    width: 100vw;
    right: unset;
    bottom: -15vh;
  }
}

.main-page {
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}

.top-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
.top-btns .gradient-block-bg,
.top-btns .gradient-block-bg-inner {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .top-btns .gradient-block-bg,
  .top-btns .gradient-block-bg-inner {
    display: none;
  }
}
.top-btns .gradient-block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .top-btns .gradient-block-inner {
    width: 100%;
    flex-flow: column;
  }
  .top-btns .gradient-block-inner .top-btns__left {
    order: 2;
    width: 100%;
  }
  .top-btns .gradient-block-inner .top-btns__right {
    order: 1;
    width: 100%;
  }
}
.top-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-btns__left a {
  width: 42px;
  height: 42px;
  background: url(./../images/top-action-btn-bg.svg) no-repeat center;
  background-size: 385%;
}
.top-btns__left a img {
  padding-bottom: 4px;
}
.top-btns .logo-small {
  margin-bottom: -2px;
}
.top-btns .logo-small__bg1 {
  width: 47px;
  height: 47px;
  position: relative;
  border-radius: 50%;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight3);
}
.top-btns .logo-small__bg2 {
  position: absolute;
  inset: 1px;
  background-color: #713735;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .top-btns .logo-small {
    display: none;
  }
}
.top-btns .nav-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 80px;
  align-items: center;
  margin-top: 5px;
}
.top-btns .nav-links .active .fill-icon {
  fill: var(--themeRed);
}
.top-btns .nav-links .active .stroke-icon {
  stroke: var(--themeRed);
}
@media (max-width: 991.98px) {
  .top-btns .nav-links {
    display: none;
  }
}
.top-btns__right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
.top-btns__right .user {
  padding: 3.5px 15px 3.5px 5px;
  border-radius: 40px;
  margin-top: -3.5px;
}
.top-btns__right .user:hover {
  background-color: #282828;
}
@media (max-width: 991.98px) {
  .top-btns__right {
    display: flex;
    width: 100%;
    gap: 2.5rem;
    zoom: 0.8;
  }
}
@media (max-width: 480px) {
  .top-btns__right {
    zoom: 1;
    gap: 1.5rem;
  }
}
.top-btns__right .notify {
  position: relative;
  flex-shrink: 0;
}
.top-btns__right .notify img {
  max-height: 33px;
}
@media (max-width: 480px) {
  .top-btns__right .notify img {
    max-height: 1.45rem;
  }
}
.top-btns__right .notify .dot {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 13px;
  height: 13px;
  background-color: var(--mustard);
}
@media (max-width: 480px) {
  .top-btns__right .notify .dot {
    width: 10px;
    height: 10px;
  }
}
.top-btns__right .logout {
  flex-shrink: 0;
}
.top-btns__right .logout img {
  max-height: 30px;
}
@media (max-width: 480px) {
  .top-btns__right .logout img {
    max-height: 1.35rem;
  }
}

.bottom-navigation {
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.bottom-navigation-inner svg {
  max-width: 1rem;
}
.bottom-navigation__left,
.bottom-navigation__right {
  padding-inline: 2rem;
  border-top: 1px solid rgba(167, 161, 161, 0.69);
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-navigation__left::after,
.bottom-navigation__right::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  filter: blur(5px);
}
.bottom-navigation__left,
.bottom-navigation__right,
.bottom-navigation__center {
  width: 33.3%;
  height: 100%;
  border-top: 1px solid #eee;
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #ccc;
  font-size: 24px;
}
.bottom-navigation__left {
  left: 0;
  border-top-right-radius: 30px;
  box-shadow: 0px -6px 7px 0px rgba(228, 44, 102, 0.28);
}
.bottom-navigation__left::after {
  border-top-right-radius: 30px;
}
.bottom-navigation__right {
  border-top-left-radius: 30px;
  box-shadow: 15px -4px 15px 0px rgba(228, 44, 102, 0.28);
}
.bottom-navigation__right::after {
  border-top-left-radius: 30px;
}
.bottom-navigation__center {
  width: 14rem;
  height: 80%;
  border: none;
  box-shadow: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom-navigation__center .center-inner {
  width: 5.2rem;
  height: 2.8rem;
  border-bottom-left-radius: 240px;
  border-bottom-right-radius: 240px;
  background-color: transparent;
  border-bottom: 1px solid rgba(167, 161, 161, 0.5);
  display: flex;
  margin-inline: -9px;
  margin-top: -1rem;
  box-shadow: 0px 0.6px 0px 0px #e42c66;
  position: absolute;
}
.bottom-navigation__center .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 4px;
  position: relative;
  transform: translate(12px, -40%);
  box-shadow: 1px 1px 0px rgba(228, 44, 102, 0.37),
    -1px -1px 1px rgba(255, 255, 255, 0.6);
}
.bottom-navigation__center .icon__inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bottom-navigation__center .icon__inner svg {
  fill: black;
  max-width: unset;
}

@media (min-width: 2200px) {
  .top-btns__left a {
    width: 54.6px;
    height: 54.6px;
  }
}
.top-btns__right .user__info {
  display: flex;
  flex-direction: column;
}

.sendemail {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 150px);
  align-items: center;
}
.sendemail__left {
  width: 25%;
}
.sendemail__left img {
  position: fixed;
  max-height: 80vh;
  left: 19%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .sendemail__left {
    display: none;
  }
}
.sendemail__right {
  width: 75%;
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .sendemail__right {
    width: 100%;
  }
}
.sendemail .page-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
}
.sendemail .input-label h2 {
  font-size: 20px;
}
.sendemail .tags-input {
  width: 100%;
}
.sendemail .main-input {
  width: 100%;
}
.sendemail .input-field {
  position: relative;
}
.sendemail .input-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
}
.sendemail .input-bg .input-bg-inner {
  border-radius: 25px;
}
.sendemail .input-text-outer {
  height: auto;
}
.sendemail .tag {
  background-color: #696969;
  white-space: nowrap;
  line-height: 1;
  border-radius: 25px;
  padding: 2.5px 5px 2.5px 5px;
  margin-top: 5px;
  margin-right: 5px;
  color: #d5d5d5;
  font-size: 12px;
  display: inline-flex;
}
.sendemail .tag .close {
  background-color: rgb(255, 53, 53);
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 15px;
  width: 15px;
}
.sendemail .tag .close::after {
  content: "x";
  color: #fff;
  line-height: 1;
}

.ckeditor-wrapper {
  padding: 1px;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  border-radius: 25px;
}
.ckeditor-wrapper .cke_1.cke_chrome {
  border: 0;
  border-radius: 25px;
  overflow: hidden;
  background: #1b1919;
}
.ckeditor-wrapper .cke_inner {
  background: transparent;
}

.input-button-wrapper--sendemail {
  max-width: 350px;
}
.input-button-wrapper--sendemail .input-button__text {
  padding-left: 50px;
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .sendemail {
    padding-top: 50px;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sendemail {
    padding-top: 20px;
    min-height: calc(100vh - 0px);
    align-items: center;
  }
  .sendemail .page-title {
    font-size: 36px;
  }
}
.sponsor {
  padding-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
}
.sponsor__left {
  max-width: 45%;
  min-width: 45%;
  width: 45%;
}
.sponsor__left h1 {
  font-size: 44px;
  line-height: 53px;
  color: var(--white);
}
.sponsor__left img {
  margin-top: 2.5rem;
  margin-inline: auto;
}
.sponsor__right {
  flex: 1;
  max-width: 55%;
}
.sponsor__right__inner {
  max-width: min(80%, 500px);
}
@media (min-width: 2200px) {
  .sponsor__right__inner {
    max-width: min(80%, 650px);
  }
}
.sponsor__right .label {
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
}
.sponsor .node-structure {
  margin-top: 2rem;
  margin-left: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group {
  margin-bottom: 1.1rem;
}
.form-group .input-field__prefix {
  font-size: 16px;
}
.form-group .input-field {
  padding-top: 1px;
}
.form-group .input-field input::-moz-placeholder {
  font-weight: 400;
  color: var(--grayLight-100);
}
.form-group .input-field input::placeholder {
  font-weight: 400;
  color: var(--grayLight-100);
}
.form .btn {
  height: 4rem;
}

.google-visualization-orgchart-table {
  border-collapse: separate;
}
.google-visualization-orgchart-node {
  font-family: var(--ff1) !important;
  box-shadow: var(--shadowBlack25) !important;
  background: var(--translucent-bg-gray) !important;
  border: 1px solid var(--translucent-border-gray) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  padding: 0 1.2rem !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  height: 56px !important;
  font-style: italic !important;
  font-size: 1.128rem !important;
  min-width: 125px !important;
}
.google-visualization-orgchart-linebottom,
.google-visualization-orgchart-lineleft,
.google-visualization-orgchart-lineright {
  border-color: var(--white) !important;
}
.google-visualization-orgchart-node {
  position: relative;
}

@media (max-width: 991.98px) {
  .sponsor {
    flex-direction: column;
  }
  .sponsor__left {
    min-width: 100%;
    max-width: 100%;
  }
  .sponsor__left h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left !important;
  }
  .sponsor__left img {
    display: none;
  }
  .sponsor__right {
    min-width: 100%;
    max-width: 100%;
  }
  .sponsor__right__inner {
    max-width: 100%;
  }
  .sponsor .button--red .d-lg-none {
    transform: rotate(90deg);
  }
}
@media (min-width: 1801px) and (max-width: 2000px) {
  .sponsor {
    min-height: calc(100vh - 240px) !important;
    align-items: center;
  }
}
@media (min-width: 2200px) {
  .sponsor {
    min-height: 55vh !important;
    align-items: center;
  }
}
@media (max-width: 557.98px) {
  .sponsor {
    padding-top: 0;
  }
}
.dashboard-widget .gradient-block-bg {
  background: var(--themeGradientLight1);
}

@media (max-width: 767.98px) {
  .top-btns {
    padding-top: 20px;
  }
}
.top-btns--withSidebar h2 {
  line-height: 1.25;
}
.top-btns .user {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem;
  margin-bottom: -2px;
  gap: 0.75rem;
}
@media (max-width: 991.98px) {
  .top-btns .user {
    margin-right: auto;
  }
}
.top-btns .user__img {
  width: 50px;
  height: 50px;
  /* padding: 8px; */
  background-color: var(--translucent-bg-gray);
  border: 1px solid var(--translucent-border-gray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .top-btns .user__img {
    width: 54px;
    height: 54px;
  }
}
.top-btns .user__img .initials {
  padding-top: 2px;
  color: var(--themeRed);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-btns .user__img .dot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #00542c;
  border: 2px solid var(--white);
  box-shadow: --shadowBlack25;
}
.top-btns .user__info h3 {
  max-width: 20ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .top-btns .user__info h3 {
    max-width: 15ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .top-btns .user__info span {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .top-btns .user__info h3 {
    font-size: 16px;
  }
}

.sidebar {
  padding: 20px 16px;
  min-height: calc(100vh - 2.5rem);
  border-radius: 19px;
  position: fixed;
  z-index: 1;
  width: 80px;
  height: calc(100vh - 2.5rem);
  top: 25px;
  left: 25px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .sidebar {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .sidebar {
    top: 15px;
    left: 20px;
    width: 70px;
    min-height: unset;
    padding: 16px 12px;
    border-radius: 18px;
    height: calc(100vh - 2rem);
  }
}
.sidebar__inner {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar .gradient-block-bg-inner {
  border-radius: 1.15rem;
}
.sidebar .logo-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: url(./../images/logo-small-bg.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
}
.sidebar .logo-small img {
  max-width: 38px;
  margin-bottom: 0.365rem;
}
.sidebar ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: min(10vh, 5rem);
  margin-bottom: 3rem;
}
@media (max-width: 1366px) {
  .sidebar ul {
    gap: min(8vh, 4rem);
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .sidebar ul {
    margin-bottom: 0;
  }
}
.sidebar ul .app-links.active .fill-icon {
  fill: var(--themeRed);
}
.sidebar ul .app-links.active .stroke-icon {
  stroke: var(--themeRed);
}

.fill-icon {
  fill: var(--white);
}

.stroke-icon {
  stroke: var(--white);
}

.dashboard {
  position: relative;
  padding-left: 110px;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .dashboard {
    padding-left: 7rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .dashboard {
    padding-inline: 2rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 657.98px) {
  .dashboard {
    padding-inline: 1.35rem;
  }
}
@media (max-width: 480px) {
  .dashboard {
    padding-inline: 1rem;
  }
}
.dashboard-widget {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .dashboard-widget--levels {
    flex-flow: column-reverse nowrap;
  }
}
@media (max-width: 1450px) {
  .dashboard-widget {
    margin-bottom: 1.5rem;
  }
}
.dashboard-widget__left {
  flex: 1;
  max-width: calc(100% - 500px - 50px);
}
.dashboard-widget__left.w-100 {
  max-width: calc(100% - 110px);
}
.dashboard-widget__right {
  flex: 0 0 366px;
  max-width: 366px;
  padding: 5px 10px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.dashboard-widget__right h2 {
  font-size: 18px;
}
@media (min-width: 991.98px) {
  .dashboard-widget__right {
    position: fixed;
    right: 100px;
    top: 100px;
    bottom: 15px;
  }
}
.dashboard-widget__right .ticket-cover {
  overflow-y: auto;
  padding: 0.75rem 0.85rem;
  border-radius: 2.8rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .dashboard-widget__right .ticket-cover {
    height: auto;
  }
}
.dashboard-widget__right .single-card {
  border-radius: 50px;
  box-shadow: var(--shadowBlack25);
}
.dashboard-widget__right .gradient-block-bg-inner {
  border-radius: 3rem;
}
.dashboard-widget__right ::-webkit-scrollbar-track {
  margin: 2.2rem 0.5rem;
}

.small-passes {
  margin-top: 0.68rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.4rem;
}
.small-passes li {
  flex: 1;
}
.small-passes .pass-small {
  margin-bottom: 0.65rem;
}
.small-passes .pass-small a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tag {
  border-radius: 1.25rem;
  box-shadow: var(--shadowBlack25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tag-btn {
  height: 33px;
  letter-spacing: 0.07em;
  text-shadow: var(--shadowBlack25);
}
.tag--silver {
  background: var(--silverTagGradient);
}
.tag--gold {
  background: var(--goldTagGradient);
}
.tag--platinum {
  background: var(--platinumTagGradient);
}
.tag-color {
  height: 27px;
  font-size: var(--fs16);
  line-height: 1;
  padding: 1px 0.6rem 0;
}
@media (min-width: 2200px) {
  .tag-color {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .tag-color {
    height: 24px;
    font-size: 11px;
    padding: 2.3px 0.6rem 0;
  }
}
@media (max-width: 480px) {
  .tag-color {
    height: 15px;
    font-size: 11px;
    padding-inline: 0.3rem;
    margin-bottom: 0px;
  }
}
.tag-color--red {
  border: 1px solid rgba(244, 0, 8, 0.5);
  background: rgba(244, 0, 8, 0.37);
}
.tag-color--gold {
  border: 1px solid rgba(255, 174, 0, 0.49);
  background: rgba(250, 189, 59, 0.49);
}
.tag-color--platinum {
  border: 0;
  background: rgba(2, 2, 2, 0.37);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5),
    0px -1px 1px rgba(255, 255, 255, 0.5);
}
.tag-color--silver {
  border: 1px solid #aeaeae;
  background: rgba(255, 255, 255, 0.37);
}

.slider-section {
  max-width: 100%;
}
.slider-section__heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-section__heading .left {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.slider-section__heading .right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 0.35rem;
}
.slider-section__heading .right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  border-bottom: 1.5px solid var(--white);
}
.slider-section__heading .right img {
  width: 0.5rem;
}
.slider-section__heading .right span {
  font-size: 10px;
}
.slider-section .gradient-block-bg-inner {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 20px;
}
.slider-section .gradient-block-bg {
  z-index: 1;
  opacity: 1;
}
.slider-section .owl-theme .owl-dots {
  margin-bottom: 2.4rem;
  margin-top: 1.4rem !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  margin-inline: 5px;
  background-color: var(--white);
}
@media (max-width: 575.98px) {
  .slider-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
.slider-section .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 0.9;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
  width: 1.88rem;
  background-color: var(--themeRed);
}
@media (max-width: 575.98px) {
  .slider-section .owl-theme .owl-dots .owl-dot.active span {
    width: 1.4rem;
  }
}
.slider-section--offers .hot-today-card {
  margin-bottom: 2rem;
}
.slider-section--offers .owl-theme .owl-dots {
  margin-top: 1rem !important;
}

/* select-dropdown */
.select-dropdown .input-text-outer {
  min-width: 200px;
  height: 50px;
}
.select-dropdown .input-field {
  padding: 0;
}
.select-dropdown .input-field .ui-selectmenu-button.ui-button {
  height: 40px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px !important;
}

.hot-today-card {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  position: relative;
  padding: 1px;
}
.hot-today-card__inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  z-index: 10;
  padding: 1px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.hot-today-card__inner img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  width: auto !important;
  z-index: 1;
}
.hot-today-card__inner::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
  z-index: 0;
}
.hot-today-card__inner .part-btn {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.hot-today-card__inner .part-btn .button.btn-book {
  min-width: 118px;
  height: 44px;
  font-size: clamp(14px, 0.5vw + 10px, 16px);
}
.hot-today-card__inner .part-btn .button.btn-book .button__inner {
  justify-content: center;
}
.hot-today-card__inner .part-btn .button.btn-book .button-text {
  padding-top: 2px;
  line-height: 1;
}
.hot-today-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 75%,
    rgb(0, 0, 0) 100%
  );
  border-radius: 20px;
  z-index: 2;
}
.hot-today-card__inner img {
  border-radius: 20px;
}
.hot-today-card img {
  border-radius: 20px;
}
.hot-today-card .card-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 15px 15px;
  z-index: 3;
}
.hot-today-card .gradient-block-bg {
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
}

.date-sticker {
  position: absolute;
  z-index: 3;
  right: 1.2rem;
  top: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  color: var(--themeRed);
}
.date-sticker .num {
  line-height: 1.2;
}
.date-sticker .text {
  font-size: var(--fs12);
}

.upcoming-event-carousel .item {
  margin-top: 6px;
  position: relative;
}

.upcoming-event-card {
  width: 100%;
  max-width: 410px;
  border-radius: 20px;
  display: flex;
  background-color: transparent;
}
.upcoming-event-card__inner {
  height: 100%;
  z-index: 10;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding: 1px;
}
.upcoming-event-card__inner::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 75%,
    rgb(0, 0, 0) 100%
  );
  border-radius: 20px;
}
.upcoming-event-card__inner img {
  border-radius: 20px;
}
.upcoming-event-card ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.upcoming-event-card .card-text {
  margin-bottom: 0;
  position: absolute;
  padding: 15px 20px;
}
.upcoming-event-card .gradient-block-bg {
  border-radius: 20px;
}
.upcoming-event-card .ribbon-gold,
.upcoming-event-card .ribbon-red,
.upcoming-event-card .ribbon-platinum,
.upcoming-event-card .ribbon-silver {
  position: absolute;
  left: 15px;
  top: -6px;
  width: 74px;
  height: 64px;
}
.upcoming-event-card .ribbon-silver {
  background: url("../images/dashboard/ribbon-gold.svg") no-repeat center center;
}
.upcoming-event-card .ribbon-platinum {
  background: url("../images/dashboard/ribbon-gold.svg") no-repeat center center;
}
.upcoming-event-card .ribbon-red {
  background: url("../images/dashboard/ribbon-red.svg") no-repeat center center;
}
.upcoming-event-card .ribbon-gold {
  background: url("../images/dashboard/ribbon-gold.svg") no-repeat center center;
}
.upcoming-event-card .like-button {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 28px;
  height: 28px;
  background: url("../images/dashboard/heart-outline.svg") no-repeat center
    center;
  cursor: pointer;
}
.upcoming-event-card .like-button.activ,
.upcoming-event-card .like-button.liked {
  background: url("../images/dashboard/heart-filled.svg") no-repeat center
    center;
}
.upcoming-event-card .gradient-block-outer {
  overflow: hidden;
}
.upcoming-event-card .gradient-block-bg {
  overflow: hidden;
}

/* Dashboard blocks */
.dashboard-gradient-block {
  padding: 30px 30px 30px 30px;
}
.dashboard-gradient-block .gradient-block-bg {
  background: var(--themeGradientLight2);
  border-radius: 40px;
}
.dashboard-gradient-block .gradient-block-bg .gradient-block-bg-inner {
  border-radius: 40px;
}

.dashboard-widget--levels .button--getstarted .button__text {
  padding-left: 0;
}

@media (max-width: 1365px) {
  .levels-left {
    padding-right: 0.35rem !important;
  }
  .levels-left .offers-description {
    margin-bottom: 2.8rem;
  }
  .levels-left .level-section {
    margin-bottom: 2rem;
  }
  .levels-left .level-section h3 {
    font-size: 38px;
  }
  .levels-left .level-section h3::after {
    bottom: -0.4rem;
  }
  .levels-left .level-description p {
    font-size: 15px;
  }
  .levels-left .level-details p {
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 0.4rem;
  }
  .levels-left .red-offer-name1,
  .levels-left .silver-offer-name1,
  .levels-left .gold-offer-name1,
  .levels-left .platinum-offer-name1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
  }
  .levels-left .red-offer-name1 h4,
  .levels-left .silver-offer-name1 h4,
  .levels-left .gold-offer-name1 h4,
  .levels-left .platinum-offer-name1 h4 {
    margin: 0;
    font-size: 18px;
    padding: 0 1.2rem;
  }
  .levels-left .counters {
    margin-top: 2.5rem;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1.25rem 1.5rem;
  }
  .levels-left .counters .estar-counts img {
    margin-top: -1px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-widget__left.w-100 {
    max-width: 100%;
  }
  .levels-left {
    padding-top: 2rem;
    padding-right: 0 !important;
  }
  .levels-left .level-section h3 {
    font-size: 30px;
  }
  .dashboard-top-btn-row .top-btns {
    flex-flow: column-reverse nowrap;
    align-items: flex-start;
  }
  .dashboard-top-btn-row .top-btns__left {
    margin-top: 0.8rem;
  }
  .dashboard-top-btn-row .top-btns__left .button-dash {
    height: 48px;
    min-width: 200px;
  }
  .dashboard-top-btn-row .top-btns__left .button-dash__text {
    font-size: 0.875rem;
  }
  .dashboard-top-btn-row .top-btns__left .button-dash__icon-outer {
    width: 38px;
    height: 38px;
  }
  .dashboard-top-btn-row
    .top-btns__left
    .button-dash__icon-outer
    .icon-double-chevron {
    transform: scale(0.85);
  }
}
@media (max-width: 767.98px) {
  .dashboard-widget--mobile {
    flex-flow: column-reverse nowrap;
  }
  .dashboard-widget--mobile .dashboard-widget__left {
    max-width: 100%;
  }
  .dashboard-widget--mobile .dashboard-widget__right {
    flex: auto;
    border-radius: 0;
    margin-inline: auto;
    background: transparent;
  }
  .dashboard-widget--mobile
    .dashboard-widget__right
    .gradient-block-bg--verticalCard {
    opacity: 1;
    position: static;
    background: transparent;
  }
  .dashboard-widget--mobile .dashboard-widget__right .ticket-cover {
    padding: 0;
    border-radius: 0;
  }
  .dashboard-widget--levels {
    margin-top: -0.5rem;
  }
  .dashboard-widget--levels .dashboard-widget__left {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .dashboard-widget--levels .dashboard-widget__right {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate3d(0%, 0%, 0);
    z-index: 1;
    opacity: 1;
    margin: auto;
    flex: auto;
    border-radius: 0;
    background: transparent;
  }
  .dashboard-widget--levels .dashboard-widget__right .ticket-cover {
    padding: 0;
    border-radius: 0;
  }
  .dashboard-widget--levels
    .dashboard-widget__right
    .gradient-block-bg--verticalCard {
    opacity: 1;
    position: static;
    background: transparent;
  }
  .cards123--levels.cards123--silver {
    top: 0% !important;
    transform: translate3d(0px, 0, 0) scale(0.8) !important;
    padding-left: 10%;
  }
  .cards123--levels.cards123--gold {
    top: -50px !important;
    transform: translate3d(0px, 0, 0) scale(0.7) !important;
    padding-left: 10%;
  }
  .cards123--levels.cards123--platinum {
    top: -80px !important;
    transform: translate3d(0px, 0, 0) scale(0.65) !important;
    padding-left: 10%;
  }
  .cards123--levels.cards123--red {
    top: -20px !important;
    transform: translate3d(0px, 0, 0) scale(0.8) !important;
    margin-bottom: -60px;
    padding-left: 20%;
  }
  .slider-section__heading {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  .dashboard-widget--levels .locked img {
    height: 40px;
    width: auto;
  }
  .dashboard-widget--levels .buy-btn {
    height: 60px;
    width: 182px;
  }
  .levels-left .level-section {
    margin-bottom: 1.2rem;
  }
  .levels-left .level-section h3 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .levels-left .level-description p,
  .levels-left .level-details p {
    color: #b1b1b1;
  }
  .levels-left .offers-description {
    gap: 0.5rem;
  }
  .levels-left .offers-description p {
    color: #b1b1b1;
  }
  .levels-left .red-offer-name1,
  .levels-left .silver-offer-name1,
  .levels-left .gold-offer-name1,
  .levels-left .platinum-offer-name1 {
    height: 44px;
  }
  .levels-left .red-offer-name1 h4,
  .levels-left .silver-offer-name1 h4,
  .levels-left .gold-offer-name1 h4,
  .levels-left .platinum-offer-name1 h4 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .slider-section__heading {
    margin-bottom: 1.2rem;
  }
  .levels-left {
    padding-top: 1rem;
  }
  .levels-left .offers-description {
    margin-block: 1rem 2rem;
  }
  .levels-left .offers-description p {
    font-size: 12px;
    line-height: 1.4;
  }
  .levels-left .level-section {
    margin-bottom: -0.5rem;
  }
  .levels-left .level-section h3 {
    font-size: 1.125rem;
  }
  .levels-left .level-details p {
    margin-top: 1.2rem;
    color: #b1b1b1;
  }
  .levels-left .red-offer-name1,
  .levels-left .silver-offer-name1,
  .levels-left .gold-offer-name1,
  .levels-left .platinum-offer-name1 {
    height: 34px;
  }
  .levels-left .red-offer-name1 h4,
  .levels-left .silver-offer-name1 h4,
  .levels-left .gold-offer-name1 h4,
  .levels-left .platinum-offer-name1 h4 {
    padding-inline: 0.6rem;
    font-size: 12px;
  }
  .levels-left .counters {
    margin-top: 1.2rem;
  }
  .levels-left .estar-counts {
    gap: 6px;
  }
  .levels-left .estar-counts img {
    width: 0.65rem;
  }
  .levels-left .estar-counts h3 {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .dashboard-widget--mobile .dashboard-widget__right {
    zoom: 0.95;
  }
}
/* Carousel Dashboard Styles */
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: calc(50% - 30px);
  transform: translate3d(0, -50%, 0);
  width: 52px;
  height: 52px;
  background: url("../images/dashboard/slider-left.svg") no-repeat center center;
  background-size: 100%;
  font-size: 0px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../images/dashboard/slider-left.svg") no-repeat center center;
  background-size: 100%;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  top: calc(50% - 30px);
  transform: translate3d(0, -50%, 0);
  width: 52px;
  height: 52px;
  background: url("../images/dashboard/slider-right.svg") no-repeat center
    center;
  background-size: 100%;
  font-size: 0px;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background: url("../images/dashboard/slider-right.svg") no-repeat center
    center;
  background-size: 100%;
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
/* starEarn */
.starEarn {
  position: relative;
  cursor: pointer;
  min-width: 90px;
  display: flex;
}
.starEarn__bg {
  position: absolute;
  inset: 0;
  background: var(--themeGradientLight1);
  border-radius: 50px;
  overflow: hidden;
  transition: 0.23s ease-out;
}
.starEarn__bg-inner {
  position: absolute;
  inset: 1px;
  background: #303030;
  border-radius: 50px;
  transition: 0.23s ease-out;
}
.starEarn__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7.5px 10px;
  font-size: 10px;
}
.starEarn__content img {
  height: 25px;
}
@media (min-width: 992px) {
  .starEarn__content {
    gap: 10px;
    padding: 7.5px 15px;
    font-size: 12px;
    line-height: 1.2;
  }
  .starEarn__content img {
    height: 30px;
  }
}

.starEarn:hover .starEarn__bg-inner {
  background: #222222;
}

@media (max-width: 767.98px) {
  .top-btns__right {
    gap: 20px;
  }
  .top-btns .user {
    gap: 5px;
  }
  .top-btns__right .user__info {
    display: none;
  }
}
/* Dashboard Nav Responsive */
@media (max-width: 991.98px) {
  .sidebar {
    background: url("../images/mob-nav-bg.svg") no-repeat center top;
    height: 82px;
    width: calc(100% + 20px);
    position: fixed;
    bottom: 0;
    left: -10px;
    right: -10px;
    top: auto;
    overflow: visible;
    z-index: 111;
  }
  .admin-sidebar {
    background: none !important;
    border-top: 1px solid;
  }
  .sidebar .gradient-block-bg {
    display: none;
  }
  .sidebar__inner {
    display: block;
  }
  .sidebar__inner .logo-small {
    display: none;
  }
  .sidebar ul {
    flex-direction: row;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: space-around;
    padding: 0 25px;
    overflow: visible;
    gap: 0px;
  }
  .sidebar ul li:nth-child(2) {
    margin-right: 20px;
  }
  .sidebar ul li:nth-child(4) {
    margin-left: 20px;
  }
  .sidebar ul .qr-button {
    width: 77px;
    height: 77px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50px, 0);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: url("../images/mob-qr-button-bg.png") center center;
    background-size: 77px 77px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar ul .qr-button a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
}
.page-buypass {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.page-buypass .section4__item {
  margin: 0 auto;
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .page-buypass {
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .page-buypass {
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding-bottom: 0;
  }
}
.page-myprofile {
  padding-top: 20px;
  width: 100%;
}
.page-myprofile .page-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
}

.page-myprofile--outer {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.page-myprofile-inner {
  display: flex;
  align-items: top;
  gap: 100px;
}
@media (max-width: 991.98px) {
  .page-myprofile-inner {
    display: block;
  }
}
.page-myprofile-inner .myprofile__left {
  width: 60%;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-myprofile-inner .myprofile__left {
    width: 100%;
  }
}
.page-myprofile-inner .myprofile__right {
  width: 40%;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-myprofile-inner .myprofile__right {
    width: 100%;
  }
}
.page-myprofile-inner .myprofile__illustration {
  margin-top: 50px;
}
.page-myprofile-inner .myprofile__illustration img {
  margin-left: auto;
  margin-right: auto;
}

body.model-open {
  overflow: hidden !important;
}

.modal--style2 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 0 !important;
}
.modal--style2 .modal-dialog {
  max-width: 50%;
  height: 100vh;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .modal--style2 .modal-dialog {
    max-width: 100%;
  }
}
.modal--style2 .modal-content {
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.modal--style2 .modal-content .modal-head {
  height: 50vh;
}
.modal--style2 .modal-content .modal-body {
  height: 50vh;
  overflow: auto;
}
@keyframes comeinFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
    left: 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.modal--style2.show {
  animation: comeinFromRight 0.35s ease-out;
}
.modal--style2 .modal-body {
  position: relative;
  padding-top: 50px;
}
.modal--style2 .modal-content {
  background-color: transparent;
  position: relative;
  border-radius: 0px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(5px);
  box-shadow: var(--shadowBlack25);
}
.modal--style2 .modal-content h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
}
.modal--style2 .btn {
  border-radius: 50px;
  box-shadow: var(--shadowBlack25);
}
.modal--style2 .modal-gradient {
  background: var(--themeGradientLight2);
  border-radius: 20px 0 0 20px;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal--style2 .modal-gradient-inner {
  border-radius: 20px 0 0 20px;
  background: #303030;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.modal--style2 .gradient-block-inner {
  position: relative;
  z-index: 1;
}
.modal--style2 .modal-header,
.modal--style2 .modal-body,
.modal--style2 .modal-footer {
  position: relative;
  z-index: 1;
}
.modal--style2 .modal-footer {
  border-top: var(--bs-modal-header-border-width) solid
    rgba(255, 255, 255, 0.1490196078);
}
.modal--style2 .modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid
    rgba(255, 255, 255, 0.1490196078);
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal--style2 .modal-header .close {
  position: absolute;
  right: 12.5px;
  top: 6.5px;
  cursor: pointer;
  z-index: 11;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  box-shadow: var(--shadowBlack25);
  background: url("../images/icons/close.png") no-repeat center center;
  cursor: pointer;
  background-size: 100% auto;
}
.modal--style2 .modal-header .close span {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}
.modal--style2 .btn-primary {
  background-color: #f40008;
  border: #f40008;
}
.modal--style2 .btn-primary:hover,
.modal--style2 .btn-primary:focus,
.modal--style2 .btn-primary:active {
  border: rgb(194, 18, 18);
  background: rgb(194, 18, 18);
}

.modal--style2 .required {
  color: #f40008;
}
.modal--style2 .form-bankinfo {
  max-width: 600px;
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .modal--style2 .form-bankinfo {
    max-width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .modal--style2 .form-bankinfo {
    max-width: 600px;
    margin-left: 30px;
  }
  .myprofile__illustration img {
    max-height: 47.5vh;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .modal--style2 .modal-content .modal-body {
    padding-top: 25px;
  }
  .modal--style2 .form-bankinfo {
    max-width: 510px;
    margin-left: 30px;
  }
  .myprofile__illustration img {
    max-height: 41.5vh;
  }
  .page-myprofile .page-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .page-myprofile .page-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .modal--style2 .form-bankinfo {
    margin-left: 0px;
  }
}
.earnings--outer {
  padding-top: 20px;
}

.page-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .earnings .page-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .earnings .page-title {
    font-size: 30px;
    line-height: 1.3;
  }
}
.cards123 {
  position: relative;
  width: 316px;
  height: 475px;
  margin-inline: auto;
}
.cards123__bg {
  background: var(--themeGradientLight2);
  border-radius: 40px;
  position: absolute;
  inset: 0;
  opacity: 0.25;
}
.cards123__bg::after {
  content: "";
  inset: 1px;
  background: #b5b4b4;
  position: absolute;
  border-radius: 40px;
}
.cards123__bg-inner {
  background: var(--themeGradientLight2);
  border-radius: 30px;
  position: absolute;
  inset: 0;
  opacity: 0.25;
}
.cards123__bg-inner::after {
  content: "";
  inset: 1px;
  background: #b5b4b4;
  position: absolute;
  border-radius: 30px;
}
.cards123__img {
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 1px;
}
.cards123__img img {
  max-width: 280px;
  display: block;
  margin: 0 !important;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
.cards123__single {
  position: absolute;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.cards123--signup::after {
  content: "";
  position: absolute !important;
  left: -100%;
  right: -45%;
  bottom: -200px;
  top: 0;
  background: url("../images/signup/sparkles.svg") no-repeat center center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: -1;
}
@keyframes animateSignupCard1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-15deg);
  }
}
@keyframes animateSignupCard2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.cards123--signup .cards123__single:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: left bottom;
  top: 10%;
  animation: 1s animateSignupCard1 0.75s forwards;
}
.cards123--signup .cards123__single:nth-child(2) {
  transform: rotate(0deg);
  transform-origin: right bottom;
  top: 45%;
  animation: 1s animateSignupCard2 0.75s forwards;
}

@media (min-width: 2200px) {
  .cards123 {
    width: 410.8px;
    height: 617.5px;
  }
}
@media (max-width: 991.98px) {
  .cards123--signup {
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, 0%, 0);
    display: none;
  }
}
@media (max-width: 1800px) {
  .cards123--signup::after {
    left: -100%;
    right: -45%;
    bottom: -100px;
  }
  .cards123--signup .cards123__single:nth-child(1) {
    top: 20%;
  }
  .cards123--signup .cards123__single:nth-child(2) {
    top: 35%;
  }
}
@media (max-width: 1400px) {
  .cards123__img img {
    max-width: 250px;
    display: block;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    border-radius: 30px;
  }
}
@media (max-width: 1300px) {
  .cards123__img img {
    max-width: 220px;
  }
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 2200px) {
  .sponsor {
    zoom: 1.3;
  }
}
@media (min-width: 1801px) {
  .cards123--signup {
    margin-top: -20vh;
  }
}
@media (min-width: 2200px) {
  .cards123--signup {
    margin-top: -15vh;
  }
}
.cards123.fixed {
  position: fixed;
  top: 50%;
  left: 25%;
  transform: translate3d(-25%, -60%, 0);
  margin-inline: auto;
  margin-top: 0;
}

.cards123 {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
.cards123--levels.cards123--red {
  top: 50%;
  transform: translateY(-70%);
}
.cards123--levels.cards123--silver {
  top: 50%;
  transform: translateY(-70%);
}
.cards123--levels.cards123--gold {
  top: 50%;
  transform: translateY(-70%);
}
.cards123--levels.cards123--platinum {
  top: 50%;
  transform: translateY(-80%);
}
@keyframes animateLevelsCard1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-15deg);
  }
}
@keyframes animateLevelsCard2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.cards123--levels .cards123__single:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: left bottom;
  top: 10%;
  animation: 1s animateLevelsCard1 0.75s forwards;
}
.cards123--levels .cards123__single:nth-child(2) {
  transform: rotate(0deg);
  transform-origin: right bottom;
  top: 25%;
  animation: 1s animateLevelsCard2 0.75s forwards;
}
.cards123--levels .cards123__single:nth-child(3) {
  transform: rotate(0deg);
  transform-origin: left bottom;
  top: 60%;
  animation: 1s animateLevelsCard1 0.75s forwards;
}
.cards123--levels .cards123__single:nth-child(4) {
  transform: rotate(0deg);
  transform-origin: right bottom;
  top: 80%;
  animation: 1s animateLevelsCard2 0.75s forwards;
}

@media (min-width: 2200px) {
  .cards123--levels.cards123--red {
    top: 50%;
    transform: translateY(-70%) scale(1.3);
  }
  .cards123--levels.cards123--silver {
    top: 50%;
    transform: translateY(-70%) scale(1.3);
  }
  .cards123--levels.cards123--gold {
    top: 50%;
    transform: translateY(-70%) scale(1.3);
  }
  .cards123--levels.cards123--platinum {
    top: 50%;
    transform: translateY(-75%) scale(1.3);
  }
}
@media (max-width: 1800px) {
  .cards123--levels.cards123--red {
    top: 50%;
    transform: translateY(-70%) scale(0.7);
  }
  .cards123--levels.cards123--silver {
    top: 50%;
    transform: translateY(-70%) scale(0.8);
  }
  .cards123--levels.cards123--gold {
    top: 50%;
    transform: translateY(-70%) scale(0.8);
  }
  .cards123--levels.cards123--platinum {
    top: 50%;
    transform: translateY(-75%) scale(0.8);
  }
}
@media (max-width: 1400px) {
  .cards123--levels.cards123--red {
    top: 55%;
    transform: translateY(-70%) scale(0.7);
  }
  .cards123--levels.cards123--silver {
    top: 55%;
    transform: translateY(-70%) scale(0.7);
  }
  .cards123--levels.cards123--gold {
    top: 55%;
    transform: translateY(-70%) scale(0.7);
  }
  .cards123--levels.cards123--platinum {
    top: 55%;
    transform: translateY(-75%) scale(0.7);
  }
}
@media (max-width: 1300px) {
  .cards123--levels.cards123--red {
    top: 55%;
    transform: translateY(-70%) scale(0.6);
  }
  .cards123--levels.cards123--silver {
    top: 55%;
    transform: translateY(-70%) scale(0.6);
  }
  .cards123--levels.cards123--gold {
    top: 55%;
    transform: translateY(-70%) scale(0.6);
  }
  .cards123--levels.cards123--platinum {
    top: 55%;
    transform: translateY(-75%) scale(0.6);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-widget__right {
    flex: 0 0 50vh !important;
    max-width: 50vh !important;
  }
}
/* pass related styles */
.passSectionCarouselTitle {
  font-weight: 600;
  font-size: var(--fs44);
}
.passSectionCarouselTitle img {
  height: 53px;
  display: inline-block !important;
  width: auto !important;
  margin-top: -6px;
}
.passSectionCarouselTitle .separator {
  font-weight: 300;
  margin-inline: 20px;
}

.passSection .cards-carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.passSection .cards-carousel-wrapper::before {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(25%, -25%, 0);
}
.passSection .cards-carousel-wrapper::after {
  content: "";
  background: rgba(244, 0, 8, 0.46);
  filter: blur(100px);
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate3d(-25%, 25%, 0);
}
.passSection .cards-carousel-wrapper .cards-carousel {
  position: relative;
  z-index: 1;
}
.passSection .cards-carousel-wrapper .owl-item {
  transform: scale(0.85) translateY(7.5%) !important;
  transition: 1s ease-out;
  filter: blur(3px);
}
.passSection .cards-carousel-wrapper .owl-item.active.center {
  transform: scale(0.95) translateY(0) !important;
  filter: blur(0px);
}
.passSection .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.passSection .owl-nav .owl-prev {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 0px !important;
  background: url("../images/sec4-carousel-right.svg") no-repeat center center !important;
  margin-right: -100px;
}
.passSection .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  font-size: 0px !important;
  display: inline-block;
  background: url("../images/sec4-carousel-left.svg") no-repeat center center !important;
  margin-left: -100px;
}
.passSection .owl-dots {
  text-align: center;
  margin-top: -30px;
}
.passSection .owl-dots button span {
  width: 15px;
  height: 15px;
  background-color: #ffffff !important;
  border-radius: 50px;
  display: inline-block;
  margin: 0 5px;
  transition: 1s !important;
}
.passSection .owl-dots button.active span {
  width: 43px;
  background-color: #f40008 !important;
}

.passSection .card111::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 20px;
  inset-inline: 0;
  z-index: -1;
  border-radius: 70px;
  transition: 0.23s ease-out;
  background-color: transparent;
}
@media (min-width: 2200px) {
  .passSection .card111::after {
    top: 26px;
    border-radius: 91px;
  }
}
@media (min-width: 2200px) {
  .passSection .card111::after {
    top: 26px;
    border-radius: 91px;
  }
}
@media (max-width: 1800px) {
  .passSection .card111::after {
    top: 18px;
    border-radius: 50px;
  }
}
@media (max-width: 1400px) {
  .passSection .card111::after {
    top: 15px;
    border-radius: 40px;
  }
}
@media (max-width: 1300px) {
  .passSection .card111::after {
    top: 12px;
    border-radius: 40px;
  }
}
@media (max-width: 1200px) {
  .passSection .card111::after {
    top: 12px;
    border-radius: 40px;
  }
}
@media (max-width: 1000px) {
  .passSection .card111::after {
    top: 10px;
    border-radius: 30px;
  }
}
@media (max-width: 991.98px) {
  .passSection .card111::after {
    display: none;
  }
}
.passSection .card111:hover::after {
  background-color: rgba(188, 136, 25, 0.4549019608);
  box-shadow: 0 0 25px #bc8819;
}
@media (min-width: 2200px) {
  .passSection .card111:hover::after {
    box-shadow: 0 0 50px #bc8819;
  }
}
@media (max-width: 1400px) {
  .passSection .card111:hover::after {
    box-shadow: 0 0 20px #bc8819;
  }
}
@media (max-width: 1200px) {
  .passSection .card111:hover::after {
    box-shadow: 0 0 10px #bc8819;
  }
}

@media (max-width: 991.98px) {
  .passSection .page__title,
  .passSection .cards-carousel-wrapper {
    margin-top: 50px;
  }
}
/* card111 */
.card111 {
  position: relative;
}
.card111__img {
  display: block;
  width: 100%;
}
.card111__barcode {
  position: absolute;
  top: 20%;
  right: 2.25%;
  width: 24.25% !important;
}
.card111__barcode svg {
  width: 100%;
  height: 50%;
}
.card111__number {
  font-family: var(--ff3);
  color: #f40008;
  font-size: 20px;
  position: absolute;
  top: 15%;
  left: 7.5%;
  text-align: center;
  width: 8%;
}
.card111__limited {
  font-family: var(--ff5);
  color: var(--mustard);
  font-size: 18px;
  position: absolute;
  top: 12%;
  left: 9.5%;
  text-align: center;
  width: 66%;
  animation: blinkingText 0.4s linear infinite;
}
.card111__starsRed,
.card111__starsSilver,
.card111__starsGold,
.card111__starsPlatinum {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: 55.5%;
  top: 40%;
  font-family: var(--ff5);
}
.card111__starsSilver {
  top: 55.5%;
}
.card111__starsGold {
  top: 72%;
}
.card111__starsPlatinum {
  top: 87%;
}
.card111__code {
  position: absolute;
  top: 14%;
  right: 2.5%;
  font-size: 18px;
  text-shadow: 0px 2.9705px 14.8525px rgba(0, 0, 0, 0.85);
  font-family: var(--ff5);
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #999999;
}
.card111__noOfSlots {
  position: absolute;
  left: 74%;
  top: 76%;
  color: #999999;
  text-shadow: 0px 2.9705px 14.8525px rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-family: var(--ff5);
}
.card111__totalUsed {
  position: absolute;
  left: 88.25%;
  top: 76%;
  color: #999999;
  text-shadow: 0px 2.9705px 14.8525px rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-family: var(--ff5);
}
.card111__lastUsed {
  position: absolute;
  left: 74%;
  top: 89%;
  white-space: nowrap;
  color: #999999;
  text-shadow: 0px 2.9705px 14.8525px rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-family: var(--ff5);
}
.card111__validTill {
  position: absolute;
  left: 88.25%;
  top: 89%;
  white-space: nowrap;
  color: #999999;
  text-shadow: 0px 2.9705px 14.8525px rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-family: var(--ff5);
}

.card111__code {
  font-size: 20.6px;
}

.card111__noOfSlots,
.card111__totalUsed,
.card111__lastUsed,
.card111__validTill {
  font-size: 14px;
}
.card111__number {
  font-size: 22px;
  top: 14.5%;
}

.card111__starsRed,
.card111__starsSilver,
.card111__starsGold,
.card111__starsPlatinum {
  font-size: 14px;
}

@media (min-width: 1400px) {
  .card111--1 .card111__starsRed,
  .card111--1 .card111__starsSilver,
  .card111--1 .card111__starsGold,
  .card111--1 .card111__starsPlatinum {
    font-size: 12px;
  }
  .card111--1 .card111__noOfSlots,
  .card111--1 .card111__totalUsed,
  .card111--1 .card111__lastUsed,
  .card111--1 .card111__validTill {
    font-size: 12px;
  }
}
/* Pass Page */
.passPage {
  margin-inline: auto;
  position: relative;
}
.passPage .card111 {
  width: 90%;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 1801px) {
  .passPage .card111__code {
    transform: scale(0.95);
    right: 2%;
  }
}
@keyframes blinkingText {
  0% {
    color: #f40008;
  }
  50% {
    color: #4000ff;
  }
  100% {
    color: #f40008;
  }
}
.passPage__offerText {
  font-size: var(--fs44);
  color: #f40008;
  font-family: var(--ff5);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
  animation: blinkingText 0.4s ease-in-out infinite;
}
@media (min-width: 992px) {
  .passPage__offerText {
    max-width: 90%;
    margin-top: 30px;
  }
}
@media (min-width: 2200px) {
  .passPage__offerText {
    margin-top: 40px;
  }
}
.passPage__buttonDiv {
  font-family: var(--ff5);
  text-align: center;
  margin-bottom: 30px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .passPage__buttonDiv {
    max-width: 90%;
    margin-top: 30px;
  }
}
@media (min-width: 2200px) {
  .passPage__buttonDiv {
    margin-top: 40px;
  }
}
@keyframes blinkingButton {
  0% {
    background: #f40008;
  }
  50% {
    background: #eea112;
  }
  100% {
    background: #f40008;
  }
}
.passPage__buttonDiv .input-button .input-button__inner {
  animation: blinkingButton 1.5s ease-in-out infinite;
}
@media (min-width: 557px) {
  .passPage__buttonDiv .input-button {
    max-width: 490px;
    margin-inline: auto;
  }
}
.passPage__contentP {
  font-style: normal;
  font-weight: 590;
  font-size: var(--fs20);
}
.passPage__contentP p {
  margin-bottom: 5px;
}
@media (min-width: 2200px) {
  .passPage__contentP p {
    margin-bottom: 10px;
  }
}

/* Pass Levels */
.pass__levels-single {
  display: flex;
  flex-flow: nowrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .pass__levels-single {
    gap: 10px;
    flex-flow: wrap;
  }
}
.pass__levels-badge1 {
  min-width: 185px;
  height: 75px;
  display: flex;
  position: relative;
  border-radius: 75px;
  align-items: center;
  padding-inline: 20px;
  gap: 10px;
}
.pass__levels-badge1 img,
.pass__levels-badge1 .pass__levels-txt {
  position: relative;
}
.pass__levels-badge1 .pass__levels-txt {
  flex-grow: 1;
}
.pass__levels-badge2,
.pass__levels-badge3,
.pass__levels-badge4,
.pass__levels-badge5 {
  min-width: 208px;
  height: 59px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2200px) {
  .pass__levels-badge2,
  .pass__levels-badge3,
  .pass__levels-badge4,
  .pass__levels-badge5 {
    min-width: 270.4px;
  }
}
.pass__levels-badge3 {
  min-width: 241px;
}
@media (min-width: 2200px) {
  .pass__levels-badge3 {
    min-width: 313.3px;
  }
}
.pass__levels-badge4 {
  min-width: 184px;
}
@media (min-width: 2200px) {
  .pass__levels-badge4 {
    min-width: 239.2px;
  }
}
.pass__levels-badge5 {
  min-width: 184px;
}
@media (min-width: 2200px) {
  .pass__levels-badge5 {
    min-width: 239.2px;
  }
}
.pass__levels-red-2 {
  background: linear-gradient(
    156.46deg,
    #bc1919 5.73%,
    #600e0e 51.77%,
    #fa3b3b 96.86%
  );
  border: 1px solid #8d6205;
}
.pass__levels-silver-2,
.pass__levels-silver-3 {
  background: linear-gradient(
    144.97deg,
    #d9d9d9 -6.79%,
    #aeaeae 49.71%,
    #ffffff 97.26%
  );
  color: #000000;
  font-weight: 500;
  font-size: var(-fs16);
}
.pass__levels-gold-2,
.pass__levels-gold-3,
.pass__levels-gold-4 {
  background: linear-gradient(
    156.6deg,
    #bc8819 5.73%,
    #ffdc6d 44.35%,
    #fabd3b 88.12%
  );
  color: #000000;
  font-weight: 500;
  font-size: var(-fs16);
}
.pass__levels-platinum-2,
.pass__levels-platinum-3,
.pass__levels-platinum-4,
.pass__levels-platinum-5 {
  background: linear-gradient(
    166.6deg,
    #ffffff 0%,
    #9f9f9f 24.35%,
    #3e3e3e 50%,
    #9f9f9f 74.35%,
    #ffffff 100%
  );
  color: #fff;
  font-weight: 500;
  font-size: var(-fs16);
}
.pass__levels-bg {
  background: var(--themeGradientLight2);
  border-radius: 75px;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.pass__levels-bg::after {
  content: "";
  inset: 2px;
  background: #191919;
  position: absolute;
  border-radius: 75px;
}
.pass__levels-txt1 {
  text-align: center;
  font-style: normal;
  font-weight: 590;
  font-size: var(--fs18);
}
.pass__levels-txt2 {
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: var(--fs13);
}

@media (min-width: 2200px) {
  .passSection .owl-nav {
    margin-top: 30px;
    transform: scale(1.3);
  }
  .passSectionCarouselTitle img {
    height: 65px;
  }
  .card111__number {
    font-size: 28.6px;
  }
  .card111__starsRed,
  .card111__starsSilver,
  .card111__starsGold,
  .card111__starsPlatinum {
    font-size: 19.5px;
  }
  .card111__noOfSlots,
  .card111__totalUsed,
  .card111__lastUsed,
  .card111__validTill {
    font-size: 18.2px;
  }
  .card111__code {
    font-size: 28.35px;
  }
}
@media (max-width: 1800px) {
  .passSectionCarouselTitle img {
    height: 42px;
    margin-top: -4px;
  }
  .card111__number {
    font-size: 16.5px;
  }
  .card111__starsRed,
  .card111__starsSilver,
  .card111__starsGold,
  .card111__starsPlatinum {
    font-size: 11.25px;
  }
  .card111__noOfSlots,
  .card111__totalUsed,
  .card111__lastUsed,
  .card111__validTill {
    font-size: 10.5px;
  }
  .card111__code {
    font-size: 15.75px;
  }
  .passPage .card111 {
    width: 71.5%;
  }
  .pass__levels-badge1 img {
    height: 30px;
  }
  .pass__levels-badge1 {
    height: 59px;
  }
  .pass__levels-badge1 {
    min-width: 155px;
  }
  .pass__levels-badge2,
  .pass__levels-badge3,
  .pass__levels-badge4,
  .pass__levels-badge5 {
    height: 47.5px;
  }
}
@media (max-width: 1400px) {
  .passSectionCarouselTitle img {
    height: 40px;
    margin-top: -4px;
  }
  .card111__code {
    font-size: 14.07px;
  }
  .passPage .card111 {
    width: 71.5%;
  }
  .passPage .card111__code {
    font-size: 13.07px;
  }
}
@media (max-width: 1300px) {
  .card111__code {
    font-size: 13.02px;
  }
}
@media (max-width: 1200px) {
  .passSectionCarouselTitle img {
    height: 40px;
    margin-top: -4px;
  }
}
@media (max-width: 991.98px) {
  .passSectionCarouselTitle img {
    height: 40px;
    margin-top: -4px;
  }
  .passSectionCarouselTitle .separator {
    margin-inline: 5px;
  }
  .passPage .card111 {
    width: 100%;
  }
  .pass__levels {
    overflow-x: auto;
  }
  .pass__levels-badge1 {
    height: 50px;
  }
  .pass__levels-badge2,
  .pass__levels-badge3,
  .pass__levels-badge4,
  .pass__levels-badge5 {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .card111__code {
    font-size: 8.82px;
  }
  .card111__noOfSlots,
  .card111__totalUsed,
  .card111__lastUsed,
  .card111__validTill {
    font-size: 8px;
  }
  .card111__starsRed,
  .card111__starsSilver,
  .card111__starsGold,
  .card111__starsPlatinum {
    font-size: 9px;
  }
  .card111__number {
    font-size: 11px !important;
  }
  .card111__limited {
    font-size: 8.8px !important;
  }
  .pass__levels-badge1 {
    min-width: 135px;
  }
  .pass__levels-single {
    gap: 5px;
    margin-bottom: 20px;
  }
  .pass__levels--border .pass__levels-single {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(79, 79, 79, 0.75);
  }
  .pass__levels--border .pass__levels-single:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
  }
  .pass__levels-badge3 {
    min-width: 200px;
  }
  .pass__levels-badge2,
  .pass__levels-badge4,
  .pass__levels-badge5 {
    min-width: 150px;
  }
  .passPage .card111 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .card111__noOfSlots,
  .card111__totalUsed,
  .card111__lastUsed,
  .card111__validTill {
    font-size: 7px;
  }
  .card111__starsRed,
  .card111__starsSilver,
  .card111__starsGold,
  .card111__starsPlatinum {
    font-size: 8px;
  }
  .card111__number {
    font-size: 9px !important;
  }
  .card111__code {
    font-size: 8px !important;
  }
}
@media (max-width: 567.98px) {
  .card111__code {
    font-size: 5.7px !important;
  }
  .card111__noOfSlots,
  .card111__totalUsed,
  .card111__lastUsed,
  .card111__validTill {
    font-size: 5px;
  }
  .card111__starsRed,
  .card111__starsSilver,
  .card111__starsGold,
  .card111__starsPlatinum {
    font-size: 6px;
  }
  .card111__number {
    font-size: 8px;
  }
}
.input-button-passes-bottom {
  max-width: 500px;
  margin: 50px auto;
}
@media (max-width: 567px) {
  .input-button-passes-bottom {
    max-width: 100%;
    margin: 20px auto;
  }
}

.clubCardSection .card111__starsRed,
.clubCardSection .card111__starsSilver,
.clubCardSection .card111__starsGold,
.clubCardSection .card111__starsPlatinum {
  left: 81.5%;
}
.clubCardSection .card111__starsSilver {
  top: 46.5%;
}
.clubCardSection .card111__starsGold {
  top: 63%;
}
.clubCardSection .card111__starsPlatinum {
  top: 78.5%;
}
.clubCardSection .card111::after {
  top: 0px;
}
.clubCardSection .card111__number {
  left: 8.5%;
  top: 12.5%;
}
@media (min-width: 2200px) {
  .clubCardSection .card111__starsRed,
  .clubCardSection .card111__starsSilver,
  .clubCardSection .card111__starsGold,
  .clubCardSection .card111__starsPlatinum {
    font-size: 24px;
  }
  .clubCardSection .card111__number {
    font-size: 32px;
  }
}

@media (min-width: 2200px) {
  .passPage .page__title-3 {
    margin-top: 30px;
  }
}
.coming-soon {
  max-height: 400px;
  margin: -50px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .coming-soon {
    max-height: 300px;
    margin: -50px 0;
  }
}

.doc-block2 {
  inset: 1px;
  border-radius: 3rem;
  padding: 3rem 3rem 2rem;
  background: var(--translucent-bg-gray-light);
}
@media (max-width: 991.98px) {
  .doc-block2 {
    padding: 30px 25px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .page-title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.table .icon-email {
  width: 30px;
  height: 25px;
  margin-bottom: -5px;
}

/* Datatables */
.pagination {
  --bs-pagination-padding-x: 20px;
  --bs-pagination-padding-y: 7.5px;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #767676;
}

.page-link {
  color: #fff;
  background-color: #3a3838;
  border-color: #cacaca;
}

.page-link:hover {
  z-index: 2;
  color: var(--themeRed);
  background-color: var(--bs-pagination-hover-bg);
  border-color: #cacaca;
}

.active > .page-link,
.page-link.active {
  background-color: var(--themeRed);
  border-color: #cacaca;
  color: #fff;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.disabled > .page-link,
.page-link.disabled {
  color: #fff;
  border-color: #cacaca;
  background-color: #767676;
}

.paginate_button.disabled {
  opacity: 1;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
  display: flex;
  gap: 10px;
  line-height: 1;
  align-items: center;
}
.dataTables_wrapper .dataTables_filter .form-select,
.dataTables_wrapper .dataTables_length .form-select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0px;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}
.dataTables_wrapper .dataTables_filter .form-control-sm,
.dataTables_wrapper .dataTables_filter .form-select-sm,
.dataTables_wrapper .dataTables_length .form-control-sm,
.dataTables_wrapper .dataTables_length .form-select-sm {
  border-radius: 50px;
  background: var(--translucent-bg-gray-light);
  color: #fff;
  min-height: 37px;
}
.dataTables_wrapper .form-control:focus,
.dataTables_wrapper .form-select:focus {
  border-color: var(--themeRed);
  box-shadow: none;
  background-color: rgba(27, 27, 27, 0.5);
}
.dataTables_wrapper .row:first-child {
  margin-bottom: 5px;
}
.dataTables_wrapper .row:first-child > div {
  margin-bottom: 10px;
}
@media (max-width: 657.98px) {
  .dataTables_wrapper #exampleDataTable_filter,
  .dataTables_wrapper #exampleDataTable_paginate {
    justify-content: left;
  }
}

.dashboard1 .top-btns .gradient-block-inner .top-btns__right {
  padding-inline: 10px;
}
@media (max-width: 767.98px) {
  .dashboard1 {
    padding-right: 0 !important;
  }
  .dashboard1 .w-25 {
    width: 75% !important;
    padding-right: 0;
  }
}

.dashboard-top-btn-row video {
  margin-inline: auto;
  margin-bottom: 15px;
}

.scannerWrapper {
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  vertical-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .scannerWrapper {
    min-height: calc(100vh - 80px);
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .footer2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer2 .col-6 {
    width: 50%;
  }
}

.ckeditorInput .gradient-block-inner {
  padding: 30px;
}
.ckeditorInput .gradient-block-inner .ck-editor__editable[role="textbox"] {
  min-height: 450px;
  max-height: 450px;
  overflow-y: auto;
  border-radius: 0 0 15px 15px !important;
  background-color: transparent;
}
.ckeditorInput
  .ck-rounded-corners
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-toolbar,
.ckeditorInput
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-toolbar.ck-rounded-corners {
  border-radius: 20px 20px 0 0;
}

.onboarding-section-content h3 {
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  margin-top: 3.5rem;
}

.content-onboarding-text {
  max-width: 88%;
}

.content-onboarding-text p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #b1b1b1;
  margin-top: 3rem;
}

.onboarding-btn {
  margin-top: 3.5rem;
}

.onboarding-btn a {
  max-width: 490px;
}

.onboard-btn {
  min-width: auto;
  width: 100%;
}

.button-text {
  margin: auto;
}

.login-text p {
  font-size: 14px;
  line-height: 17px;
  color: #b1b1b1;
}

.cust-btn {
  margin-top: 3rem;
}

.part-btn {
  margin-top: 1.5rem;
}

/* media queries  onboarding page 1*/
/* @media (max-width: 1024px) {
  .container {
    padding: 2rem;
  }
  .onboarding {
    padding: 2.5rem;
  }
  .onboarding-section-image img {
    height: 400px;
    width: 400px;
  }
  .onboarding-logo img {
    width: 150px;
  }
  .content-onboarding h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .content-onboarding-text p {
    font-size: 10px;
    line-height: 14px;
  }
  .onboarding-btn a {
    max-width: 275px;
    margin-top: 10px;
    height: 56.5px;
  }
} */
.sign-up-header h3 {
  font-size: 44px;
  line-height: 53px;
  margin-top: 1rem;
}

.sign-up-header p {
  font-size: 20px;
  line-height: 24px;
  color: #b1b1b1;
}

.btwtext-image {
  width: 95px;
  height: 23.75px;
}

.text-img {
  display: inline-flex;
}

.signup_form {
  max-width: 525px;
}

.checkboxes {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 10px;
}

.signup-check {
  align-items: center;
  justify-content: center;
}

.signup-check input {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
}

.signup-check label {
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  justify-content: center;
}

.signup-documentation {
  max-height: 100vh;
  scroll-behavior: smooth;
}

.documentation {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  padding: 3.5rem;
  margin-bottom: 28px;
  margin-top: 28px;
}

.acknowledge {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  padding: 3.5rem;
}

.documentation-heading h3 {
  font-size: 44px;
  line-height: 53px;
}

.documentation-heading hr {
  max-width: 27.5%;
  margin-bottom: 2.5rem;
}

.documentation-heading p {
  font-size: 20px;
  line-height: 20px;
}

.nav-btn {
  margin-top: 15px;
  gap: 15px;
}

.doc-btn a {
  height: 79.8px;
  width: 79.8px;
}

.signup {
  margin-top: 3rem;
}

.signup_detail label {
  gap: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup_detail {
  /* margin-bottom: 3.5rem; */
  margin-top: 2rem;
  max-width: 525px;
  justify-content: space-between;
}

.gender-checkboxes {
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.male-check {
  padding-left: 16px;
}

.gender-check {
  align-items: center;
  justify-content: center;
}

.gender-check input {
  height: 23px;
  width: 23px;
}

.code-btn {
  max-width: 560px;
}

.form-description p {
  font-size: 14px;
  line-height: 17px;
  color: #b3b3b3;
}

.heading-welcome h3 {
  font-size: 44px;
  line-height: 53px;
  /* display: flex; */
  align-items: center;
  text-align: center;
}

.login-toggle p {
  margin-top: 100px;
  margin-bottom: -18px;
}

.otp-header p {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.otp-field {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  width: 64px;
  height: 64px;
  font-size: 16px;
  padding: 13px;
  text-align: center;
  border-radius: 50px;
  margin: 2px;
  border: none;
  /* background: #21232d; */
  font-weight: bold;
  color: #fff;
  outline: none;
  transition: all 0.1s;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.disabled {
  opacity: 0.5;
}

.center-section {
  margin: auto;
  max-width: 542px;
  padding: 15px;
}

.center-section h3 {
  text-align: center;
  font-size: 44px;
  line-height: 53px;
}

.center-section p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #b1b1b1;
}

.left-content {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 10px;
  border-radius: 39px;
  width: 236px;
  height: 194px;
}

.slot-number p {
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #f18ea1;
}

.text-center h3 {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}

.text-center h5 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.centered-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

.right-image {
  position: absolute;
  margin-left: 310px;
  margin-top: 334px;
  z-index: -1;
}

.levels-left {
  padding-right: 1rem;
}

.level-section {
  margin-bottom: 3rem;
}

.level-section h3 {
  font-size: 44px;
  line-height: 53px;
  display: inline-block;
  position: relative;
}

.level-section h3::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--white);
}

.divider-level {
  border: 1px solid #ffffff;
}

.level-description p {
  font-size: var(--fs18);
  margin-top: 28px;
  line-height: 1.3;
}

.signup-5 img {
  margin-top: 0px;
}

.signup-text-header {
  margin-top: 20px;
}

.signup-form {
  margin-top: 49px;
}

/* .levels-right {
  flex: 0 0 550px;
  max-width: 550px;
}
.levels-left {
  max-width: calc(100% - 550px);
  padding: 25px;
} */
.levels-image img {
  width: 100%;
}

.estar-counts {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.estar-counts img {
  margin-top: -2px;
}

.estar-counts h3 {
  font-size: var(--fs18);
  margin-bottom: 0;
  line-height: 1;
}

.counters {
  display: flex;
  margin-top: 50px;
  gap: 110px;
}

.level-details p {
  font-size: var(--fs18);
  line-height: 20px;
  margin-top: 40px;
}

.offers-description {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
  margin-block: 27px 54px;
}

.gold-offer-name1 {
  background: rgba(250, 189, 59, 0.54);
  border-radius: 50px;
  height: 59px;
}

.gold-offer-name1 h4 {
  padding: 17px 1.2rem 18px;
  font-size: 20px;
  line-height: 24px;
}

.red-offer-name1 {
  background: rgba(244, 0, 8, 0.22);
  border-radius: 50px;
  height: 59px;
}

.red-offer-name1 h4 {
  padding: 17px 1.2rem 18px;
  font-size: 20px;
  line-height: 24px;
}

.silver-offer-name1 {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  height: 59px;
}

.silver-offer-name1 h4 {
  padding: 17px 1.2rem 18px;
  font-size: 20px;
  line-height: 24px;
}

.platinum-offer-name1 {
  /* background: rgba(0, 0, 0, 0.22);
  border: 0.5px solid white; */
  border-radius: 50px;
  height: 59px;
}

.platinum-offer-name1 h4 {
  padding: 17px 1.2rem 18px;
  font-size: 20px;
  line-height: 24px;
}

.levels-btn {
  max-width: 490px;
}

.tag--red {
  background: linear-gradient(
    156.46deg,
    #bc1919 5.73%,
    #600e0e 51.77%,
    #fa3b3b 96.86%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.sponsor__right {
  align-self: center;
}

.locked-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.locked img {
  height: 52px;
  width: 42px;
}

.locked p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 16px;
  line-height: 20px;
  align-items: center;
  color: #ffffff;
}

.buy-btn {
  height: 64px;
  width: 202px;
}

.register-here {
  margin-top: 50px;
}

.otp-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-outer {
  height: 64px !important;
  width: 64px;
  border-radius: 50px;
}
.otp-outer .input-field input {
  padding-right: 0;
}

.form-tags {
  margin-top: 15px;
}

.signup6-btn {
  margin-top: 34px;
}

.input-field .send-code {
  margin-right: -22px;
}

.thankyou-back {
  background-image: url(../images/thankyou-background.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  position: relative;
  min-height: 75vh;
}

.thankyou-height {
  min-height: 85vh;
}

@media (max-width: 767.99px) {
  /* .top-btns {
    display: none;
  } */
  .sponsor {
    display: grid;
    max-width: 100%;
    /* padding-top: 230px; */
  }
  /* .sponsor-center {
    padding-top: 230px;
  } */
  .sponsor__left {
    display: none;
  }
  .sponsor__right {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    min-height: calc(100vh - 110px);
    align-items: center;
    padding-bottom: 50px;
  }
  .input-field input {
    padding: 0;
    width: 100%;
  }
  .input-button-wrapper {
    height: 60px;
    margin-bottom: 30px;
  }
  .signup4-responsive {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .onboard-cover .row {
    display: grid;
    justify-items: center;
  }
  .col-6 {
    width: 100%;
    justify-items: center;
    margin-left: auto;
  }
  .onboarding-section-content {
    padding-top: 0px;
  }
  .reponsive-logo {
    display: none;
  }
  .onboarding-section-content h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0rem;
  }
  .btn-reponsive {
    margin-top: 0;
  }
  .documentation-heading h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .section-documentation .logo-doc {
    min-width: 163px;
    margin-block: 0px;
  }
  .otp-outer {
    height: 60px !important;
    width: 60px !important;
  }
  .otp-row {
    gap: 10px;
  }
  .heading-welcome h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .sign-up-header h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .auth-logo img {
    min-width: 163px;
  }
  .sign-up-header p {
    font-size: 18px;
    line-height: 22px;
    color: white;
  }
  .form-description p {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #b1b1b1;
  }
  .logo-notop img {
    margin-top: 0px;
  }
  .onboarding-section-content .auth-logo {
    display: none;
  }
  .doc-block {
    padding: 25px;
  }
}
@media (max-width: 844.99) {
  .code-btn {
    max-width: 100%;
  }
}
@media (max-width: 444px) {
  .signup_detail {
    margin-top: 2rem;
    max-width: 100%;
    gap: 20px;
    align-items: start;
  }
  .gender-checkboxes {
    gap: 20px;
    flex-flow: wrap;
  }
  .male-check {
    padding-left: 15px;
  }
  .signup_detail label {
    gap: 10px;
    margin-left: 12px;
    align-items: center;
    margin-top: 2px;
  }
  .otp-outer {
    height: 55px !important;
    width: 55px !important;
  }
  .otp-row {
    gap: 5px;
  }
}
@media (max-width: 359.99px) {
  .signup_detail label {
    gap: 1;
  }
}
.splash {
  font-family: var(--ff1);
  background-color: var(--black);
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.splash::before,
.splash::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.splash::before {
  left: 0;
  top: 0;
  background: url(./../images/left-concentric-circles.svg) no-repeat;
}
.splash::after {
  right: -56vw;
  bottom: -45vh;
  background: url(./../images/right-concentric-circles.svg) no-repeat;
}
@media (min-width: 1851px) {
  .splash::after {
    right: -48vw;
    bottom: -44vh;
  }
}
@media (min-width: 2200px) {
  .splash::after {
    right: -40vw;
    bottom: -35vh;
    zoom: 1.3;
  }
}
@media (max-width: 1850px) {
  .splash::after {
    right: -70vw;
    bottom: -58vh;
    zoom: 0.8;
  }
}
@media (max-width: 1450px) {
  .splash::after {
    right: -75vw;
    bottom: -65vh;
    zoom: 0.7;
  }
}
@media (max-width: 1200px) {
  .splash::after {
    right: -60vw;
    bottom: -65vh;
  }
}

.animating-bg {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.animating-bg::before,
.animating-bg::after {
  content: "";
  position: absolute;
  background: var(--blobGradient);
  filter: blur(113.5px);
  border-radius: 50%;
}
.animating-bg::before {
  left: -55%;
  top: -40%;
  width: 120%;
  height: 120%;
  z-index: 2;
  animation: moveTop 2s infinite alternate ease-in-out;
}
.animating-bg::after {
  right: -50%;
  bottom: -50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: moveBottom 2s infinite alternate ease-in-out;
}
@keyframes moveTop {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35%, 32%) scale(0.35);
    opacity: 0.8;
  }
}
@keyframes moveBottom {
  from {
    transform: translate(0%, 0%);
    border-radius: 24% 76% 35% 65%/27% 36% 64% 73%;
  }
  to {
    transform: translate(-50%, -50%) scale(0.35);
    border-radius: 76% 24% 33% 67%/68% 55% 45% 32%;
    opacity: 0.8;
  }
}
@media (min-width: 1850px) {
  .animating-bg img {
    zoom: 1.25;
  }
}
@media (max-width: 1450px) {
  .animating-bg img {
    zoom: 0.88;
  }
}
.animating-bg p {
  max-width: 400px;
}
@media (min-width: 1850px) {
  .animating-bg p {
    zoom: 1.25;
  }
}
@media (max-width: 1450px) {
  .animating-bg p {
    zoom: 0.88;
  }
}

.container-fluid {
  padding-inline: 1.8rem;
}
@media (min-width: 2200px) {
  .container-fluid {
    padding-inline: 2.5rem;
  }
}

.auth-logo img {
  min-width: 232px;
}

.onboard-cover {
  min-height: 100vh;
  padding-block: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .onboard-cover {
    padding-block: 2rem;
  }
}
@media (max-width: 991.98px) {
  .onboard-cover {
    align-items: start;
  }
  .onboard-cover .cards123--signup {
    display: none;
  }
}

.onboarding-image,
.onboarding-section-content {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.onboarding-section-content {
  padding-top: 1.5rem;
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 2200px) {
  .onboarding-image,
  .onboarding-section-content {
    zoom: 1.25;
    padding-top: 0;
  }
}

.checkbox-cover {
  margin-block: 0 2rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.checkbox-cover .logo-image-small {
  width: 95px;
  height: auto;
  margin-top: -8px;
}

.form-group--leftIcon input::-moz-placeholder {
  color: white !important;
}

.form-group--leftIcon input::placeholder {
  color: white !important;
}
.form-group--leftIcon .input-field {
  padding-inline: 1.5rem;
}
.form-group--leftIcon .switch {
  margin-left: -1rem;
}
.form-group .no-input-text {
  padding: 2px 0 0 0.6rem;
  color: #ffffff;
  flex: 1;
}

.section-documentation .gradient-block-bg-inner {
  border-radius: 3rem;
}
.section-documentation .logo-doc {
  min-width: 228px;
  margin-block: -4.3rem 1.5rem;
}

.doc {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.8rem;
}
.doc-block {
  inset: 1px;
  border-radius: 3rem;
  padding: 3rem 3rem 2rem;
  background: var(--translucent-bg-gray-light);
}
.doc-block p {
  margin-bottom: 1.2rem;
}
.doc .documentation-heading {
  margin-bottom: 3rem;
}
.doc .documentation-heading h3 {
  position: relative;
  display: inline-block;
}
.doc .documentation-heading h3::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--white);
}

.bottom-round-btns {
  padding-block: 1.5rem 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
}
.bottom-round-btns a {
  width: 80px;
  height: 80px;
  padding: 0.35rem;
  position: relative;
  box-shadow: 1px 1px 0px rgba(228, 44, 102, 0.37),
    -1px -1px 1px rgba(255, 255, 255, 0.6);
}
.bottom-round-btns a::after {
  content: "";
  position: absolute;
  inset: 1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(
    85.13deg,
    rgba(104, 1, 254, 0.03) 2.96%,
    rgba(217, 217, 217, 0.03) 96.14%
  );
  filter: blur(2px);
}
.bottom-round-btns a span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bottom-round-btns a.red-bg span {
  background: var(--themeRed);
}
.bottom-round-btns a.white-bg span {
  background: var(--white);
}

.dashboard--offers .slider-section__heading {
  margin-top: 2rem;
}

@media (min-width: 2000px) {
  .dashboard {
    padding-left: 143px;
  }
  .sidebar {
    width: 110px;
    padding-block: 2rem;
  }
  .sidebar__inner {
    zoom: 1.35;
  }
  .top-btns--withSidebar,
  .slider-section__heading {
    zoom: 1.2;
  }
}
.offers {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 2000px) {
  .offers {
    zoom: 1.35;
  }
}
@media (max-width: 1365px) {
  .offers {
    gap: 0;
  }
}
.offers-cards {
  flex: 1;
  max-width: 60%;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2.25rem 2rem;
}
@media (min-width: 1600px) {
  .offers-cards {
    max-width: 625px;
  }
}
@media (max-width: 1365px) {
  .offers-cards {
    zoom: 0.9;
    max-width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .offers-cards {
    max-width: unset;
    gap: 2.5rem 1.8rem;
    margin-block: 0 2rem;
  }
  .offers-cards > li {
    max-width: calc(50% - 0.9rem);
    flex: auto;
  }
}
@media (max-width: 991.98px) {
  .offers-cards {
    gap: 2.5rem 2rem;
    margin-block: 0;
  }
  .offers-cards > li {
    max-width: calc(33.33% - 1.3333333333rem);
  }
}
@media (max-width: 767.98px) {
  .offers-cards {
    gap: 2.2rem 2rem;
  }
  .offers-cards > li {
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 575.98px) {
  .offers-cards {
    gap: 2.4rem 1.8rem;
  }
  .offers-cards > li {
    max-width: calc(50% - 0.9rem);
  }
}
@media (max-width: 480px) {
  .offers-cards {
    gap: 1.2rem 1rem;
  }
  .offers-cards > li {
    max-width: calc(50% - 0.5rem);
  }
}
.offers-illustration {
  padding: 0rem 1rem;
  flex: 1;
  text-align: center;
}
.offers-illustration img {
  margin-inline: auto;
}
@media (max-width: 1450px) {
  .offers-illustration {
    max-width: 480px;
  }
}
@media (max-width: 1199px) {
  .offers-illustration {
    padding: 0;
    max-width: unset;
    margin-top: -3rem;
  }
}
@media (min-width: 2000px) {
  .offers--RED {
    zoom: 1.15;
  }
}
@media (max-width: 1365px) {
  .offers--RED {
    gap: 1rem;
  }
}
.offers--RED .each-offer {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .offers--RED .each-offer {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .offers--RED .offer-content h1 {
    font-size: 2rem;
  }
  .offers--RED .slider-section__heading img {
    max-width: 1.88rem;
  }
}
@media (max-width: 991.98px) {
  .offers--RED .offer-content h1 {
    font-size: 1.8rem;
  }
  .offers--RED .offer-content p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .offers--RED .full-offer-box__inner {
    padding: 1.5rem 0.85rem 0.6rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .offers--RED .slider-section__heading img {
    max-width: 1.6rem;
  }
  .offers--RED .slider-section__heading h2 {
    font-size: 0.875rem;
  }
  .offers--RED .full-offer-box {
    min-height: 135px;
  }
  .offers--RED .full-offer-box__inner {
    padding: 1rem 0.5rem 0.85rem 1.2rem;
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-start;
  }
  .offers--RED .full-offer-box__inner ul {
    margin-bottom: 0.8rem;
  }
  .offers--RED .offer-content {
    display: inline-flex;
    flex-flow: column-reverse nowrap;
  }
  .offers--RED .offer-content h1 {
    font-size: 1.2rem;
  }
  .offers--RED .offer-content p {
    font-size: 9px;
    margin: 0.8rem 0 0.4rem;
  }
}
.offers .slider-section--offers .hot-today-card .card-text {
  padding-bottom: 2rem;
}

.offer-card {
  width: 295px;
  min-height: 300px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .offer-card {
    width: auto;
    min-height: unset;
  }
}
.offer-card .gradient-block-outer {
  padding: 1px;
}
.offer-card .gradient-block-inner {
  position: absolute;
  inset: 1px;
}
.offer-card .bg-img {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .offer-card .bg-img {
    position: relative;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .offer-card .bg-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .offer-card .bg-img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.6rem;
  }
}
.offer-card--red .gradient-block-bg {
  background: var(--cardRedBorderGradient);
}
.offer-card--silver .gradient-block-bg {
  background: var(--cardSilverBorderGradient);
}
.offer-card--gold .gradient-block-bg {
  background: var(--cardGoldBorderGradient);
}
.offer-card--platinum .gradient-block-bg {
  background: var(--cardSilverBorderGradient);
}
.offer-card .gradient-block-bg {
  inset: 0;
  border-radius: 2rem;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .offer-card .gradient-block-bg {
    inset: 0;
    border-radius: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .offer-card .gradient-block-bg {
    inset: 0;
    border-radius: 2rem 2rem 1.9rem 1.9rem;
  }
}
@media (max-width: 480px) {
  .offer-card .gradient-block-bg {
    inset: 0;
    border-radius: 1.5rem;
  }
}
.offer-card .gradient-block-bg-inner {
  border-radius: 2rem;
}
.offer-card .gradient-block-inner {
  inset: 1px;
  border-radius: 2rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 9.81%,
    rgba(0, 0, 0, 0.89) 84.03%
  );
}
@media (max-width: 1199.98px) {
  .offer-card .gradient-block-inner {
    border-radius: 1.6rem;
    inset: 1px;
    position: absolute;
  }
}
.offer-card__inner {
  width: 291px;
  min-height: 296px;
  padding: 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .offer-card__inner {
    width: auto;
    padding: 1rem 0.8rem;
    min-height: unset;
  }
}
@media (max-width: 767.98px) {
  .offer-card__inner {
    padding: 1.5rem 1.2rem 15px 1.2rem;
  }
}
.offer-card__inner ul {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  z-index: 2;
}
@media (max-width: 480px) {
  .offer-card__inner ul {
    gap: 0rem;
  }
}
.offer-card__inner .offer-content {
  position: relative;
  z-index: 2;
}
.offer-card__inner .offer-content h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .offer-card__inner .offer-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .offer-card__inner .offer-content h1 {
    font-size: 1.85rem;
  }
}
@media (max-width: 480px) {
  .offer-card__inner .offer-content {
    display: inline-flex;
    flex-flow: column-reverse nowrap;
  }
  .offer-card__inner .offer-content h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .offer-card__inner .offer-content h1 br {
    display: none;
  }
  .offer-card__inner .offer-content p {
    font-size: 11px;
    margin: 0;
    letter-spacing: normal;
  }
}

.offers--RED .full-offer-box {
  transition: all 0.3s ease-in-out;
}
.offers--RED .full-offer-box .gradient-block-bg {
  background: linear-gradient(-45deg, #c82d2d, #fff, #f40008, #fff, #ee3838);
}
.offers--RED .full-offer-box .gradient-block-inner {
  border-radius: 2rem;
}
.offers--RED .full-offer-box .gradient-block-outer {
  background-size: cover;
  border-radius: 2rem;
}
.offers--RED .full-offer-box .gradient-block-bg {
  padding: 1px;
  inset-inline: 1px;
  inset-block: -1px -2px;
  border-radius: 2rem;
  opacity: 1;
}
.offers--RED .full-offer-box .gradient-block-bg-inner {
  border-radius: 2rem;
}
.offers--RED .full-offer-box .gradient-block-inner {
  inset: 1px 0 1px 2px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 9.81%,
    rgba(0, 0, 0, 0.89) 84.03%
  );
}

.full-offer-box {
  width: 99%;
  min-height: 178px;
  border-radius: 2rem;
  display: flex;
  justify-content: flex-end;
}
.full-offer-box .cover-img {
  position: absolute;
  left: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: calc(100% - 6px);
  border-radius: 2.2rem 2rem 2.2rem 2.2rem;
}
.full-offer-box__inner {
  transition: all 0.3s ease-in-out;
  padding: 2rem 2rem 1rem;
  width: calc(100% - 5px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.full-offer-box__inner ul {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 0.5rem;
}
.full-offer-box__inner .offer-content {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.estar-counts h3 {
  white-space: nowrap;
}

.thanks-mobile-section .gradient-block-outer {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}
.thanks-mobile-section .gradient-block-bg {
  border-radius: 2.3rem;
  box-shadow: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: transparent;
}
.thanks-mobile-section .gradient-block-bg-inner {
  border-radius: 39px;
  background: transparent;
}

.centered-image .gradient-block-outer {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.centered-image .gradient-block-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
}
.centered-image .gradient-block-bg-inner {
  background: #303030;
}

@media (max-width: 767.98px) {
  .thankyou-back {
    background-image: none !important;
    min-height: unset !important;
  }
  .thanks-mobile-section {
    padding-block: 2rem;
    min-height: 78vh;
    display: flex;
    align-items: center;
  }
  .thanks-mobile-section .gradient-block-outer {
    padding: 2rem;
    margin-inline: auto;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    max-width: 100%;
  }
  .thanks-mobile-section .gradient-block-bg {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: var(--shadowBlack25);
    background: var(--themeGradientLight);
  }
  .thanks-mobile-section .gradient-block-bg-inner {
    background: #303030;
  }
  .thanks-mobile-section .right-image {
    display: none;
  }
  .thanks-mobile-section .center-section h3 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .thanks-mobile-section .center-section p {
    margin-top: 0;
    text-align: center;
    font-size: 0.938rem;
  }
  .thanks-mobile-section .left-content {
    margin: 1.2rem 2rem;
    width: auto;
    height: auto;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .thanks-mobile-section .left-content::before,
  .thanks-mobile-section .left-content::after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: url(./../images/thankyou-fireworks.svg) no-repeat;
  }
  .thanks-mobile-section .left-content::before {
    left: -3.1rem;
    top: -1.7rem;
  }
  .thanks-mobile-section .left-content::after {
    right: -3.1rem;
    bottom: -1.7rem;
    transform: rotateZ(180deg);
  }
  .thanks-mobile-section .left-content .gradient-block-bg {
    border-radius: 30px;
  }
  .thanks-mobile-section .left-content .gradient-block-bg-inner {
    border-radius: 30px;
  }
  .thanks-mobile-section .left-content .gradient-block-inner {
    padding: 1.8rem 1rem;
    border-radius: 30px;
  }
  .thanks-mobile-section .left-content .slot-number {
    display: none;
  }
  .thanks-mobile-section .left-content .slot-number p {
    margin: 0;
  }
  .thanks-mobile-section .left-content h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .thanks-mobile-section .left-content h5 {
    margin: -0.5rem 0 0;
    font-size: 0.875rem;
  }
  .thanks-mobile-section .in-mobile {
    max-width: 220px;
    position: relative;
    margin: 1.5rem 2rem 3rem;
  }
  .thanks-mobile-section .in-mobile::before,
  .thanks-mobile-section .in-mobile::after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: url(./../images/thankyou2-fireworks.svg) no-repeat;
  }
  .thanks-mobile-section .in-mobile::before {
    left: -3.8rem;
    top: -2.8rem;
  }
  .thanks-mobile-section .in-mobile::after {
    right: -3.8rem;
    bottom: -2.8rem;
    transform: rotateZ(180deg);
  }
  .centered-image .gradient-block-outer {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .thanks-mobile-section .center-section {
    padding: 1rem 0;
  }
  .thanks-mobile-section .center-section h3 br {
    display: none;
  }
  .thanks-mobile-section .center-section p {
    font-size: 12px;
  }
}
.qr {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 78vh;
  padding-block: 4rem 0;
}
@media (max-width: 390px) {
  .qr {
    zoom: 0.9;
  }
}
.qr__main {
  max-width: 350px;
  position: relative;
}
@media (max-width: 480px) {
  .qr__main {
    max-width: 320px;
  }
}
.qr__main span {
  width: 100%;
}
.qr__main span::before,
.qr__main span::after {
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  background-size: 100px;
}
.qr__main span::before {
  left: -1.2rem;
}
.qr__main span::after {
  right: -1.2rem;
  transform: rotateY(180deg);
}
.qr__main .top::before,
.qr__main .top::after {
  top: -2.15rem;
  background: url(../images/qr-border-top-left.svg) no-repeat;
}
.qr__main .bottom::before,
.qr__main .bottom::after {
  bottom: -2.5rem;
  background: url(../images/qr-border-bottom-left.svg) no-repeat;
}
.qr__main img {
  max-width: 100%;
}
.qr__separator {
  line-height: 1.5;
  padding-block: 2.65rem 1rem;
}
.qr__code-field {
  max-width: 400px;
}
@media (max-width: 480px) {
  .qr__code-field {
    max-width: 356px;
  }
}
.qr__code-field .input-field {
  padding-inline: 1.25rem 1rem;
}
.qr__code-field .input-field input::-moz-placeholder {
  color: white;
}
.qr__code-field .input-field input::placeholder {
  color: white;
}

.onboarding-step-indicator {
  margin-top: 10vh;
}
@media (min-width: 2200px) {
  .onboarding-step-indicator {
    margin-top: 5vh;
  }
}

/* Onboarding Styles */
.mob-onboarding-image {
  position: relative;
}
.mob-onboarding-image__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 50px 50px;
  box-shadow: var(--shadowBlack25);
  background: var(--themeGradientLight);
  opacity: 0.5;
}
.mob-onboarding-image__bg::after {
  content: "";
  position: absolute;
  border-radius: 0 0 50px 50px;
  width: 100%;
  background: #303030;
  position: absolute;
  left: 1px;
  top: 0px;
  right: 1px;
  bottom: 1px;
  color: #fff;
}
.mob-onboarding-image__container {
  position: relative;
  z-index: 1;
  padding: 25px;
}
.mob-onboarding-image__gradline {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 20%,
    rgba(244, 0, 8, 0.42) 50%,
    rgb(255, 255, 255) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.4;
}
.mob-onboarding-image .step-indicator {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .onboard-cover {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .top-btns--withSidebar {
    padding: 10px;
    position: fixed;
    left: 40px;
    right: 40px;
    top: 15px;
    z-index: 11;
  }
  .top-btns--withSidebar.blurred {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .button-dash {
    height: 42.5px;
    margin-left: 10px;
    margin-top: 0 !important;
  }
  .button-dash__icon-outer {
    height: 35px;
    width: 35px;
  }
  .top-btns__left {
    display: flex;
    align-items: center;
  }
  .top-btns:not(.top-btns--withSidebar) .top-btns__left {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 1801px) {
  .top-btns:not(.top-btns--withSidebar) .top-btns__left {
    margin-left: -70px;
  }
}
@media (min-width: 992px) and (min-width: 2200px) {
  .top-btns:not(.top-btns--withSidebar) .top-btns__left {
    margin-left: -100px;
  }
}
@media (min-width: 992px) {
  .dashboard-widget__left {
    padding-top: 85px;
  }
  .dashboard--offers {
    padding-top: 85px;
  }
  .offers-illustration img {
    margin-inline: auto;
    top: 50%;
    right: 22.5%;
    transform: translate3d(0, -20px, 0px);
    max-height: 85vh;
  }
  .top-btns--withSidebar h2 {
    margin-right: 20px;
  }
  .hot-today-card {
    max-width: 100%;
  }
  .upcoming-event-card {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .thanks-mobile-section {
    padding-top: 10vh;
  }
}
@keyframes fadeInTy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.thanks-mobile-section .d-md-block {
  animation: fadeInTy 1s ease-out forwards;
}

.thankyou-back {
  animation: fadeInTy 1s ease-out forwards;
}

@media (min-width: 2200px) {
  .thanks-mobile-section .d-md-block {
    display: block !important;
    max-width: 60vh;
    width: 60vh;
    height: 60vh;
    opacity: 0;
    animation: fadeInTy 1s ease-out forwards;
  }
  .thankyou-back {
    background-position: center;
    opacity: 0;
    animation: fadeInTy 1s ease-out forwards;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .calendar-page-header.mb-5,
  .mb-lg-5.calendar-slots {
    margin-bottom: 1.75rem !important;
  }
  .event-calendar .ui-datepicker table {
    min-height: 18vw;
  }
  .slider-section__heading {
    margin-bottom: 1rem;
  }
  .slider-section .owl-theme .owl-dots {
    margin-bottom: 1rem;
    margin-top: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top-btns {
    padding-top: 10px;
    position: fixed;
    z-index: 111;
    left: 20px;
    right: 20px;
    top: 10px;
  }
  .pass-card-red {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
    position: fixed;
    left: 25%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .offers-cards {
    gap: 1.5rem 2rem;
  }
  .slider-section__heading {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .onboarding-btn {
    margin-top: 20px;
  }
  .level-section h3 {
    font-size: 36px;
  }
  .levels-left .level-section {
    margin-bottom: 1rem;
  }
  .counters {
    margin-top: 30px !important;
  }
  .level-details p {
    font-size: 18px !important;
  }
  .red-offer-name1 {
    height: 44px !important;
  }
  .red-offer-name1 h4 {
    padding: 10px 1rem 10px !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }
  .offers-description {
    margin-block: 20px 30px !important;
  }
  .offers-illustration img {
    right: 25%;
  }
  .offers-cards {
    max-width: unset;
    gap: 2.5rem 1.8rem;
    margin-block: 0 2rem;
    justify-content: start;
  }
  .offers-cards {
    zoom: 0.7;
    max-width: 50%;
  }
  .mb-lg-5.calendar-slots {
    margin-bottom: 1.5rem !important;
  }
  .calendar-slots .calendar-slots__edit {
    width: 50px;
    height: 50px;
    right: -15px;
    top: -20px;
  }
  .calendar-slots__info > div {
    margin-bottom: 20px;
  }
  .event-calendar .ui-datepicker-header .ui-datepicker-title {
    font-size: var(--fs24);
  }
  .event-calendar .ui-datepicker table {
    min-height: 250px;
  }
  .calendar-slots > div > div,
  .calendar-slots > div > a {
    height: 130px;
  }
  .dashboard-gradient-block {
    padding: 15px 30px;
  }
  .calendar-slots__date {
    font-size: 36px;
  }
  .calendar-slots__month {
    font-size: 16px;
    margin-top: 5px;
  }
  .calendar-slots__book {
    padding: 15px 30px;
  }
  .calendar-slots__book-title {
    font-size: 16px;
  }
  .calendar-slots__book-icon {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .slider-section .owl-theme .owl-dots {
    margin-bottom: 5px;
    margin-top: 5px !important;
  }
  .calendar-widget .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .slider-section__heading {
    margin-bottom: 10px;
  }
  .onboard-cover {
    padding-block: 0;
  }
  .onboard-cover .row {
    width: 100%;
  }
  .onboarding-section-content h3 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 1.3;
  }
  .content-onboarding-text p {
    margin-top: 20px;
  }
  .onboarding-image img {
    max-height: 90vh;
    position: fixed;
    left: 25%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .documentation-heading h3 {
    font-size: 36px;
    line-height: 1.3;
  }
  .onboarding-step-indicator {
    margin-top: 30px;
  }
  .button {
    height: 50px;
  }
  .button__iconwrapperouter {
    width: 40px;
    height: 40px;
  }
  .part-btn {
    margin-top: 1rem;
  }
  .main-page .sponsor {
    padding-top: 0;
    min-height: 100vh;
    vertical-align: center;
  }
  .top-btns {
    padding-top: 10px;
    position: fixed;
    z-index: 111;
    left: 20px;
    right: 20px;
    top: 10px;
  }
  /* Dashboard */
}
@media (min-width: 1200px) and (max-width: 1399.98px) and (min-width: 1801px) {
  .top-btns .top-btns__left {
    margin-left: -100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sign-up-header h3 {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .input-button {
    height: 50px;
  }
  .input-button__inner {
    height: 48px;
  }
  .input-button__icon-outer {
    width: 40px;
    height: 40px;
  }
  .input-text-outer {
    height: 50px;
  }
  .signup {
    margin-top: 3rem;
  }
  .input-field {
    padding: 0 15px;
  }
  .input-field__prefix {
    margin-right: 7.5px;
  }
  .sign-up-header p {
    font-size: 18px;
  }
  .input-field .send-code {
    margin-right: -10px;
  }
  .input-field .input-button__inner {
    height: 40px;
  }
  .form-tags {
    margin-top: 25px;
  }
  .pass {
    padding-top: 0;
    vertical-align: middle;
    min-height: 100vh;
  }
  .pass-card-red {
    max-width: 100%;
    width: 390px;
    height: 528px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
    position: fixed;
    left: 25%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .mb-4 {
    margin-bottom: 1.25rem !important;
  }
  .pass__left {
    display: flex;
    align-items: center;
  }
  .pass__right {
    display: flex;
    align-items: center;
  }
  .pass h2 {
    font-size: 32px;
  }
  .pass p {
    font-size: 18px;
  }
  .pass-card-red__refercode {
    font-size: 8px;
    right: 10.5%;
    bottom: 0.7%;
  }
  .thanks-mobile-section {
    padding-top: 0;
  }
  .center-section h3 {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
  .center-section p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
    color: #b1b1b1;
  }
  .button-dash {
    height: 42.5px;
  }
  .button-dash__icon-outer {
    height: 35px;
    width: 35px;
  }
}
@media (min-width: 2200px) {
  .dashboard-widget__left {
    padding-top: 125px;
  }
}
.otp-outer .input-field {
  padding-inline: 10px;
}
.otp-outer .input-field input {
  text-align: center;
}

@media (min-width: 1801px) {
  .dashboard-widget__left {
    max-width: calc(100% - 600px - 15px);
    min-height: calc(100vh - 115px);
  }
  .dashboard-widget__left.w-100 {
    max-width: calc(100% - 110px);
  }
  .dashboard-widget__right {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .enterx-card {
    width: 500px;
  }
  .enterx-card img.enterx-card__cardbgimg {
    width: 100%;
  }
  .small-passes .pass-small img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 2200px) {
  .dashboard-widget__left {
    max-width: calc(100% - 800px - 15px);
  }
  .dashboard-widget__left.w-100 {
    max-width: calc(100% - 143px);
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .dashboard-widget__right {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .enterx-card__refercode {
    font-size: 6.65px;
    right: 9%;
    bottom: 1.7%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-widget__right {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .dashboard-widget__right .gradient-block-bg-inner {
    border-radius: 30px;
  }
  .enterx-card__title1 {
    font-size: 13px;
  }
  .enterx-card__passno {
    font-size: 10px;
    top: 4%;
  }
  .enterx-card__star {
    top: 42%;
  }
  .enterx-card__startxt {
    top: 43%;
  }
  .enterx-card__title2 {
    font-size: 20px;
    line-height: 1;
  }
  .enterx-card__refercode {
    font-size: 4.65px;
    right: 9.5%;
  }
  .enterx-card__startext-platinum,
  .enterx-card__startext-gold,
  .enterx-card__startext-silver,
  .enterx-card__startext-red {
    font-size: 6px;
  }
} /*# sourceMappingURL=main.css.map */
