* {
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .menu {
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

header .menu a {
    color: #fff;
}

header ul {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

header ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

header .logo {
    position: absolute;
    left: calc(50% - 50px);
    top: 0;
}

.start-screen {
    min-height: 850px;
    background: url("../images/lots/first-screen-bg.jpg") no-repeat center /cover;
    position: relative;
}

.start-screen .title {
    font-size: 149px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 0.9;
    padding-top: 150px;
    text-transform: uppercase;
}

.start-screen .title span {
    font-size: 197px;
    position: relative;
}

.start-screen .title span i {
    position: absolute;
}

.start-screen .title span i.crown {
    left: -35px;
    top: -75px;
}

.start-screen .title span i.carkey {
    right: -40px;
    top: -5px;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}

.rewards {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rewards-main {
    width: 858px;
    text-align: center;
    background: url("../images/lots/confetti-big.png") center center no-repeat;
}

.rewards-left {
    margin-right: -20px;
}

.rewards-right {
    margin-left: -35px;
}

.rewards-left, .rewards-right {
    width: 140px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.start-screen .button,
.lot-screen .button {
    height: 70px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    background: #e90d0d;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;
}

.start-screen .button:hover,
.lot-screen .button:hover {
    transition: all 0.3s ease;
    background: #BF1010FF;
}

.start-screen .button i {
    margin-bottom: -5px;
    margin-right: 10px;
}

.lot-screen .button {
    text-transform: none;
}

.lot-screen .button i {
    margin-right: 20px;
}

.action {
    position: absolute;
    display: flex;
    width: 260px;
    left: calc(50% - 129px);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    bottom: 10px;
}

.cauldron {
    margin-bottom: -40px;
}

.red-arrow {
    position: absolute;
    bottom: -95px;
    right: -50px;
}

.info {
    font-size: 14px;
    padding-top: 20px;
    font-weight: 400;
    color: #747474;
}

.prizes-screen .title {
    font-size: 48px;
    font-weight: 800;
    color: #282828;
    text-align: center;
    padding: 75px 0 10px;
    line-height: 1.2;
}

.prizes-screen .title span {
    color: #ff0417;
}

.prizes-screen .subtitle {
    color: #3c3c3c;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.prizes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.prize-title {
    font-size: 20px;
    font-weight: 800;
    color: #02060d;
    margin-bottom: 15px;
    text-align: center;
}

.prize-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #3c3c3c;
    text-align: center;
}

.grand-prize .prize-image {
    width: 234px;
    height: 244px;
    background: url("../images/lots/first-prize-bg.png") center center no-repeat;
}

.grand-prize img {
    padding-left: 15px;
    padding-top: 85px;
}

.addition-prize .prize-image {
    width: 229px;
    height: 261px;
    background: url("../images/lots/second-prize-bg.png") center center no-repeat;
}

.addition-prize img {
    padding-left: 25px;
    padding-top: 75px;
}

.discount-prize .prize-image {
    width: 290px;
    height: 222px;
    background: url("../images/lots/third-prize-bg.png") center center no-repeat;
}

.discount-prize img {
    padding-left: 50px;
    padding-top: 75px;
}

.video {
    text-align: center;
    margin-bottom: 80px;
}

.video iframe {
    border-radius: 50px;
    width: 1080px;
    height: 440px;
}

.explanation-screen {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.4) 30%,
            rgba(0, 0, 0, 0.2) 60%,
            rgba(0, 0, 0, 0)
    ),
    #c50121;

    background-repeat: no-repeat;
    background-size: 100% 550px, auto;
    background-position: bottom, center;
}

.explanation-screen .title {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 50px 0 470px;
    text-align: center;
}

.explanation-screen .steps-screen {
    position: absolute;
    top: 160px;
    left: calc(50% - 807px);
}

.steps {
    position: absolute;
    top: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.steps .step {
    width: 220px;
    color: #fff;
    text-align: center;
}

.steps .step-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.explanation-screen .lots {
    background: #fff;
}

.lots {
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lot {
    display: flex;
    gap: 70px;
    color: #282828;
}

.lot .image {
    min-width: 460px;
}

.lot .image img {
    max-width: 460px;
}

.lot-name {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
}

.lot-price {
    padding: 15px 0;
    font-size: 31px;
    font-weight: 600;
    color: #000;
}

.lot-actions .button {
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #e90d0d;
    border-radius: 20px;
    cursor: pointer;
}

.lot-actions .button:hover {
    transition: all 0.3s ease;
    background: #BF1010FF;
}

.coins-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca0626;
    font-size: 17px;
    font-weight: 600;
    gap: 10px;
    align-self: start;
    margin-left: auto;
}

.lot-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coins-count i img {
    min-width: 40px;
    height: 40px;
}

.counter {
    display: flex;
    border: 1px solid #000;
    border-radius: 20px;
    height: 40px;
    width: 130px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #282828;
}

.counter .decrease, .counter .increase {
    flex: 0 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #e90d0d;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.counter .value {
    flex: 1 1 auto;
}

.counter .value input {
    width: 100%;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #282828;
}

.info2 {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.lot-screen .title {
    font-size: 83px;
    font-weight: 700;
    color: #282828;
    padding: 75px 0 70px;
    line-height: 1;
    text-align: center;
}

.lot-screen .title span {
    font-size: 136px;
    color: #e90d0d;
}

.lot-screen {
    position: relative;
}

.lot-screen .owl-carousel .item {
    display: flex;
    justify-content: center;
}

.lot-screen .owl-carousel .item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.lot-screen .owl-item:not(.center) img {
    opacity: 0.9;
}

.lot-screen .owl-nav button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.lot-screen .owl-nav {
    position: absolute;
    top: calc(50% - 28px);
    left: 0;
    right: 0;
    pointer-events: none;
    height: 56px;
    margin: 0;
}

.lot-screen .owl-nav button.owl-prev,
.lot-screen .owl-nav button.owl-next {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 34px;
    line-height: 56px;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lot-screen .owl-nav button.owl-prev {
    left: 21%;
}

.lot-screen .owl-nav button.owl-next {
    right: 21%;
}

.lot-screen .owl-nav button span {
    display: inline-block;
}

.timer-title {
    font-size: 19px;
    font-weight: 600;
    color: #3e3e3e;
    text-align: center;
    padding: 40px 0 20px;
}

.flip-clock-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-title {
    font-size: 60px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    padding: 80px 0 90px;
}

.faq-columns {
    display: flex;
    gap: 40px;
}

.faq-column {
    flex: 1;
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    background: none;
    border: none;
    border-top: 1px solid #eeeeee;
}

.faq-q:nth-child(4n) {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.faq-q .q-toggle {
    font-size: 20px;
    line-height: 1;
    width: 20px;
    text-align: center;
}

.faq-a {
    font-size: 16px;
    padding: 0 15px 15px;
}

.social {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.social a {
    cursor: pointer;
}

.footer {
    display: flex;
}

.footer .menu {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}

.footer .footer-info {
    color: #282828;
    padding: 13px 0;
}

.footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer .footer-nav ul li a {
    color: #e90d0d;
    text-decoration: underline;
}

.mobile_view {
    display: none;
}

.flip-clock-label {
    display: none;
}



