html {
    scroll-behavior: smooth;
}

.waveSection {
    background-color: rgb(49, 63, 107);
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.waveSection path {
    fill: rgb(49, 63, 107) !important;
}

.waveSection .topWave, .waveSection .topWave.mobile {
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-100%);
    z-index: 2;
}


.waveSection .topWaveSnow {
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 72px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;

    animation: topWaveSnowAnimi 3s linear;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.33,.02,.71,1);
}

@keyframes topWaveSnowAnimi {
    0% {
        transform: translateY(calc(-100% - 0px)) scaleY(0.9);
    }

    100% {
        transform: translateY(calc(-100% - 42px)) scaleY(0.6);
    }
}

.waveSection .snowTree:nth-of-type(1) {
    position: absolute;
    top: -163px;
    left: 3%;
    height: 100px;
}

.waveSection .snowTree:nth-of-type(2) {
    position: absolute;
    top: -156px;
    left: 24%;
    height: 100px;
}

.waveSection .snowTree:nth-of-type(3) {
    position: absolute;
    top: -154px;
    right: 14%;
    height: 100px;
    
}

.waveSection .woodCabin {
    position: absolute;
    top: -176px;
    right: 22%;
    height: 130px;
}

.waveSection .signboardSnow {
    position: absolute;
    top: -128px;
    right: 44%;
    height: 60px;
}

.waveSection .onSnowWaveIcon {
    opacity: 0;
    
    animation: onSnowIconPopup 800ms ease-in-out 3000ms;
    animation-fill-mode: forwards;
}


.waveSection .onSnowWaveIcon:nth-of-type(2) {
    animation-delay: 3300ms;
}

.waveSection .onSnowWaveIcon:nth-of-type(3) {
    animation-delay: 3300ms;
}

.waveSection .onSnowWaveIcon:nth-of-type(4) {
    animation-delay: 3600ms;
}


@keyframes onSnowIconPopup {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(100px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}




.waveSection .topWave.mobile {
    display: none;
}

.waveSection .bottomWave {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(100%);
}

.waveSection .bottomWave.mobile {
    display: none;
}

.waveSection.color2 path {
    fill: rgb(37, 43, 70) !important;
}

.waveSection.color2 {
    background-color: rgb(37, 43, 70);
}

.waveSection.color2 .wrapper {
    position: relative;
    z-index: 2;
    background-color: rgb(37, 43, 70);
}

.waveSection .topWaveSnow path {
    fill: rgb(224, 224, 224) !important;
}

@media (max-width: 600px) {
    .waveSection .onSnowWaveIcon {
        display: none;
    }

    .waveSection .topWave {
        display: none;
    }

    .waveSection .bottomWave {
        display: none;
    }

    .waveSection .topWave.mobile {
        display: block;
    }

    .waveSection .bottomWave.mobile {
        display: block;
    }
}

.headerWrapper {
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
    color: white;
    justify-content: space-between;
}

.headerWrapper img {
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.headerWrapper .infoText {
    max-width: 50%;
}

.headerWrapper .infoText p {
    line-height: 21px;
}

.headerWrapper .infoText .title {
    margin: 5px 0;
    font-weight: 400;
    font-size: 45px;
}

.headerWrapper .infoText .title .goldText {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    color: gold;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 2px;
    transition: 150ms;
}

@media (max-width: 1060px) {
    .headerWrapper {
        align-items: center;
        height: auto;
        justify-content: space-between;
        flex-direction: column;
    }

    .headerWrapper img {
        width: 90%;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .headerWrapper .infoText {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .benefitCards {
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
        margin-top: 0px;
    }

    .benefitCards .card {
        margin-top: 30px;
        height: min-content;
    }

    .features .line {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
    }

    .features .line .feature {
        width: 100%;
        max-width: 550px;
        margin-bottom: 20px;
    }

    .contact img {
        height: 40px;
        margin: 0 15px;
    }

    #spacer01 {
        padding-top: 70px !important;
    }
}


#enterGiveaway {
    display: flex;
    flex-direction: column;
    color: white;
    width: 300px;
    margin: 15px 0 0 0;
}

#enterGiveaway input {
    padding: 9px 15px;
    border-radius: 5px;
    background-color: #26282B;
    border: 2px solid #36383b;
    color: white;
    margin: 5px 0;
    transition: 100ms;
    font-size: 15px;
}

#enterGiveaway input:focus {
    background-color: #303235;
    border: 2px solid #3269b1;
    outline: none;
}

#enterGiveaway .submitButton {
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    background-color: #3269b1;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: 100ms;
}

#enterGiveaway .submitButton:hover {
    background-color: #315f9b;
}

#enterGiveaway .errorMessage {
    color: rgb(243, 96, 96);
}

.moneyRain {
    position: fixed;
    top: 0;
    left: 0;
}

.moneyRain img {
    top: -100px;
    transition: 1600ms;
    position: absolute;
    width: 50px;
    z-index: 200;
    transition-timing-function: cubic-bezier(.55,.09,.68,.53);
    opacity: 0.4;
}

.userEntered {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.userEntered .enteredMessage {
    max-width: 350px;
    display: flex;
    align-items: center;
    color: rgb(219, 219, 219);
    font-size: 15px;
    height: max-content;
}

.userEntered .enteredMessage .checkIcon {
    color: rgb(111, 199, 76);
    font-size: 60px;
    margin-right: 20px;
}

.ticketDisplay {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translate(-50%, -150px);
    z-index: 100;
    display: none;
}

.ticketDisplay .info {
    color: rgb(216, 216, 216);
    margin-bottom: 3px;
    font-size: 15px;
}

.ticketDisplay .box {
    margin-top: 5px;
    padding: 15px;
    background-color: #2d313b;
    border-radius: 5px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.281);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.ticketDisplay .box .val {
    font-size: 60px;
    font-weight: 600;
    margin: 0px;
    margin-top: 0;
}

.ticketDisplay .box .label {
    display: flex;
    align-items: center;
}

.ticketDisplay .box .label img {
    height: 26px;
    margin: 0 0 0 5px;
    padding: 0;
}


.headerWrapper .bigGreenButton {
    padding: 8px 20px;
    background-color: rgb(35, 95, 55);
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    width: max-content;
    text-decoration: none;
    display: flex;
    align-items: center;
}



@media (max-width: 600px) {
    .headerWrapper .infoText .title {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .headerWrapper .infoText .title .goldText {
        font-size: 32px;
        /*width: 147px !important;*/
        width: 162px !important;
    }

    .headerWrapper .infoText {
        font-size: 14px;
    }

    #enterGiveaway {
        width: 100%;
    }

    .userEntered {
        justify-content: center;
    }

    .userEntered .enteredMessage .checkIcon {
        font-size: 40px;
        width: auto !important;
    }

    .userEntered .enteredMessage p {
        /*max-width: 150px;*/
    }
}




.countdown {
    display: flex;
    color: white;
    justify-content: center;
    opacity: 0;
    transition: 700ms;
}

.countdown .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 60px;
    width: 80px;
}

.countdown .section .val {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0px;
}

.countdown .section .label {}

@media (max-width: 600px) {
    .countdown .section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 15px;
        width: 63px;
    }

    .countdown .section .val {
        font-size: 32px;
        font-weight: 400;
    }

    .countdown .section .label {
        font-size: 12px;
    }

    .waveSection.color2 {
        height: 160px;
    }
}










.getTickets {
    color: white;
    padding: 70px 0;
}

.getTickets h3 {
    font-size: 34px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.getTickets h3.center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.getTickets h3 img {
    height: 60px;
    margin-left: 10px;
}

.getTickets .info {
    margin-top: 20px;
    text-align: center;
    margin: auto;
    max-width: 600px;
    display: block;
    font-size: 17px;
}

.getTickets .ticketVal {
    display: block;
    margin: 0 10px;
    color: rgb(255, 219, 16);
    text-shadow: 3px 3px 1px #00000057;
}

.ticketTasks {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: auto;
    padding: 10px 0;
    padding-bottom: 80px;
}

.ticketTasks .task {
    width: 100%;
    padding: 15px;
    padding-left: 17px;
    background-color: rgb(233, 233, 233);
    border-radius: 8px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.281);
    margin-bottom: 15px;
    display: flex;
    color: rgb(0, 0, 0);
    height: 25px;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    height: auto;
}

.ticketTasks .task.done {
    cursor: default;
    background-color: rgba(233, 233, 233, 0.603);
    filter: grayscale(0.3);
}

.ticketTasks .task i.icon {
    font-size: 30px;
}

.ticketTasks .task img.icon {
    height: 30px;
}

.ticketTasks .task .taskText {
    margin-left: 10px;
    margin-right: 10px;
}

.ticketTasks .task .ticketNumberToGet {
    font-weight: 600;
    margin-left: auto;
    color: rgb(55, 126, 41);
    font-size: 20px;
    margin-right: 4px;
    flex-shrink: 0;
}

.ticketTasks .task.done .ticketNumberToGet {
    display: none;
}

.ticketTasks .task .checkIcon {
    display: none;
}

.ticketTasks .task.done .checkIcon {
    margin-left: auto;
    font-size: 20px;
    color: rgb(51, 136, 34);
    display: block;
}

.getTicketErrorMessage {
    color: rgb(255, 113, 113);
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

@media (max-width: 600px) {
    .getTickets h3 {
        font-size: 22px;
    }

    .getTickets h3 img {
        height: 45px;
    }

    .ticketTasks {
        width: 100%;
    }

    .ticketTasks .task {
        width: 100%;
        height: auto;
    }

    .ticketTasks .task .ticketNumberToGet {
        flex-shrink: 0;
        margin-left: auto;
        padding-left: 5px;
    }
}











.winList {
    color: white;
    margin-top: 170px;
}

.winList h3 {
    font-size: 34px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.winList h3.center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.winList h3 img {
    height: 60px;
    margin-left: 10px;
}

.podium {
    margin-top: 80px;
    display: flex;
    width: 100%;
    /*justify-content: space-around;*/
    justify-content: space-between;
    align-items: flex-end;
}

.podium .card {
    width: 330px;
    height: 400px;
    background-color: #2d313b;
    border-radius: 8px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.281);
    /*background: linear-gradient(131deg, rgb(27, 88, 63) 0%, rgb(42, 20, 77) 100%);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    /*padding: 50px 30px;*/
    box-sizing: border-box;
    z-index: 5;

    padding: 35px 30px;
}

.podium .card.winner01 {
    height: 500px;
    border: 2px solid rgb(238, 205, 16);
    position: relative;
}

.podium .card.winner01 .snowCap {
    position: absolute;
    left: 15px;
    top: -33px;
    width: 300px;
}

.podium .card.winner02 {
    position: relative;
}

.podium .card.winner02 .snowCap {
    position: absolute;
    left: 15px;
    top: -27px;
    width: 250px;
}

.podium .card.winner03 {
    /*height: 350px;*/
    height: 360px;
    position: relative;
}

.podium .card.winner03 .snowCap {
    position: absolute;
    left: 13px;
    top: -19px;
    width: 300px;
}

.podium .card ul {
    margin-top: 10px;
    margin-left: 40px;
}

.podium .card ul li {
    font-size: 14px;
    margin-top: 4px;
}

.podium .card h2 {
    margin-bottom: 25px;
    font-weight: 400;
}

.podium .card img {
    width: 120px;
}

.podium .card p {
    text-align: center;
    line-height: 22px;
    font-size: 15px;
}

.podium .card p .heightlight {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    color: rgb(241, 210, 31);
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 2px;
    transition: 150ms;
    margin: 0 5px;
    line-height: 30px;
}

.podium .card .winBox {
    padding: 12px;
    border-radius: 10px;
    background-color: #1a1b1f;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.507);
    width: 100%;
    margin-top: 8px;
}

.podium .card .winBoxNumber {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 30px;
    margin-top: 25px;
}

.podium .card p .heightlight .notSolid {
    font-weight: normal;
}


.winList .remainingWins {
    margin: 35px 0;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: #2d313b;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.281);
    box-sizing: border-box;
}

.winList .remainingWins .title {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.winList .remainingWins .title img {
    height: 1.5em;
    margin-left: 10px;
}

.winList .remainingWins ul {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.winList .remainingWins ul li {
    margin-bottom: 25px;
}

.winList .remainingWins ul li h5 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 3px;
}

.winList .remainingWins ul li .winLine {
    display: flex;
    align-items: center;
}

.winList .remainingWins ul li .winLine .winBox {
    background-color: #1a1b1f;
    padding: 8px 13px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.507);
}

.winList .remainingWins ul li .winLine .part1 {
    font-size: 25px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    font-weight: bold;
    margin-right: 10px;
}

.winList .remainingWins ul li .winLine .part2 {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    color: rgb(241, 210, 31);
    font-weight: bold;
    font-size: 25px;
    margin-right: 8px;
}

.winList .remainingWins ul li .winLine .part3 {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.685);
    color: rgb(241, 210, 31);
    font-weight: normal;
    font-size: 25px;
}



.goodLuck {
    margin-top: 200px;
    font-size: 34px;
    align-items: center;
    font-weight: 500;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goodLuck img {
    height: 60px;
    margin-left: 10px;
}

@media (max-width: 600px) {
    .winList h3 {
        font-size: 27px;
        text-align: center;
    }

    .winList h3 img {
        display: none;
    }

    .podium {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .podium .card {
        height: auto !important;
        width: 90%;
        margin-top: 40px;
    }

    .podium .card.winner01 {
        order: 1;
    }

    .podium .card.winner02 {
        order: 2;
    }

    .podium .card.winner03 {
        order: 3;
    }

    .winList .remainingWins {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .winList .remainingWins .title {
        font-size: 25px;
    }

    .winList .remainingWins ul li {
        margin-bottom: 30px;
    }

    .winList .remainingWins ul li .winLine {
        flex-direction: column;
        justify-content: center;
        margin-top: 10px;
    }

    .winList .remainingWins ul li .winLine .winBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
    }

    .winList .remainingWins ul li .winLine .winBox span {
        margin: none;
    }
}





/*.footer{
    position: relative;
}

.footer .topWaveSnow01 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.footer .topWaveSnow01 path {
    fill: white;
    filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
    height: 100px !important;
}

.footer .topWaveSnow02 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10px;
    left: 0;
    transform: translateY(-100%);
}

.footer .topWaveSnow02 path {
    fill: rgb(243, 243, 243);
}*/

.taskClickPopup .buttonWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    align-items: flex-end;
}

.taskClickPopup .buttonWrapper .cancelButton {
    cursor: pointer;
    color: white !important;
    text-decoration: none;
    background-color: rgba(80, 80, 80, 1);
    padding: 7px 15px;
    height: max-content;
    border-radius: 8px;
}

.taskClickPopup .buttonWrapper .normalButton {
    margin: 0 !important;
}


.inputAltEmail {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.inputAltEmail .xtitle {
    font-size: 1.35em;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.inputAltEmail p {
    display: block;
    margin-bottom: 25px;
    line-height: 1.35em;
}

.inputAltEmail .btnWrapper {
    display: flex;
    justify-content: flex-end;
}

.inputAltEmail .btnWrapper button {
    text-decoration: none;
    background-color: rgba(51, 153, 73, 0.856);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
}