.login {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 10px;
  width: auto;
  height: 44px;
  background: #dff0ff;
  border-radius: 8px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
}
.login:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 10px;
  width: auto;
  height: 44px;
  background: #dff0ff;
  border-radius: 8px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
}

.login:visited {
  color: #008aff;
}

html[lang="ar"] .login {
  margin-right: 0px;
  margin-left: 20px;
}


.login-mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.login-mobile:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.login-mobile:visited {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.signup-mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 237px;
  height: 44px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 15px;
  color: white;
  font-family: robotoRegularBold;
  text-decoration: none;
}
.signup-mobile:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 237px;
  height: 44px;
  background: #0062b9;
  border: 0.06rem solid #008aff;
  border-radius: 15px;
  color: white;
  font-family: robotoRegularBold;
  text-decoration: none;
}

.signup-mobile:visited {
  color: white;
  text-decoration: none;
}


.ul-mobile-socialmedia {
  font-family: robotoRegular;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.ul-mobile {
  font-family: robotoRegular;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.item {
  margin-bottom: 25px;
}

.nodeco {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: black;
  text-decoration: none;
}

.nodeco:hover {
  text-decoration: none;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #7a7a7a;
}