@charset "UTF-8";
@font-face {
  font-family: "Yekan";
  src: url("Yekan.ttf") format("truetype");
}
body {
  background-color: #242c37;
  color: #ffffff;
  font-family: "Yekan";
  overflow-x: hidden;
  margin: 0;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

#copyright {
  font-family: arial;
}

:root {
  --primary-bg: #242c37;
  --secondary-bg: #434d5b;
  --accent-color: gold;
  --text-color: #ffffff;
  --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  --gradient: linear-gradient(135deg, #242c37 0%, #434d5b 100%);
  --glow: 0 0 20px rgba(255, 215, 0, 0.3);
}

#container {
  height: auto;
  display: flex;
  margin-top: 100px;
  flex-direction: column;
  -webkit-box-shadow: 0px 5px 15px rgb(0, 0, 0);
  box-shadow: 0px 5px 15px rgb(0, 0, 0);
  background-color: #434d5b;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  max-width: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}

.cdn-lordi {
  width: 30px;
  height: 30px;
}

#login {
  border-radius: 10px;
  background: linear-gradient(135deg, #1a1f28 0%, #2a3441 100%);
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  padding: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 5px rgb(131, 131, 131);
  box-shadow: 0px 0px 5px rgb(131, 131, 131);
  margin: 10px 0;
}
#login .title {
  font-size: 2.5rem;
  color: gold;
}
#login .text {
  font-size: 1rem;
  color: white;
  line-height: 30px;
  margin-right: 13px;
}
#login #login-form {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#login #input-phone {
  -webkit-box-shadow: 0px 0px 5px rgb(0, 0, 0);
  box-shadow: 0px 0px 5px rgb(0, 0, 0);
  padding: 5px 10px;
  width: 220px;
  height: 30px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: "Yekan";
}
#login #submit-phone {
  -webkit-box-shadow: 0px 0px 5px rgb(0, 0, 0);
  box-shadow: 0px 0px 5px rgb(0, 0, 0);
  background: #f2ff00;
  font-family: "Yekan";
  width: 243px;
  margin-top: 15px;
  border-radius: 5px;
  height: 40px;
  border: none;
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
#login #submit-phone:hover {
  background: rgb(0, 255, 0);
  color: #000000;
}
#login input[type="number"]::-webkit-outer-spin-button,
#login input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-container {
  position: relative;
  display: inline-block;
}

.otp-input {
  border: none;
  border-bottom: 1px solid #000; /* Bottom border to indicate input */
  width: 60px; /* Adjust width as needed */
  text-align: center;
  font-size: 20px; /* Font size for better visibility */
}

#timer {
  font-size: 14px; /* Smaller font size for the timer */
  margin-top: 20px; /* Space above the timer */
}

#message {
  color: rgb(0, 255, 0); /* Set color for the confirmation message */
  margin-top: 10px; /* Space above the message */
}

#expired-message {
  font-size: 14px; /* Smaller font size for "زمان تمام شد!" */
}

/* Navbar Styles */
nav {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1a1f28 0%, #2a3441 100%);
  width: auto;
  padding: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 5px;
  box-shadow: 0px 5px 15px rgb(0, 0, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  ul {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    li {
      width: auto;
      height: auto;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      .navigation-tabs {
        text-shadow: 0px 0px 15px rgb(0, 0, 0);
        width: auto;
        height: auto;
        margin-left: 15px;
        margin-right: 20px;
        text-decoration: none;
        color: white;
        font-family: "Yekan";
        font-size: 16px;
        margin-top: 10px;

        &:hover {
          color: rgb(0, 255, 76);
          cursor: pointer;
        }
      }
    }
  }
}
.logo {
  width: 150px;
  height: 75px;
  margin-left: 10px;
  order: 1;
}

/* Footer Styles */
footer {
  background: linear-gradient(135deg, #1a1f28 0%, #2a3441 100%);
  padding: 2rem 1rem;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

#particles-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 2;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 215, 0, 0.3),
    transparent
  );
}

.footer-sections {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
}

#p1-footer {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#email {
  color: var(--accent-color);
  font-size: 1rem;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

#email:hover {
  color: #fff;
  text-shadow: var(--glow);
}

.seprator {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  margin: 1rem 0;
  width: 80%;
}

#certs img {
  transition: transform 0.3s ease;
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  max-width: 100%;
}

#certs img:hover {
  transform: scale(1.05);
}

#dl-app {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
  width: 100%;
}

.footer-boxes {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.footer-boxes:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.3);
}

.ligo {
  color: var(--accent-color);
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.footer-btn,
.footer-btn-1 {
  background: linear-gradient(135deg, #242c37 0%, #434d5b 100%);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: var(--accent-color);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0.5rem;
  font-family: "Yekan";
  width: 80%;
  max-width: 200px;
}

.footer-btn:hover,
.footer-btn-1:hover {
  background: var(--accent-color);
  color: #242c37;
  box-shadow: var(--glow);
}

#icons-app {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

#store-apple,
#store-google {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

#store-apple:hover,
#store-google:hover {
  transform: scale(1.05);
}

#copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin-top: 1.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/* Animation for footer boxes */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.footer-boxes {
  animation: float 3s ease-in-out infinite;
}
