:root {
  --background: 260 100% 97%;
  --foreground: 260 100% 15%;
  --card: 0 0% 100%;
  --card-foreground: 260 100% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 260 100% 15%;
  --primary: 263 38% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 265 100% 94%;
  --secondary-foreground: 260 100% 15%;
  --muted: 265 100% 92%;
  --muted-foreground: 260 80% 40%;
  --accent: 265 100% 94%;
  --accent-foreground: 260 100% 15%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 260 100% 98%;
  --border: 265 100% 88%;
  --input: 265 100% 88%;
  --ring: 260 100% 48%;
  --radius: 0.75rem;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 260 80% 25%;
  --sidebar-primary: 260 80% 48%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 265 80% 94%;
  --sidebar-accent-foreground: 260 80% 15%;
  --sidebar-border: 265 80% 90%;
  --sidebar-ring: 260 100% 50%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "ss02", "cv01", "cv02", "cv03";
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
  /* scrollbar width */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* track color */
}

::-webkit-scrollbar-thumb {
  background: #6e59a5;
  /* brand color */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7a4ae4;
  /* slightly darker shade on hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6e59a5 #f1f1f1;
  /* brand color + track color */
}

.logo {
  width: 172px;
  height: auto;
}
.logo img {
  height: auto;
  width: 100%;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

/*buttons*/
.afa-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: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-radius: calc(0.75rem - 2px);
  display: inline-block;
  text-align: center;
}
.afa-btn:hover {
  text-decoration: none;
}

.afa-btn-1 {
  color: #6e59a5;
}
.afa-btn-1 .icon {
  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: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 100%;
  display: flex;
  text-align: center;
  background-color: rgb(229, 222, 255, var(--tw-bg-opacity));
  width: 24px;
  height: 24px;
  float: left;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.afa-btn-1:hover {
  color: #6e59a5;
  text-decoration: none;
}
.afa-btn-1:hover .icon {
  background-color: #d6bcfa;
}

.afa-btn-2 {
  background-color: #6e59a5;
  color: #fff;
}
.afa-btn-2:hover {
  text-decoration: none;
  background-color: #7e69ab;
  color: #fff;
}

.afa-btn-3 {
  background-color: #fff;
  border: 1px solid rgb(214, 188, 250, var(--tw-border-opacity));
  color: #483c6d;
  border: 1px solid #b599ff;
}
.afa-btn-3:hover {
  background-color: #e5deff;
  border-color: #7e69ab;
  color: #6e59a5;
}

/*text colors*/
.text-advance-400 {
  color: rgb(155, 135, 245, var(--tw-text-opacity));
}

.text-advance-500 {
  color: rgb(110, 89, 165, var(--tw-text-opacity));
}

.text-advance-800 {
  color: rgb(64, 48, 93, var(--tw-text-opacity));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.italic {
  font-style: italic;
}

.bg-advance-500 {
  background-color: rgb(139, 92, 246);
}

.rounded-full {
  border-radius: 9999px;
}

.main-header.scrolled_down {
  background-color: #fff;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
.main-header .circle_1,
.main-header .circle_2,
.main-header .circle_3 {
  filter: blur(24px);
  border-radius: 9999px;
  position: absolute;
}
.main-header .circle_1 {
  background-color: rgba(214, 188, 250, 0.2);
  width: 6rem;
  height: 6rem;
  height: 6rem;
  top: -1rem;
  left: 25%;
}
.main-header .circle_2 {
  background-color: rgba(155, 135, 245, 0.15);
  width: 8rem;
  height: 8rem;
  right: 25%;
  top: -1rem;
}
.main-header .circle_3 {
  background-color: rgba(214, 188, 250, 0.3019607843);
  width: 24rem;
  height: 24rem;
  right: 0;
  top: -5rem;
}
.main-header #menu-primary-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.main-header #menu-primary-menu li a {
  color: rgb(110, 89, 165, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.15s;
  position: relative;
  font-weight: 500;
}
.main-header #menu-primary-menu li a::after {
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  transition: all 0.15s;
  visibility: hidden;
  width: 1rem;
  left: 0;
  background-color: rgb(139, 92, 246, var(--tw-bg-opacity));
}
.main-header #menu-primary-menu li a:hover {
  color: rgb(139, 92, 246, var(--tw-text-opacity));
  text-decoration: none;
}
.main-header #menu-primary-menu li a:hover::after {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

/*text colors*/
.text-advance-950 {
  --tw-text-opacity: 1;
  color: rgb(20, 18, 31, var(--tw-text-opacity));
}

.text-advance-500-40 {
  color: rgba(110, 89, 165, 0.4);
}

.text-advance-700 {
  --tw-text-opacity: 1;
  color: rgb(110, 89, 165, var(--tw-text-opacity));
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.leading-relaxed {
  line-height: 1.625;
}

/*font weight*/
.font-bold {
  font-weight: 700;
}

/*font sizes*/
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.max-w-2xl {
  max-width: 40rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/**/
.tracking-tight {
  letter-spacing: -0.025em;
}

.w-full {
  width: 100%;
}

.h-2 {
  height: 0.5rem;
}

.left-0 {
  left: 0;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow-2xl {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: 1s ease 0s infinite normal none running bounce;
}

.main-section h1 span {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s;
}
.main-section h1 span svg {
  color: rgba(110, 89, 165, 0.4);
}
.main-section h1 span:hover {
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.02) scaleY(1.02);
}
.main-section h1 span:hover svg {
  color: #6e59a5;
}
.main-section .range_card {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
}
.main-section .range_card .range_card_circle_1 {
  filter: blur(24px);
  background-color: rgba(214, 188, 250, 0.4);
  border-radius: 9999px;
  width: 8rem;
  height: 8rem;
  top: 0px;
  right: 0px;
  position: absolute;
}
.main-section .range_card .range_card_circle_2 {
  filter: blur(24px);
  background-color: rgba(126, 105, 171, 0.4);
  border-radius: 9999px;
  width: 10rem;
  height: 10rem;
  bottom: 0px;
  position: absolute;
}
.main-section .range_card .how-much-you-need-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, rgb(2, 5, 83) 0%, rgb(0, 177, 244) 0%);
  border-radius: 5px;
  outline: none;
}
.main-section .range_card .how-much-you-need-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
  cursor: pointer;
  margin-top: -4px;
}
.main-section .range_card .how-much-you-need-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
  cursor: pointer;
}
.main-section .range_card .how-much-you-need-range::-moz-range-track {
  height: 8px;
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.main-section .range_card .how-much-you-need-range::-moz-range-progress {
  height: 8px;
  background: rgb(2, 5, 83);
  border-radius: 5px;
}
.main-section .range_card .how-much-you-need-range::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.main-section .range_card .how-much-you-need-range::-ms-fill-lower {
  background: rgb(2, 5, 83);
  border-radius: 5px;
}
.main-section .range_card .how-much-you-need-range::-ms-fill-upper {
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.main-section .range_card .how-much-you-need-range::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(2, 5, 83);
}
.main-section .range_card .how-much-you-need-range::-moz-focus-outer {
  border: 0;
}
.main-section .range_card .hero_fund_sec_features {
  transition: all 0.3s;
  z-index: 1;
}
.main-section .range_card .hero_fund_sec_features:hover {
  transform: translateY(-8px);
}

.funding_solution_card_wraper:nth-child(even) .funding_solution_card .funding_solution_card_circle {
  bottom: -2.5rem;
  left: -2.5rem;
}
.funding_solution_card_wraper:nth-child(odd) .funding_solution_card .funding_solution_card_circle {
  top: -2.5rem;
  right: -2.5rem;
}
.funding_solution_card_wraper .funding_solution_card {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(229, 222, 255);
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.funding_solution_card_wraper .funding_solution_card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.funding_solution_card_wraper .funding_solution_card .funding_solution_card_circle {
  background-color: rgba(183, 148, 244, 0.1);
  border-radius: 9999px;
  width: 8rem;
  height: 8rem;
  position: absolute;
}
.funding_solution_card_wraper .funding_solution_card .icon {
  background-color: rgba(214, 188, 250, 0.3);
  border-radius: 9999px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e59a5;
  margin-bottom: 1.5rem;
}
.funding_solution_card_wraper .funding_solution_card .heading {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.funding_solution_card_wraper .funding_solution_card .description {
  color: rgb(126, 105, 171);
  margin-bottom: 1.5rem;
}
.funding_solution_card_wraper .funding_solution_card .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.funding_solution_card_wraper .funding_solution_card .features li {
  display: flex;
  color: rgb(110, 89, 165);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.secure-funding-section {
  position: relative;
  background: url("../images/source-funding-bg.png") no-repeat center center;
  background-size: cover;
}
.secure-funding-section .content {
  background-color: rgba(245, 243, 255, 0.8);
}
.secure-funding-section .secure_funding_for_cards_item {
  background-color: #fff;
  border: 1px solid #e5deff;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.secure-funding-section .secure_funding_for_cards_item .icon {
  padding: 0.75rem;
  border-radius: 9999px;
  background-color: rgb(229, 222, 255, var(--tw-bg-opacity));
  margin-bottom: 0.5rem;
  background-color: #e5deff;
  color: #6e59a5;
}
.secure-funding-section .secure_funding_for_cards_item .heading {
  color: #5d4a96;
  font-weight: 600;
}

.solutions_for_every_business_cards {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.solutions_for_every_business_cards .solutions_for_every_business_cards_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: #fff;
  border: 1px solid #e5deff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  height: 100%;
}
.solutions_for_every_business_cards .solutions_for_every_business_cards_item .counter {
  color: #5d4a96;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.solutions_for_every_business_cards .solutions_for_every_business_cards_item .heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  max-width: 85%;
  margin-bottom: 1rem;
  color: #483c6d;
}
.solutions_for_every_business_cards .solutions_for_every_business_cards_item .circle {
  background-color: rgba(229, 222, 255, 0.3);
  border-radius: 9999px;
  width: 6rem;
  height: 6rem;
  right: -1.5rem;
  bottom: -1.5rem;
  position: absolute;
}

#afadvancefaq .card-item {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #e5deff;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
#afadvancefaq .card-item .card-item-header {
  cursor: pointer;
  color: #40305d;
  font-size: 1rem;
  font-weight: 500;
}
#afadvancefaq .card-item .card-item-header [data-toggle=collapse] {
  width: 100%;
  padding: 1rem 1.5rem;
  display: block;
}
#afadvancefaq .card-item .card-item-header [data-toggle=collapse] .icon_question {
  background-color: #e5deff;
  width: 24px;
  border-radius: 9999px;
  margin-right: 0.75rem;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  transition: all 0.275s;
}
#afadvancefaq .card-item .card-item-header [data-toggle=collapse] .arrow_icon {
  float: right;
  transition: all 0.275s;
}
#afadvancefaq .card-item .card-item-header [data-toggle=collapse]:not(.collapsed) .arrow_icon {
  transform: rotate(180deg);
}
#afadvancefaq .card-item .card-item-header:hover [data-toggle=collapse] .icon_question {
  background-color: #d6bcfa;
}
#afadvancefaq .card-item .card-item-body {
  padding: 0rem 1.5rem 1rem;
  color: #7e69ab;
  padding-left: 3rem;
  font-size: 0.875rem;
}

footer .heading {
  color: #1a1f2c;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
footer .contact_us_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
footer .contact_us_ul li {
  display: block;
  transition: all 0.275s;
  margin-bottom: 0.5rem;
}
footer .contact_us_ul li:hover {
  padding-left: 0.25rem;
}
footer .contact_us_ul li a {
  color: #5d4a96;
  font-weight: 500;
  font-size: 0.875rem;
}
footer .contact_us_ul li a:hover {
  text-decoration: none;
}
footer #menu-quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #menu-quick-links li {
  transition: all 0.275s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
}
footer #menu-quick-links li:hover {
  padding-left: 0.25rem;
}
footer #menu-quick-links li a {
  color: #7e69ab;
  font-size: 0.875rem;
}
footer #menu-quick-links li a:hover {
  text-decoration: none;
}
footer #menu-quick-links li .dot_outer {
  background-color: #e5deff;
  padding: 0.25rem;
  margin-right: 0.5rem;
  border-radius: 9999px;
  float: left;
}
footer #menu-quick-links li .dot_outer .dot_inner {
  background-color: #6e59a5;
  border-radius: 9999px;
  width: 0.375rem;
  height: 0.375rem;
  float: left;
}

.small_description {
  color: #7e69ab;
  font-size: 1rem;
}

/********************/
.how_af_advance_works_sec {
  background-image: url(../images/Screenshot_2.png);
  background-repeat: no-repeat;
  background-position: right;
}
.how_af_advance_works_sec .how_af_advance_works_step {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.how_af_advance_works_sec .how_af_advance_works_step:hover {
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.05) scaleY(1.05);
}
.how_af_advance_works_sec .how_af_advance_works_step .number {
  background-color: #6e59a5;
  border-radius: 9999px;
  box-shadow: 0 1px 10px 2px rgba(139, 92, 246, 0.5), 0 1px 10px 2px rgba(139, 92, 246, 0.5);
  color: #fff;
  font-size: 1.25rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 1rem auto;
}
.how_af_advance_works_sec .how_af_advance_works_step .card {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #e5deff;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
}
.how_af_advance_works_sec .how_af_advance_works_step .card .circle {
  background-color: rgba(229, 222, 255, 0.5);
  width: 8rem;
  height: 8rem;
  top: -4rem;
  right: 4rem;
  position: absolute;
  border-radius: 9999px;
}
.how_af_advance_works_sec .how_af_advance_works_step .card .icon {
  background-color: #e5deff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto 1.5rem;
}
.how_af_advance_works_sec .how_af_advance_works_step .card .icon svg {
  color: #6e59a5;
  width: 40px;
  height: 40px;
}
.how_af_advance_works_sec .how_af_advance_works_step .card .heading {
  font-size: 1.25rem;
  color: #1a1f2c;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.benefits_item {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #e5deff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.benefits_item .icon {
  background-color: #e5deff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
.benefits_item .icon svg {
  color: #6e59a5;
  width: 20px;
  height: 20px;
}
.benefits_item .content {
  margin-top: 1rem;
  text-align: left;
}
.benefits_item .content .heading {
  font-size: 1.125rem;
  color: #1a1f2c;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about-main {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(229, 222, 255, var(--tw-border-opacity));
  background-color: #fff;
  border-radius: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.about-main:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.about-main .main_cards {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #f5f3ff;
  border: 1px solid rgba(229, 222, 255, 0.8);
  border-width: 1px;
  border-radius: 1rem;
}
.about-main .main_cards .main_card_item {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.75rem;
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-main .main_cards .main_card_item:hover {
  transform: translateY(-4px);
}
.about-main .main_cards .main_card_item:last-child {
  margin-bottom: 0;
}
.about-main .main_cards .main_card_item .icon {
  background-color: #e5deff;
  padding: 0.5rem;
  border-radius: 9999px;
}
.about-main .main_cards .main_card_item .content .heading {
  color: #1a1f2c;
  font-size: 1.125rem;
  font-weight: 600;
}
.about-main .circle-1,
.about-main .circle-2 {
  position: absolute;
  border-radius: 9999px;
  background-color: rgba(229, 222, 255, 0.5);
  z-index: 0;
  width: 20rem;
  height: 20rem;
}
.about-main .circle-1 {
  top: -5rem;
  right: -5rem;
}
.about-main .circle-2 {
  bottom: -5rem;
  left: -5rem;
}

.team_members .team_card {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #e5deff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.team_members .team_card .photo_wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.team_members .team_card .photo_wrapper .blur_bg {
  margin: 0 auto 1rem;
  background-image: linear-gradient(to bottom, rgba(183, 148, 244, 0.3), rgba(139, 92, 246, 0.3));
  filter: blur(24px);
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.team_members .team_card .photo_wrapper .photo img {
  max-width: 128px;
  border-radius: 9999px;
}
.team_members .team_card .name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1f2c;
  margin-bottom: 0.25rem;
}
.team_members .team_card .position {
  color: #7e69ab;
  background-color: #f5f3ff;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  padding: 0.5rem;
  display: inline-block;
}

.show_from_767 {
  display: none;
}

.navbar-toggler {
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icons {
  color: #6e59a5;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icons .cross {
  display: none;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icons .bars {
  display: block;
}

.navbar-toggler[aria-expanded=true] {
  transform: rotate(90deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icons .cross {
  display: block;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icons .bars {
  display: none;
}

/*
Media Min widths
*/
@media (min-width: 768px) {
  .md-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .lg-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media (max-width: 768px) {
  .solutions_for_every_business_cards .solutions_for_every_business_cards_item .counter {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hide_from_767 {
    display: none;
  }
  .show_from_767 {
    display: block;
  }
  .text-center-from-767 {
    text-align: center;
  }
  .main-header .navbar-collapse {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 1rem 1.5rem;
  }
  .main-header .navbar-collapse #menu-primary-menu {
    flex-direction: column;
  }
  .solutions_for_every_business_cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .solutions_for_every_business_cards .solutions_for_every_business_cards_item {
    flex-basis: 50%;
    /* Each item takes up 50% of the container width */
    flex-grow: 1;
    /* Allows items to grow and fill remaining space */
    box-sizing: border-box;
  }
  footer .footer-item .logo {
    margin: 0 auto;
  }
  footer .contact_us_ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 570px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .logo {
    width: 89px;
  }
}/*# sourceMappingURL=main.css.map */