@font-face {
font-family: "Inter";
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/Inter-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Inter";
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/Inter-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Inter";
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/Inter-SemiBold.woff2) format("woff2");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Inter";
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/Inter-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Red Hat Display";
font-style: normal;
font-weight: 600;
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/RedHatDisplay-SemiBold.woff2) format("woff2");
font-display: swap;
}
@font-face {
font-family: "Red Hat Text";
font-style: normal;
font-weight: 400;
src: url(//stake-bd.com/wp-content/plugins/sgw-plugin/mc-front/fonts/RedHatText-Regular.woff2) format("woff2");
font-display: swap;
}
:root { --sgw-plugin-site-bg: #FFF;
--sgw-plugin-contrast-bg: #FC0;
--sgw-plugin-contrast-color: #F2F2F2;
--sgw-plugin-link-bg: #EBEBEB;
--sgw-plugin-filter-radius: 8px;
--sgw-plugin-card-bg: #F2F2F2;
--sgw-plugin-card-text: #000;
--sgw-plugin-card-text-secondary: #666;
--sgw-plugin-divider: #CCC;
--sgw-plugin-text-main: #000;
--sgw-plugin-radius-card: 16px;
--sgw-plugin-card-stroke: #CCC;
--sgw-plugin-upcoming-color: #20A7D2;
--sgw-plugin-game-color: #393939;
--sgw-plugin-live-bg: #EB274F;
--sgw-plugin-live-text: #FFF;
--sgw-plugin-button-radius: 8px;
--sgw-plugin-button-color: #FFF;
--sgw-plugin-button-color-secondary: #000;
--sgw-plugin-button-bg: #000;
--sgw-plugin-button-bg-secondary: #FFCC00;
--sgw-plugin-button-bg-hover: #333;
--sgw-plugin-button-color-hover: #FFF;
--sgw-plugin-odds-bg-default: #FFF;
--sgw-plugin-odds-bg-up: #D5F6E7;
--sgw-plugin-odds-bg-down: #FFF4F5;
--sgw-plugin-odds-stroke-up: #4EC580;
--sgw-plugin-odds-stroke-down: #C54E5C;
--sgw-plugin-odds-text-default: #000000;
--sgw-plugin-odds-text-secondary: #627383;
--sgw-plugin-odds-bg-hover: #14B2EE;
--sgw-plugin-odds-text-hover: #FFF;
--sgw-plugin-line-main: #FC0;
--sgw-plugin-line-secondary: #CCC;
--sgw-plugin-error-color: #ED2012;
--sgw-plugin-sm-font-size: 12px;
--sgw-plugin-md-font-size: 14px;
--sgw-plugin-base-font-size: 16px; --sgw-plugin-inner-offsets: 32px;
--sgw-plugin-outer-offsets: 51px;
--sgw-plugin-max-width: 1366px;
}
@media (max-width: 1024px) {
:root {
--sgw-plugin-inner-offsets: 24px;
--sgw-plugin-outer-offsets: 16px;
}
}
@media (max-width: 800px) {
:root {
--sgw-plugin-inner-offsets: 16px;
--sgw-plugin-outer-offsets: 8px;
}
}
section > .mc-catalog {
max-width: 1268px;
padding: 0 15px;
margin: 0 auto;
}
.mc-catalog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 48px;
padding-top: 0;
-webkit-transition: padding-top 0.25s ease;
transition: padding-top 0.25s ease;
}
.mc-catalog.has-fixed-header {
padding-top: var(--catalog-padding-top, 0);
}
@media (max-width: 800px) {
.mc-catalog {
gap: 32px;
}
}
.mc-catalog__title {
color: var(--sgw-plugin-text-main, #000);
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 130%;
}
@media (max-width: 800px) {
.mc-catalog__title {
font-size: 24px;
}
}
.mc-catalog__description {
color: var(--sgw-plugin-text-main, #000);
}
.mc-catalog__events {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 48px;
}
@media (max-width: 800px) {
.mc-catalog__events {
gap: 32px;
}
}
.mc-catalog__events__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.mc-catalog__events__item__title {
color: var(--sgw-plugin-text-main, #000);
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
@media (max-width: 800px) {
.mc-catalog__events__item__title {
font-size: 24px;
}
}
.mc-catalog__events__item__description {
color: var(--sgw-plugin-text-main, #000);
}
.mc-catalog__events__item .ks-container:not(:first-child) {
margin-top: 8px;
}
@media (max-width: 800px) {
.mc-catalog__events__item .ks-container:not(:first-child) {
margin-top: 0px;
}
}
.mc-catalog__events-title-icon {
width: 56px;
height: 56px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--sgw-plugin-card-bg);
border-radius: 50%;
}
@media (max-width: 800px) {
.mc-catalog__events-title-icon {
width: 36px;
height: 36px;
}
}
.mc-catalog__events-title-icon svg {
color: var(--sgw-plugin-contrast-bg);
}
@media (max-width: 800px) {
.mc-catalog__events-title-icon svg {
width: 20px;
height: auto;
}
}
.mc-catalog__events-title-icon_popular svg {
color: var(--sgw-plugin-live-bg);
}