/* Author : Shameer M - Neointeraction - 2025  */

/* ****************************  IMPORTS ****************************  */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
@import "./reset.css";
@import "./vendor/bootstrap.min.css";

/* ************************ IMPORTS <- END *************************  */

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #000308 !important;
  color: #fffcf5;
}

/* nav  */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 3, 8, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2;
}

.navbar {
  height: 66px;
}

.nav-logo {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-btn {
  background: linear-gradient(
      90deg,
      #98732c 0%,
      #f3e898 50%,
      #d9c16e 75%,
      #b59142 100%
    ),
    linear-gradient(90deg, #98732c 0%, #f3e898 50%, #d9c16e 75%, #b59142 100%);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #422b0d;
  padding: 9px 14px;
}

.header-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.nav-mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 20px;
  color: #fffcf5;
}

.section-standard {
  padding: 50px 0;
}

.section-sm {
  padding: 30px 0;
}

.banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.banner-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;

  text-align: center;
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #fffcf5;
}

.section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;

  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 55px;
}

.ai-img {
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #e5e3de;
  width: 400px;
}

.risk-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 55px;
}

.rf-item {
  flex-basis: 20%;
}

.rf-card {
  background: rgba(251, 227, 154, 0.2);
  border-radius: 16px;
  min-height: 286px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}

.rf-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 52px;
  align-content: center;
}

.rf-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* footer  */

.footer {
  background: #1c1c1c;
}

.footer-box {
  background: #28271f;
  border-radius: 16px;
  padding: 18px;
}

.rd-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rd-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.rd-list li {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 18px;
}

.rd-list li:last-child {
  margin-bottom: 0;
}

.list-link {
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.footer-text {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fffcf5;
}

.footer-text a {
  text-decoration: none;
  color: #fffcf5;
}

.footer-title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 16px;
}

.d-link {
  background: linear-gradient(
    90deg,
    #98732c 0%,
    #f3e898 50%,
    #d9c16e 75%,
    #b59142 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.footer-sub {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fffcf5;
  margin-top: 60px;
}

.footer-sub a {
  color: rgba(255, 252, 245, 0.6);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.footer-sub a:hover {
  color: #fffcf5;
  transition: 0.3s all ease-in-out;
}

.footer-logo {
  margin-bottom: 40px;
}

.ic-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  height: 520px;
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;

  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bar {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 5px;
}

.box {
  position: absolute;
  width: 460px;
  padding: 0px;
}

.ic-item {
  background: linear-gradient(
    136.91deg,
    rgba(251, 227, 154, 0.2) 0%,
    rgba(57, 44, 7, 0.2) 100%
  );
  padding: 18px;
  border-radius: 16px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.investment .ic-item {
  min-height: 100px;
  max-height: 100px;
}

.ic-container .about-item {
  align-items: center;
}

.ic-item .ai-text {
  width: 320px;
  font-size: 16px;
  line-height: 22px;
}

.top-left {
  top: 72px;
  left: -174px;
}

.top-right {
  top: 72px;
  right: -174px;
}

.middle-left {
  top: 59%;
  left: -174px;
  transform: translateY(-50%);
}

.middle-right {
  top: 59%;
  right: -174px;
  transform: translateY(-50%);
}

.bottom {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

/* suitability  */

.suitability .layout-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto auto auto;
  text-align: center;
}

.s-illustration {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 620px;
}

.suitability .diagram-image {
  width: 45%;
}

/* Info Boxes */
.suitability .info-box {
  position: absolute;
}

.suitability .ic-item .ai-text {
  width: 550px;
}

.suitability .ic-item {
  padding: 12px;
}

/* Positioning */
.suitability .top {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.suitability .top-left {
  top: 163px;
  left: -100px;
}

.suitability .top-right {
  top: 163px;
  right: -100px;
}

.suitability .bottom-left {
  bottom: 162px;
  left: -116px;
}

.suitability .bottom-left .ai-text {
  width: 410px;
}

.suitability .bottom-right {
  bottom: 162px;
  right: -77px;
}

.suitability .bottom-right .ai-text {
  width: 380px;
}

.save-icon {
  margin-right: 10px;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.s-illustration-mob {
  display: none;
}

.investment-mob {
  display: none;
}

.banner {
  margin-top: 80px;
}

.mob-req {
  display: none;
}

.nav-mail-mob {
  display: none;
}

.mob-nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-brand {
  flex-grow: 1;
}
