@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*  Font Weight Variables */
/*  Font Size Variables */
/* Line Height Variables */
/*  Color Variables  */
/*  Border Radius Variables  */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*  Font Weight Variables */
/*  Font Size Variables */
/* Line Height Variables */
/*  Color Variables  */
/*  Border Radius Variables  */
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

/* Body styling on desktop */
@media only screen and (min-width: 1200px) {
  body {
    zoom: 75%;
  }
}

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

a {
  text-decoration: none;
  list-style: none;
  transition: all 0.3s linear;
  outline: none;
  border: none;
}
a:hover {
  text-decoration: none;
  list-style: none;
  transition: all 0.3s linear;
  outline: none;
  border: none;
}

button, button {
  outline: none;
  box-shadow: inherit;
}
button:focus, button:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  min-width: auto;
  height: auto;
  max-width: 100%;
  min-height: auto;
}

picture {
  display: inline-block;
  line-height: 0;
}

.container {
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-head {
  font-size: 20px;
  line-height: 1.2;
  color: #4A4A4A;
}
@media only screen and (max-width: 1280px) {
  .section-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-head {
    font-size: 16px;
  }
}

.section-title {
  font-size: 64px;
  line-height: 1.2;
  color: #020010;
  font-weight: 700;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1600px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .section-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-title {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 44px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 34px;
  }
}
.section-title:last-child {
  padding-bottom: 0;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  z-index: 999;
  transition: all 0.3a ease;
}
@media only screen and (max-width: 991px) {
  .header {
    background-color: #3707AA;
    padding: 12px 0;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .header .header-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.header .logo {
  display: inline-block;
}
.header .nav-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .header .nav-wrap {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 991px) {
  .header .nav-wrap li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .header .nav-wrap li.header-rtl {
    display: none;
  }
}
.header .nav-wrap .nav-items {
  font-size: 18px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
}
.header .nav-wrap .nav-items::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.header .nav-wrap .nav-items:hover::before {
  width: 100%;
  opacity: 1;
}
.header .nav-wrap .nav-items.active {
  font-weight: 700;
}
.header .nav-wrap .nav-items.active::before {
  width: 100%;
  opacity: 1;
}
.header .header-rtl {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 359px) {
  .header .header-rtl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .header-rtl a {
  max-width: 170px;
  display: inline-block;
  outline: none;
  box-shadow: none;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
}
.header .header-rtl a:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .header .header-rtl a {
    font-size: 16px;
  }
}
.header .header-rtl a .label-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.header .header-rtl a:hover .label-up {
  top: calc(-100% - 4px);
}
.header .header-rtl .login-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.header .header-rtl .grt-btn {
  background-color: #020010;
  border: 1px solid #020010;
}
@media only screen and (max-width: 991px) {
  .header .header-rtl.none-table {
    display: none;
  }
}
.header.menufixed {
  background-color: #3707AA;
}

#toggle {
  display: none;
  width: 28px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  #toggle {
    display: block;
  }
}

#toggle div {
  width: 100%;
  height: 3px;
  background: white;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(4px, 4px);
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on .two {
  opacity: 0;
}

.banner-section {
  color: #FFFFFF;
  padding: 200px 0 110px;
  background: url(../../images/hero-banner-bg.svg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1440px) {
  .banner-section {
    padding: 150px 0 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section {
    padding: 120px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
background-position:center;
  }
}
.banner-section .banner-inner {
  display: flex;
  align-items: center;
  gap: 62px;
  padding-left: calc((100% - 1415px) / 2);
  padding-right: 135px;
}
@media only screen and (max-width: 1800px) {
  .banner-section .banner-inner {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1700px) {
  .banner-section .banner-inner {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  .banner-section .banner-inner {
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-inner {
    gap: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-inner {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-inner {
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.banner-section .banner-info {
  flex: 1;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-info {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-info {
    flex: 100%;
  }
}
.banner-section .banner-info .banner-title {
  font-size: 54px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 500;
  padding: 28px 0;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-info .banner-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-info .banner-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-info .banner-title {
    font-size: 36px;
  }
}
.banner-section .banner-info .banner-title strong {
  display: block;
  font-size: 62px;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-info .banner-title strong {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-info .banner-title strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-title strong {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-info .banner-title strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-info .banner-title {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-info .banner-title {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-title {
    padding: 16px 0;
  }
}
.banner-section .banner-info .funding-list {
  padding: 28px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-info .funding-list {
    padding: 28px 0;
  }
}
.banner-section .banner-info .funding-list li {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-info .funding-list li {
    font-size: 16px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-info .funding-list li {
    font-size: 14px;
    padding: 6px 8px;
  }
}
.banner-section .banner-info .banner-get-in {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-get-in {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-get-in {
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-info .banner-get-in {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-section .banner-info .banner-get-in .grt-btn {
  max-width: 200px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #FFFFFF;
  color: #3707AA;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 600;
}
.banner-section .banner-info .banner-get-in .grt-btn:focus {
  border: none;
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-info .banner-get-in .grt-btn {
    font-size: 16px;
  }
}
.banner-section .banner-info .banner-get-in .grt-btn .label-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.banner-section .banner-info .banner-get-in .grt-btn:hover .label-up {
  top: calc(-100% - 4px);
}
.banner-section .banner-info .banner-get-in .grt-btn img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(86%) saturate(5213%) hue-rotate(261deg) brightness(62%) contrast(139%);
  transition: all 0.3s ease;
}
.banner-section .banner-info .banner-get-in .join-wrap {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-info .banner-get-in .join-wrap {
    padding-left: 0;
  }
}
.banner-section .banner-info .banner-get-in .join-wrap::before {
  position: absolute;
  content: " ";
  width: 2px;
  height: calc(100% - 6px);
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-info .banner-get-in .join-wrap::before {
    display: none;
  }
}
.banner-section .banner-info .banner-get-in .join-wrap ul {
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-section .banner-right {
  width: 52%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  animation: floatUpDown 3s ease-in-out infinite;
  transform: translateY(0);
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-right {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner-section .banner-right > div:last-child {
  margin-top: 70px;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right > div:last-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-right > div:last-child {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-right > div:last-child {
    margin-top: 0px;
  }
}
.banner-section .banner-right .right-box {
  width: 100%;
  padding: 20px 20px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.04) 100%);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right .right-box {
    padding: 16px 16px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-section .banner-right .right-box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-right .right-box {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
}
.banner-section .banner-right .right-box:last-child {
  margin-bottom: 0;
}
.banner-section .banner-right .right-box .box-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right .right-box .box-head {
    padding-bottom: 24px;
  }
}
.banner-section .banner-right .right-box .box-head .user-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  min-width: 54px;
  width: 54px;
  height: 54px;
  min-height: 54px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-right .right-box .box-head .user-img {
    min-width: 46px;
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-right .right-box .box-head .user-img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
}
.banner-section .banner-right .right-box .box-head .user-details strong {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right .right-box .box-head .user-details strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-right .right-box .box-head .user-details strong {
    font-size: 16px;
  }
}
.banner-section .banner-right .right-box .box-head .user-details span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-section .banner-right .right-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner-right .right-box ul {
    gap: 16px;
  }
}
.banner-section .banner-right .right-box ul li {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-right .right-box ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-right .right-box ul li {
    font-size: 14px;
  }
}
.banner-section .banner-right .right-box ul li span {
  display: block;
  padding-bottom: 2px;
  font-weight: 500;
  color: #FFFFFF;
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.slid-mar {
  overflow: hidden;
}
.slid-mar iframe {
  height:50px;
}
@media only screen and (max-width: 575px) {
  .slid-mar iframe {
    height: 70px;
  }
}
.slid-mar .right-animation {
  padding: 30px 15px;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .slid-mar .right-animation {
    padding: 24px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .slid-mar .right-animation {
    padding: 20px 15px;
  }
}
.slid-mar .right-animation .ani-box {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slid-mar .right-animation .ani-box .round-img {
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C4162E;
}
.slid-mar .right-animation .ani-box .box-details {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  color: #020010;
}
.slid-mar .right-animation .ani-box .box-details strong {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  color: #4A4A4A;
  display: block;
  padding-bottom: 4px;
}
.slid-mar .right-animation .ani-box .box-details .green-text {
  color: #0DB12E;
}
.slid-mar .left-animation {
  padding: 30px 15px;
  gap: 48px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 1024px) {
  .slid-mar .left-animation {
    padding: 24px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .slid-mar .left-animation {
    padding: 20px 15px;
  }
}
.slid-mar .left-animation .swiper-slide {
  width: auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #111111;
  padding-right: 76px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .slid-mar .left-animation .swiper-slide {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .slid-mar .left-animation .swiper-slide {
    font-size: 18px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .slid-mar .left-animation .swiper-slide {
    padding-right: 50px;
  }
}
.slid-mar .left-animation .swiper-slide::before {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  background: url(../../images/star-iocn.svg) no-repeat center center;
}

.account-section {
  position: relative;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 1280px) {
  .account-section {
    padding: 70px 0 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-section {
    padding: 60px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .account-section {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section {
    padding: 50px 0 50px;
  }
}
.account-section::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.06;
  z-index: -1;
}
.account-section .section-head {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1280px) {
  .account-section .section-head {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-section .section-head {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .account-section .section-head {
    padding-bottom: 30px;
  }
}
.account-section .account-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .account-section .account-steps {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-section .account-steps {
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .account-section .account-steps {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .account-steps {
    flex-direction: column;
  }
}
.account-section .account-steps .steps-box {
  max-width: 360px;
  width: 100%;
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  padding: 24px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #4A4A4A;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media only screen and (max-width: 1440px) {
  .account-section .account-steps .steps-box {
    max-width: 330px;
    padding: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .account-section .account-steps .steps-box {
    max-width: 310px;
    padding: 16px;
    font-size: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-section .account-steps .steps-box {
    max-width: 290px;
    padding: 12px;
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .account-steps .steps-box {
    max-width: 100%;
  }
}
.account-section .account-steps .steps-box:hover {
  background: linear-gradient(105.69deg, #3707AA 0%, #280975 100%);
  border: none;
  color: #FFFFFF;
}
.account-section .account-steps .steps-box:hover .steps-title {
  color: #FFFFFF;
}
.account-section .account-steps .steps-box .steps-title {
  display: block;
  font-size: 40px;
  line-height: 1.3;
  color: #020010;
  padding-bottom: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .account-section .account-steps .steps-box .steps-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .account-section .account-steps .steps-box .steps-title {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-section .account-steps .steps-box .steps-title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .account-section .account-steps .steps-box .steps-title {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .account-steps .steps-box .steps-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .account-steps picture {
    display: none;
  }
}

.funding-section {
  width: 100%;
  background: rgba(2, 0, 16, 0.8);
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .funding-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .funding-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .funding-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section {
    padding: 40px 0;
  }
}
.funding-section::after {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/funding-bg.svg) no-repeat center;
  z-index: -1;
  background-size: cover;
}
.funding-section::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/funding-eclipse.svg) no-repeat center;
  -webkit-backdrop-filter: blur(230px);
          backdrop-filter: blur(230px);
  opacity: 0.5;
  background-size: cover;
}
.funding-section .container {
  position: relative;
  z-index: 99;
}
.funding-section .section-head {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .funding-section .section-head {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .funding-section .section-head {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section .section-head {
    padding-bottom: 20px;
  }
}
.funding-section .section-head .section-title {
  color: #FFFFFF;
}
.funding-section .tabing-wrap {
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .funding-section .tabing-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section .tabing-wrap {
    padding: 20px 0;
  }
}
.funding-section .nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  gap: 4px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.funding-section .nav .nav-link {
  padding: 12px 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #020010;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  .funding-section .nav .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .funding-section .nav .nav-link {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-section .nav .nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.funding-section .nav .nav-link.active, .funding-section .nav .nav-link:hover {
  background-color: #3707AA;
  color: #FFFFFF;
}
.funding-section .tab-content {
  background-color: #FFFFFF;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  padding: 16px 0 30px;
}
@media only screen and (max-width: 1440px) {
  .funding-section .tab-content {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .funding-section .tab-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section .tab-content {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
}
.funding-section .tab-content .table-box {
  overflow: auto;
}
.funding-section .tab-content .table-box table {
  width: 100%;
}
.funding-section .tab-content .table-box table th {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #020010;
  padding: 14px 20px 30px;
  text-align: center;
  width: 15%;
  min-width: 184px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1440px) {
  .funding-section .tab-content .table-box table th {
    font-size: 22px;
    padding: 12px 18px 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .funding-section .tab-content .table-box table th {
    font-size: 20px;
    padding: 10px 16px 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .funding-section .tab-content .table-box table th {
    font-size: 18px;
    padding: 8px 12px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section .tab-content .table-box table th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-section .tab-content .table-box table th {
    font-size: 14px;
  }
  
}
.funding-section .tab-content .table-box table th:first-child {
  width: 25%;
  min-width: 300px;
}
.funding-section .tab-content .table-box table th.active {
  position: relative;
}
.funding-section .tab-content .table-box table th.active::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #3707AA;
}
@media only screen and (max-width: 1440px) {
  .funding-section .tab-content .table-box table th.active::before {
    bottom: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .funding-section .tab-content .table-box table th.active::before {
    bottom: 6px;
  }
}



.funding-section .tab-content .table-box table td {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #4A4A4A;
  padding: 14px 20px;
  text-align: center;
  width: 15%;
  min-width: 184px;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (max-width: 1440px) {
  .funding-section .tab-content .table-box table td {
    font-size: 22px;
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .funding-section .tab-content .table-box table td {
    font-size: 20px;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .funding-section .tab-content .table-box table td {
    font-size: 18px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-section .tab-content .table-box table td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-section .tab-content .table-box table td {
    font-size: 14px;
  }
}
.funding-section .tab-content .table-box table td:first-child {
  width: 25%;
  min-width: 300px;
  color: #020010;
  font-weight: 500;
  text-align: left;
}
.funding-section .tab-content .table-box table td.active {
  background-color: #3707AA;
  color: #FFFFFF;
  border-color: rgba(238, 238, 238, 0.2);
}
.funding-section .tab-content .table-box table tbody tr:first-child td.active {
  border-radius: 24px 24px 0 0;
}
.funding-section .tab-content .table-box table tbody tr:last-child td {
  border: none;
}
.funding-section .tab-content .table-box table tbody tr:last-child td.active {
  border-radius: 0 0 24px 24px;
}
.funding-section .tab-content .table-box table .grt-btn {
  max-width: 170px;
  display: none;
  outline: none;
  box-shadow: none;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  color: #020010;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  background: #f0f0f0;
  border: 1px solid #000;
}
.funding-section .tab-content .table-box table .grt-btn:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .funding-section .tab-content .table-box table .grt-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .funding-section .tab-content .table-box table .grt-btn {
    font-size: 14px;
    height: 47px;
    line-height: 47px;
  }

}
.funding-section .tab-content .table-box table .grt-btn .label-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.funding-section .tab-content .table-box table .grt-btn:hover .label-up {
  top: calc(-100% - 4px);
}
.funding-section .tab-content .table-box table .grt-btn img {
  filter: brightness(0) saturate(100%) invert(3%) sepia(29%) saturate(7449%) hue-rotate(208deg) brightness(83%) contrast(110%);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .funding-section .tab-content .table-box table td:first-child {
    width: 20%;
    min-width: 200px;
  }
  .funding-section .tab-content .table-box table th:first-child {
    width: 20%;
    min-width: 200px;
  }
  .funding-section .tab-content .table-box table td, .funding-section .tab-content .table-box table th {
    width: 15%;
    min-width:150px;
  }
  .funding-section .tab-content .table-box table .grt-btn:hover .label-up {
    top: calc(-112% - 4px);
}
}

.pricing-table-wrap td button {
  display: none;
}

.platforms-section {
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .platforms-section {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .platforms-section {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .platforms-section {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .platforms-section {
    padding: 40px 0 40px;
  }
}
.platforms-section::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.06;
  z-index: -1;
}
.platforms-section::after {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/payout-bg.svg);
  z-index: -1;
}
.platforms-section .platforms-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: #020010;
  text-align: center;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1280px) {
  .platforms-section .platforms-title {
    font-size: 36px;
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .platforms-section .platforms-title {
    font-size: 32px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .platforms-section .platforms-title {
    font-size: 28px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .platforms-section .platforms-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .platforms-section::after {top:-600px;}
}
.platforms-section .traders-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.platforms-section .payput-wrap {
  text-align: center;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 1280px) {
  .platforms-section .payput-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .platforms-section .payput-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .platforms-section .payput-wrap {
    margin-top: 40px;
  }
}
.platforms-section .payout-title {
  font-size: 130px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .platforms-section .payout-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .platforms-section .payout-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .platforms-section .payout-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .platforms-section .payout-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .platforms-section .payout-title {
    font-size:30px;
  }
}
.platforms-section .top-down img {
  width: 80%;
}
.platforms-section .top-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .platforms-section .top-img {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .platforms-section .top-img {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .platforms-section .top-img {
    width: 50%;
  }
}

.get-started-section {
  background: url(../../images/get-started-bg.svg);
  background-repeat: repeat-x;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .get-started-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .get-started-section {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-started-section {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .get-started-section {
    padding-top: 40px;
  }
}
.get-started-section .container {
  position: relative;
  z-index: 99;
}
.get-started-section .section-head {
  max-width: 690px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .get-started-section .section-head {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-started-section .section-head {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .get-started-section .section-head {
    padding-bottom: 20px;
  }
}
.get-started-section .section-head .section-title {
  color: #FFFFFF;
}
.get-started-section .get-started-inner {
  text-align: center;
}
.get-started-section .get-started-inner picture {
  position: relative;
}
.get-started-section .get-started-inner picture::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  width: 265px;
  height: 255px;
  background: url(../../images/get-started-bg-round.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 1280px) {
  .get-started-section .get-started-inner picture::before {
    top: -60px;
    left: -70px;
    width: 205px;
    height: 205px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-started-section .get-started-inner picture::before {
    top: -50px;
    left: -50px;
    width: 155px;
    height: 155px;
  }
}
.get-started-section .get-started-inner picture::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -150px;
  width: 170px;
  height: 80px;
  background: url(../../images/get-started-bg-round-second.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
@media only screen and (max-width: 1280px) {
  .get-started-section .get-started-inner picture::after {
    bottom: 14%;
    right: -105px;
    width: 150px;
    height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-started-section .get-started-inner picture::after {
    bottom: 8%;
  }
}

.fcg-funding {
  width: 100%;
  margin-top: -180px;
  padding: 300px 0 0px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .fcg-funding {
    padding: 240px 0 0px;
  }
}
.fcg-funding::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.06;
  z-index: -1;
}
.fcg-funding .fcg-funding-inner {
  position: relative;
  border: 1px solid #111111;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 100px 50px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #4A4A4A;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .fcg-funding .fcg-funding-inner {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .fcg-funding .fcg-funding-inner {
    padding: 70px 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .fcg-funding .fcg-funding-inner {
    padding: 60px 30px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .fcg-funding .fcg-funding-inner {
    padding: 50px 24px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .fcg-funding .fcg-funding-inner {
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.fcg-funding .fcg-funding-inner .section-title {
  max-width: 1010px;
  margin: 0 auto;
}
.fcg-funding .fcg-funding-inner p {
  max-width: 1010px;
  margin: 32px auto 40px;
}
.fcg-funding .fcg-funding-inner .funding-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 575px) {
  .fcg-funding .fcg-funding-inner .funding-buttons {
    flex-direction: column;
  }
}
.fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
  box-shadow: none;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid rgba(55, 7, 170, 0.5);
  transition: all 0.3s ease;
}
.fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 575px) {
  .fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn {
    max-width: 220px;
    width: 100%;
  }
}
.fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn img {
  transition: all 0.3s ease;
}
.fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  background-color: #3707AA;
}
.fcg-funding .fcg-funding-inner .funding-buttons .start-fcg-btn:hover img {
  padding-left: 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(144deg) brightness(102%) contrast(101%);
}
.fcg-funding .fcg-funding-inner .funding-buttons .grt-btn {
  max-width: 170px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-size: 18px;
  background-color: #3707AA;
  font-weight: 600;
}
.fcg-funding .fcg-funding-inner .funding-buttons .grt-btn:focus {
  border: none;
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .fcg-funding .fcg-funding-inner .funding-buttons .grt-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .fcg-funding .fcg-funding-inner .funding-buttons .grt-btn {
    max-width: 220px;
    width: 100%;
  }
}
.fcg-funding .fcg-funding-inner .funding-buttons .grt-btn .label-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.fcg-funding .fcg-funding-inner .funding-buttons .grt-btn:hover .label-up {
  top: calc(-100% - 6px);
}
.fcg-funding .fcg-funding-inner .plus-gold {
  position: absolute;
  top: 190px;
  left: 18%;
}
.fcg-funding .fcg-funding-inner .begin-plus {
  position: absolute;
  left: -10px;
  bottom: -10px;
}
.fcg-funding .fcg-funding-inner .begin-round {
  position: absolute;
  right: 10%;
  bottom: -80px;
}
.fcg-funding .fcg-funding-inner .begin-blur {
  position: absolute;
  right: -10px;
  top: 80px;
}

.capital-section {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .capital-section {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .capital-section {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .capital-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .capital-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .capital-section {
    padding: 50px 0;
  }
}
.capital-section::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.06;
  z-index: -1;
}
.capital-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media only screen and (max-width: 1440px) {
  .capital-section .container {
    gap: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .capital-section .container {
    gap: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .capital-section .container {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .capital-section .container {
    gap: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .capital-section .container {
    flex-direction: column;
    gap: 30px;
  }
}
.capital-section .section-head {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .capital-section .section-head {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .capital-section .section-head {
    width: 58%;
  }
}
@media only screen and (max-width: 575px) {
  .capital-section .section-head {
    width: 100%;
  }
}
.capital-section .section-head p {
  margin-bottom: 24px;
}
.capital-section .section-head p:last-child {
  margin-bottom: 0;
}
.capital-section .capital-img {
  width: 48%;
}
@media only screen and (max-width: 575px) {
  .capital-section .capital-img {
    margin: 0 auto;
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  .capital-section .capital-img {
    width: 75%;
  }
}
@media only screen and (max-width: 359px) {
  .capital-section .capital-img {
    width: 100%;
  }
}

.user-slid {
  position: relative;
  overflow: hidden;
}
.user-slid::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: -230px;
  left: -253px;
  width: 675px;
  height: 400px;
  background: url(../../images/white-blur-left.svg) no-repeat;
  background-size: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1440px) {
  .user-slid::before {
    width: 635px;
    height: 350px;
    top: -170px;
    left: -300px;
  }
}
@media only screen and (max-width: 1280px) {
  .user-slid::before {
    width: 595px;
    height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .user-slid::before {
    width: 565px;
    height: 300px;
    top: -110px;
    left: -260px;
  }
}
@media only screen and (max-width: 991px) {
  .user-slid::before {
    width: 510px;
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .user-slid::before {
    width: 480px;
    height: 250px;
    top: -100px;
    left: -160px;
  }
}
@media only screen and (max-width: 480px) {
  .user-slid::before {
    display: none;
  }
}
.user-slid::after {
  position: absolute;
  content: " ";
  position: absolute;
  top: -230px;
  right: -253px;
  width: 675px;
  height: 400px;
  background: url(../../images/white-blur-right.svg) no-repeat;
  background-size: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1440px) {
  .user-slid::after {
    width: 635px;
    height: 350px;
    top: -170px;
    right: -300px;
  }
}
@media only screen and (max-width: 1280px) {
  .user-slid::after {
    width: 595px;
    height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .user-slid::after {
    width: 565px;
    height: 300px;
    top: -110px;
    right: -260px;
  }
}
@media only screen and (max-width: 991px) {
  .user-slid::after {
    width: 510px;
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .user-slid::after {
    width: 480px;
    height: 250px;
    top: -100px;
    right: -160px;
  }
}
@media only screen and (max-width: 480px) {
  .user-slid::after {
    display: none;
  }
}
.user-slid .swiper-slide {
  width: auto;
  background-color: #3707AA;
  border-radius: 20px;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-slid .swiper-slide.black-bg {
  background-color: #020010;
}
.user-slid .swiper-slide .user-details {
  text-align: center;
  flex: 1;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 6px;
}
.user-slid .swiper-slide .user-details span {
  padding-top: 4px;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.user-slid .swiper-slide .user-details strong {
  display: block;
  padding-top: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}
.user-slid .swiper-slide .user-details p {
  margin-bottom: 12px;
}
.user-slid .swiper-slide .user-details p:last-child {
  margin-bottom: 0;
}
.user-slid .swiper-slide .user-img {
  width: 134px;
}
@media only screen and (max-width: 767px) {
  .user-slid .swiper-slide .user-details{
    font-size: 12px;
  }
  .user-slid .swiper-slide .user-details span {
    font-size: 15px;
  }
  .user-slid .swiper-slide .user-details strong {
    font-size: 25px;
  }
  .user-slid .swiper-slide .user-img {
    width: 120px;
}
}
.best-features-section {
  padding: 150px 0;
}
@media only screen and (max-width: 1440px) {
  .best-features-section {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .best-features-section {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .best-features-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .best-features-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section {
    padding: 50px 0;
  }
}
.best-features-section .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .best-features-section .section-head {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .best-features-section .section-head {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .best-features-section .section-head {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .best-features-section .section-head {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .section-head {
    flex-direction: column;
    gap: 0;
  }
}
.best-features-section .section-head .section-title {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .best-features-section .section-head .section-title {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .section-head .section-title {
    width: 100%;
  }
}
.best-features-section .section-head p {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .best-features-section .section-head p {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .section-head p {
    width: 100%;
  }
}
.best-features-section .features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .best-features-section .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .best-features-section .features-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.best-features-section .features-list li {
  padding: 24px 28px;
  border: 1px solid #D2D2D2;
  border-radius: 28px;
  color: #020010;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
  padding-right: 150px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  .best-features-section .features-list li {
    font-size: 22px;
    padding: 20px 24px;
    padding-right: 150px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .best-features-section .features-list li {
    font-size: 20px;
    padding: 16px 20px;
    padding-right: 130px;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .best-features-section .features-list li {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .features-list li {
    padding-right: 90px;
  }
}
.best-features-section .features-list li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 207px;
  background-image: url(../../images/star-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1280px) {
  .best-features-section .features-list li::before {
    width: 170px;
    height: 2007px;
  }
}
@media only screen and (max-width: 1024px) {
  .best-features-section .features-list li::before {
    width: 160px;
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .best-features-section .features-list li::before {
    width: 150px;
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .features-list li::before {
    width: 140px;
    height: 150px;
  }
}
.best-features-section .features-list li .number {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #666666;
  padding-bottom: 12px;
  transition: all 0.3s ease;
}
.best-features-section .features-list li .features-icon {
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0;
  min-width: 140px;
  width: 140px;
  height: 140px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .best-features-section .features-list li .features-icon {
    min-width: 120px;
    width: 120px;
    height: 120px;
    min-height: 120px;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .best-features-section .features-list li .features-icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
    min-height: 100px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .best-features-section .features-list li .features-icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    min-height: 80px;
    right: 12px;
  }
}
.best-features-section .features-list li:hover {
  background: linear-gradient(105.69deg, #3707AA 0%, #280975 100%);
  color: #FFFFFF;
}
.best-features-section .features-list li:hover .number {
  color: #FFFFFF;
}
.best-features-section .features-list li:hover .features-icon {
  opacity: 1;
  transform: scale(1.1);
}

.testimonials {
  text-align: center;
  padding: 0px 15px;
  position: relative;
  overflow: hidden;
}
.testimonials .about-bg-top {
  position: absolute;
  top: 90px;
  left: 0;
  width: 440px;
  height: 440px;
}
@media only screen and (max-width: 1440px) {
  .testimonials .about-bg-top {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonials .about-bg-top {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .about-bg-top {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .about-bg-top {
    width: 200px;
    height: 200px;
  }
}
.testimonials .about-bg-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.08;
  max-width: 786px;
  max-height: 786px;
}
@media only screen and (max-width: 1440px) {
  .testimonials .about-bg-center {
    max-width: 700px;
    max-height: 700px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonials .about-bg-center {
    max-width: 650px;
    max-height: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .about-bg-center {
    max-width: 575px;
    max-height: 575px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .about-bg-center {
    width: 400px;
    height: 400px;
  }
}
.testimonials .about-bg-bottom {
  position: absolute;
  bottom: -110px;
  right: 0;
  width: 440px;
  height: 440px;
}
@media only screen and (max-width: 1440px) {
  .testimonials .about-bg-bottom {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1280px) {
  .testimonials .about-bg-bottom {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .about-bg-bottom {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .about-bg-bottom {
    width: 200px;
    height: 200px;
  }
}
.testimonials .section-head {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .testimonials .section-head {
    padding-bottom: 30px;
  }
}
.testimonials .section-head .section-title {
  padding-bottom: 28px;
}
.testimonials .section-head .client-tag {
  background-color: rgba(255, 204, 0, 0.1215686275);
  border-radius: 16px;
  padding: 10px 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #020010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1280px) {
  .testimonials .section-head .client-tag {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials .section-head .client-tag {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .section-head .client-tag {
    font-size: 14px;
  }
}
.testimonials .section-head .client-tag .strong {
  display: inline-block;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.testimonials .swiper-slide {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid #D2D2D2;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  color: #020010;
  font-size: 20px;
  line-height: 1.3;
  padding: 20px;
  font-weight: 400;
  text-align: left;
  border-radius: 28px;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .testimonials .swiper-slide {
    font-size: 18px;
    padding: 16px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials .swiper-slide {
    font-size: 16px;
    padding: 12px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .swiper-slide {
    font-size: 14px;
    padding: 10px;
    border-radius: 16px;
  }
}
.testimonials .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: -40px;
  width: 170px;
  height: 170px;
  background-image: url(../../images/testimonials-bg-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1280px) {
  .testimonials .swiper-slide::before {
    width: 160px;
    height: 160px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials .swiper-slide::before {
    width: 140px;
    height: 140px;
    bottom: -36px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .swiper-slide::before {
    width: 120px;
    height: 120px;
    bottom: -14px;
    left: -20px;
  }
}
.testimonials .swiper-slide p {
  margin-bottom: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.testimonials .swiper-slide .slide-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonials .swiper-slide .slide-footer .client-img {
  min-width: 54px;
  width: 54px;
  height: 54px;
  min-height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #D9D9D9;
}
.testimonials .swiper-slide .slide-footer .client-details {
  flex: 1;
}
.testimonials .swiper-slide .slide-footer .client-details strong {
  display: block;
  font-weight: 600;
  color: #020010;
}
.testimonials .swiper-slide:hover {
  background: linear-gradient(105.69deg, #3707AA 0%, #280975 100%);
  color: #FFFFFF;
}
.testimonials .swiper-slide:hover::before {
  opacity: 1;
}
.testimonials .swiper-slide:hover .slide-footer .client-details strong {
  color: #FFFFFF;
}
.testimonials .second-slider {
  margin: 24px 0;
}
@media only screen and (max-width:767px) {
  .testimonials .swiper-slide p {
    margin-bottom:15px;
  }
  .testimonials .swiper-slide .slide-footer .client-img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .testimonials .swiper-slide .slide-footer .client-details picture img{
max-width: 80%;
  }
  .testimonials .swiper-slide {
    font-size: 13px;}
}
.faq-section {
  padding: 150px 0;
}
@media only screen and (max-width: 1440px) {
  .faq-section {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .faq-section {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-section {
    padding: 100px 0 140px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 70px 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 50px 0 140px;
  }
}
.faq-section .section-title {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  .faq-section .section-title {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-section .section-title {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .section-title {
    padding-bottom: 20px;
  }
}
.faq-section .faq-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .faq-section .faq-inner {
    flex-direction: column;
  }
}
.faq-section .more-question {
  padding: 24px;
  width: 450px;
  max-width: 100%;
  border-radius: 28px;
  border: 1px solid #D2D2D2;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #4A4A4A;
}
@media only screen and (max-width: 1024px) {
  .faq-section .more-question {
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .more-question {
    border-radius: 16px;
    font-size: 16px;
    padding: 16px;
  }
}
.faq-section .more-question .more-title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #020010;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .faq-section .more-question .more-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .more-question .more-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.faq-section .more-question p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .faq-section .more-question p {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .more-question p {
    margin-bottom: 10px;
  }
}
.faq-section .more-question a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #020010;
}
@media only screen and (max-width: 1280px) {
  .faq-section .more-question a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-section .more-question a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .more-question a {
    font-size: 14px;
  }
}
.faq-section .more-question .mail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
  box-shadow: none;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #3707AA;
  border: 1px solid #3707AA;
  margin-top: 32px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.faq-section .more-question .mail-btn:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1280px) {
  .faq-section .more-question .mail-btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-section .more-question .mail-btn {
    font-size: 16px;
    padding: 12px 16px;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .more-question .mail-btn {
    font-size: 14px;
    padding: 12px 12px;
    margin-top: 24px;
  }
}
.faq-section .more-question .mail-btn:hover {
  background-color: transparent;
  color: #3707AA;
}
.faq-section .more-question .mail-btn:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(72%) saturate(4993%) hue-rotate(259deg) brightness(113%) contrast(115%);
  padding-left: 15px;
}
.faq-section .more-question .mail-btn img {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(217deg) brightness(102%) contrast(97%);
}

.faq-main {
  flex: 1;
}
.faq-main .accordion-item {
  padding: 24px;
  border: 1px solid #D2D2D2;
  border-radius: 24px;
  margin-bottom: 16px;
}

.faq-main .accordion-item  p{
  font-size: 18px;
}
@media only screen and (max-width: 1280px) {
  .faq-main .accordion-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-main .accordion-item {
    padding: 16px;
  }
}
.faq-main .accordion-item .accordion-header {
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  color: #020010;
  font-weight: 500;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .faq-main .accordion-item .accordion-header {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-main .accordion-item .accordion-header {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-main .accordion-item .accordion-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-main .accordion-item .accordion-header {
    font-size: 16px;
  }
}
.faq-main .accordion-item .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../../images/pluse-iocn.svg) no-repeat center center;
  margin: auto 0;
}
@media only screen and (max-width: 991px) {
  .faq-main .accordion-item .accordion-header::before {
    right: 10px;
  }
}
.faq-main .accordion-item .accordion-header[aria-expanded=true]::before {
  background: url(../../images/minuse-icon.svg) no-repeat center center;
}


.faq-main .accordion-body {
  padding: 15px 0 0;
  color: #4A4A4A;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  .faq-main .accordion-body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-main .accordion-body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-main .accordion-body {
    font-size: 14px;
  }
}
.faq-main .accordion-item:has(.accordion-header[aria-expanded=true]) {
  border-color: #3707AA;
}
.faq-main .accordion-item:has(.accordion-header[aria-expanded=true]) .accordion-header {
  color: #3707AA;
}

.footer {
  width: 100%;
  background-color: #020010;
  padding: 80px 0 40px;
  position: relative;
}
.footer::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.2;
}
.footer .container {
  position: relative;
  z-index: 99;
}
.footer .join-footer {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  padding: 40px 40px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
  background: url(../../images/footer-top-bg.jpg) repeat center center;
  margin-top: -160px;
  border-radius: 28px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .footer .join-footer {
    padding: 30px 30px;
    font-size: 40px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .join-footer {
    padding: 40px 24px;
    font-size: 36px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .join-footer {
    font-size: 32px;
    padding: 30px 20px;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .footer .join-footer {
    flex-direction: column;
    gap: 20px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .join-footer {
    font-size: 24px;
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .join-footer {
    font-size: 20px;
    padding: 20px 16px;
  }
}
.footer .join-footer::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(../../images/footer-top-bg.jpeg) no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.footer .join-footer ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .join-footer ul {
    gap: 10px;
  }
}
.footer .join-footer ul a {
  min-width: 80px;
  width: 80px;
  height: 80px;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1280px) {
  .footer .join-footer ul a {
    min-width: 70px;
    width: 70px;
    height: 70px;
    min-height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .join-footer ul a {
    min-width: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .join-footer ul a {
    min-width: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .join-footer ul a {
    min-width: 40px;
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
}
.footer .join-footer ul a img {
  transition: all 0.3s ease;
}
.footer .join-footer ul a:hover {
  background-color: rgba(55, 7, 170, 0.1);
  border-color: #FFFFFF;
}
.footer .join-footer ul a:hover img {
  transform: scale(1.3);
}
.footer .logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(90deg, rgba(2, 0, 16, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(2, 0, 16, 0.1) 100%);
  border-image-slice: 1;
}
@media only screen and (max-width: 1280px) {
  .footer .logo-row {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .logo-row {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer .logo-row {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 820px) {
  .footer .logo-row {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .logo-row {
    row-gap:5px;
    padding: 20px 0;

  }
}
.footer .logo-row .logo {
  display: inline-block;
  max-width: 178px;
  height: 80px;
}
@media only screen and (max-width: 991px) {
  .footer .logo-row .logo {
    max-width: 150px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .logo-row .logo {
    max-width: 130px;
    height: 65px;
    margin: 0 auto;
  }
}
.footer .logo-row .logo img {
  width: 100%;
  height: 100%;
}
.footer .logo-row .footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .logo-row .footer-nav {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;gap: 0;margin: 0 auto;
  }
}
.footer .logo-row .footer-nav .left-line {
  padding-left: 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.footer .logo-row .footer-nav a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .logo-row .footer-nav .left-line {
    padding-left: 0px;
    border-left:0;
  }
}
@media only screen and (max-width: 991px) {
  .footer .logo-row .footer-nav a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .logo-row .footer-nav a {
    font-size:15px;
  }

  .footer .logo-row .footer-nav li{width: 33%;margin:2px 0;}
}
@media only screen and (max-width:600px) {
  .footer .logo-row .footer-nav a {
    font-size:13px;
  }

  .footer .logo-row .footer-nav li{width: 33%;}
}

.footer .logo-row .footer-nav a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.footer .logo-row .footer-nav a:hover::before {
  width: 100%;
  opacity: 1;
}
.footer .get-found a{
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  font-size: 144px;
  line-height: 1.5;
  font-weight: 800;
  color: #3707AA;
  letter-spacing: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  .footer .get-found a{
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .get-found a{
    font-size: 70px;
  }
}
@media only screen and (max-width: 820px) {
  .footer .get-found a{
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .get-found a{
    font-size: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .get-found a{
    font-size: 30px;
    padding: 30px 0;letter-spacing: 6px;gap: 20px;
  }
}
/* @media only screen and (max-width: 480px) {
  .footer .get-found a{
    font-size: 24px;
  }
} */
.footer .get-found img {
  transition: all 0.3s ease;
  width: 90px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(47%) saturate(4142%) hue-rotate(249deg) brightness(79%) contrast(133%);
}
@media only screen and (max-width: 767px) {
  .footer .get-found img {
    width: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .get-found img {
    width: 35px;
  }
}
.footer .get-found a:hover {
  color: #FFFFFF;
}
.footer .get-found:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(106deg) brightness(102%) contrast(102%);
}
.footer .copy-right-row {
  padding: 24px 0;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, rgba(2, 0, 16, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(2, 0, 16, 0.1) 100%);
  border-image-slice: 1;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .footer .copy-right-row {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .copy-right-row {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copy-right-row {
    font-size: 12px;
  }
}
.footer .footer-text {
  padding-top: 50px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(238, 238, 238, 0.5);
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2%;
}
@media only screen and (max-width: 1280px) {
  .footer .footer-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-text {
    font-size: 12px;
    padding-top: 30px;
  }
}
.footer .footer-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .footer .footer-text p {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-text p {
    margin-bottom: 12px;
  }
}
.footer .footer-text p:last-child {
  margin-bottom: 0;
}

.text-bbanner {
  color: #FFFFFF;
  padding: 120px 0 80px;
  background: url(../../images/hero-banner-bg.svg) no-repeat;
  background-size: cover;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .text-bbanner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .text-bbanner {
    min-height: 350px;
  }
}
.text-bbanner .banner-info {
  flex: 1;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .text-bbanner .banner-info {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .text-bbanner .banner-info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-bbanner .banner-info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .text-bbanner .banner-info {
    flex: 100%;
  }
}
.text-bbanner .banner-info .banner-title {
  font-size: 54px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 500;
  padding: 28px 0;
}
@media only screen and (max-width: 1440px) {
  .text-bbanner .banner-info .banner-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1280px) {
  .text-bbanner .banner-info .banner-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-bbanner .banner-info .banner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .text-bbanner .banner-info .banner-title {
    font-size: 36px;
  }
}
.text-bbanner .banner-info .banner-title strong {
  display: block;
  font-size: 62px;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .text-bbanner .banner-info .banner-title strong {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .text-bbanner .banner-info .banner-title strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-bbanner .banner-info .banner-title strong {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .text-bbanner .banner-info .banner-title strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-bbanner .banner-info .banner-title {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .text-bbanner .banner-info .banner-title {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .text-bbanner .banner-info .banner-title {
    padding: 16px 0;
  }
}

.rewarded-section {
  position: relative;
  padding-top: 150px;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .rewarded-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rewarded-section {
    padding: 50px 0;
  }
}
.rewarded-section::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.05;
  z-index: -1;
}
.rewarded-section .section-title {
  text-align: center;
  padding-bottom: 28px;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section .section-title {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section .section-title {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section .section-title {
    padding: 16px 0;
  }
}
.rewarded-section table {
  width: 100%;
  border-radius: 28px;
  margin: 0; 
}
.rewarded-section .table-responsive{
  border: 1px solid rgba(106, 41, 223, 0.5);border-radius: 28px;padding: 0;
}
.rewarded-section table thead th:first-child {
  text-align: left;
  border-radius: 28px 0 0 0;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table thead th:first-child {
    border-radius: 24px 0 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table thead th:first-child {
    border-radius: 20px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table thead th:first-child {
    border-radius: 16px 0 0 0;
  }
}
.rewarded-section table thead th:last-child {
  border-radius: 0 28px 0 0;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table thead th:last-child {
    border-radius: 0 24px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table thead th:last-child {
    border-radius: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table thead th:last-child {
    border-radius: 0 16px 0 0;
  }
}
/* .rewarded-section table tbody tr.last-ctd{border-radius: 0 0 20px 20px;} */
.rewarded-section table tbody tr td{background: #fff;}
.rewarded-section table tbody tr td:first-child {
  text-align: left;
  /* border-left: 1px solid #D2D2D2; */
}
.rewarded-section table tbody tr td:last-child {
  /* border-right: 1px solid #D2D2D2; */
}
.rewarded-section table tbody tr:last-child td:first-child {
  border-radius: 0 0 28px 28px;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table tbody tr:last-child td:first-child {
    border-radius: 0 0px 0 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table tbody tr:last-child td:first-child {
    border-radius: 0 0px 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table tbody tr:last-child td:first-child {
    border-radius: 0 0px 0 16px;
  }
}
.rewarded-section table tbody tr:last-child td:last-child {
  border-radius: 0 0px 28px 0px;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table tbody tr:last-child td:last-child {
    border-radius: 0 0px 24px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table tbody tr:last-child td:last-child {
    border-radius: 0 0px 20px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table tbody tr:last-child td:last-child {
    border-radius: 0 0px 16px 0px;
  }
}
.rewarded-section table tbody td:first-child {
  text-align: left;
}
.rewarded-section table th {
  background-color: #3707AA;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  padding: 24px 24px;
  text-align: center;
  min-width: 100px;
  width: 16.66%;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table th {
    font-size: 22px;
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table th {
    font-size: 20px;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table th {
    font-size: 18px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .rewarded-section table th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rewarded-section table th {
    font-size: 14px;
  }
}
.rewarded-section table td {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  padding: 24px 24px;
  text-align: center;
  min-width: 100px;
  width: 16.66%;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 1440px) {
  .rewarded-section table td {
    font-size: 22px;
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .rewarded-section table td {
    font-size: 20px;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .rewarded-section table td {
    font-size: 18px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .rewarded-section table td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rewarded-section table td {
    font-size: 14px;
  }
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .table-pagination {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .table-pagination {
    padding-top: 24px;
  }
}
.table-pagination .p-items {
  min-width: 50px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 14px;
  box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1280px) {
  .table-pagination .p-items {
    min-width: 44px;
    width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .table-pagination .p-items {
    min-width: 40px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .table-pagination .p-items {
    font-size: 16px;
    min-width: 35px;
    width: 35px;
    height: 35px;
    min-height: 35px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .table-pagination .p-items {
    font-size: 14px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    border-radius: 6px;
  }
}
.table-pagination .p-items.active, .table-pagination .p-items:hover {
  background-color: #3707AA;
  color: #FFFFFF;
}

.tb-slid {
  position: relative;
  padding: 200px 0;
}
@media only screen and (max-width: 1440px) {
  .tb-slid {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .tb-slid {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .tb-slid {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .tb-slid {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tb-slid {
    padding: 0px 0;
  }
}
.tb-slid::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/payput-certificate.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  background-size: 55%;
}
@media only screen and (max-width: 1280px) {
  .tb-slid::before {
    background-size: 50%;
  }
}
.tb-slid .swiper-slide {
  border-radius: 28px;
  overflow: hidden;
}

.make-section {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 150px;
  padding: 100px 0;
  width: 100%;
  background-image: url(../../images/make-bg.jpg);
}
@media only screen and (max-width: 1440px) {
  .make-section {
    padding: 90px 0;
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 1280px) {
  .make-section {
    padding: 80px 0;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section {
    padding: 70px 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section {
    padding: 60px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .make-section {
    padding: 50px 0;
    margin-bottom: 40px;
  }
}
.make-section .make-inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner {
    gap: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section .make-inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .make-section .make-inner {
    flex-direction: column;
  }
}
.make-section .make-inner .section-head {
  width: 40%;
  font-size: 20px;
  line-height: 1.3;
  color: #FFFFFF;
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .section-head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section .make-inner .section-head {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .make-section .make-inner .section-head {
    width: 100%;
  }
}
.make-section .make-inner .section-head h2 {
  color: #FFFFFF;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .section-head h2 {
    padding-bottom: 20PX;
  }
}
.make-section .make-inner .section-head .grt-btn {
  margin-top: 40px;
  max-width: 200px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #FFFFFF;
  color: #3707AA;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 600;
  border: none;
}

/* .coming_soon{
display: flex;
justify-content: center;
} */

.grt-btn a{
  color: #fff;
}
.make-section .make-inner .section-head .grt-btn:focus {
  border: none;
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .section-head .grt-btn {
    font-size: 16px;
  }
}
.make-section .make-inner .section-head .grt-btn .label-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.make-section .make-inner .section-head .grt-btn:hover .label-up {
  top: calc(-100% - 4px);
}
.make-section .make-inner .section-head .grt-btn img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(86%) saturate(5213%) hue-rotate(261deg) brightness(62%) contrast(139%);
  transition: all 0.3s ease;
}

.make-right_coming{
flex: 1;
background-color: #FFFFFF;
border-radius: 28px;
padding: 50px;
height: 420px;
display: flex;
align-items: center;
justify-content: center;
}

.make-section .make-inner .make-right {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 50px;
  
}
@media only screen and (max-width: 1440px) {
  .make-section .make-inner .make-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .make-right {
    padding: 40px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section .make-inner .make-right {
    padding: 24px;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .make-section .make-inner .make-right {
    flex: 100%;
    width: 100%;
  }
}
.make-section .make-inner .make-right .make-title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #020010;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .make-section .make-inner .make-right .make-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .make-right .make-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right .make-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section .make-inner .make-right .make-title {
    font-size: 18px;
  }
}
.make-section .make-inner .make-right .make-amount {
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding-bottom: 40px;
}
.make-section .make-inner .make-right .make-amount li a {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #4A4A4A;
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .make-right .make-amount li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right .make-amount li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .make-section .make-inner .make-right .make-amount li a {
    font-size: 16px;
  }
}
.make-section .make-inner .make-right .inner {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .make-section .make-inner .make-right .inner {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .make-right .inner {
    margin-bottom: 40px;
  }
}
.make-section .make-inner .make-right .inner .rangeslider {
  background: #EEEEEE;
}
.make-section .make-inner .make-right .inner .rangeslider, .make-section .make-inner .make-right .inner .rangeslider__fill {
  box-shadow: unset;
}
.make-section .make-inner .make-right .inner .rangeslider--horizontal {
  height: 1px;
}
.make-section .make-inner .make-right .inner .rangeslider--horizontal .rangeslider__handle {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px;
  min-width: auto;
  line-height: 33px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #3707AA;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background-color: #fff !important;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  height: 30px;
  outline: none;
  box-shadow: none;
  text-align: center;
}

#js-rangeslider-0 > div.rangeslider__handle{
  font-size: 0px !important;
}




.make-section .make-inner .make-right .inner .rangeslider--horizontal .rangeslider__handle:focus {
  outline: none;
  box-shadow: inherit;
}
.make-section .make-inner .make-right .inner .rangeslider--horizontal .rangeslider__handle::after {
  background: 0;
  display: none;
}
.make-section .make-inner .make-right .inner .rangeslider__fill {
  background: #3707AA;
}
.make-section .make-inner .make-right .start-fcg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
  box-shadow: none;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #3707AA;
  border: 1px solid rgba(55, 7, 170, 0.5);
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.make-section .make-inner .make-right .start-fcg-btn:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1280px) {
  .make-section .make-inner .make-right .start-fcg-btn {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right .start-fcg-btn {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.make-section .make-inner .make-right .start-fcg-btn:hover {
  background-color: transparent;
  color: #3707AA;
}
.make-section .make-inner .make-right .start-fcg-btn:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(72%) saturate(4993%) hue-rotate(259deg) brightness(113%) contrast(115%);
  padding-left: 15px;
}
.make-section .make-inner .make-right .start-fcg-btn img {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(27deg) brightness(108%) contrast(108%);
}
.make-section .make-inner .make-right p {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: #4A4A4A;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .make-section .make-inner .make-right p {
    font-size: 14px;
  }
}

.faq-search {
  position: relative;
  margin-top: -40px;
}
.faq-search .search-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 24px;
  padding: 24px 30px;
  border: 1px solid #D2D2D2;
}
@media only screen and (max-width: 991px) {
  .faq-search .search-inner {
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-search .search-inner {
    padding: 16px 20px;
  }
  .faq-search {
    margin-top: -35px;
  }
}
.faq-search .search-inner input {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 40px;
  background-image: url(../../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 30px;
}
.faq-search .search-inner input:focus {
  border: none;
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 991px) {
  .faq-search .search-inner input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-search .search-inner input {
    font-size: 18px;
  }
}

.faq-page {
  position: relative;
  padding-bottom: 250px;
}
.faq-page::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.05;
  z-index: -1;
}

.faq-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .faq-foot {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot {
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-foot {
    flex-direction: column;
  }
}
.faq-foot .your-question {
  width: calc(40% - 20px);
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid #D2D2D2;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #4A4A4A;
}
@media only screen and (max-width: 1280px) {
  .faq-foot .your-question {
    font-size: 18px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot .your-question {
    font-size: 16px;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot .your-question {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-foot .your-question {
    width: 100%;
  }
}
.faq-foot .your-question h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #020010;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .faq-foot .your-question h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot .your-question h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-foot .your-question h2 {
    font-size: 18px;
  }
}
.faq-foot .your-question .like-wrap {
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
.faq-foot .your-question .like-wrap picture {
  height: 80px;
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-foot .your-question .like-wrap picture:first-child {
  border-right: 1px solid #D2D2D2;
}
.faq-foot .more-question {
  width: calc(60% - 20px);
  text-align: center;
}
.faq-foot .more-question a {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .faq-foot .more-question {
    width: 100%;
  }
}

.form-section-wrap .card {
  border: 1px solid rgba(55, 7, 170, 0.5);
  border-radius: 28px;
  width: 100%;
  margin-bottom: -240px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .form-section-wrap .card {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .form-section-wrap .card {
    border-radius: 10px;
  }
}

.form-section-wrap .card-body {
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .form-section-wrap .card-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .form-section-wrap .card-body {
    padding: 24px;
  }
}
.form-section-wrap .card-body .form-group {
  margin-bottom: 24px;
}
.form-section-wrap .card-body .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #4A4A4A;
  font-weight: 500;
}
.form-section-wrap .card-body .form-group .form-control {
  outline: none;
  box-shadow: none;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  border: 1px solid #D2D2D2;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.form-section-wrap .card-body .form-group .form-control:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1024px) {
  .form-section-wrap .card-body .form-group .form-control {
    padding: 12px 16px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .form-section-wrap .card-body .form-group .form-control {
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.form-section-wrap .card-body .form-group .form-control:focus {
  border-color: #3707AA;
}

.form-section-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
  box-shadow: none;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #3707AA;
  border: 1px solid rgba(55, 7, 170, 0.5);
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.form-section-wrap .btn:focus {
  outline: none;
  box-shadow: inherit;
}
@media only screen and (max-width: 1280px) {
  .form-section-wrap .btn {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .form-section-wrap .btn {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.form-section-wrap .btn:hover {
  background-color: transparent;
  color: #3707AA;
}

.account-section .contact-information-step-wrap .steps-box {
  background-color: #F8F5FF;
  text-align: center;
}

.account-section .contact-information-step-wrap .steps-box picture {
  display: block;
  margin-bottom: 30px;
}

.account-section .contact-information-step-wrap .steps-box p {
  font-size: 20px;
  color: rgb(74, 74, 74);
  font-weight: 500;
  margin: 10px 0;
}

.account-section .contact-information-step-wrap .steps-box a {
  color: #020010;
  font-size: 22px;
}

.contect-page {
  padding-top: 240px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contect-page {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-right.form-section-wrap {
    width: 80% !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right.form-section-wrap {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */


.common-banner {
  color: #FFFFFF;
  padding: 120px 0 80px;
  background: url(../../images/hero-banner-bg.svg) no-repeat;
  background-size: cover;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-banner .cb-info{display: flex;flex-direction: column;gap:28px;max-width: 930px;width: 100%;margin: 0 auto;}
.common-banner .cb-info span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.common-banner .cb-info h1 {
  font-size:72px;
  line-height:72px;
  color: #FFFFFF;
  font-weight:700;
  padding:0;
  text-align: center;
}
.common-banner .cb-info p {
  font-size:24px;
  line-height:24px;
  color: #FFFFFF;
  font-weight:400;
  letter-spacing: 2px;
  padding:0;
  text-align: center;
}

.common-bg{
position: relative;
}
.common-bg::before {
  position: absolute;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bg-dots.png) repeat center center;
  opacity: 0.05;
  z-index: -1;
}
.faqs-section{padding:110px 0 150px 0;}
.faqs-wrap{
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 24px;
width: 100%;
flex-wrap: wrap;
}
.faqs-box{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding:24px 28px;
gap: 12px;
width: 100%;
max-width: calc(100% / 3 - 1rem);
min-height: 200px;
background: #FFFFFF;
border: 1px solid #D2D2D2;
border-radius: 28px;
position: relative;
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.faqs-box:hover{
background: linear-gradient(105.69deg, #3707AA 0%, #280975 100%);
border-radius: 28px;
}
.faqs-box .no{
margin: 0;
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height:39px;
letter-spacing: 0.02em;
color: #666666;
}
.faqs-box .faqs-text{
margin: 0;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height:34px;
letter-spacing: 0.02em;
color: #020010;
width: 85%;
}
.faqs-box:hover .no, .faqs-box:hover .faqs-text{color: #fff;}
.faqs-box .arrow{position: absolute;bottom: 24px;right: 28px;-webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;}
.faqs-box .arrow .icon-n{display: block;}
.faqs-box .arrow .icon-h{display: none;}
.faqs-box:hover .arrow .icon-n{display: none;}
.faqs-box:hover .arrow .icon-h{display: block;}


@media (max-width:1400px) {
  .common-banner .cb-info h1  {
    font-size: 48px;
  }
  .common-banner .cb-info span {
    font-size: 22px;
  }
  .faqs-box .no{
    font-size: 26px;
    line-height:33px;
    }
    .faqs-box .faqs-text{
    font-size:22px;
    line-height:30px;
    }
    .common-banner .cb-info p{
      font-size: 22px;
    }
}

@media (max-width:1200px) {
  .common-banner .cb-info h1  {
    font-size: 44px;
  }
  .faqs-box .no{
    font-size: 24px;
    line-height:30px;
    }
    .faqs-box .faqs-text{
    font-size:20px;
    line-height:26px;
    }
    .common-banner .cb-info span {
      font-size: 20px;
    }
    .common-banner .cb-info p{
      font-size: 20px;
    }
}
@media (max-width:992px) {
  .common-banner .cb-info h1  {
    font-size: 40px;
  }
  .common-banner .cb-info span {
    font-size: 18px;
  }
  .common-banner .cb-info p{
    font-size: 18px;
  }
  .faqs-box .no{
    font-size: 22px;
    line-height:26px;
    }
    .faqs-box .faqs-text{
    font-size:18px;
    line-height:22px;
    }
    .faqs-box{max-width: calc(100% / 2 - 1rem);min-height: 150px;}
}

@media (max-width:768px) {
  .common-banner .cb-info h1  {
    font-size: 36px;line-height: 43px;
  }
  .faqs-box .no{
    font-size: 20px;
    line-height:24px;
    }
    .faqs-box .faqs-text{
    font-size:16px;
    line-height:20px;
    }
    .faqs-wrap{gap: 20px;}
    .common-banner .cb-info{gap: 15px;}
    .common-banner{min-height: 400px;}
}

@media (max-width:575px) {
  .faqs-box{max-width: calc(100% / 1 - 0rem);min-height: 150px;}
  .faqs-wrap{gap: 15px;}

}

.funding-section .tab-content .table-box table tr.last-row td{height: 90px;}


:root {
  --shiny-cta-bg: #000000;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight:#6A29DF;
  --shiny-cta-highlight-subtle: #080240;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}

@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}

.shiny-cta {display: flex;
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  border: 1px solid transparent;
  border-radius:28px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(#180834, #080240)
      padding-box,
    conic-gradient(
        from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
        transparent,
        var(--shiny-cta-highlight) var(--gradient-percent),
        var(--gradient-shine) calc(var(--gradient-percent) * 2),
        var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
        transparent calc(var(--gradient-percent) * 4)
      )
      border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);

  &::before,
  &::after,
  span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }

  &:active {
    translate: 0 1px;
  }
}

/* Dots pattern */
.shiny-cta::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(
      circle at var(--position) var(--position),
      #ffffff calc(var(--position) / 4),
      transparent 0
    )
    padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  mask-image: conic-gradient(
    from calc(var(--gradient-angle) + 45deg),
    black,
    transparent 10% 90%,
    black
  );
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}

/* Inner shimmer */
.shiny-cta::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(
    -50deg,
    transparent,
    var(--shiny-cta-highlight),
    transparent
  );
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

.shiny-cta span {
  z-index: 1;

  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}
.shiny-cta span img{margin-left: 4px;}
/* Animate */
.shiny-cta {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent,
    --gradient-shine;

  &,
  &::before,
  &::after {
    animation: var(--animation) var(--duration),
      var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }

  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}

.shiny-cta:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);

  &,
  &::before,
  &::after {
    animation-play-state: running;
  }

  span::before {
    opacity: 1;
  }
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}

@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}

@keyframes breathe {
  from,
  to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}


.table-responsive {position: relative;border-radius: 15px;padding:20px 0;}
  .table-responsive:before {
      /* content:"";
      position: absolute;
      inset: 0;
      padding: 0.05em;
      background:linear-gradient(180deg, hsl(261, 74%, 52%) 0%, rgba(106, 41, 223, 0.15) 100%);
      border-radius: inherit;
      --m:conic-gradient(#000 0 0);
      mask: var(--m) content-box exclude,var(--m);
      pointer-events: none; */
      
    }
    .table{border: 0;}
    .table > :not(caption) > * > *{border:0;box-shadow: none;padding:1rem 1.25rem;}
    table tr td, table tr th{border: 0;font-size: 1.125rem;line-height: 1.2rem;font-weight: 500;color:var(--white-color);padding:1rem 1.25rem;}
    tr:nth-child(even) {background-color:rgba(255, 255, 255, .1);}

   #pagination-container{margin-bottom: 30px;} 
.simple-pagination ul {
	margin:40px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 15px;
}

.simple-pagination li a,
.simple-pagination li span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 14px;
  box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.75);

  @media (max-width:768px) {
    width:35px;height: 35px;border-radius: 8px;}
}

.simple-pagination .current {
	/* background-color:rgba(255, 255, 255, .08);
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; */
  background-color: #3707AA;
  color: #FFFFFF;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background:rgba(255, 255, 255, .05);
}
.simple-pagination li:first-child, .simple-pagination li:last-child{display: none;}
.simple-pagination .page-link:hover{ background-color: #3707AA;
  color: #FFFFFF;}


.mb-top-btn, .mb-top-btn:hover{
  background-color: #020010;
  border: 1px solid #020010;
  max-width: 170px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;padding: 0 20px;
}

/* Custom Code for scroll indicator */
.table-scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 24px;
  color: #555;
  animation: fadeIn 1s ease-in-out;
}

.table-scroll-indicator .scroll-text {
  margin-right: 8px;
  font-weight: 500;
}

.table-scroll-indicator svg {
  animation: bounce 1.5s infinite;
  color: #007bff;
}

@keyframes bounce {
  0%, 100% {
  transform: translateY(0);
  }
  50% {
  transform: translateY(-5px);
  }
}

@keyframes fadeIn {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}