@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* NAV SECTION */

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4rem;
}

.nav-link1 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link1 :nth-child(2) {
  color: #e50914;
  font-size: 1.25rem;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.01563rem;
  border-bottom: 2px solid #e50914;
}

.nav-link1 a {
  color: var(--secondary-text, #666);
  font-size: 1.25rem;
  font-family: DM Sans;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

.nav-link2 {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link2 a {
  color: #e50914;
  font-size: 1.25rem;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

.nav-link2 :nth-child(2):hover {
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #E50914;
  border: none;
  color: #FFF;
}

.nav-link2 button {
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  background: #e50914;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.01563rem;
  cursor: pointer;
}

.nav-link2 button:hover {
  border-radius: 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #E50914;
}

/* HERO SECTION */

.hero-section {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 4rem 5.5rem;
  align-items: center;
}

.hero-section > .left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 60%;
}

.hero-section > .left h3 {
  color: #030303;
  font-size: 3.5rem;
  font-family: Cormorant Garamond;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

.hero-section > .left p {
  color: #030303;
  font-size: 1.5rem;
  font-family: Cormorant Garamond;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

.hero-section > .left .block {
  display: block;
  margin-bottom: 1rem;
}

.hero-section > .left button {
  border-radius: 1rem;
  background: rgba(204, 204, 204, 0.8);
  padding: 0.5rem 1rem;
  border: none;
  color: #606060;
  font-size: 1.25rem;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.01563rem;
  margin-right: 1rem;
  cursor: pointer;
}

.hero-section > .left button:hover {
  background: #B70710;
  color: #FFF;
  
}

.hero-section > .right {
  border: 1px solid #000;
  padding: 1.13rem;
  width: 40%;
}

.hero-section > .right img {
  width: 100%;
}

/* First Section */

.photos {
  color: #030303;
  font-size: 2.5rem;
  font-family: Cormorant Garamond;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01563rem;
  padding-bottom: 2.5rem;
  padding-left: 4rem;
  max-width: 1440px;
  margin: 0 auto;
}

.image-firstsection {
  padding: 0 4rem 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.image-firstsection .left {
  gap: 1rem;
  /* width: 40%; */
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
}

.image-firstsection .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.image-firstsection .right .up {
  display: flex;
  gap: 2rem;
}

.image-firstsection .right .down {
  display: flex;
  gap: 2rem;
}

/* .image-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
} */

/* .TWO {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1440px;
} */

/* Related Niche */

.related-niche {
  padding: 2.5rem 4rem 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1440px;
  margin: 0 auto;
}

.related-niche h3 {
  color: #030303;
  font-size: 2.5rem;
  font-family: Cormorant Garamond;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

.related-niche > div {
  display: flex;
  gap: 2rem;
}

.image-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bottom h6 {
  color: #030303;
  font-size: 1rem;
  font-family: Cormorant;
  font-weight: 700;
  letter-spacing: 0.059rem;
}

.bottom p {
  color: #666;
  font-size: 1rem;
  font-family: DM Sans;
  letter-spacing: 0.059rem;
}

.bottom .location {
  display: flex;
  align-items: center;
}

/* FOOTER */

footer {
  background: #030303;
  display: flex;
  /* width: 90rem; */
  padding: 5.5rem 4rem;
  align-items: flex-start;
  gap: 11.875rem;
}

footer > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer h6,
p {
  color: var(--white-01, #fbf8ff);
  font-size: 1.5rem;
  font-family: DM Sans;
  font-weight: 500;
  letter-spacing: 0.059rem;
}

footer .link a {
  color: #d4d4d4;
  font-size: 1.25rem;
  font-family: DM Sans;
  letter-spacing: 0.059rem;
}
