body {
  font-family: var(--secondary-font);
  background-color: var(--primary-color);
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::before {
  background-image: url(/images/background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  content: "";
  width: 100vw;
  height: 100vw;
  position: fixed;
  animation: spin 10s linear infinite;
  z-index: -1;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

:root {
  --primary-color: #2e0549;
  --secondary-color: #b2e600;
  --white-color: #F5F7F8;
  --black-color: #181818;
  --primary-font: "Anek Latin", serif;
  --secondary-font: "Open Sans", serif;
}

/* banner section  */

.banner {
  color: var(--white-color);
  text-align: center;
  padding: 60px 0px;
  background-image: url(/images/head-bg.svg);
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-sec .img-common {
  width: 55%;
  margin-left: 150px;
}

.mobile-sec .img-2 {
  width: 25%;
}

.card-animation {
  position: relative;
  display: inline-block;

}

.card-animation .img-1 {
  position: relative;
  /* z-index: 1; */
}

.card-animation .img-2 {
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  bottom: 95px;
  width: 200px;
  z-index: 2;
  animation: upDown 2s infinite ease-in-out;
}

@keyframes upDown {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -30px);
  }
}

.mobile-sec .card-2-img {
  width: 55%;
  margin-left: -40px !important;
}

.card-animation-2 {
  position: relative;
}

.animation-slider-area {
  height: 100%;
  width: 30%;
  overflow: hidden;
  top: -10%;
  position: absolute;
  right: 50%;
  transform: skew(0deg, -35deg) scaleX(-1);
}

.animation-blue-slider-area {
  right: 52% !important;
}

.animation-slider {
  height: 100%;
  width: 100%;
}

.animation-slide-image {
  height: 150px;
  animation: scroll 12s linear infinite;
}

.animation-slide-track {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%)
  }
}


.banner h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--secondary-font);
}

.banner h2 {
  color: var(--white-color);
  font-family: var(--primary-font);
  font-size: 64px;
  font-weight: 800;
}

.banner p {
  color: #B0B8C9;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  padding: 0 350px;
  font-family: var(--secondary-font);
}

.banner a {
  text-decoration: none;
  color: var(--black-color);
  font-family: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  background-color: var(--secondary-color);
  padding: 28px 36px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}

.animation {
  background-image: url(/images/banner-bg.svg);
  height: 750px;
  background-size: contain;
  background-repeat: no-repeat;
}

.word-container {
  position: relative;
  width: 100%;
  /* Set container width */
  height: 50px;
  /* Set container height */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 25px;
  overflow: hidden;
  /* Ensure only one word is visible at a time */
}

#word {
  position: relative;
  white-space: nowrap;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  color: #D0A8EB;
  font-family: var(--primary-font);
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  /* Start with hidden word */
}


/* why accupayd section  */

.why-accupayd {
  background-color: #EBD5FF;
  height: 700px;
}

.why-accupayd {
  padding: 50px 0px;
}

.why-accupayd h3 {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 740;
  font-family: var(--primary-font);
  margin-bottom: 50px;
}

.why-box {
  border-radius: 24px;
  /* background: url(/images/why-bg-1.svg); */
  background-size: contain;
  height: 250px;
  /* width: 100%; */
  background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
}

.why-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.why-box-content {
  padding: 34px;

}


.why-box-2 {
  background: url(/images/why-bg-2.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

.why-box h4 {
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 700;
}

.why-box h6 {
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: normal;
  width: 55%;
}

.why-box-2 h4,
.why-box-2 h6 {
  color: #2E0549;
}

.why-box-4 {
  background: url(/images/why-bg-4.svg);
  background-size: contain;
  height: 250px;
  width: 100%;
}


.why-holder {
  display: flex;
  gap: 20px;
}

.why-content {
  width: 41.6%;
  background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
  border-radius: 24px;
  height: 250px;
  transition: width 0.3s;
}

.why-content:hover {
  width: 60%;
}

.why-content-2 {
  width: 58.6%;
  background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
  border-radius: 24px;
  height: 250px;
  transition: width 0.3s;
  background: linear-gradient(97deg, #DBB4FE 2.2%, #C584FC 100%);
}

.why-content-2:hover {
  width: 70%;

}

.why-content {
  position: relative;
  overflow: hidden;
}

.why-content img {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  right: -89px;
  bottom: -29px;
  transition: right 0.3s, bottom 0.3s;

}

.why-content:hover img {
  mix-blend-mode: luminosity;
  height: 95%;
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.why-box-content h4 {
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 700;
}

.why-box-content h6 {
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  width: 60%;
  transition: width 0.3s;
  padding: 20px 0px;
  font-weight: 400;
  line-height: 26px;
}

.why-content-2 {
  position: relative;
  overflow: hidden;
}

.why-content-2 img {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  right: -89px;
  bottom: -29px;
  top: 0px;
  transition: right 0.3s, bottom 0.3s, top 0.3s;
}

.why-content-2:hover img {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 0px;
  top: 10px
}

.why-content-2 h4,
.why-content-2 h6 {
  color: #2E0549;
}

.why-content-3 {
  width: 58.6%;
  background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
  border-radius: 24px;
  height: 250px;
  transition: width 0.3s;
  background: linear-gradient(97deg, #DBB4FE 2.2%, #C584FC 100%);
}

.why-content-3:hover {
  width: 70%;
}

.why-content-3 {
  position: relative;
  overflow: hidden;
}

.why-content-3 img {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  right: -65px;
  bottom: -53px;
  transition: right 0.3s, bottom 0.3s;
}

.why-content-3:hover img {
  mix-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px
}

.why-content-3 h4,
.why-content-3 h6 {
  color: #2E0549;
}

/* footer css */

footer {
  border-top: .8px solid #1f1f1f;
  border-bottom: .8px solid #1f1f1f;
  padding-top: 65px;
  padding-bottom: 20px;
  background-color: #1A022D;
}

footer img {
  width: 200px;
}

.foot-linking h5 {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 500;

}

.foot-linking li,
.foot-linking a {
  color: white !important;
  list-style: none;
  font-size: .9rem;
  font-weight: 300;
  padding-bottom: 10px;

}

.foot-linking ul {
  padding-left: 0rem;
  padding-top: 10px;
}


.footer-links {
  display: flex;
  justify-content: space-between;
}

.foot-linking img {
  width: 18px;
}

.copyright {
  background-color: #1A022D;

}

.copyright p {
  color: #FFF;
  font-size: 0.8715rem;
  font-weight: 300;
  font-family: var(--secondary-font);
  margin: 15px 0px;
}

.bottom-icons {
  display: flex;
  justify-content: end;
  gap: 30px;
}

.bottom-icons a {
  text-decoration: none;
  margin: 15px 0px;
  color: white;
}

.foot-linking a {
  text-decoration: none;
  color: white;
}

.foot-linking a:hover {
  text-decoration: underline;
  color: var(--white-color);
}

.bottom-align {
  display: flex;
  justify-content: space-around;
}

/* about css  */


.about-name {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  border-left: 1px solid #8AB800;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
  width: 120px;
}

.about-head h1 {
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 66px;
  font-weight: 500;
  padding: 20px 0px;
}

.about-head h5 {
  color: #C7CFDA;
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 35px 0px;

}

.about-image {
  height: 600px;
  padding-top: 100px;
}

.about-image img {
  width: 300px;
  height: auto;
}

.up-img {
  margin-top: -60px;
}

.who-content {
  padding: 30px 0px;

}

.who-content h6 {
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: normal;

}

.who-content img {
  width: 100%;
}

/* card issuance page */


.bread-crum a {
  text-decoration: none;
  color: #B0B8C9;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.bread-crum h1 {

  color: #FFF;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 76px;
  font-weight: 500;
}

.bread-content {
  padding: 70px 0px;
}

.head-section {
  text-align: center;
}

.head-section p {
  color: #FFF;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 36px */
  padding: 0px 100px;
}

.head-section img {
  width: 540px;
  padding: 20px 0px;
}

.issuance-content {
  border-radius: 20px;
  background: linear-gradient(180deg, #2E0549 0%, #2E0549 100%);
  padding: 25px 20px;
  border-radius: 24px;
  border: 1px solid #5D1C87;
}

.issuance-content:hover {
  border-radius: 20px;
  background: linear-gradient(180deg, #5D1C87 0%, #2E0549 100%);
}

.issuance-content h5 {
  color: #ECF0F3;
  font-family: "Anek Latin";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

.issuance-content {
  height: 330px;
}

.issuance-content-1 {
  margin-top: -190px;
  background: transparent !important;
  opacity: 0.42;

}

.issuance-card {
  overflow: hidden;
}

.issuance-content p {

  color: #B0B8C9;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  padding-top: 20px;
}


.issuance-content-5 {
  margin-top: -190px;

}

.row-new {
  --bs-gutter-y: -35px !important;
}

.issuance-content-3,
.issuance-content-7,
.issuance-content-11 {
  margin-top: 60px;
}

.issuance-content-9 {
  margin-top: -190px;
}

.bread-crum h1 {
  font-size: 52px;
}

.big-screen {
  display: none;
}

.commitment {
  color: #FFF;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 500;
  margin-top: -230px;
}

.commitment-section {
  margin: 50px 0px;

}

.commitment-card {
  color: #5D1C87;
  font-family: var(--secondary-font);
  font-weight: 800;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #5D1C87;
  background: rgba(217, 217, 217, 0.00);
  padding: 10px;
}

.commitment-card:hover {
  border: 1px solid #AF55F7;
}

.commitment-card span {
  color: #5D1C87;
  font-size: 85px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.commitment-card h6 {
  color: #B0B8C9;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.commit-row {
  --bs-gutter-y: 1.5rem !important;
}

.solve-inner-content {
  display: flex;
  --bs-gutter-y: 1.5rem !important;

}

.we-solve {
  padding: 40px 0px;
  background-color: var(--primary-color);
}

.we-solve h1 {
  color: #ECF0F3;
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 700;
}

.we-solve p {
  color: #FFF;
  font-family: var(--secondary-font);
  font-size: clamp(16px, 4vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.solve-content {
  padding: 60px 0px;
}

.solve-inner-content .product-card {
  height: 300px;
}

.product-card:hover .product-card-text {
  font-size: 18px;
}

.solve-inner-content .product-card a {
  margin-top: 10px;
  color: #5D1C87;
}

.product-subtext {
  font-size: 14px !important;
}

.product-subtext-1 {
  padding: 0px 10px !important;
  font-size: 14px !important;

}

.product-card:hover .pruct-text {
  margin-left: 20px !important;
}

.card-issuance {
  height: 175px;
  display: flex;
  align-items: center;
}

.card-issuance h4 {
  color: #ECF0F3;
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 700;
}

.card-issuance p {
  color: #FFF;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0px;
}

.card-issuance a {
  text-decoration: none;
  height: 48px;
  padding: 8px 24px;
  border-radius: 4px;
  background: #B2E600;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  color: #181818;
}

.card-issuance a:hover {
  background-color: #E2FF50;
  color: #181818;
}

.head-section img {
  width: 540px;
  padding: 20px 0px;
}

.primary-btn {
  text-decoration: none;
  color: #181818;
}


.we-solve-1 {
  margin-top: -250px;
}

/* custom scrollbar starts here*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #94c100;
}

/* custom scrollbar ends here*/

/* Theme Button starts here */

.primary-btn {
  display: inline-flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 4px;
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 500;
  color: var(--black-color) !important;
  text-decoration: none;
}

.primary-btn:hover {
  background: #E2FF50;
}

.secondary-btn {
  display: inline-flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
  color: var(--secondary-color) !important;
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 500;
}

.secondary-btn:hover {
  background: #E2FF50;
  color: var(--black-color) !important;
}

/* Theme Button ends here */

/* Nav-bar Header section starts here */

.navbar-section {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar {
  background-color: var(--primary-color) !important;
  backdrop-filter: blur(5px);
  height: 100px !important;
  backdrop-filter: blur(5px);
}

.logo-block {
  margin-right: 165px;
}

.nav-gap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}

.nav-gap .navbar-collapse {
  width: 100%;
  justify-content: space-between;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  background-color: var(--primary-color);
  border-radius: 12px;
  gap: 20px;
}

.navbar-collapse,
.show {
  display: flex;
}

.navbar-toggler {
  border-color: var(--white-color);
}

.navbar-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar-brand .brand-image {
  height: 60px;
  width: 250px;
  object-fit: contain;
}

.navbar-nav {
  align-items: center;
}

.nav-item .dropdown-toggle::after {
  display: none !important;
}

.nav-link {
  color: #B0B8C9 !important;
  padding-inline: 16px !important;
}

.nav-link:hover {
  color: var(--white-color) !important;
}

.navbar-dropdown:hover .nav-link {
  color: var(--white-color) !important;
}

.dropdown-icon,
.language-icon {
  fill: #B0B8C9;
}

.navbar-dropdown:hover .dropdown-icon {
  fill: var(--white-color) !important;
}

.navbar-dropdown {
  position: relative;
  cursor: pointer;
}

.navbar-dropdown:hover .navbar-dropdown-menu {
  display: block;
}

.navbar-dropdown:hover .dropdown-empty-div {
  display: block;
}

.dropdown-empty-div {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  height: 30px;
  width: 250px;
  background-color: transparent;
}

.navbar-dropdown-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 310px;
  padding: 16px;
  border-radius: 0px 0px 24px 24px;
  border: 1px solid #9B33EA;
  border-top: none;
  background: #5D1C87;
  box-shadow: 0px 4px 15px 0px rgba(183, 118, 236, 0.31);
  backdrop-filter: blur(5px);
}

.navbar-dropdown-item {
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: clamp(12px, 5vw, 16px);
}

.navbar-dropdown-item:hover {
  background-color: #500F79;
}

.navbar-dropdown-image {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.navbar-dropdown-text {
  font-size: clamp(8px, 5vw, 18px);
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #B0B8C9 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Nav-bar Header section Ends here */

/* Counter section starts here */

.counter-section {
  padding-block: 100px;
}

.counter-card-block {
  height: 130px;
  width: 250px;
  border-radius: 12px;
  background-image: url(/images/counter-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px;
}

.count-text {
  color: #E2FF50;
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 600;
  letter-spacing: -5px;
}

.cr-counter-text {
  letter-spacing: normal;
}

.count-subtext {
  position: absolute;
  right: 0%;
  transform: translate(50%, 0%);
  color: #E2FF50;
  font-size: clamp(12px, 2vw, 16px);
  padding: 10px;
  background-color: transparent;
}

/* Counter section ends here */

/* Product section starts here */

.product-section {
  padding-block: 60px;
}

.product-header-text {
  color: var(--white-color);
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 700;
  margin: 0;
}

.product-block {
  border-radius: 24px;
  background: linear-gradient(270deg, rgba(110, 12, 175, 0.00) 0%, #2E0549 100%);
  margin-top: 20px;
  padding-block: 40px;
  padding-left: 40px;
  padding-right: 100px;
}

.product-tab-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabs-section {
  display: flex;
  margin-top: 100px;
  border-radius: 24px;
  background: linear-gradient(270deg, rgba(110, 12, 175, 0.00) 0%, #2E0549 100%);
}

.tabs {
  width: 20%;
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0px 60px 40px;
}


.tab-dot {
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  width: 20px;
  background-color: #5D1C87;
  border-radius: 50%;
  margin-left: 20px;
}

.tab-subtext {
  color: #B0B8C9;
  cursor: pointer;
  font-size: clamp(16px, 3vw, 20px);
}

.tab-divider {
  width: 30px;
  height: 48px;
  border-right: 1px dashed #5D1C87;
  margin-bottom: 8px;
}

.tab-inactive {
  display: flex;
  align-items: center;
}

.active+.tab-inactive {
  display: none !important;
}

.tab-active {
  display: none;
}

.active.tab-active {
  display: block;
  color: var(--Electric-Lime-200, #F1FF90);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contents {
  width: 80%;
  padding-bottom: 40px;
}

.content {
  padding-inline: 60px;
  padding-top: 10px;
  /* min-height: 100vh; */
  scroll-margin-top: 100px;
}

.scrollspy-example {
  height: 550px;
  margin-top: .5rem;
  overflow-y: auto;
  overflow-x: hidden;
  /* scroll-behavior: smooth; */
}

.scrollspy-example::-webkit-scrollbar {
  width: 0px;
}

.list-group {
  --bs-list-group-bg: transparent !important;
  --bs-list-group-border-color: none !important;
  position: relative;
  margin-top: 120px;
  
}

.list-group-item {
  display: flex;
  flex-direction: column;
  padding: 0px;
  cursor: default;
}

.list-group-item .product-tab-icon {
  height: 30px;
  width: 40px;
}

.list-group-item .product-tab-text {
  color: #F1FF90;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
}

.list-group-item-action:hover {
  background-color: transparent;
}

.dashed-tab-line {
  color: #5D1C87;
  transform: rotate(90deg);
  width: 50px;
  margin-block: 10px;
}

.inactive {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #5D1C87;
  margin-left: 26px;
  cursor: pointer;
}

.list-group .active {
  background-color: transparent !important;
}

.product-tab-icon,
.product-tab-text {
  display: none;
}

.inactive {
  display: block;
}

.active .inactive {
  display: none;
}

.active .product-tab-icon,
.active .product-tab-text {
  display: block;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.product-card {
  height: 300px;
  border-radius: 16px;
  border: 2px solid #5D1C87;
  background: rgba(93, 28, 135, 0.80);
  backdrop-filter: blur(6px);
  overflow: hidden;
  position: relative;
  display: block;
}

.product-card-circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(87deg, #2F064A -33.88%, #700EB0 111.29%);
  padding: 30px;
  position: absolute;
  top: -40px;
  transform: translate(-50%, 0);
  left: 50%;
}

.product-card-image {
  position: absolute;
  top: 15%;
  transform: translate(-50%, 0);
  left: 50%;
  height: 100px;
  width: 100px;
}

.product-card-text {
  width: 100%;
  padding-inline: 30px;
  color: var(--Neutral-100, #ECF0F3);
  font-size: clamp(16px, 5vw, 20px);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 70%;
  transform: translate(-50%, 0);
  left: 50%;
}

.product-card-subtext-hover {
  color: #181818;
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 400;
  font-family: var(--secondary-font);
  padding: 20px;
  position: absolute;
  top: 100%;
}

.product-card:hover {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(5.900000095367432px);
  will-change: bottom;
}

.product-card:hover .product-card-section {
  flex-direction: row;
  align-items: center;
}

.product-card:hover .product-card-image {
  position: absolute;
  top: 5%;
  left: 0%;
  transform: translate(0%, 0);
  transition: all 0.5s ease-in-out;
  margin-left: 20px;
  width: 50px;
  height: 50px;
}

.product-card:hover .product-card-text {
  top: 7%;
  left: 0%;
  transform: translate(0%, 0%);
  margin-left: 50px;
  width: 80%;
  transition: all 0.5s ease-in-out;
  color: #181818;
  text-align: center;
}

.product-card:hover .product-card-subtext-hover {
  top: 20%;
  transition: all 0.5s ease-in-out;
}

.product-card-link-hover {
  color: var(--primary-color);
  text-decoration: underline;
  position: absolute;
  top: 100%;
  padding: 20px;
}

.product-card:hover .product-card-link-hover {
  top: 80%;
  transition: all 0.5s ease-in-out;
}

.product-card:hover .product-card-circle {
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  background: #EBEBEB;
}

/* Product section ends here */

/* Form section starts here */

.form-section {
  background-color: var(--primary-color);
  padding-bottom: 60px;
}

.form-container {
  padding-right: 80px;
}

.form-text {
  color: var(--white-color);
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 600;
  margin-top: 60px;
}

.form-subtext {
  color: var(--white-color);
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 300;
  margin-bottom: 40px;
}

.form-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.form-label {
  color: var(--white-color);
  font-size: clamp(12px, 5vw, 20px);
  margin-bottom: 16px;
  font-weight: 300;
}

.form-input {
  height: 56px;
  border-radius: 8px;
  background-color: var(--white-color);
  padding: 16px;
  border: none;
}

.form-input::placeholder {
  color: #BFBFBF;
  font-size: clamp(12px, 5vw, 16px);
}

.form-input:focus-visible {
  outline: none !important;
}

.form-text-area {
  height: 190px;
  resize: none;
}

.form-text-area::-webkit-scrollbar-track {
  background-color: var(--white-color);
  border-radius: 50rem;
}

.radio-block {
  background-color: var(--white-color);
  display: inline-flex;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.form-check-label {
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
  cursor: pointer;
}

.form-check-input[type=radio] {
  border: 1px solid #5D1C87;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #5D1C87;
  border: 2px solid #5D1C87;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-footer {
  color: #898989;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 500;
  padding-bottom: 28px;
}

.product-dropdown .dropdown-toggle {
  height: 56px;
  border-radius: 8px;
  background-color: var(--white-color);
  border: none;
  color: #BFBFBF;
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 400;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-dropdown .dropdown-toggle::after {
  content: unset;
}

.product-dropdown .dropdown-menu {
  padding: 0 !important;
  overflow: hidden;
  width: 250px;
  border-radius: 8px !important;
}

.product-dropdown .dropdown-item {
  border: 1px solid #D2D2D2;
  padding: 16px;
  color: var(--black-color);
  cursor: pointer;
  background-color: var(--white-color);
}

.back-btn {
  text-decoration: none;
  color: var(--secondary-color) !important;
  font-size: clamp(12px, 5vw, 16px);
}

.slider-area {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-area:before {
  content: "";
  position: absolute;
  inset: -20px;
  transform: translate(10px, 8px);
  z-index: 1;
  background: radial-gradient(52.17% 56.38% at 50% 50%, #00000000 59.3%, #2e0549cc 100%);
}

.slider {
  height: 100%;
  width: 100%;
}

.slide-image {
  height: 900px;
  animation: scroll 20s linear infinite;
}

.slide-track {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%)
  }
}

/* Form section ends here */


/* FAQ section starts here */

.faq-section {
  padding-block: 60px;
}

.faq-header-text {
  color: var(--white-color);
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 700;
  padding-bottom: 60px;
}

.accordion {
  border-radius: 20px;
  overflow: hidden;
}

.accordion-header:focus-visible {
  outline: none !important;
  border: none !important;
}

.accordion-button:focus-visible {
  outline: none !important;
}

.accordion-button {
  background-color: #ECF0F3;
  padding: 24px;
  font-size: clamp(16px, 3vw, 20px);
}

.accordion-item {
  background-color: #ECF0F3;
  border-bottom: 1px solid #C7CFDA;
}

.accordion-button:not(.collapsed) {
  background-color: #F4E8FF;
  border-bottom: 1px solid var(--white-color);
  color: var(--primary-color);
  font-weight: 600;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding: 24px;
  font-size: clamp(16px, 3vw, 20px);
  color: #4F5360;
}

.accordion-collapse {
  background-color: #F4E8FF;
}

.accordion-button::after {
  background-image: url(/images/accordion-plus.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/images/accordion-minus.svg);
}

.faq-image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* FAQ section ends here */


/* Corporate Card Css starts here*/

/* Corporate Cards section starts here */

.corporate-card-section {
  padding: 60px;
}

.breadcrumb-section {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #B0B8C9;
  font-size: clamp(12px, 3vw, 24px);
}

.breadcrumb-item {
  cursor: pointer;
}

.breadcrumb-default-tab {
  border-left: 1px solid #8AB800;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
  padding: 8px;
}

.breadcrumb-active-tab {
  color: #CCFF00;
}

.corporate-text {
  color: var(--white-color);
  font-size: clamp(40px, 5vw, 80px);
  font-weight: 500;
}

.corporate-subtext {
  color: var(--white-color);
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 300;
  padding-top: 20px;
}

.product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 350px;
}

/* Corporate Cards section ends here */

/* Benefits section starts here */

.benefits-section {
  padding: 60px;
}

.benefits-header {
  border-left: 1px solid #8AB800;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
  color: #CCFF00;
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 500;
  padding: 8px;
}

.benefits-left-card {
  width: 100%;
  border: 1px solid #717691;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.benefits-left-card .icon-block {
  height: 60px;
  width: 60px;
  border-radius: 16px;
  background: #5D1C87;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-block img {
  width: 40px;
}

.benefits-left-card .benefits-card-text {
  color: var(--white-color);
  font-size: clamp(20px, 2vw, 16px);
  font-weight: 600;
  margin-top: 20px;
}

.benefits-left-card .benefits-card-subtext {
  color: #C7CFDA;
  font-size: clamp(16px, 2vw, 16px);
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-top: 20px;
}

.card-dot {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #5D1C87;
  border: 1px solid #717691;
  position: absolute;
  z-index: 1;
}

.dot-left-top {
  left: -12px;
  top: -12px;
}

.dot-right-top {
  right: -12px;
  top: -12px;
}

.dot-left-bottom {
  left: -12px;
  bottom: -12px;
}

.dot-right-bottom {
  right: -12px;
  bottom: -12px;
}

/* Benefits section ends here */


/* Corporate Card Css ends here*/

/* Navbar our products starts here  */

details {
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

summary {
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  border-radius: 5px;
  color: #B0B8C9;
}

summary::marker {
  font-size: 0px !important;
}

details[open] > summary:first-of-type {
  background-image: url(/images/Arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right;
}

details > summary:first-of-type {
  background-image: url(/images/down-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right;
}

details[open] summary {
  background-color: transparent;
}

.content {
  padding: 10px;
  background-color: transparent;
  color: #B0B8C9;
}

/* Navbar our products ends here  */

/* Media query starts here */

@media only screen and (max-width: 600px) {

  .commitment {
    margin-top: 0px;
  }

  .animation-2 {
    background-image: url(/images/banner-bg-2.svg);
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .small-screen {
    display: block;
  }

  .banner h1 {
    font-size: 34px;
  }

  .banner h2 {
    font-size: 34px;
  }

  .banner a {
    font-size: 12px;
    padding: 8px 32px;
  }

  .animation {
    height: 500px !important;
    background: transparent;
    background-image: unset !important;
  }

  .why-accupayd {
    background-color: #EBD5FF;
    height: 1200px;
  }

  .why-box {
    background-repeat: no-repeat;
    height: 190px;
  }

  .why-box h6 {
    font-size: 10px;
  }

  .why-box h4 {
    font-size: 20px;
  }

  .why-box-2 {
    height: 133px !important;
    border-radius: 5px;
  }

  .why-holder {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .why-content {
    width: 100%;
    border-radius: 24px;
    transition: width 0.3s;
  }

  .why-content:hover {
    width: 100%;
  }

  .why-box-content {
    padding: 15px;
  }

  .why-box-content h6 {
    width: 60%;
    padding: 5px 0px;
    font-size: 14px;
  }

  .why-box-content h4 {
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 700;
  }

  .why-content-2 h4,
  .why-content-2 h6 {
    color: #2E0549;
  }

  .why-content-2 {
    width: 100%;
  }

  .why-content-2:hover {
    width: 100%;

  }

  .why-content-2:hover h6 {
    font-weight: 600;
    width: 55%;
  }

  .why-content-2 h6 {
    width: 55%;
    font-weight: 600;

  }

  .why-content-3 {
    width: 100%;
  }

  .why-content-3:hover {
    width: 100%;
  }

  .why-content-3 h4 {
    color: var(--primary-color);
  }

  .why-content-3 h6 {
    position: absolute;
    z-index: 1;
    font-weight: 600;
  }

  .why-content-3:hover h6 {
    position: absolute;
    z-index: 1;
    font-weight: 600;
  }

  .why-accupayd h3 {
    margin-bottom: 23px;
  }

  .why-accupayd {
    background-color: #EBD5FF;
    height: 1260px;
  }

  /* footer{
  text-align: center;
} */
  .copyright {
    text-align: center;
  }

  .about-head h1 {
    font-size: 32px;
  }

  .about-head h5 {

    font-size: 19px;
    padding: 0px;
  }

  .about-image img {
    padding: 18px;
    width: 100%;
    height: auto;
  }

  .up-img {
    margin-top: 20px;
  }

  .about-image {
    height: 2000px;
    padding-top: 10px;
  }

  .who-content h6 {
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 12px;
    font-weight: 300;
  }

  .about-image {
    height: 1830px;
    padding-top: 10px;
  }

  .small-screen {
    display: none;
  }

  .big-screen {
    display: inline;
  }

  .head-section p {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    text-align: justify;
    font-family: var(--secondary-font);

  }

  .head-section img {
    width: 100%;
  }

  .bread-content {
    padding: 35px 0px;
  }

  .issuance-content {
    margin: 35px 0px;
  }

  .card-issuance {
    height: 375px;
    display: flex;
    align-items: center;
  }

  .slider-area {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
  }

  .we-solve-1 {
    margin-top: 0px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1700px !important;
  }

  .form-container {
    width: 800px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 90%;
  }

  .form-container {
    width: 715px;
  }

  .animation {
    height: 840px !important;
  }

  .animation {
    background-image: url(/images/banner-bg.svg);
    height: 840px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }

}

@media (min-width: 992px) {
  .form-container {
    width: 87%;
  }
}

@media (max-width: 820px) {

  .navbar-brand .brand-image {
    height: 32px !important;
    width: 100%;
  }

  .navbar-brand {
    height: 100px !important;
  }

  .navbar-dropdown-menu {
    top: 50px !important;
    left: 0% !important;
  }

  .navbar-toggler {
    font-size: 30px !important;
    border: none !important;
  }

  .animation {
    background-image: url(/images/banner-bg.svg);
    height: 621px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .banner p {
    margin-bottom: 10px;
    padding: 0px !important;
  font-family: var(--secondary-font);

  }

  .counter-card-block {
    width: 90% !important;
  }

  .form-container {
    padding-right: 0px !important;
  }

  .counter-section {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }

  .count-subtext {
    right: 45px !important;
    padding: 4px !important;
  }

  .content {
    padding: 0px !important;
  }

  .product-header-text {
    text-align: center;
  }

  .faq-header-text {
    text-align: center;
  }

  .product-card {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(5.900000095367432px) !important;
    will-change: bottom !important;
    height: 260px !important;
  }

  .product-card .product-card-section {
    flex-direction: row !important;
    align-items: center !important;
  }

  .product-card .product-card-image {
    position: absolute !important;
    top: 5% !important;
    left: 0% !important;
    transform: translate(0%, 0) !important;
    margin-left: 20px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .product-card .product-card-text {
    top: 7% !important;
    left: 0% !important;
    transform: translate(0%, 0%) !important;
    margin-left: 50px !important;
    width: 80% !important;
    color: #181818 !important;
    text-align: center !important;
  }

  .product-card .product-card-subtext-hover {
    top: 25% !important;
  }

  .product-card-link-hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    position: absolute !important;
    top: 100% !important;
    padding: 20px !important;
  }

  .product-card .product-card-link-hover {
    top: 75% !important;
  }

  .product-card .product-card-circle {
    top: 50% !important;
    left: 80% !important;
    transform: translate(-50%, -50%) !important;
    background: #EBEBEB !important;
  }

  .tabs-section {
    padding-bottom: 40px !important;
  }

  .tabs {
    width: 40% !important;
    padding-inline: 0px !important;
    padding-right: 20px !important;
  }

  .contents {
    width: 60% !important;
  }

  .form-text {
    margin-top: 40px !important;
  }

  .form-subtext {
    margin-bottom: 20px !important;
  }

  .why-accupayd {
    height: auto !important;
  }

  .why-holder {
    flex-direction: column !important;
  }

  .why-content,
  .why-content-2,
  .why-content-3 {
    width: 100%;
  }

  .why-content:hover,
  .why-content-2:hover,
  .why-content-3:hover {
    width: 100% !important;
  }

  footer {
    padding-top: 20px !important;
  }

  footer .foot-logo {
    padding: 38px 5px !important;
  }

  .about-image {
    height: auto;
    padding: 100px 0px;
  }

  .about-image img {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
  }

  .small-screen {
    display: none;
  }

  .issuance-content {
    height: auto;
  }

  .issuance-content h5 {
    font-size: 28px;
  }

  .issuance-content p {
    font-size: 24px;
  }

  .issuance-content-5 {
    margin-top: 60px;
  }

  .issuance-content {
    margin-top: 60px;
  }

  .commitment {
    font-size: 38px;
    font-weight: 500;
    margin-top: 40px;
  }

  .commitment-card h6 {
    color: #B0B8C9;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .head-section p {
    padding: 0px;
    font-size: 24px !important;
  font-family: var(--secondary-font);

  }

  .big-screen {
    display: inline;
  }

  .we-solve-1 {
    margin-top: 0px;
  }

  /* .banner .mobile-sec {
    display: none;
  } */

  /* .banner {
    background-image: none;
    height: auto;
    background: #4e1773;
    
} */

  .animation-2 {
    background-image: url(/images/banner-bg-2.svg);
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

/* .banner .mobile-sec {
      color: var(--white-color);
      text-align: center;
      padding: 60px 0px;
      background-image: url(/images/head-bg.svg);
      background-size: contain;
      background-repeat: no-repeat;
  } */

.banner {
  background-color: #2e0549;
  background-image: url(../images/mini-bg.png);
  height: auto;
  background-size: 100%;
  height: 831px;
}
.counter-section {
  background: #2e0549;
}


.mobile-sec .img-common {
  width: 65%;
  margin-left: 50px;
  margin-top: 120px;
}
.card-animation .img-2 {
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  bottom: 72px;
  width: 130px;
  z-index: 2;
  animation: upDown 2s infinite ease-in-out;
}
.navbar-brand {
  height: 80px !important;
  justify-content: flex-start !important;
}
.animation-slider-area {
  height: 100%;
  width: 39%;
  overflow: hidden;
  top: 10%;
  position: absolute;
  right: 41%;
  transform: skew(0deg, -35deg) scaleX(-1);
}

.animation-slide-image {
  height: 100px !important;
  animation: scroll 12s linear infinite;
}
.animation-blue-slider-area {
  right: 54% !important;
}
.animation-slider-area {
  width: 35%;
  right: 52%;
  top: 31%;
}
}

@media (max-width: 576px) {

  .navbar-collapse,
  .show {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 10px 15px !important;
  }

  .navbar {
    padding-block: 0px !important;
    height: 80px !important;
  }

  .navbar .container {
    padding: 0px !important;
  }

  .navbar-collapse .button-sm {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px !important;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .nav-link {
    padding-inline: 0px !important;
  }

  .navbar-dropdown-menu {
    top: 40px !important;
    width: 300px !important;
    transform: translate(0%, 0%) !important;
    left: 0% !important;
  }

  .navbar-brand {
    height: 80px !important;
    justify-content: flex-start !important;
  }

  .banner p {
    margin-bottom: 10px;
    padding: 0px !important;
    font-family: var(--secondary-font);

  }

  .counter-section {
    background-color: var(--primary-color);
  }

  .counter-card-block {
    width: 90% !important;
    height: 80px !important;
    background-image: none !important;
    border: 1px solid #E2FF50;
    padding: 0px !important;
    justify-content: center;
    margin-top: 20px;
  }

  .count-text {
    letter-spacing: -2px !important;
  }

  .cr-counter-text {
    letter-spacing: normal !important;
  }

  .count-subtext {
    background-color: var(--primary-color) !important;
    right: unset !important;
    bottom: -25px !important;
    right: 50% !important;
    transform: translate(50%, 0%) !important;
    width: max-content !important;
    text-align: center;

  }

  .product-section .container {
    padding: 0px !important;
  }

  .product-section .tabs {
    border-radius: 0px !important;
  }

  .tabs-section {
    flex-direction: column !important;
  }

  .tabs {
    height: auto !important;
    width: auto !important;
    background-color: var(--primary-color) !important;
    border-radius: 20px;
    z-index: 2;
    padding-block: 20px !important;
    top: 70px !important;
    padding-top: 10px !important;
  }

  .contents {
    width: auto !important;
  }

  .content {
    scroll-margin-top: 300px !important;
  }

  .form-text {
    margin-top: 20px !important;
  }

  .faq-image-block img {
    width: 100%;
  }

  .card-dot {
    height: 16px !important;
    width: 16px !important;
  }

  .dot-left-top {
    left: -8px !important;
    top: -8px !important;
  }

  .dot-right-top {
    right: -8px !important;
    top: -8px !important;
  }

  .dot-left-bottom {
    left: -8px !important;
    bottom: -8px !important;
  }

  .dot-right-bottom {
    right: -8px !important;
    bottom: -8px !important;
  }

  footer {
    border: none !important;
  }

  footer .foot-logo {
    padding: 38px 10px !important;
  }

  .bottom-icons {
    border-bottom: 1px solid #EBD5FF;
  }

  .issuance-content h5 {
    font-size: 20px !important;
  }

  .issuance-content p {
    font-size: 14px !important;
    padding-top: 20px;
  font-family: var(--secondary-font);

  }

  .commitment-card h6 {
    font-size: 16px !important;
  }

  .issuance-content {
    margin-top: 20px !important;
  }

  .commitment-card {
    padding: 10px !important;
  }

  .head-section p {
    font-size: 16px !important;
  font-family: var(--secondary-font);

  }
 .banner {
    background-color: #2e0549;
    background-image: url(../images/small-screen-bg.png);
    height: auto;
    background-size: 100%;
    height: 550px;
    position: relative;
    left: 0px;
    bottom: 0px;
    z-index: 1;
} 
  /* .banner .mobile-sec {
    display: none;
  } */

 
.mobile-sec .img-common {
  width: 65%;
  margin-left: 50px;
  margin-top: 55px;
}

.card-animation .img-2 {
  position: absolute;
  left: 33%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 63px !important;
  z-index: 2;
  animation: upDown 2s infinite ease-in-out;
}
.animation-slide-image {
  height: 40px !important;
  animation: scroll 12s linear infinite;
}
.animation-blue-slider-area {
  right: 62% !important;
}
.animation-slider-area {
  width: 35% !important;
  right: 60% !important;
  top: 20% !important;
}

 .counter-section{
  padding-top: 0px !important;
  padding-bottom: 40px !important;
 }
  .navbar-nav {
    width: 100% !important;
  }
  .tab-divider {
    height: 20px !important;
}
}


/* mobile */


@media only screen and (max-width:820px) {
  footer .foot-logo {
    padding: 22px 0px;
    width: 348px;
  }

  .foot-linking {
    padding: 0px 20px;
  }

  footer .foot-logo {
    padding: 38px 48px;
    width: 339px;
  }



}

/* for small desktop and laptops  */

@media only screen and (min-width:786px) {}


/* @media only screen and (max-width:786px){
  .animation {
    height: 610px !important;
    background-size: contain;
    background-position: bottom;
  }  
} */

/* for tablets  */

@media only screen and (min-width:786px) and (max-width:1100px) {
  .animation {
    height: 970px !important;
    background-size: contain;
    background-position: bottom;
  }

}

/* for-large screens */
@media only screen and (min-width:1000px) and (max-width:1100px){
  .banner{
    background-size: 100% 95%;
    background-image: url(/images/mini-bg.png);
    background-position: center;
  }

  .banner p {
    padding: 0px;
}

.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  display: flex !important;
  justify-content: center!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  display: contents;
}
.navbar-dropdown {
  padding-inline: 20px !important;
}


}

@media only screen and (min-width:1100px) and (max-width:1600px) {
  .why-content {
    width: 41.6%;
    background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
    border-radius: 24px;
    height: 250px;
    transition: width 0.3s;
  }

  .why-content-2 {
    width: 58.6%;
    background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
    border-radius: 24px;
    height: 250px;
    transition: width 0.3s;
    background: linear-gradient(97deg, #DBB4FE 2.2%, #C584FC 100%);
  }

  .why-content-3 {
    width: 58.6%;
    background: linear-gradient(103deg, #526D07 1.18%, #233400 98.49%);
    border-radius: 24px;
    height: 250px;
    transition: width 0.3s;
    background: linear-gradient(97deg, #DBB4FE 2.2%, #C584FC 100%);
  }

  .why-accupayd {
    background-color: #EBD5FF;
    height: 725px;
  }

  .animation {
    height: 750px !important;
    background-size: contain;
  }


}

/* for extra large screens  */
@media only screen and (min-width:1601px) {
  .why-content {
    height: 280px;
    transition: width 0.3s;
  }

  .why-content-2 {
    height: 280px;
  }

  .why-content-3 {
    height: 280px;
  }

  .why-accupayd {
    background-color: #EBD5FF;
    height: 785px;
  }

  .animation {
    height: 840px !important;
  }

  .banner {
    height: 840px;
  }

  .mobile-sec .img-common {
    width: 65%;
    margin-left: 150px;
  }

  .mobile-sec .card-2-img {
    width: 55%;
    margin-left: -60px !important;
  }

  .card-animation .img-2 {
    bottom: 120px;
    width: 240px;
  }

  .card-animation .img-2 {
    left: 35%;
    bottom: 120px;
    width: 240px;
  }

  /* banner section */


}




/* Media query ends here */