@import url("../../../main.css");
@import url("../navigation/navigation.css");
@import url("../footer/footer.css");

#page-content {
  width: 96%;
  background-color: var(--clean-and-serene-white);
}

#living-clean {
  margin-top: 100px;
  background-image: url("../../assets/living-clean-banner.jpg");
  height: 400px;
  width: 100%;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  gap: 15%;
  font-family: "Inter", sans-serif;
  font-size: var(--s);
  color: var(--stepwork-pencil-lead);
  text-align: center;
}

#therapeutic-value {
  flex: 1;
  background-color: var(--surrender-white-6o);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

#steps-sponsor-meetings {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
  height: 100%;
}

#steps {
  flex: 1;
  background-color: var(--surrender-white-6o);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

#sponsor-meetings {
  flex: 1;
  background-color: var(--surrender-white-6o);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

#video-and-public-relations {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  height: 500px;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  gap: 30px;
}

#videos {
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: var(--two-or-more-years);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

video::-webkit-media-controls-panel {
  background-color: black;
}

#videos video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#public-relations {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--surrender-white);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  gap: 20px;
}

#public-relations-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: var(--s);
  font-weight: 600;
  color: var(--stepwork-pencil-lead);
}

#public-relations-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5%;
  flex: 15;
  width: 100%;
  /* overflow-y: auto; */
}

#name {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--duct-tape-grey);
  width: 100%;
  border-radius: 5px;
  padding: 1%;
  gap: 1%;
}

#name-icon {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#first-name-input {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
}

#last-name-input {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: "Inter", sans-serif;
  outline: none;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

#email {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--duct-tape-grey);
  width: 100%;
  border-radius: 5px;
  padding: 1%;
  gap: 1%;
}

#email-icon {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

#email-input {
  flex: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

#textbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 3;
  background-color: var(--duct-tape-grey);
  border-radius: 5px;
  padding: 1%;
}

#textbox textarea {
  width: 100%;
  font-family: "Inter", sans-serif;
  border: none;
  outline: none;
  height: 100%;
  border-radius: 5px;
}

#submit-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: var(--sixty-day-green);
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  min-height: 50px;
  gap: 10px;
}

#submit-button:hover {
  background-color: var(--sixty-day-green-hover);
}

#submit-button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#submit-button-text {
  color: var(--surrender-white);
  font-weight: 600;
}

#world-services-nar-anon-useful-resources {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  gap: 30px;
}

#world-services-and-nar-anon {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5%;
}

#world-services {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--surrender-white);
  border-radius: 10px;
  padding: 5%;
  gap: 5%;
}

#world-services-title {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--s);
  color: var(--stepwork-pencil-lead);
  text-wrap: nowrap;
  font-weight: 600;
}

#world-services-container {
  flex: 1.2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--stepwork-pencil-lead);
  font-weight: 300;
  background-color: var(--duct-tape-grey);
  border-radius: 5px;
}

#world-services-button {
  flex: 1;
  background-color: var(--sixty-day-green);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  border-radius: 5px;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

#world-services-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#world-services-button-text {
  color: var(--surrender-white);
  font-weight: 600;
}

#world-services-button:hover {
  background-color: var(--sixty-day-green-hover);
}

#nar-anon {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--surrender-white);
  border-radius: 10px;
  padding: 5%;
  gap: 5%;
}

#nar-anon-title {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--s);
  color: var(--stepwork-pencil-lead);
  text-wrap: nowrap;
  font-weight: 600;
}

#nar-anon-container {
  flex: 1.2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--stepwork-pencil-lead);
  font-weight: 300;
  background-color: var(--duct-tape-grey);
  border-radius: 5px;
}

#nar-anon-button {
  flex: 1;
  background-color: var(--sixty-day-green);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  border-radius: 5px;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

#nar-anon-button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nar-anon-button-text {
  color: var(--surrender-white);
  font-weight: 600;
}

#nar-anon-button:hover {
  background-color: var(--sixty-day-green-hover);
}

#useful-resources {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--surrender-white);
  padding: 5%;
  gap: 5%;
  border-radius: 10px;
}

#useful-resources img {
  width: 100%;
  height: 100%;
}

#useful-resources-title {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--s);
  color: var(--stepwork-pencil-lead);
  text-wrap: nowrap;
  font-weight: 600;
}

#useful-resources-container {
  flex: 8;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow-y: auto;
  background-color: var(--duct-tape-grey);
  border-radius: 5px;
  gap: 5%;
  padding: 2%;
}

#useful-resources-container div {
  min-height: 70px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  width: 100%;
}

@media (max-width: 1000px) {
  #video-and-public-relations {
    flex-direction: column;
    height: max-content;
  }

  #public-relations {
    gap: 20px;
  }

  #public-relations-form {
    gap: 10px;
  }

  #video-and-public-relations {
    margin-top: 30px;
  }

  #world-services-nar-anon-useful-resources {
    flex-direction: column-reverse;
    height: max-content;
    margin-top: 30px;
  }

  #world-services-and-nar-anon {
    flex-direction: row;
  }

  #world-services,
  #nar-anon {
    flex: none;
    width: 45%;
    height: 300px;
    gap: 10px;
  }

  #nar-anon-title {
    text-wrap: wrap;
    text-align: center;
  }

  #world-services-button,
  #nar-anon-button {
    width: 60%;
  }
}

@media (max-width: 750px) {
  #world-services-and-nar-anon {
    flex-direction: column;
    gap: 30px;
  }

  #world-services,
  #nar-anon {
    width: 100%;
  }
}

@media (max-width: 650px) {
  #useful-resources img {
    width: 100%;
    height: 70px;
  }
}