@font-face {
    font-family: 'CCMonsterMash';
    src: url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/CCMonsterMash.ttf") format("truetype"),
    url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/CCMonsterMash.woff2") format("woff2"),
    url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/CCMonsterMash.woff") format("woff");

    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Nova';
    src: url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/GillSansNova-Book.woff2") format("woff2"),
         url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/GillSansNova-Book.woff") format("woff"),
         url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/GillSansNova-Book.ttf") format("truetype");
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'GTPressura';
    src: url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/GTPressura-Text.woff2") format("woff2"),
         url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/GTPressura-Text.woff") format("woff"),
         url("https://umb-4553t5.s3.eu-west-1.amazonaws.com/8254/fonts/GTPressura-Text.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}


  

  body{

    font-family: 'CCMonsterMash', Arial, sans-serif;
    font-size: 15px;
    color: #040404;
    background-color: #CE1619;
    text-align: center;
  }
  .modal-colour {
    background-color: #CE1619;
  }




    .small-title{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 5px 0px #000;
    font-family: 'CCMonsterMash', Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
    text-transform: uppercase;
}

.title{
color: #FFF;
text-shadow: 0px 5px 0px #000;
font-family: 'CCMonsterMash', Arial, sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 50px; 
}

.prize-title {
    transform: rotate(-7.914deg);
    position: absolute;
    top: 119px;
    left: 22px;
}

.prizes{
    position: absolute;
    top: 52px;
    right: -3px;
    width: 38%;

}



.small-text{
    color: #FFF;
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.notes{
    color: #FFF;
    font-family: "Gill Sans Nova";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
}

.main-text{
    color: #FFF;
    text-align: center;
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.styled-input {
    /* font-family: 'CCMonsterMash', Arial, sans-serif; */
    border-radius: 35px!important;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #000;
    font-size: 22px;
}

.styled-input::placeholder {
    color: #010101; 
    font-weight: 400;
}



    .btn-dark,
    .btn-dark:link,
    .btn-dark:hover,
    .btn-dark:active,
    .btn-dark:visited,
    .btn-dark:focus
    
    {
        font-family: 'CCMonsterMash', Arial, sans-serif;
        border-radius: 109px;
        border: 1px solid #FFF;
        background: #1C1C1C;
        box-shadow: 0px 5px 0px 0px #000;
        font-size: 31px;
        width: 166px;
        height: 55px;
    } 
    

    
    .btn-light,
    .btn-light:link,
    .btn-light:hover,
    .btn-light:active,
    .btn-light:visited,
    .btn-light:focus
    
    {
        font-family: 'CCMonsterMash', Arial, sans-serif;
        border-radius: 35px;
        background: #FFF;
        box-shadow: 0px 5px 0px 0px #000;
        height: 44px;
        font-size: 22px;
    } 

.copyright{

    color: #FFF;
    font-family: "Gill Sans Nova";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    

}

.short-terms{
    color: #FFF;
    text-align: center;
    font-family: "GTPressura";
    font-size: 11px;
    font-style: normal;
    font-weight: 350;
    line-height: 10px;
    letter-spacing: 0;
}
.marvel{
    max-width: 220px;
}

  .form-check-label {
    float: left;
    padding-left: 1em;
    font-style: normal;
    font-weight: 400;
    text-align: left;

  }

  .form-check-input
{
    width: 22px;
    height: 22px; 
    border-radius: 25px;
    background: #FFF;
    appearance: none;
    filter: drop-shadow(0px 5px 0px #000);

}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.form-control{
    border-radius: 10px;
    height: 49px;
    color: #000;

}

    .form-check,
    .form-check-input{
        float: left;
        padding-left: 1em;
        margin-left: 0.75em;
    }

  
  .form-check-input:checked {
    appearance: auto;
  }

  
.form-floating>.form-control {

    min-height: calc(40px + calc(var(--bs-border-width)* 2))
}


.form-floating>.form-control, .form-floating>.form-select {
    height: 38px;
    line-height: 1.25;
    border-radius: 19px;
    border: 0px solid #000;
    box-shadow: 0px 5px 0px 0px #000;
    padding-left: 16px;
}



.after-label{
    margin-top: 1;
}

 .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label,
.form-floating>.form-control:focus~label{
    transform: scale(.85) translateY(-.5rem) translateX(0.5%)
}

.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating label{
    width: 100%;
    padding: 12px 0.75rem 1rem 1rem;
    text-align: left;
    background-color: transparent;
    border: 0;
}

.invalid-feedback {
    display: none;
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #ffffff;
    text-align: start;
    background-color: #000;
    font-family: "Gill Sans Nova", Arial, sans-serif;
    border-radius: 22px;
    padding: 5px 5px 5px 14px;
    margin-top: 8px;
}


.invalid-feedback.terms {
    background-color: transparent;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #000;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #ffffff;
}

.modal-pass{
border-radius: 40px;
border: 3px solid #FFF;
background: #1C1C1C;
}

.btn-danger{
border-radius: 32px;
background-color:#CE1619;
box-shadow: 0px 5px 0px 0px #000;
}

.modal-header.pass {
    border-bottom: transparent;
}

button.btn-close.pass {
    filter: invert(1);
}




@media  (min-width:768px) {


    .btn-dark,
    .btn-dark:link,
    .btn-dark:hover,
    .btn-dark:active,
    .btn-dark:visited,
    .btn-dark:focus
    
    {
        font-family: 'CCMonsterMash', Arial, sans-serif;
        border-radius: 109px;
        border: 1px solid #FFF;
        background: #1C1C1C;
        box-shadow: 0px 5px 0px 0px #000;
        font-size: 31px;
        width: 264px;

    } 
    .container.container-main {
        margin-top: -40px;
    }

    .title{

        font-size: 38px;
        }

        .small-title{

            font-size: 35px;
            }
    
}

  .alert ul {
                margin-bottom: 0;
                padding-left: 15px;
            }

            .form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
                color: #fff;
            }
            .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label, .form-floating>.form-control:focus~label {
                transform: scale(.85) translateY(-.5rem) translateX(0.5%);
                color: #040404 !important;
                opacity: 100;
            }