

.fluid {
  width: 100%;
  height: 100%;

}

.img_1 {
  width: 100%;
  height: auto;
}

.img_2 {
  border-radius: 50%;
  margin-left: 5%;
}

.ozingiz11 {
  font-size: 1.3rem;
  color: rgb(88, 87, 87);
}

.ozingiz11:hover {
  color: rgb(125, 34, 34);
}

.ozingiz11:active {
  color: whitesmoke;
}

.ozingiz_1:hover {
  color: wheat;
}

@media (max-width: 640px) {
  .text_2 {
    font-size: 14px;

  }
}


@media (max-width: 740px) {
  .ozingiz_1 {
    margin-left: -50px;

  }
}


@media (min-width: 991) {
  .ozingiz_1 {
    margin-right: 200px;
  }
}


/* CSS */
.ozingiz_1 {
  appearance: button;
  border: 2px solid #1652F0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Graphik, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.15;
  overflow: visible;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 80ms ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;

}

.ozingiz_1:disabled {
  opacity: .5;
}



.ozingiz_1:focus {
  outline: 0;
}

.ozingiz_1:hover {
  border-color: #ccb8b8;
  color: #ffffff;
}

.ozingiz_1:active {
  border-color: #0039D7;
}

.ozingiz1_1 {
  background-color: #131b66;
}

.ozingiz1_1:hover {
  background-color: #ff0000;
}

.ozingiz1_2 {
  background-color: #131b66;
}

.ozingiz1_2:hover {
  background-color: #ff0000;
}


.ozingiz1_3 {
  background-color: #131b66;
}

.ozingiz1_3:hover {
  background-color: #ff0000;
}

.ozingiz1_4 {
  background-color: #131b66;
}

.ozingiz1_4:hover {
  background-color: #ff0000;
}



.ozingiz_12 {
  margin-left: 18%;
}


.text_1 {
  background-image: url(../../img/16313021796906.jpg);
  height: auto;
}

.text_2 {
  color: rgb(0, 0, 0);
}

.bizhaqimizda {
  color: #0b304f;
}


.footer_1 {
  background-color: #0b304f;
  color: white;
}

.carusel-qismi {
  background-color: #bfc0c0;
}

.carusel_text {
  color: rgb(26, 70, 75);
}








/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

@media (max-width: 640px) {
  .textalegncsnt {
    text-align: center;
  }
}



.border-bottomnone {
  text-decoration: none;
  color: #fe8904;
}



.border-bottomnone:hover {
  color: #07d1eb;
}


/**/

.carusel-qismi {

  height: 400px;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;

}

h1 {
  color: white;
  text-align: center;
  margin-top: 1em;
}



.card-carousel {

  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(-- card-height);
  min-width: var(--carousel-min-width);
  transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
  }
}

.card-carousel.smooth-return {
  transition: all .2s ease;
}

.card-carousel .card1 {
  background: whitesmoke;
  width: var(-- card-width);
  max-width: var(-- card-max-width);
  text-align: center;
  padding: 1em;
  min-width: 250px;
  height: var(-- card-height);
  position: absolute;
  margin: 0 auto;
  color: rgba(0, 0, 0, .5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card1.highlight {
  filter: brightness(1)
}


.card1:nth-of-type(1) .image-container {
  background-image: url("../../img/photo_2024-05-18_20-17-12.jpg");
}

.card1:nth-of-type(2) .image-container {
  background-image: url("../../img/Аннотация\ 2024-05-18\ 203404.jpg")
}

.card1:nth-of-type(3) .image-container {
  background-image: url("../../img/photo_2024-05-18_20-17-38.jpg")
}

.card1:nth-of-type(4) .image-container {
  background-image: url("../../img/photo_2024-05-18_20-17-49.jpg")
}

.card1:nth-of-type(5) .image-container {
  background-image: url("../../img/photo_2024-05-18_20-18-01.jpg")
}
.card1:nth-of-type(6) .image-container {
  background-image: url("../../img/photo_2024-05-18_20-18-01.jpg")
}


.image-container {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);

}

.image-container::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0, 0, 0, .1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}

h2 {
  padding: 1em;
  margin-top: 1em;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  color: white;
  border-radius: .2em;
  display: inline-block;
  transform: translateX(calc((100vw - 100%) / 2))
}

h2 a {
  color: #888
}



/**/

.hover1:hover {
  text-decoration: none;
  color: #b0a6a6;
}


.hover2:hover {
  color: #929090;
  text-decoration: none;
}

.ulanishlar2 a {
  color: rgb(196, 141, 121);
}

.ulanishlar2 p {
  color: white;
}

/**/

.ijtimoiy-tarmoqlar {
  font-size: 2rem;
}



/**/
/* hodisalar */


body {
  background-color: #e5dcdc;
}

.rang_foter {
  background-color: #0e54bd82;
  border-radius: 15px;
}



.rang_foter2 {
  background-color: #40407adc;
  border-radius: 15px;
}

.rang_foter3 {
  background-color: #1b1464b7;
  border-radius: 15px;
}

.rang_foter4 {
  background-color: #423fffa1;
  border-radius: 15px;
}

.rasm_1 {
  border-radius: 50px;
}

.lorem_1 p {
  color: #fdf7ff;
}







/* ishlarimiz html*/


table{
  width:100%;
  border-collapse: collapse;
}
thead{
  text-align:left;
}
th, td{    
  border: 1px solid black;
  padding: 5px
}