body {
    background: #161616;
    color: #FFFFFF;
    font-family: 'Avenir LT Std';
    font-style: normal;
}

nav {
    background: #161616;
}

nav>img {
    height: 64px;
    width: 64px;
}

nav ul {
    list-style: none;
}

.dropdown-menu {
    background: #161616;
}

.dropdown-toggle::after {
    vertical-align: none;
    margin-left: 1em;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(0.5turn);
    transition: transform 500ms ease;
}

.dropdown-toggle[aria-expanded="false"]::after {
    transform: rotate(0turn);
    transition: transform 500ms ease;
}

div>p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.section-title {
    letter-spacing: 20px;

    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-title-cortos {
    letter-spacing: 15px;

    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.jury-img {
    object-fit: cover;
}

.step-box {
    border-radius: 16px;
    border: 2px solid #FFFFFF;
}

.step-box-img-border {
    border-radius: 16px 16px 0px 0px;
}

.step-box-jury-img-border {
    border-radius: 16px 0px 0px 16px;
}

.step-box-step {
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 50%;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;

    border: 3px solid #FFFFFF;
}

.step-box-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
}

.box-jury-profession {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.box-jury-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.participate-button {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    color: white
}

.participate-slider-button {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    background: white;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    color: black;
    margin-top: 8rem;
}

.footer-icon {
    width: 16px;
    height: 18px;
}

a.nav-link {
    color: #FFFFFF;
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

a.active {
    font-weight: 600;
    color: #13AFDD;
}

span.calendar-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.slider-h5 {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    letter-spacing: 4.44444px;
    text-transform: uppercase;
}

.slider-title-2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
}

.slider-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 40px;

    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.width-50 {
    width: 50% !important;
}

.big-price-text {
    font-weight: 800;
    font-size: 64px;
    line-height: 24px;
}

.jury-winner {
    font-weight: 800;
    font-size: 45px;
}

.public-winner {
    font-weight: 800;
    font-size: 30px;
}

@media (max-width: 767px) {
    div>p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .step-box-jury-img-border {
        border-radius: 16px 16px 0px 0px;
    }

    .section-title,
    .section-title-cortos {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }

    .slider-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 15px;

        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .width-50 {
        width: 100% !important;
    }


}

@media (min-width: 768px) and (max-width: 996px){
    .big-price-text {
        font-size: 52px !important;
    }
}

@media (min-width: 768px) {
    .jury-img-max-width {
        max-width: 300px;
    }

    .slider-title {
        font-weight: 400;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: 40px;

        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }


    .big-price-text {
        font-size: 64px;
    }
}