@font-face {
  font-family: 'Archivo';
  src: url('/fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

@font-face {
  font-family: 'Archivo Italic';
  src: url('/fonts/Archivo-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%;
}

html,
body {
  background-color: #0F0F0F;
  scroll-behavior: smooth;
  color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  font-family: 'Archivo', sans-serif;
}

.text-freeman {
  font-family: 'Freeman', 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-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  min-height: 50px;
  min-width: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
}

.button {
  background-image: url('/assets/button.png');
}

.button.line {
  background-image: url('/assets/button2.png');
}

.button.white {
  background-image: url('/assets/button3.png');
}


.button:hover {
  opacity: .9;
}

.button.secondary {
  background: #062c5d;
}

.button.small {
  height: 45px;
  font-size: 18px;
  font-weight: 700;
}

.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: #0F0F0F;
  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(94.47deg, #FFFFFF 6.12%, #C9A07D 80.25%);
  -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,
textarea {
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  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;
}

.bg-header {
  background-image: url("/assets/bg-header.png");
}

.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;
  }
}