/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: aqua; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
   
  }
  ul{
     list-style: none; 
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  span, a, label {
    display: inline-block;
    text-decoration: none;
  }
  
  *::before, *::after {
    box-sizing: border-box;
  }
 
.section{
  max-width: 1300px;
  margin: auto;
  padding: 20px 10px;
  /* border: 2px solid red; */

  
}
.section1{
  overflow: hidden;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 100px;
}
  .img{
    font-size: 80px;
    color: black;
    font-weight: bold;
    line-height: 1.9;
  
  }
  .s2{
    position: relative;
  }
  .ul1{
    list-style: none;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px silver;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .li1{
    font-size: 24px;
    padding: 10px 20px;
  }
  .li1:hover{
    background-color: silver;
 
  }
  .s1{
    margin-right: 20px;
    font-size: 24px;
  }
  .icon1{
    color: orangered;
  }
.asosiy{
  text-align: center;
  z-index: 9;
}
.salom{
  padding: 10px 23px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}

.icon2{
  margin-right: 10px;
}
.h1{
  font-size: 80px;
  background: -webkit-linear-gradient( #000,#222,#555,#fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.text{
  font-size: 30px;
}
.swipper{
 margin: 30px auto;
 position: relative;
 overflow: hidden;
 min-height: 650px;
  }
.slider{
  max-width: 1500px;
  margin: auto;
display: flex;
}
.d{
width: 100%;
flex-shrink: 0;
text-align: center;

}

.btn{
  margin-top: 20px;
font-size: 30px;
 text-decoration: none;
background-image: linear-gradient(rgba(133, 128, 128, 0.974),black);
color: white;
padding: 20px 50px;
border-radius: 50px;

}
.circil{
  position: absolute;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  bottom: -0px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.cir{
  background-color: black;
  width: 30px;
  height: 30px;
border-radius: 50%;
}
.arrow{
position: absolute;
background-color: black;
color: white;
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
padding: 10px 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.span_icon_left{
  left: 10px;
}
.span_icon_right{
  right: 10px;
}
.n3{
  padding: 30px 0;
}
.grid{
  display: grid;
  grid-template-columns:repeat(3 ,1fr);
  grid-template-rows:repeat(3 ,265px);
  gap: 20px;

}
.ds{
  padding: 10px 20px;
  background-color: #F5F5F5;
  color: black;
  font-size: 30px;
  position: relative;
  padding-right: 50px;
  overflow: hidden;
  border-radius: 20px;
  overflow-y: auto;
}
.ds2{
  grid-row: span 2;

}
.ds4{
  grid-row: span 2;
}
.ds5{
  grid-row: span 2;
}

.div_icon_person{
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: white;
  color: black;
  padding: 10px 12px ;
  border-radius: 50%;
  font-size: 16px;
}

.grid_icon_arr{
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: white;
  color: black;
  padding: 2px 10px;
  border-radius: 50%; 
   transform: rotate(45deg);
}
.rrr{
  background-color: white;
bottom: 90%;
}
.grid_h3{
  margin: 50px 0px 30px;
  font-size: 24px;

}
.grid_text{
  margin-bottom: 30px;
  font-size: 16px;
}

.ds2_img{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.ds4_img{

  width: 320px;
  left: 0;
object-fit: cover;
}

.person_l{
  left: 60px;
}
.n3_grid{
display: grid;
grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.n3_grid_left{
  display: flex;
  flex-direction: column;

}

.n3_grid_left_li{
  padding: 20px 40px;
  background-color: #FFFFFF;
  border-radius: 0 20px 20px 0;
  border-left: 2px solid rgb(245 245 245);
}
.n3_grid_left_li:hover{
  background:rgb(245 245 245);
}
.h4{
  font-size: 25px;
  margin-bottom: 10px;
}
.n3_grid_left_li_text{
  font-size: 18px;
  margin-bottom: 8px;
}
.n3_grid_left_li_div{
  font-size: 18px;
  color: blue;
  display: flex;
  align-items: center;
  gap: 20px;
}
.aa_re{
  border-bottom: 2px solid blue
}
.href{
  color: blue;
}
.n3_grid_right{
  position: relative;
  max-height: 615px;
  overflow: hidden;
  padding: 30px;
}
.n3_grid_right_card{
  position: absolute;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #F5F5F5;
  width: 100%;
  left: 0;
  top: 0; 
  display: none;
}
.hhh3{
  font-size: 40px;
  margin-top: 20px;
}
.n3_grid_right_card_div_p{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.n3_grid_right_card_div_img{
  max-width: 200px;
  max-width: 100px;
}

.flexs2{
  border-bottom: 3px solid #918f8f ;;
  border-top: 3px solid #918f8f ;
  padding: 50px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flexsbox1{
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.flexsbox2{
  display: flex;
  column-gap: 20px;
  align-items: center;
  color: #767676;
  font-size: 20px;
}

.end{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  padding: 50px 15px;
}
.nav2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}














/* Java  script kod */
.ul1_new{
  display: block;
}
.li1_new1{
  background-color: #1F1F1F;
  color: white;
  border-radius: 0;
}
.li1_new{
  background-color: black;
  color: white;
}

.li1_new:hover{
  background-color: black;
  color: white;

}
.right_blok{
  display: block;
}

.item_new{
  background-color: #F5F5F5;
  border-left: 2px solid black;
}

.item_new1{
  background-color: #111111;
  border-left: 2px solid white;
}

.max_min_box_new *{
  color: white;
}
.max_min_box_new{

  background-color: #111111;
}

.ds_new{
  background-color: #1F1F1F;
}
.person_new *{
color: white;
}
.person_new{
  background-color: #111;
}
.cir_new{
  background-color: white;
}


.aa{
  background-color: white;
}




/* Java  script kod */




/* Media */

@media (max-width:1210px){
 .grid{
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(4,260px);
}
 .ds5{
  grid-row: span 1;
}
.dddd{
  display: none;
}

}
@media (max-width:1060px){
  .n3_grid{
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,615px);
  }
.n3_grid_right {
 overflow-y: auto;
}
.swipper{
  min-height: 530px;
}
.arrow  {
top: 40%;
}
.circil{
  bottom: 10px;
}

}

@media (max-width:750px){
  .header{
 
    padding: 10px 30px;
}
.circil{
  bottom: 20%;
  width: 100px;
}
.cir{
  width: 20px;
  height: 20px;
}
.btn{
font-size: 24px;
padding: 15px 20px;
}
.grid{
  grid-template-columns: repeat(1,1fr);
}
.h1{
  font-size: 45px;
}
.text{
  font-size: 25px;
}
.salom{
  font-size: 16px;
}
.nav2{
  flex-direction: column;
  gap: 5px;
}
.flexs2{
  flex-direction: column;
  justify-content: start;
  padding: 20px 10px;
  padding-left: 30px;
  align-items: start;
}
.grid{
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: repeat(9,260px);
}
.ds5{
  grid-row: span 3/7;

}
.ds4{
  grid-row: span 2/4;
}
.dddd{
  display: block;
  transition: 0.3s transition linear;
}
}




@media (max-width:550px){
  .pic{
    width: 100px;
    height: 100px;
  }
  .img{
    font-size: 45px;
  }
  .ul1_btn{
    font-size: 20px;
  }
  .circil{
    bottom: 35%;
  }
  .grid_icon_arr {
font-size: 21px;
  }
  .h4{
    font-size: 20px;
  }
 .n3_grid_left_li_text{
  font-size: 16px;
 }
 .n3_grid_left_li_div{
  font-size: 16px;
 }

}

@media (max-width:455px){
  .grid_h3{
    font-size: 20px;
  }
  .grid_text{
    font-size: 16px;
  }
}