.clanci {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
  margin-top: 8rem;
  padding: 8rem 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 1466px;
  height: 550px;
  margin: 0 auto;
  padding: 10rem 0;
  margin-top: 300px;
}
#feed-widget {
  width: 100%;
  max-width: 1466px;
}

.swiper-slide {
  transition: transform 0.3s, box-shadow 0.3s;
  background: #444;
  color: #fff;
  border-radius: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  /* default size for inactive slides */
  scale: 0.75;
  box-shadow: none;
}

.swiper-slide-active {
  scale: 1.1; /* active is bigger */
  z-index: 2;
  opacity: 1;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.swiper-slide-prev,
.swiper-slide-next {
  scale: 0.9; /* a bit bigger than others */
  z-index: 1;
}

.swiper-wrapper {
  align-items: center;
  height: 100%;
}

.artbox {
  border-radius: 18.396px;
  background: #fff;
  box-shadow: 0px 4px 10.7px 9px rgba(0, 0, 0, 0.32);
  padding: 1rem;
  text-decoration: none;
}

.artimg {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
}

.arttitle {
  color: #000;
  font-family: Dobra;
  font-size: 17.715px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 27px;
  text-decoration: none;
}

.artlead {
  color: #000;
  font-family: Dobra;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.5rem;
}

.mySwiper {
  --swiper-scrollbar-size: 24px;
  --swiper-scrollbar-sides-offset: 0%;
  --swiper-scrollbar-bottom: 16px;
}

.swiper-scrollbar {
  background: #fff;
  width: 100% !important;
}

.swiper-scrollbar-drag {
  border-radius: 18.396px;
  background: #1000dd;
  box-shadow: 0px 4px 10.7px 9px rgba(0, 0, 0, 0.32);
  height: 100% !important;
  width: 60px;
  max-width: 60px;
}

.fixedimg {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
