f@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap");

:root {
  /* BACKGROUND COLORS */
  --bg-primary: #e374ff;

  /* FONTS COLORS */
  --text-dark: #000;

  /* FONTS */
  --font-primary: "Manrope";
  --font-secondry: "Newsreader";
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  margin: 0;
}
body {
  font-family: var(--font-primary);
  overflow-x: hidden;
}
.title {
  font-size: 4.375rem;
  font-family: var(--font-secondry);
  color: var(--text-dark);
  line-height: 1;
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.6em;
}
.text {
  font-size: 1.438rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* Page Navbar */
.pageNavbar {
  padding: 2em;
  margin-bottom: 2.5em;
}
.pageNavbar .navbar-brand img {
  width: 125px;
}
.pageNavbar ul {
  align-items: center;
}
.companyHive p {
  width: 97%;
  max-width: 97%;
}
.pageNavbar .nav-link {
  font-weight: 600;
  color: #070707;
  margin: 0 1.2em;
  transition: 200ms all ease-in-out;
}
.pageNavbar .nav-link:hover {
  opacity: 0.7;
}
.pageNavbar .btn-outline-dark {
  border-radius: 30px;
  padding: 0.6em 0.7em;
  font-weight: 600;
}
/* <!-- ___ lending company section __  --> */
.lendingCompnySection {
  padding: 3rem 0;
}
.companyHive {
  margin-top: 3rem;
}
.hiveText {
  margin: 3rem 0;
}
.hiveText .text {
  font-weight: 400;
  font-family: var(--font-secondry);
}
.hiveText .text span {
  font-weight: 600;
  font-family: var(--font-primary);
}
.hiveText .hiveImg {
  margin-left: 0.3rem;
  transform: translateY(-8px);
}

.companyHive .text.heading {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--font-primary);
  padding-bottom: 30px;
}
.companyHive p.text {
  font-size: 1.25rem;
  font-weight: 400;
  color: #070707;
  margin: 2rem 0;
}
.hide-blocks {
  display:none;
}
.companyCards {
  padding-top: 2rem;
}
.companyCards .card {
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px #0000001a;
  margin-bottom: 30px;
}
.labelContainer {
  display: flex;
  gap: 6px;
}
.cardImgTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/ 8;
  background: #fef6ff;
  border-bottom: 1px solid #ececec;
}
.cardImgTop.pink {
  background: #fef7f3;
}
.cardImgTop.gray {
  background: #f6f6f6;
}
.cardImg {
  width: 50%;
}
.country {
  display: flex;
  gap: 1rem;
}
.country .text {
  font-size: 0.9rem;
  font-weight: 400;
  position: relative;
  bottom: 6px;
}
.companyCards .card-body {
  padding: 2rem 2rem 1rem 2rem;
}
.companyCards .card-body .title {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
  padding-top: 15px;
  width: 100%;
  min-width: 100%;
}
.companyCards .card-body .text.cardLorem {
  font-size: 0.95rem;
  font-weight: 400;
  padding-right: 3rem;
  line-height: 23px;
}
.cardBtn {
  font-family: var(--font-primary);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.003em;
  display: inline-block;
  color: var(--bg-primary);
  margin: 1rem 0;
  transition: all 0.4s ease-in;
}
.cardBtn:hover {
  text-decoration: none;
  color: var(--text-dark);
}
.loanCard {
  border-top: 1px solid #ececec;
  padding-top: 1rem;
}
.loanLebal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
.grayText {
  font-family: var(--font-primary);
  font-size: 1rem;
  color: #b0b0b0;
}
.loanLebal .text {
  font-size: 1.1rem;
  font-weight: 500;
}
.labelRight {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

/* Page Footer */
.pageFooter {
  padding-bottom: 2em;
}
.pageFooter .footerBrand {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 4em;
}
.pageFooter .footerBrand img {
  width: 130px;
}
.pageFooter .footerHeading {
  font-weight: 600;
  color: #070707;
  font-size: 1em;
  margin-bottom: 1em;
}
.pageFooter .footerLink {
  display: inline-block;
  text-decoration: none;
  transition: 200ms all ease-in-out;
  font-weight: 400;
  color: #070707;
  margin-bottom: 0.3em;
}
.pageFooter a.footerLink:hover {
  color: #e26fff;
}
.pageFooter .searcArea {
  display: block;
  width: 100%;
  margin-top: 1em;
  position: relative;
}
.pageFooter .searcArea input {
  width: 100%;
  box-shadow: 0px 1px 1px 0px #e8e8e8;
  outline: none;
  border: 1px solid #e7e7e7;
  border-radius: 0.8em;
  padding: 1.4em 1.4em;
  font-size: 0.9em;
}
.pageFooter .searcArea button {
  background-color: #e26fff;
  border-radius: 30px;
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 0.6em 1.5em;
  color: white;
  transition: 200ms all ease-in-out;
  position: absolute;
  right: 8px;
  top: 11px;
}
.pageFooter .searcArea button:hover {
  opacity: 0.7;
}
.pageFooter .copyArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5em;
}
.pageFooter .copyArea p {
  font-size: 0.8em;
  font-weight: 400;
  color: #070707;
}
.pageFooter .copyArea span {
  display: inline-block;
  color: #070707;
  font-weight: 600;
  font-size: 0.9em;
}
.pageFooter .copyArea .socialLink {
  display: inline-block;
  text-decoration: none;
  margin: 0 0.4em;
  font-size: 1.1em;
  color: black;
  transition: 200ms all ease-in-out;
}
.pageFooter .copyArea .socialLink.odd {
  color: #e26fff;
}
.pageFooter .copyArea .socialLink:hover {
  opacity: 0.8;
}
.col-body {
  border-top: 1px solid #ececec;
}
.hero {
  padding-bottom: 60px;
}
.loanLebal, .labelRight, .country {
  margin-top: 0!important;
}
.loanLebal .text, .labelRight .text, .country .text {
  margin-top: 0!important;
}
.labelRight img {
  width: 24px;
    height: 24px;
}
.country img {
  width: 21px;
    height: 21px;
}
.section-content.cols-1 h1 {
  font-size: 4.375rem;
  font-family: var(--font-secondry);
  color: var(--text-dark);
  line-height: 1;
}

.card-body {
  border: 0px;
  border-radius: 0;
  margin-top: 0!important;
}

.section-content .col-body *+:not(h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.col) {
  margin-top: 0!important;
}
.cardBtn {
  padding-top: 15px;
}