@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
.hero-section_eventcol,
.events-page__inner {
font-family: "Montserrat", sans-serif;
}
.events-page {
background: #121212;
color: #fff;
}
.main.events-page {
z-index: 1;
position: relative;
}
.events-page .hero-section.hero-section_wide {
background: url(../../../themes/ninjapromo/assets/events/events_bg.png) no-repeat right top #121212;
background-size: cover;
padding-top: 7.5rem;
padding-bottom: 4.0625rem;
}
.events-page__inner {
background: #ffffff;
padding: 2.5rem 0;
position: relative;
color: #121212;
}
.events-page__title {
margin-bottom: 1.25rem;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.25;
text-align: left;
}
.events-page__head {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 2.5rem;
gap: 1rem;
}
.events-page__item {
padding: 1.875rem 0;
background: #F9F9FD;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.4;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
width: 100%;
position: relative;
padding: 1rem;
}
.events-page__item.events-page__item-bg {
background: rgba(59, 57, 198, 0.1);
}
.events-page__border {
background: #D9D9DD;
height: 1px;
width: calc(100% - 32px);
left: 1rem;
top: 0;
z-index: 1;
position: absolute;
display: block;
}
.events-page__item-bg .events-page__border {
display: none;
}
.events-page__title + .events-page__item .events-page__border,
.events-page__item-bg + .events-page__item .events-page__border {
display: none;
}
.events-page__name {
margin: 0;
font-size: 1.25rem;
font-weight: 600;
line-height: 1.3;
text-align: left;
}
.events-page__item + .events-page__title {
margin-top: 7.5rem;
}
.col2-page__right {
width: 100%;
}
.events-page__list {
width: 100%;
}
.hero-section_eventcol {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 1.25rem;
width: 100%;
}
.hero-section_eventcol .hero-section__title {
margin: 0;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.25;
text-align: left;
}
.hero-section_eventcol .hero-section__txt {
color: #E2E2E9;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.4;
text-align: left;
}
.events-page__label {
display: flex;
align-items: stretch;
justify-content: flex-start;
width: auto;
gap: 0.625rem;
background: rgba(59, 57, 198, 0.1);
padding: 0.5rem 0.75rem;
border-radius: 0.5rem;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 500;
line-height: 1.2;
white-space: nowrap;
}
.events-page__country {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
gap: 0.625rem;
margin-bottom: 2.5rem;
}
.events-page__region {
padding-right: 0.625rem;
border-right: 1px solid #D9D9DD;
}
.events-page__btn-group {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 0.625rem;
width: 100%;
}
.events-page__btn-label {
display: block;
margin-bottom: 5px;
color: #3B39C6;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 500;
line-height: 1.2;
text-align: left;
white-space: nowrap;
}
.events-page__btn-group.sm-btn .btn-website,
.events-page__btn-group .btn-website {
width: 100%;
}
.events-page__btn-group .mob-only {
width: 100%;
}
.events-page__btn,
.events-page__btn-group.sm-btn .mob-only {
width: calc(50% - 6px);
}
.btn.btn-website {
border: 1px solid #3B39C6;
color: #3B39C6;
border-radius: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.625rem 1.25rem;
text-transform: capitalize;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.45;
background: transparent;
transition: all 0.25s ease-in-out;
text-decoration: none;
}
.btn.btn-website:hover {
background: #3B39C6;
color: #ffffff;
}
.btn.btn-website:hover svg {
filter: brightness(0) invert(1);
}
.btn.btn-book {
width: 100%;
border: 1px solid #3B39C6;
border-radius: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.625rem 1.25rem;
text-transform: capitalize;
font-size: 0.875rem;
font-weight: 600;
line-height: 1.45;
background: #3B39C6;
color: #fff;
transition: all 0.25s ease-in-out;
text-decoration: none;
}
.btn.btn-book:hover {
background: transparent;
color: #3B39C6;
}
.events-page__date {
margin-bottom: 0.625rem;
}
.casend__more {
display: flex;
align-items: flex-end;
justify-content: center;
position: relative;
}
.casend__more:before {
content: '';
display: block;
z-index: 1;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 20rem;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 74.4%);
}
.casend__more .btn {
position: relative;
z-index: 2;
font-weight: 600;
}
.casend__more .arrow-btn::before {
background-color: #fff;
}
.casend__more .arrow-btn {
text-decoration: none;
display: inline-flex;
}
.casend__more .arrow-btn:hover:before {
background-color: #3c39c6;
}
.casend__more .arrow-btn:hover:after {
background-color: #ffffff;
}
.col2-page {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
gap: 2.5rem;
}
.events-filter {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
gap: 1.25rem;
}
.events-select {
position: relative;
width: 100%;
}
.events-select select {
width: 100%;
background: #fff;
color: #A1A1A9;
border: none;
border-bottom: 1px solid #A1A1A9;
padding: 1rem 0;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.4;
text-align: left;
outline: none !important;
}
.events-select select option {
padding: 1rem 0.5rem;
color: #121212;
}
.events-select::after {
content: "";
position: absolute;
right: 0;
top: 50%;
margin-top: -0.5rem;
display: block;
width: 1rem;
height: 1rem;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgB7Y7RDUAwEIbPTWAEG7CCMTx1BRtgBBMcT0TsYASrWEC5SzxUpRWJx/5J02vuvq8HEPJviKaMaEi+9PH2QFgQcZVBG+77WSEeq/SdAq33lq+YBxdTIjDA3l1TrclE8FhzqPmXistN6yjnOjXgRqmi9gpsiWzkgp0CS+KEX0M0lnIgxJsT52g6f/aVKBEAAAAASUVORK5CYII=) no-repeat center center transparent;
background-size: 8px;
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.filter-attend {
position: relative;
padding: 1rem 0;
}
.filter-attend label {
font-size: 0.875rem;
font-weight: 500;
line-height: 1.4;
text-align: left;
color: #121212;
display: block;
position: relative;
padding-left: 2.5rem;
}
.filter-attend input[type=checkbox] {
opacity: 0;
width: 24px;
position: absolute;
left: 0;
z-index: 2;
}
.filter-attend input[type=checkbox]+label:before {
content: " ";
width: 24px;
height: 24px;
position: absolute;
left: 0;
top: 50%;
margin-top: -12px;
border-radius: 5px;
border: 2px solid #3B39C6;
background: 0 0;
transition: all .3s ease-out;
z-index: 3;
}
.filter-attend input[type=checkbox]+label:after {
content: " ";
width: 16px;
height: 16px;
position: absolute;
left: 4px;
top: 4px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABfSURBVHgB7Y9BDcAgEARPQiUgoVIqpRIqoQ4qrRIqYXsEHhtyDzb8CJNs+DATMFtIAEi+x7ebSpVfFO4ROZ8punT6vvZ5XTIFwJFumSIXRQ5JDiKQ5SCiyxTJX9hsfn5+uK/00RDCnQAAAABJRU5ErkJggg==) no-repeat center center transparent;
background-size: contain;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
z-index: 4;
opacity: 0;
}
.filter-attend input[type=checkbox]:checked+label:before {
background: #3B39C6;
}
.filter-attend input[type=checkbox]:checked+label:after {
opacity: 1;
}
.col2-page__left {
width: 100%;
}
@media screen and (min-width: 768px) {
.filter-attend label,
.events-select select {
font-size: 1.125rem;
line-height: 1.45;
}
.events-page__inner {
padding: 5rem 0;
}
.events-page__title {
margin-bottom: 1.875rem;
font-size: 1.75rem;
font-weight: 600;
line-height: 1.3;
}
.events-page__name {
font-weight: 700;
font-size: 1.125rem;
line-height: 1.45;
margin: 0;
}
.events-page__item {
padding: 1.25rem 1rem;
line-height: 1.45;
}
.events-page .hero-section.hero-section_wide {
padding-top: 19.5625rem;
padding-bottom: 11.25rem;
}
.hero-section_eventcol {
gap: 2.5rem;
}
.hero-section_eventcol .hero-section__title {
margin: 0;
font-size: 5.25rem;
line-height: 1;
}
.hero-section_eventcol .hero-section__txt {
font-size: 1.5rem;
line-height: 1.25;
}
}
@media screen and (min-width: 900px) {
.events-page__item {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 1rem;
}
.events-page__head {
width: 20.375rem;
min-width: 20.375rem;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 0.625rem;
margin: 0;
}
.hero-section_eventcol {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.hero-section_eventcol .hero-section__title {
width: auto;
}
.hero-section_eventcol .hero-section__txt {
max-width: 48.3125rem;
}
.events-page__country {
justify-content: space-between;
width: 30%;
gap: 1rem;
margin-bottom: 0;
}
.events-page__date {
margin-bottom: 0;
width: 8rem;
min-width: 8rem;
}
.events-page__region {
padding-right: 0;
border-right: none;
width: 50%;
}
.events-page__adress {
width: 50%;
}
.events-page__btn-group {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 0.625rem;
width: 10.3125rem;
min-width: 10.3125rem;
}
.events-page__btn-group.sm-btn .btn-website,
.events-page__btn {
width: 100%;
}
.events-page__item {
padding: 1.25rem 1rem;
}
.events-page__item.events-page__item-bg {
padding: 2.5rem 1rem;
}
.events-page__bottom {
display: flex;
align-items: stretch;
justify-content: flex-start;
gap: 0.625rem;
}
.btn.btn-website {
line-height: 1;
display: inline-flex;
width: auto;
text-transform: uppercase;
padding: 0.5rem 0.75rem;
font-size: 0.75rem;
}
.btn.btn-website svg {
width: 0.875rem;
height: 0.875rem;
}
.events-page__label {
font-size: 0.75rem;
}
}
@media screen and (min-width: 1230px) {
.col2-page {
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 5rem;
}
.col2-page__left {
width: 307px;
min-width: 307px;
}
.col2-page__right {
width: calc(100% - 350px);
}
.events-filter {
gap: 1.875rem;
}
}
@media screen and (min-width: 1336px) {
.events-page__item,
.events-page__country {
gap: 2.5rem;
}
.events-page__item {
padding: 1.25rem 2.5rem;
}
.events-page__item.events-page__item-bg {
padding: 2.5rem 2.5rem;
}
.events-page__border {
width: calc(100% - 80px);
left: 2.5rem;
}
}
@media screen and (min-width: 1650px) {
.events-page__date {
width: 10rem;
min-width: 10rem;
}
}