@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Syne:wght@400..800&display=swap");

:root {
  --font-body: "Syne", sans-serif;
  --font-heading: "Syne", serif;
  --font-inter: "Inter", sans-serif;
  --color-primary: #24f3ea;
  --color-gray: #c5dbff;
  --color-white: #fff;
  --color-black: #031b34;
  --color-dark: #0f172a;
  --color-default: #fff;
  --color-border: #eff5f8;
  --color-blue: #4a21ef;
  --color-darkblue: #071626;
  --color-dark: #000000;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  --JilAi-Blue-Linear: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  scroll-behavior: auto;

  --color-heading: #031b34;
  --color-primary1: #24F3EA;
  --gray-1: #C5DBFF;
  --color-white1: #00030E;
  --color-black3: #C5DBFF;
  --color-black4:#031b34;
  --color-black1: #fff;
  --color-black2: #457297;
  --lg-primary: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  --lg-blue1: #071626;
  --color-primary2: rgba(36, 243, 234, 0.3);
  --color-primary3: rgba(36, 243, 234, 0.2);
  --bg-blue1: rgba(36, 243, 234, 0.15);
  --bg-blue2: rgba(36, 243, 234, 0.2);
  --gold-1: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  --gold-2: #24F3EA;
}

.light {
  --color-primary: #1faba5;
  --color-white: #031b34;
  --color-gray: #637891;
  --color-darkblue: #fff;
  --JilAi-Blue-Linear: linear-gradient(90deg, #1faba5 1.99%, #0e88e1 99.95%);
  --color-black: #fff;

 
  --color-heading: #fff;
  --color-white1: #fff;
  --color-black1: #031b34;
  --color-black3:#031b34;
  --gray-1: #60758d;
  --color-primary1: #1faba5;
  --lg-blue1: linear-gradient(
    0deg,
    rgba(21, 156, 255, 0.06) 47%,
    rgba(21, 156, 255, 0.06) 95%
  );
  --gold-1: #D4AF37;
  --gold-2: #D4AF37;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 28px;
  color: var(--color-default);
  background-color: #000411;
}

body.light {
  background-color: #fff;
}

.body-bg {
  background-image: url(../images/body-bg.png);
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

.light .body-bg {
  background-image: url(../images/light-bg1.png) !important;
}

::selection {
  background: #619dca;
  color: var(--color-white);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
}

::-moz-selection {
  background: #619dca;
  color: var(--color-white);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
}

p {
  font-family: var(--font-inter);
}

body::-webkit-scrollbar {
  width: 7px !important;
}

body::-webkit-scrollbar-track {
  background: #080808 !important;
  border-radius: 10px !important;
}

body::-webkit-scrollbar-thumb {
  background: #619dca !important;
  border-radius: 10px !important;
}

.xb-header-nav::-webkit-scrollbar {
  width: 6px !important;
}

.language-dropdown::-webkit-scrollbar {
  width: 7px !important;
}

.language-dropdown::-webkit-scrollbar-track {
  background: #fff !important;
  border-radius: 10px !important;
}

.language-dropdown::-webkit-scrollbar-thumb {
  background: #619dca !important;
  border-radius: 10px !important;
}

.xb-header-nav::-webkit-scrollbar-track {
  background: #080808 !important;
  border-radius: 10px !important;
}

.xb-header-nav::-webkit-scrollbar-thumb {
  background: #619dca !important;
  border-radius: 10px !important;
}

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

ul {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

textarea {
  height: 100px;
}

button {
  border: 0;
}

table {
  width: 100%;
}

p,
li,
span {
  margin-bottom: 0;
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.body_wrap.toggleclicked,
.toggleclicked .stricky-fixed {
  margin-left: 300px;
}

.body_wrap {
  margin-left: 0px;
}

.toggleclicked .header-bar-mobile {
  display: none;
}

.header-bar-mobile {
  display: block;
}

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.xb-close::before,
.xb-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

.xb-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xb-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xb-close:hover::before,
.xb-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* order & unorder list reset - start */
.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 12px;
}

.ul_li > li,
.ul_li_right > li,
.ul_li_center > li,
.ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_between {
  justify-content: space-between;
}

*/ .ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}

.ul_li_block > li {
  display: block;
  list-style: none;
}

.flex-1 {
  flex: 1;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-25 {
  padding-left: 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
  width: 100%;
  height: 75px;
  border-radius: 0;
  background-color: #f3f4f5;
  padding: 24px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  font-weight: 500;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
form select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
form select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888686;
  opacity: 1;
}

/* reset css end */
/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: -0.02;
  color: var(--color-white);
  font-weight: 700;
  font-family: var(--font-heading);
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.z-9 {
  z-index: 9;
  position: relative;
}

.header-area {
  position: relative;
  z-index: 99;
  padding: 0;
}

/* @media (max-width: 991px) {
    .header-area .xb-header {
      padding: 10px 0; } } */

.side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
}

.side-menu a span {
  position: absolute;
  left: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
}

.side-menu a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.side-menu a svg path {
  fill: var(--color-primary);
}

.side-menu-4 {
  margin-left: 40px;
}

.header-btn .login-btn1,
.header-btn .login-btn {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 33px;
  border-radius: 50px;
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
  color: #031b34;
  border: 0px solid #24f3ea;
  /* height: 50px; */
  border-radius: 50px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* min-width: 134px; */
  cursor: pointer;
}

.light .them-btn,
.light .header-btn .login-btn {
  background: linear-gradient(
    90deg,
    rgba(31, 171, 165, 0.8) 1.99%,
    rgba(14, 136, 225, 0.8) 99.95%
  );
  color: #fff;
}

.header-btn .login-btn:hover {
  color: var(--color-white);
  border-radius: 50px;
  border: 0px solid #619dca;
  background: linear-gradient(283deg, #24f3ea 6.73%, #619dca 97.21%);
}

.light .header-btn .login-btn:hover,
.header-btn .login-btn:hover i {
  color: #000411;
}

.header-btn .login-btn1 {
  border: 1px solid #24f3ea;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.4) 0.08%,
    rgba(97, 157, 202, 0.4) 89.66%
  );
}

.header-btn .login-btn1:hover {
  background: linear-gradient(283deg, #24f3ea 6.73%, #619dca 97.21%);
}

.xb-header .container-fluid {
  padding: 30px 40px 15px;
}

.xb-header.stricky-fixed .container-fluid {
  padding: 15px 40px !important;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.xb-nav-mobile {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid transparent; */
  color: var(--color-white);
  font-size: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
}

.light .xb-nav-mobile {
  color: #fff;
}

.xb-nav-mobile:hover {
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.3) 0.08%,
    rgba(97, 157, 202, 0.3) 89.66%
  );
  border: 1px solid #24f3ea;
}

.light .xb-nav-mobile:hover {
  background: linear-gradient(
    90deg,
    rgba(31, 171, 165, 0.8) 1.99%,
    rgba(14, 136, 225, 0.8) 99.95%
  );
}

/* .stricked-menu.stricky-fixed .container-fluid {
      padding: 0;
  } */

/* .stricked-menu {
  visibility: hidden; } */
.stricked-menu .main-menu ul li a {
  padding: 35px 0;
}

.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-color: #000411;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  /* padding: 20px 0px; */
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

.light .stricked-menu.stricky-fixed {
  background-color: #ecf1f9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.xb-item--content.xb-item--content1 {
  padding-bottom: 28px !important;
}

@media (max-width: 991px) {
  .body_wrap.toggleclicked,
  .toggleclicked .stricky-fixed {
    margin-left: 0px;
  }

  /* .body_wrap {
        margin-left: 0px;
      }
      .toggleclicked .header-bar-mobile {
        display: none;
      } */
}

.process-main {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.process-type {
  padding-left: 20px;
  position: relative;
}

.process-type::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  content: "";
  width: 5px;
  border-radius: 2px;
  background: #07bcff;
}

.process-type.one::before {
  background: #07bcff !important;
}

.process-type.two::before {
  background: #00ae63 !important;
}

.process-type.three::before {
  background: #f34b4b !important;
}

.process-type.four::before {
  background: #ffd529 !important;
}

.process-type.five::before {
  background: #ff1cc2 !important;
}

.process-type p {
  color: var(--color-white);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.process-type span,
.process-type .span {
  display: flex;
  gap: 5px;
  color: var(--color-gray);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  flex-wrap: wrap;

  & > div {
    font-weight: 700;
  }
}

@media (max-width: 1199px) {
  .process-type span,
  .process-type .span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .process-type span,
  .process-type .span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .process-type span,
  .process-type .span {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
  }

  .process-type::before {
    width: 4px;
  }
}

.top-center {
  background-position: top center;
}

.allocation {
  color: var(--color-gray) !important;
  font-size: 16px;
  padding-bottom: 20px;
}

.unlock b {
  color: var(--color-dark) !important;
}
.unlock li {
  color: var(--color-gray);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

.mxw_1660 {
  max-width: 1660px;
}

.mxw_1820 {
  max-width: 1820px;
}

.px-60 {
  padding: 0 60px;
}

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.g-15 {
  padding: 0 5px;
}

.g-15 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-none-12 {
  margin-top: -12px;
}

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.body-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.them-btn {
  line-height: 1;
  font-family: var(--font-inter);
  font-size: 16px;
  overflow: hidden;
  font-weight: 700;
  /* border: 2px solid transparent; */
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  height: 54px;
  padding: 20px 30px;
  align-items: center;
  gap: 10px;
  align-items: center;
  letter-spacing: 1px;
  border-radius: 50px;
  background: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  /* display: -webkit-inline-box;
  display: -ms-inline-flexbox; */
  display: inline-flex;
  color: #031b34;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center; */
  justify-content: center;
  cursor: pointer;
}

.them-btn:hover {
  background: linear-gradient(283deg, #24f3ea 6.73%, #619dca 97.21%);
  color: var(--color-white);
}

.light .them-btn:hover {
  color: var(--color-black);
}

.them-btn.btn-transparent {
  color: var(--color-black);
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.2) 0.19%,
    rgba(39, 110, 162, 0.2) 99.81%
  );
}

.them-btn.btn-transparent:hover {
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
}

.them-btn.btn-transparent {
  position: relative;
  z-index: 1;
}

.them-btn.btn-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  /* Border thickness */
  background: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.them-btn .btn_icon {
  line-height: 1;
  font-size: 16px;
  /* margin-left: 20px; */
}

.them-btn:hover svg path {
  fill: #fff;
}

.them-btn .btn_icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.them-btn .btn_label {
  position: relative;
  display: inline-block;
  padding: 27px 0px 25px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
  transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1),
    -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
}

.them-btn .btn_label:before {
  top: 120%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.them-btn:hover .btn_label {
  -webkit-transform: translateY(-81%);
  transform: translateY(-81%);
}

#submitText {
  font-family: "Inter";
  font-size: 16px;
  color: var(--color-black);
  font-weight: 700;
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 20px;
  z-index: 999;
  bottom: 50px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.xb-backtotop.active {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.xb-backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  background: linear-gradient(289deg, #619dca 4.95%, #24f3ea 93.99%);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
}

.xb-backtotop .scroll:hover {
  background: #fff;
  color: #619dca;
  border: 1px solid #619dca;
  margin-bottom: 4px;
}

.xb-backtotop.style-ins .scroll {
  background: var(--color-ins);
  color: #052328;
}

.xb-backtotop.style-law .scroll {
  background: var(--color-law);
}

.xb-backtotop.style-advisor .scroll {
  background: var(--color-advisor);
}

.xb-backtotop.style-marketing .scroll {
  background: var(--color-marketing);
}

.xb-backtotop.style-business .scroll {
  background: var(--color-business);
  color: #03080b;
}

/*----------------------------------------*/
/*  30. mobile-menu
/*----------------------------------------*/

.xb-header-menu {
  position: fixed;
  min-height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  /* overflow: hidden; */
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
  border-image-slice: 1;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
  backdrop-filter: blur(150px);
}

.light .xb-header-menu {
  background: #e7f1f8 !important;
  border-right: 1px solid #1faba5 !important;
}

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.xb-header-menu-scroll {
  height: 100%;
  padding: 42px 20px 20px;
}

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 27px;
  right: 10px;
}

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0;
}

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px;
}

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%;
}

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important;
}

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu,
.xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0;
}

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xb-menu-primary li {
  position: relative;
}

.xb-menu-primary li a {
  font-family: var(--font-inter);
  display: block;
  line-height: normal;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  padding: 15px 16px;

  &.active {
    font-weight: 600;
    color: #24f3ea;
    border-radius: 10px;
    background: linear-gradient(
      90deg,
      rgba(36, 243, 234, 0.15) 0.19%,
      rgba(97, 157, 202, 0.15) 99.81%
    );
  }

  &:hover {
    color: #24f3ea;
    border-radius: 10px;
    background: linear-gradient(
      90deg,
      rgba(36, 243, 234, 0.15) 0.19%,
      rgba(97, 157, 202, 0.15) 99.81%
    );
  }

  & span {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.xb-menu-primary li a span svg path {
  fill: #9ca3af;
}

.xb-menu-primary li a.active span svg path {
  fill: #1faba5;
}

.xb-menu-primary li a:hover span svg path {
  fill: #1faba5;
}

.light .xb-menu-primary li:hover a span {
  color: #1faba5;
}

.light .xb-menu-primary li a span {
  color: #031b34;
}

.light .xb-menu-primary li a.show span {
  color: #1faba5;
}

.light .xb-menu-primary li.scrollspy-btn.show span,
.light .xb-menu-primary li a.active span {
  color: #1faba5;
}

.xb-menu-primary li > a:hover,
.xb-menu-primary li > a.current,
.xb-menu-primary li.current_page_item > a,
.xb-menu-primary li.current-menu-item > a,
.xb-menu-primary li.current_page_ancestor > a,
.xb-menu-primary li.current-menu-ancestor > a {
  color: #24f3ea;
}

.xb-menu-primary .sub-menu,
.xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-menu-primary .sub-menu li a,
.xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px;
}

.xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 28px;
}

.xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%;
}

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important;
}

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0;
}

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
}

.xb-menu-primary
  .xb-megamenu
  .elementor-widget-heading
  > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap;
}

.xb-logo-mobile {
  margin-bottom: 36px;
}

.xb-header-wrap .xb-menu-close {
  padding: 9px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #24f3ea;
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
  cursor: pointer;
  transition: all 0.3s ease;
}

.light .xb-header-wrap .xb-menu-close {
  border: 1px solid #1faba5;
}

.xb-header-wrap .xb-menu-close:hover {
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
  color: #031b34;
}

.xb-header-wrap .xb-menu-close:hover svg path {
  stroke: #031b34;
  /* ensure SVG icon changes color */
}

.xb-header-wrap .xb-menu-close svg {
  transition: transform 0.3s ease;
}

.xb-header-wrap .xb-menu-close:hover svg {
  transform: rotate(90deg);
  /* rotate 90 degrees on hover */
}

.xb-header-wrap .xb-close::before,
.xb-header-wrap .xb-close::after {
  background-color: #fff;
}

@media (max-width: 1199px) {
  .xb-header-menu-scroll {
    padding: 30px 20px 20px;
  }

  .xb-menu-primary li a {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000411;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
  transition: 0.2s;
}

.loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none; /* Chrome, Safari, Edge */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge (old) */
  user-select: none;         /* Standard syntax */
}

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #619dca;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.close-icon {
  position: absolute;
  top: -30px;
  right: -60px;
  /* width: 40px; */
  /* height: 40px; */
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
}

#preloader-lang {
  position: fixed;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.9); */
  background: #000411;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

 /* #preloader-lang.hidden {
  opacity: 0;
  visibility: hidden;
} */
/*
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #222;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} */ 

/* Contact Us Start */
.xb-contact {
  border-radius: 22px;
  overflow: hidden;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #b0b3c7;
  background-color: transparent;
  margin-top: 6px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #24f3ea;
  border-color: #24f3ea;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0;
  border-color: #24f3ea;
}

.xb-item--avater .xb-item--holder {
  width: calc(100% - 88px);
}

/* Contact Us End */

/* Footer Start */
.xb-footer-bottom {
  padding: 64px 0px 60px;
}

.xb-footer-bottom .footer-copyright {
  padding-top: 31px;

  & p {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
  }
}

.xb-footer-bottom .disclaimer {
  /* padding:0 0 30px; */
  /* border-top: 1px solid #457297; */
  border-top: 1px solid var(--gold-2);
}

/* .light .xb-footer-bottom .disclaimer {
  border-top: 1px solid #bfcadb;
} */

.xb-footer-wrap .xb-item--footer_widget span {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-gray);
  text-transform: uppercase;
  opacity: 0.8;
}

.xb-footer-wrap .xb-item--footer_widget-list {
  list-style: none;
  margin-top: 20px;
  gap: 11px;

  & li {
    font-family: var(--font-inter);
    font-size: 14px;
    color: var(--color-white);
    line-height: 20px;
  }
}

.xb-item--footer_widget-list.w75 {
  width: 85%;
  font-family: var(--font-inter);

  & li {
    line-height: 23px;
  }
}

.xb-item--footer_widget-list.w70 {
  width: 70%;
}

.xb-footer-wrap .xb-item--footer_widget-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: var(--color-white);
  transition: 0.2s ease-in-out;

  &:hover {
    color: #24f3ea;
  }
}

.light .xb-footer-wrap .xb-item--footer_widget-list li a:hover {
  color: #0f92f0;
}

.xb-footer-wrap .xb-item--footer_widget-list li p a {
  color: #0d6efd;
}

.xb-footer-wrap {
  padding-bottom: 45px;
  align-items: flex-start;
  position: relative;
}

.xb-item--social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.xb-item--social-link li a:hover {
  background-color: rgba(36, 243, 234, 0.15);
  /* light glow */
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(97, 157, 202, 0.4);
}

.footer-logo span {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  opacity: 1 !important;
}

.light .footer-logo span {
  color: var(--color-black1) !important;
}

/* Footer End */

@media screen and (max-width: 1199px) {
  /* Footer Start */
  .xb-item--footer_widget-list.w75,
  .xb-item--footer_widget-list.w70 {
    width: 95%;
  }

  .xb-footer-wrap .xb-item--footer_widget-list {
    margin-top: 15px;
  }

  /* Footer End */
  /* Contact Us Start */

  /* Contact Us End */
  .footer-logo img {
    width: 44px;
    height: 44px;
  }

  .footer-logo span {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 991px) {
  /* Contact Us Start */

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-top: 8px;
  }

  /* Contact Us End */
}

@media screen and (max-width: 767px) {
  /* Contact Us Start */

  .xb-footer-bottom .footer-copyright {
    padding-top: 25px;
  }

  /* Contact Us End */

  /* Footer Start */
  .xb-footer-bottom {
    padding: 34px 0px 30px;
  }

  .xb-footer-wrap {
    padding-bottom: 30px;
  }

  .xb-footer-wrap .xb-item--footer_widget-list {
    margin-top: 10px;
  }

  /* Footer End */
}

@media screen and (max-width: 575px) {
  /* Contact Us Start */

  .xb-footer-wrap {
    padding-bottom: 20px;
  }

  .xb-item--footer_widget-list.w75,
  .xb-item--footer_widget-list.w70 {
    width: 100%;
  }

  .xb-footer-bottom .footer-copyright {
    padding-top: 20px;

    & p {
      font-size: 13px;
      line-height: 20px;
    }
  }

  .xb-footer-wrap .xb-item--footer_widget-list {
    gap: 8px;
  }

  .xb-item--social-link svg {
    width: 25px;
    height: 25px;
  }

  /* Contact Us End */
  .footer-logo img {
    width: 40px;
    height: 40px;
  }

  .footer-logo span {
    font-size: 16px !important;
  }
}

.footer.bg_img {
  position: relative;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-blue-blur.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/top-blue-blur.png);
  background-position: top center;
  height: 820px;
  width: 100%;
  z-index: -1;
  background-size: 100% 100%;
}

.light .top-blue-blur.bg_img {
  background-image: url(../images/top-blue-blur-light.png);
  z-index: 1;
}

.light main {
  position: relative;
  z-index: 3;
}

.mid-blue-blur.bg_img {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/mid-blue-blur.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1579px;
  z-index: -1;
}

.mid-blue-blur2.bg_img {
  position: absolute;
  left: 0;
  top: -110px;
  background-image: url(../images/mid-blue-blur.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1437px;
  width: 100%;
  z-index: -1;
}

.bottom-blue-blur.bg_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bottom-blue-blur.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.social-icon svg {
  color: var(--color-white);
}

.social-icon svg:hover {
  color: #24f3ea;
}

.social-icons {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-white);
  border-radius: 100px;
  border: 1px solid #24f3ea;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.3) 0.08%,
    rgba(97, 157, 202, 0.3) 89.66%
  );
  padding: 11px 11px;
}

.social-icons span {
  padding: 4px;
  border-radius: 24px;
  border: 1px solid #24f3ea;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.3) 0.19%,
    rgba(39, 110, 162, 0.3) 99.81%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
#current-lang-text {
  border: 0;
  background: transparent;
}

.light .social-icons span {
  border: none;
  background: none;
  /* color: #276EA2; */
}

.light .group-hover {
  color: #276ea2;
}

.light .group-hover:hover,
.group-hover {
  color: var(--color-white);
  transition: color 0.3s ease;
}

.light .group-hover:hover,
.group-hover:hover {
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
  color: var(--color-black);

  & span {
    border-color: #031b34;
  }
}

.light .checkbox-label,
.light .group-hover {
  /* color: #031B34; */
  border-radius: 100px;
  border: 1px solid #1faba5;
  background: linear-gradient(
    90deg,
    rgba(31, 171, 165, 0.12) 1.99%,
    rgba(14, 136, 225, 0.12) 99.95%
  );
}

.rotate {
  animation: rotation 6s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.rotate-reverse {
  animation: rotationreverse 3s infinite linear;
}

@keyframes rotationreverse {
  from {
    transform: rotate(359deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.xb-header-wrap .header-btn {
  display: none !important;
}

/* responsive style */

.header-logos a span {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var( --color-black1);
  font-weight: 700;
  line-height: normal;
}

.light .header-logos a span {
  color: var( --color-black1);
}

@media (max-width: 1390px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }

  .main-menu ul li a {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .xb-header .container-fluid {
    padding: 30px 35px 15px;
  }

  .xb-header.stricky-fixed .container-fluid {
    padding: 15px 35px !important;
  }

  .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }

  .social-icon svg {
    width: 40px;
    height: 40px;
  }

  .header-btn .login-btn1,
  .header-btn .login-btn {
    padding: 5px 15px;
  }

  .side-menu a {
    width: 44px;
    height: 44px;
  }

  .xb-nav-mobile {
    font-size: 22px;
  }

  .header-logos a img {
    width: 44px;
    height: auto;
  }

  .header-logos a span {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .xb-header .container-fluid {
    padding: 30px 25px 15px;
  }

  .xb-header.stricky-fixed .container-fluid {
    padding: 15px 25px !important;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .stricked-menu .main-menu ul li a,
  .main-menu ul li a {
    font-size: 14px;
    padding: 25px 0px;
  }

  .main-menu ul li a.active::before,
  .main-menu ul li a::before {
    bottom: 15px;
    height: 5px;
    width: 5px;
  }

  .header-btn .login-btn1,
  .header-btn .login-btn {
    font-size: 13px;
    margin-left: 0;
  }

  .social-icon svg {
    width: 35px;
    height: 35px;
  }

  .side-menu a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .header-logos a img {
    width: 40px;
  }

  .header-logos a span {
    font-size: 20px;
  }

  .them-btn {
    font-size: 15px;
    height: 50px;
  }

  .process-main {
    gap: 25px;
  }

  .process-type p {
    font-size: 17px;
  }

  br {
    display: none;
  }

  .header-btn.ul_li .gap-sm-3 {
    gap: 0.75rem !important;
  }

  #exampleModalToggle .modal-lg {
    --bs-modal-width: 640px;
  }

  .header-logo img {
    width: auto;
    height: 50px;
  }

  .social-icons {
    font-size: 12px;
    padding: 7px 11px;

    & > svg {
      width: 20px;
      height: 20px;
    }
  }
}

@media (max-width: 991px) {
  .xb-header .container-fluid {
    padding: 20px 25px 15px;
  }

  .xb-header.stricky-fixed .container-fluid {
    padding: 15px 25px !important;
  }

  .pt-120,
  .pt-100 {
    padding-top: 80px;
  }

  .pb-120 {
    padding-bottom: 90px;
  }

  .pb-55 {
    padding-bottom: 35px;
  }

  .side-menu a {
    width: 40px;
    height: 40px;
  }

  .header-btn.ul_li .gap-sm-3 {
    gap: 0.4rem !important;
  }

  #exampleModalToggle .modal-lg {
    --bs-modal-width: 500px;
  }

  .xb-logo-mobile a img {
    width: 40px;
    height: auto;
  }

  .light .xb-logo-mobile a span {
    color: #1faba5;
  }

  .xb-logo-mobile a span {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-heading);
    color: #24f3ea;
  }
}

@media (max-width: 767px) {
  .pt-120,
  .pt-100 {
    padding-top: 70px;
  }

  .pl-25 {
    padding-left: 0px;
  }

  .pb-100,
  .pb-120 {
    padding-bottom: 60px;
  }

  /* .faq__blockchain {
    padding: 0 10px;
  } */
  .close-icon {
    width: 45px;
    height: auto;
    top: -26px;
    right: -42px;
  }

  .xb-logo-mobile {
    margin-bottom: 20px;
  }

  /* .xb-menu-primary li a {
    line-height: 40px;
  } */
  .xb-header-menu {
    width: 260px;
  }

  .xb-header-menu-scroll {
    padding: 25px 15px 15px;
  }

  .xb-menu-primary li a {
    font-size: 16px;
    padding: 12px 16px;
  }

  .xb-header-nav::-webkit-scrollbar {
    width: 5px !important;
  }

  .header-logo img {
    width: 120px;
    height: 40px;
  }

  .list p,
  .found-card .title p,
  .found-card .title span {
    font-size: 15px;
  }

  .pt-60 {
    padding-top: 50px;
  }

  .xb-header .container-fluid {
    padding: 20px 25px 15px;
  }

  .xb-header.stricky-fixed .container-fluid {
    padding: 15px 25px !important;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-btn .login-btn1,
  .header-btn .login-btn {
    padding: 4px 15px;
  }

  .xb-logo-mobile a span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }

  .xb-header .container-fluid {
    padding: 15px;
  }

  .xb-header.stricky-fixed .container-fluid {
    padding: 10px 15px !important;
  }

  /* .modal-dialog {
    width: 90%;
    margin: 0 auto;
  } */

  .close-icon {
    top: -50px;
    right: 0;
  }

  .pl-25 {
    padding-left: 0;
  }

  .pb-55 {
    padding-bottom: 25px;
  }

  /* .xb-backtotop.active {
    bottom: 70px;
  } */
  /* .header-btn .login-btn {
    padding: 5px 6px;
    font-size: 12px;
  } */
  /* .header-btn.ul_li .login-btn1,
  .header-btn.ul_li .login-btn{
    display:none;
  } */
  .xb-header-wrap .header-btn {
    display: flex !important;
  }

  .xb-header-wrap .header-btn .login-btn {
    margin: 10px 0 0 0;
    padding: 5px 10px;
  }

  .side-menu a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .header-logos a img {
    width: 35px;
  }

  .header-logos a span {
    font-size: 18px;
  }

  .header-logo img {
    width: 100px;
    height: 37px;
  }

  .xb-header-menu {
    width: 240px;
  }

  .xb-menu-primary li a {
    font-size: 15px;
    padding: 10px 12px;
  }

  /* .xb-logo-mobile a img {
  width: 110px;
} */
  .xb-header-wrap .xb-menu-close {
    padding: 7px;
  }

  .xb-menu-primary {
    gap: 8px;
  }

  .xb-header-menu-scroll {
    padding: 20px 15px 15px;
  }

  .xb-logo-mobile a img {
    width: 36px;
  }

  .xb-logo-mobile a span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pt-60 {
    padding-top: 40px;
  }

  .faq__blockchain .arrow span::before,
  .faq__blockchain .arrow span::after {
    font-size: 18px;
  }

  .pb-120,
  .pb-100 {
    padding-bottom: 50px;
  }

  .xb-backtotop {
    right: 10px;
  }

  .xb-backtotop .scroll {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .header-btn .login-btn {
    font-size: 10px;
    padding: 2px 10px;
  }

  .social-icon svg {
    width: 30px;
    height: 30px;
  }

  .side-menu a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .header-logos a img {
    width: 32px;
  }

  .header-logos a span {
    font-size: 16px;
  }
  .pt-120,
  .pt-100 {
    padding-top: 50px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-icons {
    font-size: 10px;
    padding: 4px 7px;
  }
}

@media (max-width: 380px) {
  .header-logo a img {
    width: 80px;
    height: 35px;
  }

  /* .side-menu a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  } */
  .ml-10 {
    margin-left: 5px;
  }

  /* .header-btn .login-btn {
    padding: 6px;
  } */
}

@media (max-width: 991px) {
  .xb-header-menu {
    background: #000;
  }

  .xb-header-menu-scroll {
    border-right: 1px solid transparent;
    border-image: linear-gradient(
      90deg,
      rgba(36, 243, 234, 0.15) 0.19%,
      rgba(97, 157, 202, 0.15) 99.81%
    );
    border-image-slice: 1;
    background: linear-gradient(
      90deg,
      rgba(36, 243, 234, 0.15) 0.19%,
      rgba(97, 157, 202, 0.15) 99.81%
    );
    backdrop-filter: blur(150px);
  }
}

@media (max-width: 991px) {
  .them-btn {
    height: 45px;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .them-btn {
    height: 40px;
    font-size: 14px;
  }
}

.z-99 {
  z-index: 99;
}

/* Language Dropdown Start */
.language-main {
  padding: 12px;
}

.language-dropdown {
  /* position: absolute;
  top: 100%;
  right: 0; */
  margin-top: 18px !important;
  padding: 12px;
  width: 260px;
  border-radius: 14px;
  border: 1px solid #1faba5;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
  backdrop-filter: blur(150px);
  /* display: flex;
flex-direction: column;
gap: 4px; */
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  height: 515px;
}

.light .language-dropdown {
  background: #e7f1f8 !important;
}

.stricky-fixed .language-dropdown {
  max-height: calc(100vh - 100px);
}

.language-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 8px;
  margin-bottom: 4px;
  width: 100%;
  white-space: normal;
  &:last-child {
    margin-bottom: 0;
  }

  & .check-icon {
    display: none;
  }

  & a {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 22px;
  }
}

.language-item:hover a {
  color: var(--color-primary);
}

/* Disable hover below 768px */
/* Desktop (default) */
.language-item:hover {
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
}

/* Mobile fix: disable hover/focus effects */
@media (max-width: 767px) {
  .language-item:hover:not(.active),
  .language-item a:active:not(.active) {
    background: none !important;
    color: #031b34 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .language-item a {
    cursor: default !important;
  }
}

/* Active (always visible regardless of screen size) */
.language-item.active {
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  ) !important;
  padding: 9px 12px;
}

.language-item.active .check-icon {
  display: block;
}


.light .language-item.active {
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
}

.light .language-item.active .check-icon svg path {
  stroke: #000;
}

@media screen and (max-width: 1199px) {
  .language-dropdown {
    width: 250px;
  }

  .language-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .language-dropdown {
    width: 230px;
    margin-top: 12px !important;
    padding: 10px;
    height: 415px;
  }

  .language-item {
    padding: 9px 10px;
  }
  .language-item.active {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 575px) {
  .language-item a {
    font-size: 14px;
  }

  .language-dropdown {
    width: 200px;
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(36, 243, 234, 0.5);
  border: 1px solid rgba(36, 243, 234, 0.4);
  padding: 20px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    background: linear-gradient(90deg, #24f3ea 0.08%, #619dca 89.66%);
  }
}

.light .play-btn {
  background: rgba(31, 171, 165, 0.5);
  border: 1px solid #1faba5;
}

.light .play-btn:hover {
  background: linear-gradient(283deg, #619dca 6.73%, #24f3ea 97.21%);
  /* background: linear-gradient(90deg, #1FABA5 1.99%, #0E88E1 99.95%); */
}

.light .play-btn svg path {
  fill: hsla(211, 89%, 11%, 0.8);
}

@media (max-width: 1199px) {
  .play-btn {
    padding: 15px;

    & svg {
      width: 55px;
      height: 55px;
    }
  }
}

@media (max-width: 767px) {
  .play-btn {
    padding: 10px;

    & svg {
      width: 50px;
      height: 50px;
    }
  }
}

@media (max-width: 575px) {
  .play-btn {
    padding: 8px;

    & svg {
      width: 45px;
      height: 45px;
    }
  }
}

.social-share-main {
  position: fixed;
  right: -16px;
  bottom: 40px;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 100px;
  border: 1px solid #24f3ea;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.3) 0.19%,
    rgba(39, 110, 162, 0.3) 99.81%
  );
  backdrop-filter: blur(150px);
  padding: 15px;

  & a {
    transition: 0.3s ease-in-out;
  }

  & hr {
    opacity: 1;
    border-color: var(--color-gray);
  }
}

.light .social-share-main {
  border-radius: 100px;
  border: 1px solid #1faba5;
  background: linear-gradient(
    90deg,
    rgba(31, 171, 165, 0.12) 1.99%,
    rgba(14, 136, 225, 0.12) 99.95%
  );
}

.light .sticky-social a:hover svg path {
  fill: #193359;
}

.sticky-social a:hover svg path {
  fill: #2beae7;
}

.light .sticky-social a svg path {
  fill: #276ea2;
}

@media (max-width: 1280px) {
  .social-share-main {
    right: -7px;
  }
}

@media (max-width: 1199px) {
  .social-share-main {
    right: -7px;
    padding: 10px;

    & .sticky-social svg {
      width: 25px;
      height: 25px;
    }

    & hr {
      margin: 12px 0;
    }
  }
}

@media (max-width: 425px) {
  .social-share-main {
    right: -10px;
    padding: 7px;

    & .sticky-social svg {
      width: 22px;
      height: 22px;
    }

    & hr {
      margin: 9px 0;
    }
  }
}

.xb-contact .them-btn {
  color: var(--color-white);
}

.light .xb-contact .them-btn:hover #submitText {
  color: #031b34;
}

/* header translate Start */
.goog-te-combo {
  visibility: hidden;
  position: absolute;
}

.goog-logo-link,
.goog-te-gadget,
iframe.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-gt-tt,
.skiptranslate iframe,
.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

body {
  top: 0 !important;
}

/* header translate End */

/* banner Play modal End */

.stricked-menu.stricky-fixed .top-card {
  margin-top: 0px;
}

.play-btn {
  z-index: 99;
}

.xb-logo-mobile h3 {
  color: var(--color-white);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.xb-header-nav {
  overflow-y: auto;
  max-height: calc(100vh - 280px);
}

@media (max-width: 991px) {
  .xb-header-nav {
    padding-right: 3px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .checkbox-label {
    height: 36px;
  }
  .xb-header-nav {
    max-height: calc(100vh - 210px);
}
}
@media (max-width:575px) {
  .xb-header-nav {
    max-height: calc(100vh - 195px);
}
}

/* Theme toggle button styles */
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  position: relative;
  display: flex;
  width: 55px;
  height: 28px;
  padding: 4px 8px;
  justify-content: space-between;
  align-items: center;
  border-radius: 56.818px;
  background: #122939;
  cursor: pointer;
}

.checkbox-label .ball {
  width: 21px;
  height: 21px;
  position: absolute;
  /* z-index: -1; */
  left: 3px;
  top: 3px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

/* .light .checkbox-label .ball {
  background: #276EA2;
  z-index: -1;
} */
.checkbox-label svg {
  z-index: 1;
}

.checkbox + .checkbox-label .ball {
  transform: translateX(1px);
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(26px);
}

.bi-brightness-high {
  color: #fff;
}

/* .light .bi-brightness-high {
  color: #fff;
} */
.light .checkbox-label .ball {
  background-color: #276ea2;
}

.checkbox:checked + .checkbox-label .ball {
  background-color: #24f3ea;
}

.theme-btn {
  display: flex;
  height: 57px;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 243, 234, 0.15) 0.19%,
    rgba(97, 157, 202, 0.15) 99.81%
  );
  justify-content: space-between;
  align-items: center;
  color: #24f3ea;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.light .theme-btn {
  color: #1faba5;
}

@media (max-width: 1199px) {
  .theme-btn {
    height: 52px;
    padding: 14px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    height: 46px;
    font-size: 16px;
    padding: 12px 16px;
  }
}

@media (max-width: 575px) {
  .theme-btn {
    height: 42px;
    font-size: 15px;
    padding: 10px 12px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .pt-60 {
    padding-top: 25px;
  }
}

@media (max-width: 480px) {
  .social-icons span {
    padding: 1px;
  }
}

/* New Page Start */

/* Banner Start */
.banner-main {
  position: relative;
  padding: 80px 0 0;
  z-index: 2;
}
.banner-main h1 {
  font-size: 44px;
  color: var(--color-black1);
  font-weight: 500;
  font-family: var(--font-inter);
}
.banner-main span {
  font-weight: 700;
  color: var(--color-primary1);
}
.banner-main p {
  font-size: 20px;
  font-weight: 500;
  color: var(--gray-1);
}
.banner-btn, .quick-btn, .quick-modal {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-btn a {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 17px 24px;
  /* border-radius: 50px; */
  border-radius: 16px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  cursor: pointer;
  &:first-child {
    color: var(--color-heading);
    /* background: var(--lg-primary); */
    background: var(--gold-1);
    &:hover {
      /* color: var(--color-black1);
      border-color: var(--color-primary1);
       background: var(--color-primary2); */
       border-color: var(--gold-2);
      color: var(--gold-2);
      background: var(--color-heading);
    }
   }
  &:nth-child(2) {
    /* color: var(--color-black1);
    border-color: var(--color-primary1);
    background: var(--color-primary2); */
    color: var(--color-heading);
      background: var(--gold-1);
    &:hover {
      /* color: var(--color-heading);
      background: var(--lg-primary);
      border: 1px solid transparent; */
      border-color: var(--gold-2);
      color: var(--gold-2);
      background: var(--color-heading);
    }
  }
  &:nth-child(3) {
    /* color: var(--color-primary1);
    background: var(--color-primary3); */
    color: var(--color-heading);
      background: var(--gold-1);
    &:hover {
      /* color: var(--color-heading);
      background: var(--lg-primary);
      border: 1px solid transparent; */
      border-color: var(--gold-2);
      color: var(--gold-2);
      background: var(--color-heading);
    }
  }
}

.quick-btn a, .quick-modal {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  color: var(--color-black1);
    border-color: var(--color-primary1);
    background: var(--color-primary2);
    &:hover {
      color: var(--color-heading);
      background: var(--lg-primary);
      border: 1px solid transparent;
    }
}
.quick-access-modal .modal-content{
  background: var(--color-white1);
}
.quick-access-modal .modal-content .btn-close{
  --bs-btn-close-bg: none;
  color: var(--color-black1);
  --bs-btn-close-opacity: 1;
  &:hover {
    color: var(--color-primary1);
  }
  &:focus {
    box-shadow: 0 0 0;
  }
}

@media (max-width: 1199px) {
  .banner-main h1 {
    font-size: 34px;
  }
  .banner-main p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-main {
    padding: 70px 0 0;
  }
  .banner-btn a {
    font-size: 15px;
    padding: 14px 24px;
  }
}
@media (max-width: 991px) {
  .banner-main h1 {
    font-size: 28px;
  }
  .banner-btn {
    gap: 15px;
  }
  .quick-btn {
    gap: 12px;
  }
  .banner-btn a {
    font-size: 14px;
    padding: 12px 24px;
  }
  .banner-main {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-main h1 {
    font-size: 24px;
  }
  .banner-main p {
    font-size: 15px;
    line-height: 22px;
  }
  .banner-btn a {
    font-size: 13px;
    padding: 10px 16px;
  }
  .banner-main {
    padding: 50px 0 0;
  }
}
@media (max-width: 575px) {
  .banner-main h1 {
    font-size: 22px;
  }
  .banner-main p {
    font-size: 14px;
  }
  .banner-main {
    padding: 40px 0 0;
  }
  .banner-btn {
    flex-wrap: wrap;
  }
  .quick-btn a, .quick-modal {
    font-size: 11px;
    padding: 8px 13px;
}
}
@media (max-width: 425px) {
  .banner-main h1 {
    font-size: 20px;
  }
  .banner-main {
    padding: 30px 0 0;
  }
}
/* Banner End */

/* Digital economy Start */
.common-py {
  padding: 120px 0;
}
.title-wrap {
  padding-bottom: 40px;
  & .h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: var(--gray-1);
    margin-bottom: 10px;
  }
  & h2 {
    font-size: 38px;
    font-weight: 600;
    color: var(--color-black1);
    font-family: var(--font-inter);
    & span {
      color: var(--color-primary);
    }
  }
}
.digital-row {
  row-gap: 20px;
  --bs-gutter-x: 20px;
}
.digital-card {
  padding: 35px 30px;
  background: var(--lg-blue1);
  border-radius: 20px;
  gap: 20px;
}
.digital-card-title h3 {
  font-family: var(--font-inter);
  font-size: 26px;
  color: var(--color-primary1);
  font-weight: 700;
}
.digital-card-title p {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black3);
  line-height: 25px;
}
.digital-card-title table p {
  font-size: 14px;
}
.digital-card-title table th {
  text-wrap: wrap;
}

.powerfull-transform-main .digital-card-title p {
  color: var(--color-black1) !important;
}



@media (max-width: 1199px) {
  .common-py {
    padding: 90px 0;
  }
  .title-wrap {
    & .h3 {
      font-size: 18px;
    }
    & h2 {
      font-size: 30px;
    }
  }
  .digital-card {
    padding: 30px 26px;
  }
  .digital-card-title h3 {
    font-size: 22px;
  }
  .digital-card-title p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .title-wrap {
    & .h3 {
      font-size: 16px;
    }
    & h2 {
      font-size: 25px;
    }
  }
  .digital-card-title h3 {
    font-size: 20px;
  }
  .common-py {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .title-wrap {
    padding-bottom: 35px;
    & .h3 {
      font-size: 15px;
    }
    & h2 {
      font-size: 22px;
    }
  }
  .common-py {
    padding: 60px 0;
  }
  .digital-card {
    padding: 25px 25px;
    gap: 15px;
    border-radius: 15px;
    & img {
      width: 60px;
      height: 60px;
    }
  }
  .digital-card-title h3 {
    font-size: 18px;
  }
  .digital-card-title p {
    font-size: 15px;
    line-height: 23px;
  }
  .digital-card-title table th {
    text-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .title-wrap {
    padding-bottom: 30px;
    & .h3 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    & h2 {
      font-size: 20px;
    }
  }
  .common-py {
    padding: 50px 0;
  }
  .digital-card {
    padding: 22px;
    & img {
      width: 55px;
      height: 55px;
    }
  }
  .digital-card-title p {
    font-size: 14px;
  }
  .digital-card-title table p {
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .title-wrap {
    padding-bottom: 25px;
  }
  .common-py {
    padding: 45px 0;
  }
  .digital-card {
    padding: 18px;
}
.digital-card-title h3 {
  font-size: 17px;
}
}
/* Digital economy End */

/* Powerful-transform Section Start */
.powerful-transform .title-wrap {
  top: 100px;
  position: sticky;
}
.custom-hr {
  /* color: var(--color-black2); */
  color: var(--gold-1);
}
.bg-blue {
  background: var(--lg-blue1);
}
@media (max-width: 767px) {
  .custom-hr {
    margin: 12px 0;
  }
}
/* Powerful-transform Section End */

/* Migration solutions Start */
.solution-card {
  border-radius: 10px;
  border: 1px solid var(--bg-blue2);
  background: var(--bg-blue1);
  padding: 15px 20px;
}
.solution-card h4 {
  font-family: var(--font-inter);
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary1);
}
.solution-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black1);
  line-height: normal;
}
.solutions-row {
  row-gap: 15px;
  --bs-gutter-x: 15px;
}
@media (max-width: 1199px) {
  .solution-card {
    padding: 13px;
    & h4 {
      font-size: 22px;
    }
  }
}
@media (max-width: 991px) {
  .solution-card h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .solution-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .solution-card h4 {
    font-size: 17px;
  }
}
/* Migration solutions End */

/* Innovate, Trade, Thrive Start */
.digital-card.innovate-card, .economay-card {
  background: var(--color-white1);
}
.digital-card.innovate-card .digital-card-title p,
.digital-card-title.secure-para p {
  color: var(--gray-1);
}

/* Innovate, Trade, Thrive End */

.humanity-funding .digital-card-title {
  width: calc(100% - 79px);
}
@media (max-width: 575px) {
.humanity-funding .digital-card-title {
  width: 100%;
}
}
/* Bright Future Ahead Start */
.digital-card.future-sec {
  background: transparent;
}
/* Bright Future Ahead End */

/* Investor & Partnership Start */
.investor-btn {
  font-size: 14px;
  font-weight: 700;
  /* color: var(--color-black4); */
  /* border-radius: 50px; */
  border-radius: 16px;
  /* background: var(--lg-primary); */
  color: var(--color-heading);
    background: var(--gold-1);
  padding: 6px 20px;
  transition: 0.3s ease;
  border: 1px solid transparent;
  &:hover {
    /* color: var(--color-black1);
    border-color: var(--color-primary1);
    background: var(--color-primary2); */
    border-color: var(--gold-1);
    color: var(--gold-2);
    background: var(--color-heading);
  }
}
@media (max-width: 767px) {
  .investor-btn {
    font-size: 13px;
    padding: 4px 15px;
  }
}
/* Investor & Partnership End */

.footer-section {
  background: var(--color-white1);
  position: relative;
  z-index: 2;
}
font font {
  background-color: transparent !important;
  box-shadow: none !important;
  position: initial !important;
}

/* Banner Bujilai button Custom tootltip Start */
.custom-tooltip {position: relative;display: inline-block;}
.custom-tooltip .tooltiptext {visibility: hidden;width: 530px;border: 1px solid var(--gold-2);background: var(--color-white1);color: var(--gray-1);text-align: left;border-radius: 6px;padding: 8px;position: absolute;z-index: 1;bottom: 125%; /* show above button */left: 50%;transform: translateX(-50%);opacity: 0;transition: opacity 0.3s;font-size: 12px;}
.custom-tooltip:hover .tooltiptext {visibility: visible;opacity: 1;}
@media (max-width: 991px) {
  .custom-tooltip .tooltiptext {width: 230px;font-size: 11px;}
}
@media (max-width: 768px) {
  .custom-tooltip .tooltiptext {left: 0;}
}
@media (max-width: 575px) {
  .custom-tooltip .tooltiptext {width: 200px;font-size: 10px;}
}
/* Banner Bujilai button Custom tootltip End */