/* ------- Top ------- */

.head {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 64rem;
}

.circulatingHeader,
.circulatingHeader .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.circulatingHeader {
    height: 64rem;
    background-color: var(--clr-cream);
    background-image: url('/public/images/soutez/bg-top-02.jpg?v=1');
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.circulatingHeader .item {
    object-fit: cover;
    display: none;
}

.head a.middle {
    top: 53rem;
}

.head .button {
    display: flex;
    padding: 1.1rem;
    width: 23.1rem;
    height: 5.1rem;
    background-color: var(--clr-white);
    box-shadow: 9.837995455991896e-16px 16.066667556762695px 49.400001525878906px 0px #33333340;
    border-radius: 4.1rem;
    border: none;
    gap: 2.2rem;
    justify-content: center;
    align-items: center;
}

.head .button .text {
    color: var(--clr-green);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 2.8rem;
    text-transform: uppercase;
}

.head .button .arrow {
    width: 1.7rem;
    height: 1.7rem;
    background-image: url('/public/images/soutez/icons/arrow-down-green.svg?v=1');
}


/* ------- How to participate? ------- */

.rules {
    display: flex;
    margin-top: 4.4rem;
    margin-bottom: 3.6rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3rem;
}

.rules .item {
    display: flex;
    height: 6rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2.8rem;
}

.rules .item .number {
    width: 3.5rem;
    color: var(--clr-green);
    font-size: 1.6rem;
    line-height: 3.5rem;
    text-align: right;
    background-image: url("/public/images/soutez/desc-circle.svg?v=1");
    text-align:center;
}

.rules .item .image {
    width: 5rem;
}

.rules .item .image1 {
    height: 4.0rem;
    background-image: url("/public/images/soutez/desc-01.svg?v=2");
}

.rules .item .image2 {
    height: 5.6rem;
    background-image: url("/public/images/soutez/desc-02.svg?v=2");
}

.rules .item .image3 {
    height: 5.7rem;
    background-image: url("/public/images/soutez/desc-03.svg?v=1");
}

.rules .desc {
    width: 19.0rem;
    color: var(--clr-black);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: left;
    text-transform: uppercase;
}

.rules a:hover,
.rules a:visited,
.rules a:active,
.rules a {
    color: var(--clr-gold-light);
    text-decoration: underline;
}


/* ------- Photo form ------- */
#formCont {

}

#formCont .h3 {
    color: var(--blue-clr);
    margin-bottom: 2.8rem;
}

#formCont .writeMessage {
    color: var(--clr-white);
    background-color: var(--clr-white-transparent);
    background-image: url('/public/images/soutez/icons/icon-pen.svg?v=1');
    background-position-x: 29.6rem;
    background-size: 1.6rem;
}

#formCont .messageArea.hidden .textarea {
    max-height: 0;
    transition: max-height 0.5s;
}

#formCont .textarea {
    height: 14.6rem;
    max-height: 14.6rem;
    transition: max-height 0.5s;
}


/* ------- Messages ------- */

#messagesLink {
    margin-top: 4rem;
}

#messagesLink .images {
    margin: 4rem auto 5rem auto;
    height: 18.4rem;
}

#messagesLink .image {
    position: absolute;
    top: 1.8rem;
    height: 15.0rem;
    width: 16.0rem;
    box-shadow: 
        0 0.5rem 1.2rem 0 #0000001A,
        0 2.2rem 2.2rem 0 #00000017,
        0 4.9rem 2.9rem 0 #0000000D,
        0 8.6rem 3.5rem 0 #00000003,
        0 13.5rem 3.8rem 0 #00000000;
}

#messagesLink .image.image1 {
    left: 2.9rem;
    background-image: url('/public/images/soutez/messages-link-01.svg?v=1');
}

#messagesLink .image.image2 {
    right: 2.9rem;
    background-image: url('/public/images/soutez/messages-link-02.svg?v=1');
}

#messagesLink .image.image3 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 18.4rem;
    width: 19.6rem;
    background-image: url('/public/images/soutez/messages-link-03.svg?v=1');
}

#messagesLink .button.innerBorderInput,
#mapLink .button.innerBorderInput {
    margin: 4rem auto 5rem auto;
    color: var(--clr-green);
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 2.8rem;
    text-transform: none;
    padding: 1.1rem;
    width: 19.0rem;
    height: 5.1rem;
    background-color: var(--clr-white);
    box-shadow: 9.837995455991896e-16px 16.066667556762695px 49.400001525878906px 0px #33333340;
    border-radius: 4.1rem;
    border: none;
}

#mapLink {
    margin-top: 10rem;
}


/* ------- Other Pages ------- */

.goldenBox {
    margin: 3.0rem auto 3.0rem auto;
    padding: 1.8rem 1.8rem 1.8rem 1.8rem;
    width: calc(100% - 3.6rem);
}

.goldenBox * {
    width: 100%;
}

.goldenBox .headerLogo {
    margin: -3.4rem auto 4rem auto;
    width: 12.1rem;
    height: 7.1rem;
    background-image: url('/public/images/soutez/logo-header.svg');
}

.goldenBox .text {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 2.0rem;
    line-height: 2.5rem;
}


/* ------- Win Page ------- */

#win .priceDisplay {
    display: flex;
    margin-bottom: 4rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-direction: column;
}

#win .priceDisplay .image {
    width: 80%;
    height: 12.0rem;
}

#win .priceDisplay .name {
    width: 100%;
    color: var(--clr-gold-light);
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-transform: uppercase;
}


/* ------- Message Part ------- */

#playerMessage {
    margin: 4rem 0 0 0;
    padding: 0;
}

#playerMessage .text {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

#playerMessage .videoContainer {
    background-color: transparent;
    margin-top: 1.6rem;
    width: 100%;
    height: 55.6rem;
    border-radius: 0.6rem;
    overflow:hidden;
}

#playerMessage video {
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
}


/* ------- Download ticket ------- */

#ticket .uploading {
    transition: opacity 0.5s
}

#ticket .uploading.invisilbe {
    opacity: 0;
}


/* ------- On Way ------- */

#onWay .onWayImage {
    margin: 5.0rem auto;
    height: 11.0rem;
    width: 100%;
    background-image: url('/public/images/soutez/onway.svg');
}

