@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap");
.announview .container {
  padding: 30px 52px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .announview .container {
    grid-template-columns: 1fr;
  }
}
.announview .view {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.announview .view img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.announview .view .date {
  color: #5d809b;
  font-size: 12px;
}
.announview .view .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.announview .view .text .text-title {
  font-size: 20px;
  text-align: center;
  color: #5d809b;
  font-weight: bold;
}
.announview .view .text .text-body {
  color: #5d809b;
  line-height: 1.5rem;
  text-align: justify;
}
.announview .view .text .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
}
.announview .view .text .images img {
  height: 300px;
  border: 1px solid #627e94;
  border-radius: 8px;
}
.announview .items {
  overflow: hidden;
  position: relative;
}
.announview .items .swiper-containerA {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  height: 100vh;
  max-height: 2080px;
}
@media screen and (max-width: 1550px) {
  .announview .items .swiper-containerA {
    height: 500px;
  }
}
.announview .items .swiper-containerA .swiper-slide .announview-item {
  height: 400px;
  background-size: contain;
  border-radius: 8px;
  position: relative;
  border: 1px solid #627e94;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.announview .items .swiper-containerA .swiper-slide .announview-item img {
  display: block;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 2rem;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .text .date {
  color: #5d809b;
  font-weight: normal;
  font-size: 13px;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .text .discreption {
  color: #5d809b;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Qatorlar sonini belgilang */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .btn {
  position: absolute;
  text-align: end;
  right: 0.5rem;
  bottom: 1rem;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .btn a {
  padding: 0.5rem 2rem;
  background: none;
  border: 1px solid #627e94;
  color: #5d809b;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .btn a:hover {
  background-color: rgba(98, 126, 148, 0.71);
  color: #ffffff;
}
.announview .items .swiper-containerA .swiper-slide .announview-item .body .btn a:active {
  background: local;
  color: #5d809b;
}/*# sourceMappingURL=style.css.map */