.section-title {
  margin: 0;
  font-weight: 400;
  font-size: 53px;
  color: #231f20;
  text-align: center;
}

.section1 {
  padding: 0 0 135px;
  background-image: url(/assets/img/bg1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section1 .section-title {
  padding: 80px 0 0;
}

.section1 .subtitle {
  margin-top: 30px;
  font-weight: bold;
  font-size: 21px;
  color: #dd133d;
  text-align: center;
}

.section1 .btn-next {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.section1 .btn-next .icon-next {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.section1 .btn-next .icon-next:hover {
  content: url(/assets/img/icon-next-active.png);
}

.section1 .list {
  margin-top: 37px;
  display: flex;
  justify-content: center;
  gap: 83px;
}

.section1 .list .item-box {
  width: 400px;
  height: 455px;
}

.section1 .list .item-box:first-child {
  display: flex;
  justify-content: flex-end;
}

.section1 .list .item-box:last-child {
  display: flex;
  justify-content: flex-start;
}

.section1 .list .item {
  width: 322px;
  height: 370px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.section1 .list .item .img {
  width: inherit;
  aspect-ratio: 322 / 257;
  position: absolute;
  left: 0;
  right: 0;
}

.section1 .list .item .img-hover {
  width: inherit;
  aspect-ratio: 399 / 187;
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
}

.section1 .list .item .name {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 21px;
  color: #231f20;
  text-align: center;
}

.section1 .list .item:hover .name {
  color: var(--primary-color);
}

.section1 .list .item .desc {
  padding: 0 45px 45px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 285px;
  transform: translateY(100%);
}

.section1 .list .item .icon-next {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 30px;
  bottom: 24px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(200%);
  opacity: 0;
}

.section1 .list .item .icon-next::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 18px;
  color: var(--primary-color);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.section1 .list .item .icon-next:hover::after {
  font-weight: bold;
}

.section2 {
  background-image: var(--bg-img, url(/assets/img/bg2.jpg));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 0.6s ease;
}

.section2 .dropfilter {
  padding-bottom: 175px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
}

.section2 .section-title {
  padding: 95px 0;
}

.section2 .swiper {
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 18px;
  position: relative;
}

.section2 .swiper .swiper-slide {
  width: 500px;
  height: 287px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transform: scale(0.5) translateX(0);
  transition: transform 0.5s ease;
  opacity: 0.5;
  z-index: 1;
}

.section2 .swiper .swiper-slide:hover {
  cursor: pointer;
}

.section2 .swiper .swiper-slide .img {
  width: 500px;
  height: 218px;
}

.section2 .swiper .swiper-slide .slide-title {
  height: 69px;
  line-height: 69px;
  font-weight: 400;
  font-size: 23px;
  color: #3e3a39;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2 .swiper .swiper-slide:hover .slide-title {
  color: var(--primary-color);
}

.section2 .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}

.section2 .swiper .swiper-slide.swiper-slide-prev {
  transform: scale(0.75) translateX(100px);
}

.section2 .swiper .swiper-slide.swiper-slide-next {
  transform: scale(0.75) translateX(-100px);
}

.section2 .swiper .swiper-button-prev,
.section2 .swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
}

.section2 .swiper .swiper-button-prev:hover,
.section2 .swiper .swiper-button-next:hover {
  --swiper-navigation-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.section3 {
  --swiper-navigation-color: #000000;
  --swiper-navigation-size: 18px;
  --swiper-navigation-sides-offset: 0;
  padding-bottom: 165px;
}

.section3 .layout {
  display: flex;
  align-items: center;
}

.section3 .swiper {
  flex: 1;
  -webkit-user-select: none;
  /* Chrome, Opera, Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Standard syntax */
}

.section3 .section-title {
  padding: 95px 0 75px;
}

.section3 .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.section3 .swiper .swiper-slide .slide-img {
  width: 253px;
  overflow: hidden;
}

.section3 .swiper .swiper-slide .slide-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: all 0.5s ease-in-out;
}

.section3 .swiper .swiper-slide:hover .slide-img img {
  transform: scale(1.125);
}

.section3 .swiper .swiper-slide .slide-title {
  font-size: 20px;
  color: #3e3a39;
}

.section3 .swiper .swiper-slide .slide-subtitle {
  margin-top: 30px;
  font-size: 16px;
  color: #727171;
}

.section3 .swiper .swiper-slide .slide-preview {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #3e3a39;
}

.section3 .swiper-slide:hover .slide-preview {
  color: var(--primary-color);
}

.section3 .swiper-slide .slide-preview::after {
  margin-left: 5px;
  content: "\203A";
  font-size: 24px;
}

.section3 .swiper-button-prev,
.section3 .swiper-button-next {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

.section3 .swiper-button-prev:hover,
.section3 .swiper-button-next:hover {
  --swiper-navigation-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.section3 .swiper-button-prev {
  left: -20px;
  z-index: 9999;
}

.section3 .swiper-button-next {
  right: -20px;
}