@font-face {
  font-family: "EB Garamond";
  src: url('/assets/fonts/eb_garamond/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

@font-face {
  font-family: "EB Garamond Italic";
  src: url('/assets/fonts/eb_garamond/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

/* @font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Bold font.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */

/* @font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Bold Italic font.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
} */

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Book font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Book Italic font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Extra Black font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Heavy font.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Heavy Italic font.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/futura light bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Light font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/Futura Light Italic font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url('/assets/fonts/futura/futura medium bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary-color: #BD1E2D;
}

/* For Webkit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 3px;
  height: 1.5px;
  /* Scrollbar width */
}

::-webkit-scrollbar-track {
  background: #131313;
  /* Scrollbar track background */
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
  /* Scrollbar thumb color */
  border-radius: 0;
  /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
  /* Lighter color on hover */
}

html,
body {
  background-color: #131313;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  scroll-behavior: smooth;
  /* Enables smooth scrolling */
  /* scroll-snap-type: y mandatory; */
  /* Enables vertical snapping */
  overflow-y: scroll;
  /* Allows vertical scrolling */
  height: 100%;
  /* Ensures the body takes full height */
  transition: all 0.2s ease-in-out;
}

body {
  font-family: "EB Garamond", serif;
}

html {
  overflow-y: auto;
}


@media (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.text-futura {
  font-family: "Futura", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.nav-links>* {
  font-family: "Futura", 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;
}

.choose-card {
  width: 100%;
  max-width: 350px;
}

.companies img {
  padding: 20px;
}

.navbar-burger {
  fill: #475467;
}

.sidebar {
  background-color: #131313;
  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-primary {
  color: var(--primary-color);
}

.bg-primary {
  background-color: var(--primary-color);
}

.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: #fff !important;
  background-color: #5A5A5A !important;
  height: 32px !important;
  width: 100%;
  font-weight: 500 !important;
  font-family: "Futura", sans-serif !important;
}

textarea {
  height: 110px !important;
}

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: #eeeeee;
}

.nav-links li {
  /* height: 45px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 0 8px; */
}

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: 470px) {
  #bg-header-mobile {
    top: -10em;
  }

  #market-insight {
    margin-top: 25em !important;
  }
}

@media screen and (max-width: 410px) {
  #bg-header-mobile {
    top: -5em;
  }

  #market-insight {
    margin-top: 20em !important;
  }
}

@media screen and (max-width: 370px) {
  #bg-header-mobile {
    top: 0;
  }
}

.canyons img:nth-child(4) {
  height: 532px;
  /* Largest image */
}

.canyons img:nth-child(3),
.canyons img:nth-child(5) {
  height: 337px;
  /* Medium-sized images */
}

.canyons img:nth-child(2),
.canyons img:nth-child(6) {
  height: 289px;
  /* Smallest images */
}

.canyons img:first-child,
.canyons img:last-child {
  height: 235px;
  /* Third size */
}

.canyons img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.canyons img:nth-child(2) {
  position: relative;
  z-index: 2;
}

.canyons img:nth-child(3) {
  position: relative;
  z-index: 3;
}

.canyons img:nth-child(4) {
  position: relative;
  z-index: 8;
}

.canyons img:nth-child(5) {
  position: relative;
  z-index: 7;
}

.canyons img:nth-child(6) {
  position: relative;
  z-index: 6;
}

.canyons img:nth-child(7) {
  position: relative;
  z-index: 5;
}

.canyons img {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 850px) {
  .canyons img {
    margin-left: -20px;
    margin-right: -20px;
  }



  .canyons img:nth-child(4) {
    height: 328px;
    /* Largest image */
  }

  .canyons img:nth-child(3),
  .canyons img:nth-child(5) {
    height: 231px;
    /* Medium-sized images */
  }

  .canyons img:nth-child(2),
  .canyons img:nth-child(6) {
    height: 199px;
    /* Smallest images */
  }

  .canyons img:first-child,
  .canyons img:last-child {
    height: 125px;
    /* Third size */
  }


}

@media screen and (max-width: 650px) {
  .canyons img {
    margin-left: -25px;
    margin-right: -25px;
  }
}


@media screen and (max-width: 450px) {
  .canyons img {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.intro-canyons img {
  transition: opacity 0.2s ease-in-out;
  opacity: .3;
  z-index: 0;
  cursor: pointer;
}

.intro-canyons img:hover,
.intro-canyons img.active {
  opacity: 1;
}

/* .intro-canyons img:first-child {
  padding-left: 50svw;
} */

.intro-canyons img:last-child {
  padding-right: 20svw;
}


#history-carousel p,
#canyon-histories>div>* {
  transition: all 0.2s ease-in-out;
}


#history-carousel div.slick-slide.slick-current p,
#canyon-histories>div.active p {
  font-weight: bold;
  font-size: 72px;
  color: #fff;
}

#history-carousel div.slick-slide.slick-current .dot,
#canyon-histories>div.active .dot {
  background-color: var(--primary-color);
}

#canyon-history-1,
#canyon-history-2,
#canyon-history-3 {
  display: none;
}

#canyon-history-1.active,
#canyon-history-2.active,
#canyon-history-3.active {
  display: flex;
}

#intro-canyons>div {
  opacity: .4;
}

#intro-canyons>div.active {
  opacity: 1;
}

#canyon-histories-wrapper {
  min-height: 150px;
  margin-top: -4px;
}

#canyon-histories {
  display: flex;
  /* justify-content: center; */
  /* padding-left: calc(50svw); */
  /* transition: padding-left 0.5s ease; */
  transition: transform 0.3s ease;
  /* Smooth transition for the shift */
  /* Add smooth transition for padding-left */
  transform: translateX(50svw);
}

#canyon-histories>div {
  /* padding: 0 3.5em; */
  position: relative;
  min-height: 100px;
  min-width: 230px;
}

#canyon-histories p {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  #canyon-histories>div {
    min-width: 180px;
  }
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 23px;
}