/**top video**/
.topPhoto-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  width: 100%;
}

.topPhoto-container img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 100% 40%;
  border-radius: 1.5rem;
}

.topPhoto-text {
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  font-family: 'Author', sans-serif;
  color: #FFFFFF;
}

.bold {
  color: #ffa0fc;
  font-size: 6rem;
  font-weight: 700;
}

/***SHOP NAVIGATION***/
.click-navBox {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  
}

.click-navBox button {
  background-color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 600;
  padding: .7rem 1.7rem;
  border-radius: 5rem;
  border-style: solid;
  border-color: #68655F;
  color: #68655F;
  border-width: .13rem;
  font-family: 'Author', sans-serif;
}

.click-navBox button:hover {
  background-color: #68655F;
  color: #FFFFFF;
}

/***SHOP TITLE & NUMBERS***/
.shop-listTopic-box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: end;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 400;
  color: #68655F;
}

.Topic {
  font-size: 4rem;
  font-weight: 900;
} 

/************Footer**************/

.line-box {
  padding: 0 0;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  height: .26rem;
  width: 100%;
}

.straight-line {
  background-color: black;
  height: 100%;
  width: 100%;
}

.word-underline-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  padding-right: .4rem;
}

.line-box-2 {
  margin-bottom: 0;
}

footer {
  height: max-content;
  margin-bottom: 3rem;
  width: 100%;
  margin-top: 7rem;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footerLogo {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  font-weight: 700;
}

.footerContactNav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerContact {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.footer-navLink {
  gap: .5rem;
  display: flex;
  flex-direction: column;
  text-align: end;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.footer-navLink a {
  text-decoration: none;
  color: black;
}

.copyRight {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}





