﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
main
{
    display: block;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre
{
    font-family: monospace,monospace;
    font-size: 1em;
}
a
{
    background-color: transparent;
}
abbr[title]
{
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: bolder;
}
code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
img
{
    border-style: none;
}
button, input, optgroup, select, textarea
{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button
{
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
fieldset
{
    padding: .35em .75em .625em;
}
legend
{
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress
{
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
[type=checkbox], [type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
details
{
    display: block;
}
summary
{
    display: list-item;
}
template
{
    display: none;
}
[hidden]
{
    display: none;
}/* :root{
    --stefan-one:  #000;
} */
*, *::before, *::after
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html
{
    font-size: 16px;
}
@font-face
{
    font-family: GT-Walsheim-Pro-Light;
    src: url(https://cmkt.dafapromo.com/ipl/resources/fonts/GT-Walsheim-Pro-Light.OTF);
}
@font-face
{
    font-family: BalooTammudu-Regular;
    src: url(https://cmkt.dafapromo.com/ipl/resources/fonts/BalooTammudu-Regular.ttf);
}
body
{
    background-color: #1f1f1f;
}
main
{
    background: linear-gradient(#ed002c,#6c002a);
}
.loader
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(#ed002c,#6c002a);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    user-select: none;
    transition: all .5s;
}
.loader.hidden
{
    opacity: 0;
}
.loader img
{
    width: 5rem;
    animation-name: loaderAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes loaderAnim
{
    0%, 100%
    {
        transform: scale(1);
        opacity: 0;
    }
    50%
    {
        transform: scale(1.5);
        opacity: 1;
    }
}
.logoBar
{
    background-color: #af0000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
}
.logoBar .logo img
{
    width: 15.6rem;
}
.tpl-inner
{
    display: flex;
    justify-content: center;
}
.menu
{
    background-color: #760000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
}
.mobileMenuIcon
{
    display: none;
}
.menuContainer
{
    max-width: 60rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuContainer a
{
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 900;/* font-size: 0.8rem; */
    transition: color .3s;
}
.menuContainer a:hover
{
    color: #ffe000;
}
.sliderSection
{
    width: 100%;
    max-width: 103.8rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slider-container
{
    position: relative;
    width: 103.8rem;
    height: 23.5rem;
    overflow: hidden;
}
.slider
{
    display: flex;
    transition: transform .5s ease-in-out;
    width: 400%;
}
.slide
{
    width: 103.8rem;
    height: 23.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide:nth-child(1)
{
    background-image: url(../../bcgamebettingde/image/slider1.png);
}
.textContainer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.slide:nth-child(1) .textContainer
{
    left: 7.25rem;
}
.slide:nth-child(1) .stroke-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
}
.slide:nth-child(1) .stroke-text h1
{
    position: absolute;
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 4.5rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.slide:nth-child(1) .stroke-text h1:nth-child(1)
{
    -webkit-text-stroke: 4px #c77d15;
    filter: drop-shadow(0 0 .7rem #ffe000);
    text-align: center;
}
.slide:nth-child(1) h3
{
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.slide:nth-child(1) h2
{
    font-family: BalooTammudu-Regular;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
}
.slide:nth-child(1) h2 span
{
    color: #ffe000;
    font-size: 2.4375rem;
    font-weight: 500;
    text-transform: uppercase;
}
.cta
{
    font-family: "Open Sans",sans-serif;
    color: #313131;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #ffe000;
    border-radius: 50px;
    text-decoration: none;
    padding: 1rem 3rem;
    min-width: 15.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.cta:hover
{
    background-color: #f00;
    color: #ffe000;
}
.slide:nth-child(2)
{
    background-image: url(../../bcgamebettingde/image/slider2.png);
}
.slide:nth-child(2) .textContainer
{
    position: absolute;
    right: 7.5rem;
}
.slide:nth-child(2) h3
{
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 2.06rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.slide:nth-child(2) h2
{
    font-family: BalooTammudu-Regular;
    color: #fff;
    font-size: 2.43rem;
    font-weight: 500;
    line-height: .8;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
}
.slide:nth-child(2) h2 span
{
    color: #ffe000;
}
.slide:nth-child(2) .cta, .slide:nth-child(3) .cta, .slide:nth-child(4) .cta
{
    font-size: 1.05rem;
    min-width: 12.3rem;
}
.slide:nth-child(3)
{
    background-image: url(../../bcgamebettingde/image/slider3.png);
}
.slide:nth-child(3) .textContainer
{
    position: absolute;
    left: 7.5rem;
}
.slide:nth-child(3) .stroke-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}
.slide:nth-child(3) .stroke-text h2
{
    position: absolute;
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.slide:nth-child(3) .stroke-text h2:nth-child(1)
{
    -webkit-text-stroke: 4px #c77d15;
    filter: drop-shadow(0 0 .7rem #ffe000);
    text-align: center;
}
.slide:nth-child(3) .stroke-text h1
{
    position: absolute;
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.slide:nth-child(3) .stroke-text h1:nth-child(1)
{
    -webkit-text-stroke: 4px #c77d15;
    filter: drop-shadow(0 0 .7rem #ffe000);
    text-align: center;
}
.slide:nth-child(3) h3
{
    font-family: BalooTammudu-Regular;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem;
}
.slide:nth-child(3) h3 span
{
    color: #ffe000;
    font-size: 1.6rem;
}
.slide:nth-child(3) h3 b
{
    font-weight: 500;
    font-size: 1.3rem;
}
.slide:nth-child(4) .textContainer
{
    right: 24rem;
}
.slide:nth-child(4)
{
    background-image: url(../../bcgamebettingde/image/slider4.png);
}
.slide:nth-child(4) .stroke-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}
.slide:nth-child(4) .stroke-text h2
{
    position: absolute;
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 1.35rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.slide:nth-child(4) .stroke-text h2:nth-child(1)
{
    -webkit-text-stroke: 4px #c77d15;
    filter: drop-shadow(0 0 .7rem #ffe000);
    text-align: center;
}
.slide:nth-child(4) .stroke-text h1
{
    position: absolute;
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    font-size: 2.93rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.slide:nth-child(4) .stroke-text h1:nth-child(1)
{
    -webkit-text-stroke: 4px #c77d15;
    filter: drop-shadow(0 0 .7rem #ffe000);
    text-align: center;
}
.slide:nth-child(4) h3
{
    font-family: BalooTammudu-Regular;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem;
}
.slide:nth-child(4) h3 span
{
    color: #ffe000;
    font-size: 1.4rem;
}
.arrow
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}
.arrow img
{
    width: 2.8rem;
}
.arrow-left
{
    left: 1.25rem;
}
.arrow-right
{
    right: 1.25rem;
}
.dots
{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: .8rem;
}
.dot
{
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active
{
    background: #ffe000;
}
.cardsSection
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}
.cardsContainer
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    position: relative;
}
.cardsContainer .card
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(#0d0d0d,#1f1f1f);
    width: 25.75rem;
    height: 31.25rem;
    border-radius: 2rem;
    filter: drop-shadow(.55rem .55rem 1.11rem rgba(0,0,0,.5));
    padding: 1.5rem;
    transition: all .4s;
}
.cardsContainer .card:hover
{
    transform: translateY(-1rem);
}
.cardsContainer .card .number
{
    font-family: BalooTammudu-Regular;
    color: #ffe000;
    background-color: #d9012c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80rem;
    width: 10.75rem;
    height: 10.75rem;
}
.cardsContainer .card .number h1
{
    font-size: 11.125rem;
    line-height: 1;
    height: 6rem;
}
.cardsContainer .card p
{
    font-family: BalooTammudu-Regular;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
}
.cardsContainer .card p span
{
    color: #ffe000;
}
.cardsContainer:nth-child(1) .card img
{
    height: 7.875rem;
}
.cardsContainer:nth-child(2) .card img
{
    height: 7.625rem;
}
.cardsContainer:nth-child(3) .card img
{
    height: 7.625rem;
}
.cardsContainer .cricket-ball
{
    position: absolute;
    width: 7.25rem;
    right: -4rem;
    bottom: -2rem;
    animation-name: ballAnim;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}
@keyframes ballAnim
{
    0%, 100%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(-2rem);
    }
}
.experienceSection
{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,.54);
    padding: 2rem 0;
    padding-bottom: 4rem;
}
.experienceSection h1
{
    color: #ffe000;
    font-size: 3.25rem;
    font-family: "Baloo Tammudu 2",system-ui;
    font-weight: 400;
    margin-bottom: 2rem;
}
.experienceContainer
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
}
.experienceContainer .box
{
    width: 24rem;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 1.5rem;
}
.experienceContainer .box:not(:last-of-type)
{
    border-right: 1.5px solid #ffe000;
}
.experienceContainer .box h2
{
    font-family: "Baloo Tammudu 2",system-ui;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}
.experienceContainer .box h2 span
{
    color: #f00;
    font-size: 2rem;
}
.experienceContainer .box p
{
    font-family: "Baloo Tammudu 2",system-ui;
    font-weight: 400;
    font-size: .8rem;
    color: #fff;
    line-height: 1;
    margin-top: 1rem;
}
.experienceContainer .box div
{
    padding-left: 12.5rem;
    z-index: 1;
}
.experienceContainer img
{
    width: 20rem;
    position: absolute;
}
.experienceContainer .box:nth-child(1) img
{
    width: 20rem;
    left: -2rem;
    bottom: -.2rem;
}
.experienceContainer .box:nth-child(2) img
{
    width: 13.5rem;
}
.experienceContainer .box:nth-child(3) img
{
    width: 17.5rem;
    left: -4.4rem;
    bottom: -2.8rem;
}
.experienceContainer .box:nth-child(4) img
{
    width: 12rem;
    bottom: -2rem;
}/* FOOTER */
.tpl-footer
{
    display: none;
}
footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #6c002a;
}
footer .footerTop
{
    background-color: #e6e7e9;
    border-radius: 2.5rem 2.5rem 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 0;
    padding-bottom: 3.3rem;
}
footer .footerTop .team-logos
{
    height: 5.125rem;
}
footer .footerTop .team-logos-mobile
{
    display: none;
}
footer .footerBottom
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f;
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 2rem 0;
    margin-top: 32px;
}
.footerBottom .tcCont
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.footerBottom .tcCont h1
{
    font-family: GT-Walsheim-Pro-Light;
    color: #fff;
    font-size: .85rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}
.footerBottom .tcCont img
{
    width: 3.31rem;
}
.footerBottom .contactInfo
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}
.footerBottom .contactInfo .logo img
{
    height: 2.5rem;
}
.footerBottom .contactInfo div
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.footerBottom .contactIcons, .footerBottom .socialIcons
{
    width: 20rem;
}
.footerBottom .contactIcons img
{
    height: 2.5rem;
    object-fit: scale-down;
}
.footerBottom .socialIcons img
{
    height: 2.6rem;
    object-fit: scale-down;
}
.footerBottom h2
{
    font-family: "Baloo Tammudu 2",system-ui;
    font-weight: 400;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .65rem;
    border-bottom: 2px solid #fff;
    line-height: 1.5;
    padding: 0 2rem;
}
.footerBottom p
{
    font-family: "Baloo Tammudu 2",system-ui;
    font-weight: 400;
    color: #fff;
    font-size: .9rem;
}/*FOOTER SPONSORS*/
.tpl-partners img
{
    width: 100%;
}
img.tpl-mobile-sponsor
{
    display: none;
}/*FOOTER SPONSORS*//* ======================================== */