@charset "utf-8";
/* Style CSS */

/* main {
  background-image: url(../images/45236262346.avif);
  background-repeat: no-repeat;
  background-position: top 50vw;
} */

.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-image div {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin-left: auto;
}

.bg-image div::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-image: linear-gradient(to right, white, transparent),
    linear-gradient(to top, white, transparent);
}

/* .bg-image div img {
  margin-left: auto;
  height: 75vh;
} */

header .container {
  position: relative;
  border-bottom: 1px solid #363636;
}

header .logo {
  text-align: center;
  padding: 40px 0;
  margin: 0;
}

header .logo img {
  max-width: 250px;
  width: 100%;
  margin: auto;
}

header .insta {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 30px;
  max-height: 30px;
  transform: translateY(-50%);
}

section {
  text-align: center;
}

section ul {
  list-style: none;
  margin-inline: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

section ul li {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #161616;
  width: max-content;
  background: white;
}

#landing {
  padding: 140px 0 0;
  margin: 0 auto 70px auto;
  text-align: center;
  max-width: 1170px;
}

#landing .container {
  padding-bottom: 140px;
  border-bottom: 1px solid #363636;
}

#landing h1,
h2 {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
}

.collection h2 {
  margin-bottom: 60px;
}

.mail_btn,
.num_btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  padding: 8px 20px;
  border: 2px solid #161616;
  background: #161616;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #f9f9f9;
  border-radius: 12px;
}

.num_btn {
  background: none;
  color: #161616;
}

.mail_btn:hover {
  background: #1c1c1d;
  color: #fff;
  border-color: #161616;
}

.num_btn:hover {
  background: #fff;
  color: #1c1c1d;
  border-color: #161616;
}

footer {
  padding: 40px 0 250px 0px;
  margin: 60px 0 0;
  text-align: center;
}

footer p {
  font-size: 22px;
  color: #161616;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

footer .certified {
  margin-top: 30px;
}

footer .certified p {
  font-size: 16px;
}
