@media (max-width: 950px) {
  /**top video**/
  .video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100%;
  }

  .video-container video {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: 100% 60%;
    border-radius: 1.5rem;
  }
}

@media (max-width: 650px) {
  /**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: 25vh;
    object-fit: cover;
    object-position: 100% 65%;
    border-radius: 1.5rem;
  }

  /***SHOP NAVIGATION***/
  .click-navBox {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    
  }

  .click-navBox button {
    background-color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 600;
    padding: .6rem 1.6rem;
    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: 2rem;
    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;
  } 
}

@media (max-width: 560px) {

  /***SHOP NAVIGATION***/
  .click-navBox {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    
  }

  .click-navBox button {
    background-color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .6rem 1.5rem;
    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: 2rem;
    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;
  } 
}

@media (max-width: 440px) {
  .topPhoto-text {
    font-size: 3rem;
    font-weight: 700;
  }

  .bold {
    color: #ffa0fc;
    font-size: 3rem;
  }

  /***SHOP NAVIGATION***/
  .click-navBox {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    
  }

  .click-navBox button {
    background-color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .6rem 1.2rem;
    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: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: end;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 400;
    color: #68655F;
  }

  .Topic {
    font-size: 3rem;
    font-weight: 900;
  } 
}
/*footer*/
@media (max-width: 390px) {
  .word-underline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding-right: .4rem;
  }
  .copyRight {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
  }
}

@media (max-width: 340px) {

  /***SHOP NAVIGATION***/
  .click-navBox {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    
  }

  .click-navBox button {
    background-color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .6rem 1rem;
    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: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: end;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 400;
    color: #68655F;
  }

  .Topic {
    font-size: 3rem;
    font-weight: 900;
  } 
}