* {
    margin: 0;
    padding: 0;

}

html {
    scroll-behavior: smooth;
}

body {
    background: rgb(0, 0, 0);

}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/backgroundMain.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.header2 {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgb(55,47,67), rgb(0, 0, 0)), url(Images/white.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

nav {
    display: flex;
    background-color: #0000004f;
    background-size: 200% 95%;
    justify-content: space-between;
    align-items: center;
    height: auto;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
hr {
    border: 0;
    height: 1px;
    background:linear-gradient(90deg, rgb(55,47,67), rgb(147, 70, 219), rgb(55,47,67) );
}
.LogoIcon {
    width: 150px;
    height: 100px;
    align-items: center;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    float: left;
    transition: 0.5s;
}

.LogoIcon:hover {
    width: 160px;
    height: 110px;
    margin-top: -10px;
    margin-left: -5px;
    position: relative;

}

.nav-links {
    flex: 1;
    text-align: right;
    object-fit: contain;
    margin-right: 5%;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 9px 18px;
    position: relative;
}

.nav-links ul li a {
    text-decoration: none;
    color: white;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
    /* Ensure the text is positioned relative to its container */
    margin-bottom: 60px;
    z-index: 1;
    /* Ensure the text stays on top */
    transition: 0.5s;
}

.navButton::after {
    content: '';

    width: 0%;
    height: 1px;
    background: #ff0000;
    display: block;
    margin: auto;
    margin-top: 2px;
    transition: 0.5s;
}

.navButton:hover::after {
    width: 100%;

}

.nav-links ul li:hover a {
    color: rgb(255, 82, 82);

}

.Account {
    height: 45px;
    width: 45px;
    margin-top: -20px;
    align-items: center;
    object-fit: contain;
    overflow: hidden;
    position: absolute;
    background: #00000000;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-filter: invert(1);
    filter: invert(1);
    transition: 0.5s;
}

.Account:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.442);
    /* Smaller glow effect */
    border-radius: 50%;
    /* Ensures the shape remains circular */
}

/* Keyframes for the gradient animation */
@keyframes gradient-animation {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 100%;
    }
}

.HeaderLow {
    list-style: none;
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.HeaderLow h1 {
    font-size: 36px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
    /* Ensure the text is positioned relative to its container */
    margin-bottom: 60px;
    z-index: 1;
    /* Ensure the text stays on top */
}

.HeaderLow h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    margin-top: 50px;
    width: 40%;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(255, 44, 44, 0), rgb(147, 70, 219), #78000000 );
    border-radius: 25px;
    z-index: -1;
    /* Ensures the background line is behind the text */
}

.HeaderLow p {
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
    /* Ensure the text is positioned relative to its container */
    margin-bottom: 50px;
    margin-top: 50px;
    z-index: 1;
    /* Ensure the text stays on top */
}

.HeaderLow ul li {
    list-style: none;
    display: inline-block;
    padding: 9px 18px;
    position: relative;

}

.btn {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 34px;
    font-size: 14px;
    background: transparent;
    position: static;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 25px;
    margin-left: 2%;
    margin-right: 2%;
}

.btn:hover {
    border: 1px solid #c80000;
    background-color: rgb(255, 44, 44);
    box-shadow: 0 0 15px 5px rgba(191, 12, 12, 0.442);
    /* Smaller glow effect */
    color: rgb(255, 255, 255);


}

/*------ Footer --------*/

.Footer {
    background: rgba(102, 51, 153, 0);
    text-decoration: none;
    color: white;
    text-align: space-between;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 98%;
    height: 50px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.FooterContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}



.FooterContent div ul img {
    height: 45px;
    width: 45px;
    align-items: center;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    list-style: none;
    display: block;
    margin-top: 5%;
    margin-left: 15%;
    transition: 0.5s;
}

.FooterContent div ul img:hover {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.641);
    /* Smaller glow effect */
    border-radius: 50%;
    /* Ensures the shape remains circular */
    margin-left: -10%;
}

.FooterContent div ul li {
    list-style: none;
    display: block;
    padding: 9px 18px;
    position: relative;
}

.FooterContent div ul li a {
    text-decoration: none;
    color: white;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
    /* Ensure the text is positioned relative to its container */
    margin-bottom: 60px;
    z-index: 1;
    /* Ensure the text stays on top */
    text-wrap: nowrap;
    transition: 0.5s;
}

.Footer h1 {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    position: relative;
    /* Ensure the text is positioned relative to its container */
    margin-bottom: 60px;
    z-index: 1;
    /* Ensure the text stays on top */
}

.FooterContent div ul li a:hover {
    margin-left: 5%;
    text-wrap: nowrap;
    color: rgb(255, 82, 82);

}

  /* Make sure the animation moves */
  p span {
    display: inline-block;
    color: white; /* Set the text color to white */
  }
  
  /* Strong glowing animation for each span */
  .glow-1, .glow-2, .glow-3, .glow-4 {
    font-size: 22px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 3s ease-in-out infinite alternate;
  -moz-animation: glow 3s ease-in-out infinite alternate;
  animation: glow 3s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 1px #fff, 0 0 10px #fff, 0 0 10px #d0d0d0;
    }
    to {
      text-shadow: 0 0 8px #fff, 0 0 25px #777777, 0 0 30px #d3d3d3;
    }
  }

/* Signup page */

  .login-link p{

    text-decoration: none;
    color: white;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
  }
  
  .tos {
    color: #007bff;
    text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  }


  .tos:hover {
    text-decoration: underline;
  }

