* {
  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;
}

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

#navbar .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 8px 20px;
  margin-top: 10px;

  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);
}
/*Hero Section*/
.hero3 {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero3 .text-content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  color: white;
  white-space: nowrap;
}

.hero3 .text-content h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  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;
  text-align: left;
  margin-left: -570px;
  max-width: none;
  text-overflow: initial;
  white-space: nowrap !important;
  display: inline-block;
}

.hero3 .text-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  margin-left: 30px;
}

.hero3 .partners-button {
  width: Hug (390px) px;
  height: Hug (75px) px;
  padding: 20px 40px 20px 40px;
  gap: 10px;
  border-radius: 10px 10px 10px 10px;
  border: 2px 0px 0px 0px;
  opacity: 0px;
  background: linear-gradient(
    94.08deg,
    rgba(0, 0, 0, 0.8) 1.27%,
    rgba(0, 0, 0, 0.48) 24.08%,
    rgba(0, 0, 0, 0.48) 49.51%,
    rgba(0, 0, 0, 0.536) 74.17%,
    rgba(0, 0, 0, 0.4) 96.69%
  );
  border: 2px solid;
  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%
  );
  backdrop-filter: blur(20px);
  color: white;
  font-weight: 700;
  margin-right: 1050px;
  border-image-slice: 1;
  margin-top: 150px;
  margin-left: 50px;
}

/*Welcome Section*/
.welcome3 {
  text-align: left;
  margin-bottom: 90px;
}

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

.welcome3 h2 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-left: 801px;
  margin-top: -145px;
  margin-bottom: 100px;
}

.welcome3 p {
  font-size: 18px;
  color: black;
  margin-left: 801px;
  margin-top: -90px;
}

/* Who Are We section */
.who-are-we {
  /* height: 100vh;
  overflow: hidden;
  padding-right: 30px; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 100px 60px 100px 60px;
}

.background-video {
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10; */
  max-height: 700px;
}

.who-are-we .video {
  z-index: 101;
}

.who-are-we .video img {
  width: 699px;
  height: 433px;
}

.who-are-we .headings {
  text-align: left;
  padding: 50px;
}

.who-are-we .headings p {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.who-are-we .heading h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  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: 30px;
  padding: 0px;
}

.who-are-we h2 {
  font-size: 34px;
  color: white;
  font-weight: 400;
  margin-bottom: 30px;
}

.who-are-we .text p {
  color: white;
  text-align: justify;
  font-size: 20px;
}

.who-are-we-card {
  background-color: #030a1766;
  border: 1px solid #0075fa;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  /* height: 400px; */
  backdrop-filter: blur(10px);
  /* margin-left: 760px;
  margin-top: -435px;
  width: 699px;
  height: 433px;
  position: absolute;
  z-index: 1; */
}

/* Benefits section */
.benefits-section {
  background: white;
  padding: 50px 100px;
  height: 100vh;
}

.content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.benefits-section .text-content {
  max-width: 40%;
  margin-top: 10px;
  margin-left: -30px;
}

.benefits-section .text-content h1 {
  font-size: 60px;
  color: black;
  margin-bottom: 20px;
  font-weight: 700;
}

.benefits-section .text-content h2 {
  font-size: 34px;
  color: black;
  margin-bottom: 20px;
  font-weight: 400;
}

.benefits-section .text-content h3 {
  font-size: 18px;
  line-height: 1.6;
  color: rgb(80, 78, 78);
  margin-bottom: 20px;
  font-weight: 400;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 55%;
  margin-top: 50px;
}

.benefit-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgb(208, 201, 201);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-image img {
  width: 110px;
  height: 110px;
}

.benefit-card h2 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(47, 46, 46);
  line-height: 1.4;
  margin: 0;
}

/* Digital Identity Network */
.din {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  z-index: 0;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.card {
  z-index: 2;
}

.din .card {
  width: 850px;
  padding: 60px;
  border-radius: 18px;
  background: rgba(3, 10, 23, 0.8);
  border: 2px solid transparent;
  border-image-source: linear-gradient(
    120.9deg,
    rgba(6, 122, 246, 0.5) 0.82%,
    rgba(104, 200, 189, 0.5) 53.07%,
    rgba(0, 117, 250, 0.5) 99.4%
  );
  border-image-slice: 1;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  margin-left: 50px;
  margin-top: 30px;
}

.card h1 {
  font-size: 50px;
  font-style: normal;
  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;
  text-align: left;
  margin-top: 40px;
}

.card h3 {
  font-size: 18px;
  color: #e0e0e0;
  line-height: 1.5;
}

.card .button {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background: linear-gradient(
    94.08deg,
    rgba(0, 0, 0, 0.8) 1.27%,
    rgba(0, 0, 0, 0.48) 24.08%,
    rgba(0, 0, 0, 0.48) 49.51%,
    rgba(0, 0, 0, 0.536) 74.17%,
    rgba(0, 0, 0, 0.4) 96.69%
  );
  /* border: 2px solid;
  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; */
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.card .button a {
  width: 280px !important;
  height: 27px;
  padding-right: 40px;
  padding-left: 40px;
}

.image {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}

.image img {
  max-width: 600px;
  opacity: 0.8;
  width: 500px;
  margin-right: 200px;
  z-index: 3 !important;
  position: relative;
  overflow: hidden;
}

/*Channel partner program */
.channel-partner {
  background: white;
  padding: 50px 100px;
  height: 100vh;
}
.channel-partner-text .main-heading {
  font-weight: 700;
  font-size: 50px;
}

.channel-partner-text .sub-heading {
  font-size: 30px;
}

.channel-partner-text .paragraph {
  color: #313f57;
  font-size: 18px;
  line-height: 1.5;
}

.channel-image img {
  width: 470px;
  height: 600px;
  left: 979.82px;
  gap: 0px;
  border-radius: 5px 0px 0px 0px;
  opacity: 0px;
  margin-left: 925px;
  margin-top: -600px;
}

.channel-partner .button2 {
  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: 20px;
  color: black;
  text-decoration: none;
  font-weight: 700;
}

.button2 a {
  text-decoration: none;
}

/* Digital Identity Solutions */
.di-solutions {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  z-index: 0;
}
.background-video {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; */
  max-height: 700px;
}

.di-card {
  width: 800px;
  padding: 40px;
  border-radius: 18px;
  background: rgba(3, 10, 23, 0.8);
  border: 2px solid transparent;
  border-image-source: linear-gradient(
    120.9deg,
    rgba(6, 122, 246, 0.5) 0.82%,
    rgba(104, 200, 189, 0.5) 53.07%,
    rgba(0, 117, 250, 0.5) 99.4%
  );
  border-image-slice: 1;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  margin-left: 350px;
  margin-top: 100px;
}

.di-solutions-text h1 {
  font-size: 50px;
  font-style: normal;
  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;
  text-align: left;
  margin-top: 20px;
}

.di-solutions-text h2 {
  font-size: 24px;
  color: white;
  font-weight: 400;
}

.di-solutions-text h3 {
  font-size: 18px;
  color: white;
  font-weight: 400;
}

.left-sphere img {
  margin-top: -700px;
  margin-left: -100px;
  width: 280px;
  z-index: 2;
  position: absolute;
}

.right-sphere {
  position: absolute;
  top: 55%;
  right: -55px;
  width: 280px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
}
.right-sphere img {
  width: 100%;
  height: auto;
}

.di-solutions .button2 {
  display: inline-block;
  padding: 15px 40px;
  margin-top: 20px;
  border-radius: 10px;
  background: linear-gradient(
    94.08deg,
    rgba(0, 0, 0, 0.8) 1.27%,
    rgba(0, 0, 0, 0.48) 24.08%,
    rgba(0, 0, 0, 0.48) 49.51%,
    rgba(0, 0, 0, 0.536) 74.17%,
    rgba(0, 0, 0, 0.4) 96.69%
  );
  border: 2px solid;
  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;
  color: white;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

/* FAQ Section */
.faq {
  background-color: white;
  height: 100vh;
  padding: 50px 100px;
}

.left-text h1 {
  margin-top: 50px;
}

.left-text h1 {
  font-size: 50px;
  font-weight: 700;
}

.left-text h2 {
  font-size: 24px;
  color: #19253a;
  font-weight: 700;
}

.left-text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #313f57;
  line-height: 30px;
}

.left-text .button3 {
  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: 20px;
  color: black;
  text-decoration: none;
  font-weight: 700;
}

.faq-container h1 {
  font-size: 50px;
  font-weight: 700;
  margin-left: 10px;
  margin-top: -480px;
}

.faq-container {
  max-width: 800px;
  margin-left: 700px;
  margin-top: 10px;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question .icon img {
  margin-right: -150px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #19253a;
  transition: color 0.3s;
}

.faq-answer {
  display: none;
  padding: 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, padding 1s ease;
}

.faq-answer.expanded {
  padding: 15px;
}

.faq-question.active {
  color: #0075fa;
  font-weight: 700;
}

.faq-question.active .icon img {
  content: url('images/faq_blue_icon.png');
}

.faq-question.active .arrow {
  transform: rotate(90deg);
}

.faq-answer.expanded {
  display: block;
}
.arrow {
  transition: transform 0.3s;
}

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

.as-seen-in h3 {
  margin-bottom: 10px;
  margin-top: -100px;
  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;
  z-index: 5;
}
.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;
}
