@font-face {
    font-family: 'CoreCircus';
    src: url('fonts/CoreCircus.eot');
    src: url('fonts/CoreCircus.eot?#iefix') format('embedded-opentype'),
        url('fonts/CoreCircus.woff2') format('woff2'),
        url('fonts/CoreCircus.woff') format('woff'),
        url('fonts/CoreCircus.ttf') format('truetype'),
        url('fonts/CoreCircus.svg#CoreCircus') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OptimaBold';
    src: url('fonts/Optima-Bold.eot');
    src: url('fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Bold.woff2') format('woff2'),
        url('fonts/Optima-Bold.woff') format('woff'),
        url('fonts/Optima-Bold.ttf') format('truetype'),
        url('fonts/Optima-Bold.svg#Optima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OptimaItalic';
    src: url('fonts/Optima-Italic.eot');
    src: url('fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Italic.woff2') format('woff2'),
        url('fonts/Optima-Italic.woff') format('woff'),
        url('fonts/Optima-Italic.ttf') format('truetype'),
        url('fonts/Optima-Italic.svg#Optima-Italic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OptimaMedium';
    src: url('fonts/Optima-Medium.eot');
    src: url('fonts/Optima-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Medium.woff2') format('woff2'),
        url('fonts/Optima-Medium.woff') format('woff'),
        url('fonts/Optima-Medium.ttf') format('truetype'),
        url('fonts/Optima-Medium.svg#Optima-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima.eot');
    src: url('fonts/Optima.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima.woff2') format('woff2'),
        url('fonts/Optima.woff') format('woff'),
        url('fonts/Optima.ttf') format('truetype'),
        url('fonts/Optima.svg#Optima') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
  }
.result-slider{
    overflow-x:hidden;
}
.font-optima{
    font-family: 'Optima';
}
.font-optima-bold{
    font-family: 'OptimaBold';
}
.font-optima-med{
    font-family: 'OptimaMedium';
}
.font-cc{
    font-family: 'CoreCircus';
}
.font-s{
    font-size:16px;

}
.font-m{
    font-size:22px;
}
.font-l{
    font-size:28px;
}
.font-xl{
    font-size:32px;
}
.text-justify{
    text-align: center;
}
.has-img-background{
    background:url('../assets/images/Background-Cover.jpg')no-repeat center center;
    background-size:cover;
}
.has-flat-bg{
    background:#ddd3fa;
}
.contest-date{
    margin-top: 150px;
}
.date-label{
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom:10px;
}
.date-main-border{
    border:1px solid #380f82;
    border-radius: 50px;
    text-align: center;
}

.date-fill{
    background: rgb(188,147,222);
background: -moz-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc93de",endColorstr="#a476fa",GradientType=1);
    border-radius: 50px;
    color:#fff;
}
.container-info-2{
    padding:80px 0;
}
.container-info-2 .info-block{
    background: rgb(188,147,222);
background: -moz-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc93de",endColorstr="#a476fa",GradientType=1);
    padding:2.5rem 2rem;
    color:#fff;
    border-radius: 50px;
}

.why-join-item{
    position: relative;
}
.why-join-img{
    max-width: 120px;
    margin:0 auto;
    text-align: center;
}

.why-join-item::after{
    background:#fff;
    width: 1px;
    height: 150px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    content:'';
    right:0;
}
.why-join-item:last-of-type::after{
    content:none;
}

.contest-info{
    padding-top:150px;
    position: relative;
}
.product-floating{
    position: absolute;
    right: 0vw;
    bottom: -3vw;
    width: 50vw;

}
.product-slider{
    padding:6rem 0;
    overflow-x: unset;
}
.contest-info h3{
    margin-bottom:40px;

}
.contest-info h4{
    margin-bottom:80px;
}

.product-item{
    background: rgb(188,147,222);
background: -moz-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
background: linear-gradient(180deg, rgba(188,147,222,1) 0%, rgba(170,126,242,1) 78%, rgba(164,118,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc93de",endColorstr="#a476fa",GradientType=1);

color:#fff;
border-radius: 80px;
margin:0 20px;
width: 300px;
transform: scale(0.9);
}
.product-info{
    padding: 3rem 2rem 0 2rem;
}
.product-img img{
    max-width: 80%;
    margin:0 auto;
}
.product-slider .slick-current{
    transform: scale(1.0);
}


.prize-section{
    width: 100%;
}
.prize-bg{
    background:url('../assets/images/prize-section-bg.png') no-repeat center bottom;
    background-size:100%;
    position: relative;
}
.prize-title{
    width: 100%;
    margin:0 auto;
    text-align: center;
}
.prize-title-img{
    max-width: 85%;
    margin:0 auto;
}
.prize-icon{
    width: 100%;
    margin:0 auto;
    text-align: center;
}
.prize-icon-img{
    max-width: 250px;
    margin:0 auto;
}
.prize-backdrop{
    width: 100%;
    position: relative;
}
.prize-backdrop-img{
    width: 100%;
}
.prize-info{
    position: absolute;
    width: 400px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
}
.champion h3{
    font-size:36px;
    text-transform: uppercase;
    margin-bottom:10px;
    color:#fefa66;
    font-family: 'CoreCircus';
    letter-spacing: -5px;
}
.champion-label{

    font-size:22px;
    margin-bottom:15px;
    color:#fefa66;
    padding:10px;
    border:1px solid #fefa66;
    border-radius: 40px;
}
.champion-prize sup{
    font-size:22px;
}
.other-winner{
    font-size:18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#fff;
}
.other-prize{
    font-size:30px;
    color:#fff;
}
.other-prize sup{
    font-size:18px;
}

.spacer{
    width: 120px;
    height: 2px;
    border-top: 2px dashed #fff;
    margin:50px auto;
    content:'';
}
.prize{
    position: relative;
}
.winners{
    position: absolute;
    width: 55vw;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 80;
}
.steps-row-one{
    margin-bottom:80px;
    position: relative;
    
}
.steps-row-one::before{
    width: 74%;
    position: absolute;
    height: 3px;
    content: '';
    top: 16%;
    border-top: 2px dashed #66609c;
    left: 45%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

@media (max-width: 767.98px) {
    .steps-row-one::before {
        content: none;
    }
 }

.step-col{
    z-index: 90;
}
.step-img{
    width: 100%;
    max-width: 150px;
    z-index: 85;
}
.step-icon-img{
    height: 100%;
    max-height: 120px;
    margin-bottom:20px;
}

.other-winner-card{
    width: 100%;
    background:#93763f;
    border-radius: 50px;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-family: 'CoreCircus';
    padding:5px; 
}
.other-winner-card sup{
    font-size:18px;
}

.other-winner-number{
    display: inline-block;
    width: max-content;
    color:#635a99;
    font-size: 42px;
    font-family: 'CoreCircus';
    float: left;
    text-align: center;
}
.other-winner-number sup{
    font-size:24px;
}
.other-winner-number div{
    font-size:24px;
}

.other-winners .plus{
    float: left;
    margin:0 20px;
    display: inline-block;
}
.other-winners .plus img{
    max-width: 40px;
}

.voucher-card{
    padding:1.5rem;
    border-radius: 40px;
    position: relative;
    color:#fff;
    background: rgb(164,118,250);
    background: linear-gradient(180deg, rgba(164,118,250,1) 0%, rgba(170,126,242,1) 35%, rgba(188,147,222,1) 100%);
}

.content-block{
    max-width: 100%;
    padding-left:35%;
    display: flex;
    flex-direction: column
}
.voucher-img{
    position: absolute;
    bottom:-30px;
    max-width: 300px;
}
.voucher-second{
    
    border-left:1px solid #fff;
    padding-left:1rem;
}
.result-slide-item {
    padding:1.5rem;
}
.result-slide-item img{
    max-width: 100%;
}


.result-slider-main .slick-dots li{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.result-slider-main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}
.result-slider-main .slick-dots li button::before{
    display: none!important;
}

.result-slider-main  .slick-dots .slick-active button{
    background:#635a99!important
}








.footer{
    background:#b896d4;
    padding:2rem 0;
    position: relative;
}
.footer-cta{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-60px;
}
.footer-cta img{
    max-width: 300px;
}

.socials{
    margin:0 auto;
    padding:0;
    width: max-content;
    list-style-type: none;
}
.socials li{
    display: inline-block;
    margin:30px 5px;
}
.socials li a{
    text-decoration:none;
   
}
.socials li a img{
    max-width: 40px;
}

.web-link{
    text-decoration: none;
    font-size: 22px;
    color:#fff;
    
}
.web-link:hover{
    color:#000!important;
}
.copy{
    color:#fff;
    margin:30px auto;
    font-size:16px;
}