/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

::selection {
  background-color: #1B57B9;
  color: #fff;
}

body,
html {
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Poppins';
}

p {
  font-weight: 400;
  color: #462F4B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #462F4B;
}

a {
  color: #462F4B;
  text-decoration: none;
  transition: 0.5s all;
  cursor: pointer;
}

a:hover {
  color: #462F4B;
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}

.body-line {
  width: 100%;
  height: 100%;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.common_btn {
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  width: 235px;
  text-align: center;
  font-weight: 400;
  padding: 8px 15px;
  background-color: #1B57B9;
}

.common_btn:hover {
  color: #fff !important;
  background-color: #1b58b99e;
}

.text-main {
  color: #1B57B9 !important;
}

.text-main-2 {
  color: #462F4B !important;
}

.bg-main {
  color: #f2f2f2 !important;
  background-color: #1B57B9 !important;
}

.navbar {
  /* justify-content: center !important; */
  gap: 30px;
}

.navbar-wrapper .nav .nav-item .nav-link {
  color: #462F4B;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.logo-wrapper {
  width: 116px;
  height: 60.48px;
}

.logo-wrapper img {
  object-fit: contain;
}

.merchants-logo-wrapper {
  width: 48px;
  height: 48px;
}

.main-header {
  position: relative;
  z-index: 10;
}

.main-header .nav .nav-item .nav-link.active {
  color: #1B57B9;
}

.mobile-header {
  position: fixed;
  z-index: 20;
  width: 0%;
  height: 100vh;
  background: #E7F0FF;
  top: 0;
  right: -5%;
  transition: all .6s ease-in-out;
}
.navbar {
  list-style: none;
}
.mobile-header .navbar .nav-item .nav-link {
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  white-space: nowrap;
}

.mobile-header .navbar .nav-item .nav-link.active {
  color: #1B57B9;
}

.banner .banner-text-area {
  position: relative;
  z-index: 5;
}

.banner .banner-text-area::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  top: -50%;
  left: -20%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C 0%, rgba(255, 186, 219, 0) 100%);
  rotate: -50deg;
  opacity: 11%;
  z-index: -1;
}

.banner .banner-m-img-wrapper {
  position: relative;
  z-index: 5;
}

.banner .banner-m-img-wrapper::after {
  content: "";
  position: absolute;
  width: 157%;
  height: 160%;
  top: -20%;
  right: -11%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 45deg;
  /* opacity: 3%; */
  z-index: 1;
}

.banner-m-img-wrapper img {
  position: relative;
  z-index: 10;
}

.banner .banner-1-m-wrapper {
  position: relative;
}

.banner .banner-1-m-wrapper .dot-1 {
  background-color: #1B57B9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20%;
}

.banner .banner-1-m-wrapper .dot-2 {
  background-color: #1B57B9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -8%;
}

.banner .banner-1-m-wrapper .dot-3 {
  background-color: #1B57B9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.banner-wrapper {
  margin-top: 80px;
}

.banner-wrapper .banner-heading {
  font-size: 60px;
  font-weight: 600;
  line-height: 87px;
  color: #462F4B;
}

.banner-wrapper .banner-paragraph {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  color: #462F4B99;
}

.banner-m-img-wrapper {
  width: 309px;
  height: fit-content;
}

.banner-2 {
  background: #E7F0FF;
}

.banner-2-wrapper {
  padding: 80px 0px;
}

.banner-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  /* text-align: right; */
}

.banner-text span {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #1B57B9;
  /* text-align: right; */
}

.banner-3 {
  position: relative;
}

.banner-3::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 70%;
  bottom: -40%;
  left: -20%;
  gap: 0px;
  opacity: 0.5px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B9 0%, rgba(255, 186, 219, 0) 100%);
  rotate: -30deg;
  opacity: 90%;
  z-index: 1;
}

.banner-3::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 70%;
  bottom: -40%;
  right: -20%;
  gap: 0px;
  opacity: 0.5px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C36 0%, rgba(255, 186, 219, 0) 100%);
  rotate: -30deg;
  z-index: 1;
}

.banner-4 {
  position: relative;
  z-index: 5;
  background: #E7F0FF;
}

.banner-4 .banner-wrapper {
  padding: 80px 0px;
  position: relative;
}

.banner-4 .banner-inner-content {
  display: grid;
  height: 100%;
  place-items: center;
}

.footer {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.footer-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #462F4B;
}

.w-fit {
  width: fit-content !important;
}

.footer-contact {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 8px !important;
}


.footer-list .list-group a {
  color: #7B7B7B;
  font-size: 26.48px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.footer-list .list-group a.active {
  color: #462F4B;
}

.footer-end-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
  text-decoration: none;

  & a {
    cursor: pointer;
    transition: color .15s ease-out;

    &:hover {
      color: rgba(82, 82, 82, .35);
      ;
    }
  }
}

.footer-li {
  & li {
    transition: all .15s ease-out;

    &:hover {
      & a {
        color: rgba(82, 82, 82, .35);
      }
    }
  }
}

.meet {
  position: relative;
  padding: 50px 120px;
}

.meet::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 48%;
  bottom: -20%;
  right: -20%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 30%;
  z-index: 1;
}

.meet-wrapper {
  position: relative;
  z-index: 5;
}

.meet.our-story::before {
  opacity: 20%;
  right: -30%;
}

.meet .meet-wrapper::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 66%;
  top: -20%;
  left: -30%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 20%;
  z-index: 1;
}

.meet .meet-wrapper::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 66%;
  top: -30%;
  right: -40%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 60%;
  z-index: 1;
}

.meet.our-story .meet-wrapper::after {
  right: -29%;
}

.meet .meet-text {
  font-size: 60px;
  font-weight: 600;
  line-height: 96px;
  text-align: center;
  color: #462F4B;
}

.meet .img-wrapper {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  position: relative;
  border-radius: 1rem !important;
}

.meet .img-wrapper img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: block;
}

.meet-2 .img-wrapper img:hover {
  transform: scale(1.2);
}

.meet .text-wrapper {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.meet .text-wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #462F4B;
}

.meet .text-wrapper p span {
  color: #1B57B9;
}

.our-story {
  position: relative;
  background: #E7F0FF;
  padding: 0px 0;
  z-index: 8;

  &.user-our-story {
    background-color: transparent;
  }
}

.our-story-img-wrapper {
  width: 100%;
  height: fit-content;
  opacity: 0px;
}

.our-story .our-story-heading {
  font-size: 45px;
  font-weight: 600;
  line-height: 90px;
  color: #462F4B;
}

.our-story .our-story-paragraph {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #462F4B;
}

.our-story .our-story-paragraph-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #462F4B;
  margin-bottom: 30px;
}

.download .img-wrapper {
  width: 281px;
  height: 146.5px;
}

.download .merchants-img-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.download .download-btn-img {
  width: 30px;
}

.download .download-btn-img img {
  width: 20px;
  height: 20px;
}

.download .button-width {
  width: 300px;
  height: 65px;
}

.download-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  display: grid;
  place-items: center;
  background: inherit;
  backdrop-filter: blur(40px);
}

.download-wrapper .download-content {
  position: relative;
  z-index: 10;
}

.download .meet .meet-wrapper::after {
  content: "";
  position: absolute;
  width: 28%;
  height: 79%;
  top: -35%;
  right: -8%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 100%;
  z-index: 1;
}

.about-us-banner .about-us-heading {
  font-size: 60px;
  font-weight: 600;
  line-height: 96px;
  letter-spacing: 0.04em;
  color: #462F4B;
}

.about-us-banner .paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #462F4B;
}

.about-us-banner {
  position: relative;
  padding: 50px 0;
  z-index: 5;
}

.about-us-banner::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 58%;
  top: -7%;
  left: -21%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 20%;
  z-index: 1;
}

.about-us-banner::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 48%;
  bottom: -20%;
  right: -20%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #462F4C 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 30%;
  z-index: 1;
}

.about-us-main-wrapper {
  position: relative;
  z-index: 5;
}

.about-us-main-wrapper::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 66%;
  top: -11%;
  right: -19%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 90%;
  z-index: 1;
}

.aboutus-img-wrapper {
  width: 100%;
}

.aboutus-img-main-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.aboutus-img-main-wrapper .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1B57B9;
  position: absolute;
}

.aboutus-img-main-wrapper .dot-1 {
  top: 18%;
  left: 5%;
}

.aboutus-img-main-wrapper .dot-2 {
  top: 50%;
  transform: translateY(-50%);
  left: -6%;
}

.aboutus-img-main-wrapper .dot-3 {
  bottom: 25%;
  left: 15%;
}

.aboutus-img-main-wrapper .dot-4 {
  right: 28%;
  top: 80%;
}

.aboutus-img-main-wrapper .dot-5 {
  right: 28%;
  top: 79.5%;
}

.aboutus-img-main-wrapper .dot-5 {
  right: 30%;
  top: 2%;
}

.aboutus-img-main-wrapper .dot-6 {
  right: 0%;
  top: 71%;
}

.aboutus-img-main-wrapper .dot-7 {
  right: 12%;
  top: 30%;
  width: 10px;
  height: 10px;
}

.about-us-banner .about-text-end {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #462F4B;
}

.contact-form {
  padding: 50px 10px;
}

.contact-us {
  padding: 30px 0px 80px 0px;
}

.contact-us .px-50p {
  padding: 0 50px;
}

.contact-us-heading {
  line-height: 76px;
  font-size: 60px;
  text-align: center;
  font-weight: 500;
}

.form-btn {
  width: 230px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border: 0;
  background-color: #1B57B9;
}

.contact-us .contact-form .form-group .form-control {
  border: 0px;
  border-bottom: 1px solid #462F4B;
  border-radius: 0;
  color: #462F4B;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.contact-us .contact-form .form-group .form-label {
  color: #462F4B;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.form-control:focus {
  box-shadow: 0px 0px 0px -3px !important;
}

.TermAndCondition .text-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.04em;
}

.main-color-wrapper {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5;
}

.main-color-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #E7F0FF;
}

.TermAndCondition {
  position: relative;
  padding-bottom: 150px;
}

.TermAndCondition::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 66%;
  bottom: 0%;
  left: 20%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 100%;
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.contact-us {
  position: relative;
}

.contact-us::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 66%;
  bottom: 0%;
  left: 20%;
  gap: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1B57B952 0%, rgba(255, 186, 219, 0) 100%);
  rotate: 50deg;
  opacity: 100%;
  z-index: 1;
}

.bars-design {
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer !important;
}

.download-a img {
  transition: all .6s ease-in-out;
}

.download-a img:hover {
  transform: scale(0.9);
}

.our-story-paragraph-wrapper {
  height: 71vh;
  overflow-y: auto;

  &::-webkit-scrollbar {
    width: 0;
  }
}

.icon-wrapper {
  background-color: #1B57B9;
  width: 30px;
  height: 30px;
  line-height: 24px !important;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  padding: 0;

  & i {
    color: #fff;
    font-size: 16px;
  }
}

.banner-tag {
  background: #1B57B9;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  & h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
  }
}

.merchats-banner-2 {
  & .heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #462F4B;
  }

  & .paragraph-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #462F4B;
  }
}

.social-icon {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.object-fit-contain{
  object-fit: contain !important;
}
.text-light{
  color: #462F4B !important;
}