@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color-800: #8c6d27;
  --primary-color-700: #b48c32;
  --primary-color-600: #cda64b;
  --primary-color-500: #d8ba73;
  --primary-color-400: #e3cd9b;
  --primary-color-300: #eee1c3;
  --primary-color-200: #f9f5eb;

  --black-color-800: #000000;
}
.primary-color-800 {
  color: var(--primary-color-800);
}
.primary-color-700 {
  color: var(--primary-color-700);
}
.primary-color-600 {
  color: var(--primary-color-600);
}
.primary-color-500 {
  color: var(--primary-color-500);
}
.primary-color-400 {
  color: var(--primary-color-400);
}
.primary-color-300 {
  color: var(--primary-color-300);
}
.primary-color-200 {
  color: var(--primary-color-200);
}

.primary-bg-color-800 {
  background-color: var(--primary-color-800);
}
.primary-bg-color-700 {
  background-color: var(--primary-color-700);
}
.primary-bg-color-600 {
  background-color: var(--primary-color-600);
}
.primary-bg-color-500 {
  background-color: var(--primary-color-500);
}
.primary-bg-color-400 {
  background-color: var(--primary-color-400);
}
.primary-bg-color-300 {
  background-color: var(--primary-color-300);
}
.primary-bg-color-200 {
  background-color: var(--primary-color-200);
}

* {
  font-family: "Poppins", sans-serif;
}

body,
html {
  /* background-color: rgb(241, 244, 249); */
  background-color: rgba(248, 249, 250, 1) !important;
}

.btn-primary-theme {
  background-color: var(--primary-color-700);
  border: 0;
  color: white;
}
.btn-primary-theme:hover {
  background-color: var(--primary-color-600);
  border: 0;
  color: white;
}

.btn-outline-primary-theme {
  border: 2px solid var(--primary-color-700);
  color: var(--primary-color-700);
}

.btn-outline-primary-theme:hover {
  border: 2px solid var(--primary-color-700);
  background-color: var(--primary-color-700);
  color: white;
}

.main-section {
  margin-top: 30px;
  margin-bottom: 100px;
}

.last-section {
  margin-bottom: 100px;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center; /* horizontal center */
  height: 100vh; /* full screen height */
}

.form-control {
  background-color: var(--primary-color-200);
  border: 0;
}

.form-control:focus {
  box-shadow: none;
  background-color: var(--primary-color-200);
}

.btn-primary {
  background-color: var(--primary-color-600) !important;
  border-color: var(--primary-color-600) !important;
}

.btn-primary:hover {
  background-color: var(--primary-color-500) !important;
  border-color: var(--primary-color-500) !important;
}

/* Auth Page Style */

.custom-form-error {
  font-size: 14px;
  padding-left: 5px;
}

.brand-authlogo {
  max-height: 120px;
}

.auth-title {
  font-size: 25px;
  margin: 20px 0;
  color: var(--primary-color-700);
}

.password-box {
  position: relative;
}

.password-box .eye-button {
  position: absolute;
  right: 6px;
  top: 36px;
  border: 0;
  background-color: transparent;
}

/* Home Page */
.hero-section {
  background-color: var(--primary-color-600);
}

.hero-title {
  font-size: 60px;
  font-weight: 600;
}

.company-overview-section {
  background-color: var(--primary-color-200);
  padding: 100px 0;
}

.howit-works-section {
  padding: 100px 0;
}

.features-section {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .hero-section {
    text-align: center;
  }
  .hero-title {
    font-size: 40px;
    text-align: center;
  }
}

/* Assets Card */
.asset-card {
  border-radius: 20px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 0px;
}

.asset-card .text-start {
  padding: 0px 10px;
  margin-top: 20px;
}

.asset-card .asset-card-img {
  border-radius: 20px;
  min-height: 200px;
  max-height: 200px;
}
.price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.price-section .price {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 25px;
  font-weight: 500;
}

/* Stats Card */
.stats-card {
  border-radius: 20px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
/* Footer */
.footer-section {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 25px; */
  box-shadow: 1px -3px 31px -4px rgba(69, 69, 69, 0.87);
  -webkit-box-shadow: 1px -3px 31px -4px rgba(69, 69, 69, 0.87);
  -moz-box-shadow: 1px -3px 31px -4px rgba(69, 69, 69, 0.87);
  height: 80px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.bottom-nav .bottom-nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: var(--black-color-800);
  font-weight: 500;
}

.bottom-nav .bottom-nav-link .bottom-nav-icon {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 22px;
}

.bottom-nav-active {
  color: var(--primary-color-700) !important;
}

/* swiper css */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #3b3b3b00; */
  border-radius: 20px;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  /* height: 300px; */
  /* margin: 20px auto; */
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color-700);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.3s, transform 0.2s;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: var(--primary-color-600);
  transform: translateY(-50%) scale(1.1);
}

.custom-prev {
  left: 5px; /* adjust distance from the left */
}

.custom-next {
  right: 5px; /* adjust distance from the right */
}

/* Profile Page */
.profile-section {
  background-color: var(--primary-color-800);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
}

.profile-section .profile-img {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--primary-color-700);
}

.profile-section .profile-img span {
  font-size: 60px;
}

.profile-section .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.profile-section .social-icons a {
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: var(--primary-color-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* End Profile Page */

/* Edit Profile Page */
.edit-profile {
}

/* Overlay Loader */
#overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.8); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* Above most Bootstrap components */
}
