.home-container1 {
  width: 100%;
  margin: 0;
  display: flex;
  padding: 0;
  min-height: 100vh;
  min-height: 100dvh; /* Dynamic viewport height for mobile */
  min-height: calc(var(--vh, 1vh) * 100); /* JavaScript fallback */
  align-items: center;
  flex-direction: column;
}
 
.home-header {
  flex: 0 0 auto;
  width: 100%;
  height: 80px;
  display: none;
  z-index: 2;
  position: fixed;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
 
.home-l-tshoplogo1 {
  width: 70px;
  height: auto;
  object-fit: cover;
}
 
.home-videosection {
  gap: 8px;
  flex: 0 0 auto;
  width: 100%;
  height: 100vh;
  height: 100dvh; /* Dynamic viewport height for mobile */
  height: calc(var(--vh, 1vh) * 100); /* JavaScript fallback */
  display: flex;
  max-width: 1230px;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  justify-content: center;
}
 
.home-titlecont {
  gap: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-l-tshoplogo2 {
  width: 70px;
  height: auto;
  object-fit: cover;
}
 
.home-container2 {
  width: auto;
  height: auto;
  display: none;
  align-items: flex-start;
  padding-top: 4px;
  padding-left: 8px;
  border-radius: 2px;
  padding-right: 8px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: #131313;
}
 
.home-text1 {
  color: #ececec;
  font-size: 14px;
  font-style: normal;
  font-family: "Josefin Slab";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
 
.home-videocont {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  aspect-ratio: 16/9;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
 
.home-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
 
.home-container3 {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "EB Garamond";
  font-weight: 400;
  letter-spacing: 1px;
}
 
.home-text3 {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-style: normal;
  font-family: "EB Garamond";
  font-weight: 400;
  letter-spacing: 1px;
}
 
.home-container4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text4 {
  font-size: 14px;
  font-style: normal;
  font-family: "Josefin Slab";
  font-weight: 700;
}
 
.home-text5 {
  font-size: 12px;
  font-style: normal;
  font-family: "Zen Old Mincho";
  font-weight: 400;
}
 
@media(max-width: 767px) {
  .home-videocont {
    height: 70%;
  }
  .home-video {
    width: 100%;
    height: 100%;
  }
}
 
@media(max-width: 479px) {
  .home-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-videosection {
    padding-left: 16px;
    padding-right: 16px;
  }
}
