@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');


body {
  font-family: "Raleway", Arial;
  margin: 0;
  background-color: #2a2a2a;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

header {
  width: 100vw;
   background-color: #030303;
   padding: 10px 0;
   position: relative;
   top: 0px;
   left: 0px;
   height: 80px;
}

.logo {
  color: #BF40BF;
  font-weight: 900;
  font-size: 45px;
  margin-left: 20px;
  margin-top: 10px;
}

.logom {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #BF40BF;
  font-weight: 900;
  font-size: 100px;
}

.logou {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #BF40BF;
  font-weight: 500;
  font-size: 30px;
  color: #ffd1df;
}

.download, .login{
  position: absolute;
  top: 25px;
  right: 60px;
  font-weight: 700;
  font-size: 20px;
  color: #f9f9f9;

  padding: 10px 15px;
  border: 2px solid #FAB0F8;
  border-radius: 40px;
  background-color: rgba(250, 176, 248, 0.2);
  transition: background-color 0.4s;
}

.downloadd {
  position: absolute;
  top: 410px;
  left: 45%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 20px;
  color: #f9f9f9;

  padding: 10px 15px;
  border: 2px solid #FAB0F8;
  border-radius: 40px;
  background-color: rgba(250, 176, 248, 0.2);
  transition: background-color 0.4s;
}

.lmore{
  position: absolute;
  top: 386px;
  left: 52%;
  font-weight: 700;
  font-size: 20px;
  color: #f9f9f9;

  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.4s;
}


.login {
  right: 220px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.login:hover, .lmore:hover{
  background-color: rgba(255, 255, 255, 0.4);
}

.download:hover, .downloadd:hover {
  background-color: rgba(250, 176, 248, 0.4);
}

.nav-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.nav-button {
  color: #ffd1df;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: rgba(250, 176, 248, 0.3);
}

.gradient-circle-m {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 150px;
  border-radius: 80%;
  background: radial-gradient(circle, rgba(98, 0, 100, 0.4), rgba(100, 0, 94, 0.23));
  filter: blur(100px);
  position: relative;
}

.gradient-circle-d {
  top: 160px;
  left: 44.98%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 75px;
  border-radius: 80%;
  background: radial-gradient(circle, rgba(98, 0, 100, 0.55), rgba(100, 0, 94, 0.255));
  filter: blur(20px);
  position: relative;
}

.gradient-circle-l {
  top: 85px;
  left: 55.15%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 75px;
  border-radius: 80%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  filter: blur(15px);
  position: relative;
}
