html,
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: none;
}

::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #aaa;
}

::-webkit-scrollbar-thumb {
  background: #015f56;
}

::-webkit-scrollbar-corner {
  background: #015f56;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

p {
  font-weight: 300;
}

.primary-color {
  color: #ffffff;
}

.secondary-color {
  color: #adbdcc;
}

ul li {
  list-style: none;
}
article ul li  {
  list-style: circle;
}

article p{
  color: #546662;
  font-weight: 400 !important;
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
}

a {
  cursor: pointer;
}

.silos ul {
  list-style: none;
}

.silos ul li {
  position: relative;
  padding-left: 20px; /* Adjust as needed */
  font-size: 14px;
  font-weight: lighter;
}

.silos ul li:first-child {
  font-size: 40px;
}

.silos ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;

  width: 2px; /* Adjust the width of the line as needed */
  background-color: yellow;
}

.cardcontainer .card-text {
  color: #596780;
  font-weight: light;
  font-size: 17px;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-item:hover {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: none;
}

.cardcontainer .card-title {
  color: #040815;
}

.teammembers .card {
  background: transparent;
  font-size: 15px;
  color: #fff;
}

.privacy ul li,
.cookie ul li {
  list-style-type: disc;
}
.corevalues .card {
  background: transparent;
  font-size: 15px;
}

.rounded-rect {
  background-color: #f3f3f3;
  border-radius: 10px;
  height: 234px;
  width: 260px;
  border-radius: 30px;
  font-size: 16px;
}

.rounded-rect:hover {
  background: #015f56;
  color: #fff;
}

.rounded-rect img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.rounded-rect:hover img {
  content: url("../images/minus-circle.png");
}

.bg-landing {
  background: url("../images/bg-home.png");
  filter: blur(20px) scale(1.1);
  background-size: 100%;
}

.ticker {
  width: 100%;
  background-color: #015f56;
  color: #fff;
  padding: 12px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
  margin-bottom: 0px;
}

.ticker p {
  padding: 0;
  margin: 0;
  word-spacing: 3px;
  font-size: clamp(0.9375rem, 0.9911rem + -0.2143vw, 0.75rem);
  width: 95%;
}

.ticker b {
  font-weight: 500;
}

.ticker a {
  color: whitesmoke !important;
  border-bottom: 1px solid whitesmoke;
}

.ticker a:hover {
  color: #ffffff89 !important;
  border-color: #ffffffae;
  transition: all 0.3s ease;
}

.ticker button {
  border: none;
  background: none;
  color: #fff !important;
  font-size: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ticker button:hover {
  color: #ffffff99 !important;
  transition: color 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  background: transparent;
  border: none;
}

.accordion-button {
  background-color: transparent;
}

.accordion-button:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
  background-image: url(../images/accordion.svg);
  transform: rotate(0deg);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
}

.navbar {
  display: block !important;
  padding-bottom: 0;
  padding-top: 0;
}

#navbar {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.navbar a {
  text-decoration: none;
  color: inherit;
}

.navbar ul li {
  margin-left: 35px;
  margin-right: 15px;
}

.navbar ul li ul li {
  margin: 0px;
}

.nav-link.special,
a.cta,
input.cta,
button.cta {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #015f56;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 24.2px;
}

.nav-link.special:hover {
  background-color: #015f56ce;
  text-decoration: none;
}

.nav-link.special-2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #015f56;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}

a.cta-orange,
button.cta-orange {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #ff9201;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/toggler.svg");
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

a.cta:hover,
input.cta:hover,
.nav-link.special:hover,
button.cta:hover {
  color: #fff;
}

a.cta-secondary,
button.cta-secondary {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: transparent;
  color: inherit;
  border-radius: 40px;
  border: 1px solid #b1b9c2;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}

.navbar-light .navbar-nav .nav-link:focus,
.nav-link:hover {
  text-decoration: underline;

  font-size: 15.5px;
  text-underline-offset: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #242424;
}

.navbar a.nav-link {
  text-transform: capitalize;
  font-size: 15.5px;
}

a.nav-link {
  color: #242424;
  font-size: 15.5px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #242424;
  font-size: 15.5px;
}

.accordion {
  min-width: 100%;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
}

.marquee {
  display: inline-block;
  height: 100px;
  width: 236px;
  border-radius: 10px;
  margin-right: 10px;
  border-radius: 10px;
  vertical-align: top;
  text-align: center;
  background-color: #004b44;
}

.marquee img {
  filter: grayscale(100%);
  opacity: 0.8;
  max-width: 150px;
  mix-blend-mode: multiply;
}

ul.sidebar {
  background: #f9fafb;
  padding: 20px;
}

ul.sidebar li {
  font-size: 16px;
}

ul.sidebar li:hover {
  cursor: pointer;
}

.whychoose ul li {
  margin-right: 20px;
}

.whychoose div p {
  color: grey;
  font-weight: 300;
}

.whychoose ul li .nav-link.active {
  color: #000;
}
#sub-footer{
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(50%); /* Start from the center */
  }
  100% {
    transform: translateX(-50%); /* Move to the opposite side */
  }
}

.marquee-scroll {
  animation: marqueeAnimation 10s linear infinite; /* Adjust the animation duration as needed */
  padding: 33px;
  background: rgba(0, 0, 0, 0.5);
}

ul.footer li {
  margin-bottom: 20px;
  font-size: 14px;
}

.news .card {
  border: none;
}

.card-link {
  background: #eef4ff;
  padding: 10px;
  font-weight: light;
  font-size: 14px;
  text-decoration: none;
  border-radius: 18px;
  color: 026AA2;
}

.tag {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border-radius: 18px;
  margin-right: 10px;
}

.tag-red {
  background: #fff6ed;
  color: #c4320a;
}

.tag-maroon {
  background: #f9f5ff;
  color: #6941c6;
}

.tag-grey {
  background: #f8f9fc;
  color: #363f72;
}

.tag-green {
  background: #f0f9ff;
  color: #026aa2;
}

.card {
  border: none;
}

.lending .nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.lending .nav-link.active {
  font-weight: bold;
}

footer ul {
  padding: 0;
}

footer ul li, 
footer ul li p, #sub-footer ul li, #sub-footer ul li p {
  font-size: 14px;
  line-height: 50px;
}

footer ul li a, #sub-footer ul li a {
  color: #242424;
  text-decoration: none;
}

footer ul li a:hover,
footer ul li a:active {
  text-decoration: underline;
  color: #242424;
  text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}

.card span {
  color: purple;
  font-size: 12px;
  font-weight: 600;
}

.testimonials {
  background: url("../images/Testimonials.svg") no-repeat;
  background-position: left top;
  background-size: 100%;
}

.demo ul {
  padding: 0px;
}

.demo ul li {
  background: url("../images/Subtract.svg") no-repeat;
  height: 65px;
  line-height: 50px;
  padding-left: 65px;
}

.demo span {
  font-size: 14px;
  color: purple;
}

.encompass {
  display: flex;
  gap: 5vw;
}

.encompass ul {
  padding-left: 10px;
}

.encompass ul li span {
  color: #546662;
  font-weight: 300;
}

.encompass ul li a {
  text-decoration: none;
  color: #040815;
}

.encompass ul li a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 7px;
}

/* .card-side1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  color: #090914;
}
*/
.card-side2 {
  font-size: 12px;
  /* font-weight: 400;
  line-height: 21px;
  letter-spacing: -2%;
  color: #ffffff; */
}

.card-body > p {
  font-family: Plus Jakarta Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #546662;
}

.copy-right-text {
  font-size: 15.5px;
  margin: 17px 0px 8px;
  color: #555;
}

.footer-social img {
  width: 25px;
}

.hover-figure {
  overflow: hidden;
}

.hover-figure img {
  transition: 0.5s;
}

.hover-figure img:hover {
  transform: scale(1.5);
}

.hover-figure-light img {
  transition: 0.5s;
}

.hover-figure-light img:hover {
  opacity: 0.3;
}

.accordion-button {
  font-weight: bolder;
}

/**Blogs section**/
.see-more {
  margin-top: 4.5rem !important;
}

.scrollable-container .row {
  padding-bottom: 1rem !important;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
}

@media (max-width: 768px) {
  .ticker {
    padding: 20px 10px;
    text-align: left;
  }

  .ticker p {
    word-spacing: 2px;
    font-size: clamp(0.8rem, 0.83rem + -0.2143vw, 0.7rem);
    width: 90%;
  }

  .scrollable-container {
    overflow-x: auto;
  }
  .see-more {
    margin-top: 4.5rem !important;
  }

  .scrollable-container .row {
    flex-wrap: nowrap;
    padding-bottom: 1rem !important;
  }

  .scrollable-container .col-lg-4,
  .scrollable-container .col-md-6,
  .scrollable-container .col-sm-12,
  .scrollable-container .col-xs-12 {
    flex: 0 0 auto;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .scrollable-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  /* Apply styles only for iPad and mobile resolutions */
  .custom-wrapper {
    flex-direction: column;
  }
  .custom-image {
    width: 100%; /* Adjust the width as needed for your layout */
  }

  .encompass ul {
    padding: 0;
  }

  .cardcontainer ul,
  .cardcontainer div ul {
    padding-left: 0px;
  }
}

.book-demo {
  display: none;
}

@media (min-width: 1025px) {
  .contact-block .special-2 {
    display: hidden !important;
  }
}

@media (min-width: 1200px) {
  .contact-block {
    display: block;
  }
}

@media (max-width: 1024px) {
  .book-demo {
    display: none;
  }

  .contact-block {
    display: none !important;
  }

  .bg-landing {
    background: url("../images/bg-home.png");
    filter: blur(20px) scale(1.1);
    background-size: cover;
  }
}

@media (max-width: 820px) {
  .book-demo {
    display: block;
  }

  .contact-block {
    display: none;
  }
}

@media (max-width: 768px) {
  .book-demo {
    display: block;
  }

  .contact-block {
    display: none;
  }
}

@media (max-width: 500px) {
  .book-demo {
    display: none;
  }
}

@media (min-width: 3000px) {
  html,
  body {
    overflow-x: hidden;
  }

  /**************navbar****************/

  #navbar img {
    max-height: none !important;
    height: 2.5vw;
  }

  #navbar .nav-link,
  #navbar a {
    font-size: 1vw;
    padding: 1vw;
  }

  #navbar .special-2 {
    border-radius: 500px;
  }

  /*********Footer************/

  #footer h6 {
    font-size: 1.2vw;
    padding: 3vh 0;
  }

  #footer img {
    height: 2vw;
    width: auto;
    margin: 2vh 0;
  }

  #footer li {
    margin: 2.5vh 0;
  }

  #footer a {
    font-size: 1vw;
  }

  /***************index.html***************/
  ::-webkit-scrollbar {
    height: 50px !important;
    width: 50px !important;
  }

  h3.display-5 {
    font-size: 3vw;
  }

  p.lead {
    font-size: 1.5vw;
    line-height: 1.3 !important;
  }

  .cta,
  .cta-secondary {
    font-size: 1vw !important;
    padding: 1vw 1.5vw !important;
    border-radius: 5000px !important;
  }

  .accordion-section {
    width: 100vw !important;
  }

  .heading {
    font-size: 1.5vw;
    padding: 4vh 0 !important;
    width: 100vw;
  }
  .accordion-section .heading {
    margin: 0 auto !important;
  }

  .accordion-box {
    width: 100vw;
    justify-content: space-evenly;
  }

  .accordion-box > section:first-child {
    width: 50vw;
  }

  .accordion-section-inner {
    margin: 0;
  }

  #mainImage {
    max-height: none !important;
    height: 30vw !important;
  }

  .accordion-section section button {
    font-size: 1.2vw !important;
  }

  .accordion-section section p {
    font-size: 1vw !important;
    padding-left: 1vw !important;
  }

  .home-card-section .heading {
    margin: 0 !important;
  }

  .home-card-section .container-xl {
    max-width: 100vw; /* or any other value you prefer */
  }

  .home-card .card-body {
    padding: 1vw !important;
  }

  .home-card h5 {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
  }

  .home-card p {
    font-size: 1vw !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5vw;
  }

  .container-xl {
    max-width: 100vw;
  }

  .metrics-image-box {
    display: flex;
    justify-content: center;
  }

  .metrics-image-box img {
    height: 50vh;
  }

  .silos li {
    font-size: 1.1vw !important;
  }

  .metrics .marquee {
    height: 12vh;
    width: 15vw;
  }

  .metrics .marquee img {
    height: 10vh;
    width: 15vw;
    max-width: 90%;
  }

  .hover-figure-light img {
    height: 50vh;
  }

  p {
    font-size: 1vw !important;
    line-height: 1.5;
  }

  .whychoose {
    margin-top: 5vh !important;
  }

  .whychoose li a {
    font-size: 1vw !important;
  }

  .whychoose h4 {
    font-size: 1.5vw !important;
    margin-bottom: 0.5vw;
  }

  .whychoose img {
    max-height: none !important;
    height: 60vh !important;
    margin-top: 10vh;
  }

  .encompass ul {
    width: 25vw !important;
  }

  .encompass ul h5 {
    font-size: 1.5vw;
    line-height: 1.6;
  }

  .encompass ul {
    margin: 5vh 0;
  }

  .encompass ul span {
    font-size: 1vw;
    line-height: 1.1;
  }

  .encompass img {
    height: 50vh;
    margin-bottom: 2vh;
  }

  .dive-into {
    padding-bottom: 5vh !important;
  }

  .dive-into .row {
    height: fit-content !important;
    margin-bottom: 10vh;
    gap: 5vw;
  }

  .dive-into img {
    height: 50vh;
  }

  .dive-into span {
    font-size: 1vw !important;
    line-height: 1.1;
  }

  .dive-into h5 {
    font-size: 1.5vw;
    line-height: 1;
    margin-top: 3vh;
  }

  .dive-into p {
    font-size: 1.2vw !important;
    line-height: 1.2 !important;
    margin: 2vh 0;
  }

  .dive-into .tag {
    font-size: 1.2vw !important;
    line-height: 1 !important;
    border-radius: 200px;
    padding: 1vh 1vw;
  }

  .dive-into .cta-secondary {
    margin-top: 0 !important;
  }

  .finanta-saved img {
    width: 5vw !important;
    margin-bottom: 2vh;
  }

  .finanta-saved span {
    font-size: 1.2vw !important;
  }

  #contact-form h4,
  #contact-form label {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
  }

  #contact-form input,
  #contact-form textarea {
    font-size: 1.2vw;
    padding: 0.5vw 1vw;
    margin-bottom: 1vh;
  }

  #contact-form input.cta {
    padding: 2vw !important;
  }
}


