.meetupsSectionBanner {
  background: url(../images/home/bg-banner.jpg) no-repeat center center;
  background-size: cover;
}
.meetupsSectionBanner .upcoming {
  position: relative;
  background-color: #FFD562;
  transition: all 0.3s linear;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  clip-path: polygon(calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
}
.meetupsSectionBanner .upcoming:after {
  z-index: 1111;
  content: "";
  position: absolute;
  right: 0;
  top: -10%;
  width: 50px;
  height: 120%;
  box-shadow: inset -23px 0em 11px rgba(0, 0, 0, 0.2);
}
.meetupsSectionBanner .upcoming h2, .meetupsSectionBanner .upcoming p, .meetupsSectionBanner .upcoming img {
  transition: all 0.3s linear;
}
.meetupsSectionBanner .upcoming:hover {
  background-color: #FE9000;
}
.meetupsSectionBanner .upcoming:hover h2, .meetupsSectionBanner .upcoming:hover p {
  color: #fff;
}
.meetupsSectionBanner .upcoming:hover img {
  background-color: #FE9000;
}
.meetupsSectionBanner #MeetupssSwiper {
  padding-bottom: 36px;
}

.allmeetuplist .borderangle {
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
}
.allmeetuplist .borderangle::before {
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
}
.allmeetuplist .rightside {
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
  padding: 1px;
}

.pagination .leftarrow:after, .pagination .rightarrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination .rightarrow:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-select {
  z-index: 1111;
  position: relative;
  height: 36px;
  width: 100px;
  position: relative;
  font-family: Arial;
  cursor: pointer;
}
.custom-select:after {
  transition: all 0.3s linear;
  position: absolute;
  left: auto;
  transform: rotate(135deg);
  right: 3px;
  top: 10px;
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  font-size: 0;
  border: solid #FF9000;
  border-width: 2px 2px 0 0;
}
.custom-select.open::after {
  transform: rotate(-45deg);
  top: 16px;
}
@media (width <= 48rem) {
  .custom-select {
    width: 80px;
  }
}

.select-selected {
  height: 36px;
  width: 100%;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-bottom: 0px solid #fff;
}

.select-items {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 99;
  position: absolute;
  width: 100%;
  background-color: #000;
  border: 0px solid #fff;
  border-top: none;
}

.select-items div {
  border: 1px solid #FF9000;
  background-color: #FF9000;
  padding: 0 15px;
  height: 36px;
  font-size: 0.8rem;
  line-height: 36px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.select-items div:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}

.custom-select.open .select-items {
  max-height: 500px;
  opacity: 1;
  transition: all 0.4s linear;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.HomeSectionHighlights .swiper {
  padding: 0 0 0;
  overflow: visible;
}
.HomeSectionHighlights .swiper .swiper-pagination {
  bottom: auto;
  top: -85px;
}
.HomeSectionHighlights .imgBanner {
  padding: 12px 16px 0 16px;
}
.HomeSectionHighlights .imgBanner .img {
  clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px, 24px 0);
}
.HomeSectionHighlights .imgBanner .borderangleinside {
  opacity: 0.9;
  padding: 10px 14px;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px, 30px 0);
}
.HomeSectionHighlights .imgBanner .borderangleinside span {
  background: #553e26;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px, 30px 0);
}
.HomeSectionHighlights .imgBanner .borderangleinside.borderangleinside2 {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px, 24px 0);
}
@media (width <= 48rem) {
  .HomeSectionHighlights .swiper {
    padding-bottom: 50px;
  }
  .HomeSectionHighlights .swiper .swiper-pagination {
    top: auto;
    bottom: 0;
  }
}/*# sourceMappingURL=meetups.css.map */