@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  background-color: #fffdf5;
  color: #393946;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, sans-serif;
  font-feature-settings: "rlig", "calt";
}

/* Scrollbar styling  */
/*buttons*/
.hma-btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 8px 24px;
  border-radius: calc(0.5rem - 2px);
  display: inline-block;
  text-align: center;
  border: 1px solid;
}
.hma-btn:hover {
  text-decoration: none;
}

.hma-btn-1 {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
.hma-btn-1:hover {
  color: #e65100;
  border-color: transparent;
  background-color: transparent;
}

.hma-btn-2 {
  color: #fff;
  border-color: #e65100;
  background-color: #e65100;
}
.hma-btn-2:hover {
  color: #fff;
  border-color: rgba(230, 81, 0, 0.9019607843);
  background-color: rgba(230, 81, 0, 0.9019607843);
}

.hma-btn-3 {
  color: #fff;
  border-color: #ea580c;
  font-size: 1.125rem;
  line-height: 28px;
  background-color: rgba(230, 81, 0, 0.996);
  transition: all 0.275s;
}
.hma-btn-3:hover {
  color: #fff;
  border-color: #f97316;
  background-color: #f97316;
}

.hma-btn-4 {
  background-color: #f7fafc;
  border: 1px solid #e4eaf1;
  color: #142338;
}
.hma-btn-4:hover {
  background-color: #16a249;
  color: #f7fafc;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #e65100 #e5e7eb;
  border-color: hsl(var(--border));
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #e5e7eb;
}

*::-webkit-scrollbar-thumb {
  background: #e65100;
  border-radius: 9999px;
  border: 2px solid #e5e7eb;
}

*::-webkit-scrollbar-thumb:hover {
  background: #e65100;
}

/* Scrollbar styling Ends */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
}

.show_from_767 {
  display: none;
}

h1 {
  color: rgb(57, 57, 70);
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -1.8px;
  font-size: 72px;
  font-weight: 700;
}
h1 .blue-gradient-text {
  background-image: linear-gradient(to right, #253163, #3d51a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
h2 .heading_underline {
  opacity: 0.8;
  background-color: #e65100;
  width: 8rem;
  height: 0.25rem;
  margin: 1rem auto;
  display: block;
}
h2 .color_orange {
  color: #e65100;
}

h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
h3 .color_orange {
  color: #e65100;
}
h3 .color_yellow {
  color: #a16207;
}

h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sub_heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.short_description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: hsla(215, 47%, 15%, 0.7);
  margin-bottom: 1rem;
}

.main-header {
  background-color: rgba(249, 115, 22, 0.3019607843);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 50;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  animation: slideDown 0.3s ease;
}
.main-header .logo img {
  height: 64px;
  width: 64px;
}

.main-header.sticky {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(249, 115, 22, 0.5019607843);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: sticky;
}

@keyframes fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0.2;
  }
}
.hero-section {
  background-image: radial-gradient(rgba(212, 217, 237, 0.5), transparent);
  position: relative;
}
.hero-section .hero-dolor-wraper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -10px;
}
.hero-section .hero-dolor-wraper .hero-dolor-item {
  position: absolute;
  color: rgba(34, 197, 94, 0.2);
}
.hero-section .hero-section-content {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.hero-section .hero-section-content .ds-hero-left p {
  line-height: 32px;
  font-size: 24px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  outline: rgba(57, 57, 70, 0.7) dashed 0px;
  color: rgba(57, 57, 70, 0.7);
}
.hero-section .hero-section-content .hero-green-circle {
  background: linear-gradient(135deg, hsl(142, 70%, 45%), hsl(142, 80%, 25%));
  top: 5rem;
  left: 2.5rem;
}
.hero-section .hero-section-content .hero-blue-circle {
  background: linear-gradient(135deg, rgba(22, 65, 163, 0.3019607843), rgba(22, 65, 163, 0.1490196078));
  left: 25%;
  bottom: 10rem;
}
.hero-section .hero-section-content .hero-list {
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2.5rem;
}
.hero-section .hero-section-content .hero-list li {
  background-color: rgba(255, 255, 255, 0.3019607843);
  border-radius: 0.5rem;
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
  padding: 0.75rem;
  width: 155px;
}
.hero-section .hero-section-content .hero-list li .icon {
  background-color: #eaecf6;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-section-content .hero-list li .icon svg {
  color: #3d51a5;
}
.hero-section .hero-section-content .hero-list li .text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.hero-section .hero-section-content .range-card-wrapper {
  color: #e65100;
  max-width: 32.6rem;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #feeadc;
  border-radius: 0.5rem;
}
.hero-section .hero-section-content .range-card-wrapper .short_description {
  font-size: 14px;
  color: rgba(57, 57, 70, 0.8);
  margin: 0px 0px 16px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range-value-placer {
  color: #e65100;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #e65100 0%, #f87116 0%);
  border-radius: 5px;
  outline: none;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #e65100;
  cursor: pointer;
  margin-top: -4px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #f87116;
  cursor: pointer;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-moz-range-track {
  height: 8px;
  background: #0f74bd;
  border-radius: 5px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-moz-range-progress {
  height: 8px;
  background: #0f74bd;
  border-radius: 5px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-ms-fill-lower {
  background: #0f74bd;
  border-radius: 5px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-ms-fill-upper {
  background: #0f74bd;
  border-radius: 5px;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #0f74bd;
}
.hero-section .hero-section-content .range-card-wrapper .how-much-you-need-range::-moz-focus-outer {
  border: 0;
}
.hero-section .hero-section-content .range-card-wrapper .range-feature {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.hero-section .hero-section-content .range-card-wrapper .range-feature li .icon {
  background-color: #e65100;
  padding: 0.375rem;
  margin-right: 0.5rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.hero-section .hero-section-content .range-card-wrapper .range-feature li .icon svg {
  color: #fff;
}
.hero-section .hero-section-content .range-card-wrapper .range-feature li .text {
  font-size: 0.75rem;
  color: hsla(240, 10%, 25%, 0.8);
}

.business-funding-section {
  background-color: #f9fafb;
}
.business-funding-section .business_funding_solutions_card_item {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-width: 1px;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.business-funding-section .business_funding_solutions_card_item .icon {
  width: 3rem;
  height: 3rem;
  background-color: #dcfce7;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.business-funding-section .business_funding_solutions_card_item .icon svg {
  color: #16a34a;
}

.how-it-works-section {
  background-image: linear-gradient(to bottom, #f8fafc, #fff);
}
.how-it-works-section .how-it-work-item {
  text-align: center;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border: 2px solid rgba(230, 81, 0, 0.2);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: calc(100% - 1rem);
}
.how-it-works-section .how-it-work-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translate(0, -0.25rem) rotate(0deg) skew(0deg) skewY(0deg) scaleX(1) scaleY(1);
}
.how-it-works-section .how-it-work-item .number {
  background-color: rgba(230, 81, 0, 0.1);
  display: contents;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e65100;
  font-size: 1.5rem;
  border-radius: 999px;
  font-weight: 700;
}
.how-it-works-section .how-it-work-item .heading {
  color: #e65100;
}

.everything-you-need-success {
  background-color: #fff;
}
.everything-you-need-success .top-bg {
  transform: rotate(180deg);
}
.everything-you-need-success .everything_you_need_to_succeed_item {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 0.7s;
  transition-duration: 0.7s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}
.everything-you-need-success .everything_you_need_to_succeed_item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.everything-you-need-success .everything_you_need_to_succeed_item .icon {
  color: #e65100;
  background-color: rgba(249, 115, 22, 0.3);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: calc(0.5rem - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.everything-you-need-success .everything_you_need_to_succeed_item .heading {
  margin: 0.5rem 0;
}
.secure_funding_for_cards_sec {
  background-color: #fff;
}
.secure_funding_for_cards_sec .top-bg {
  transform: rotate(180deg);
}
.secure_funding_for_cards_sec .secure_funding_for_item {
  padding: 1rem 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fed7aa;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  flex-direction: column;
  transition: all 0.3s;
}
.secure_funding_for_cards_sec .secure_funding_for_item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px;
}
.secure_funding_for_cards_sec .secure_funding_for_item .icon {
  background-color: #ffedd5;
  padding: 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}
.secure_funding_for_cards_sec .secure_funding_for_item .icon svg {
  color: #ea580c;
  width: 2rem;
  height: 2rem;
}
.secure_funding_for_cards_sec .secure_funding_for_item .heading {
  font-size: 0.875rem;
  font-weight: 500;
}

.trusted-by-section {
  background-color: rgba(249, 115, 22, 0.3019607843);
}
.trusted-by-section .trusted_by_card {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.trusted-by-section .trusted_by_card .counter {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #e65100;
}
.trusted-by-section .trusted_by_card .title {
  font-size: 0.875rem;
  text-align: center;
}

footer {
  background-color: #fff;
}
footer .footer_bio_wraper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 1px solid rgba(253, 186, 116, 0.2);
  padding-top: 3rem;
}
footer .footer_bio_wraper .footer_logo {
  width: 64px;
  height: auto;
  margin-bottom: 1rem;
}
footer .footer_bio_wraper .footer_logo img {
  width: 100%;
  height: auto;
}
footer .footer_contacat {
  margin-top: 3rem;
  text-align: center;
  border-top: 1px solid rgba(253, 186, 116, 0.2);
  border-bottom: 1px solid rgba(253, 186, 116, 0.2);
  padding: 0.75rem 0;
}
footer .footer_contacat .footer_logo {
  margin-bottom: 1rem;
}
footer .footer_contacat .footer_contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
footer .footer_contacat .footer_contact_list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .footer_contacat .footer_contact_list li:hover {
  color: #f97316;
}
footer .footer_contacat .footer_contact_list li svg {
  color: #f97316;
  width: 1.25rem;
  height: 1.25rem;
}
footer .footer_contacat .footer_contact_list li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
  text-decoration: none;
}
footer .footer_contacat .footer_contact_list li a:hover {
  text-decoration: none;
  color: #f97316;
}
footer .footer_bottom {
  color: hsla(240, 10%, 25%, 0.6);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.75rem;
}
footer .footer_bottom p {
  margin-bottom: 0;
}
footer .footer_bottom p a {
  color: hsla(240, 10%, 25%, 0.6);
  text-decoration: none;
}
footer .footer_bottom p a:hover {
  text-decoration: none;
  color: #f97316;
}

@media (min-width: 640px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 100%;
  }
  .hide_from_767 {
    display: none;
  }
  .show_from_767 {
    display: block;
  }
  h1 {
    text-align: center;
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  .text-center-md-767 {
    text-align: center;
  }
  /**************/
  .hero-section .hero-section-content .ds-hero-left p {
    font-size: 24px;
    text-align: center;
  }
  .hero-section .hero-list {
    justify-content: center;
  }
  .hero-section .hero-section-content .range-card-wrapper .range-feature {
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 1rem;
  }
  .business-funding-section .business_funding_solutions_card_item {
    text-align: center;
  }
  .business-funding-section .business_funding_solutions_card_item .icon {
    margin: 0 auto;
  }
  .how-it-works-section .how_it_works_tabs_btns .how_it_works_tabs_btn_item .icon {
    width: 4rem;
  }
  footer .footer_contacat .footer_contact_list {
    flex-direction: column;
    align-items: center;
  }
  footer .footer_bio_wraper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}/*# sourceMappingURL=main.css.map */