@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
  


 .full-landing-image{
    width: 100%;
    height: 100vh;
    background: url("../images/kirishorqafon.png")  center / cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  

 /* ****************** */
 .slider{
    width: 100%;
    max-width: 100vw;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;

}



 
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .buttons button:hover{
    color: #ff6c00;
    transition: 0.3s;
    box-shadow: 0px 0px 8px 4px #ff6c00;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
}
 /* ***************** */

  /* <!-- Effectli rasmdstur kodi boshlandi --> */


  *,
  *::before,
  *::after{
      box-sizing: border-box;
  }
 
  body{
      font-family: 'roboto', sans-serif;
      color: #454545;
      font-weight: 400;
      background: #ffffff;
  }
  a{
      color: #333333;
      font-weight: 400;
      outline: none;
      text-decoration: none;
      transition: 0.5s;
  }
  .containercon{
      box-sizing: border-box;
      line-height: 1.15;
  
      width: 100%;
      padding-right:15px ;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  
  .rowcon{
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      animation: fade-down2 4s;
  }
  @keyframes fade-down2{

    from{
        opacity: 0;
        transform: translateX(-200px) scale(0.6);
        transform: translateY(200px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(100px) scale(1);

    }
}
  .columncon{
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .section-title{
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 12px;
      padding: 45px 0 30px 0;
  }
  .section-title::after{
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      left: 0;
      background: #eeeeee;
  }
  
  
  .effect{
      position: relative;
      margin-bottom: 35px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0px 2px 1rem 0px rgb(0 0 0 / 24%);
  }
   
  .effect .effect-img{
      font-size: 0;
      overflow: hidden;
  }
  .effect .effect-img img{
      width: 100%;
      height: auto;
      transition: all .3s;
  }
  
  .effect:hover{
    transform: scale(1.02);
    transition: 1.3s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
    box-shadow: 0px 10px 1.5rem 0px rgb(0 0 0 / 48%);
    }
    
  .effect:hover .effect-img img{
      transform: scale(1.2);
  }
  
  .effect .effect-text{
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: rgba(0, 0, 0, .5);
      overflow: hidden;
      transition: all .3s ease-in;
      opacity: 0;
  }
  .effect .effect-text .innercon{
      position: absolute;
      padding: 15px;
      z-index: 1;
  }
  .effect .effect-text:before,
  .effect .effect-text:after{
      position: absolute;
      display: block;
      width: 100%;
      height: 0;
      content: '';
  }
  .effect .effect-text:before{
      border-top: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      left: -100%;
      top: 0;
  }
  .effect .effect-text:after{
      border-bottom: 3px solid #ffffff;
      border-left: 3px solid #ffffff;
      left: 100%;
      bottom: 0;
  }
  .effect:hover .effect-text{
      opacity: 1;
  }
  .effect:hover .effect-text:after,
  .effect:hover .effect-text:before{
    animation-delay: .1s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
  }
  .effect:hover .effect-text:after{
      animation-name: left-up;
  }
  .effect:hover .effect-text:before{
      animation-name: right-dn;
  }
  
  @keyframes left-up {
      0% {
          left: 100%;
          height: 0;
      }
      50% {
          left: 0;
          height: 0;
      }
      100% {
          height: 100%;
          left: 0;
      }
  }
  
  @keyframes right-dn {
      0% {
          left: -100%;
          height: 0;
      }
      50% {
          left: 0;
          height: 0;
      }
      100% {
          height: 100%;
          left: 0;
      }
  }
  
  .effect .effect-text h2{
      height: 45px;
      color: #ffffff;
      font-size: 22px;
      margin: 0;
  }
  
  .effect .effect-text p{
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 20px;
  }
  .effect .effect-btn .btncon{
      display: inline-block;
      height: 35px;
      padding: 10px 15px;
      font-size: 15px;
      color: #000000;
      background: #ffffff;
      border-radius: 5px;
  }
  .effect .effect-btn .btncon:hover{
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(62 158 255) 10%, rgb(97 196 255) 80%, rgb(67 202 255) 50%);
  }
  
  @media (min-width:576px){
      .containercon{
          max-width: 475px;
      }
      .columncon{
          flex: 0 0 100%;
          max-width: 100%;
      }
  }
  @media (min-width: 768px){
      .containercon{
          max-width: 720px;
      }
      .columncon{
          flex: 0 0 50%;
          max-width: 50%;
      }
  }
  
  
  @media (min-width:992px){
      .containercon{
          max-width: 960px;
      }
      .columncon{
        flex: 0 0 50%;
        max-width: 50%;
      }
  }
  @media (min-width:1200px){
      .containercon{
          max-width: 1140px;
      }
      .columncon{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
  }

/* <!-- Effectli rasmdstur kodi tugadi --> */
.ism{
    margin-left:31%;
}
.kasb{
    margin-left:25%;
}
 
 /* <!-- Sariqli rasm content dastur kodi boshlandi --> */
 
 .wrappermalumot1 {
    background: url("../images/indexpage/sptone.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 200px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation:fade-down1 2s;
}


.wrappermalumot2 {
    background: url("../images/indexpage/spt2.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 130px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation: fade-down1 2s;
}

.wrappermalumot3 {
    background: url("../images/indexpage/spt3.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 200px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation: fade-down1 2s;
}
@keyframes fade-down1{
    from{
        opacity: 0;
        transform: translateX(-200px) scale(0.6);
        transform: translateY(200px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(100px) scale(1);

    }
}
.wrappermalumot4 {
    background: url("../images/sayt/maqola1.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 130px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation: fade-down2 3s;
}

.wrappermalumot5 {
    background: url("../images/sayt/maqola1.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 200px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation: fade-down2 3s;
}

.wrappermalumot6 {
    background: url("../images/sayt/maqola1.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 400px;
    margin-left: 130px;
    margin-top: 30px;
    box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
    display: inline-block;
    animation: fade-down2 3s;
}



@keyframes fade-down2{
    from{
        opacity: 0;
        transform: translateX(-200px) scale(0.6);
        transform: translateY(200px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(100px) scale(1);

    }
}
.boxmalumot {
  box-shadow: 0px 0px 9px 1px black;
  border: 1px solid black;
  border-radius: 5px;

  width: 400px;
  padding: 10px;
  clip-path: circle(5% at 91% 7%);
  transition: all .5s ease-in-out;
  cursor: pointer;
  height: 400px;
}
  .contentmalumot {
    text-align: center;
    padding: 25px 15px;
}
.boxmalumot:hover{
  clip-path:circle(75%);
  background: rgb(0 0 0 / 50%);
}

.boxmalumot:hover span{
  color:rgba(255,255,255,0);
}
.boxmalumot span {
    float: right;
    color: #ff6400;
    font-weight: bold;
    transition: color .5s;
    position: relative;
    margin-right: 4.5%;
    top: 5px;
    font-size: 20px;
}

.boxmalumot h1{
  color:#fff;
}
.boxmalumot p{
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    line-height: 1.5;
}
.boxmalumot p a{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-align: justify;
    line-height: 2;
}
.boxmalumot p a:hover{
  color: #ff6400;
}
.boxmalumot p a:active{
    color: #05a2ff; 
}
  .socialmalumot {
  text-align: center !important;
  margin-top: 25px;
}
.socialmalumot i {
  font-size: 28px;
  margin: 0 15px;
}

 /* <!-- Sariqli rasm content dastur kodi tugadi --> */

/* CARUSELLLLLLLLLL boshlandi*/

#container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    animation: fade-down000 4s;
}
@keyframes fade-down000{
    from{
        opacity: 0;
        transform: translateX(-200px) scale(0.6);
        transform: translateY(200px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(100px) scale(1);

    }
}   
#carousel, #navigation {
    flex: initial;
    display: block;
}
            
#carousel {
    /* border: 1px solid black;  */
    overflow: hidden;
    width: 1000px;
    height: 760px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px black;
    background-color: #fff;
}
            
.p-wrapper {
    border: 1px red black;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
            
#button_a:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
}
            
#button_b:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); 
}

#button_c:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); 
}

#button_d:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%); 
}
            
[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
    padding: 20px;
}
.xarita1 {
    border: 0px solid black;
    width: 234px;
    height: 50px;
    border-radius: 6px;
    text-align: center;
    margin-left: 300px;
    padding-top: 11px;
    box-shadow: 0px 0px 6px 1px black;
    background-color: white;
    transition: 1s;
    transform: scale(1);
}
.xarita1:hover{
    transform: scale(1.05);
 

}
.xarita a{
     font-size: 20px;
     color: black;
}
.xarita a:hover{
    color: #292CB9;
}
.xarita a:active{
    color: rgb(0, 238, 255);
}
.xarita a span{
    font-weight: bold;
}
.xarita a span:hover{
    color: red;
}
.bibi{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 42%;
}        
.bibi2{
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
    
}

.bibi3{
    border: 0px solid yellow;
    width: 834px;
    margin-left: 70px;
    
}
.bibi3 span{
    border: 0px solid red;
    display: inline-block;
}
.bibi3 span img{
    border: 0px solid black;
    width: 390px;
    height: 380px;
    padding: 15px;
    transform: scale(1);
    transition: 0.6s;
}

.bibi3 span img:hover{
    transform: scale(1.05);
    
}
#navigation {
    margin-left: 24px;
}
#navigation label {
    box-shadow: 0px 0px 3px 1px rgb(0 0 0);
}
#navigation label span{
    color: black;
    font-size: 25px;
}

[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 10px 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: #aaa;
    background-color: #fff;
    transform: scale(1);
	transition: transform 0.5s;
    /* transition: all 0.3s ease; */
}
            
[class^="label_"]:hover {
    color: rgb(17, 16, 16);
    background-color: #ff8f06;
    transform: scale(1.19);
}
[class^="label_"]:active{
    background-color: #2980B9;
}
        
#button_a:checked ~ #navigation .label_a,
#button_b:checked ~ #navigation .label_b,
#button_c:checked ~ #navigation .label_c,
#button_d:checked ~ #navigation .label_d {
     cursor: default;
     color: #fff;
     background-color: #007bff;
}
/* CARUSELLLLLLLLLL tugadi*/




/* ***************************** */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }
   ::selection{
    color: #fff;
    background: #007bff;
  }
  
  .wrapperjtsiti{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    margin: 50px auto;
    max-width: 1100px;
  }
  .wrapperjtsiti nav{
    display: flex;
    justify-content: center;
  }
  .wrapperjtsiti .items{
    display: flex;
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
  }
  .items span{
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #007bff;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
  }
  .items span.active,
  .items span:hover{
    color: #fff;
    background: #007bff;
  }
  
  .gallery{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .gallery .image{
    width: calc(100% / 4);
    padding: 7px;
  }
  .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
  }
  .gallery .image:hover img{
    transform: scale(1.1);
  }
  .gallery .image.hide{
    display: none;
  }
  .gallery .image.show{
    animation: animate 0.4s ease;
  }
  @keyframes animate {
    0%{
      transform: scale(0.5);
    }
    100%{
      transform: scale(1);
    }
  }
  
  .preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    /* max-width: 850px; */
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details{
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p{
    font-weight: 500;
    margin-left: 5px;
  }
  .details .icon{
    color: #007bff;
    font-size: 19px;
    cursor: pointer;
  }
  .preview-box .image-box{
    width: 100%;
    display: flex;
  }
  .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  .shadow{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.4);
  }
  .shadow.show{
    display: block;
  }
  
  @media (max-width: 1000px) {
    .gallery .image{
      width: calc(100% / 3);
    }
  }
  @media (max-width: 800px) {
    .gallery .image{
      width: calc(100% / 2);
    }
  }
  @media (max-width: 700px) {
    .wrapperjtsiti nav .items{
      max-width: 600px;
    }
    nav .items span{
      padding: 7px 15px;
    }
  }
  @media (max-width: 600px) {
    .wrapperjtsiti{
      margin: 30px auto;
    }
    .wrapperjtsiti nav .items{
      flex-wrap: wrap;
      justify-content: center;
    }
    nav .items span{
      margin: 5px;
    }
    .gallery .image{
      width: 100%;
    }
  } 
  
  /* ******************************* */
  
  






.orqafon{
    width: 100%;
    height: 90vh;
    background: url("../images/jt1-1.jpg");
    background-size:cover;
    background-position: center center;
    background-attachment: fixed;
    /* animation: fade-down 3s; */
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    line-height: 1.5;
}

.orqafon p{
    padding: 10px;
    text-align: justify;
}

/* @keyframes fade-down{
    from{
        opacity: 0;
        transform: translateX(-100px) scale(0.6);
        transform: translateY(100px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(0px) scale(1);

    }
}
 */

/* Slide boshlanishi  */


.mySlides {
    display: none
}
img {
    vertical-align: middle;
}

/* Slideshow container */

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevrasm, .nextrasm {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextrasm {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevrasm:hover, .nextrasm:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Caption text */
.textrasm {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotrasm {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #242D41;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dotrasm:hover {
  background-color: #171b23;
} */

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .2s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: 0.2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevrasm, .nextrasm,.textrasm {font-size: 11px}
.dotrasm{
 height: 10px;
  width: 10px;
}

@media only screen and (max-width: 500px) {
  .prevrasm, .nextrasm,.textrasm {font-size: 14px}
}}
 /* slide tugashi */
 
/* image 1 malumot boshlandi */
 
@import url('https://fonts.googleapis.com/css?family=Poppins');
.container-allbox{
  width: fit-content;
  margin: 20px auto;
  height: auto;
  animation: fade-down4 6s;
}
@keyframes fade-down4{
    from{
        opacity: 0;
        transform: translateX(-100px) scale(0.2);
        transform: translateY(100px) scale(0.2);
    }
    to{
        opacity: 1;
        transform: translate(0px) scale(1);
    }
}
.containerbox{
  width: calc(33% - 6px);
  overflow:hidden;
  height: fit-content;
  margin:3px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
}
.containerbox img{
  width: 100%;
  height: 300px;
  transition-duration: .3s;
  max-width: 100%;
  filter: grayscale(100%);
  display:block;
  overflow:hidden;
  cursor:pointer;
}
.containerbox:hover img{
    transform: scale(1.2);
    transition-duration: .4s;
    filter: grayscale(0%);
    opacity: 1;
  }
.titlebox{
  position:absolute;
  display:block;
  cursor:pointer;
  top: 50%;
  display: none;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.8em;
  text-shadow: 1px 5px 10px black;
  transition-duration: .3s;
  text-decoration: none;
}
.titlebox a{
  text-decoration: none;
}
.textbox{
  position:absolute;
  top: 60%;
  cursor:pointer;
  max-width: 80%;
  text-align:center;
  left: 50%;
  text-shadow: 1px 5px 10px black;
  font-size: 20px;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%) 
}

.containerbox:hover span{
  color:white;
  display: block;
  transition-duration: .3s;
}
@media only screen and (max-width: 900px) {
    .containerbox {
        width: calc(50% - 6px);
    }
}
@media only screen and (max-width: 400px) {
    .containerbox {
        width: 100%;
    }
}
/* image 1 malumot tugadi */


/* shop sahifasidagi galleriya dastur kodi boshlandi */

/* .containeruzsam {
    width: 85vw;
    height: 87vh;
    display: grid;
    grid-template-rows: 5fr 1fr;

}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
}
.oftenqs{
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border: 0px solid black;
    text-align: center;
}
.oftenqs h1{
    border: 0px solid black;
    text-align: center;
    font-size: 27px;
}
.oftenqs b{
    color: #EEEEEE;
}
/* <!-- According to ya'ni tez tez beriladigan savollar dastur kodi boshlanishi --> */




/* ////////////////////////////////////// boshlandi*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');


.sectionabout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70vh;
    width: 85vw;
    margin: 0 auto;
    animation: fade-tepadan 2.5s;
}

@keyframes fade-tepadan{
    0%{
       transform: translateX(-100px) scale(0.5);
       transform: translateY(100px) scale(0.5);
       
    }
    100%{
       transform: translateZ(0px) scale(1);
       
    }
    
 }
 
/* ****************************** */
.boxcomuz {
    width: calc(100% - 0px);
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 2px solid black; */
  }
  .containercomuz {
    position: relative;
    height: 600px;
    width: calc(100% - 0px);
  }
  .containercomuz img {
    position: absolute;
  }
  .img-2 {
    width: 100%;
    cursor: pointer;
  }
  .img-1 {
    width: 100%;
    position: absolute;
    transition: 1s;
    transform-origin: center;
    transform: scale(0) rotate(100deg);
  }
  .containercomuz:hover .img-1 {
    transform: scale(1);
  }
  
 /* ******************************* */



 
.imageoneteo{
    text-align: center;
    transform: scale(1);
    /* background: url("person.jpg") center/cover no-repeat; */
}
.imageoneteo:hover{
    transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
    transform: scale(1.07);
}
.imageoneteo img{
    width: 350px;
    height: 350px;
    margin-top: 70px;
}
.contenteteo{
    background: #fff;
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contenteteo h2{
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 6px;
    opacity: 0.9;
}
.contenteteo span{
    height: 0.5px;
    width: 80px;
    background: #777;
    margin: 30px 0;
}
.contenteteo p{
    padding: 15px;
    font-weight: 500;
    /* opacity: 0.7; */
    color: black;
    font-size: 18px;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    line-height: 1.7;
}
.links{
    margin: 15px 0;
}
.links li{
    border: 2px solid #000000;
    list-style: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 15px;
    width: 160px;
    text-align: center;
}
.links li a{
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 900;
}
.links li:hover{
    border-color: #007bff;
}
.links li:hover a{
    color:#007bff;
}
.vertical-line{
    height: 30px;
    width: 1px;
    background: #000;
    margin: 0 auto;
}
.icons{
    display: flex;
    padding: 15px 0;
}



.icons li{
    color: #000;
    display: block;
    padding: 5px;
    margin: 5px;
}
.icons li i{
    font-size: 26px;
    opacity: 0.8;
}
.icons li i:hover{
    color: #06d6a0;
}


/*****************/

@media(max-width: 992px){
    .tugashi{
        display: none;
    }
    .imageoneteo img{
        margin-top: 0px;
    }
    .sectionabout{
        grid-template-columns: 1fr;
        width: 100%;
    }
    /* .image{
        height: 100vh;
    } */
    .contenteteo{
        height: 65vh;
    }
    .contenteteo h2{
        font-size: 20px;
        margin-top: 50px;
    }
    .contenteteo span{
        margin: 20px 0;
    }
    .contenteteo p{
        font-size: 18px;
    }
    .links li a{
        font-size: 14px;
    }
    .links{
        margin: 5px 0;
        /* display: inline-flex; */
        gap: 5px;
    }
    .links li{
        padding: 6px 10px;
    }
    .icons li i{
        font-size: 25px;
    }
}

@media(max-width: 365px){
    .sectionabout{
        min-height: 130vh;
    }
    .imageoneteo img{
        width: 250px;
        height: 250px;
        border-radius: 50%;
        margin-top: -50px;
    }
}




/* ////////////////////////////////////// tugadi*/










.accordion-menu {
    border: 1px solid black;
    max-width: 1200px;
    margin: 40px auto 20px;
    background: #242d41;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px #000;
    display: block;
}

.accordion-menu li:last-child .dropdown {
    border-bottom: 0;
}
.accordion-menu li.active .dropdown {
    color: #fff;
}
.accordion-menu li.active .dropdown  .fa-chevron-down {
    transform: rotate(180deg);
}
.dropdown {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 35px;
    font-size: 22px;
    border-bottom: 2px solid #2d374d;
    color: #999999;
    position: relative;
    transition: all 0.5s ease-out;
}

.dropdown:hover{
    background: #566f82; /* fallback colour */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#27455c), to(#273a47));
}
  
.dropdown  i {
    position: absolute;
    top: 17px;
    left: 15px;
}

.dropdown .fa-chevron-down {
    right: 12px;
    left: auto;
    transition: transform 0.2s ease-in-out;
}

.submenuItems {
    display: none;
    background: #2d374d;;
    transition: all 2s ease-in-out;
}

.accordion-menu li.active .submenuItems{
    display: block;
}

.submenuItems a {
    display: block;
    color: #66b2ff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 12px 12px 45px;
    transition: all 0.2s ease-out;
    text-decoration: none;
    text-align: justify;
}

.submenuItems a:hover {
    background-color: #5c7185;
    color: #fff;
  }
.hrchiziq{
    width:30%; 
    height:1px;  
    background-color:black;
    opacity:0.5; 
    margin-top:10px;
    /* margin-left: calc(50% - 220px); */
}
  /* <!-- According to ya'ni tez tez beriladigan savollar dastur kodi tugashi --> */
.tab {
    width: calc(10vh + 8px);
    height: calc(10vh + 8px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    z-index: 0;
    transition: width 0.5s;
}

.tab img {
    width: 30vh;
    height: 20vh;
    z-index: 10;
    cursor: pointer;
    clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    transition: width 0.5s;
}

[type=radio] {
    display: none;   
}

.preview-list {
    background: linear-gradient(
        #021919,
        #021919 var(--line-offset),
        #efefef var(--line-offset)
    );
}

.tab {
    background: linear-gradient(
        #efefef,
        #efefef var(--line-offset),
        #021919 var(--line-offset)
    );
}

[type=radio]:checked ~ label ~ .content{
    text-align: center;
    z-index: 8;
}


[type=radio]:checked ~ label .tab{
    width: 0;
}

.content {
    position: absolute;
    background: white;
    top: 1vh;
    left: 0;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content img {
    height: auto;
    width: 100vw;  
} */
/* shop sahifasidagi galleriya dastur kodi tugadi*/





.samuzbar{
    border: 0px solid black;
}
.samuzbar b{
    border: 0px solid black;
    width: 300px;
    margin-top: 100px;
    height: 50px;
    margin-left: 300px;
    font-size: 30px;
    transition: 1s;
    text-align: center;
}
.samuzbar:hover{
    color: #08c3f1;
}
.samuzbar :hover{
    color: #08c3f1;
}
.samuzbar i{
    font-size: 30px;
    transition: 0.2s;
}
.samuzbar i:hover{
    color: rgb(74, 250, 4);
}


.ilmiykengash{
    width: 100%;
    height: auto;
    
}

.ilmiykengash img{
    max-width: calc(80% - 0px);
    margin-left: calc(13% - 0px);
    border: 15px groove #ff8d00;
}

.ilmiykengash:hover img{
    border: 15px double #ff8d00;
}

/* <!--  BIRINCHI progresning boshlanish kodi  BAR--> */

  .chart {
    width: 900px;
    height: 400px;
    display: block;
    margin: 30px auto 50px auto;
}
.numbers {
    color: black;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    display: inline-block;

}
  
.numbers li {
    list-style: none;
    height: 198px;
    position: relative;
    bottom: 187px;
}
.belgisamuz1:hover{
    color: rgb(22, 235, 22);
}
.belgisamuz2:hover{
    color: rgb(0, 102, 255);
}
.belgisamuz3:hover{
    color: red;
}
  .numbers span{
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  
  .bars {
    color: black;
    font-size: 12px;
    font-weight: 600;
    background: #555;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 800px;
    height: 400px;
    box-shadow: 0 0 10px 0 #555;
    border-radius: 5px;
}
  
.bars li {
    display: table-cell;
    width: 120px;
    height: 400px;
    position: relative;
}
  
  .bars span{
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
    font-size: 19px;
  }
  
  .bars .bar{
    display: block;
    background: #17C0EB;
    width: 50px;
    position: absolute;
    bottom: 0;
    margin-left: 25px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(23, 192, 235, 0.5);
    transition: 0.5s;
    transition-property: background, box-shadow;
  }
  
  .bars .bar:hover{
    background: #55EFC4;
    box-shadow: 0px 0px 10px 8px rgb(85 239 196 / 50%);
    cursor: pointer;
  }
  
  .bars .bar:before{
    color: #fff;
    content: attr(data-percentage) '%';
    position: relative;
    bottom: 20px;
  }
        
/* <!--  BIRINCHI progresning tugash kodi BAR--> */


.danger{
    font-size: 20px;
    text-align: center;
}

.load-more{
    margin-top: -25px;
    margin-left: 45%;
    display: inline-block;
    padding: 12px 20px;
    border: 0px solid #334;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px rgb(0, 0, 0);
    background: url("../images/logoremoveuzb.png");
    background-size: 50px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
   }
  .load-more a{
    color: black;
    text-decoration: none;
  }
  .load-more:hover a{
    color: #2980b9;
    font-weight: 900;
  }
  .load-more:hover{
    box-shadow: 0px 0px 6px 4px rgb(131 204 247);
  }




  /* load mor 2 dastur kodi boshlanishi */
  .load-moreikki{
    margin-top: -25px;
    margin-left: 43%;
    display: inline-block;
    padding:12px 20px;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 0px 4px 2px rgb(2, 2, 2);
    border-radius: 7px;
   }
  .load-moreikki a{
    color: #000000;
    text-decoration: none;
  }
  .load-moreikki a:hover{
    color: #007bff;
  }
  .load-moreikki:hover{
    color:#fff;
    transition: all .2s linear;
    box-shadow: 0px 0px 10px 2px #007bff;
  }
    /* load mor 2 dastur kodi tugashi */
    





 /* load mor 3 dastur kodi boshlanishi */
 .load-morethree{
    margin-top: -25px;
    margin-left: 43%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding:12px 20px;
    border: 0px solid #334;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px rgb(0, 0, 0);
   }
  .load-morethree a{
    color: black;
    text-decoration: none;
  }
  .load-morethree:hover a{
    color: rgb(0, 0, 0);
  }
  .load-morethree:hover{
    background-color: #6cace9;
    border-color: #505661;
    color:#fff;
    /* transition: all .3s linear; */
    box-shadow: 0px 0px 6px 4px rgb(255, 255, 255);
  }

    /* load mor 3 dastur kodi tugashi */


  .videosamarqand{
    border: 0px solid black;
    width: 100%;
    height: 620px;

  }
  .lavha{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .lavha1{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
  }



  .backfon{
   
    width: 100%;
    height: 60vh;
    background: url("../images/game/gameforphoto.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    line-height: 1.5;
    
  }
  

  .wrapperraqam {
    width: 100vw;
    margin-top: 2%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    animation: fade-down 8s;
  }


@keyframes fade-down{
    from{
        opacity: 0;
        transform: translateX(-100px) scale(0.6);
        transform: translateY(100px) scale(0.6);

    }
    to{
        opacity: 1;
        transform: translateZ(0px) scale(1);

    }
}



  
  .containerraqam {
    width: 35vmin;
    height: 30vmin;
    /* border: 2px solid white; */
    box-shadow: 0px 0px 7px 2px rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 16px;
    border-radius: 0.5em;
    background-color: transparent;
    /* border-bottom: 10px solid #21242b; */
    /* background: url("../images/logo0.jpg"); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 1s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
    box-shadow:  0px 0px 8px 2px white;
  }
  .containerraqam:hover{
    background: none;
    transform: scale(1.04);
    box-shadow:  0px 0px 8px 2px white;

  }
  .containerraqam i {
    color: #ff9900;
    font-size: 3em;
    text-align: center;
  }
  .containerraqam:hover i{
    color: #ffffff;
  }
  .containerraqam i:hover{
    color: #fffefc;
  }
  .numraqam {
    color: #ff9900;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
    transform: scale(1);
    transition: all 0.5s;
  }
  .containerraqam:hover .numraqam{
    color: #ffffff;
  }
  .textraqam {
    color: #ff9900;
    font-size: 1em;
    text-align: center;
    padding: 0.7em 0;
    font-weight: 1000;
    line-height: 0;
    transition: all 1s;
  }
  .containerraqam:hover .textraqam{
    transform: scale(1.1);
    color: #ffffff;
  }
  @media screen and (max-width: 1024px) {
    /* .backfon{
        height: 280px;
    } */
    .wrapperraqam {
      width: 100vw;
    }
    .containerraqam {
      height: 26vmin;
      width: 26vmin;
      margin-top: 30px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .wrapperraqam {
      width: 90vw;
      flex-wrap: wrap;
      gap: 30px;
    }
    .containerraqam {
      width: calc(50% - 40px);
      height: 30vmin;
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    .wrapperraqam {
      gap: 15px;

    }
    .containerraqam {
      width: 80%;
      height: 25vmin;
      font-size: 8px;
    }
    .textraqam {
      font-size: 20px;
    }
    .containerraqam i{
      font-size: 35px;
    }
  
  
  }
  @media screen and (max-width: 420px) {
    .wrapperraqam {
      gap: 15px;
      margin-left: 15px;
    }
    .containerraqam {
      width: 90%;
      height: 70vmin;
      font-size: 8px;
    }
    .textraqam {
      font-size: 15px;
    }
    .containerraqam i{
      font-size: 30px;
    }
  }



  





/* for mobile phone devices */
@media (min-width:0px) and (max-width:299px){
    .vertical-line{
        background: none;
    }
    .ilmiykengash img{
        max-width: calc(100% - 0px);
        margin-left: 0px;
    }
    .load-moreikki{
        margin-top: 5px;
        margin-left: 23%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    
.lang-menuhemis {
    width: 50px;
    font-size: 14px;
 }
 .lang-menuhemis .selected-langhemis {
    font-size: 13px;
    height: 20px;
 }

 .lang-menuhemis ul {
    top: 35px;
    width: 130px;  
 }
 

    .header .flex .logotip img{
        width: 40px;
        height: 30px;
    }
    .backfon{
        height: 560px;  
    }
    .containerraqam{
        margin-top: 10px;
    }
    .ism{
        margin-left: 24%;
    }
    .kasb{
        margin-left: 17%;
    }
    .readread1{
        margin-left: 5%;
       
    }
    .foydalanuvchiext{
        margin-left: 10px;
    }
    .section-title{
        font-size: 10px;
    }
    .header .flex .logo img{
        width: 40px;
        height: 40px;
    }
    .videosamarqand{
        display: none;
    }
    .lavha{
        display: none;
    }
    .dots{
        left: 25%;
    }
    #container{
        min-height: 10vh;
    }
    .oftenqs{
        display: none;
    }
    .load-more {
        margin-left: 12%;
        display: none;
    }
    .orqafon{
        display: none;
    }
    #carousel{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    .chart{
        display: none;
    }
    .chart{
        display: none;
    }
    .containeruzsam{
        display: none;
    }
    .danger{
        font-size: 20px;
        text-align: justify;
        padding: 15px;
    }
    .registon{
        width: 100%;
        height: 50vh;
        background: url("../images/Telefon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .wrappermalumot1 {
        display: none;
       
    }
    .wrappermalumot2 {
        display: none;
    }
    .wrappermalumot3 {
        display: none;
    }
    .wrappermalumot4 {
        display: none;
    }
    .wrappermalumot5 {
        display: none;
    }
    .wrappermalumot6 {
       display: none;
    }
    .accordion-menu{
        display: none;
    }
    #navigation{
        display: none;
    }
    .containerbox img{
        filter: grayscale(0);
    }
    .ismsharif{
        display: none;
     }
     .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 12px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }
     .registon .tillartwo:hover{
        border: 1px solid rgb(44, 36, 36);
     }
     
}



@media (min-width:300px) and (max-width:330px){
    .vertical-line{
        background: none;
    }
    .boxcomuz{
        top: 35%;
    }
    .containercomuz{
        height: 300px;
    }
    .hrchiziq{
        width:80%;  
        opacity:0.5; 
        margin-left: calc(50% - 133px);
    }
    .ilmiykengash img{
        max-width: calc(100% - 0px);
        margin-left: 0px;
    }
    .load-moreikki{
        margin-top: 5px;
        margin-left: 23%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }

    .header .flex .logotip img{
        width: 40px;
        height: 30px;
    }
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 15px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }
     .registon .tillartwo:hover{
        border: 1px solid rgb(44, 36, 36);
     }
    .ism{
        margin-left: 26%;
    }
    .kasb{
        margin-left: 19%;
    }
    .readread1{
        margin-left: 10%;
       
    }
    .foydalanuvchiext{
        margin-left: 25px;
        font-size: 17px;
    }
    .foydalanuvchiend{
        font-size: 17px;
    }
    .bibi{
        font-size: 17px;
        margin-left: 19%;
    }
    .bibi2{
        font-size: 15px;
    }
    .bibi3{
        margin-left: 0px;
        width: 200px;
    }
    .bibi3 span img{
    width: 200px;
    height: 200px;
    padding: 5px;
    }
    .xarita1{
        margin-left: 0px;
        width: 190px;
        height: 45px;
        margin-top: 10px;
    }
    .xarita a{
        font-size: 15px;
    }
    .oftenqs h1{
        font-size: 25px;
    }
    .lavha1{
        font-size: 20px;
    }
    .dropdown{
        font-size: 18px;
    }
    .submenuItems a{
        font-size: 16px;
    }
    #navigation{
        margin-left: 15px;
    }
    .tarmoq{
        margin-left: 25px;
    }
    .section-title{
        font-size: 10px;
    }
    
 
    .lavha{
        display: none;
    }
    .dots{
        left: 28%;
    }
    .header .flex .logo{
        font-size: 2rem;
    }
    .header .flex .logo img{
        width: 32px;
        height: 32px;
    }
    .containeruzsam{
        height: 55vh;
    }
    .tab {
        width: calc(7vh + 8px);
    }
    .tab img{
        width: 10vh;
        height: 10vh;
    }
    .content{
        top:18vh;
        height: 35vh;
    }
    .load-more {
        margin-top: 2px;
        margin-left: calc(50% - 65px);
        display: inline-block;
        padding: 8px 10px;
        /* border: 0px solid #334; */
        color: #334;
        font-size: 15px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    .registon{
        width: 100%;
        height: 50vh;
        background: url("../images/Telefon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }

    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
/* Orders sahifasidagi carusel uchun */
.container{
    display: none;
}
 /* Orders sahifasidagi carusel uchun */
    
    .wrappermalumot1 {
        height: 400px;
        /* width: 300px; */
        width: calc(100% - 10px);
        margin-left: 6px;
       
    }
    .wrappermalumot2 {
        height: 400px;
        
        width: calc(100% - 10px);
        margin-left: 6px;
    }
    .wrappermalumot3 {
        height: 400px;
        
        width: calc(100% - 10px);
        margin-left: 6px;
    }
    .wrappermalumot4 {
        height: 400px;
        
        width: calc(100% - 10px);
        margin-left: 6px;
    }
    .wrappermalumot5 {
        height: 400px;
        
        width: calc(100% - 10px);
        margin-left: 6px;
    }
    .wrappermalumot6 {
        height: 400px;
        
        width: calc(100% - 10px);
        margin-left: 6px;
    }
    .boxmalumot {
          box-shadow: 0px 0px 9px 1px black;
          border: 1px solid black;
          border-radius: 5px;
          height: 400px;
          width: calc(100% - 0px);
          padding: 4px;
          clip-path: circle(5% at 91% 7%);
          transition: all .5s ease-in-out;
          cursor: pointer;
          
        }
        .contentmalumot {
            text-align: center;
            padding: 15px 4px;
        }
        .boxmalumot p {
            font-size: 14px;
            line-height: 1.4;
        }
        .boxmalumot span{
            top:10px;
        }
        .orqafon{
            width: 100%;
            height: 70vh;
            background-size:cover;
            background-position: center center;
            background-attachment: fixed;
            align-items: center;
            font-size: 17px;
            line-height: 1.2;
    
        }
        .containerbox img{
            filter: grayscale(0);
        }
        .ismsharif{
            display: none;
         }
        
}
@media (min-width:331px) and (max-width:415px) {
     .load-morethree{

    margin-left: cacl(43% - 65px);
   
   }
    .vertical-line{
        background: none;
    }
    .boxcomuz{
        top: 40%;
    }
    .containercomuz{
        height: 340px;
    }
    .h
    .hrchiziq{
      display: none;
    }
    .ilmiykengash img{
        max-width: calc(100% - 0px);
        margin-left: 0px;
    }
    .load-moreikki{
        margin-top: 5px;
        margin-left: 28%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    
    .header .flex .logotip img{
        width: 40px;
        height: 30px;
    }
    
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .containerraqam i{
        font-size: 35px;
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 17px;
    }
    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 15px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }
     .registon .tillartwo:hover{
        border: 1px solid rgb(44, 36, 36);
     }
    
    .ism{
        margin-left: 32%;
    }
    .kasb{
        margin-left: 26%;
    }
    .readread1{
        margin-left: 18%;
       
    }
    .foydalanuvchiext{
        margin-left: 55px;
        font-size: 17px;
    }
    .foydalanuvchiend{
        font-size: 17px;
        margin-left: 50px;
    }
    .tarmoq{
        margin-left: 20px;
    }
    .section-title{
        font-size: 10px;
    }
   
    .lavha{
        display: none;
    }
    .dots{
        left: 30%;
    }
    .header .flex .logo img{
        width: 45px;
        height: 45px;
    }
    .containeruzsam{
        height: 55vh;
    }
    .content{
        top: 13vh;
        height: 42vh;
    }
    .tab {
        width: calc(6vh + 8px);
    }
    .tab img{
        width: 10vh;
        height: 10vh;
    }
    .load-more {
        margin-top: -25px;
        margin-left: calc(50% - 65px);
        display: inline-block;
        padding: 8px 10px;
        border: 2px solid #fff;
        color: #334;
        font-size: 15px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    /* Bar chart uchun dastur kodining boshlanishi */
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    /* Bar chart uchun dastur kodining tugashi */
    
    /* Orders sahifasidagi carusel uchun */
    .container{
        display: none;
    }
     /* Orders sahifasidagi carusel uchun */
    .xarita1{
        margin-left: 50px;
        width: 175px;
    }
    .xarita1 .xarita a{
        font-size: 15px;
    }
    .registon{
        width: 100%;
        height: 50vh;
        background: url("../images/Telefon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .home-bg{
        display: none;
    }
    [class^="label_"] {
        display: block;
        cursor: pointer;
        margin: 10px 0;
        width: 40px;
        height: 45px;
    }
    .bibi{
        margin-left: 6%;
    }
    .bibi3 {
        border: 0px solid yellow;
        width: 270px;
        margin-left: 0px;
    }
    .bibi3 span img {
        border: 0px solid black;
        width: 270px;
        height: 220px;
        padding: 3px;
        margin-right: 20px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.03);
    }
    #navigation {
        margin-left: 10px;
    }

    .bibi2 {
        font-size: 18px;
        text-align: justify;
        line-height: 1.5;
    } 

    .bibi3 span{
        display: block;
    }
   
    .container112 {
        display: none;
    }
    
    .orqafon{
        width: 100%;
        height: 90vh;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
        align-items: center;
         font-size: 18px;
         line-height: 1.4;

    }
    .wrappermalumot1 {
        
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .wrappermalumot2 {
        
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .wrappermalumot3 {
       
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .wrappermalumot4 {
      
    
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .wrappermalumot5 {
        
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .wrappermalumot6 {
       
        height: 500px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgb(0 0 0 / 50%);
        display: inline-block;
    }
    .boxmalumot {
          box-shadow: 0px 0px 9px 1px midnightblue;
          border: 1px solid black;
          border-radius: 5px;
          width: calc(100% - 0px);
          margin-left: 5px;
          height: 500px;
          padding: 7px;
          clip-path: circle(5% at 91% 7%);
          transition: all .5s ease-in-out;
          cursor: pointer;
         
        }
        .contentmalumot{
            padding: 25px 16px;
        }
        .boxmalumot span{
            margin-right: 4%;
            top: 15px;
        }




        .containerbox img{
            filter: grayscale(0);
        }
        .ismsharif{
            display: none;
         }
}

/* for tablet devices*/
@media (min-width:416px) and (max-width:460px){
     .load-morethree{

    margin-left: cacl(43% - 65px);
   
   }
    .boxcomuz{
        top: 40%;
    }
    .containercomuz{
        height: 340px;
    }
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 236px);
    }
    
    .ilmiykengash img{
        max-width: calc(100% - 0px);
        margin-left: 0px;
    }

    .load-moreikki{
        margin-top: 5px;
        margin-left: 30%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        height: 37vmin;
    }
    .containerraqam i{
        font-size: 35px;
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 20px;
    }


    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 16px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }

    .ism{
        margin-left: 35%;
    }
    .kasb{
        margin-left: 29%;
    }
    .readread1{
        margin-left: 25%;
       
    }
    .foydalanuvchiext{
        margin-left: 100px;
        font-size: 17px;
    }
    .foydalanuvchiend{
        font-size: 17px;
        margin-left: 85px;
    }
    .tarmoq{
        margin-left: 15px;
    }



    .registon{
        width: 100%;
        height: 50vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .section-title{
        font-size: 10px;
    }
   
    .lavha{
        display: none;
    }
    .dots{
        left: 30%;
    }
    .bibi{
        margin-left: 13%;
    }
    .containeruzsam{
        height: 46vh;
    }
    .content{
        top: 13vh;
        height: 35vh;
    }
    .tab{
        width: calc(7vh + 8px);
    }
    .tab img{
        width: 20vh;
    }
    .load-more {
        margin-top: -15px;
        margin-left: calc(50% - 69px);
        display: inline-block;
        padding: 10px 10px;
        border: 0px solid #fff;
        color: #334;
        font-size: 15px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    
    .orqafon{
        width: 100%;
        height: 90vh;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
        align-items: center;
        font-size: 20px;
        line-height: 1.4;

    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    /* Orders sahifasidagi carusel uchun */
    .container{
        display: none;
    }
     /* Orders sahifasidagi carusel uchun */
    .xarita1{
        margin-left: 70px;
        width: 175px;
    }
    .xarita1 .xarita a{
        font-size: 15px;
    }
    .bibi3 {
        border: 0px solid yellow;
        width: 320px;
        margin-left: 0px;
    }
    .bibi3 span img {
        border: 0px solid black;
        width: 320px;
        height: 320px;
        padding: 5px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.04);
    }
    .wrappermalumot1 {
       
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot2 {
       
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot3 {
      
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot4 {
       
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot5 {
       
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot6 {
        
        height: 400px;
        width: calc(100% - 10px);
        margin-left: 10px;width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        width: calc(100% - 0px);
        }
      
        .containerbox img{
            filter: grayscale(0);
        }
        .ismsharif{
            display: none;
         }
}
@media (min-width:461px) and (max-width:480px){
     .load-morethree{

    margin-left: cacl(43% - 65px);
   
   }
    .boxcomuz{
        top: 40%;
    }
    .containercomuz{
        height: 340px;
    }
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 240px);
    }
    
    .load-moreikki{
        margin-top: 5px;
        margin-left: 30%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        height: 37vmin;
    }
    .containerraqam i{
        font-size: 35px;
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 17px;
    }
  
}
@media (min-width:461px) and (max-width:560px){
     .load-morethree{

    margin-left: cacl(43% - 65px);
   
   }
    .boxcomuz{
        top: 40%;
    }
    .containercomuz{
        height: 340px;
    }
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 285px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 33%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        width: 400px;
        height: 37vmin;
    }
    .containerraqam i{
        font-size: 35px;
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 17px;
    }

    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 17px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }

    
    .ism{
        margin-left: 39%;
    }
    .kasb{
        margin-left: 35%;
    }
    .readread1{
        margin-left: 30%;
       
    }
    .foydalanuvchiext{
        margin-left: 100px;
        font-size: 17px;
    }
    .foydalanuvchiend{
        font-size: 17px;
        margin-left: 120px;
    }
    .tarmoq{
        margin-left: 15px;
    }





    .section-title{
        font-size: 12px;
    }

    .lavha{
        display: none;
    }
    .dots{
        left: 35%;
    }
    .bibi{
        margin-left: 20%;
    }
    .containeruzsam{
        height: 52vh;
    }
    .content{
    top: 13vh;
    height: 42vh;
}
    .tab{
        width: calc(7vh + 8px);
    }
    .load-more {
        margin-top: -25px;
        margin-left: calc(50% - 79px);
        display: inline-block;
        padding: 10px 18px;
        color: #334;
        font-size: 18px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    /* Orders sahifasidagi carusel uchun */
    .container{
        display: none;
    }
     /* Orders sahifasidagi carusel uchun */
    .xarita1{
        margin-left: 80px;
    }
    .wrappermalumot1 {
       
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot2 {
     
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot3 {
      
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot4 {      

        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot5 {
      
        
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot6 {
       
        
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 445px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        }
    .registon{
        width: 100%;
        height: 60vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }

    .bibi3 {
        width: 315px;
        margin-left: calc(100% - 325px);
        border: 0px solid black;
    }

    .bibi3 span{
        display: block;
    }
    .bibi3 span img {
        border: 0px solid red;
        width: 300px;
        height: 300px;
        padding: 5px;
        margin-right: -30px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.03);
    }
    .container112 {
        display: none;
    }
    .orqafon{
        width: 100%;
        height: 90vh;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
        animation: fadeOut 6s;
        display: flex;
        align-items: center;
        line-height: 1.3;
        font-size: 22px;
        color: #fff;
    }
    .containerbox img{
        filter: grayscale(0);
    }
    .ismsharif{
        display: none;
     }
}

@media (min-width:561px) and (max-width:640px){
     .load-morethree{

    margin-left: cacl(43% - 65px);
   
   }
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 321px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 35%;
        border: 2px solid #334;
        border-radius: 10px;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px); 
    }
    .containerraqam{
        margin-top: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        width: 400px;
        height: 37vmin;
    }
    .containerraqam i{
        font-size: 35px;
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 20px;
    }


    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 16px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }


     
    .ism{
        margin-left: 40%;
    }
    .kasb{
        margin-left: 36%;
    }
    .readread1{
        margin-left: 33%;
       
    }
    .foydalanuvchiext{
        margin-left: 160px;
        font-size: 20px;
    }
    .foydalanuvchiend{
        font-size: 20px;
        margin-left: 150px;
    }
    .tarmoq{
        margin-left: 15px;
    }

    .ismsharif{
        display: none;
     }


    .registon{
        width: 100%;
        height: 50vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .section-title{
        font-size: 12px;
    }


    .lavha{
        display: none;
    }
    .dots{
        left: 40%;
    }
    .containeruzsam{
        height: 55vh;
    }
    .content {
        top: 13vh;
        height: 45vh;
    }
    .tab{
        width: calc(8vh + 8px);
    }
    .load-more {
        margin-top: -25px;
        margin-left: calc(50% - 80px);
        display: inline-block;
        padding: 6px 15px;
        color: #334;
        font-size: 15px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    .orqafon{
        width: 100%;
        height: 90vh;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
        align-items: center;
         font-size: 23px;
         line-height: 1.5;

    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    /* Orders sahifasidagi carusel uchun */
    .container{
        display: none;
    }
     /* Orders sahifasidagi carusel uchun */
    .xarita1{
        margin-left: 115px;
    }
    .bibi{
        margin-left: 30%;
    }
    .bibi3 {
        border: 0px solid yellow;
        width: 490px;
       
    }
    .bibi3 span img {
        border: 0px solid black;
        width: 380px;
        height: 350px;
        margin-left: -20px;
        padding: 5px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.05);
    }
    .wrappermalumot1{
        margin-left: calc(100% - 490px);
    }
    .wrappermalumot2{
        margin-left: calc(100% - 490px);
    }
    .wrappermalumot3{
        margin-left: calc(100% - 490px);
    }
    .wrappermalumot4{
        margin-left: calc(100% - 490px);
    }
    .wrappermalumot5{
        margin-left: calc(100% - 490px);
    }
    .wrappermalumot6{
        margin-left: calc(100% - 490px);
    }
  
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        }
        .ismsharif{
            display: none;
         }

}
@media (min-width:641px) and (max-width:720px){
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 360px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 39%;
        border: 2px solid #334;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        margin-top: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        height: 37vmin;
    }

    .containerraqam i{
        font-size: 35px;
        
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 15px;
    }
    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 17px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }

        
    .ism{
        margin-left: 41%;
    }
    .kasb{
        margin-left: 38%;
    }
    .readread1{
        margin-left: 35%;
       
    }
    .foydalanuvchiext{
        margin-left: 185px;
        font-size: 20px;
    }
    .foydalanuvchiend{
        font-size: 20px;
        margin-left: 180px;
    }
    .tarmoq{
        margin-left: 15px;
    }

    .ismsharif{
       display: none;
    }

    .registon{
        width: 100%;
        height: 60vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .section-title{
        font-size: 12px;
    }
 
    .lavha{
        display: none;
    }
    .containeruzsam{
        height: 65vh;
    }
    .content {
        top: 13vh;
        height: 55vh;
    }
    .tab{
        width: calc(8vh + 8px);
    }
    .load-more {
        margin-top: -25px;
        margin-left: calc(50% - 88px);
        display: inline-block;
        padding: 12px 18px;
        border: 0px solid #334;
        color: #334;
        font-size: 18px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    .orqafon{
        width: 100%;
        height: 90vh;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
        align-items: center;
         font-size: 23px;
         line-height: 1.5;

    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    .xarita1{
        margin-left: 170px;
    }
    .bibi{
        margin-left: 30%;
    }
    .bibi3 {
        width: 510px;
     }
    .bibi3 span img {
        border: 0px solid black;
        width: 450px;
        height: 400px;
        padding: 10px;
        margin-left: 0px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.06);
    }
    .wrappermalumot1{
        margin-left: 150px;
    }
    .wrappermalumot2{
        margin-left: 150px;
    }
    .wrappermalumot3{
        margin-left: 150px;
    }
    .wrappermalumot4{
        margin-left: 150px;
    }
    .wrappermalumot5{
        margin-left: 150px;
    }
    .wrappermalumot6{
        margin-left: 150px;
    }
 
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        }
}
@media (min-width:721px) and (max-width:822px){
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 413px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 39%;
        border: 2px solid #334;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        margin-top: 15px;
        /* margin-left: 25px; */
        margin-bottom: 15px;
        height: 30vmin;
    }
    .wrapperraqam {
        width: 100vw;
    }
    .containerraqam i{
        font-size: 35px;
        
    }
    .numraqam{
        font-size: 30px;
    }
    .textraqam {
        font-size: 20px;
    }


    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 17px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }


    .ism{
        display: none;
    }
    .ismsharif{
        margin-left: 220px;
    }
    .kasb{
        display: none;
    }
    .readread1{
        display: none;
       
    }
    .foydalanuvchiext{
        display: none;
    }
    .foydalanuvchiend{
        display: none;
    }
    .tarmoq{
        margin-left: 15px;
    }






    .registon{
        width: 100%;
        height: 70vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .section-title{
        font-size: 12px;
    }
    /* S */
    .lavha{
        display: none;
    }
    .containeruzsam{
        height: 70vh;
    }
    .content {
        top: 13vh;
        height: 60vh;
    }
    .load-more {
        margin-top: -25px;
        margin-left: calc(50% - 70px);
        display: inline-block;
        padding: 12px 20px;
        border: 0px solid #334;
        color: #334;
        font-size: 18px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .danger{
        display: none;
    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    .xarita1{
        margin-left: 220px;
    }
    .bibi{
        margin-left: 36%;
    }
    .bibi3 {
        width: 510px;
     }
     .bibi3 span img {
        border: 0px solid black;
        width: 450px;
        height: 450px;
        padding: 6px;
        margin-top: 10px;
        margin-left: 45px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img:hover {
        transform: scale(1.06);
    }
    .wrappermalumot1 {
       
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot2 {
      
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot3 {
       
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot4 {
      
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot5 {
       
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot6 {
      
        height: 400px;
        width: 400px;
        margin-left: 200px;
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        border: 1px solid black;
        border-radius: 5px;
        width: 400px;
        padding: 10px;
        clip-path: circle(5% at 91% 7%);
        transition: all .5s ease-in-out;
        cursor: pointer;
        height: 400px;
    }
    

}
@media (min-width:823px) and (max-width:880px){
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 440px);
    } s
    .load-moreikki{
        margin-top: 5px;
        margin-left: 40%;
        border: 2px solid #334;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        width: 32vmin;
        height: 170px;
        margin-bottom: 20px;
    }
    .textraqam{
    font-size: 1.1em;
    }
    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 18px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }


    .ism{
        margin-left: 33%;
    }
    .kasb{
        margin-left: 28%;
    }
    .readread1{
        margin-left: 25%;
       
    }
    .foydalanuvchiext{
        margin-left: 60px;
        font-size: 20px;
    }
    .foydalanuvchiend{
        font-size: 20px;
        margin-left: 40px;
    }
    .tarmoq{
        margin-left: 15px;
    }

    .ismsharif{
        display: none;
     }
    .registon{
        width: 100%;
        height: 75vh;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .section-title{
        font-size: 13px;
    }
 
    .lavha{
        display: none;
    }
    .containeruzsam{
        height: 72vh;
    }
    .content {
        top: 13vh;
        height: 60vh;
    }
    .danger{
        display: none;
    }
    .chart{
        display: none;
    }
    .numbers{
        display: none;
    }
    .bars{
        display: none;
    }
    .samuzbar{
        display: none;
    }
    .xarita1{
        margin-left: 250px;
    }
    .bibi{
        margin-left: 38%;
    }
    .bibi3 {
        width: 640px;
    }
    .bibi3 span img {
        border: 1px solid black; 
        width: 320px;
        height: 320px;
        margin-left: -20px;
        padding: 13px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img :hover{
        transform: scale(1.06);
    }
    .wrappermalumot1 {
      
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot2 {
        
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot3 {
        
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot4 {
        
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot5 {
       
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .wrappermalumot6 {
       
        height: 400px;
        width: 400px;
        margin-left: calc(100% - 620px);
        margin-top: 30px;
        box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
        display: inline-block;
    }
    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
        border: 1px solid black;
        border-radius: 5px;
        height: 400px;
        width: 400px;
        padding: 2px;
        clip-path: circle(5% at 92% 6%);
        transition: all .5s ease-in-out;
        cursor: pointer;
        
    }
    
   
}
/* for computer devices */
@media (min-width:881px) and (max-width:1000px){ 
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 507px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 41%;
        padding: 12px 12px;
        font-size: 15px;
       }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        width: 32vmin;
        height: 170px;
        margin-bottom: 20px;
    }
    .textraqam{
    font-size: 1.1em;
    }
    .registon .tillarone{
        width: 100%;
        height: 50px;
        text-align: right;
        padding: 10px;
     }
     .registon .tillartwo{
        font-size: 18px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        color: white;
     }


    .ism{
        margin-left: 37%;
    }
    .kasb{
        margin-left: 33%;
    }
    .readread1{
        margin-left: 28%;
       
    }
    .foydalanuvchiext{
        margin-left: 85px;
        font-size: 20px;
    }
    .foydalanuvchiend{
        font-size: 20px;
        margin-left: 88px;
    }
    .tarmoq{
        margin-left: 15px;
    }

    .ismsharif{
        display: none;
     }  
    .section-title{
        font-size: 13px;
    }
    .wrappermalumot1{
        margin-left: 38px;
    }
    .wrappermalumot2{
        margin-left: 38px;
    }
    .wrappermalumot3{
        margin-left: 38px;
    }
    .wrappermalumot4{
        margin-left: 38px;
    }
    .wrappermalumot5{
        margin-left: 38px;
    }
    .wrappermalumot6{
        margin-left: 38px;
    }


    .containeruzsam{
        height: 87vh;
    }
    .content {
        top: 15vh;
        height: 75vh;
    }
    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 22%;
        font-size: 25px;
        transition: 1s;
        text-align: center;
    }
    .xarita1{
        margin-left: 310px;
    }   
    .bibi{
        margin-left: 42%;
    }
    .bibi3{
            width: 780px;
            margin-left: 20px;
        }
        .bibi3 span img {
            border: 0px solid black;
            width: 370px;
            height: 350px;
            margin-left: 13px;
            margin-top: 10px;
            padding: 5px;
            transform: scale(1);
            transition: 0.6s;
        }
        .bibi3 span img :hover{
            transform: scale(1.06);
        }
        .registon{
            width: 100%;
            height: 80vh;
            background: url("../images/Desktop/Registon/jt2.jpg");
            background-size: cover;
            background-position: center center;
        }
    .home-bg{
        display: none;
    }
   
}
@media (min-width:1001px) and (max-width:1100px){
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 550px);
    } 
    .load-moreikki{
        margin-left: 41%;
        padding: 12px 12px;
        font-size: 15px;
       }
       .load-moreikki:hover{
        border: 0px solid white;
        box-shadow: 0px 0px 10px 2px #007bff;
       }
    .about .row .image{
        flex: 1 1 10rem;
    }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        width: 32vmin;
        height: 170px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .textraqam{
    font-size: 1.2em;
    }
    
    .ism{
        margin-left: 25%;
    }
    .kasb{
        margin-left: 20%;
    }
    .tarmoq{
        margin-left: 15px;
    }

    .readread1{
        margin-left: 18%;
       
    }
    .foydalanuvchiend{
        font-size: 20px;
        margin-left: 0px;
    }
    .foydalanuvchiext{
        font-size: 20px;
        margin-left: 0px;
    }
    .ismsharif{
        display: none;
     }
    .section-title{
        font-size: 13px;
    }
   
    .wrappermalumot1{
        margin-left: 60px;
    }
    .wrappermalumot2{
        margin-left: 80px;
    }
    .wrappermalumot3{
        margin-left: 60px;
    }
    .wrappermalumot4{
        margin-left: 80px;
    }
    .wrappermalumot5{
        margin-left: 60px;
    }
    .wrappermalumot6{
        margin-left: 80px;
    }


    .containeruzsam{
        height: 87vh;
    }
    .content {
        top: 15vh;
        height: 75vh;
    }
    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 22%;
        font-size: 25px;
        transition: 1s;
        text-align: center;
    }
    .xarita1{
        margin-left: 310px;
    }   
    .bibi{
        margin-left: 42%;
    }
    .bibi3{
            width: 780px;
            margin-left: 55px;
        }
        .bibi3 span img {
            border: 0px solid black;
            width: 370px;
            height: 350px;
            margin-left: 13px;
            margin-top: 10px;
            padding: 5px;
            transform: scale(1);
            transition: 0.6s;
        }
        .bibi3 span img :hover{
            transform: scale(1.06);
        }
    .registon{
        width: 100%;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .home-bg{
        display: none;
    }
}

@media (min-width:1101px) and (max-width:1200px){
  
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 580px);
    } 
    .load-moreikki{
        margin-top: 5px;
        margin-left: 41%;
        border: 2px solid #334;
        padding: 12px 12px;
        font-size: 15px;
       }
       .load-moreikki:hover{
        border: 0px solid white;
        box-shadow: 0px 0px 10px 2px #007bff;
       }
    .backfon{
        height: calc(100% - 40px);  
    }
    .containerraqam{
        width: 32vmin;
        height: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .textraqam{
    font-size: 1em;
    }
    .ismsharif{
        display: none;
     }
    
    .wrappermalumot1{
        margin-left: 130px;
    }
    .wrappermalumot2{
        margin-left: 70px;
    }
    .wrappermalumot3{
        margin-left: 130px;
    }
    .wrappermalumot4{
        margin-left: 70px;
    }
    .wrappermalumot5{
        margin-left: 130px;
    }
    .wrappermalumot6{
        margin-left: 70px;
    }


    .containeruzsam{
        height: 87vh;
    }
    .content {
        top: 15vh;
        height: 75vh;
    }
    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 22%;
        font-size: 25px;
        transition: 1s;
        text-align: center;
    }
    .xarita1{
        margin-left: 320px;
    }   
    .bibi{
        margin-left: 42%;
    }
    .bibi3{
            width: 780px;
            margin-left: 40px;
        }
        .bibi3 span img {
            border: 0px solid black;
            width: 370px;
            height: 350px;
            margin-left: 13px;
            margin-top: 10px;
            padding: 5px;
            transform: scale(1);
            transition: 0.6s;
        }
        .bibi3 span img :hover{
            transform: scale(1.06);
        }
    .registon{
        width: 100%;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .home-bg{
        display: none;
    }
}
@media (min-width:1201px) and (max-width:1300px){
    .hrchiziq{
        width:100%;  
        margin-left: calc(50% - 635px);
    } 
    .load-moreikki{
        /* margin-top: 5px; */
        margin-left: 43%;

        padding: 12px 12px;
      
       }
       .load-moreikki:hover{
        border: 0px solid white;
        box-shadow: 0px 0px 10px 2px #007bff;
       }
    .containerraqam{
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .ismsharif{
        display: none;
     }
    .xarita1{
        margin-left: 350px;
    }
    .wrappermalumot1{
        margin-left: 180px;
    }
    .wrappermalumot2{
        margin-left: 100px;
    }
    .wrappermalumot3{
        margin-left: 180px;
    }
    .wrappermalumot4{
        margin-left: 100px;
    }
    .wrappermalumot5{
        margin-left: 180px;
    }
    .wrappermalumot6{
        margin-left: 100px;
    }

    .containeruzsam{
        height: 87vh;
    }
    .content {
        top: 15vh;
        height: 75vh;
    }
    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 22%;
        font-size: 25px;
        transition: 1s;
        text-align: center;
    }
    .xarita1{
        margin-left: 310px;
    }   
    .bibi{
        margin-left: 42%;
    }
    .bibi3{
            width: 780px;
            margin-left: 40px;
        }
        .bibi3 span img {
            border: 0px solid black;
            width: 370px;
            height: 350px;
            margin-left: 13px;
            margin-top: 10px;
            padding: 5px;
            transform: scale(1);
            transition: 0.6s;
        }
        .bibi3 span img :hover{
            transform: scale(1.06);
        }
    .registon{
        width: 100%;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .home-bg{
        display: none;
    }
}
@media (min-width:1301px) and (max-width:1400px){
    .hrchiziq{
        width:100%;  
     
    } 
    .load-moreikki{
        /* margin-top: 5px; */
        margin-left: 43%;
        /* border: 2px solid #334; */
        padding: 12px 12px;
        /* font-size: 15px; */
       }
    /* .containerraqam{
        margin-top: 65px;
    } */
    .ismsharif{
        display: none;
     }
    

    .xarita1{
        margin-left: 350px;
    }
    .wrappermalumot1{
        margin-left: 65px;
    }
    .wrappermalumot2{
        margin-left: 15px;
    }
    .wrappermalumot3{
        margin-left: 15px;
    }
    .wrappermalumot4{
        margin-left: 65px;
    }
    .wrappermalumot5{
        margin-left: 15px;
    }
    .wrappermalumot6{
        margin-left: 15px;
    }

    .containeruzsam{
        height: 87vh;
    }
    .content {
        top: 15vh;
        height: 75vh;
    }
    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 30%;
        font-size: 25px;
        transition: 1s;
        text-align: center;
    }
    .xarita1{
        margin-left: 310px;
    }   
    .bibi{
        margin-left: 42%;
    }
    .bibi3{
            width: 780px;
            margin-left: 40px;
        }
        .bibi3 span img {
            border: 0px solid black;
            width: 370px;
            height: 350px;
            margin-left: 13px;
            margin-top: 10px;
            padding: 5px;
            transform: scale(1);
            transition: 0.6s;
        }
        .bibi3 span img :hover{
            transform: scale(1.06);
        }
    .registon{
        width: 100%;
        background: url("../images/Desktop/Registon/jt2.jpg");
        background-size: cover;
        background-position: center center;
    }
    .home-bg{
        display: none;
    }
}
@media (min-width:1401px) and (max-width:1500px){
    .hrchiziq{
        width:100%;  
        
    } 
    /* .containerraqam{
        margin-top: 75px;
    } */
    .ismsharif{
        display: none;
     }
    .wrappermalumot1{
        margin-left: 120px;
    }
    .wrappermalumot2{
        margin-left: 10px;
    }
    .wrappermalumot3{
        margin-left: 10px;
    }
    .wrappermalumot4{
        margin-left: 120px;
    }
    .wrappermalumot5{
        margin-left: 10px;
    }
    .wrappermalumot6{
        margin-left: 10px;
    }

    .danger{
        display: none;
    }
    .samuzbar b {
        border: 0px solid black;
        width: 300px;
        margin-top: 100px;
        height: 50px;
        margin-left: 300px;
        font-size: 30px;
        transition: 1s;
        text-align: center;
    }

    .boxmalumot {
        box-shadow: 0px 0px 9px 1px midnightblue;
    }
    .bibi{
        margin-left: 45%;
    }
    .bibi3 {
        width: 945px;
    }
    .bibi3 span img {
        border: 0px solid black;
        width: 400px;
        height: 400px;
        margin-left: 10px;
        padding: 5px;
        transform: scale(1);
        transition: 0.6s;
    }
    .bibi3 span img :hover{
        transform: scale(1.06);
    }
  }


  @media (min-width:1501px) and (max-width:1600px){
    .hrchiziq{
        width:100%;  
        
    } 
    /* .containerraqam{
        margin-top: 45px;
        margin-bottom: 50px;
    } */
    .ismsharif{
        display: none;
     }
    .wrappermalumot1{
        margin-left: 200px;
    }
    .wrappermalumot2{
        margin-left: 10px;
    }
    .wrappermalumot3{
        margin-left: 10px;
    }
    .wrappermalumot4{
        margin-left: 200px;
    }
    .wrappermalumot5{
        margin-left: 10px;
    }
    .wrappermalumot6{
        margin-left: 10px;
    }
  }
  @media (min-width:1601px){
    .hrchiziq{
        width:100%;  
        
    } 
    /* .containerraqam{
        margin-top: 40px;
    } */
    .ismsharif{
        display: none;
     }
    .wrappermalumot1{
        margin-left: calc(50% - 646px);
    }
    .wrappermalumot2{
        margin-left: 10px;
    }
    .wrappermalumot3{
        margin-left: 10px;
    }
    .wrappermalumot4{
        margin-left: calc(50% - 646px);
    }
    .wrappermalumot5{
        margin-left: 10px;
    }
    .wrappermalumot6{
        margin-left: 10px;
    }
  }

  

