@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Ruda:wght@400;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
background-color: #000;
  font-family: "poppins", sans-serif;
}

.coming-soon{
    background: url("../images/Coming\ soon.svg") no-repeat center center/cover;
    min-height: 80vh;
    font-family: "poppins", sans-serif;
    position: relative;
}



header {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0rem 1.5rem;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.logo img {
  width: 60%;
  object-fit: cover;
  margin-right: 8px;
}

.logo span {
  font-size: 2rem;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav ul li {
  align-items: center;
  padding: 0.5rem 0rem;
}

nav ul li a {
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  color: #fff;
  padding: 0.7rem 1rem;
}
nav ul li img{
    object-fit: stretch;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  color: #fff;
}
main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

main h2 {
  font-size: 5rem;
  font-family: "Ruda", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}

main h2 span {
  background-color: #D6D6D6;
  color: #000;
}

main h4 {
  font-size: 2.5rem;
  font-family: "Ruda", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

main h5{
    font-size: 1.5rem;
    font-family: "Ruda", sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}


main img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 2rem 0;
}
.content{
   
  padding: 0 1rem;
  text-align: justify;
}

p {
  font-size: 1.0rem;
  line-height: 1.9;
  margin: 1rem 0;
  color: rgb(206, 205, 205)
}
ol{
    color: rgb(206, 205, 205);
    list-style: lower-alpha;
    margin-left: 2rem;
}
ol li{
    margin: 1rem 0;
}
ol a {
    color: rgb(206, 205, 205);
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 0.7rem 1rem;
  }

  .email-link {
    color: rgb(206, 205, 205);
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 0.7rem 0.2rem;
}

.btn {
  font-size: 1.3rem;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
footer{
    background: rgba(0, 0, 0, 0.8);
    padding: 0.5rem 0;
    position: absolute;
    bottom: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-btn{
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0 0.5rem;
    text-decoration: none;

}

.delete-account-form {
  max-width: 400px;
  margin: 2rem auto;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.delete-account-form h4 {
  text-align: center;
  color: #333;
}

.delete-account-form p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.delete-account-form label {
  display: block;
  margin-bottom: 5px;
  color: #444;
}

.delete-account-form .form-field {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.delete-account-form button {
  display: block;
  padding: 10px 25px;
  margin: 0 auto;
  background-color: #000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.delete-account-form button:hover {
  background-color: #4a54e1;
}

#success-text {
  margin: 0 auto;
  text-align: center;
  color: green;
  font-size: 18px;
}

#error-text {
  margin: 0 auto;
  text-align: center;
  color: red;
  font-size: 18px;
}

@media (max-width: 768px) {
  main h2 {
    font-size: 2rem;
  }

  p {
    font-size: 0.9rem;
  }

  /* nav ul {
}
   */
  main h2 {
    font-size: 4.1rem;
  }

  .txt h2 span {
    background: #000;
    border-radius: 5px;
  }

  main h4 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.9;
    margin: 1rem 0;
  }


  .btn {
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    display: none;
  }
}

@media (max-width: 768px) {
  main h2 {
    font-size: 2rem;
  }

  p {
    font-size: 0.9rem;
  }

  nav ul {
    display: none;
  }

  .form-input input {
    padding: 1rem 1rem;
    margin: 0.8rem 0rem;
    font-size: 1rem;
  }

  .form-input button {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 0.8rem 1rem;
    margin: 0 1rem;
    font-size: 1rem;
    cursor: pointer;
  }

  .btn {
    display: block;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 300px;
    height: 100vh;
    background: #000000;
    top: 80px;
    left: -100%;
    padding: 5rem 0;
    transition: all 0.5s ease-in;
    z-index: 10;
  }

  nav ul.display {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  ul li a {
    display: block;
    margin: 10px;
  }

  .close-btn {
    position: absolute;
    top: 0;
    left: 15rem;
    margin: 25px;
  }
}
