@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');

body{
  font-size:14px !important;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.navbar,footer {
  background: linear-gradient(45deg, #312466, #fa2f28);
  font-family: "Zalando Sans Expanded", sans-serif;
}

.navbar .nav-link,footer ul>li>a {
  font-size:20px;
  color: #cfcfcf !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ffffff !important;
}

.navbar-brand span {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.navbar-brand img{
  width: auto;
  height: 70px;
  margin-right: 20px;
  background: #bdbdbd;
  border-radius: 50%;
  padding: 4px;
}

.btn-primary {
  background: linear-gradient(45deg, #ff0066, #ff4d00);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}
.text-muted{
  color:rgb(123 122 121) !important ;
}

.border-1-white{
  border: 1px double #ffffff;
}
/* ============== Hero Video Section ================ */
.hero-video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgb(117 47 47 / 65%), #608dbd);
  z-index: 2;
}

.hero-video .container {
  z-index: 3;
}

.text-gradient {
  background: linear-gradient(45deg, #ff0066, #ff4d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .hero-video {
    height: 90vh;
  }

  .display-4 {
    font-size: 2.2rem;
  }
}



/* ============ Footer ========== */
footer h6{
  font-size: 22px;
}
footer p{
  font-size: 20px;
}
footer img{
  width: 200px;
  height: auto;
  float: left;
  margin-right: 20px;
}

/* ============ Testimonial ============= */
.testimonial-hero {
  /* 4-color gradient background */
  /* background: linear-gradient(135deg, #FFD700, #800080, #00BFFF, #FF4500); */
  background-size: 400% 400%; /* smooth animation */
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: background 1s ease;
  animation: gradientBG 15s ease infinite;
  padding-top:15rem !important;
  padding-bottom:15rem !important;
}

.testimonial-card {
  max-width: 500px;
  background: #972769;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.testimonial-card img {
  border: 3px solid #ff4d00;
  height: 100px;
  width: 100px;
}

.carousel-item {
  transition: transform 1s ease, opacity 1s ease;
}



/*========= About the app =========*/
.about-app{
  background: linear-gradient(135deg, #FFD700, #800080, #1c1b5b, #FF4500);
  background-size: 400% 400%;
  position: relative;
  overflow: hidden;
  transition: background 1s ease;
  animation: gradientBG 15s ease infinite;
  padding-top:15rem !important;
  padding-bottom:15rem !important;
}

.about-app h1{
  background: linear-gradient(89deg, #ffffff, #ff8c5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 300;
}

/*=============== Privacy tab ===============*/
.privacy-tab p,.privacy-tab ul li{
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.privacy-tab h3{
  font-family: "Zalando Sans Expanded", sans-serif;
  margin: 25px 0px;
  border-bottom: 3px double #ed2f2d;
  padding-bottom: 25px;
  color: purple;
}
.privacy-tab ul li {
  font-weight: 400;
  list-style-type: circle;
}

.privacy-tab h5 {
  font-family: "Zalando Sans Expanded", sans-serif;
  margin: 25px 0px;
  color: #ff6b88;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 768px) {
  .testimonial-card {
    max-width: 90%;
  }
  .lead {
    font-size: 1rem;
  }
}
