@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
html,
body {
  /* position: fixed; */
  /* overflow-x: hidden; */
  /* position: fixed;
  top:0; */
  margin: 0px;
  font-family: Montserrat;
  color: white;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  
}



body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}



#contents-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#scroll-bg{
top: 0;
width: 100%;
height: 2000px;
z-index: -100;
position: absolute;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
scrollbar-width: 20px;
-ms-overflow-style: none;
}

#scroll-bg::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroll-bg {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

#loading-container{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-image: url(./assets/background.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}





#logo{
position: absolute;
top: 0;
left: 0;
width: 70px;
margin: 30px;
margin-left: 130px;
z-index: 200;
}


#nave-bar{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px;
  margin-right: 100px;
  gap: 20px;
  z-index: 100;
}
.menu-container{
  color: #0A1464;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.menue-img{
width: 20px;
}
.menu-content{

}

#scroll-container-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#scroll-container {
  width: 100vw;
  height: 100vw;
  z-index: 99;
  position: absolute;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  font-size: 5vh;
}

.info-container {
  width: 60vw;
  left: calc(50% - 30vw);
  position: fixed;
  z-index: 400;
  bottom: 10vh;
  display: none;
  flex-direction: column;
  gap: 10px;
}
.info-title-container{
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-left: -50px;
}
.info-title {
  font-weight: 500;
  font-size: 35px;
}

.info-title-image {
  width: 30px;
}

.info-conetent {
  font-size: 1rem;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  line-height: 1.3rem;
}

.action-btn {
  background-color: #ffffff00;
  padding: 15px;
  border-color: white;
  border-style: solid;
  color: white;
  width: 100px;
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  transition: background-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}

.action-btn:hover {
  background-color: #ffffff45;
}



.info-button {
  background-color: #ffffff00;
  padding: 15px;
  border-color: white;
  border-style: solid;
  color: white;
  width: 150px;
}

.hidden {
  display: none;
}

.flex-end {
  align-items: flex-end;
}

.text-align-end{
  text-align: end;
}

#scroll-info {
  color: white;
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 400;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  width: 50vw;
  text-align: center;
}

#slider-container {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 400;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}

.progress-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;

  cursor: pointer;

}

.progress-content {
  text-align: right;
  transition: color 0.3s;
  font-size: 0.7rem;

}

.progress-bar {
  width: 2px;
  height: 70px;
  border-radius: 20px;
  background-color: white;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .info-container {
    width: 80vw;
    left: calc(50% - 40vw);
    bottom: 7vh;
  }

  .info-title {
    font-size: 25px;
  }

  .info-conetent {
    font-size: 10px;
    line-height: 15px;
  }

  .info-title-container{
    margin-left: 0;
  }
  .info-title {
    font-size: 1.2rem;
}
.info-title-image{
  width: 20px;
}

#nave-bar{
  display: none;
}
#logo{
  margin-left: 30px;
  width: 50px;
}
#slider-container{
  top: 25%;
}
/* #slider-container{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(205, 205, 205) 100%);

} */

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
