:root {
  --dark-slate-grey: #373737;
  --olive: #687009;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.intro {
  opacity: .97;
  text-shadow: 0 0 20px #0003;
  background-color: #616b00;
  background-image: url('../images/Vimara-Peres---WEB-Experience---BG-Cavaleiro.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 100vw;
  border: 5px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.intro-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vimara-peres-intro-logo {
  width: 15vw;
}

.intro-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  letter-spacing: .35em;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 1vw;
  margin-right: 1vw;
  font-family: Cardo, sans-serif;
  font-size: 1vh;
  font-weight: 700;
}

.js-clock {
  color: #fffc;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 35vw;
  display: none;
  position: relative;
  top: 3vh;
}

.box {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 20vh;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.clock-number {
  text-align: center;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10vh;
  font-weight: 700;
  display: flex;
}

.clock-number.seconds-number {
  color: #ffffff40;
  font-size: 7vh;
  font-weight: 400;
}

.clock-number.minutes-number {
  color: #ffffff80;
  font-size: 7vh;
  font-weight: 400;
}

.clock-number.days-number {
  font-size: 10vh;
}

.clock-number.hours {
  font-size: 9vh;
  font-weight: 400;
}

.text-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2.25vh;
  font-weight: 400;
  display: flex;
}

.button-2 {
  color: #6d6d6d;
  letter-spacing: .35em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1vw 2vw;
  font-family: Cardo, sans-serif;
  font-size: 1vh;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 10vh;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 200;
}

.text-span {
  color: #ffffffb3;
  letter-spacing: .25em;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  top: -24px;
}

.home, .products {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video {
  position: absolute;
  inset: 0%;
}

.image {
  position: relative;
}

.about {
  background-color: #373737;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--dark-slate-grey) 94%);
  height: 100vh;
}

.div-block-4 {
  background-image: linear-gradient(360deg, var(--dark-slate-grey) 19%, #0000 86%);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.douro {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.partner {
  height: 50vh;
}

.footer {
  background-color: var(--olive);
  height: 50vh;
}

.div-block-5 {
  z-index: 100;
  border: 1vh solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  box-shadow: inset 0 0 50px 1px #0003;
}

.harvest-div {
  display: none;
}

.text-span-2 {
  font-size: .7em;
}

.div-block-6 {
  background-image: url('../images/Vimara-Peres---Low-Sword-Tip.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15vh;
  position: absolute;
  inset: auto 0% 0% 49.5vw;
}

.video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video {
  z-index: 0;
  opacity: .1;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
}

.play-pause-button {
  display: none;
}

.div-block-7 {
  z-index: 1;
  position: relative;
}

.text-span-3 {
  color: #ffffffb3;
  letter-spacing: .5em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 479px) {
  .intro {
    background-size: cover;
  }

  .intro-logo-wrapper {
    width: 60vw;
  }

  .vimara-peres-intro-logo {
    width: 70vw;
  }

  .text-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vw;
    display: flex;
  }

  .text-span {
    margin-bottom: 10px;
    font-size: 5vw;
    line-height: 26px;
  }

  .div-block-6 {
    display: none;
    inset: auto 0% 0% 49vw;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    width: 80vw;
  }

  .text-span-3 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 3vw;
    display: flex;
  }
}


