nav {
  background: #ffffff;
}
nav a.navbar-brand img {
  width: 180px;
  height: auto;
  padding: 0px !important;
}
nav ul li.nav-item {
  font-family: "Montserrat", sans-serif !important;
  color: #1E2532;
}
nav ul li.nav-item:hover {
  color: #d62e6a;
}
nav ul li.nav-item:focus {
  color: #d62e6a;
}
nav ul li.nav-item a.nav-link {
  font-family: "Montserrat", sans-serif !important;
  color: #1E2532;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
nav ul li.nav-item a.nav-link:hover {
  font-weight: 600;
  color: #d62e6a;
  overflow: hidden;
}
nav ul li.nav-item a.nav-link.active {
  font-weight: 600;
  color: #d62e6a;
  overflow: hidden;
}
nav ul li.nav-item a.nav-link:focus {
  font-weight: 600;
  color: #d62e6a;
  overflow: hidden;
}
nav .btn-pink {
  background: #d62e6a;
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 15px;
}
nav .btn-pink:hover {
  background: #000000;
  transition: all 0.3s ease-out;
  color: #ffffff !important;
}

.offcanvas {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
}
.offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item {
  color: #ffffff !important;
  font-size: 15px;
}
.offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: #d62e6a !important;
}

nav.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu.show {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
}

nav .dropdown-item.active {
  background: #d62e6a !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  nav {
    border-radius: 0;
  }
  nav ul li.nav-item a.nav-link {
    color: #ffffff;
  }
  nav ul li.nav-item a.nav-link:hover {
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
  }
  .navbar-toggler {
    background: #ffffff;
  }
  .navbar-toggler svg {
    width: 30px;
    height: 30px;
    border: none;
  }
  a.navbar-brand img {
    width: 150px !important;
    height: auto;
    padding: 0px !important;
  }
  a.offcanvas-title img {
    width: 150px !important;
    height: auto;
    padding: 0px !important;
  }
  .btn-nav {
    font-size: 0.7em;
    width: 100%;
  }
  .btn-nav-white {
    font-size: 0.7em;
    width: 100%;
  }
  .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 100%;
  }
  nav ul li.nav-item a.nav-link {
    color: #F9F8F1;
    text-align: center;
    margin-bottom: 15px;
  }
}
html {
  scroll-behavior: smooth;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

/*scroll width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(251, 251, 251, 0.31);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(126, 124, 124, 0.517);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 85, 92, 0.831);
  border-radius: 30px;
}

.text-pink {
  color: #E83E8C;
}

.bg-pink {
  background-color: #E83E8C !important;
}

.text-blue {
  color: #334155 !important;
}

.text-darker {
  color: #2B313D !important;
}

.bg-darker {
  background: #2B313D !important;
}

.bg-blue {
  background: #334155;
}

.bg-lightB {
  background: #F1F5F9;
}

.bg-dblue {
  background: #2B313D !important;
}

#bg-dblue {
  background: #2B313D !important;
}

img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: ease-out all 0.3s;
  margin: 0;
  padding: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h5 {
  text-transform: Capitalized !important;
}

h1 {
  font-size: 3.8vw;
  color: #1E2532;
  line-height: normal;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h2 {
  font-size: 3vw;
  line-height: normal;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h3 {
  font-size: 2.2vw;
  font-weight: 500;
}

h4 {
  font-size: 1.5vw;
  margin: 0;
  font-weight: 500;
}

h5 {
  font-size: 1.3vw;
  margin: 0;
  font-weight: 600;
}

p {
  font-weight: 300;
  line-height: normal;
  font-size: 1.2vw;
}

a {
  text-decoration: none !important;
}

a.btn-pink-outline {
  border: 2px solid #E83E8C;
  color: #E83E8C;
  border-radius: 12px;
  padding: 10px 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
a.btn-pink-outline:hover {
  border: 2px solid #000;
  color: #fff !important;
  background: #000;
}

.btn-pink {
  background-color: #E83E8C;
  color: #fff;
  border-radius: 12px;
  padding: 10px 15px;
}
.btn-pink:hover {
  background: #000;
  color: #fff;
  transition: ease-out all 0.3s;
}

img:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.whatsapp-link {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.hero {
  padding: 120px 0 80px;
  overflow: hidden;
}
.hero .subtitle {
  color: #d62e6a;
  font-weight: 500;
  margin-bottom: 1rem;
}
.hero .hero-image {
  position: relative;
}
.hero .hero-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(214, 46, 106, 0.1) 0%, rgba(214, 46, 106, 0) 70%);
  top: 0;
  left: 0;
  z-index: -1;
}

.customers {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #334155;
}

.merchants {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.merchants .features-list .feature {
  margin-bottom: 2rem;
}
.merchants .features-list .feature h4 {
  margin-bottom: 0.5rem;
}

.key-features {
  padding: 100px 0;
  background: #F8F9FC;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInL {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
.key-features .custom-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.key-features .custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.5;
  transition: transform 0.2s ease;
}
.key-features .custom-list li:hover {
  transform: translateX(5px);
  cursor: pointer;
}
.key-features .custom-list li::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: fadeInLeft 0.5s ease forwards;
  transition: all 0.3s ease;
}
.key-features .custom-list li:nth-child(1)::before {
  animation-delay: 0.08s;
}
.key-features .custom-list li:nth-child(2)::before {
  animation-delay: 0.16s;
}
.key-features .custom-list li:nth-child(3)::before {
  animation-delay: 0.24s;
}
.key-features .custom-list li:nth-child(4)::before {
  animation-delay: 0.32s;
}
.key-features .custom-list li:nth-child(5)::before {
  animation-delay: 0.4s;
}
.key-features .custom-list li:nth-child(6)::before {
  animation-delay: 0.48s;
}
.key-features .custom-list li:nth-child(7)::before {
  animation-delay: 0.56s;
}
.key-features .custom-list li:nth-child(8)::before {
  animation-delay: 0.64s;
}
.key-features .custom-list li:nth-child(9)::before {
  animation-delay: 0.72s;
}
.key-features .custom-list li:nth-child(10)::before {
  animation-delay: 0.8s;
}
.key-features .custom-list li:nth-child(1)::before {
  background-image: url("../images/icons/invoice-icon.png");
}
.key-features .custom-list li:nth-child(1)::before:hover::before {
  animation: pulse 1s infinite ease-in-out;
}
.key-features .custom-list li:nth-child(2)::before {
  background-image: url("../images/icons/request-icon.png");
}
.key-features .custom-list li:nth-child(2)::before:hover::before {
  transform: scale(1.2);
}
.key-features .custom-list li:nth-child(3)::before {
  background-image: url("../images/icons/snap-icon.png");
}
.key-features .custom-list li:nth-child(3)::before:hover::before {
  animation: pulse 1s infinite ease-in-out;
}
.key-features .custom-list li:nth-child(4)::before {
  background-image: url("../images/icons/order-ride-icon.png");
}
.key-features .custom-list li:nth-child(4)::before:hover::before {
  transform: scale(1.2) rotate(10deg);
}
.key-features .custom-list li:nth-child(5)::before {
  background-image: url("../images/icons/book-icon.png");
}
.key-features .custom-list li:nth-child(5)::before:hover::before {
  animation: spin 1s ease-in-out;
}
.key-features .custom-list li:nth-child(6)::before {
  background-image: url("../images/icons/order-food-icon.png");
}
.key-features .custom-list li:nth-child(6)::before:hover::before {
  animation: bounce 0.8s infinite ease-in-out;
}
.key-features .custom-list li:nth-child(7)::before {
  background-image: url("../images/icons/receipt-icon.png");
}
.key-features .custom-list li:nth-child(7)::before:hover::before {
  animation: shake 0.8s infinite ease-in-out;
}
.key-features .custom-list li:nth-child(8)::before {
  background-image: url("../images/icons/connect-icon.png");
}
.key-features .custom-list li:nth-child(8)::before:hover::before {
  transform: scale(1.3);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.key-features .custom-list li:nth-child(9)::before {
  background-image: url("../images/icons/delivery-icon.png");
}
.key-features .custom-list li:nth-child(9)::before:hover::before {
  animation: pulse 0.8s infinite ease-in-out;
  transform: scale(1.1) rotate(-5deg);
}
.key-features .custom-list li:nth-child(10)::before {
  background-image: url("../images/icons/deals-icon.png");
}
.key-features .custom-list li:nth-child(10)::before:hover::before {
  animation: shake 0.5s ease-in-out, pulse 1s infinite ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .key-features .custom-list li::before {
    animation: none !important;
    transition: none !important;
  }
  .key-features .custom-list li:hover::before {
    animation: none !important;
    transform: none !important;
  }
}
.key-features .custom-list1 {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.key-features .custom-list1 li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.5;
  transition: transform 0.2s ease;
}
.key-features .custom-list1 li:hover {
  transform: translateX(5px);
  cursor: pointer;
}
.key-features .custom-list1 li::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: fadeInL 0.5s ease forwards;
  transition: all 0.3s ease;
  -webkit-animation: fadeInL 0.5s ease forwards;
}
.key-features .custom-list1 li:nth-child(1)::before {
  animation-delay: 0.08s;
}
.key-features .custom-list1 li:nth-child(2)::before {
  animation-delay: 0.16s;
}
.key-features .custom-list1 li:nth-child(3)::before {
  animation-delay: 0.24s;
}
.key-features .custom-list1 li:nth-child(4)::before {
  animation-delay: 0.32s;
}
.key-features .custom-list1 li:nth-child(5)::before {
  animation-delay: 0.4s;
}
.key-features .custom-list1 li:nth-child(6)::before {
  animation-delay: 0.48s;
}
.key-features .custom-list1 li:nth-child(7)::before {
  animation-delay: 0.56s;
}
.key-features .custom-list1 li:nth-child(8)::before {
  animation-delay: 0.64s;
}
.key-features .custom-list1 li:nth-child(9)::before {
  animation-delay: 0.72s;
}
.key-features .custom-list1 li:nth-child(10)::before {
  animation-delay: 0.8s;
}
.key-features .custom-list1 li:nth-child(1)::before {
  background-image: url("../images/icons/order-food-icon.png");
}
.key-features .custom-list1 li:nth-child(1)::before:hover::before {
  animation: bounce 0.8s infinite ease-in-out;
}
.key-features .custom-list1 li:nth-child(2)::before {
  background-image: url("../images/icons/receipt-icon.png");
}
.key-features .custom-list1 li:nth-child(2)::before:hover::before {
  animation: shake 0.8s infinite ease-in-out;
}
.key-features .custom-list1 li:nth-child(3)::before {
  background-image: url("../images/icons/connect-icon.png");
}
.key-features .custom-list1 li:nth-child(3)::before:hover::before {
  transform: scale(1.3);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.key-features .custom-list1 li:nth-child(4)::before {
  background-image: url("../images/icons/delivery-icon.png");
}
.key-features .custom-list1 li:nth-child(4)::before:hover::before {
  animation: pulse 0.8s infinite ease-in-out;
  transform: scale(1.1) rotate(-5deg);
}
.key-features .custom-list1 li:nth-child(5)::before {
  background-image: url("../images/icons/deals-icon.png");
}
.key-features .custom-list1 li:nth-child(5)::before:hover::before {
  animation: shake 0.5s ease-in-out, pulse 1s infinite ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .key-features .custom-list1 li::before {
    animation: none !important;
    transition: none !important;
  }
  .key-features .custom-list1 li:hover::before {
    animation: none !important;
    transform: none !important;
  }
}

.testimonials {
  padding-bottom: 100px;
  /* White Arrows Centered */
}
.testimonials .container-fluid {
  position: relative;
  z-index: 10;
}
.testimonials .blob-right {
  z-index: 0;
  top: 0;
  right: 0;
}
.testimonials .blob-left {
  z-index: 0;
  bottom: 0;
  left: 0;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E2532 !important;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
}
.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
  font-size: 18px; /* Adjust arrow size */
  font-weight: 600;
}
.testimonials .swiper-button-next:hover,
.testimonials .swiper-button-prev:hover {
  background-color: #d62e6a;
  color: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.616); /* Soft shadow */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: ease-out all 0.3s;
}
.testimonials .testimonial-card {
  z-index: 50;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testimonials .testimonial-card .author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 1rem;
}

.join-movement {
  background-image: url("../images/backgrounds/footer-bg.png");
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.join-movement .floating-avatars {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.join-movement .container {
  position: relative;
  z-index: 1;
}

.floating-avatar {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 12;
  opacity: 0.9;
  animation: floatAnimation linear infinite;
}
.floating-avatar:nth-child(1) {
  animation-delay: -2s;
}
.floating-avatar:nth-child(2) {
  animation-delay: -4s;
}
.floating-avatar:nth-child(3) {
  animation-delay: -6s;
}
.floating-avatar:nth-child(4) {
  animation-delay: -8s;
}
.floating-avatar:nth-child(5) {
  animation-delay: -10s;
}
.floating-avatar:nth-child(1) {
  background-image: url("../images/icons/order-food-icon.png");
}
.floating-avatar:nth-child(2) {
  background-image: url("../images/icons/receipt-icon.png");
}
.floating-avatar:nth-child(3) {
  background-image: url("../images/icons/connect-icon.png");
}
.floating-avatar:nth-child(4) {
  background-image: url("../images/icons/delivery-icon.png");
}
.floating-avatar:nth-child(5) {
  background-image: url("../images/icons/deals-icon.png");
}

@keyframes floatAnimation {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, 20px);
  }
  50% {
    transform: translate(-20px, 30px);
  }
  75% {
    transform: translate(20px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 6vw !important;
  }
  h2 {
    font-size: 5vw !important;
  }
  h3 {
    font-size: 4.5vw !important;
  }
  h4 {
    font-size: 4vw !important;
  }
  h5 {
    font-size: 3.5vw !important;
  }
  p {
    font-size: 3.2vw !important;
    line-height: normal;
  }
  .qr-code img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .floating-avatar {
    width: 60px;
    height: 60px;
  }
}

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