body {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  background-color: black;
  overflow-x: hidden;
}

.brand {
  display: flex;
  position: relative;
  width: 100%;
  height: 9.5rem;
  color: #ffffff;
  background-color: #3d405b;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  border-left: 0.1px solid white;
}

.brand-name {
  max-width: 20.8rem;
  height: 2rem;
  line-height: 33.18px;
  left: 150px;
  padding-left: 12rem;
  float: left;
  align-items: center;
}

.brand-name a {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
}

.brand-name span {
  color: #aa5e31;
}

.brand-nav {
  max-width: 60%;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  left: 300px;
  align-items: center;
  text-align: center;
  justify-self: center;
}

.brand nav ul li a {
  color: #ffffff;
  float: left;
  list-style-type: none;
  gap: 10;
}

.brand li {
  list-style-type: none;
  float: left;
  margin: 6rem;
}

.brand li a:hover {
  text-decoration: none;
  text-decoration-color: #aa5e31;
  border-bottom: 2px solid #aa5e31;
}

.brand li a:active {
  text-decoration: none;
  color: #aa5e31;
  border-bottom: 2px solid #aa5e31;
}

.hambugger {
  display: none;
}

/*new*/
.rewind {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  height: 10vh;

  background-color: white;
}

#wind button {
  color: #3d405b;
  border: none;
  background-color: inherit;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  margin: 2rem;
}

#wind a {
  color: #3d405b;
}

#blue:hover {
  fill: #aa5e31;
}

#wind button a:hover {
  color: #aa5e31;
}

/*new*/
.intro {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 110vh;
  background-color: #ffffff;
}

.intro1 {
  width: 550px;
  text-align: left;
}

label {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #101010;
}

.r {
  font-size: 9px;
  color: #101010;
}

#username {
  width: 300px;
  height: 50px;
  padding: 16px 0px 0px 0px;
  gap: 7px;
  border-radius: 10px;
  opacity: 0px;
  background: #686b8c;
  border: #686b8c;
  color: #ffffff;
  padding: 20px;
}

#email {
  width: 300px;
  height: 50px;
  padding: 16px 0px 0px 0px;
  gap: 7px;
  border-radius: 10px;
  opacity: 0px;
  background: #686b8c;
  border: #686b8c;
  color: #ffffff;
  padding: 20px;
}

#text-area {
  padding: 16px 0px 0px 0px;
  gap: 7px;
  border-radius: 10px;
  opacity: 0px;
  background: #686b8c;
  border: #686b8c;
  color: #ffffff;
  padding: 20px;
}

p {
  font-size: 5px;
}

::placeholder {
  color: #ebebebb2;
}

.intro h1 {
  font-weight: 600;
}

.intro h2 {
  margin-bottom: 1rem;
}

#green {
  width: 90px;
  height: 30px;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #aa5e31;
  color: #ffffff;
  border: #aa5e31;
  border-radius: 3px;
}

.intro2 {
  width: 386px;
  height: 307px;
  top: 200px;
  left: 936px;
  gap: 0px;
  opacity: 0px;
  margin-bottom: 220px;
}

.intro2 img {
  width: 100%;
  height: 100%;
}

/*footer*/
footer {
  width: 100%;
  margin: auto;
  background-color: #3d405b;
  height: 56vh;
  display: flex;
  justify-content: space-around;
  font-family: "Montserrat", serif;
  align-self: start;
  padding: 3rem;
}

.copyright {
  width: 30%;
  background-color: #3d405b;
  height: 46vh;
  display: flex;
  justify-content: left;
  font-family: "Montserrat", serif;
  align-self: start;
}

.started button {
  display: block;
  margin: 1rem;
  margin-left: 0px;
  width: 100px;
  height: 5vh;
  font-weight: 500;
  border: none;
  font-size: 1.3rem;
  border-radius: 3px;
  color: #3d405b;
}

.started button a {
  font-size: 1.3rem;
  color: #3d405b;
}

.start {
  font-size: 1.3rem;
}

.eleven {
  max-width: 90%;
  height: 2rem;
  line-height: 23.18px;
  left: 150px;
  padding-left: 5rem;
  float: left;
  align-items: center;
  margin-top: 7rem;
}

.eleven a {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 600;
}

.eleven span {
  color: #aa5e31;
}

.eleven h1 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2rem;
}

.right {
  width: 70%;
  background-color: #3d405b;
  height: 46vh;
  display: flex;
  justify-content: left;
  font-family: "Montserrat", serif;
  align-self: start;
}

.twelve {
  margin-top: 5rem;
}

.thirteen {
  margin-top: 5rem;
}

.fourteen {
  margin-top: 5rem;
}

.fifteen {
  margin-top: 5rem;
}

footer li {
  list-style-type: none;
  color: #ffffff;
  padding: 1rem;
  margin-left: 10rem;
  font-weight: 300;
  font-size: 1.3rem;
}

footer p {
  list-style-type: none;
  color: #ffffff;
  padding: 1rem;
  margin-left: 10rem;
  font-weight: 300;
  font-size: 1.3rem;
}

footer li:hover {
  color: #aa5e31;
}

footer button :hover {
  color: white;
  background-color: #aa5e31;
}

footer button:hover {
  color: white;
  background-color: #aa5e31;
}

.sixteen {
  display: none;
}