.post-container {
  padding: 0px 20%;
}
@media (orientation: portrait) {
  .post-container {
    padding: 0px 1rem;
  }
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
  overflow-y: hidden;
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  background: black;
  opacity: 60%;
}
@media (orientation: portrait) {
  .header {
    z-index: 1;
    height: 15.625rem;
    position: inherit;
  }
}
.header img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.header h2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 250;
  line-height: 4rem;
  padding-left: 10%;
  text-transform: uppercase;
  margin-right: 2.88rem;
  z-index: 30;
}
@media (orientation: portrait) {
  .header h2 {
    display: none;
  }
}
.header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  z-index: 1000;
}
@media (orientation: portrait) {
  .header ul {
    display: none;
  }
}
.header ul button {
  position: absolute;
  right: -3.2rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1000000;
}
.header ul a {
  display: flex;
  color: var(--night, #FFF);
  text-align: center;
  padding: 0px 1rem;
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1125rem;
  width: 6.8rem;
  max-width: 6.8rem;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: font-style 0.3s ease-out;
}
.header ul a:hover {
  font-family: "Times New Roman";
  font-style: italic;
  text-transform: lowercase;
  transform: translateY(-1px);
  font-size: 1.1rem;
}
.header ul svg {
  position: absolute;
  top: -2px;
  right: -4vw;
  fill: var(--night, #FFF);
  cursor: pointer;
  width: 2.5rem;
  height: 1.57rem;
  z-index: 100;
}
.header ul::before {
  position: absolute;
  content: "";
  left: -3.75rem;
  width: 5rem;
  height: 1px;
  background: #FFF;
  transform: rotate(90deg);
  z-index: 30;
}

@media (orientation: landscape) {
  .search label {
    width: 54.5rem;
  }
}

.post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (orientation: portrait) {
  .post-content {
    flex-direction: column;
    justify-content: center;
  }
  .post-content div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }
}
.post-content div {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.post-content div h1 {
  font-size: 3.125rem;
  font-weight: 250;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
  font-style: normal;
  line-height: 3.4375rem;
}
@media (orientation: portrait) {
  .post-content div h1 {
    margin-top: 3.125rem;
    text-align: left;
    font-size: 2.5rem;
  }
}
.post-content div span {
  border: 1px solid #342F2C;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  color: var(--night, #342F2C);
  text-align: center;
  font-family: Poppins;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media (orientation: portrait) {
  .post-content div span {
    align-self: flex-start;
  }
}
.post-content div p {
  margin-top: 0px;
}
.post-content div p:first-of-type {
  margin-top: 1.25rem;
}
.post-content div img {
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1.25rem 0px;
}
@media (orientation: portrait) {
  .post-content div img {
    width: 100%;
    height: 22.8125rem;
    margin-bottom: 1.57rem;
  }
}

.cards-colection {
  align-self: center;
  margin-top: 1.25rem;
}

ul.search a {
  display: none;
}

ul.search button::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1px;
  background: #FFF;
  border: none;
  border-radius: 0;
  transform: translate(0, 0) rotate(-45deg);
}
ul.search button::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1px;
  background: #FFF;
  transform: translate(0, 0) rotate(45deg);
}

.search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: none;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.search-btn::before, .search-btn::after {
  transition: transform 0.5s;
}
.search-btn::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}
.search-btn::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 1px;
  background: #FFF;
  transform: translate(0.5rem, 0.5rem) rotate(45deg);
}

ul label {
  visibility: hidden;
  width: 0;
  background: transparent;
}
ul label input {
  width: 100%;
  height: 100%;
  font-family: Times New Roman;
  font-size: 1rem;
  font-style: italic;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #FFF;
}
ul label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search label {
  display: flex;
  width: 54.5rem;
  height: 1.57rem;
  visibility: visible;
}
.search label::after {
  transform: scaleX(1);
}
@media (orientation: portrait) {
  .search label {
    position: absolute;
  }
}

#header-2-ul.search {
  left: 0;
}/*# sourceMappingURL=style.css.map */