html {
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

* {
  font-family: 'Texturina', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  color: beige;
}

body {
  background-image: linear-gradient(
    to bottom right,
    rgb(71, 71, 71),
    rgb(51, 51, 51)
  );
}

span {
  color: goldenrod;
}

h2,
.purple {
  color: rgb(206, 90, 255);
}

.white {
  color: white;
}

.gold {
  color: gold;
}

.scarlet {
  color: rgb(187, 0, 0);
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
}

ul {
  list-style-type: none;
  overflow: hidden;
}

#logo,
li {
  float: left;
}

/* IDs */

#map,
#herb-calc,
#faq {
  padding-bottom: 3rem;
  height: max-content;
}

#faq {
  /* background-color: #878787; */
}
#map {
}

#herb-calc {
  /* background-color: #888888; */
}

/* SECTIONS */
section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid;
  border-color: rgba(49, 49, 49, 0.5);
}

.section__title {
}

.section__header {
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  align-items: center;
}

.section__description {
  margin: 1rem;
  padding: 1rem;
  text-align: center;
}

.section__description img {
  max-height: 20%;
}

/* NAV BAR */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  width: 100%;
  z-index: 100;
}
.sticky {
  position: fixed;
  background-color: rgba(31, 31, 31, 0.5);
}

#logo {
  margin-left: 8vw;
}

.nav__links {
  background-color: #333333;
  margin-right: 8vw;
}

.nav__item:hover {
  background-color: #777777;
}

.nav__links a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 0.7rem;
}

/* HEADER */
.header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid;
  border-color: rgba(49, 49, 49, 0.5);
}

.header__title {
  margin-top: 15%;
  margin-left: 8vh;
  display: grid;
  grid-gap: 1rem 1rem;
  max-width: 115rem;
}

.item-1 {
  grid-row: 1 / 2;
}

.item-2 {
  grid-area: 2 / 1 / 3 / 2;
}

.item-3 {
  grid-column: 1 / 2;
}

.item-4 {
  grid-area: 3 / 2 / 4 / 3;
}

.header__container {
  margin-left: 5.7vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 10vh;
  padding-left: 2vw;
}

.header__img {
  max-height: 30vh;
  transform: translateY(-4rem);
}

.map__selector-buttons a {
  display: block;
  color: white;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}

.highlight {
  color: white;
}

.link {
  text-decoration: none;
}

/* FAQ */

.faq.section__header {
  padding: 1rem;
}

.faq--shadow-oil,
.faq--gspp {
  margin-top: 1.5rem;
  justify-items: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq__text {
  margin-top: 2rem;
}

.faq__shadow-oil-recipe,
.faq__gspp-recipe {
  align-items: center;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr 3fr;
}

.faq__item--1 {
  justify-items: center;
  align-items: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.faq__item--2 {
  justify-content: end;
}
.faq__item--3 {
}

/* MAP */
.map-item {
  display: inline-block;
  align-items: center;
}

.map-item.hidden {
  display: none;
}

.map__btn {
  background-color: darkred;
  width: max-content;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.map-btn-left {
  border-radius: 25px 0px 0px 25px;
}

.map-btn-right {
  border-radius: 0px 25px 25px 0px;
}

.map__selector {
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.herbReset,
.btn--select-herb:active,
.map__btn-active,
.map__btn:active {
  background-color: rgb(78, 1, 1);
}

.modal__price-btn--submit:hover,
.btn--select-herb:hover,
.map__btn:hover {
  background-color: gold;
  color: white;
}

.map__img,
.map__video {
  width: 90vw;
}

.map__video {
}

.video--description {
  font-size: small;
  color: rgba(255, 255, 255, 0.712);
}

.reset__video {
  width: 65vw;
}

.map__order {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map__video-reset--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

/* HERB */

.herb.section__description {
  text-align: center;
}

.herb__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.herb__content img {
  height: 220px;
  width: auto;
  border-radius: 25px 25px 25px 25px;
  border: 1px;
  background-color: rgba(187, 180, 180, 0.363);
}

.herb__totals {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herb__payout {
}

/* HERB MODAL */
.modal__herb {
  transform: translate(-50%, -50%);
  align-items: center;
}

.modal__herb img {
  max-height: 50px;
}

.modal {
  background-image: linear-gradient(
    to bottom right,
    rgb(71, 71, 71),
    rgb(51, 51, 51)
  );
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 50vw;
  max-height: 85vh;
  padding: 3rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.btn--close-modal--price,
.btn--close-modal {
  font-family: inherit;
  color: white;
  position: absolute;
  top: -1rem;
  right: 2rem;
  font-size: 3.5rem;
  cursor: pointer;
  border: none;
  background: none;
}

.herbReset,
.modal__price-btn--submit,
.btn--select-herb {
  background-color: darkred;
  color: gold;
  padding: 1rem;
  margin: 0.2rem;
  border: none;
  display: flex;
  flex-direction: row;
  border-radius: 25px 25px 25px 25px;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.btn--select-herb {
  width: 40vw;
}

.modal__select-price-container,
.modal__select-herb-container {
  display: flex;
  flex-direction: column;
}

.btn--select-herb.inactive {
  display: none;
}

.modal__select-herb-container h1 {
  position: relative;
}

.modal__filler {
  flex-grow: 1;
  background: inherit;
}

.modal__header {
  font-size: 2rem;
  margin-top: 1rem;
}

.modal__no-herb.hidden {
  display: none;
}

/* PRICE MODAL */
.modal__price {
  transform: translate(-50%, -50%);
}

.modal__select-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
}

.modal__select-price-container img,
.modal__select-price-container form,
.modal__select-price-container button,
.modal__select-price-container h3 {
  margin: 1rem;
  align-self: center;
  width: max-content;
}

.modal__price-btn--submit {
  margin: 1rem;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* FOOTER */
.footer {
  padding-top: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(
    to bottom right,
    rgb(71, 71, 71),
    rgb(51, 51, 51)
  );
  text-align: center;
}

.footer img {
  margin-bottom: 2rem;
  height: 55px;
}

.footer a {
  text-decoration: none;
}

.footer__socials {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin: 1rem;
}

.footer li {
  margin: 0.5rem;
}
