/*
------------- Table of content ----------------

Template Name: 
Template URI: 
Description:  Responsive  HTML5 Template
Author: Mamun Farazi
Author URI: 
Version: 1.0

---------------------- common content ----------
1.body reset content
#.header-area




*/
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --primary-color: #2FBF7E;
  --secondary_color: #9593FF;
  --white: #FFFDFD;
  --black: #01040A;
  --paragaraph: #34363B;
  --button_color: #4E4BFF;
  --green_tint: #82D9B2;
  --bg_color: #EEF2F0;
  --border_color: #EBEBEB;
  --linear_gradient: background: linear-gradient(270deg, #01040A 4.82%, #4A5262 54.99%, #01040A 96.16%);
}

html,
body {
  height: 100%;
  font-family: "GeneralSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  background-color: var(--color2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GeneralSans", sans-serif;
  letter-spacing: -6%;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -4%;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 12rem 0;
}

.section-space-top {
  padding: 12rem 0 0;
}

.section-space-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-70 {
  padding-bottom: 7rem;
}

.default-row-gap {
  row-gap: 20px;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 8px;
  background-color: var(--primary-color);
  padding: 12px 24px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  border-radius: 23px;
}
.primary-btn.blue-bg {
  color: var(--white);
  background: var(--button_color);
}
.primary-btn.black-bg {
  color: var(--white);
  background: var(--black);
}
.primary-btn.green-bg {
  color: var(--white);
  background: var(--primary-color);
}
.primary-btn.green-bg:hover {
  background: var(--green_tint);
}
.header-area .nav-actions .nav-login-link {
  text-decoration: none;
  color: var(--paragaraph);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  transition: color 0.3s ease;
}
.header-area .nav-actions .nav-login-link:hover {
  color: var(--black);
}
.primary-btn.blue-border {
  border: 1px solid var(--button_color);
  background: transparent;
  color: var(--black);
}

.btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 15px;
}

/* =========================
    BUTTON ANIMATION CSS START
========================= */
.button-text-wrapper-common {
  position: relative;
  overflow: hidden;
  line-height: 122%;
}
.button-text-wrapper-common .link-text,
.button-text-wrapper-common .link-text-hover {
  display: inline-block;
  white-space: nowrap;
}
.button-text-wrapper-common .link-text .char,
.button-text-wrapper-common .link-text-hover .char {
  display: inline-block;
}
.button-text-wrapper-common .link-text-hover {
  position: absolute;
  top: 0;
  left: 0;
}
.button-text-wrapper-common.footer-options {
  padding: 1px 0;
}

/* =========================
    BUTTON ANIMATION CSS END
========================= */
/* =========================
    CUSTOM GAP BETWEEN 2 COLLUMN START
========================= */
@media (min-width: 1200px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
  .container {
    padding-right: var(--bs-gutter-x, 0.25rem);
    padding-left: var(--bs-gutter-x, 0.25rem);
  }
}
/* =========================
    CUSTOM GAP BETWEEN 2 COLLUMN END
========================= */
body {
  background: #FFFDFD;
}

section {
  position: relative;
}

.lp-section-padding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .lp-section-padding {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .lp-section-padding {
    padding: 40px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title.text-left {
  text-align: left;
}
.section-title.text-left h2 {
  text-align: left;
}
.section-title.text-left p {
  text-align: left;
}
.section-title .title-tag {
  padding: 4px 16px;
  border-radius: 15px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  border: 1px solid var(--border_color);
  margin-bottom: 20px;
}
.section-title .title-tag .blue-dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--button_color);
}
.section-title .title-tag .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
.section-title h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -4%;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 30px;
  }
}
.section-title h2 .green {
  color: var(--primary-color);
}
.section-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--paragaraph);
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-title p {
    margin-top: 10px;
  }
}
.section-title .primary-btn {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .section-title .primary-btn {
    margin-top: 20px;
  }
}
.section-title.white-bg h2 {
  color: var(--black);
}
.section-title.white-bg p {
  color: var(--paragaraph);
}
.section-title.dark-bg .title-tag {
  background: var(--paragaraph);
}
.section-title.dark-bg .title-tag .text {
  color: var(--white);
}
.section-title.dark-bg h2,
.section-title.dark-bg p {
  color: var(--white);
}

/* =========================
    Header Area start
========================= */
.header-area {
  background-color: transparent;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
}
.header-area.header-fixed {
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header-area .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area .navbar .logo {
  position: relative;
  z-index: 100;
}
.header-area .navbar .logo img {
  max-width: 240px;
}
@media (max-width: 992px) {
  .header-area .navbar .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 20px 40px;
    text-align: center;
    z-index: 99;
    clip-path: inset(0 0 100% 0);
    overflow-y: auto;
  }
}
.header-area .navbar .menu-wrapper .nav-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}
.header-area .navbar .menu-wrapper .nav-menu .nav-link {
  text-decoration: none;
  color: var(--paragaraph);
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding: 0;
}
.header-area .navbar .menu-wrapper .nav-menu .nav-link:hover, .header-area .navbar .menu-wrapper .nav-menu .nav-link.active {
  color: var(--black);
}
@media (max-width: 992px) {
  .header-area .navbar .menu-wrapper .nav-menu {
    flex-direction: column;
    gap: 20px;
  }
  .header-area .navbar .menu-wrapper .nav-menu li {
    width: 100%;
  }
  .header-area .navbar .menu-wrapper .nav-menu .nav-link {
    color: var(--black);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }
}
.header-area .nav-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 100;
}
.header-area .desktop-actions {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header-area .nav-actions-mobile {
  display: none;
}
@media (max-width: 992px) {
  .header-area .nav-actions-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }
}
@media (max-width: 991px) {
  .header-area .desktop-actions {
    display: none;
  }
}
.header-area .lang-selector-dropdown .dropdown-toggle {
  border: none;
  outline: none;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
.header-area .lang-selector-dropdown .dropdown-toggle img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.header-area .lang-selector-dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") no-repeat center;
  border: none;
  vertical-align: unset;
  transition: all 0.3s ease-in-out;
}
.header-area .lang-selector-dropdown .dropdown-menu {
  border: 1px solid var(--border_color);
}
.header-area .lang-selector-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
.header-area .lang-selector-dropdown .dropdown-menu[data-bs-popper] {
  top: 40px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .menu-toggle {
    display: flex;
  }
}

/* =========================
    Header Area end
========================= */
/* =========================
    HERO Area Start
========================= */
.hero-area {
  padding-top: 210px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-area {
    padding-top: 160px;
  }
}
.hero-area .container {
  position: relative;
  z-index: 11;
}
.hero-area .hero-contnet .title-tag {
  padding: 4px 30px 6px 16px;
}
.hero-area .hero-contnet .arrow-with-image {
  display: flex;
  align-items: center;
  column-gap: 6px;
  line-height: 17px;
}
.hero-area .hero-contnet .arrow-with-image .arrow img {
  max-width: 10px;
}
.hero-area .hero-contnet .arrow-with-image .image img {
  width: 17px;
  height: 17px;
  object-fit: cover;
  border-radius: 100%;
}
.hero-area .hero-contnet .hero-title {
  font-weight: 500;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -6%;
  text-align: center;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .hero-area .hero-contnet .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .hero-area .hero-contnet .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .hero-area .hero-contnet .hero-title {
    font-size: 35px;
  }
}
.hero-area .hero-contnet .hero-title .green {
  color: var(--primary-color);
}
.hero-area .hero-contnet p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--paragaraph);
  max-width: 670px;
  margin: 0 auto 0px;
}
@media (max-width: 330px) {
  .hero-area .hero-contnet .btn-list .primary-btn {
    margin-top: 0;
  }
}
.hero-area .ellipse {
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  top: -131%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(2.46deg, rgb(238, 242, 240) 4.83%, rgb(233, 255, 245) 25.8%, rgb(20, 200, 120) 50.12%);
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .hero-area .ellipse {
    top: -130%;
  }
}
@media (max-width: 1440px) {
  .hero-area .ellipse {
    top: -128%;
  }
}
@media (max-width: 1400px) {
  .hero-area .ellipse {
    width: 250%;
  }
}
@media (max-width: 991px) {
  .hero-area .ellipse {
    top: -133%;
    width: 290%;
  }
}
@media (max-width: 576px) {
  .hero-area .ellipse {
    top: -135%;
    width: 3500px;
  }
}
@media (max-width: 396px) {
  .hero-area .ellipse {
    top: -133%;
  }
}
@media (max-width: 360px) {
  .hero-area .ellipse {
    top: -131%;
  }
}
@media (max-width: 330px) {
  .hero-area .ellipse {
    top: -129%;
  }
}
.hero-area .hero-slider {
  perspective: 600px;
  width: 100%;
  height: 540px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -100px;
}
@media (max-width: 576px) {
  .hero-area .hero-slider {
    margin-top: -130px;
    height: 440px;
  }
}
.hero-area .hero-slider #ring {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none;
}
.hero-area .hero-slider .slider-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 260px;
  margin-top: -150px;
  margin-left: -150px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.hero-area .hero-slider #dragger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.hero-area .ellipse2 {
  width: 3254px;
  height: 1500px;
  top: 880px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  background: var(--white);
  border-radius: 100%;
}
@media (max-width: 1400px) {
  .hero-area .ellipse2 {
    width: 2500px;
    height: 1500px;
    top: 953px;
  }
}
.hero-area .partners {
  position: absolute;
  bottom: 10px;
  z-index: 11;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 60%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 60%, black 80%, transparent 100%);
}
@media (max-width: 1360px) {
  .hero-area .partners {
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  .hero-area .partners {
    bottom: 50px;
    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  }
}
.hero-area .partners .swiper-wrapper {
  transition-timing-function: linear !important;
}
.hero-area .partners .partner-logo {
  border: 1.31px solid var(--border_color);
  padding: 20px 28px;
  border-radius: 65px;
  background: var(--white);
  text-align: center;
}
@media (max-width: 576px) {
  .hero-area .partners .partner-logo {
    padding: 15px 20px;
  }
}
.hero-area .partners .partner-logo img {
  max-height: 25px;
  display: block;
}

/* =========================
    HERO Area END
========================= */
/* =========================
    HOW IT WORK Area start
========================= */
section.how-it-work .stack-wrapper {
  position: relative;
  min-height: 800px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  section.how-it-work .stack-wrapper {
    min-height: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  section.how-it-work .stack-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.how-it-work .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg_color);
  padding: 12px;
  border-radius: 24px;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--border_color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: none;
}
@media (max-width: 991px) {
  section.how-it-work .wrapper {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 20px;
    position: relative;
  }
}
@media (max-width: 768px) {
  section.how-it-work .wrapper {
    padding: 12px;
    border-radius: 16px;
  }
}
section.how-it-work .wrapper .content {
  max-width: 520px;
  padding-left: 80px;
  position: relative;
  z-index: 11;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  section.how-it-work .wrapper .content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  section.how-it-work .wrapper .content {
    padding-left: 8px;
    max-width: 100%;
    padding-top: 0;
  }
}
section.how-it-work .wrapper .content h3 {
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.how-it-work .wrapper .content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  section.how-it-work .wrapper .content h3 {
    font-size: 20px;
  }
}
section.how-it-work .wrapper .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--paragaraph);
}
section.how-it-work .wrapper .content .working-steps {
  padding-left: 28px;
}
section.how-it-work .wrapper .content .working-steps li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 14px;
  position: relative;
  color: var(--paragaraph);
}
section.how-it-work .wrapper .content .working-steps li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../../../assets/images/check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section.how-it-work .wrapper .image {
  max-width: 576px;
  width: 100%;
  padding: 10px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  section.how-it-work .wrapper .image {
    max-width: 100%;
  }
}
section.how-it-work .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  min-height: 425px;
}
@media (max-width: 1200px) {
  section.how-it-work .wrapper .image img {
    min-height: 325px;
  }
}
@media (max-width: 991px) {
  section.how-it-work .wrapper .image img {
    min-height: 225px;
  }
}
section.how-it-work .wrapper .ellipse {
  width: 2638px;
  height: 702px;
  opacity: 0.56;
  background: linear-gradient(2.46deg, #EEFFF7 3.83%, #E9FFF5 57.8%, #14C878 108.12%);
  filter: blur(114px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* =========================
    HOW IT WORK Area END
========================= */
/* =========================
    GROUP Area START
========================= */
section.group-section .group-card {
  padding: 40px;
  border-radius: 30px;
  background: var(--bg_color);
}
section.group-section .group-card .icon-wrapper {
  margin-bottom: 76px;
}
section.group-section .group-card .icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
section.group-section .group-card h3 {
  max-width: 70%;
  color: var(--black);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.group-section .group-card h3 {
    margin-bottom: 10px;
  }
}
section.group-section .group-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--paragaraph);
  margin-bottom: 26px;
}

/* =========================
    GROUP Area END
========================= */
/* =========================
    FOOTER Area START
========================= */
footer.footer-area {
  overflow: hidden;
}
footer.footer-area .footer-cta {
  padding: 130px 0 90px;
  position: relative;
}
@media (max-width: 1024px) {
  footer.footer-area .footer-cta {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  footer.footer-area .footer-cta {
    padding: 60px 0 60px;
  }
}
footer.footer-area .footer-cta .section-title {
  max-width: 720px;
  margin: 0 auto 30px;
}
footer.footer-area .footer-cta .subscribe-form {
  max-width: 374px;
  display: flex;
  align-items: start;
  column-gap: 8px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 375px) {
  footer.footer-area .footer-cta .subscribe-form {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
footer.footer-area .footer-cta .subscribe-form input {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  height: 46px;
  border: 1px solid var(--border_color);
  border-radius: 23px;
  color: var(--black);
  max-width: 250px;
  width: 100%;
}
footer.footer-area .footer-cta .subscribe-form input::placeholder {
  color: var(--black);
}
@media (max-width: 375px) {
  footer.footer-area .footer-cta .subscribe-form input {
    max-width: 100%;
  }
}
footer.footer-area .footer-cta .ellipse {
  width: 2638px;
  height: 702px;
  opacity: 0.56;
  background: linear-gradient(2.46deg, #EEFFF7 3.83%, #E9FFF5 57.8%, #14C878 108.12%);
  filter: blur(200px);
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer.footer-area .footer-content {
  background: #FFFDFD;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  box-shadow: 0px 4px 104px 17px rgba(61, 162, 126, 0.1490196078);
  margin: 0 30px 30px 30px;
}
@media (max-width: 768px) {
  footer.footer-area .footer-content {
    margin: 0 15px 15px 15px;
  }
}
footer.footer-area .footer-content .top-content {
  padding: 130px 130px 0 130px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1800px) {
  footer.footer-area .footer-content .top-content {
    padding: 130px 100px 0 100px;
  }
}
@media (max-width: 1600px) {
  footer.footer-area .footer-content .top-content {
    padding: 100px 70px 0 70px;
  }
}
@media (max-width: 1340px) {
  footer.footer-area .footer-content .top-content {
    padding: 80px 40px 0 40px;
  }
}
@media (max-width: 1340px) {
  footer.footer-area .footer-content .top-content {
    column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  footer.footer-area .footer-content .top-content {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  footer.footer-area .footer-content .top-content {
    padding: 40px 20px 0 20px;
  }
}
footer.footer-area .footer-content .top-content .left-side {
  max-width: 680px;
}
@media (max-width: 1600px) {
  footer.footer-area .footer-content .top-content .left-side {
    max-width: 580px;
  }
}
@media (max-width: 1340px) {
  footer.footer-area .footer-content .top-content .left-side {
    max-width: 510px;
  }
}
footer.footer-area .footer-content .top-content .left-side .logo {
  display: inline-block;
  margin-bottom: 30px;
}
footer.footer-area .footer-content .top-content .left-side .logo img {
  max-height: 62px;
  max-width: 362px;
}
@media (max-width: 768px) {
  footer.footer-area .footer-content .top-content .left-side .logo img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  footer.footer-area .footer-content .top-content .left-side .logo img {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  footer.footer-area .footer-content .top-content .left-side .logo {
    margin-bottom: 20px;
  }
}
footer.footer-area .footer-content .top-content .left-side p {
  color: var(--paragaraph);
}
footer.footer-area .footer-content .top-content .right-side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%;
}
@media (max-width: 1800px) {
  footer.footer-area .footer-content .top-content .right-side {
    max-width: 640px;
  }
}
@media (max-width: 1500px) {
  footer.footer-area .footer-content .top-content .right-side {
    max-width: 540px;
  }
}
@media (max-width: 1024px) {
  footer.footer-area .footer-content .top-content .right-side {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  footer.footer-area .footer-content .top-content .right-side {
    flex-direction: column;
    row-gap: 40px;
  }
}
footer.footer-area .footer-content .top-content .right-side .footer-nav .nav-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 30px;
  display: block;
  color: var(--black);
}
footer.footer-area .footer-content .top-content .right-side .footer-nav .navs {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
footer.footer-area .footer-content .top-content .right-side .footer-nav .navs .nav-links a {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  color: var(--paragaraph);
}
footer.footer-area .footer-content .footer-middle {
  text-align: center;
}
footer.footer-area .footer-content .footer-middle img {
  max-height: 390px;
}
@media (max-width: 576px) {
  footer.footer-area .footer-content .footer-middle {
    padding: 0 10px;
    margin-top: 10px;
  }
}
footer.footer-area .footer-content .footer-bottom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 10px;
  border-top: 1px solid var(--border_color);
  column-gap: 4px;
  flex-wrap: wrap;
}
footer.footer-area .footer-content .footer-bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--black);
  margin-bottom: 0;
}
footer.footer-area .footer-content .footer-bottom a {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--primary-color);
}

/* =========================
    FOOTER Area END
========================= */
/* =========================
    FEATURES Area START
========================= */
section.features-section {
  background: var(--black);
  padding: 160px 0;
}
@media (max-width: 1200px) {
  section.features-section {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  section.features-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section.features-section {
    padding: 60px 0;
  }
}
section.features-section .container {
  position: relative;
  z-index: 11;
}
section.features-section .section-title {
  margin-bottom: 20px;
}
section.features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  section.features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  section.features-section .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.features-section .features-grid::before, section.features-section .features-grid::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 33%;
  width: 2px;
  background: linear-gradient(180deg, #01040A 4.82%, #4A5262 54.99%, #01040A 96.16%);
}
@media (max-width: 991px) {
  section.features-section .features-grid::before, section.features-section .features-grid::after {
    left: 50%;
  }
}
@media (max-width: 576px) {
  section.features-section .features-grid::before, section.features-section .features-grid::after {
    display: none;
  }
}
section.features-section .features-grid::after {
  left: 66%;
}
@media (max-width: 991px) {
  section.features-section .features-grid::after {
    display: none;
  }
}
section.features-section .features-grid .vertial-line,
section.features-section .features-grid .vertial-line2 {
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  background: linear-gradient(270deg, #01040A 4.82%, #4A5262 54.99%, #01040A 96.16%);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  section.features-section .features-grid .vertial-line,
  section.features-section .features-grid .vertial-line2 {
    top: 33%;
  }
}
@media (max-width: 576px) {
  section.features-section .features-grid .vertial-line,
  section.features-section .features-grid .vertial-line2 {
    display: none;
  }
}
section.features-section .features-grid .vertial-line2 {
  display: none;
}
@media (max-width: 991px) {
  section.features-section .features-grid .vertial-line2 {
    display: block;
    top: 66%;
  }
}
@media (max-width: 576px) {
  section.features-section .features-grid .vertial-line2 {
    display: none;
  }
}
section.features-section .features-grid .dot1,
section.features-section .features-grid .dot2 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 100%;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 991px) {
  section.features-section .features-grid .dot1,
  section.features-section .features-grid .dot2 {
    top: 33%;
    left: 50%;
  }
}
@media (max-width: 576px) {
  section.features-section .features-grid .dot1,
  section.features-section .features-grid .dot2 {
    display: none;
  }
}
section.features-section .features-grid .dot2 {
  left: 66%;
}
@media (max-width: 991px) {
  section.features-section .features-grid .dot2 {
    top: 66%;
    left: 50%;
  }
}
section.features-section .features-card {
  padding: 85px 38px 85px 38px;
  display: flex;
  flex-direction: column;
  row-gap: 125px;
  align-items: flex-start;
  position: relative;
  z-index: 111;
}
@media (max-width: 1200px) {
  section.features-section .features-card {
    padding: 60px 30px;
    row-gap: 80px;
  }
}
@media (max-width: 576px) {
  section.features-section .features-card {
    padding: 30px 20px;
    row-gap: 30px;
  }
  section.features-section .features-card:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(270deg, #01040A 4.82%, #4A5262 54.99%, #01040A 96.16%);
  }
}
section.features-section .features-card .icon-wrapper {
  width: 40px;
  height: 40px;
}
section.features-section .features-card .icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
section.features-section .features-card .content h3 {
  color: var(--white);
  margin-bottom: 15px;
  max-width: 70%;
}
@media (max-width: 1200px) {
  section.features-section .features-card .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.features-section .features-card .content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  section.features-section .features-card .content h3 {
    max-width: 100%;
  }
}
section.features-section .features-card .content p {
  color: #FFFDFD;
  max-width: 295px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  section.features-section .features-card .content p {
    font-size: 14px;
  }
}
section.features-section .bg-img {
  position: absolute;
  top: 100px;
  right: 100px;
  bottom: 0;
}
section.features-section .bg-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 10%;
}

/* =========================
    FEATURES Area END
========================= */
/* =========================
    PRICING  Area START
========================= */
section.pricing-plan {
  background: var(--bg_color);
  position: relative;
  overflow: hidden;
}
section.pricing-plan .container {
  position: relative;
  z-index: 11;
}
section.pricing-plan .default-row-gap {
  margin-bottom: 24px;
}
section.pricing-plan .pricing-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  position: relative;
  height: 100%;
}
section.pricing-plan .pricing-card.featured::before {
  content: "";
  position: absolute;
  width: 795px;
  height: 308px;
  top: -25px;
  left: -137px;
  background: linear-gradient(2.46deg, #EEFFF7 3.83%, #E9FFF5 57.8%, #14C878 108.12%);
  filter: blur(90px);
}
section.pricing-plan .pricing-card .card-header-top {
  padding: 35px;
  border-bottom: 2px solid var(--border_color);
  margin-bottom: 35px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1200px) {
  section.pricing-plan .pricing-card .card-header-top {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 1024px) {
  section.pricing-plan .pricing-card .card-header-top {
    padding: 30px 30px 20px 30px;
    margin-bottom: 25px;
  }
}
section.pricing-plan .pricing-card .icon-box {
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}
section.pricing-plan .pricing-card .icon-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
section.pricing-plan .pricing-card .plan-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
  color: var(--black);
  margin-bottom: 7px;
}
section.pricing-plan .pricing-card .plan-desc {
  color: var(--paragaraph);
  margin-bottom: 10px;
  min-height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  section.pricing-plan .pricing-card .plan-desc {
    max-width: 100%;
  }
}
section.pricing-plan .pricing-card .price {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -4%;
  color: var(--black);
  display: flex;
  align-items: center;
  column-gap: 5px;
}
section.pricing-plan .pricing-card .price span {
  color: var(--paragaraph);
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
section.pricing-plan .pricing-card .primary-btn {
  box-shadow: 0px 12px 34px 0px rgba(78, 78, 80, 0.3019607843);
}
section.pricing-plan .pricing-card .card-body-content {
  padding: 0 30px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 11;
  justify-content: space-between;
  row-gap: 55px;
}
@media (max-width: 1200px) {
  section.pricing-plan .pricing-card .card-body-content {
    padding: 0 30px 30px;
  }
}
section.pricing-plan .pricing-card .feature-list {
  list-style: none;
  padding-left: 25px;
}
section.pricing-plan .pricing-card .feature-list li {
  margin-bottom: 20px;
  position: relative;
  color: var(--black);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
section.pricing-plan .pricing-card .feature-list li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-top: 5px;
}
section.pricing-plan .pricing-card .feature-list li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../../../assets/images/check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section.pricing-plan .pricing-card.horizontal {
  flex-direction: row;
  padding: 30px;
  gap: 20px;
}
section.pricing-plan .pricing-card.horizontal .card-left {
  width: 55%;
}
section.pricing-plan .pricing-card.horizontal .card-right {
  width: 45%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  section.pricing-plan .pricing-card.horizontal {
    flex-direction: column;
  }
  section.pricing-plan .pricing-card.horizontal .card-left,
  section.pricing-plan .pricing-card.horizontal .card-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.pricing-plan .pricing-card.horizontal {
    flex-direction: column;
  }
  section.pricing-plan .pricing-card.horizontal .card-left,
  section.pricing-plan .pricing-card.horizontal .card-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
section.pricing-plan .ellipse {
  position: absolute;
  width: 2638px;
  height: 925px;
  top: -255px;
  left: -410px;
  opacity: 0.56;
  background: linear-gradient(2.46deg, #EEFFF7 3.83%, #E9FFF5 57.8%, #14C878 108.12%);
  filter: blur(184px);
}

/* =========================
    PRICING  Area END
========================= */
/* =========================
    FAQ Area START
========================= */
.accordion-custom .accordion-item {
  border: 1px solid var(--border_color);
  border-radius: 16px !important;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.accordion-custom .accordion-item:has(.show) {
  border-color: var(--button_color) !important;
}
.accordion-custom .accordion-button {
  padding: 20px 30px;
  color: var(--black);
  background-color: var(--white);
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
}
.accordion-custom .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: var(--white);
  padding-bottom: 11px;
}
.accordion-custom .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301040A'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  transition: transform 0.3s ease;
}
.accordion-custom .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239593FF'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}
.accordion-custom .accordion-body {
  padding: 0 30px 30px 30px;
  color: var(--paragraph);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

/* =========================
    FAQ Area END
========================= */
/* =========================
    TESTIMONIALS Area START
========================= */
.testimonials-area {
  background: var(--black);
  position: relative;
}
.testimonials-area .container {
  position: relative;
  z-index: 11;
}
.testimonials-area .swiper-wrapper {
  width: calc(100% - 224px);
  overflow: hidden;
}
@media (max-width: 1400px) {
  .testimonials-area .swiper-wrapper {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1200px) {
  .testimonials-area .swiper-wrapper {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .testimonials-area .swiper-wrapper {
    width: 100%;
  }
}
.testimonials-area .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.testimonials-area .testimonicard {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  padding: 8px;
  border: 1px solid #202125;
  border-right: none;
  background: #131417;
  width: calc(100% - 224px);
  position: relative;
  overflow: hidden;
}
.testimonials-area .testimonicard::before {
  content: "";
  position: absolute;
  bottom: -195px;
  width: 292px;
  height: 195px;
  background: #4E4BFF;
  filter: blur(184px);
  left: 50%;
}
@media (max-width: 1400px) {
  .testimonials-area .testimonicard {
    width: calc(100% - 150px);
    column-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .testimonials-area .testimonicard {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .testimonials-area .testimonicard {
    width: 100%;
    border-right: 1px solid #202125;
    border-bottom: none;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .testimonials-area .testimonicard {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
}
.testimonials-area .testimonicard .image {
  width: 40%;
  height: 100%;
}
.testimonials-area .testimonicard .image img {
  width: 100%;
  object-fit: cover;
  height: 470px;
  max-width: 470px;
}
@media (max-width: 1200px) {
  .testimonials-area .testimonicard .image img {
    min-height: 300px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .testimonials-area .testimonicard .image img {
    width: 150px;
    height: 150px;
    min-height: unset;
  }
}
@media (max-width: 1400px) {
  .testimonials-area .testimonicard .image {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .testimonials-area .testimonicard .image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .testimonials-area .testimonicard .image {
    width: 150px;
  }
  .testimonials-area .testimonicard .image img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}
.testimonials-area .testimonicard .content {
  padding: 60px 20px 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 535px;
  height: stretch;
  width: 48%;
}
@media (max-width: 1200px) {
  .testimonials-area .testimonicard .content {
    padding: 20px 20px 20px 0px;
  }
}
@media (max-width: 991px) {
  .testimonials-area .testimonicard .content {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .testimonials-area .testimonicard .content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
}
.testimonials-area .testimonicard .content .description {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -2%;
}
@media (max-width: 1200px) {
  .testimonials-area .testimonicard .content .description {
    font-size: 16px;
    font-weight: 400;
  }
}
.testimonials-area .testimonicard .content .info-text {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .testimonials-area .testimonicard .content .info-text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
}
.testimonials-area .testimonicard .content .info-text .name {
  border-radius: 60px;
  padding: 10px 20px;
  background: #18191D;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.testimonials-area .testimonicard .content .info-text .position {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  color: var(--white);
}
.testimonials-area .next-prev-button {
  position: absolute;
  top: 0%;
  right: 0;
  border: 1px solid #202125;
  background: #131417;
  height: 100%;
  width: 224px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .testimonials-area .next-prev-button {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .testimonials-area .next-prev-button {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .testimonials-area .next-prev-button {
    width: 100%;
    height: 75px;
    position: unset;
    flex-direction: row;
  }
}
.testimonials-area .next-prev-button .swiper-button-next,
.testimonials-area .next-prev-button .swiper-button-prev {
  position: unset;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.testimonials-area .next-prev-button .swiper-button-next svg,
.testimonials-area .next-prev-button .swiper-button-prev svg {
  display: none;
}
@media (max-width: 991px) {
  .testimonials-area .next-prev-button .swiper-button-next,
  .testimonials-area .next-prev-button .swiper-button-prev {
    margin-top: 0;
  }
}
.testimonials-area .next-prev-button .swiper-button-prev {
  border-bottom: 1px solid #202125;
}
.testimonials-area .next-prev-button .swiper-button-prev img {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .testimonials-area .next-prev-button .swiper-button-next {
    border-left: 1px solid #202125;
  }
}
.testimonials-area .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.testimonials-area .bg-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* =========================
    TESTIMONIALS Area End
========================= */
/* =========================
    PLATFORM Area START
========================= */
.platform-area {
  position: relative;
  overflow: hidden;
  background: var(--bg_color);
}
.platform-area .container {
  position: relative;
  z-index: 11;
}
.platform-area .platform-card {
  border-radius: 24px;
  padding: 40px;
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .platform-area .platform-card {
    padding: 20px;
  }
}
.platform-area .platform-card.membership .image img {
  max-width: 395px;
  max-height: 325px;
  object-fit: contain;
}
.platform-area .platform-card.financial .image img {
  max-width: 515px;
  max-height: 295px;
  object-fit: contain;
}
.platform-area .platform-card.mentorship .image img {
  max-width: 230px;
  max-height: 262px;
  object-fit: contain;
}
.platform-area .platform-card.evetn-card {
  padding: 13px;
}
.platform-area .platform-card.evetn-card h3 {
  padding: 0px 40px 40px 40px;
}
@media (max-width: 1200px) {
  .platform-area .platform-card.evetn-card h3 {
    padding: 0px 20px 20px 20px;
  }
}
.platform-area .platform-card.governance-img .image img {
  max-width: 390px;
  max-height: 315px;
  object-fit: contain;
}
.platform-area .platform-card .image {
  text-align: center;
}
.platform-area .platform-card .image img {
  max-height: 330px;
  width: 100%;
}
.platform-area .platform-card h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -4%;
  color: var(--black);
}
@media (max-width: 1200px) {
  .platform-area .platform-card h3 {
    font-size: 22px;
  }
}
.platform-area .platform-card h3 span {
  display: block;
  color: var(--primary-color);
}
.platform-area .ellipse {
  position: absolute;
  width: 2638px;
  height: 925px;
  top: -255px;
  left: -410px;
  opacity: 0.56;
  background: linear-gradient(2.46deg, #EEFFF7 3.83%, #E9FFF5 57.8%, #14C878 108.12%);
  filter: blur(114px);
  z-index: 1;
}

/* =========================
    PLATFORM Area End
========================= */
#smooth-content {
  will-change: transform;
}

/*# sourceMappingURL=style.css.map */
