@import url("https://use.typekit.net/ydk3rlp.css");

@font-face {
    font-family: 'Pataks-Bold';
    src: url('https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/Pataks-Bold.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pataks-BoldShadow';
    src: url('https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/Pataks-BoldShadow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.Vinyl_OT_Regular {

    font-family: "vinyl", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.Cubano_Regular {
    font-family: "cubano", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    background: #FBEBD6;
}

.yellowBG {
    background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat;
    max-width: 1344px;
}

body {
    margin: 0 auto !important;
    background: #6F326F url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/bg-pataks.png) 0 0 repeat;
    max-width: 1344px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15) !important;
    height: auto;
}

:root {
    --purple: #6F326F;
    --white: #FFFFFF;
}

.headerContainer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--purple);
}

.header {
    width: 100%;
    height: 100%;
}

.header i {
    width: 100%;
    background-image: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/headerImg.png);
    padding-bottom: 37.3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


.subHeader {
    padding: 0 16px;
    color: var(--purple);
    font-size: min(24px, 3.4vw);
    text-align: center;
}

.formPlaceholder,
.formPlaceholder p {
    background: var(--white);
    width: 100%;
    height: 60vw;
    margin: 0px auto;
}

.diamondLineTop {
    width: 43%;
    height: 100%;
    position: relative;
    margin: 0 auto;

}

.screenReaderText {
    position: absolute;
    color: transparent;
    user-select: none;
}

.diamondLineTop i {
    border-image: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/border-light.png) 16 19 round;
    display: block;
    width: 100%;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 16px;
    border-left-width: 0;
}

.logoPink {
    width: min(210px, 17.5%);
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 2;
    display: flex;
    justify-content: center;
}

.logoPink i,
.footerLogo i {
    background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/pataksPinkLogo.png) 0 0 no-repeat;
    width: 71%;
    padding-bottom: 61%;

    display: block;
    background-size: contain;
}



.socialLinks ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;

}

.socialLinks p {
    font-family: 'Pataks-Bold', sans-serif;
    font-size: 18px;

}

.footerLogo {
    width: min(210px, 17.5%);
    height: 100%;
    margin: 0 auto;
    position: relative;

    z-index: 2;
}

.footerLogo i {
    width: 110%;
    padding-bottom: 95%;
}

.socialLinks li {
    margin: 0 9px;
}

.x,
.youtube,
.instagram {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.x {
    background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/x.svg) center no-repeat;
    background-size: contain;
    padding-bottom: 35px;
    width: 35px;

}

.youtube {
    background: url(https://productionpromonow.blob.core.windows.net/site-files/6a8c196d2a8d06eb4a1baab7/youtube.svg) center no-repeat;
    background-size: contain;
    padding-bottom: 35px;
    width: 35px;
}

.instagram {
    background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/instagram.svg) center no-repeat;
    background-size: contain;
    padding-bottom: 35px;
    width: 31px;
}



.border-mask {
    position: relative;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    z-index: 2;
    -webkit-clip-path: url(#borderMask);
    clip-path: url(#borderMask);
    background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat;
    max-width: 1344px;
}

.headerText {
    font-family: 'Pataks-BoldShadow', sans-serif;
    font-family: 'Pataks-Bold', sans-serif;

}


.headerText {
    position: relative;
    font-family: 'pataks-bold', sans-serif;
    z-index: 2;
    font-size: min(43.75px, 6.84vw);
    left: 50%;
    transform: translate(-50%, 10px);
    overflow: auto;
    width: fit-content;
    margin-top: 0;
    color: var(--purple);
}

.headerText::after {
    content: attr(data-text);
    font-family: 'Pataks-BoldShadow', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: #54a445;
    pointer-events: none;
}

.headerNaVContainer {
    width: 100%;
    height: min(100px, 10vw);
    position: relative;
}

.boxShadow {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.mat-dialog-container {
    color: var(--purple);
}

/* footer */
footer {
    color: var(--white);
    padding: 16px;
    font-family: "vinyl", sans-serif;
    background: #6F326F url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/bg-pataks.png) 0 0 repeat;
}

.footer-top-text {
    text-align: unset !important;

}

.footerlinks {
    display: flex;
    justify-content: center;
}

.footerlinks ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;

}

.footerlinks li {
    display: block;
    text-align: left;
}

.footerlinks a {
    text-decoration: none;
    color: var(--white);
    border-bottom: 1px solid #ffffff;
    font-size: 1.25rem;
    display: block;
    width: 100%;
    padding: 1rem 0;
}
.promonow-logo {
    width: 25px;
    height: 25px;
    background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/promonow-logo.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.prizerofessionals-logo {
    width: 25px;
    height: 25px;
    background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/prizerofessionals-logo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.promonow-logo a, .prizerofessionals-logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.alignC {
    text-align: center;
}
.justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}

@media screen and (min-width: 640px) {
    .headerText {
        font-size: min(50px, 7.9vw);
    }

    footer {
        background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat;
        color: var(--purple);
        position: relative;
    }

    .footerlinks a {
        color: var(--purple);
        border-bottom: none;
    }

    .footerlinks ul {
        justify-content: center;
        display: flex;
    }

    .footerLogo .logoDesk i {
        display: block;
        background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/pataks-logo.png) 0 0 no-repeat;
        width: 71%;
        padding-bottom: 61%;
        display: block;
        background-size: contain;
    }

    .footerlinks li:not(:last-child) a:after {
        content: "|";
        font-size: 1.375rem;
        color: #D0378A;
        text-align: center;
        position: absolute;
        padding: 0 12px;
    }

    .footerLogo i {
        background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/pataks-logo.png) 0 0 no-repeat;
        width: 71%;
        padding-bottom: 44%;
        background-size: contain;

    }

    .footerLogo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footerlinks {
        display: flex;
        flex-direction: row;
        /* width: 100%; */
        justify-content: center;
        align-items: center;
    }

    .footerFlex {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .footerlinks a {
        font-size: min(24px, 1.55rem);
        padding: 0 1rem;
    }

    .diamondLine {
        display: none;
    }

    .footerLogoContainer {
        width: 100%;
        max-width: 200px;
    }

    .socialLinks {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .socialLinks li {
        margin: 0 11px;
    }

    .instagram {
        background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/instagramPurple.svg) center no-repeat;
        background-size: contain;
    }

    .youtube {
        background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/youtubePurple.svg) center no-repeat;
        background-size: contain;
    }

    .x {
        background: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/xPurple.svg) center no-repeat;
        background-size: contain;
    }
}

.diamondLine {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;

}

.diamondLine i {
    border-image: url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/border-white.png) 16 19 round;
    display: block;
    width: 100%;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 16px;
    border-left-width: 0;
}

.termsContainer {
    color: var(--purple);
    padding: 0 16px 16px;
    font-family: 'vinyl', sans-serif !important
}

.legalText {
    text-align: center;
}

/* form  */
.type-form .mat-card {
    background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat !important;
    color: var(--purple) !important;
    font-family: 'Pataks-Bold', sans-serif !important;
    border-radius: 0;
}

.mat-input-element,
.mat-form-field-label,
.mat-option,
.mat-select-value {
    font-family: 'vinyl', sans-serif !important
}

.mat-option {
    background: var(--purple);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: var(--white);
    background: var(--purple);
}

.mat-select-panel {
    background: var(--purple);
}

.mat-select-arrow {
    color: var(--purple);
}

.mat-checkbox-inner-container {
    height: 24px !important;
    width: 24px !important;
}

.mat-checkbox {
    margin: 0 !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: var(--purple);
}

.mat-checkbox-checkmark-path {
    stroke: #ffffff !important;
}

.mat-focused .mat-form-field-required-marker {
    color: var(--purple);
}




.mat-form-field {
    font-family: "vinyl", sans-serif !important;
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: var(--purple);
}


.mat-form-field.mat-focused .mat-form-field-label {
    color: var(--purple);
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: red !important;
}

.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.form-container .form-submit {
    font-family: 'Pataks-Bold', sans-serif !important
}

.form-container .form-submit {
    padding: 0 4rem !important;
}

input.mat-input-element::placeholder {
    color: var(--purple);
    opacity: 0.8;
}

.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper {
    padding: 0em !important;
}

.game-preview-form .mat-form-field-wrapper {
    padding-bottom: 0 !important;
}

.game-preview-form .mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 12px 0 12px 0 !important;
    border-top: 12px solid transparent !important;
}

.game-preview-form .mat-form-field-appearance-outline .mat-form-field-label-wrapper {
    top: -1em !important;
}

.game-preview-form .mat-form-field-invalid .mat-form-field-wrapper {
    padding-bottom: 1.34375em !important;
}

.mat-form-field-invalid.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper,
.mat-form-field-hint-wrapper {
    padding-top: 0.25em !important;
    margin-top: .6666666667em !important;
}

.mat-error {
    padding: 0.4em 0em !important;
}

.mat-hint {
    padding: 0.6em 0em !important;
}

.mat-hint,
.mat-hint .typo-confirmation {
    color: var(--purple) !important;
}

.mat-dialog-container {
    background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat;
}

.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
    background: #D0378A;
    padding: 0 3rem;
}

.mat-dialog-actions {
    justify-content: center;
}

/* prize reveal */
.successContainer {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    background: #FBEBD6 url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/lightBg.png) 0px 20px repeat;
}



.reveal-box {
    background: #6F326F url(https://cdn.promo-now.com/site-files/6a8c196d2a8d06eb4a1baab7/bg-pataks.png) 0 0 repeat;
    width: 100%;
    height: 126vw;
    min-height: 400px;
    max-height: 600px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.prize-text {
    font-family: 'Pataks-Bold', sans-serif;
    color: var(--white);
    font-size: 1.5rem;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);

    transition: opacity 1s ease 1.5s, transform 1s ease 1.5s;
    pointer-events: none;
    padding: 20px;
    position: relative;
    z-index: 10;
}

.initial-prompt {
    font-family: 'Pataks-Bold', sans-serif;
    color: var(--white);
    font-size: 2rem;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.steam {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 150%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    z-index: 1;
}

@keyframes steam-burst-1 {
    0% {
        opacity: 0;
        transform: translate(-50%, -30%) scale(0.5);
    }

    10% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.5);
    }

    50% {
        opacity: 0.8;
        transform: translate(-45%, -55%) scale(1.8);
    }

    100% {
        opacity: 0;
        transform: translate(-40%, -60%) scale(2.2) rotate(5deg);
    }
}

@keyframes steam-burst-2 {
    0% {
        opacity: 0;
        transform: translate(-50%, -20%) scale(0.5);
    }

    15% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.6);
    }

    60% {
        opacity: 0.7;
        transform: translate(-55%, -45%) scale(1.9);
    }

    100% {
        opacity: 0;
        transform: translate(-60%, -40%) scale(2.3) rotate(-3deg);
    }
}

@keyframes steam-burst-3 {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.5);
    }

    12% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.7);
    }

    55% {
        opacity: 0.8;
        transform: translate(-50%, -60%) scale(2.0);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -70%) scale(2.5) rotate(8deg);
    }
}

@keyframes steam-burst-4 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }

    18% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.4);
    }

    65% {
        opacity: 0.6;
        transform: translate(-40%, -50%) scale(1.7);
    }

    100% {
        opacity: 0;
        transform: translate(-30%, -50%) scale(2.1) rotate(-6deg);
    }
}

.steam-1-animate {
    animation: steam-burst-1 3.0s ease-out forwards;
}

.steam-2-animate {
    animation: steam-burst-2 3.2s ease-out forwards;
}

.steam-3-animate {
    animation: steam-burst-3 2.8s ease-out forwards;
}

.steam-4-animate {
    animation: steam-burst-4 3.5s ease-out forwards;
}

.reveal-box.revealed .prize-text {
    opacity: 1;
    transform: scale(1);
}

.reveal-box.revealed .initial-prompt {
    opacity: 0;
}