.btn_download_app,
.see_more_comments {
  border: 1px solid #ffffff !important;
  padding: 10px !important;
  background-color: #6f55ff !important; 
  color: #fff !important; 
  border-radius: 40px !important;
}

.see_more_comments {
  padding: 15px 50px !important;
}

.btn_download_app:hover,
.see_more_comments:hover {
  background: none !important;
  border: 1px solid #6f55ff !important;
  color: #6f55ff !important;
}

.btn_stores_download {
  width: 200px !important;
  border: 2px solid rgb(255, 255, 255) !important;
  padding: 20px !important;
  border-radius: 10px !important;
  color: #fff !important;
  margin-right: 10px !important;
  font-weight: bold;
}

.btn_stores_download:hover {
  background-color: #fff;
  color: #7056FE !important;
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: 0px !important;
}

.navbar_style {
  font-size: 15px !important;
  color: #000000 !important;
}


/* Wavy Animation */
/* Faster wavy animation */
@keyframes wavy {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Button styling */
.btn-get-started {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #007bff;
  /* Change to your preferred color */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  animation: wavy 1s infinite;
  /* Faster animation (1s) */
}

.btn-get-started:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
  animation: none;
  /* Stop animation on hover */
}

/* Icon styling */
.bi-chevron-down {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.btn-get-started:hover .bi-chevron-down {
  transform: translateY(3px);
  /* Slight bounce effect on hover */
}

.mark_text {
  color: #7056FE !important;
}

/** Slider  **/
.gradent_class {
  background: linear-gradient(to bottom, #FFFFFF 0%, #3e26bf 100%);
}

.not_gradent_class{
  background-color: #fff;
}

.stats i{
  background: none;
}