.carousel-section {
  position: relative;
  /* margin-top: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0 20px 0;
  overflow-x: hidden;
  width: 100%;
}
.carousel-section-title {
  color: #162035;
  font-family: "Ravi-medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.carousel-section .swiper-container {
  width: 90%;
  /* min-height: 75vh; */
  overflow: hidden;
  transform: scale(0.75) translateY(-50px);
  margin-top: 20px;
}
.carousel-section .swiper-container .swiper-slide {
  /* width: 300px; */
  max-height: 600px;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  stroke-width: 1px;
  stroke: rgba(71, 88, 123, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 12px;
  gap: 10px;
  overflow: hidden;
  font-family: "Ravi-medium";
  background-color: #fff;
  /* opacity: 0.5; */
  opacity: 1 !important;
  transition: 0.5s;
}
.carousel-section .swiper-container .swiper-slide[class*="active"] {
  box-shadow: -3px -3px 20px #c2c2db, -3px 3px 20px #c2c2db,
    3px -3px 20px #c2c2db, 3px 3px 20px #c2c2db;
  opacity: 1 !important;
}
.carousel-section .swiper-container .swiper-slide[class*="visible"] {
  opacity: 0.9;
  box-shadow: none !important;
}
.carousel-section .swiper-container .swiper-slide-topic {
  color: #2f7bd3;
  font-family: "Ravi-medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 10px;
}
.carousel-section .swiper-container .swiper-slide:hover .img-container img {
  transform: scale(1.1);
}
.carousel-section .swiper-container .swiper-slide .img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.carousel-section .swiper-container .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
.carousel-section .swiper-container .swiper-slide .card-title {
  text-align: right;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}
.carousel-section .swiper-container .swiper-slide .card-title:hover {
  color: #362fd9;
}
.carousel-section .swiper-container .swiper-slide .short-desc {
  font-size: 13px;
  padding: 0 10px;
  text-align: right;
  color: #444;
}
.carousel-section .swiper-container .swiper-slide .author-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 15px;
  justify-content: space-between;
}
.carousel-section .swiper-container .swiper-slide .author-row .author-box {
  gap: 5px;
}
.carousel-section .swiper-container .swiper-slide .author-row .author-box i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0b71ee;
  opacity: 0.41;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.carousel-section
  .swiper-container
  .swiper-slide
  .author-row
  .author-box
  .author-name {
  font-size: 12px;
  color: #162035;
  font-weight: 600;
}
.carousel-section
  .swiper-container
  .swiper-slide
  .author-row
  .author-box
  .publish-date {
  font-size: 11px;
  color: #47587b;
}
.carousel-section .swiper-container .swiper-slide .line {
  width: 80%;
  height: 1px;
  background-color: rgba(71, 88, 123, 0.2);
}
.carousel-section .swiper-container .swiper-slide .tag-row {
  font-family: "Ravi-medium";
  padding: 0 10px;
}
.carousel-section .swiper-container .swiper-slide .tag-row div:nth-child(1) {
  font-size: 14px;
  margin-left: 10px;
  gap: 4px;
  width: 80px;
}
.carousel-section
  .swiper-container
  .swiper-slide
  .tag-row
  div:nth-child(1)
  img {
  width: 15px;
}
.carousel-section .swiper-container .swiper-slide .tag-row .tag-labels {
  color: #505d75;
  font-family: "Ravi-medium";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
}
.carousel-section .see-more {
  position: relative;
  bottom: 50px;
  color: #162035;
  font-family: "Ravi-medium";
  font-size: 12px;
}
.carousel-section .see-more img {
  margin-left: 4px;
  width: 15px;
} /*# sourceMappingURL=carousel.css.map */
