html {
    --clr-white: #ffffff;
    --clr-yellow: #F7C602;
    --clr-yellow-light: #FFCC34;
    --clr-yellow-extra-light: #FFE18D;
    --clr-blue: #073167;
    --clr-dark-blue: #131348;
    background-color: #000000;
    color: var(--clr-white);
}

body {
    background-color: var(--clr-dark-blue);
}

a, a:hover, a:visited {
    color: var(--clr-white);
}


/* ----------------- General ----------------- */

.h2 {
    margin: 2rem auto 6rem auto;
    width: 70%;

    color: var(--clr-yellow);
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    font-size: 6.2rem;
    line-height: 110%;
}

.h3 {
    margin: 0rem auto 10rem auto;
    width: 80%;
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    font-size: 4rem;
    line-height: 110%;
}

.gold {
    position:relative;
    padding: 16rem 0 19rem 0;
    color: var(--clr-dark-blue);
    background-image: url("/public/images/bg-gold.png");
    background-size: 100% auto;
    overflow: hidden;
}

.gold.long {
    background-size: auto 100%;
}

.gold .topCut {
    position:absolute;
    height: 36rem;
    width: 296rem;
    top: -25rem;
    left: -153rem;
    background-size: 100% auto ;
    background-position: bottom;
    background-image: url("/public/images/bg-blue-tare-top.svg");
}

.gold .bottomCut {
    position:absolute;
    height: 36rem;
    width: 296rem;
    bottom: -25rem;
    left: -165rem;
    background-size: 100% auto ;
    background-position: top;
    background-image: url("/public/images/bg-blue-tare-bottom.svg");
}

.gold .h1 {
    font-family: 'Modesto-Expanded', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
}

.ticket,
.ticket > * {
    height: 30rem;
    width: 84%;
}

.ticket.shifted,
.ticket.shifted > * {
    height: 36rem;
    width: 98%;
}

.ticket {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/public/images/bg-ticket.png");
}

.ticket.shifted {
    left: 40%
}

.ticket .text {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--clr-dark-blue);
    font-family: 'Modesto-Expanded', sans-serif;
    font-size: 5rem;
    text-shadow: 0.3rem 0.3rem var(--clr-yellow-extra-light);
    text-transform: uppercase;
    transform: rotate(-3.75deg);
}

.ticket.shifted .text {
    padding-top: 0.8%;
    padding-left: 6%;
    font-size: 5.4rem;
    text-shadow: 0.3rem 0.3rem var(--clr-yellow-extra-light);
}

.ticket .image {

}


/* ----------------- Body ----------------- */

/* -- Top -- */
.main .top {
    position: relative;
    height: 107rem;
}

.main .top .title {
    position: relative;
    top: 1rem;
    left: 0;
    width: 100%;
    font-family: 'Modesto-Expanded', sans-serif;
    font-size: 7.9rem;
    text-transform: uppercase;
}

.main .top .parrot {
    position: relative;
    top: -21rem;
    left: 0;
    width: 100%;
    height: 110rem;
    background-image: url("/public/images/logo-parrot.png");
}


/* -- Rules -- */
.rules {
    margin: 6rem auto 10rem auto;
    width: 86%;
}

.rules .row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.rules .item {
    width: 28%;
    height: 20rem;
}

.rules .desc {
    margin-top: 3.6rem;
    font-size: 3.4rem;
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    line-height: 110%;
}

.rules a {
    color: var(--clr-yellow);
    text-decoration: underline;
}

.rules a:hover {
    text-decoration: underline;
}

.rules .item1{
    background-image: url("/public/images/desc-01.svg");
}

.rules .item2{
    background-image: url("/public/images/desc-02.svg");
}

.rules .item3{
    background-image: url("/public/images/desc-03.svg");
}

.rules .arrow {
    margin: 0;
    width: 6rem;
    background-image: url("/public/images/arrow-small-right.svg");
}


/* -- Form -- */
form {
    margin: auto;
    width: 80%;
}

form > * {
    display: block;
    width: 100%;
}

#participateForm {
    margin-top: 10rem;
}

#participateForm label,
#participateForm .label {
    margin: 2.6rem 0 1.4rem 0;
    color: var(--clr-blue);
    font-family: arial;
    font-size: 2.7rem;
    font-weight: 600;
}

#participateForm label a,
#participateForm .label a {
    color: var(--clr-blue);
    text-decoration: underline;
}

#participateForm label.small,
#participateForm .label.small {
    font-size: 2.6rem;
}

#participateForm label.big,
#participateForm .label.big {
    font-size: 2.5rem;
}

#participateForm input[type=text],
#participateForm input[type=email],
#participateForm input[type=submit],
#participateForm .photoInput {
    box-sizing: border-box;
    margin: 0;
    padding: 2.6rem 4rem;
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    font-size: 4.3rem;
    background-color: var(--clr-white);
    border: none;
    text-align: center;
    border-radius: 10rem;
}

#participateForm input[type=text].missing,
#participateForm input[type=email].missing,
#participateForm .photoInput.missing{
    box-shadow: inset 0 0 1.6rem 0.5rem #DC091F;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
#participateForm .photoInput {
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    color: var(--clr-dark-blue);
}

#participateForm .photoInput {
    background-image: url("/public/images/camera.svg");
    background-size: auto 4.4rem;
    background-position: 95% center;
    overflow-wrap: break-word;
}

#participateForm .formSpace{
    width: 100%;
    height: 4rem;
}

#participateForm .checkLine {
    display: flex;
    margin: 0 auto;
    width: 90%;
    text-align: left;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

input[type=checkbox] {
    width: 0vw;
    height: 0vw;
    margin: 0 9rem 0 0;
}

input[type=checkbox]:after,
input[type=checkbox]:checked:after {
    box-sizing: border-box;
    width: 5.6rem;
    height: 5.6rem;
    padding: 0rem 0rem 0rem 1.4rem;
    margin: 0.4rem 0 0 0;
    border-radius: 1.1rem;
    display: inline-block;
    content: '\2713';
    font-size: 3.9rem;
    color: transparent;
    font-weight: bold;
    border: none;
    transform: translateY(-50%);
}

input[type=checkbox].missing:after {
    box-shadow: inset 0 0 2vw 0.6vw #DC091F;
}

input[type=checkbox]:after {
    background-color: var(--clr-white);
}

input[type=checkbox]:checked:after {
    color: var(--clr-dark-blue);
}

#participateForm input[type=submit] {
    margin: 6rem auto 0 auto;
    padding: 3rem 8rem;
    width: auto;
    color: var(--clr-white);
    font-family: 'Modesto-Expanded', sans-serif;
    font-size: 4.0rem;
    background-color: var(--clr-dark-blue);
    text-transform: uppercase;
}

#participateForm input[type=submit]:hover {
    /*color: var(--blue-clr);
    background-color: var(--white-clr);*/
}

#uploading {
    box-sizing: border-box;
    margin: 0;
    padding: 3vw 6vw;
    color: var(--clr-dark-blue);
    font-size: 7vw;

}


/* -- Prices (Bottom) -- */
#bottom {
    margin-top: 4rem;
}

.prices {
    display: flex;
    margin: 4rem auto 0 auto;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.prices .price {
    position: relative;
    margin-bottom: 11vw;
}

.prices .image {
    position: relative;
    margin: 0 auto;
    height: 34rem;
    width: 34rem;
}

.price:first-child {
    width: 100%;
}

.price:first-child .image{
    margin: 0 auto;
    height: 44rem;
    width: 44rem;
}

.prices .circle,
.prices .pricePicture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.prices .circle {
    border-radius: 50%;
}

.prices .circle.outer {
    height: 100%;
    width: 100%;
    background-color: var(--clr-yellow-light);
}

.prices .circle.inner {
    height: 94%;
    width: 94%;
    background-color: var(--clr-white);
}

.prices .pricePicture {
    height: 116%;
    width: 116%;
}

.prices .name {
    margin: 2.2rem auto 6rem auto;
    font-family: 'Brandon-Grotesque-Bold', sans-serif;
    width: 60%;
    font-size: 4.8rem;
    line-height: 126%;
}

.price:first-child .name {
    margin: 2.6rem auto 6rem auto;
    font-size: 5.4rem;
}

.prices .decoration {
    position: absolute;
    top: 50%;
    left: 0;
    height: 11rem;
    width: 11rem;
    transform: translate(-50%, -50%);
    color: var(--clr-dark-blue);
    font-family: 'Modesto-Expanded', sans-serif;
    font-size: 3.4rem;
    line-height: 11rem;
    background-color: var(--clr-yellow-light);
    border-radius: 100%;
}

.price:first-child .decoration {
    height: 14rem;
    width: 14rem;
    font-size: 5rem;
    line-height: 14rem;
}


/* ----------------- Win ----------------- */

#win .chest lottie-player {
    margin: -6rem auto -3rem auto;
    width: 80%;
    height: auto;
}


/* ----------------- Lose ----------------- */

#lose {
    margin-top: 4.6rem;
}

#lose .waves lottie-player {
    margin: 0rem auto 0rem auto;
    width: 80%;
    height: auto;
}


/* ----------------- On Way ----------------- */

#onWay.main .top {
    height: 32rem;
}

#onWay .ship lottie-player {
    margin: -4rem auto -17rem auto;
    width: 100%;
    height: auto;
}