
@font-face {
    font-family: 'Escuela';
    src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Bold.woff2') format('woff2'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Bold.woff') format('woff'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Black.woff2') format('woff2'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Black.woff') format('woff'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src:
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-LightExpanded.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src:
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/fonts/Escuela-BoldExpanded.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --yellow: #F7BF60;
    --gold-text: linear-gradient(90deg, #FAA71D 0%, #FEE8A9 35.73%, #FFF7CA 59.13%, #FAA71C 100%);
    --gold-text-light: linear-gradient(90deg, #FFEBA3 0%, #FFF7BF 49.52%, #FFE591 100%);
    --wrap-yellow: 3px solid #FEC86C;
    --esc-black: 900;
    --esc-bold: 700;
    --esc-light: 300;
}
.yellow-text {
    color: var(--yellow);
}
.fw-900 {
    font-weight: var(--esc-black) !important;
}

.fw-700 {
    font-weight: var(--esc-bold) !important;
}

.fw-300 {
    font-weight: var(--esc-light) !important;
}

body {
    min-height: 100vh;
    background: #153E97;
    /* fallback */
    background: radial-gradient(circle at center, #1A3A9D 0%, #000C40 100%);
    color: #FFF;
    font-family: 'Escuela';
    font-weight: var(--esc-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper-shadow {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* isolation: isolate; */
    background: radial-gradient(circle at center, #1A3A9D 0%, #000C40 100%);
    min-height: 100vh;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.wrapper-shadow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8617/media/sparkle.webp') center top / 100% auto no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

body>* {
    position: relative;
}

.space {
    height: 20px;
}

.kv-win {
    max-width: 390px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.see-tickets {
    max-width: 250px;
    width: 100%;
    height: auto;
}
.gold-text{
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-weight: var(--esc-black);
}

.gold-text-light {
    background: var(--gold-text-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title, .big-title, .main-title {
    font-weight: var(--esc-black);
}
.big-title {
    font-size: 29px;
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
  
}

.lg-title {
    font-size: 24px;
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-weight: var(--esc-black);

}

.main-title {
    font-size: 22px;
}

.main-text{
    font-size: 18px;
}

.legal-text {

    font-size: 14px;
    font-style: normal;
    font-weight: var(--esc-light);
    line-height: normal;
}

.check-text{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.26px;
}

.main-wrapper{
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    background-color: #003B75;
    border:var(--wrap-yellow);
    background: linear-gradient(180deg, #242986 0%, #0B1F72 100%);
    border-radius: 40px;
    position: relative;
    overflow: visible;
    margin-top: 80px;
}


.mcvities-moment {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    width: 163px;
    z-index: 10;
}



.white-wrapper {
    background-color: #fff;
    border-radius: 28px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    color: #1F2781;
}
.white-wrapper .form-floating>.form-control,
.white-wrapper .upload-label {

    height: 42px;
    border-radius: 10px;
    border-radius: 7.5px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: transparent;
    
}
.white-wrapper.textForm-style {
    font-size: 14px;
    font-weight: 700;
    color: #1F2781;
}

.reviewArea {
    min-height: 150px !important;
    overflow-y: auto;
    overflow-x: hidden;
    resize: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: transparent;
}
textarea#custom1 {
    font-weight: 700;
    color: #1F2781;
}
.reviewArea::placeholder {
    color: #1F278180;
    font-size: 14px;
    font-weight: 700;
}
.white-wrapper .upload-label{
    cursor: pointer;
}

.mainForm-style .form-floating>.form-control,
 .form-floating>.form-control-plaintext,
 .form-floating>.form-select{
border-radius: 23px;
border: 1px solid #FFF;
height: 30px;
background-color: transparent;
color: white;
font-weight: 700;
font-size: 14px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    line-height: 1.25;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 42px !important;
    padding-bottom: 14px !important;
}

.form-floating>.form-select {
    padding-top: 10px !important;
}

.form-floating>label {
    top: -8px;
}

.form-check-input {
    border-radius: 50% !important;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #FFF;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
}
.form-check-input:checked {
    background-color: var(--yellow);
    border-color: var(--yellow);
}


.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: white;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--yellow);
}

.bb-btn-wrapper, .bb-btn-wrapper2 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.bb-btn-wrapper2 {
bottom: -64px;
}

.bb-logo {
    width: 120px;
    height: auto;
}


.footer-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 245px;
    bottom: -48px;
}

.btn-warning,
.btn-warning:visited {
    border-radius: 2rem;
    min-height: 62px;
    background-color: #F8C555;
    background-image: linear-gradient(to left, #faa61a 0%, #fffbcc 50%, #faa61a 100%);
    color: #2A2159;
    font-size: 28px;
    letter-spacing: 0.56px;
    font-family: 'Escuela';
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-image: linear-gradient(to left, #e8920a 0%, #fff4a0 50%, #e8920a 100%);
    color: #2A2159;
    box-shadow: 0 4px 15px rgba(250, 166, 26, 0.5);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.btn-primary,
.btn-primary:visited {
    border-radius: 2rem;
    min-height: 37px;
    background-color: #2A2159;
    color: white;
    outline: none;
    border: transparent;
    font-weight: var(--esc-black);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3d3180;
    color: white;
    outline: none;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(42, 33, 89, 0.4);
    transform: translateY(-1px);
}


@media (min-width:768px) {

    .big-title {
        font-size: 37px;
    }
    .lg-title {
        font-size: 26px;
    }

    .main-title {
        font-size: 24px;
    }

    .footer-image {
        width: 360px;
        bottom: -65px;
    }

    .bb-logo {
        width: 138px;
        height: auto;
    }
    .bb-btn-wrapper2 {
        bottom: -94px;
    }
    .reviewArea {
        min-height: 100px !important;
    }

    .mcvities-moment {
    top: -101px;
    width: 250px;
    }
    
    .space{
        height: 90px;
    }

    .bb-card{
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
        border: var(--wrap-yellow);
        background: transparent;
        border-radius: 27px;
        position: relative;
        padding-bottom: 0px;
    }

}

.footer-image {
    display: none;
}
.too-early .footer-image {
display: block;
}

.too-early .main-wrapper .mcvities-moment {
   display: none;
}

.too-early .copyright {
    margin-bottom: 30px;
}

.index .main-wrapper .mcvities-moment {
    display: none;
}

.index .main-wrapper {
    margin-top: 10px;
}

.too-early .main-wrapper {
    margin-top: 10px;
}

.index .custom-bottom {
    display: none;
}
.modal-content{
    background: linear-gradient(180deg, #242986 0%, #0B1F72 100%);
    border: var(--wrap-yellow);
    border-radius: 40px;
}
.btn-close{
    filter: invert();
}
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #FFDD82;
}
.modal-footer {
    border-top: var(--bs-modal-footer-border-width) solid #FFDD82;
}