.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100dvw;
  height: 100dvh;
}

.top-container {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-content1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}

.top-content2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(35, 31, 32, 0.6);
}

.shop-details {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shop-details p {
  font-size: 1rem;
  font-weight: semi-bold;
  color: #231f20;
}
@media (max-width: 600px) {
  .shop-details {
    left: 16px;
    bottom: 16px;
  }
  .shop-details p {
    font-size: 0.86rem;
  }
}

.shop-details2 {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shop-details2 p {
  font-size: 1rem;
  font-weight: semi-bold;
  color: #ffffff;
}
@media (max-width: 600px) {
  .shop-details2 {
    left: 16px;
    bottom: 16px;
  }
  .shop-details2 p {
    font-size: 0.86rem;
  }
}

.link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  height: 20.3dvh;
}
@media (max-width: 600px) {
  .logo {
    height: 14dvh;
  }
}

.logo2 {
  height: 15.9dvh;
}
@media (max-width: 600px) {
  .logo2 {
    height: 12dvh;
  }
}

.page-cta {
  color: #231f20;
  font-size: 1rem;
  border: 1px solid #231f20;
  padding: 8px 48px;
  margin-top: 4.6dvh;
}
@media (max-width: 600px) {
  .page-cta {
    padding: 6px 32px;
    margin-top: 5dvh;
  }
}

.page-cta2 {
  color: #ffffff;
  font-size: 1rem;
  border: 1px solid #ffffff;
  padding: 8px 48px;
  margin-top: 4.6dvh;
}
@media (max-width: 600px) {
  .page-cta2 {
    padding: 6px 32px;
    margin-top: 5dvh;
  }
}

.link-content {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  color: #ffffff;
}
.link-content img {
  color: #ffffff;
}
@media (max-width: 600px) {
  .link-content {
    gap: 16px;
    margin-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */