@charset "utf-8";
/* CSS Document */

:root {
  --golden: #ccb170;
  --white: #ffffff;
  --black: #000000;
  --off-white: #b8b8b8;
  --body-color: #111111;
}

body {
  background: var(--body-color);
  color: #fff;
  font-family: "Inter_24ptRegular";
  font-size: 18px;
  line-height: 24px;
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  color: var(--orange);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: var(--orange);
}

/* Common Style Start */

.section-title {
  font-family: "Inter_28ptExtraBold";
  font-size: 42px;
  line-height: 54px;
  background: linear-gradient(
    90deg,
    #ccb170 3.88%,
    #b59856 49.57%,
    #e8cc8c 99.87%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    #ccb170 3.88%,
    #b59856 49.57%,
    #e8cc8c 99.87%
  );
.section-title h1 {
    font-family: 'Montserrat', sans-serif;  /* your chosen font */
    font-size: 52px;                         /* adjust as needed */
    font-weight: 700;                        /* bold */
    color: #ccb170;                          /* golden color */
    line-height: 1.2;                        /* spacing between lines */
    text-transform: uppercase;               /* optional */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3); /* optional for better readability */
}
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-medium {
  color: var(--white);
  font-family: "Inter_24ptRegular";
  font-size: 20px;
  line-height: 28px;
}

.paragraph-medium * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
}

.paragraph-small {
  color: var(--off-white);
  font-family: "Inter_24ptRegular";
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
}

.btn {
  color: var(--black);
  padding: 20px 29px;
  font-family: "Inter_24ptBold";
  font-size: 18px;
  line-height: 18.703px;
  text-align: center;
  border: 2px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.btn-golden {
  border-radius: 3.117px;
  background: var(--golden);
  -webkit-border-radius: 3.117px;
  -moz-border-radius: 3.117px;
  -ms-border-radius: 3.117px;
  -o-border-radius: 3.117px;
}

.btn-golden:hover,
.btn-golden:active,
.btn-golden:focus,
.btn-golden:focus-visible,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:hover,
.btn:active {
  border-color: var(--golden) !important;
  color: var(--golden) !important;
  background: var(--body-color) !important;
}

.btn:hover {
  border-color: var(--golden) !important;
  color: var(--golden) !important;
  background: var(--body-color) !important;
}
/* Common Style End */

/*========== Header Start ==========*/
.header {
  padding: 15px 0 23px 0;
}
.h-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-content .navbar-brand {
  max-width: 153px;
}
.h-content .btn {
  padding: 19px 46px;
}
/*========== Header End ==========*/

/*========== Banner ==========*/

.banner-wrapper {
  /* padding: 86px 0 0 0; */
  overflow: hidden;
}

.banner-wrapper ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0px;
}
.banner-wrapper ul li {
  list-style-type: none;
}
.banner-wrapper ul > *:not(:first-child) {
  margin-left: -29px;
}
.banner-wrapper ul li img {
  border-radius: 60px;
  border: 2px solid var(--white);
  height: 60px;
  width: 60px;
}
.users-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.users-wrp p {
  padding-left: 20px;
  margin: 0;

}

.banner-main .section-title {
  margin: 18px 0;
}

.banner-main {
  position: relative;
  background: var(--black);
  padding: 86px 10px 0 10px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  overflow: hidden;
}

.banner-inner {
  max-width: 1083px;
  margin: 0 auto;
}
.app-stores {
  display: flex;
  justify-content: center;

}

.app-stores a {
  margin-right: 44px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.app-stores a:hover img {
  border: 2px solid var(--off-white);
}
.app-stores > *:last-child {
  margin-right: 0;
}
.app-stores a img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 2px solid transparent;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/* .app-stores a:hover {
  opacity: 0.7;
} */

.banner-imgs-flx {
  display: flex;
  margin-top: 59px;
}

.banner-img-1 {
  margin: auto 44px 0 0;
  position: relative;
  max-width: 440px;
}

.banner-img-1 img,
.banner-img-2 img {
  z-index: 1;
  position: relative;
}

.banner-img-2 {
  position: relative;
  max-width: 558px;
}

.banner-img-1::before {
  content: "";
  background: #ccb170;
  filter: blur(100px);
  position: absolute;
  left: 101px;
  top: 0;
  width: 97.35px;
  height: 738.507px;
  transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
}
.banner-img-2::before {
  content: "";
  background: #ccb170;
  filter: blur(100px);
  position: absolute;
  left: 185px;
  top: 0;
  width: 97.35px;
  height: 738.507px;
  /* z-index: -1; */
  transform: rotate(16deg);
  -webkit-transform: rotate(-32deg);
  -moz-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
}
.banner-main .banner-left-vector {
  position: absolute;
  bottom: 246px;
  left: 156px;
}

.banner-inner .vector-1 {
  right: 99px;
  position: absolute;
  bottom: 392px;
}

.banner-inner .vector-2 {
  right: 72px;
  position: absolute;
  bottom: 74px;
}
/*========== Banner ==========*/

/*========== Built-wealth ==========*/

.built-wealth-wrapper {
  padding: 131px 0 85px 0;
}

.built-wealth-wrapper .section-title {
  padding-bottom: 51px;
  max-width: 670px;
  margin: 0 auto;
}

.built-wealth-inner {
  max-width: 1211px;
  margin: 0 auto;
}

.built-wealth-block {
  height: calc(100% - 27px);
  margin-bottom: 27px;
  padding: 50px 43px 75px 43px;
  background: var(--black);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.built-wealth-block:hover {
  background: rgba(204, 177, 112, 0.2);
}
.built-wealth-block .paragraph-medium {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.built-wealth-block .paragraph-medium {
  max-width: 293px;
  margin: 40px auto 0 auto;
}

.built-wealth-img {
  height: 147px;
  width: 147px;
  margin: 0 auto;
  max-width: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--body-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/*========== Built-wealth ==========*/

/*========== financial-success ==========*/

.financial-success-inner {
  max-width: 1448px;
  margin: 0 auto;
}
.financial-success-img-1 {
  max-width: 307px;
  margin: auto 0 0 0;
}
.financial-success-img-2 {
  max-width: 368px;
  margin: 0 0 0 23px;
}

.financial-success-right .section-title {
  margin-bottom: 20px;
  max-width: 664px;
}
.financial-success-left {
  display: flex;
}

.financial-success-detail h4 {
  font-family: "Inter_24ptBold";
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 24px;
  color: var(--white);
}
.financial-success-detail p {
  font-size: 18px;
  line-height: 20px;
  font-family: "Inter_24ptRegular";
  color: var(--off-white);
  max-width: 641px;
  margin: 0 0 20px 0;
}
.financial-success-right {
  padding: 77px 0 0 15px;
}
/*========== financial-success ==========*/

/*========== free-trail ==========*/

.free-trail-wrapper {
  margin-bottom: 62px;
}
.free-trail-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 105px 0 87px 0;
  position: relative;
  max-width: 1527px;
  margin: 0 auto;
  background-color: var(--black);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.free-trail-inner .section-title {
  max-width: 824px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.free-trail-inner .detail {
  margin-top: 24px;
  max-width: 869px;
  margin: 27px auto 61px auto;
  position: relative;
  z-index: 11;
}
.free-trail-inner .detail * {
  margin: 0;
}

.free-trail-inner .btn {
  padding: 26px 110px;
  position: relative;
  z-index: 11;
}
.vectors-imgs-left .vector-1 {
  position: absolute;
  left: 162px;
  top: 179px;
  z-index: 0;
}
.vectors-imgs-left .vector-2 {
  position: absolute;
  left: 46px;
  bottom: 40px;
  z-index: 0;
}
.vectors-imgs-left .vector-3 {
  position: absolute;
  left: 270px;
  bottom: 40px;
  z-index: 0;
}

.vectors-imgs-right .vector-4 {
  position: absolute;
  right: 101px;
  top: 87px;
  z-index: 0;
}
.vectors-imgs-right .vector-5 {
  position: absolute;
  right: 43px;
  top: 166px;
  z-index: 0;
}
.vectors-imgs-right .vector-6 {
  position: absolute;
  right: 270px;
  bottom: 50px;
  z-index: 0;
}

.vector-img {
  animation: float 3s ease-in-out infinite;
  -webkit-animation: float 3s ease-in-out infinite;
  z-index: -1;
  height: 60px;
  width: 58px;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
}
/*========== free-trail ==========*/

/*========== footer ==========*/

.footer {
  border-top: 1px solid var(--white);
  padding: 34px 0 42px 0;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-content .footer-left {
  display: flex;
}

.footer-content .footer-left .f-logo {
  max-width: 121px;
}

.footer-content .footer-left ul {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-left: 73px;
  margin: 0;
}

.footer-content .footer-left ul li {
  list-style-type: none;
  padding-right: 59px;
  text-align: left;
}

.footer-content .footer-left ul li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-align: left;
}

.footer-content .footer-left ul li a:hover {
  color: var(--golden);
}

.footer-content .footer-left ul > *:last-child {
  padding-right: 0;
}

.footer-right {
  padding-top: 10px;
}

.footer-right * {
  margin: 0;
}
/*========== footer ==========*/