%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/ |
Current File : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/_event-slider.scss |
@keyframes xs-event-fadeIn { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .evenex-event-slider-wrapper { .evenex-event-slide--title, .evenex-event-slide--meta li, .evenex-event-slide--btns .btn-primary { transition: 0.4s; opacity: 0; } .swiper-slide-active { .evenex-event-slide--title, .evenex-event-slide--meta li, .evenex-event-slide--term, .evenex-event-slide--btns .btn-primary { animation: xs-event-fadeIn 0.7s ease-in both; opacity: 1; } .evenex-event-slide--term { animation-delay: 0.7s; } .evenex-event-slide--title { animation-delay: 0.8s; } .evenex-event-slide--meta li { animation-delay: 0.9s; } .evenex-event-slide--btns .btn-primary { animation-delay: 1s; } } } /* end banner slider animation */ .evenex-event-slide { padding: 170px 0; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; &:before { content: ""; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: -1; } &--term { font-size: 13px; line-height: 14px; font-weight: 500; color: #fff; text-transform: uppercase; border: 2px solid #e54220; border-radius: 8px; padding: 5px 11px; margin-bottom: 18px; } &--title { font-size: 90px; line-height: 90px; letter-spacing: -0.4px; color: #fff; margin: 0; max-width: 100%; margin-bottom: 30px; } &--meta { margin-bottom: 43px; li { display: inline-block; color: #ffffff; font-size: 23px; line-height: 24px; font-weight: 600; margin-right: 45px; &:last-child { margin-right: 0; } &:before { content: ""; display: inline-block; background-color: #e54220; height: 6px; width: 6px; border-radius: 100px; margin-right: 10px; vertical-align: middle; } } } &--btns { a { margin-right: 23px; &:last-child { margin-right: 0; } } } &--purchase, &--details { font-size: 16px; line-height: 17px; font-weight: 600; border-radius: 8px; padding: 21px 37px; border: 2px solid transparent; &:hover { border: 2px solid transparent; } } &--purchase.btn { background: #fff; color: #041a57; } &--details.btn { color: #fff; border-color: #e54220; background: transparent; } // &--content{ // width: 800px; // margin: auto; // max-width: 100% // } } .evenex-event-slider-wrapper { .swiper-pagination { top: 50%; right: 45px; bottom: auto; left: auto; transform: inherit; text-align: right; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; max-width: 35px; } .swiper-pagination-bullet { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.2); opacity: 1; &-active { width: 14px; height: 14px; background-color: transparent; border: 2px solid #ffffff; } } &.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px auto; } } .dark-themes section:not(.xs-banner) { background-color: transparent !important; background-image: unset !important; }