:root {
  --bg--color: rgb(21, 37, 79);
  --gold--coler: rgb(149, 114, 81);
  --white: rgb(245, 255, 252);
}

.header {
  background-color: #0e1d45;
}
body {
  color: rgb(245, 255, 252);
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: #15254f;
  height: fit-content;
}

logo-1 {
  margin-left: 10px;
}

/* hero */
section {
  background-color: #15254f;
  width: 100%;
  display: table;
  height: 100vh;
}

.hero {
  display: flex;
  justify-content: center;
}

.hero-titel {
  color: rgb(245, 255, 252);
  text-align: center;
  font-family: Cairo;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.title-p {
  color: #bf8b51;
  text-align: center;
  font-family: Cairo;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 4px;
}

.title-h1 {
  text-align: center;
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.link-section {
  color: #bf8b51;
  text-align: center;
  font-family: Cairo;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.link-section:hover {
  color: rgb(245, 255, 252);
}

.get-link {
  display: flex;
}

/*   img   */
.img-full {
  margin-bottom: 26px;
}

/*  footer  */

.footer {
  background-color: #0e1d45;
  margin-top: 7rem;
}

.title-footre {
  text-align: center;
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 2px;
}

/*  media  */

@media (max-width: 1023px) {
  .logo {
    width: 150px;
  }

  .google-btn {
    width: 150px;
  }

  .App-btn {
    width: 150px;
  }

  .img-hero {
    width: 300px;
  }

  .hero-titel {
    font-size: 20px;
  }
  .title-p {
    font-size: 30px;
  }

  .title-h1 {
    font-size: 50px;
  }

  .link-section {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    margin-top: 1.7rem;
  }
  .navbar .grid-logo-3 {
    margin-left: 1rem;
  }
  .navbar .grid-logo-2 {
    margin-right: 1rem;
  }
}
@media (max-width: 393px) {
  .logo {
    width: 100px;
  }
  .google-btn {
    width: 130px;
  }

  .App-btn {
    width: 130px;
  }

  .img-hero {
    width: 250px;
  }

  .hero-titel {
    font-size: 15px;
  }
  .title-p {
    font-size: 25px;
  }

  .title-h1 {
    font-size: 40px;
  }

  .link-section {
    font-size: 15px;
  }
}
