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

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

#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 !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*/
.hero {
  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;
}

.text-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
  top: 50%; /* Center the text vertically */
  transform: translateY(-50%);
  padding: 0 20px;
}

.text-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  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: 10px;
  text-align: left;
  margin-left: 30px;
}

.text-content p {
  font-size: 18px;
  color: #fff;
  max-width: 1200px;
  text-align: left;
  margin-left: 30px;
}

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

.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;
}

/*TrustGrid Portals*/
.trustgrid-portals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.portals-container {
  display: flex;
  flex-wrap: wrap;
}

.portals-text {
  flex: 1;
  margin-top: 70px;
  margin-left: 50px;
}

.portals-text h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}

.portals-text h4 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}

.portals-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  max-width: 750px;
}

.sub-text {
  font-size: 16px;
}

.portals-text .points1 {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-left: -15px;
  height: auto;
  margin-top: 30px;
  margin-bottom: -50px;
}

.portals-text .points1 img {
  margin-top: 30px;
}

.portal-info {
  margin-top: -340px;
  margin-left: 50px;
}
.portal-names {
  font-weight: 700;
  font-size: 18px;
  margin-left: 80px;
}

.portal-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
  margin-top: -10px;
}

.issuers {
  margin-top: 25px;
}

.verifiers {
  margin-top: 35px;
}
.portals-image {
  flex: 1;
  margin-left: 200px;
  margin-top: 90px;
}

.portals-image .ssi {
  max-width: 100%;
  width: 493px;
  height: auto;
  display: block;
  transform: scale(1.2);
  margin-top: 30px;
}

/*Why Choose Section*/
.why-choose {
  text-align: left;
}

.why-choose h2 {
  margin-top: 120px;
  margin-left: 50px;
  font-weight: 700;
  max-width: 400px;
  line-height: 1.5;
  font-size: 60px;
}

.why-choose .features {
  display: flex;
  margin-top: -250px;
  gap: 10px;
  margin-left: 500px;
}

.features .feature-box {
  background-color: white;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 310px;
  text-align: center;
}

.features .feature-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.features .feature-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-right: 50px;
}

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

/*Mobile Wallet Section*/
.mobile-wallet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-top: 100px;
}

.mobile-wallet-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 130px;
  margin-top: 50px;
}

.mobile-wallet-text {
  flex: 2;
  margin: 0;
  padding-left: 50px;
}

.mobile-wallet-text h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}

.mobile-wallet-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: 400;
}

.mobile-wallet-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  max-width: 1400px;
}

.points1 {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-left: -15px;
  height: auto;
}

.mobile-wallet-info {
  margin-top: -340px;
  margin-left: 50px;
}

.feature-names {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 80px;
}

.feature-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
}

.feature-names,
.feature-names-brief {
  margin-left: 0px;
}
.decentralization {
  margin-top: 60px;
}

.e2e {
  margin-top: 60px;
}

.wallet-image {
  flex: 1;
  margin-left: 0px;
  margin-top: 0px;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.wallet-image img {
  /* width: 100% !important; */
  max-width: 500px !important;
  margin-right: 1700px;
  margin-top: -550px;
  height: auto !important;
}

.download-image {
  max-width: 100%;
  width: 390px;
  margin-top: 625px;
  margin-left: -915px;
  margin-right: 65px;
}

/*Why Choose Wallet Section*/
.why-choose-wallet {
  text-align: left;
  margin-bottom: 120px;
}

.why-choose-wallet h2 {
  margin-top: 120px;
  margin-left: 50px;
  font-weight: 700;
  max-width: 400px;
  line-height: 1.5;
  font-size: 60px;
}

.why-choose-wallet .features {
  display: flex;
  margin-top: -240px;
  gap: 10px;
  margin-left: 500px;
}

.feature-box {
  background-color: white;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 260px;
  text-align: center;
}

.feature-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.feature-box h3 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

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

/*VrtYou App Section*/
.vrtYou-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 100vh;
  margin-top: 100px;
}

.vrtYou-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -330px;
  margin-top: 50px;
}

.vrtYou-text {
  flex: 2;
  margin-top: 120px;
  margin-left: 400px;
}

.vrtYou-text h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}

.vrtYou-text h4 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}

.vrtYou-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  max-width: 1400px;
}

.vrtYou {
  margin-top: -340px;
  margin-left: 50px;
}

.points1 {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-left: -15px;
  height: auto;
}

.cross-platform-names {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 80px;
}

.cross-platform-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
}

.impact-names {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 80px;
}

.impact-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
}

.privacy-names {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 80px;
}

.privacy-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
}

.impact {
  margin-top: 60px;
}

.privacy {
  margin-top: 60px;
}

.vrtYou-download-image {
  margin-top: 40px;
  text-align: left;
}

.vrtYou-download-image img {
  width: 400px;
  margin-left: -60px;
  height: auto;
  display: inline-block;
}

.vrtYou-image img {
  margin-left: 890px;
  margin-bottom: 200px;
  margin-top: -550px;
  width: 503px;
  height: 600px;
}

/*Why Choose App Section*/
.why-choose-app {
  text-align: right;
  margin-top: -400px;
  margin-bottom: 300px;
}

.why-choose-app h2 {
  margin-top: 490px;
  margin-left: 1030px;
  font-weight: 700;
  max-width: 400px;
  line-height: 1.5;
  font-size: 60px;
}

.features1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -180px;
  gap: 10px;
  margin-left: 100px;
}

.feature-box1 {
  background-color: white;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 290px;
  text-align: left;
}

.feature-box1 img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.feature-box1 h3 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

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

/* DTAK section */
.dtak {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: -250px;
}

.dtak-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 130px;
  margin-top: 50px;
}

.dtak-text {
  flex: 2;
  margin-left: -50px;
}

.dtak-text h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dtak-text h4 {
  font-size: 34px;
  margin-bottom: 10px;

  font-weight: 400;
}

.dtak-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  max-width: 1400px;
}

.points1 {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-left: -15px;
  height: auto;
}

.wallet-info {
  margin-top: -340px;
  margin-left: -20px;
}

.mgps {
  margin-top: -340px;
  margin-left: 50px;
}

.feature-names {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 80px;
}

.feature-names-brief {
  font-weight: 400;
  font-weight: 1rem;
  margin-left: 80px;
}

.rtm {
  margin-top: 60px;
}

.mapping {
  margin-top: 60px;
}

.DTAK img {
  width: 550px;
  height: 700px;
  margin-right: 50px;

  margin-top: 200px;
}

.dtak-button {
  display: inline-block;
  margin-top: 30px;
  font-size: 22px;
  text-align: left;
}

.dtak-button span a {
  font-weight: bold;
  background: 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%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.dtak-button span a:hover {
  opacity: 0.8;
}

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

.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%;
}

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

/* 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 p {
  line-height: 1.5;
}

.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;
  }
}
