* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Monument Extended";
  scroll-behavior: smooth;
  text-decoration: none;
}
video {
  width: 100%;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  right: 0;
}
body{
  background: #171717;
}
header{
  position: fixed;
  width: 100%;
  white-space: nowrap
}
.navlist{
  align-items: center;
}
.CRT{
  width: 100%;
  position: absolute;
  display: fixed;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}
@media (min-aspect-ratio: 16/9){
  .CRT{
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9){
  .CRT{
    width: 100%;
    height: 100%;
  }
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.container {
  display: flex;
  vertical-align:middle;
  justify-content: center;
}
.Trans-cirle{
  background: transparent;
  margin-top: 450px;
  cursor: pointer;
  display:flex; 
  justify-content:center; 
  align-items:center;
  position: fixed;
}
.center-comand button{
  background-color: transparent;
  font-size: 20px;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
  color: white;
  text-align:center;
  cursor: pointer;
  font-weight: 500;
  border: 0;
  position: relative;
  margin-top: 12em;
}


.Info-1 a{
  font-size: 20px;
  color: white;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  margin-left: 20%;
  margin-top: 120px;
  font-weight: 500;
  border: 0;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
}
.Info-2 a{
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 120px;
  font-weight: 500;
  border: 0;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
}
.Info-3 a{
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-left: 10%;
  margin-top: 650px;
  font-weight: 500;
  border: 0;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
}
.Info-4 a{
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 650px;
  font-weight: 500;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
}
@media (max-width: 992px){
  .Info-1 a,
  .Info-2 a,
  .Info-3 a,
  .Info-4 a{
    font-size: 20px;
  }

  header{
    margin-top: -50px;
  }
  #aboutus{
    bottom: 4.5em;
  }
}
.Info-5-content{
  background: transparent;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute; 
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: scroll;
}
.gif {
  width: 100%;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  right: 0;
}
@media (min-aspect-ratio: 16/9){
  .gif{
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9){
  .gif{
    width: 100%;
    height: 100%;
  }
}
.lottie-container .animation {
  position: fixed;
  overflow: hidden;
}
#batsu span {
  background: white;
  width: 1.5cm;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  top: 8%;
  right: 97px;
  transform: rotate(45deg);
  font-family: "DotGothic16", sans-serif;
  cursor: pointer;
  position: fixed;
}
#batsu .line-2 {
  background: white;
  width: 1.5cm;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  top: 8%;
  right: 97px;
  transform: rotate(-45deg);
  font-family: "DotGothic16", sans-serif;
  cursor: pointer;
  position: fixed;
}
@media (max-width: 992px){
  #batsu span{
    right: 10px;
    top: 50px;
  }
  #batsu .line-2{
    right: 10px;
    top: 50px;
  }
  .Info-5-content .paragra{
    font-size: 70px;
  }
  .detail{
    font-size: 15px;
  }
}
.introduce{
  display: flex;  
  justify-content: center;
}
.paragra{
  color: aliceblue;
  font-weight: 900;
  font-size: 120px;
  margin-top: 260px;
  font-family: "DotGothic16", sans-serif;
  animation: blink 0.03s step-end infinite;
  text-shadow: 0 0 10px blue;
  text-align: center;
}
.detail{
  display: inline-block;  
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
h3{
  width: 55%;
}
.paragra-detail{
  color: aliceblue;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
  display: flex;
  z-index: 0;
}
.paragra-detail p{
  font-size: 35px;
  color: aliceblue;
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 10px blue ;
  margin-top: -5px;
  left: 20%;
}
@media (max-width: 492px){
  .paragra{
    margin-top: 30%;
  }
  .paragra-detail{
    font-size: 13px;
  }
  .paragra-detail p{
    font-size: 25px;
  }
}
.seemore a{
  font-size: 20px;
  color: rgb(0, 255, 0);
  font-family: "DotGothic16", sans-serif;
  text-shadow: 0 0 15px rgb(0, 216, 40) ;
  /* animation: blink 0.002s step-end infinite; */
  position: absolute;
  right: 5%;
  text-decoration: none;
  border-bottom: 4px solid rgb(7, 219, 7);
  cursor: pointer;
  z-index: 3;
  white-space: nowrap;
  bottom: 100px;
}
.seemore i{
  margin: -13px;
}

.gradient { 
  height: 100vh;
  position: relative;
  background: linear-gradient(
    180deg, 
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
  pointer-events: none;
  right: 0;
  overflow: hidden;
}
.website-content{
  position: relative;
  width: 100%;
  height: 280vh;
  background: #000;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.bigtxt{
  gap: 3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20%;
  overflow: hidden;
}
.bigtxt h1{
  font-size: 2.1em;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px){
  .bigtxt h1{
    font-size: 7em;
  }
}
.pics-img{
	border-bottom: #fff solid 3px ;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.pics{
  grid-template-columns: repeat(auto-fit, minmax(300px,auto));
}
.pics img{
  width: 30%;
  margin: 10px;
  gap: 3rem;
}
@media (max-width: 492px){
  .pics img{
    width: 90%;
  }
  .pics{
    width: 100%;
  }
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ededede9;
  border-radius: 100%;
  color: #ededede9;
  cursor: pointer;
  z-index: 999;
}
.liveimg{
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}
@media (max-width: 992px){
  .liveimg{
    flex-direction: column;
  }
  .website-content{
    height: 330vh;
  }
}
.live-vid-1 {
  background: url(IMG_3829.jpg);
  cursor: pointer;
  z-index: 1;
  height: 40vh;
  width: 90%;
  content: '';
  background-position: center;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin: 10px;
 }
.live-vid-2 {
  background: url(IMG_3829.jpg);
  cursor: pointer;
  z-index: 1;
  height: 40vh;
  width: 90%;
  content: '';
  background-position: center;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin: 10px;
 }
 .footer{
  position: relative;
  background-color: #24262b;
  text-transform: lowercase;
  bottom: 0;
  margin: auto;
  padding-bottom: 1.5%;
  overflow: hidden;
}
.row{
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 15px;
}
h4{
  border-bottom: #a703b3 solid 5px ;
  white-space: nowrap;
  margin-top: 15%;
  color: #fff;
  margin-bottom: 15%;
}
.footer-col{
  text-shadow: 0 0 10px rgba(24, 216, 24, 0.333);
}
.footer-col h4{
  font-size: 18px;
  text-transform: capitalize;
}
/* .social-links, .sound-links{
  display: flex;
} */
.social-links a, .sound-links a{
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #24262b;
  text-transform: lowercase;
  margin: 0 10px;
  bottom: 0;
  right: 10px;
  background: #333336;
  padding: 8px;
  font-size: 1.3rem;
  border-radius: 100%;
  cursor: pointer;
}
footer p{
  position: relative;
  color: #fff;
  text-align: center;
  justify-content: center;
}
@media (max-width: 492px){
  .footer-col h4{
    font-size: 15px;
  }
  footer p{
    font-size: 10px;
  }
}
/* .hidden{
  transform: translateX(0%);
  color: #000;
  filter: blur(5px);
  box-shadow: rgba(0,0,0,0.2) 0px 60px 40px -7px; 
  opacity: 0;
  transform: translateX(-100%);
  transition: all 2s;
}
.hidden.show{
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}
@media(prefers-reduced-motion) {
  .hidden.show {
    transition: none;
  }
}
section{
  overflow: hidden;
} */