body {
    background: #2f2f2f;
    display: flex;
    justify-content: right;
    align-items: center;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/* ----------------------------- FORGOT PASSWORD MODAL --------------------- */
#notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50px);
    background-color: #3a3a3a;
    color: #ffff;
    padding: 12px 10px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

#notification .icon {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

#notification.success .icon {
    color: #4caf50;
}

#notification.error .icon {
    color: #f44336;
}

#notification.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

#notification.hidden {
    display: none;
}

.likes-container {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
}

.label-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

.likes-container p {
    color: #ffff;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: block;
}

.like-option {
    display: none;
}

.like-label {
    display: inline-block;
    background-color: #444;
    color: #ffff;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255.0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.7rem;
    font-family: 'Roboto', sans-serif;
}

.like-option:checked + .like-label {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
}

.like-label:hover {
  background-color: #555;
}


.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content h4 {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #ffff;
  margin-bottom: 10px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.modal-content h3 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.modal-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

.modal-content {
  background-color: #2f2f2f;
  color: white;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

.modal-content .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.modal-input {
  width: auto;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #555;
  border-radius: 6px;
  background-color: #1f1f1f;
  color: #f0f0f0;
}

.modal-input:focus {
    border-color: #3D9DF6;
    box-shadow: 0 0 6px rgba(61, 157, 246, 0.6);
    outline: none;
}

.modal-button {
  margin-top: 5px;
  background-color: #3a3a3a;
  color: #ffffff;
  border: none;
  padding: 10px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.3s ease;
  justify-content: center;
}

.modal-button:hover {
  background-color: #505050;
}

.description {
    max-width: 800px;
    margin: 60px auto 20px auto;
    text-align: center;
    justify-content: center;
    align-items: center; 
    font-size: 16px;
    color: #ffff;
    font-family: 'Roboto', sans-serif;
}

.promo-video {
    width: 800px;
    margin: 10px 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand {
    font-size: 100px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    background: linear-gradient(90deg, #00eaff, #00bfff, #0aff9d, #ffd85f);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        0 0 12px rgba(0, 191, 255, 0.4),
        0 0 24px rgba(0, 191, 255, 0.2),
        0 0 48px rgba(0, 191, 255, 0.1);

    -webkit-animation: focus-in-contract 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both,
                       gradient-shift 1.5s ease-in-out infinite alternate;
            animation: focus-in-contract 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both,
                       gradient-shift 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.input-hint {
    font-size: 0.75rem;
    color: #888;
    margin: 2px 0 10px 5px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

.check-button {
    padding: 8px 8px;
    background-color: #3a3a3a;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.check-button:hover {
  background-color: #505050;
}

.login_inp {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 8px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 0.9rem;
    background-color: #222;
    color: #eee;
    outline: none;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.login_inp:focus {
    background-color: #1b1b1b;
    box-shadow: 0 0 0 2px #3a8ef6;
}

.login_section {
    background-color: #2f2f2f;
    border-radius: 15px;
    margin-top: 30px;
    padding: 10px 25px;
    width: 80%;
    max-width: 250px;
    height: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    text-align: right;
    flex: 1;   
}

.signup_section {
    flex: 1;
    background-color: #2f2f2f;
    border-radius: 15px;
    padding: 10px 25px;
    width: 80%;
    max-width: 250px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    text-align: right;
}

.forgot-password {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

.forgot-password a {
    color: #007bff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.forgot-password a:hover {
    color: #0056b3;
}

h2 {
    margin-bottom: 10px;
    color: #ffff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
    color: #eaeaea;
    padding: 10px 20px;
    border-radius: 0;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow:
    0 2px 4px rgba(255, 255, 255, 0.03),
    0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.navbar .nav-links {
    display: flex;
    margin-right: 50px;
    white-space: nowrap;
    gap: 15px;
}

.navbar .nav-links a {
  color: #e0e0e0;
  text-decoration: none;
  font-weight: 500;
  background: none;
}

/*--------------------------------------------for login button --------------------*/

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.styled-button {
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
    background-color: #2a2a2a;
    color: #ffff;
    font-size: 0.9rem;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.divider {
    margin: 0 10px;
}

.hidden {
    display: none !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.auth-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    align-items: center;
}

@media (max-width: 977px) {
    .promo-video {
        width: auto;
        margin: 10px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .auth-container {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        margin: 0 auto;
        gap: 10px;
        padding: 10px;
    }

    .login_section,
    .signup_section {
        width: 80%;
        max-width: 400px;
        margin: 5px;
        padding: 15px;
        -webkit-animation: none;
                animation: none;
    }
    
    .divider {
        display: none; /* hide the divider on mobile */
    }
}



