@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 !important;
  cursor: pointer;
}

/* NAV SECTION */

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

.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.2) 0%,
      rgba(0, 0, 0, 0.2) 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.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #e50914;
}

/* CAROUSEL-ITEMS */

.carousel-container {
  display: flex;
  
  justify-content: center; 
  align-items: center; 
  overflow: hidden;
  /* width: 300px;
  height: 200px;  */
  /* max-width: 1440px; */
  margin: 0 auto;
  position: relative;
 
  margin-top: 1.5rem;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.carousel-item {
  /* min-width: 100%; */
  box-sizing: border-box;
  /* text-align: center;  */
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0 20%;
}

.prev-button {
  left: 0;
}

.next-button {
  right: 0;
}



.profile{
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 40rem;

}

.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;
}

.views {
    padding-top: 2.5rem;
}

.views h3 {
    color: #030303;
    font-size: 2rem;
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.01563rem;
}

.views p {
    color: #030303;
    font-size: 1.5rem;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01563rem;
}



/* RELATED PHOTOS */
.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: 8rem;
    max-width: 1440px;
    margin: 0 auto;
}

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

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

.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;
}

.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;
}


/* 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;
  }
  
