@import url("https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&display=swap");
:root {
  --margin-section: 160px;
}

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

@media (max-width: 991px) {
  body {
    --margin-section: 160px;
  }
}
body {
  font-family: "Josefin Sans", sans-serif;
}

.container {
  max-width: 1114px;
  padding: 64px 0 164px 0;
}

.hero {
  padding: 64px var(--margin-section) 164px;
  background: url("../images/desktop/image-hero.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.hero .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .nav .logo {
  width: 192px;
  height: 32px;
  z-index: 4;
}
.hero .nav .logo img {
  width: 100%;
  height: 100%;
}
.hero .nav .menu {
  display: none;
}
@media (max-width: 991px) {
  .hero .nav .menu {
    display: block;
    position: relative;
    z-index: 4;
  }
}
@media (max-width: 991px) {
  .hero .nav .nav-list {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px 160px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .hero .nav .nav-list.active {
    height: 100vh;
    background-color: #000;
  }
  .hero .nav .nav-list.active ul {
    display: flex;
  }
}
.hero .nav .nav-list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .hero .nav .nav-list ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero .nav .nav-list ul a {
  color: #FFF;
  font-family: "Alata", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 991px) {
  .hero .nav .nav-list ul a {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 25px;
  }
}
.hero .nav .nav-list ul a:hover::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #FFF;
}
.hero .hero-content {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 70px;
  color: #FFF;
  padding: 40px;
  border: 2px solid #FFF;
  width: fit-content;
  margin-top: 130px;
}

.banner {
  margin: 0 var(--margin-section);
  position: relative;
  margin-top: 160px;
  margin-bottom: 184px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 993px) {
  .banner {
    align-items: center;
  }
}
.banner .banner-img {
  width: 731px;
  height: 500px;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 993px) {
  .banner .banner-img {
    width: 100%;
  }
}
.banner .banner-txt {
  padding: 96px 0 0 96px;
  background-color: #fff;
  position: absolute;
  width: 541px;
  height: 317px;
  bottom: 0;
  right: 0;
}
@media (max-width: 993px) {
  .banner .banner-txt {
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
  }
}
.banner .banner-txt h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin-bottom: 25px;
}
.banner .banner-txt p {
  font-family: "Alata", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.4745098039);
}

.creation {
  margin: 0 var(--margin-section);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 97px;
  margin-bottom: 184px;
  display: flex;
  flex-direction: column;
}
.creation .creation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creation .creation-head h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
}
.creation .creation-head a {
  color: #000;
  padding: 13px 38px;
  border: 1px solid #000;
  text-decoration: none;
  font-family: "Alata", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.creation .creation-body {
  display: grid;
  gap: 29px;
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
}
.creation .creation-body .card {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  padding: 32px 40px;
  display: flex;
  align-items: flex-end;
}
.creation .creation-body .card span {
  z-index: 4;
}
.creation .creation-body .card:hover {
  color: #000;
}
.creation .creation-body .card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.705);
}
.creation .creation-body .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

footer {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px var(--margin-section);
}
footer .sec-1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  color: #FFF;
}
footer .sec-1 .logo {
  width: 144px;
  height: 24px;
}
footer .sec-1 .logo img {
  width: 100%;
  height: 100%;
}
footer .sec-1 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
footer .sec-1 ul a {
  color: #fff;
  text-decoration: none;
  font-family: "Alata", sans-serif;
  font-size: 15px;
  line-height: 25px;
  position: relative;
}
footer .sec-1 ul a:hover::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #FFF;
}
footer .sec-2 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 24px;
}
footer .sec-2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
footer .sec-2 ul a {
  position: relative;
}
footer .sec-2 ul a:hover::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #FFF;
}
footer .sec-2 p {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  font-family: "Alata", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

/*# sourceMappingURL=style.css.map */
