* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: white;
  background-size: cover;
  color: black;
}

/* Navbar */

#navbar {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 10px 30px;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  background: #030a17b2;
  backdrop-filter: blur(3px);
  margin: 20px 50px;
  position: fixed;
  width: calc(100% - 100px);
  z-index: 100;
}

@media (max-width: 1024px) {
  #navbar {
    width: 50%;
    left: 0;
    align-items: center;
    right: auto;
    padding: 10px 20px;
    margin: 20px auto;
  }
}

#navbar .logo img {
  max-width: 250px;
}

#navbar .nav-links {
  display: flex;
  list-style: none;
  gap: 15px;
  font-weight: 700;
  /* margin-top: 10px; */
  margin-bottom: 0rem !important;
  justify-content: center;
}

#navbar ul {
  margin-bottom: 0px !important;
}

#navbar .nav-links li {
  position: relative;

  text-align: center;
}

#navbar .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 8px 20px;
  margin-top: 10px !important;
  transition: color 0.3s ease, background 0.3s ease;
}

#navbar .nav-links a:hover {
  color: rgba(0, 118, 252);
}

#navbar .nav-links a.active {
  color: rgba(0, 118, 252);
  pointer-events: none;
}

#navbar .nav-buttons {
  display: flex;
  gap: 10px;
}

#navbar .btn.demo {
  width: auto;
  height: auto;
  padding: 8px 20px;
  border-radius: 7px;
  border: none;
  background: rgba(0, 118, 252, 0.8);
  box-shadow: none;
  color: #fff;
  font-size: 0.85rem;
  transition: background 0.3s ease;
  text-decoration: none;
  margin-left: auto;
  font-weight: 700;
}

#navbar .btn.demo:hover {
  background: rgba(0, 118, 252, 1);
}

/* Highlight active link in blue */
#navbar .nav-links a.active {
  color: rgba(0, 118, 252, 1) !important;
  pointer-events: none;
}
/* Hero Section */
.hero1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh; /* Video covers 50% of the viewport height */
  object-fit: cover; /* Ensures the video maintains aspect ratio and fills the area */
  z-index: 0;
}

.text-content {
  position: relative;
  z-index: 1; /* Text appears on top of the video */
  text-align: center;
  padding: 20px;
  margin-top: 25vh; /* Move text to vertically center on the video */
}

.text-content h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(
    90deg,
    #0075fa 0.14%,
    #6dcebc 20.42%,
    #4296cc 41.28%,
    #0075fa 64.03%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 30px;
}

.text-content p {
  font-size: 1.2rem;
  max-width: 1000px; /* Limit text width for readability */
  margin-left: 30px;
  margin-top: -30px;
  color: white;
  text-align: left;
}

/*Welcome Section*/
.welcome {
  text-align: left;
  margin-bottom: 100px;
  margin-top: -270px;
}

.welcome .line1 {
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: 50px;
  font-weight: 700;
  margin-left: 50px;
}

.welcome .line2 {
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: -30px;
  font-weight: 700;
  margin-left: 50px;
  margin-bottom: 50px;
}

.welcome p {
  font-size: 18px;
  color: black;
  margin-left: 900px;
  margin-top: -160px;
}
/* Solutions section */
.solutions {
  text-align: left;
  margin-top: 460px;
  margin-right: 50px;
}

.features {
  display: flex;
  margin-top: -150px;
  gap: 20px;
  margin-left: 70px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: calc(100% - 90px);
  scroll-behavior: smooth;
}

.features::-webkit-scrollbar {
  display: none;
}

.content {
  background-color: white;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px;
  width: 290px;
  text-align: left;
  min-width: 300px;
  flex: 0 0 auto;
  cursor: pointer;
}

.content h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
  color: #555;
}

.content p {
  font-size: 0.9em;
  color: #555;
  text-align: left;
}

.details-active {
  margin-left: 70px;
  margin-right: 700px;
}
.details-active h1 {
  font-weight: 700;
  margin-top: 100px;
}

.details-active h2 {
  font-weight: 700;
  font-size: 24px;
}

.details-active p {
  text-align: justify;
}

.details {
  margin-left: 70px;
  margin-right: 700px;
}
.details h1 {
  font-weight: 700;
  margin-top: 100px;
}

.details h2 {
  font-weight: 700;
  font-size: 24px;
}

.details p {
  text-align: justify;
}

.details {
  display: none;
}
.details-active {
  display: block;
}

.content.active {
  background-color: #ffffff;
  border: 2px solid transparent;
  border-image-source: linear-gradient(
    180deg,
    #0070e2 0%,
    #68c7be 30%,
    #147fec 73.5%,
    #0b7ef3 100%
  );
  border-image-slice: 1;
  border-radius: 8px;
  transition: background 0.3s, border 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content.active h3 {
  font-weight: 700;
  color: #000000;
}

.bc-points {
  margin-left: -30px;
}
.dc-image {
  width: 100%;
  margin-left: 750px;
  margin-top: -450px;
}

.bc-image {
  width: 100%;
  margin-left: 750px;
  margin-top: -500px;
}

.read-more-button {
  display: inline-block;
  background-color: white;
  padding: 14px 32px;
  border: 2px solid;
  border-radius: 10px !important;
  border-image-source: linear-gradient(
    266.69deg,
    rgba(0, 117, 250, 0.95) 2.47%,
    rgba(108, 205, 188, 0.95) 50.44%,
    rgba(0, 117, 250, 0.95) 99.58%
  );
  border-image-slice: 1;
  cursor: pointer;
  margin-top: -300px;
}

.read-more {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-top: -50px;
}

/* As Seen In section */
.as-seen-in {
  background-color: #fff;
  height: auto;
  margin-top: 110px;
  text-align: center;
  margin-bottom: 30px;
}

.as-seen-in h3 {
  margin-bottom: 10px;
  color: rgb(47, 46, 46);
  text-align: center;
  font-weight: 700;
}

.as-seen-in img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* footer */
.footer {
  background-color: #010114;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-column {
  flex: 1;
  margin: 10px;
}

.footer-column h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}

.footer-column.subscribe p {
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.footer img {
  max-width: 250px;
  margin-bottom: 30px;
}
.footer p,
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}

.footer a:hover {
  text-decoration: underline;
}
.email {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: -30px;
}

/* .subscribe input[type='email'] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #242a4e;
  color: white;
  flex: 1;
  min-width: 200px;
}

.subscribe input[type='email']::placeholder {
  color: rgb(171, 168, 168);
}

.email button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
}

.email button img {
  width: 45px;
  height: 45px;
  height: auto;
}

.number {
  font-weight: 400 !important;
}

.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  color: #ffffff;
  font-size: 20px;
} */
.copyright {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
  }
}

#navbar ul {
  margin-bottom: 0px !important;
}
