* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Inter", system-ui;
  box-sizing: border-box;
}
body {
  display: block;
  justify-content: center;
  background-color: black;
}




input {
  padding-left: 20px;
}


.navBar ul li a:hover {
  background: rgba(255, 180, 67, 1);
}
.navBar ul li a.active {
  background: rgba(255, 180, 67, 1);
}
.signInUpButtons button:hover {
  background: rgba(251, 78, 67, 1);
  border: none;
}

#signInUpSec {
    z-index: 80;
    width: 100%;
    height: 680px;
    background: rgba(29, 4, 4, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.bgContainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent ;
  display: flex;
}
.bgContainer img {
  margin: 0 auto 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 50%;
}

/*Containerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr*/



.signinupcontainer {
  z-index: 82;
  position: absolute;
  top: 120px;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 0 30px black;
  display: flex;
  width: 818px;
  height: 463px;
  align-items: center;
  justify-content: center;
}


/*SIGN INNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN*/

.Signin {
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  display: block;
  border-radius: 50px;
  background: white;
  background: transparent;
  height: 100%;
  width: 50%;
  text-align: center;
}
.Signin h1 {
  position: relative;
  font-family: "Poppins", serif;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 1px;
  top: 50px;
  color: rgba(255, 180, 67, 1);
}
#si_links {
  position: relative;
  top: 60px;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 45px; width: 240px;
  background: transparent;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#si_links div {
  cursor: pointer;
  width: 40px; height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px;
  font-size: 22px;
  color: #ffb443;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.425);
  transition: 200ms all ease-in-out;
}
#si_links div .ig {
  font-size: 27px;
}
#si_links div:hover{
  background: #ffb443;
  color: white;
}

.Signin form {
  position: relative;
  top: 80px;
}

.Signin input {
  position: relative;
  margin-top: 15px;
  width: 298px;
  height: 52px;
  justify-content: space-between;
  border-radius: 20px;
  border: 2px #ffb443;
  color: #ffb443;
  
  border-style: solid;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.247) inset;
}
.pass {
  position: absolute;
  bottom: 175px;
  left: 300px;
  width: 30px; height: 30px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(196, 195, 195);
  font-size: 17px;
}
#SIeyes {
  display: none;
}
.pass #SIpassShow {
  display: none;
  color: #ffb443;
}
#ForgotPassword {
  position: relative;
  margin-top: 10px;
}
#ForgotPassword a {
  color: #ffb443;
  font-size: 15px;
  font-family: "Inter", serif;
}
#ForgotPassword a:hover {
  text-decoration: underline;
}

.SignButt {
  margin-top: 30px;
  cursor: default;
  pointer-events: none;
  position: relative;
  width: 145px;
  height: 44px;
  color: white;
  font-family: "Inter", system-ui;
  font-weight: bold;
  border-radius: 50px;
  border: solid 1px transparent;
  background: #ffb443;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.452),
  inset 2px 2px 2px rgba(255, 255, 255, 0.288),
  inset -2px -2px 2px rgba(0, 0, 0, 0.288);
  filter: brightness(0.7);
  opacity: 0.8;
  transition: 200ms all ease-in-out;
}
#signInButton.ready {
  cursor: pointer;
  pointer-events: all;
  opacity: 1; filter: brightness(1);
  transition: 200ms all ease-in-out;
}
#signInButton.ready:hover {
  background: rgba(255, 180, 67, 1);
  border-color: white;
  color: white;
}
#signInButton.ready:active {
  background: #ff9239;
  border-color: white;
  color: white;
}

.SignButt:hover {
  background: rgba(255, 180, 67, 1);
  color: white;
}
.invalidIcon {
  position: absolute;
  width: 20px; height: 20px;
  border: 1px red; border-style: solid;
  border-radius: 50%;
  display: block;
  color: red;
  font-size: 13px;
  padding-top: 1px;
  opacity: 1;
}
#invalidIcon1 {
  top: 31px; right: 75px;
  opacity: 0;
}
#invalidIcon1.appear {
  opacity: 1;
}
#invalidIcon2 {
  z-index: 5;
  position: absolute;
  top: 84px; right: 70px;
  opacity: 0;
}
#invalidIcon2.appear {
  opacity: 1;
}


/*SIGN UPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP*/
.Signup {
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: center;
  display: block;
  border-radius: 50px;
  background: white;
  background: transparent;
  height: 100%;
  width: 50%;
}
.Signup h1 {
  position: relative;
  top: 25px;
  font-family: "Poppins", serif;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 1px;
  color: rgba(255, 180, 67, 1);
}

#su_links {
  position: relative;
  top: 35px;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 45px; width: 240px;
  background: transparent;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#su_links div {
  width: 40px; height: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.425);
  transition: 200ms all ease-in-out;
}
#su_links div a {
  display: flex;
  justify-content: center;
  background: transparent;
  width: 100%; height: 100%;
  font-size: 22px;
  color: rgba(255, 180, 67, 1);
  transition: 200ms all ease-in-out;
}
#su_links div .ig {
  padding-top: 7px;
  font-size: 27px;
}
#su_links div .emfb {
  padding-top: 9px;
}
#su_links div:hover{
  background: rgba(255, 180, 67, 1);
}
#su_links div a:hover {
  color: white;
}

.Signup form {
  position: relative;
  top: 40px;
}

.Signup input {
  position: relative;
  margin-top: 15px;
  width: 298px;
  height: 42px;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px #ffb443;
  color: #ffb443;
  border-style: solid;
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.315) inset;
}
.userpass {
  position: absolute;
  bottom: 173px;
  right: 70px;
  width: 30px; height: 30px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(196, 195, 195);
  font-size: 15px;
}
#SUeyes {
  display: none;
}
.userpass #SUpassShow {
  display: none;
  color: #ffb443;
}

.userCpass {
  position: absolute;
  bottom: 117px;
  right: 70px;
  width: 30px; height: 30px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(196, 195, 195);
  font-size: 15px;
}
.userCpass #SUcpassShow {
  display: none;
  color: #ffb443;
}
#signUpButton {
  margin-top: 30px;
  cursor: default;
  pointer-events: none;
  position: relative;
  width: 145px;
  height: 44px;
  color: white;
  font-family: "Inter", system-ui;
  font-weight: bold;
  border-radius: 50px;
  border: solid 1px transparent;
  background: #ffb443;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.452),
  inset 2px 2px 2px rgba(255, 255, 255, 0.288),
  inset -2px -2px 2px rgba(0, 0, 0, 0.288);
  filter: brightness(0.7);
  opacity: 0.8;
  transition: 200ms all ease-in-out;
}
#signUpButton.ready {
  cursor: pointer;
  pointer-events: all;
  opacity: 1; filter: brightness(1);
  transition: 200ms all ease-in-out;
}
#signUpButton.ready:hover {
  background: rgba(255, 180, 67, 1);
  border-color: white;
  color: white;
}
#signUpButton.ready:active {
  background: #ff9239;
  border-color: white;
  color: white;
}


/*overlayyy yung orange ewan*/
.noaccount_container {
  position: absolute;
  top: 120px;
  right: 265px;
  z-index: 90;
  height: 463px;
  width: 408px;
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(148, 57, 24, 1) 0%, rgba(255, 162, 53, 1) 45%);
  box-shadow: -15px 0 30px rgba(0, 0, 0, 0.288);
  text-align: center;
  transition: 400ms;
}
.noaccount_container h1 {
  margin-top: 10px;
  text-align: center;
  color: white;
  font-family: "Darumadrop One", sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 40px;
}
.noaccount_container #nop{
  position: relative;
  width: 300px;
  margin-left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 25px;
  top: 30px;
}
#noacc {
  cursor: default;
  position: relative;
  top: 120px;
  color: white;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
}
#noaccbutt {
  cursor: pointer;
  position: relative;
  top: 140px;
  width: 160px;
  height: 48px;
  background-color: rgba(255, 162, 53, 1);
  border-radius: 50px;
  border: 2px white;
  border-style: solid;
  color: white;
  font-size: 20px;
  font-family: "Poppins", serif;
  font-weight: 600;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.452);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 150ms background-color ease-in-out;
}
#noaccbutt:hover {
  background-color: rgba(148, 57, 24, 1);
}
