body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
}
.path {
  height: 2vh;
  background-color: #d9d9d9;
}
.green {
  background-color: #008080;
  width: 20%;
  height: inherit;
}
h1 {
  font-family: "Roboto Slab", "Arial", "Helvetica", "sans-serif";
}
::-webkit-scrollbar {
  display: none;
}
.heading {
  text-align: center;
  font-size: 60px;
  font-weight: lighter;
  color: #5c5c5c;
  font-family: "Lato", "Arial", "Helvetica", "sans-serif";
}
a {
  color: #008080;
}
.header {
  background-color: #b0e0e4;
  height: 70vh;

  width: 100%;
}
.header img {
  position: absolute;
  bottom: 78px;
}
.flex_div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.form_div {
  max-width: 32vw;
  height: fit-content;
  padding: 3vh 12vh;
  box-shadow: 5px 5px 5px #c1c6c5;
  border-radius: 40px;
  margin-top: -60vh;
  background-color: white;
}
h1 {
  margin-top: 4vh;
  text-align: center;
}
.intro {
  text-align: center;
}
form h3 {
  margin: 5vh 0;
  font-size: 20px;
  color: #008080;
}
.name_div {
  margin-bottom: 5vh;
}
.name_div span {
  font-weight: bold;
}
.name_container {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.name_container input {
  width: 90%;
  /* height: 100%; */
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  border: none;
  outline: none;
}
.name_field {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 2vh;
}
.name_field input {
  width: 90%;
  /* height: 100%; */
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  border: none;
  outline: none;
}
.option {
  margin-bottom: 2vh;
}
.add_friend {
  font-weight: bold;
  margin-top: 7vh;
}
.big_grp {
  font-weight: 400;
  color: #008080;
  font-size: 15px;
  margin-bottom: 20px;
  font-size: 12px;
}
.big_grp a {
  color: inherit;
  font-weight: 400;
}
.add {
  color: #008080;
  font-weight: 700;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
button {
  background-color: #008080;
  width: 95%;
  color: white;
  padding: 2vh 0;
  text-align: center;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 30px;
}
label {
  font-weight: 700;
}
.end {
  text-align: center;
  font-size: 12px;
}
.back {
  width: 100%;
  background-color: #f0f9f7;

  /* background-color: black; */
  height: 22vh;
}
.container1 {
  background-color: #008080;
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
  margin-top: 10vh;
  justify-content: space-evenly;
  height: 25vh;
  margin-bottom: 0;
  border-bottom-right-radius: 190px;
}
.div1 {
  border-left: 2px solid white;
  border-right: 2px solid white;
  padding: 0 200px;
}
.container2 {
  background-color: #f0f9f7;
  margin-top: -30vh;
  border-top-left-radius: 90px;
  height: 60vh;
}
.back2 {
  background-color: #008080;
  height: 25vh;
}
.heading2 {
  text-align: center;
  font-size: 60px;
  font-weight: lighter;
  color: #5c5c5c;
  font-family: "Lato", "Arial", "Helvetica", "sans-serif";
  padding-top: 10vh;
}
.links {
  display: flex;
  width: 100%;
  gap: 8vh;
  justify-content: center;
  font-size: 20px;
  font-weight: bolder;
  color: black;
}
.social_media {
  background-color: white;
  height: 20vh;
  border-radius: 20px;
  width: 25vw;
  box-shadow: 5px 5px 5px #c1c6c5;
  text-align: center;
  color: black;
  font-weight: bolder;
}

.download {
  background-color: white;
  height: 20vh;
  border-radius: 20px;
  width: 25vw;
  box-shadow: 5px 5px 5px #c1c6c5;
}
.Sign_up {
  background-color: white;
  height: 20vh;
  border-radius: 20px;
  width: 25vw;
  box-shadow: 5px 5px 5px #c1c6c5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: black;
  font-weight: bolder;
}
.Sign_up div {
  border-radius: 10px;
  border: 2px solid #008080;
}
.Sign_up div input {
  border: none;
  outline: none;
  padding: 2vh;
  font-size: 15px;
  border-radius: 10px;
}
.connections {
  display: flex;
  gap: 3vh;
  justify-content: center;
}
.footer {
  max-height: 8vh;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #008080;
  padding: 2vh 0;
  color: white;
  gap: 5vh;
  font-size: 12px;
}
/* #D9D9D9 */
.img {
  width: 30%;
}
.download {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: black;
  font-weight: bolder;
}
.download div {
  display: flex;
  align-items: center;
  gap: 2vh;
  justify-content: center;
}
.img1 {
  width: 10%;
}
.images {
  display: flex;
  gap: 8px;
  text-align: center;
  margin-left: 18vh;
}
