/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/

@charset "utf-8";
/*
        INCLUDES
*/
@import "bootstrap.min.css";
@import "animate.css";
@import "onetrust.css";

/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Interstate";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/InterstateOT-Regular.eot");
    src: url("../fonts/InterstateOT-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/InterstateOT-Regular.woff2") format("woff2"),
        url("../fonts/InterstateOT-Regular.woff") format("woff"),
        url("../fonts/InterstateOT-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Interstate";
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: url("../fonts/InterstateOT-Light.eot");
    src: url("../fonts/InterstateOT-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/InterstateOT-Light.woff2") format("woff2"),
        url("../fonts/InterstateOT-Light.woff") format("woff"),
        url("../fonts/InterstateOT-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Interstate";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url("../fonts/INTERSTATEOT-BOLD.eot");
    src: url("../fonts/INTERSTATEOT-BOLD.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/INTERSTATEOT-BOLD.woff2") format("woff2"),
        url("../fonts/INTERSTATEOT-BOLD.woff") format("woff"),
        url("../fonts/INTERSTATEOT-BOLD.ttf") format("truetype");
}

:root {
    --color-default: #222222;
    --color-primary: #edd38e;
    --color-secondary: #f85a40;
    --animate-delay: 0.5s;
    --main-font: "Interstate", Helvetica, sans-serif;
}

/* GENERAL */

* {
    box-sizing: border-box !important;
}
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font);
    background-image: url(../img/bg_pattern_solid.jpg);
    background-repeat: repeat;
    background-size: 15%;
    background-attachment: scroll !important;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* body::-webkit-scrollbar {
    width: 18px;
}

body::-webkit-scrollbar-track {
    background: #edd38e;
}

body::-webkit-scrollbar-thumb {
    background-color: #343838;
    border-radius: 20px;
    border: 3px solid #edd38e;
} */

.hero {
    background-image: url("../img/hero-aparate-main.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 600px;
    height: 65vh;
    display: flex;
}

.navbar-section {
    background-color: #fff;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 700;
}

.btn-tchibo {
    font-weight: 700;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
    color: #fff;
    background-color: #C0A468;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C0A468;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    display: none;
}

.btn-wheel-one {
    background-color: #423d39;
    border-color: #423d39;
    box-shadow: 0 0 0 0 rgba(#C0A468, .5);
    font-weight: 700;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.btn-wheel-two {
    background-color: #C0A468;
    border-color: #C0A468;
    box-shadow: 0 0 0 0 rgba(#C0A468, .5);
    font-weight: 700;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.btn-submit-form {
    background-color: #C0A468;
    border-color: #C0A468;
    box-shadow: 0 0 0 0 rgba(#C0A468, .5);
    font-weight: 700;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.animate-pulse {
    -webkit-animation: pulse 1.5s;
    animation-iteration-count: 6;
}

@-webkit-keyframes pulse {
    0% {
      @include transform(scale(.9));
    }
    70% {
      @include transform(scale(1));
      box-shadow: 0 0 0 50px rgba(#C0A468, .5);
    }
      100% {
      @include transform(scale(.9));
      box-shadow: 0 0 0 0 rgba(#C0A468, .5);
    }
}

.btn-tchibo-form {
    font-weight: 700;
    color: #fff;
    background-color: #C0A468;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:  #C0A468;
    padding: 20px 70px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 60px;
}

.btn-tchibo:hover,
.btn-tchibo:active {
    color: #423D39 !important;
    background-color: #fff !important;
    border-color: #C0A468 !important;
}

.btn-wheel-one:hover,
.btn-wheel-one:active,
.btn-wheel-two:hover,
.btn-wheel-two:active {
    color: #423D39 !important;
    background-color: #fff !important;
    border-color: #C0A468 !important;
}

.btn-close-modal {
    padding: 1px 18px;
    border-radius: 5px;
}

.hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.hero-text h1 {
    font-weight: 400;
    font-size: 2.5rem;
    padding-bottom: 20px;
    line-height: 1.2;
}

.hero-text h1 strong {
    font-weight: 700;
}

.hero-text h2 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
}

.hero-text h2 strong {
    font-weight: 700;
}

.navbar-brand img {
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

canvas {
    margin: 0 auto;
    display: block;
    width: 100%;
    pointer-events: none;
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

.game-title {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.game-wrapper {
    position: relative;
}

#game-wrapper-2 {
    display: none;
}

#game {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

#game-2 {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

#spin-button {
    font-size: 20px;
    padding: 10px 40px;
    cursor: pointer;
}

.wheel-aparate {
    background-color: #423D39;
    display: block;
    margin: 40px 0;
    padding: 40px 0;
}

.roata-1 {
    margin-bottom: 30px;
}

.step-2 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;  
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px;;
}

.step-3 {
    background-color: #fff;
    border: 2px solid #000;
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

#formsection {
    display: none;
}

.game-title h2, .step-2 h2,
.step-3 h2  {
    font-size: 2.5rem;
    text-align: justify;
    font-weight: 700;
}

.game-title p, .step-2 p,
.step-3 p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}

.game-title p {
    text-align: left;
    width: 65%;
}

.step-2 p {
    text-align: left;
    /* width: 50%; */
}

.game-title p strong {
    font-weight: 700;
}

.game img {
    border-radius: 40px;
    max-height: 400px;
    margin: 0 auto;
    text-align: center;
}

.premii h2 {
    font-weight: 700;
    font-size: 42px;
    text-decoration: underline;
}

.premii img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.form h4 {
    font-size: 30px;
    font-weight: 900;
}

.bullet {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: #f15d5d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 70px;
    font-weight: 900;
}

.score {
    font-size: 40px;
    font-weight: 900;
}

.premii-text {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 30px;
}

#game-complete-message {
    display: none;
}

#game-complete-message h2 {
    font-weight: 600;
    font-size: 34px;
}

.capsule {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
}

.capsule img {
    max-width: 400px;
}

.score-label img {
    max-width: 70px;
}

.certification-section h2 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.certification-section h3 {
    font-size: 30px;
    max-width: 70%;
    margin: 0 auto;
}

.certification-section h4 {
    font-size: 40px;
    font-weight: 900;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.certification-section h5 {
    font-size: 20px;
    font-weight: 300;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: justify;
}

.certification-section ul {
    list-style: none;
    text-align: left;
    max-width: 70%;
    padding-top: 20px;
    margin: 0 auto;
}

.product-description-title h2 {
    font-size: calc(1.5vw + 10px);
    line-height: calc(1.5vw + 15px);
    text-align: justify;
    margin-bottom: 30px;
    font-weight: 900;
}

.product-description img {
    border-radius: 40px;
    max-height: 600px;
    margin: 0 auto;
    text-align: center;
}

.sortimente h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    width: 300px;
}

.card-image {
    width: 100%;
    height: auto;
}

.card-info {
    padding-top: 15px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.label {
    font-weight: bold;
}

.value {
    font-weight: normal;
}

.sortimente .sortimente-flters {
    padding: 20px 0 40px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.sortimente .sortimente-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    font-weight: 800;
    margin: 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.sortimente .sortimente-flters li:hover,
.sortimente .sortimente-flters li.filter-active {
    color: var(--color-secondary);
}

.sortimente .sortimente-flters li:first-child {
    margin-left: 0;
}

.sortimente .sortimente-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .sortimente .sortimente-flters li {
        font-size: 15px;
        margin: 15px;
    }
}

.sortimente .sortimente-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.sortimente .sortimente-wrap img {
    margin: 0 auto;
    display: flex;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.sortimente .sortimente-wrap .sortimente-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
}

.sortimente .sortimente-wrap .sortimente-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
    min-height: 42px;
}

.sortimente .sortimente-wrap .sortimente-info h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.sortimente .sortimente-wrap .sortimente-info h4 a:hover {
    color: var(--color-secondary);
}

.sortimente .sortimente-wrap .sortimente-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
    min-height: 42px;
}

.sortimente .sortimente-wrap:hover img {
    transform: scale(1.05);
}

.sortimente-details .sortimente-details-slider img {
    width: 100%;
}

.sortimente-details
    .sortimente-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.sortimente-details
    .sortimente-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: var(--color-secondary);
}

.sortimente-details .swiper-button-prev,
.sortimente-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

.sortimente-details .swiper-button-prev:after,
.sortimente-details .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.sortimente-details .swiper-button-prev:hover:after,
.sortimente-details .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
    .sortimente-details .swiper-button-prev,
    .sortimente-details .swiper-button-next {
        display: none;
    }
}

.sortimente-details .sortimente-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.sortimente-details .sortimente-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-secondary);
    left: 0;
    bottom: 0;
}

.sortimente-details .sortimente-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.sortimente-details .sortimente-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 16px;
}

.sortimente-details .sortimente-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #9c9c9c;
    font-size: 12px;
}

.sortimente-details .sortimente-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-secondary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.sortimente-details .sortimente-info .btn-visit:hover {
    background: #009d8b;
}

.sortimente-details .sortimente-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sortimente-details .sortimente-description p {
    padding: 0;
}

.sortimente-details .sortimente-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: white;
    height: 100%;
    margin-bottom: 50px;
}

.sortimente-details .sortimente-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.sortimente-details .sortimente-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.sortimente-details .sortimente-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.sortimente-details .sortimente-description .testimonial-item .quote-icon-left,
.sortimente-details
    .sortimente-description
    .testimonial-item
    .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.sortimente-details .sortimente-description .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.sortimente-details
    .sortimente-description
    .testimonial-item
    .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.sortimente-details .sortimente-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 0 0 0;
    padding: 0;
}

#tapad_url {
    height: 0 !important;
}

#winning-sector, #winning-sector-2 {
    display: flex;
    min-height: 180px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 380px;
    max-height: 150px;
    z-index: 2;
}

#winning-sector img, #winning-sector-2 img {
    border-radius: 20px;
    border: solid 5px #edd38e;
    width: 100%;
    object-fit: contain;
    background: #f1e5da;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
    box-shadow: 0px 0px 30px #000;
}

.hero-2-text h2 {
    font-weight: 900;
}

.hero-2-text a {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px 50px;
    font-size: 25px;
}

.premii-pic-text {
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
}

.message-success {
	border: solid 5px;
	color: #fff;
	background: #008033;
	font-size: 20px;
}
.message-success h2 {
	font-size: 34px;
}
.message-fail {
	border: solid 5px;
	color: #fff;
	background: #bb1200;
	font-size: 20px;
}
.message-fail h2 {
	font-size: 34px;
	margin: 0;
}

@media screen and (max-width: 992px) {
    body {
        background-size: 35%;
    }
    .hero {
        background-position: 85% center;
    }
    .game-title h2 {
        font-weight: 700;
        font-size: 20px;
        text-align: left;
    }
    .product-description h2 {
        font-weight: 700;
        font-size: 20px;
        text-align: left;
    }
    #spin-button {
        font-size: 20px;
        
    }
    .score {
        font-size: 25px;
    }
    .score-label img {
        max-width: 50px;
    }
    #game-complete-message h2 {
        font-size: 20px;
        padding: 20px !important;
    }
    .score-label-text {
        font-size: 20px;
    }
    #ot-sdk-btn {
        bottom: 5px !important;
        left: 5px !important;
    }
    .premiu-white {
        display: flex;
        flex-direction: column-reverse;
    }
    .bullet {
        width: 150px;
        height: 150px;
        font-size: 50px;
    }
}

@media screen and (max-width: 550px) {
    .hero {
        background-position: 33% center;
    }

    .game-btn-score {
        flex-direction: column !important;
    }
    #spin-button {
        margin-top: 20px;
    }
    .hero-2-text a {
        margin-top: 15px;
        padding: 10px 30px;
        font-size: 18px;
        max-width: 250px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.6rem;
    }

    .game-title {
        padding: 40px 0;
    }

    .game-title h2, .step-2 h2, .step-3 h2 {
        font-size: 1.8rem;
    }

    .game-title p, .step-2 p, .step-3 p {
        font-size: 1.4rem;
    }

    .step-2 {
        padding: 0 16px;
    }

    .step-2 p {
        /* margin: 0 1rem; */
    }

    .game-title p, .step-2 p {
        width: 100%;
    }
}


@media screen and (max-width: 350px) {
    .hero {
        min-height: 460px;
    }
    .hero-text h1 {
        font-weight: 900;
        font-size: calc(26px + 2vw);
        padding-bottom: 20px;
    }
    .hero-text h2 {
        font-weight: 500;
        font-size: calc(24px + 0.4vw);
    }
}

.table-winners {
    background: #fff;
    text-transform: uppercase;
}