* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

li {
  list-style-type: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

a:focus-visible,
button:focus-visible {
  border: 1px solid #be5d00;
  outline: 1px solid #be5d00;
  outline-offset: 2px;
}

@font-face {
  font-family: "Inter", sans-serif;
  src: url("..//../../assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf");
}
@font-face {
  font-family: "Libre Caslon Display", serif;
  src: url("../../../assets/fonts/Libre_Caslon_Display/LibreCaslonDisplay-Regular.ttf");
}
h1 {
  color: #ffffff;
  font-family: "Libre Caslon Display", serif;
  font-weight: bolder;
}

h2,
h3,
p,
a {
  font-family: "Inter", sans-serif;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.header__intro--link, .header__nav--nav-list-item:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.563rem;
  height: 2.625rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 0.625rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.header__intro--link:hover, .header__nav--nav-list-item:last-of-type a:hover {
  background-color: #ffffff;
  color: #be5d00;
}

.header {
  height: 64rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-image: url("../../assets/images/mobile/intro-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (min-width: 36rem) {
  .header {
    background-image: url("../../assets/images/tablet/intro-bg.webp");
  }
}
@media screen and (min-width: 62rem) {
  .header {
    background-image: url("../../assets/images/desktop/intro-bg.webp");
  }
}
.header__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header__nav--logo {
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffffff;
  z-index: 3;
  transition: color 0.3s ease-in-out;
}
.header__nav--nav-list {
  display: none;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  z-index: 2;
}
.header__nav--nav-list-item {
  margin-bottom: 2rem;
}
.header__nav--nav-list a {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 62rem) {
  .header__nav--nav-list {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    display: flex;
    justify-content: end;
    flex-direction: row;
    align-items: center;
  }
  .header__nav--nav-list a {
    color: #ffffff;
  }
  .header__nav--nav-list-item {
    padding-left: 2rem;
    margin-bottom: 0;
  }
}
.header__nav--burger {
  z-index: 3;
  display: flex;
}
@media screen and (min-width: 62rem) {
  .header__nav--burger {
    display: none;
  }
}
.header__nav--burger {
  flex-direction: column;
  justify-content: space-between;
  width: 1.75rem;
  height: 1.188rem;
}
.header__nav--burger span {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 1rem;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.header__intro {
  margin: auto 0;
  width: 100%;
  max-width: 748px;
}
.header__intro--decor {
  display: block;
  width: 5.625rem;
  height: 1rem;
  background-color: #ffffff;
}
.header__intro--h1 {
  font-size: 2.813rem;
}
@media screen and (min-width: 36rem) {
  .header__intro--h1 {
    font-size: 4.063rem;
  }
}
@media screen and (min-width: 62rem) {
  .header__intro--h1 {
    font-size: 4.688rem;
  }
}
.header__intro--description {
  width: 100%;
  max-width: 33rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #ffffff;
}
.main__reads {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 36rem) {
  .main__reads {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .main__reads {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.main__reads {
  gap: 1.5rem;
}
.main__reads--box {
  width: 100%;
  max-width: 26.188rem;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #656565;
}
.main__reads--box-info {
  display: flex;
  flex-direction: column;
}
.main__reads--box-info .link {
  color: #656565;
  align-self: flex-end;
}
.main__reads--box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.main__reads-date {
  color: #656565;
}

.anim {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.anim.show {
  transform: scale(1);
  opacity: 1;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

header,
main,
footer {
  width: 100%;
  max-width: 90rem;
}

.active span {
  background-color: #000000;
}
.active span:nth-of-type(1) {
  transform: translateY(0px) rotate(0);
  animation: activeBurgerMenu-span1 0.3s ease-in-out forwards;
}
.active span:nth-of-type(2) {
  opacity: 1;
  animation: activeBurgerMenu-span2 0.3s ease-in-out forwards;
}
.active span:nth-of-type(3) {
  transform: translateY(0px);
  animation: activeBurgerMenu-span3 0.3s ease-in-out forwards;
}

.not-active span {
  background-color: #ffffff;
}
.not-active span:nth-of-type(1) {
  transform: translateY(8px);
  animation: notActiveBurgerMenu-span1 0.3s ease-in-out forwards;
}
.not-active span:nth-of-type(2) {
  opacity: 0;
  animation: notActiveBurgerMenu-span2 0.3s ease-in-out forwards;
}
.not-active span:nth-of-type(3) {
  transform: translateY(-8px);
  animation: notActiveBurgerMenu-span3 0.3s ease-in-out forwards;
}

@keyframes activeBurgerMenu-span2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes notActiveBurgerMenu-span2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes activeBurgerMenu-span1 {
  from {
    transform: translateY(0px) rotate(0);
  }
  to {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes notActiveBurgerMenu-span1 {
  from {
    transform: translateY(8px) rotate(45deg);
  }
  to {
    transform: translateY(0px) rotate(0);
  }
}
@keyframes activeBurgerMenu-span3 {
  from {
    transform: translateY(0px) rotate(0);
  }
  to {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes notActiveBurgerMenu-span3 {
  from {
    transform: translateY(-8px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(0);
  }
}
.activeBurger {
  overflow: hidden;
}
.activeBurger .header__nav--logo {
  color: #000000;
}
.activeBurger .header__nav--nav-list {
  display: flex;
}/*# sourceMappingURL=main.css.map */