@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

@font-face {
  font-family: 'Noto Sans Italic';
  src: url('/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}


@font-face {
  font-family: 'Freeman';
  src: url('/fonts/Freeman-Regular') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

[dir="rtl"],
.rtl {
  direction: rtl;
  text-align: right;
}

img[dir="rtl"] {
  transform: scaleX(-1);
}


[dir="rtl"] .list-disc.pl-5,
.rtl .list-disc.pl-5{
  padding-right: 1.25rem !important;
  padding-left: 0 !important;
}

html,
body {
  background-color: #1B1B1B;
  scroll-behavior: smooth;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans', sans-serif;
  padding-top: 50px;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
}

.text-freeman {
  /* font-family: 'Freeman', sans-serif; */
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.logo-big {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.button {
  background: linear-gradient(266.7deg, #FBB040 -1.71%, #F15A29 119.73%);
  border-radius: 999px;
  cursor: pointer;
  min-height: 40px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
}

@media screen and (max-width: 400px) {
  .button {
    min-width: auto;
    font-size: 14px;
    padding: 5px 12px;
  }
}

.button-wrapper {
  background: linear-gradient(266.7deg, #FBB040 -1.71%, #F15A29 119.73%);
  border-radius: 999px;
  padding: 1px;
}

.button:hover {
  opacity: .9;
}

.button.secondary {
  background: #062c5d;
}

.button.small {
  height: 45px;
  font-size: 18px;
  font-weight: 700;
}

.button.button-outline {
  background: transparent;
  border: 1px solid #FBB040;
  color: #FBB040;
}

.wallets {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-sky-400 {
  color: #41abe1 !important;
}

.text-sky-950 {
  color: #062c5d !important;
}

.choose-card {
  width: 100%;
  max-width: 350px;
}

.companies img {
  padding: 20px;
}

.navbar-burger {
  fill: #475467;
}

.sidebar {
  background-color: #1b1b1b;
  gap: 1.5em;
  display: none;
  z-index: 8888888;
  /* margin: 0 auto;
  max-width: 95svw;
  max-height: 90svh; */
}

.sidebar.open {
  display: flex;
}

.sidebar a,
.sidebar span {
  color: #fff;
}

.application {
  background: linear-gradient(270deg, #41a1da -0.39%, #407abe 100.39%);
  min-height: 100svh;
}

.application .bg-logo {
  max-height: 480px;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* 
nav ul li {
  border-bottom: 3px solid transparent;
}
nav ul li.active {
  color: #41abe1;
  border-bottom: 3px solid #41abe1;
} */

.text-gradient {
  background: linear-gradient(266.7deg, #FBB040 -1.71%, #F15A29 119.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient2 {
  background: linear-gradient(97deg, #FFFFFF -31.45%, #D1AB89 91.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient3 {
  background: linear-gradient(94.47deg, #FFFFFF 6.12%, #DAC8FF 80.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient4 {
  background: linear-gradient(90.32deg, #AD7A52 -8.31%, #FFFFFF 148%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient4 {
  background: linear-gradient(180deg, #D1AB89 0%, #A8744B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.btn-gradient {
  background: linear-gradient(94.47deg, #FFFFFF 6.12%, #C9A07D 80.25%);
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  border-radius: 9999px;
}

.icon-gradient {
  background: linear-gradient(94.47deg, #FFFFFF 6.12%, #C9A07D 80.25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gradient {
  background: linear-gradient(94.47deg, #FFFFFF 6.12%, #C9A07D 80.25%);
}

.input-wrapper {
  background: linear-gradient(266.7deg, #FBB040 -1.71%, #F15A29 119.73%);
  padding: 1px;
}

input,
textarea {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 7px;
  width: 100%;
  color: #000;
}

table thead th {
  text-align: left;
  color: #475467B2;
  font-weight: 400;
  font-size: 14px;
  padding: 16px 0;
}

table tbody td {
  text-align: left;
  font-weight: 400;
  padding: 12px 0;
}

.blur-bubble-1 {
  background-image: url('/assets/blur-bubble1.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 700px;
  width: 30svw;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-links a {
  color: #fff;
}

.nav-links li {
  /* height: 45px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 0 8px; */
}

.nav-links li .hover {
  display: none;
}

.nav-links li.active .hover {
  /* display: block; */
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  backdrop-filter: blur(40px);
  background: #AD7B53;
}

/* 
.nav-links li.active {
  backdrop-filter: blur(40px);
  background: #AD7B53;
} */
.nav-links li.active::before {
  content: '';
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  background: #AD7B53;
  /* Adjust the color and opacity as needed */
  filter: blur(20px);
  /* Adjust the blur radius as needed */
  z-index: -1;
  /* Ensure the background is behind the content */
  border-radius: 50px;
  /* Optional: Add border-radius if needed */
  width: 50%;
  margin-left: 25%;
  height: 70%;
}

.nav-links li.active .line {
  background: linear-gradient(89.8deg, #AE7D55 9.01%, #FFFFFF 152.95%);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

header {
  margin-top: 3em;
  backdrop-filter: blur(5px);
}

header img.header-background {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slant-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slant {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.slant.black {
  background: #000;
}

.slant.white {
  background: #fff;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.visit-count {
  background: #1C1C1C;
  box-shadow: 0px 0px 15px 0px #D1AB89;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 16px;
  position: relative;
}

.visit-count span {
  font-size: 65px;
  font-weight: 500;
  background: linear-gradient(94.47deg, #FFFFFF 6.12%, #C9A07D 80.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Freeman', sans-serif;
}

.visit-count .divider {
  width: 120%;
  left: -10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
}

.visit-count .divider>.circle {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #000;
}

.visit-count .divider>.middle {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.visit-count .divider>.middle>.middle-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2px;
}

.visit-count .divider>.middle .circle {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #C9A07D;
}

.visit-count .divider>.middle .line {
  width: 100%;
  height: 4.5px;
  background: #000;
}

.vertical-divider {
  min-height: 120px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #A8744B 0%, #FFFFFF 100%);
}

@media screen and (max-width: 1023px) {
  .bg-glass {
    background-color: #ffffff10;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff30;
    border-radius: 5px;
  }

  .visit-count span {
    font-size: 40px;
  }

  .visit-count {
    padding: 10px 14px;
  }

  .visit-count .divider>.circle {
    width: 12px;
    height: 12px;
  }

}

@media screen and (max-width: 767px) {
  .bg-glass-md {
    background-color: #ffffff10;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff30;
    border-radius: 5px;
  }
}

@media screen and (max-width: 640px) {
  #bg-header-mobile {
    top: -20em;
  }
}

@media screen and (max-width: 600px) {
  #bg-header-mobile {
    top: -17em;
  }

  #market-insight {
    margin-top: 35em !important;
  }
}

@media screen and (max-width: 530px) {
  #bg-header-mobile {
    top: -14em;
  }

  #market-insight {
    margin-top: 30em !important;
  }
}

@media screen and (max-width: 480px) {
  #bg-header-mobile {
    top: -10em;
  }

  #market-insight {
    margin-top: 25em !important;
  }
}

@media screen and (max-width: 450px) {
  #bg-header-mobile {
    top: -8em;
  }
}

@media screen and (max-width: 420px) {
  #bg-header-mobile {
    top: -5em;
  }

  #market-insight {
    margin-top: 20em !important;
  }
}

@media screen and (max-width: 380px) {
  #bg-header-mobile {
    top: 0;
  }
}

@media screen and (max-width: 400px) {
  .insight-carousel {
    height: 400px !important;
  }
}

#accordion-collapse button {
  border: 0;
  border-bottom: 1px solid #ffffff30;
}

.faq-button-header,
.faq-button-header.text-gray-500 {
  color: #ffffff80 !important;
}

.faq-button-header.text-gray-900 {
  color: #ffffff !important;
}