* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}


.backsideImage{
    background-image:url(../Assets/Rectangle.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 10px;
    
}


/* ul li a {
  color: black !important;
} */

.about-right-side img {
  width: 75% !important;
}

.about-wrap {
  padding: 90px 0px 226px 0px;
}

.blog-wrap {
  padding: 100px 0px;
}
div#offcanvasRight {
  width: 75%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ctm-link {
  font-weight: 500;
  color: black;
  text-decoration: none;
}

.hero-section {
  background-image: url(../Assets/hero.png);
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-text {
  font-size: 55px;
  color: white;
  font-weight: 800;
  line-height: 1.3;
}

.card-sections .card .card-title {
  padding-top: 5px;
}

.card-first {
  height: 360px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-wrap .card {
  border: none !important;
}

.card-box-wrap {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.center-card {
  margin-top: 100px !important;
}

.space {
  padding: 100px 0px;
}
.payment-link-section {
  background-image: url(../Assets/payment-link.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.payment-link-text {
  font-size: 52px;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}

.sub-vector-img {
  position: absolute;
  top: 70%;
  left: 90%;
}
.card-wrap {
  position: relative;
  top: -50px;
  left: 0px;
}

.MakePayment {
  background: rgb(23, 181, 241);
  background: linear-gradient(
    172deg,
    rgba(23, 181, 241, 1) 100%,
    rgba(27, 181, 238, 1) 100%
  );
  padding: 50px 0px;
}

.footer-list {
  list-style: none;
}
.card-box-wrap {
  display: flex;
}

.create-account {
  background-color: #00aeef;
  padding: 100px 0px;
}

.wide-button {
  background-color: #f5821f !important;
}

.ctm-redmore {
  color: #17b5f1 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.ctm-card {
  min-height: 200px !important;
}

.sub-footer {
  background-image: url(../Assets/subfooter.png);
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ctm-term {
  list-style: decimal !important;
}

.ctm-term li {
  padding: 10px 0px;
  font-size: 17px;
}

.ctm-term-text {
  font-size: 20px;
}

.terms-section {
  background-image: url(../Assets/terms.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.Privacy-Policy {
  background-image: url(../Assets/Privacy-Policy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.contact-section {
  background-image: url(../Assets/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.payment-button-section {
  background-image: url(../Assets/payment-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.qr-code-section {
  background-image: url(../Assets/qr-code.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.invoice-payent-section {
  background-image: url(../Assets/invoice.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.payout-section {
  background-image: url(../Assets/Payout.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.about-section {
  background-image: url(../Assets/about-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.about-right-side {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: -70px;
}
.blog-section {
  background-image: url(../Assets/blog.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.card-wrap .card:hover img {
  animation: bounce 0.5s infinite alternate; /* Apply animation only when hovering over the card */
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px); /* Adjust the distance the icon bounces */
  }
}

.nav-pills .nav-link.active,
.card-body .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #f5821f !important;
  border: none !important;
}
/* Add a bottom underline to active links */
.navbar-nav .nav-link.active {
  border-bottom: 2px solid #f5821f;
}
.navbar-nav .nav-link.active {
  border-bottom: 2px solid #f5821f;
}

/* Show dropdown menu on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.footer-list .nav-link:hover {
  color: #00adee !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-menu a:hover {
  color: #00adee;
}

.navbar-nav.nav-link[href="index.php"] a:hover {
  color: #00adee !important;
}
