body {
  font-family: "Manrope", sans-serif;
  background-color: #06070d;
  color: #eef0f6;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(820px 520px at 8% -6%, rgba(255, 122, 0, 0.22), transparent 62%), radial-gradient(720px 520px at 96% 8%, rgba(0, 255, 207, 0.16), transparent 62%), radial-gradient(900px 640px at 50% 108%, rgba(255, 122, 0, 0.12), transparent 64%), #06070d;
}
body a {
  color: #ff7a00;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.6px;
}

/* header start  */
header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 14px 0 0;
  background: transparent;
}
header .navbar {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  padding: 10px 12px 10px 22px !important;
}
header .navbar-brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .navbar-brand img {
  max-width: 32px;
  filter: drop-shadow(0 0 10px rgba(255, 122, 0, 0.55));
}
header .navbar-brand .logo-text {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.3px;
  text-transform: none;
}

.nav-link {
  font-weight: 600;
  font-size: 13px;
  color: rgba(238, 240, 246, 0.6);
  letter-spacing: 0.2px;
  padding: 9px 16px !important;
  border-radius: 100px;
  transition: color 0.25s, background-color 0.25s, box-shadow 0.25s;
}
.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.nav-link.active {
  color: #fff;
  background: rgba(255, 122, 0, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, 0.4);
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 100px;
  padding: 7px 12px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.png);
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 10px;
    padding: 6px;
  }
}

/* header end  */
.alert-sec {
  border: none;
  text-align: center;
  padding: 14px 5px 0;
  margin-bottom: 0 !important;
  background: transparent;
  border-radius: 0;
  color: rgba(238, 240, 246, 0.6);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.alert-sec .alert {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  padding: 9px 22px !important;
  display: inline-block;
}

/* banner start  */
.banner {
  position: relative;
  padding: 70px 0 90px 0;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 72%);
}

.banner-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner-wrapper h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid rgba(255, 122, 0, 0.32);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgb(255, 153.92, 61.2);
  margin-bottom: 26px;
}
.banner-wrapper h2::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7a00;
  box-shadow: 0 0 12px rgba(255, 122, 0, 0.55);
}

.banner-wrapper h1 {
  color: #fff;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.08;
  margin-bottom: 22px;
  text-wrap: balance;
}

.banner-wrapper h1 span {
  color: #ff7a00;
  text-shadow: 0 0 34px rgba(255, 122, 0, 0.55);
}

.banner-wrapper p {
  color: rgba(238, 240, 246, 0.6);
  font-size: 17px;
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto;
}

.banner-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 36px;
}

/* glass stat strip under the hero */
.hero-strip {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 22px;
  margin-top: 54px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
}

.hero-stat {
  flex: 1 1 0;
  min-width: 150px;
  padding: 24px 18px;
  text-align: center;
  border-radius: 18px;
  transition: background-color 0.3s;
}
.hero-stat + .hero-stat {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.07);
}
.hero-stat:hover {
  background: rgba(255, 255, 255, 0.04);
}
.hero-stat i {
  font-size: 17px;
  color: #ff7a00;
  margin-bottom: 10px;
  display: block;
  text-shadow: 0 0 16px rgba(255, 122, 0, 0.55);
}
.hero-stat strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.hero-stat span {
  font-size: 12.5px;
  color: rgba(238, 240, 246, 0.6);
}

/* banner end  */
/* notice card start  */
.bet-card {
  padding: 10px 0 0 0;
}

.single-card {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.single-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 200px at 0% 0%, rgba(255, 122, 0, 0.14), transparent 70%);
}

.card-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
  background: transparent;
}

.card-desc h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid rgba(255, 122, 0, 0.32);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgb(255, 153.92, 61.2);
  margin-bottom: 14px;
  align-self: flex-start;
}
.card-desc h2::before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0;
}

.card-desc p {
  margin: 0;
  color: rgba(238, 240, 246, 0.6);
  font-size: 15px;
  line-height: 1.8;
}

.card-desc ul li {
  color: #eef0f6;
  margin: 5px 0;
  font-size: 15px;
}
.card-desc ul li i {
  margin-right: 6px;
  color: #ff7a00;
}

.card-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.03);
}
.card-logo img {
  width: 70%;
}

.card-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  background: rgba(255, 122, 0, 0.12);
}

.stars i {
  color: #ff7a00;
  font-size: 22px;
}

.score span {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #ff7a00;
}

.security-label span {
  color: #eef0f6;
  font-size: 14px;
}
.security-label span i {
  color: #ff7a00;
  margin-right: 3px;
}

.card-btn-wrapper {
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 46px;
  margin: 0 auto;
  border-radius: 100px;
  background: #ff7a00;
  color: #180a00;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
}
.card-btn:hover {
  color: #180a00;
  box-shadow: 0 0 34px rgba(255, 122, 0, 0.55);
}

/* notice card end  */
/* title wrapper start  */
.title-wrapper {
  margin-bottom: 54px;
  text-align: center;
}

.title-wrapper h2 {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
}

.title-wrapper h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.title-wrapper h1 span,
.title-wrapper h2 span {
  color: #ff7a00;
  text-shadow: 0 0 30px rgba(255, 122, 0, 0.45);
}

.title-wrapper p {
  color: rgba(238, 240, 246, 0.6);
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
}

.title-wrapper.text-start p {
  margin: 0;
}

/* title wrapper end  */
/* games start */
.games {
  padding: 100px 0;
}

.single-game {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.4s ease, border-color 0.3s, box-shadow 0.4s;
}
.single-game a {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-game img {
  display: block;
  width: 100%;
  transition: transform 0.7s ease;
}
.single-game .game-scrim {
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(to top, rgba(6, 7, 13, 0.92), transparent);
  pointer-events: none;
}
.single-game .game-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
}
.single-game .game-caption .game-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(238, 240, 246, 0.6);
}
.single-game .game-caption .game-play {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Sora", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #ff7a00;
  text-decoration: none;
  white-space: nowrap;
}
.single-game .game-caption .game-play i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.single-game:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 122, 0, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 1px rgba(255, 122, 0, 0.25), 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 42px rgba(255, 122, 0, 0.22);
}
.single-game:hover img {
  transform: scale(1.07);
}
.single-game:hover .game-play i {
  transform: translateX(5px);
}

/* games end */
/* bonus start  */
.bonus {
  padding: 100px 0;
}

.single-bonus {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 34px 30px 32px;
  border-radius: 24px;
  transition: transform 0.35s ease, border-color 0.3s, box-shadow 0.35s;
}
.single-bonus::after {
  content: attr(data-index);
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.single-bonus:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 0, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 1px rgba(255, 122, 0, 0.25), 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 42px rgba(255, 122, 0, 0.22);
}
.single-bonus:hover .bonus-icon {
  box-shadow: 0 0 34px rgba(255, 122, 0, 0.45);
}

.bonus-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 122, 0, 0.16);
  border: 1px solid rgba(255, 122, 0, 0.4);
  transition: box-shadow 0.35s;
}
.bonus-icon i {
  font-size: 21px;
  color: #ff7a00;
}

.single-bonus h2 {
  position: relative;
  margin: 0 0 10px 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
}

.single-bonus p {
  position: relative;
  margin-bottom: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(238, 240, 246, 0.6);
}

/* bonus end  */
/* faq start  */
.faq {
  padding: 100px 0;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 18px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(255, 122, 0, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 34px rgba(255, 122, 0, 0.14);
}

.accordion-button {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 16.5px;
  color: #eef0f6;
  background-color: transparent;
  padding: 22px 26px;
  border: none;
  border-radius: 18px !important;
  transition: color 0.25s;
}
.accordion-button:hover {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #ff7a00;
}

.accordion-button:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: #ff7a00;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}

.accordion-body {
  background-color: transparent;
  padding: 0 26px 24px;
  color: rgba(238, 240, 246, 0.6);
  font-size: 14.5px;
  line-height: 1.85;
  border: none;
}

/* faq end  */
/* why choose us start  */
.why-choose-us {
  padding: 100px 0;
}

.content-wrapper h1 {
  font-weight: 700;
  margin: 20px 0;
  color: #fff;
}
.content-wrapper h1 span {
  color: #ff7a00;
}

.content-wrapper h2 {
  font-family: "Sora", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.content-wrapper p {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(238, 240, 246, 0.6);
  text-align: left;
}

.content-wrapper ul li {
  font-size: 15px;
  color: rgba(238, 240, 246, 0.6);
  margin: 8px 0;
}

.content-wrapper strong {
  color: #fff;
}

.content-panel {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 26px;
  padding: 34px;
}

.content-wrapper img {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.content-panel .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.content-panel .content-shot {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.feature-block {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 14px;
  transition: border-color 0.3s, background-color 0.3s;
}
.feature-block:last-child {
  margin-bottom: 0;
}
.feature-block:hover {
  border-color: rgba(255, 122, 0, 0.4);
  background: rgba(255, 255, 255, 0.05);
}
.feature-block h2 {
  display: flex;
  align-items: center;
  gap: 11px;
}
.feature-block h2 i {
  font-size: 14px;
  color: #ff7a00;
}
.feature-block p:last-child {
  margin-bottom: 0;
}

/* why choose us end */
/* analyze start  */
.analyze {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 26px;
}
.analyze::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(560px 260px at 90% 0%, rgba(255, 122, 0, 0.2), transparent 68%);
}

.analyze h2 {
  position: relative;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.analyze p {
  position: relative;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(238, 240, 246, 0.6);
  margin-bottom: 0;
}

.analyze .list-inline-item {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 6px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.analyze .list-inline-item:hover {
  border-color: rgba(255, 122, 0, 0.55);
  box-shadow: 0 0 28px rgba(255, 122, 0, 0.22);
  transform: translateY(-4px);
}

.analyze ul img {
  width: 30px;
  border: 0;
  border-radius: 0;
}

.analyze-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.analyze-logo img {
  max-width: 32px;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 0 10px rgba(255, 122, 0, 0.55));
}
.analyze-logo span {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

/* analyze end  */
/* leading-swc start  */
.leading-swc {
  padding: 90px 0;
}

.leading-swc-wrapper {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  padding: 54px 48px;
  border-radius: 28px;
}
.leading-swc-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 280px at 0% 100%, rgba(255, 122, 0, 0.22), transparent 66%), radial-gradient(460px 260px at 100% 0%, rgba(0, 255, 207, 0.16), transparent 66%);
}

.leading-swc-wrapper h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.leading-swc-wrapper p {
  position: relative;
  color: rgba(238, 240, 246, 0.6);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 0;
}

.leading-swc-wrapper .col-lg-4 {
  position: relative;
}

.primary-btn {
  display: inline-block;
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  background: #ff7a00;
  color: #180a00;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 100px;
  box-shadow: 0 0 30px rgba(255, 122, 0, 0.35);
  transition: box-shadow 0.3s, transform 0.3s;
}
.primary-btn:hover {
  color: #180a00;
  transform: translateY(-3px);
  box-shadow: 0 0 52px rgba(255, 122, 0, 0.55);
}

.ghost-btn {
  display: inline-block;
  padding: 16px 34px;
  text-align: center;
  text-decoration: none;
  color: #eef0f6;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.ghost-btn:hover {
  color: #fff;
  border-color: rgba(255, 122, 0, 0.5);
  background: rgba(255, 122, 0, 0.12);
}

/* leading-swc end  */
/* footer start  */
footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.02);
}

.list-inline-item.active a {
  color: #ff7a00;
}

.footer-page-link li a {
  text-decoration: none;
  color: rgba(238, 240, 246, 0.6);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  transition: color 0.25s;
}
.footer-page-link li a:hover {
  color: #ff7a00;
}

.copyright {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}
.copyright span {
  color: #ff7a00;
}

.short-disclaimer {
  padding: 28px 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.short-disclaimer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}

/* footer end  */
/* BreadCrumb start  */
.breadcrumb-cc {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 90px 0 80px;
  background: transparent;
}

.breadcrumb-cc h1 {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: none;
  letter-spacing: -1px;
}

.breadcrumb-cc p {
  color: rgba(238, 240, 246, 0.6);
  margin-bottom: 0;
}

.breadcrumb-cc a {
  text-decoration: none;
  color: #ff7a00;
  font-weight: 600;
}

/* BreadCrumb end  */
/* content start  */
.content {
  padding: 0 0 90px;
}

.content .content-wrapper {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 26px;
  padding: 44px;
}

.content p,
.content li {
  color: rgba(238, 240, 246, 0.6);
  font-size: 15px;
  line-height: 1.85;
}

.content strong {
  color: #fff;
}

.content h2 {
  font-family: "Sora", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 12px;
}

.content h3 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ff7a00;
  margin: 22px 0 10px;
}

/* content end  */
.banner-card-sec-title h1 {
  color: #fff;
  font-size: 32px;
}
.banner-card-sec-title h1 span {
  color: #ff7a00;
}

.banner-card-sec-title p {
  margin-bottom: 0;
  color: rgba(238, 240, 246, 0.6);
  font-size: 14px;
}
