body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background-color: #121212;
}

html {
  scrollbar-color: #777 #555;
}

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #5a5959;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222222;
}
  
  header {
    background-color: #333;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    padding-top: 10px;
  }

  nav {
    text-align: right;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 20;
    direction: rtl;
  }
  
  nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px; /* Adjust the font size to your desired value */
  }
  
  .banner {
    background-image: url('https://e0.pxfuel.com/wallpapers/484/839/desktop-wallpaper-anime-aesthetic-laptop-red-aesthetic-anime.jpg');
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-top: 80px;
  }
  
  .banner h1 {
    font-size: 48px;
    margin: 0;
  }
  
  .content {
    padding: 40px;
  }
  
  .content h2 {
    font-size: 24px;
    margin-top: 0;
  }
  
  .content p {
    margin-bottom: 20px;
  }
  
  .logo {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
  
  .logo img {
    height: 65px;
    border-radius: 100%;
  }

  /* ------------------------------------------------------- */

  .login {
    margin-left: 0%;
    margin-right: 30%;
  }

  .login-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .login-button:hover {
    background-color: #45a049;
  }
  
  .login-button:active {
    background-color: #3e8e41;
  }

  /* ------------------------------------------------------- */

  .register {
    margin-left: 0%;
    margin-right: 10px;
  }

  .register-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #af4c4c;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .register-button:hover {
    background-color: #a04545;
  }
  
  .register-button:active {
    background-color: #8e3e3e;
  }

  /* ------------------------------------------------------- */

  .logout {
    margin-left: 0%;
    margin-right: 10px;
  }

  .loginout-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #af4c4c;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .loginout-button:hover {
    background-color: #a04545;
  }
  
  .loginout-button:active {
    background-color: #8e3e3e;
  }



  /* ------------------------------------------------------- */
  .profile {
    margin-left: 0%;
    margin-right: 10px;
  }

  .profile-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .profile-button:hover {
    background-color: #45a049;
  }
  
  .profile-button:active {
    background-color: #3e8e41;
  }

  /* ------------------------------------------------------- */

  .welcomeuser {
    margin-left: 0%;
    margin-right: 20%;
  }

  .welcomeuser-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .welcomeuser-button:hover {
    background-color: #45a049;
  }
  
  .welcomeuser-button:active {
    background-color: #3e8e41;
  }
 
  /* ------------------------------------------------------- */
  


  .search-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10%;
  }
  
  .search-bar input[type="text"] {
    padding: 10px; /* Increased padding to make the search bar bigger */
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    width: 250px; /* Added width to control the size of the search bar */
  }
  
  .search-bar button {
    padding: 8px 15px; /* Adjusted padding to match the search bar size */
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  .search-bar button:hover {
    color: #0dd81d;
  }

  /* ---------------------------הסדרות המומלצות------------------ */

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-color: #1b1b1b;
}

.Signup-form {
    background-color: #333;
    color: #fff;
    padding: 40px;
    text-align: center;
    width: 350px;
    position: relative;
}

.Signup-form .form-field::before {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 17px;
    color: #888888;
    content: " ";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    direction: rtl;
}

.Signup-form .form-field:nth-child(1)::before {
    background-image: url(img/login/user-icon.png);
    margin-top: 10px;
    width: 20px;
    height: 20px;
    top: 15px;
}

.Signup-form .form-field:nth-child(2)::before {
  background-image: url(img/login/user-icon.png);
  margin-top: 10px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.Signup-form .form-field:nth-child(3)::before {
    background-image: url(img/login/user-icon.png);
    margin-top: 10px;
    width: 20px;
    height: 20px;
}

.Signup-form .form-field:nth-child(4)::before {
  background-image: url(img/login/lock-icon.png);
  margin-top: 10px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.Signup-form .form-field:nth-child(5)::before {
  background-image: url(img/login/lock-icon.png);
  margin-top: 10px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.Signup-form .form-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    direction: rtl;
}

.Signup-form input {
    font-family: inherit;
    width: 95%;
    outline: none;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    display: block;
    padding: 0.9rem 0.7rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 17px;
    color: #4A4A4A;
    text-indent: 40px;
    margin-top: 10px;
    direction: rtl;
}

.Signup-form a {
  color: #fff;
  margin-left: 70%;
  margin-top: 20px;
}

.Signup-form a:hover {
  color: #726e6e;
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.text-button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.text-button:first-child {
  margin-right: 50px;
}

.text-button:last-child {
  margin-left: 10px;
}

.text-button:hover {
  color: #726e6e;
}

.Signup-form p {
  color: #EE190B;
  font-size: large;
}





.container-btn {
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: left 0.4s ease;
  z-index: 1;
}

.btn:hover:before {
  left: 0;
}

.btn:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: top 0.4s ease;
  z-index: 1;
}

.btn:hover:after {
  top: 0;
}

.btn span {
  position: relative;
  z-index: 2;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btn-gradient {
  background: linear-gradient(-45deg, #ff693c 0%, #a05c4b 50%, #c52b2b 100%);
  background-size: 200% 200%;
  animation: gradient 10s ease infinite;
}