* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.nav_container {
  width: 995px;
  height: 655px;
  /* border: 1px solid #000; */
  margin: auto;
}
body {
  font-family: Helvetica, Arial;
}
.heading {
  color: white;
  font-size: 43px;
  height: 73px;
  margin-top: 20px;
}
.nav_categories {
  display: flex;
  gap: 60px;
  /* border: 1px solid #000; */
  padding: 20px 5px;
}
.nav_container a {
  color: white;
  text-decoration: none;
}
.automatic_signup {
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 45px;
}
.sign_google {
  border: 1px solid rgb(9, 54, 201);
  width: 328px;
  height: 40px;
  background-color: rgb(55, 102, 184);
  display: flex;
  color: white;
  align-items: center;
  gap: 65px;
}
.sign_facebook {
  border: 1px solid rgb(66, 133, 244);
  width: 328px;
  height: 40px;
  background-color: rgb(66, 133, 244);
  display: flex;
  color: white;
  align-items: center;
  gap: 60px;
}
.fa-facebook-f,
.fa-google {
  color: rgb(55, 102, 184);
  background-color: white;
  padding: 2px 7px;
  font-size: 30px;
}
.fa-google {
  padding: 2px 2px;
}
.manual_signup {
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  margin: 10px 0px;
}
.manual_signup > p {
  font-size: 18px;
  color: white;
  height: 40px;
}
.manual_signup > h2 {
  font-weight: bolder;
  color: white;
  height: 60px;
  margin-top: 10px;
}
body > img {
  position: fixed;
  z-index: -1;
}
.email_box > input {
  width: 175px;
  height: 35px;
  margin-right: 12px;
  font-size: 16px;
  padding: 5px;
}
.email_box > button {
  width: 169px;
  height: 39px;
  background-color: rgb(50, 179, 76);
  border: 1px solid rgb(50, 179, 76);
  font-weight: bold;
  color: white;
  padding: 2px 7px;
  font-size: 16px;
}
.email_box > button:hover {
  background-color: rgb(6, 131, 31);
  cursor: pointer;
}
.app_links_box {
  align-self: center;
}
.manual_signup > p > a {
  font-size: 20px;
}

.mid_section_container {
  /* width: 995px; */
  /* height: 655px; */
  margin: auto;
  background-color: rgb(50, 179, 76);
  padding: 40px 0px;
  margin-top: 40px;
}
.mid_section {
  width: 995px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mid_section > h2 {
  font-size: 43px;
  color: white;
  font-weight: normal;
}
.mid_section > p {
  font-size: 22px;
  color: white;
}
.mid_section_container_2 {
  background-color: white;
  height: 240px;
}
.mid_section_2 {
  width: 995px;
  margin: auto;
  display: flex;
  padding: 40px 0px;
}
.mds2_item1 {
  width: 50%;
}
.mds2_item1 > h1 {
  font-size: 43px;
  color: rgb(50, 179, 76);
  font-weight: normal;
}
.mds2_item1 > ul > li {
  font-size: 20px;
  color: rgb(160, 156, 156);
}
.mds2_item2 {
  width: 50%;
}
.mds2_item2 > h1 {
  font-size: 43px;
  color: rgb(50, 179, 76);
  font-weight: normal;
}
.mds2_item2 > p {
  font-size: 18px;
  font-weight: normal;
  color: rgb(160, 156, 156);
}
.mid_section_container_3 {
  height: 353px;
  background-color: rgb(50, 179, 76);
}
.mid_section_3 {
  width: 955px;
  margin: auto;
  padding: 50px 0px;
}
.mds3_item1 > h1 {
  font-size: 43px;
  font-weight: normal;
  color: white;
}
.mds3_item2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.mds3_item2 > div {
  display: flex;
  padding-right: 20px;
}
.mds3_item2 > div > p {
  font-size: 18px;
  font-weight: bold;
}
.mid_section_container_4 {
  height: 470px;
  background-color: rgb(147, 173, 210);
}
.mid_section_4 {
  width: 995px;
  margin: auto;
  /* border: 1px solid #000; */
  padding: 40px 0px;
}
.mds4_item1 > h1 {
  font-size: 43px;
  font-weight: normal;
  color: white;
}
.mds4_item2 {
  display: flex;
}
.mds4_item2 > div:nth-child(1) {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.mds4_item2 > div {
  width: 50%;
  line-height: 30px;
}
.mds4_item2 > div p {
  font-size: 20px;
  color: white;
}
.mds4_item2 > div div {
  display: flex;
  align-items: center;
}
.mid_section_container_5 {
  background-color: black;
  height: 255px;
  color: white;
}
.mid_section_5 {
  width: 995px;
  display: flex;
  margin: auto;
}
.mid_section_5 > div {
  width: 50%;
}
.mds5_item1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* align-items: center; */
  justify-content: center;
}
.mds5_item1 > h1 {
  font-size: 43px;
  font-weight: normal;
}
.mds5_item1 > p {
  font-size: 20px;
}
.mds5_item2 {
  margin-top: 100px;
}
.mds5_item2 > button {
  width: 169px;
  height: 39px;
  background-color: rgb(50, 179, 76);
  border: 1px solid rgb(50, 179, 76);
  font-weight: bold;
  color: white;
  padding: 2px 7px;
  font-size: 16px;
}
.mds5_item2 > button:hover {
  background-color: rgb(6, 131, 31);
  cursor: pointer;
}
.mds5_item2 > input {
  width: 175px;
  height: 35px;
  margin-right: 12px;
  font-size: 16px;
  padding: 5px;
}
.mds5_item2 > p {
  color: white;
  font-size: 19px;
  margin-top: 40px;
}
.mds5_item2 > p a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.mid_section_container_6 {
  height: 190px;
  background: rgb(237, 241, 233);
  padding: 50px 0px;
}
.mds6_item1 {
  width: 995px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.footer_sec_1 {
  /* width: 955px; */
  height: 130px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  background: rgb(237, 241, 233);
  /* border: 1px solid #000; */
}
.footer_sec_1 > div > a {
  margin-right: 10px;
}
.footer_sec_1 > div {
  text-align: center;
}
.footer_sec_2 {
  height: 170px;
  background: rgb(51, 51, 51);
  padding: 30px 0px;
}
.fs2_box {
  width: 995px;
  /* border: 1px solid rgb(224, 17, 17); */
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fs2_box > div:nth-child(1) {
  font-size: 35px;
  color: white;
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin: auto; */
}
.fs2_box > div:nth-child(1) > a {
  text-decoration: none;
  color: white;
  font-size: 35px;
}

.fs2_box > div:nth-child(2) {
  color: white;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.fs2_box > div:nth-child(3) {
  color: white;
  display: flex;
  justify-content: center;
  font-size: 12px;
  gap: 10px;
}
.footer_sec_3 {
  background: rgb(50, 177, 76);
  height: 100px;
}
.footer_sec_3 {
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
