/* .nav__container {
  width: 90% !important;
} */

/* utlities */

.text-accent {
  font-family: "Roboto Serif", serif;
}

.text-gold {
  color: #e98f6d;
}

.text-gold-darker {
  color: #b56350;
}

.text-red {
  color: #e52f42;
}

.text-dark {
  color: #000;
}

.text-dark-lighter {
  color: #707070;
}

.text-primary {
  color: #0384fc;
}

.bg-brown {
  background: #221414;
}

.bg-red {
  background: #e52f42;
}

.bg-dark-dark {
  background: #151a22 !important;
}

.w-80 {
  width: 80%;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.line-height-1 {
  line-height: 1.3;
}

.brand__img {
  height: 50px;
  width: 180px;
}

.image__wrapper>* {
  position: relative;
  width: 90% !important;
}

.bg__image {
  /* opacity: 0; */
  position: absolute;
  filter: brightness(.6);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: top;
}

/* .bg__image::before {
  content: '';
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
} */

/* .image__wrapper::before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: url("../images/banner/01.jpg") no-repeat center center/cover;
  filter: brightness(0.4);
} */

.bg-transparent {
  background: transparent !important;
}

.nav__wrapper {
  display: grid;
  place-items: center;
  background-color: transparent !important;
}

nav {
  width: 90% !important;
}

.start_investing__btn,
.explore__btn {
  /* border-radius: 0 !important; */
  color: white;
  background-color: #e52f42;
  border: 1px solid #e52f42;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  /* transition: 1s; */
}

.get_started__btn {
  /* border-radius: 0 !important; */
  color: white;
  background-color: #e52f42;
  border: 1px solid #e52f42;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
}

.start_investing__btn:hover {
  background-color: white !important;
  border: 1px solid #e52f42 !important;
  color: #e52f42 !important;
}

.invest_now__btn {
  background: white;
  /* border: 1px solid white; */
  display: grid;
  color: #151a22;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px !important;
  place-items: center;
  border: 1px solid white;
  transition: 0.5s;
  backdrop-filter: blur(20px);
}

.invest_now__btn:hover {
  color: white;
  background: transparent;
  border: 1px solid white;
  transform: translateY(-3px);
}

.invest_now_alt__btn {
  background: white;
  display: grid;
  color: #e52f42;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid white;
  letter-spacing: 1.5px !important;
  place-items: center;
  transition: 0.5s;
  backdrop-filter: blur(20px);
}

.invest_now_alt__btn:hover {
  color: white;
  background: transparent;
  border: 1px solid white;
  transform: translateY(-3px);
}

/* .explore__btn:focus {
  color: white !important;
} */

.explore__btn:hover {
  background-color: white;
  border: 1px solid #e52f42 !important;
  color: #e52f42;
}

.header__banner {
  width: 90%;
}

.banner__text {
  font-family: "Inria Serif", serif;
  font-weight: 400;
  width: 80%;
}

.banner__text h1 {
  font-size: 4rem;
}

.logo-header {
  object-fit: cover;
  height: 30vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 300px;
  margin-bottom: 15rem;
}

.intros {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 80%; */
  gap: 2rem;
  padding: 5rem 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.intro-1 {
  gap: 1.5rem;
  align-self: center;
  width: 60%;
  margin-left: 13rem;
}

.intro-1 h3 {
  font-family: "Roboto Serif", serif;
}

.intro-1s p {
  font-family: "Roboto Serif", serif;
  /* width: 60%; */
  font-size: 1.5rem;
}

.intro-section {
  display: flex;
  gap: 8rem;
}

.intro-section__container {
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.intro-section__box {
  font-family: "Roboto Serif", serif;
  padding-left: 6rem;
  /* flex-basis: 100%; */
  flex: 1 1 0;
}

.intro-section__child .leading {
  font-family: "Roboto Serif", serif;
  /* font-size: 1.5rem; */
}

.products-section__container {
  align-items: center;
  justify-content: center;
}

.products-section {
  gap: 5rem;
  align-items: center;
  justify-content: center;
}

.image__box {
  object-fit: contain;
}

/* .products-image {
  height: 200px;
  width: 200px
} */

.our__offer {
  align-items: center;
  justify-content: center;
  height: 30vh;
}

.horizontal {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
}

.gold__line {
  border-top: 1px solid #e98f6d;
}

.our__offer__heading {
  font-size: 3rem;
}

.our__offer__subheading {
  font-size: 1.5rem;
}

.h-50 {
  height: 20vh;
}

.offers__first__child {
  width: 60%;
}

.offers__second__child {
  width: 40%;
}

.offer__icons {
  width: 80px;
}

.certificate {
  width: 55px;
}

.incentives__badge {
  border: none;
  background: #fff;
  /* border: 1px solid #fff; */
  padding: 0.2rem 0.55rem;
  font-size: 1.2rem;
  border-radius: 10rem;
}

.header__brief {
  font-family: SangBleuSans;
  line-height: 1.5;
}

.register__content p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1.5rem;
}

.register_form {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  width: 75%;
}

.submit__btn {
  padding: 0.65rem 2rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  cursor: pointer;
  color: #b56350 !important;
  border: 1px #b56350 solid !important;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transition: all 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  font-size: 0.85rem;
}

.submit__btn:hover {
  background-color: #b56350 !important;
  color: white !important;
}

.form-control {
  padding: 0.65rem 2rem !important;
}

.form-control:focus {
  border-color: black !important;
}

.register_content__box {
  height: 45vh;
}

.nav__icons a:hover {
  color: #b56350 !important;
}

.investment_plans__heading {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.85rem;
  /* padding: 5rem; */
}

.investment_plans h2 {
  font-family: SangBleuSans;
  line-height: 1.5;
}

.investment_amount {
  font-family: "Inria Serif", serif;
  font-size: 1.85rem;
}

.investment__cards {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.investment__card {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  transition: 0.5s;
  /* width: 250px; */

}

.investment__card:hover {
  filter: drop-shadow(0 0 0.1rem #333) !important;
  transform: translateY(-10px);
}

.investment__wrapper {
  width: 80%;
}

.feedback {
  display: none;
}

.success {
  position: fixed;
  display: grid;
  place-items: center;
  align-items: flex-start;
  padding: 0 1.5em;
  top: 10px;
  right: 10px;
  z-index: 99;
  aspect-ratio: 1;
  filter: drop-shadow(0 0 0.1rem #d3d3d3);
}

/* .static__navbar {
  background: #fff;
} */

footer {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  border-top: 1px rgba(0, 0, 0, 0.8) solid;
}


/* animation defaults  */
/* .header__text, */
.get_started__btn {
  opacity: 0;
  transform: translateY(100%);
}

/* .brand__img {
  opacity: 0;
  transform: translateX(-100%);
} */

/* .start_investing__btn {
  opacity: 0;
  transform: translateX(100%);
} */

/* .nav__icon {
  opacity: 0;
} */