.sec1 {
  padding: 189px 0 73px;
  background: rgb(248, 248, 248);
}
.sec1 .wrap {
  width: 1420px;
  margin: 0 auto;
}
.sec1 .wrap .title {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 36px;
}
.sec1 .wrap .sec1_swiper {
  padding: 10px;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
  text-align: center;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .label {
  width: 100%;
  height: 125px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 51px;
  background: #fff;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .label img {
  display: block;
  max-width: 70%;
  max-height: 50%;
  transition: 2s;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .h5 {
  font-weight: 600;
  font-size: 20px;
  color: rgb(26, 26, 26);
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .date {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
  margin: 3px 0 17px;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .name {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
  margin-bottom: 11px;
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
}
.sec1 .wrap .sec1_swiper .swiper-slide .slide_box:hover .label img {
  transform: scale(1.1);
}
.sec1 .wrap .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 76px 0 0;
}
.sec1 .wrap .btns .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  transition: 0.6s;
  cursor: pointer;
}
.sec1 .wrap .btns .jt svg {
  display: block;
  width: 12px;
  height: unset;
}
.sec1 .wrap .btns .jt svg path {
  transition: 0.6s;
}
.sec1 .wrap .btns .jt:hover {
  background: rgb(241, 123, 19);
}
.sec1 .wrap .btns .jt:hover svg path {
  fill: #ffffff;
}

.sec2 {
  padding: 82px 0 186px;
}
.sec2 .wrap .title {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 72px;
}
.sec2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 86px 30px;
}
.sec2 .wrap .list .item {
  display: block;
  width: 445px;
}
.sec2 .wrap .list .item .img {
  width: 100%;
  height: 278px;
  border-radius: 16px;
  overflow: hidden;
}
.sec2 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec2 .wrap .list .item .h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  color: #1A1A1A;
  transition: 0.6s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec2 .wrap .list .item .more {
  margin: 21px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.sec2 .wrap .list .item .more p {
  font-weight: 400;
  font-size: 14px;
  color: #F17B13;
}
.sec2 .wrap .list .item .more .icon img {
  display: block;
  width: 5px;
  height: unset;
}
.sec2 .wrap .list .item .date {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 15px 0 0;
}
.sec2 .wrap .list .item .date .icon {
  width: 12px;
  transform: translateY(-2px);
}
.sec2 .wrap .list .item .date .icon img {
  display: block;
  width: 100%;
  height: unset;
}
.sec2 .wrap .list .item .date p {
  font-family: "Poppins L";
  font-weight: 400;
  font-size: 14px;
  line-height: 56px;
  color: #1A1A1A;
}
.sec2 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
.sec2 .wrap .list .item:hover .h5 {
  color: #F17B13;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 9.84375vw 0px 3.8020833333vw;
  }
  .sec1 .wrap {
    width: 73.9583333333vw;
  }
  .sec1 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 1.875vw;
  }
  .sec1 .wrap .sec1_swiper {
    padding: 0.5208333333vw;
  }
  .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .label {
    height: 6.5104166667vw;
    border-radius: 0.7291666667vw;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.5208333333vw 0px;
    margin-bottom: 2.65625vw;
  }
  .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .h5 {
    font-size: 1.0416666667vw;
  }
  .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .date {
    font-size: 0.8333333333vw;
    margin: 0.15625vw 0px 0.8854166667vw;
  }
  .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .name {
    font-size: 0.8333333333vw;
    margin-bottom: 0.5729166667vw;
  }
  .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .p {
    font-size: 0.8333333333vw;
  }
  .sec1 .wrap .btns {
    gap: 1.0416666667vw;
    margin: 3.9583333333vw 0px 0px;
  }
  .sec1 .wrap .btns .jt {
    width: 2.3958333333vw;
    height: 2.3958333333vw;
  }
  .sec1 .wrap .btns .jt svg {
    width: 0.625vw;
  }
  .sec2 {
    padding: 4.2708333333vw 0px 9.6875vw;
  }
  .sec2 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 3.75vw;
  }
  .sec2 .wrap .list {
    gap: 4.4791666667vw 1.5625vw;
  }
  .sec2 .wrap .list .item {
    width: 23.1770833333vw;
  }
  .sec2 .wrap .list .item .img {
    height: 14.4791666667vw;
    border-radius: 0.8333333333vw;
  }
  .sec2 .wrap .list .item .h5 {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
    height: 2.9166666667vw;
  }
  .sec2 .wrap .list .item .more {
    margin: 1.09375vw 0px 0px;
    gap: 0.3645833333vw;
  }
  .sec2 .wrap .list .item .more p {
    font-size: 0.7291666667vw;
  }
  .sec2 .wrap .list .item .more .icon img {
    width: 0.2604166667vw;
  }
  .sec2 .wrap .list .item .date {
    gap: 0.3645833333vw;
    margin: 0.78125vw 0px 0px;
  }
  .sec2 .wrap .list .item .date .icon {
    width: 0.625vw;
    transform: translateY(-0.1041666667vw);
  }
  .sec2 .wrap .list .item .date p {
    font-size: 0.7291666667vw;
    line-height: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 90px 0 50px;
  }
  .sec1 .wrap {
    width: 70vw;
  }
  .sec1 .wrap .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .swiper {
    width: 100%;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .label {
    height: 26vw;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .label img {
    max-height: 70%;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 18px;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .date {
    font-size: 14px;
    margin: 10px 0;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .name, .sec1 .wrap .swiper .swiper-slide .slide_box .p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec1 .wrap .btns {
    gap: 15px;
    margin: 30px 0 0;
  }
  .sec1 .wrap .btns .jt {
    width: 36px;
    height: 36px;
  }
  .sec1 .wrap .btns .jt svg {
    width: 12px;
  }
  .sec2 {
    padding: 50px 0;
  }
  .sec2 .wrap .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec2 .wrap .list {
    gap: 30px;
  }
  .sec2 .wrap .list .item {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .sec2 .wrap .list .item .img {
    height: 52vw;
    border-radius: 8px;
  }
  .sec2 .wrap .list .item .date {
    gap: 10px;
    margin: 15px 0 0;
  }
  .sec2 .wrap .list .item .date .icon {
    width: 12px;
  }
  .sec2 .wrap .list .item .date p {
    font-size: 14px;
    line-height: 1.4;
  }
  .sec2 .wrap .list .item .h5 {
    font-size: 16px;
    line-height: 1.4;
    height: unset;
    margin: 15px 0 20px;
  }
  .sec2 .wrap .list .item .more {
    gap: 8px;
  }
  .sec2 .wrap .list .item .more p {
    font-size: 14px;
  }
  .sec2 .wrap .list .item .more .icon img {
    width: 6px;
  }
}

/*# sourceMappingURL=events.css.map */
