*{
    transition: 5s  ;
}
html,body{
    height: 100%;
}
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
/* Qora start ekrani */
#startOverlay {
  top:0; left:0;
  width:100%; height:100%;
  background:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10;
}

#goBtn {
  padding:20px 40px;
  font-size:24px;
  border:none;
  border-radius:10px;
  background:#ff4081;
  color:#fff;
  cursor:pointer;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kontent ekran bo‘ylab markazda */

/* Rasm galereyasi vertikal markazda */
.content.image-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
margin: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  width: 430px;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 80px; /* Qo'shildi: pastdan masofa */
}
/* Rasmlar shisha panel + opacity + soyalar */
.image-gallery img {
  width: 500px;
  height: 140px;
  border-radius: 20px;
  /* shisha efekt */
  background-color: rgba(255, 255, 255, 0.1); /* shaffof fon */
  backdrop-filter: blur(10px); /* video fon blur qilinadi */
box-shadow: 0px 0px 90px rgba(75, 75, 144, 0.448);
  /* soyalar */
border-radius: 10px;
  /* opasity bilan video fon uyg‘unligi */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-gallery img {
  opacity: 0.6 !important;
} 

/* Hover animatsiyasi */


::-webkit-scrollbar {
  display:none;
}


body.home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;      /* yoki rasm/video */
}
#goBtn {
  padding: 20px 40px;
  font-size: 24px;
  border: none;
  border-radius: 10px;
  background: #ff4081;
  color: #fff;
  cursor: pointer;
}
.hidden {
  opacity: 0;
  visibility: hidden;       /* ko‘rinmas bo‘lsin */
  pointer-events: none;     /* klik qilinmasin    */
  transition: opacity .3s;  /* silliq o‘tish      */
}



.datas{
width: 100%;
position: absolute;
 
  
}
.datas1{
margin-top: 10vh;
width: 100%;
position: absolute;
 
  
}
.datas2{
margin-top: 100vh;
width: 100%;
position: absolute;
 
  
}
.datas3{
margin-top: 200vh;
width: 100%;
position: absolute;
}
#space{
  margin-top: 200vh;
      border: 1px solid rgba(255,255,255,0.1);

}
.datas3 h1{
  margin-top: 220vh;
}
.datas h1{
  color: white;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;

  font-family: 'Anton', sans-serif;
}


.about-section {
            padding: 60px 20px;
            background: rgba(255, 255, 255, 0);
            border-radius: 15px;
            backdrop-filter: blur(5px);
            background-size: cover;
            background-position: center;

            -webkit-backdrop-filter: blur(10px);
          }
          .about-label {
            
            font-size: 1.2rem;
          }
       
.about-section h2{
font-size:3.6vmax !important;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: white;
}
.about-section p{
  font-family:monospace;
color: white;
}

/* make all is responsive EVERYTHING */



.about-section1 {
            padding: 60px 20px;
            background: rgba(255, 255, 255, 0);
            border-radius: 15px;
            backdrop-filter: blur(5px);
            background-size: cover;
            background-position: center;
            opacity: .45;
background-image: url('./ASSETS/bg2.PNG');
            -webkit-backdrop-filter: blur(10px);
          }
          .about-label {
            
            font-size: 1.2rem;
          }
       
.about-section2 {
            padding: 60px 20px;
            background: rgba(255, 255, 255, 0);
            border-radius: 15px;
            backdrop-filter: blur(5px);
            background-size: cover;
            background-position: center;
            opacity: .80;
            -webkit-backdrop-filter: blur(10px);
          }
          .about-label {
            
            font-size: 1.2rem;
          }
                 
.about-section1 h2{
font-size:3.6vmax !important;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: white;
}
.about-section1 p{
  font-family:monospace;
color: rgb(255, 255, 255);
}
html {
  scroll-behavior: smooth;
}
/* make all is responsive EVERYTHING */
@media (max-width: 600px) {
  .content.image-gallery {
    width: 90%;
    height: auto;
  }
  .image-gallery img {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .content.image-gallery {
    width: 100%;
    height: auto;
    margin-bottom: 60px; /* Pastdan masofa kamaytirildi */
  }
  .image-gallery img {
    width: 80%;
    height: auto;
  }
    .about-section,
    .about-section1,
    .about-section2 {
      padding: 30px 5px;
      border-radius: 10px;
      font-size: 0.9rem;
    }

    .about-section h2,
    .about-section1 h2,
    .about-section2 h2 {
      font-size: 2.2vmax !important;
    }

    .datas h1 {
      font-size: 40px;
      margin-bottom: 10px;
    }

    #goBtn {
      padding: 12px 20px;
      font-size: 18px;
    }

    body.home {
      padding: 0;
      height: auto;
    }

    .datas,
    .datas1,
    .datas2 {
      margin-top: 0;
      position: static;
      width: 100%;
    }
    /* datas2 media */
    .datas2 {
      margin-top: 0;
      position: static;
      width: 100%;
    }
    /* about section2 */
    .about-section2 {
      padding: 30px 5px;
      border-radius: 10px;
      font-size: 0.9rem;
    }
      /* all image media */
    /* about section iamges */
    .image-gallery img {
      width: 100%;
      height: auto;
    }
    
} 
.about-section2  img{

  
}


body{
  /* x oqi boyicha surilmasin */
  overflow-x: hidden;
}


