/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@import url("reset.css");
@import url("bootstrap.min.css");
@import url("onetrust.css");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");

@font-face {
    font-family: 'Solido Condensed Book';
    src: url('../webfont/SolidoCondensed-Book.eot');
    src: url('../webfont/SolidoCondensed-Book.eot?#iefix') format('embedded-opentype'),
        url('../webfont/SolidoCondensed-Book.woff2') format('woff2'),
        url('../webfont/SolidoCondensed-Book.woff') format('woff'),
        url('../webfont/SolidoCondensed-Book.ttf') format('truetype'),
        url('../webfont/SolidoCondensed-Book.svg#Unibet_Pro_2020') format('svg');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solido Condensed ExtraBold';
    src: url('../webfont/SolidoCondensed-ExtraBold.eot');
    src: url('../webfont/SolidoCondensed-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfont/SolidoCondensed-ExtraBold.woff2') format('woff2'),
        url('../webfont/SolidoCondensed-ExtraBold.woff') format('woff'),
        url('../webfont/SolidoCondensed-ExtraBold.ttf') format('truetype'),
        url('../webfont/SolidoCondensed-Extrabold.svg#Unibet_Pro_2020') format('svg');
    font-weight: 800;
    font-style: bold;
    font-display: swap;
}

/*
    GLOBAL STYLES
*/
:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --background-color: #000;
    --main-font: "Solido Condensed ExtraBold", "Montserrat", sans-serif;
    --regular-font: "Solido Condensed Book", "Montserrat", sans-serif;
    --main-font-size: 1rem;
    --font-style-normal: normal;
    --font-weight-normal: 400;
    --selection-color: ;
    --block-margin: 20px;
    --block-padding: 40px;
    --h1-size: 2rem;
    --h2-size: 1.75rem;
    --h4-size: 1.5rem;
    --paragraph-size: 1.3rem;
    --heading-line-height: 1.45;
    --heading-letter-spacing: normal;
    --text-transform: uppercase;
    --white: #ffffff;
    --black: #000000;
    --bg-color: #FAF7F2;
    --cta-color: #ED1C24;
    --text-color: #1a1a1a;
    --secondary-text-color: #4D4957;
    --accent-color: #F9B48A;

}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: var(--color-30rule);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-60rule);
    border-radius: 6px;
    border: 3px solid var(--color-60rule);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

*:focus {
    outline: none !important;
    transition: all 0.2s ease-in;
}
html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--color-10rule) var(--color-60rule) !important;
    overflow-x: hidden !important;
    overflow-y: auto;
    margin: 0;
    background-color: var(--color-10rule);
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-normal);
    color: var(--selection-color);
    width: 100%;
    min-height: 100%;
}

a {
    color: var(--white);
}
a:hover,
a:focus {
    color: var(--color-10rule);
}
nav {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.navbar-brand svg {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.navbar-brand img {
    max-width: 150px;
    height: auto;
    width: 100%;
}
.navbar-nav p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* 
    GENERAL
*/
header,
footer {
    width: 100%;
    color: var(--white);
    margin: 0;
    padding: 1rem 0;
}
/* header {
    background-color: var(--color-10rule);
} */

header a:hover,
header a:focus {
    color: var(--color-30rule);
}

.kaufland-card {
    padding-right: 0;
    padding-left: 0;
}
.header-img {
    width: 750px;
    display: block;
    margin: 2rem auto 3rem;
}
.header-img-2023 {
    max-width: 700px;
}
.footer-img {
    margin: 1rem auto;
}
.container {
    max-width: 1200px;
}

.row-checkbox {
    padding-top: 20px;
    padding-bottom: 15px;
}

img {
    height: auto;
    max-width: 100%;
}

.text-center {
    text-align: center;
}

h1,
h2,
p {
    text-align: center;
    font-weight: var(--font-weight-normal);
    color: var(--white);
}

h1 {
    font-size: var(--h1-size);
    padding: var(--block-padding);
		text-shadow: #000 0px 0px 10px;
}
h2 {
    font-size: var(--h2-size);
    padding: var(--block-padding);
}
p {
    font-size: var(--main-font-size);
}

.premii {
    padding: 2rem 0;
}

/* 
    MODAL 
*/
.modal.show {
    display: block;
}
.modal-backdrop.show {
    display: block;
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
    display: none;
}
body.modal-open .modal-backdrop {
    display: block;
    opacity: 0.5;
}
.modal-dialog {
    max-width: 500px;
    top: 50%;
    left: 0;
    position: relative;
    width: auto;
    pointer-events: none;
    transform: translate(0%, -50%) !important;
}
.modal-header {
    border-bottom: 0px;
}

/* Header navbar */
.prinde-indiciul-vr {
    background-color: var(--bg-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: .5rem 0;
  }
  
  .navbar.prinde-indiciul-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .gap-4 {
    gap: 1.5rem;
  }
  
  .nav-link {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 800;
    font-size: 1rem;
    font-family: var(--main-font);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  
  .nav-link.active,
  .nav-link:hover {
    color: var(--cta-color);
  }
  
  .nav-link.nav-cta {
    display: inline-block;
    background-color: var(--cta-color);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
  }
  
  .nav-link.nav-cta:hover {
    color: var(--white);
    opacity: 0.9;
    text-decoration: none;
    background: #AC0D13;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(230, 0, 0, 0.7);
    text-decoration: none;
  }
  
  /* Desktop underline hover animation */
  @media (min-width: 861px) {
    .nav-link:not(.nav-cta) {
      position: relative;
      padding-bottom: 6px;
    }
  
    .nav-link:not(.nav-cta)::before,
    .nav-link:not(.nav-cta)::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 2px;
      background-color: var(--cta-color);
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }
  
    .nav-link:not(.nav-cta)::before {
      left: 0;
      transform-origin: left;
    }
  
    .nav-link:not(.nav-cta)::after {
      right: 0;
      transform-origin: right;
    }
  
    .nav-link:not(.nav-cta).active::before,
    .nav-link:not(.nav-cta).active::after,
    .nav-link:not(.nav-cta):hover::before,
    .nav-link:not(.nav-cta):hover::after {
      transform: scaleX(1);
    }
  }
  
  .nav-toggle {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--cta-color);
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  
  .nav-toggle span:nth-child(1) {
    top: 9px;
  }
  
  .nav-toggle span:nth-child(2) {
    top: 15px;
  }
  
  .nav-toggle span:nth-child(3) {
    top: 21px;
  }
  
  .nav-toggle.open span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  
  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  
  .nav-toggle.open span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  
  /* Mobile */
  @media (max-width: 860px) {
    .navbar.prinde-indiciul-nav {
      flex-wrap: wrap;
      justify-content: center;
      padding: 16px 20px;
    }
  
    .nav-toggle {
      display: flex;
      flex-shrink: 0;
    }
  
    .navbar-nav {
      position: absolute;
      top: 100%;
      left: 0;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 0 1rem;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      background-color: rgba(250, 247, 242, .9);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
      z-index: 20;
      transition: max-height 0.3s ease;
      text-align: center;
    }
  
    .navbar-nav.open {
      max-height: 420px;
      margin-top: 9px;
      
    }
  
    .nav-item {
      width: 100%;
    }
  
    .nav-link {
      display: block;
      padding: 14px 4px;
      border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-link.active {
        border-top: 0;
    }
  
    .nav-cta-item {
      display: none;
    }
  
    .nav-link.nav-cta {
      display: block;
      width: 100%;
      text-align: center;
      border-top: none;
    }

    footer {
        text-align: center;
    }
  } 
  
/* HERO Section Prinde Indiciul */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 820px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.hero-bg-city {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 30%;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: screen;
    opacity: 0.85;
}

.hero-bg-screen {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(120% 90% at 50% 15%, rgba(20, 8, 20, 0) 0%, rgba(10, 5, 15, 0.35) 60%, rgba(6, 4, 10, 0.7) 100%),
        linear-gradient(180deg, rgba(10, 6, 16, 0.25) 0%, rgba(8, 6, 11, 0.15) 45%, rgba(6, 4, 9, 0.55) 100%);
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 24px 80px;
}

.container-box-partners {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .partner-box {
    flex: 1 1 300px; /* responsive sizing */
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .partner-box img {
    max-width: 100%;
    height: auto;
  }

  .hero-card {
    background: rgba(8, 6, 11, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 350px;
    text-align: center;
  }

  .hero-badge {
    background: rgba(212, 42, 31, 0.07);
    border: 1px solid #fc3c44;
    border-radius: 50px;
    padding: 6px 12px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .hero-heading {
    color: #fff;
    font-weight: 800;
    font-size: 2.25rem;
    font-family: var(--main-font);
    line-height: 1.1;
    padding:0;
  }

  .ended {
    color: var(--accent-color);
  }

  .campaign-ended {
    color: var(--white);
    font-size: 1.5rem!important;
  }

  .campaign-ended a {
    color: var(--cta-color);
    
    text-decoration: underline;
  }

  .hero-heading .accent {
    color: var(--accent-color);
  }

  .hero-copy {
    color: #fff;
    font-weight: 350;
    font-size: 1.125rem;
    line-height: 1.1;
    letter-spacing: 0.32px;
    font-family: var(--regular-font);
  }

  .not-started {
    color: var(--accent-color);
    font-size: 1.5rem;
  }

  .hero-cta {
    background: var(--cta-color);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    padding: 14px 28px;
    box-shadow: 0 4px 6px rgba(74, 50, 40, 0.1);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.1),  
      inset 0 -1px 0 rgba(0,0,0,0.4),       
      inset 0 0 4px rgba(255,255,255,0.35), 
      0 1px 3px rgba(0,0,0,0.7);    
  }


  .hero-cta:hover { 
    background: #AC0D13;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(230, 0, 0, 0.7);
    color: var(--white);
    text-decoration: none;
   }
/* 
    FORM
*/

.campaign-form {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: var(--bg-color);
    /* padding: 40px 0; */
    padding-bottom: 40px;
}

input.form-control,
textarea.form-control {
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
}
.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    /* margin-bottom: var(--block-margin); */
}
.custom-control-label {
    display: block;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-radius: 50%;
    border-color: var(--color-10rule);
    background-color: var(--color-10rule);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--color-10rule);
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: var(--color-10rule) solid 1px;
}

.custom-control-description {
    font-size: 1.15rem;
    font-family: var(--main-font);
    line-height: 1.75;
    color: var(--text-color);
    margin-left: 32px;
    height: 60px;
    display: inline-block;
}

.custom-control-description a {
    color: var(--cta-color);
}

.custom-control-description a:hover {
    color: #AC0D13;
}

#results {
    color: var(--color-60rule);
}

.titlu-formular-2 {
    color: var(--text-color);
}

#text-errors {
    color: var(--color-10rule);
    padding: var(--block-margin) 0 0;
    font-size: 30px;
    padding: 20px 0;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-group label {
    position: relative;
    display: inline-flex;
    color: var(--text-color);
    font-family: var(--main-font);
    font-size: 1.15rem;
}

.form-control,
input.form-control {
    height: 60px;
    font-family: var(--regular-font);
    color: var(--secondary-text-color);
    /* border: 4px solid var(--color-60rule); */
    border-radius: 12px;
    background-color: #F0EBE4;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
.form-control:not(:focus):not(:placeholder-shown),
input.form-control:not(:focus):not(:placeholder-shown),
textarea.form-control:not(:focus):not(:placeholder-shown) {
    color: var(--secondary-text-color);
}

textarea.form-control {
    height: 200px;
    color: var(--white);
    /* border: 4px solid var(--color-60rule); */
    background-color: var(--color-10rule);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
input.form-control:not(:placeholder-shown),
textarea.form-control:not(:placeholder-shown),
input.form-control:focus,
textarea.form-control:focus {
    /* border: 1px solid var(--secondary-text-color); */
    background-color: #F0EBE4;
    border-radius: 12px;
    outline: 0;
    color: var(--white);
    /* box-shadow: 0px 0px 10px 1px rgb(193 3 4 / 20%),
        0px 0px 15px 2px rgb(252 60 68 / 30%),
        0px 0px 10px 15px rgb(151 0 1 / 10%),
        0px 10px 5px 0px rgb(193 3 4 / 20%),
        inset -2px -2px 3px 0px rgb(151 0 1 / 0%); */
}

/* .form-control::placeholder {
    color: white;
} */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--secondary-text-color);
}

.form-group input:focus,
.form-group textarea:focus {
    color: var(--secondary-text-color);
}

.submitButton {
    width: 100%;
    max-width: 300px;
    padding: 8px 16px;
    font-family: var(--main-font);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    /* border: 1px solid #fc3c44; */
    background: var(--cta-color);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.1),  
      inset 0 -1px 0 rgba(0,0,0,0.4),       
      inset 0 0 4px rgba(255,255,255,0.35), 
      0 1px 3px rgba(0,0,0,0.7);   
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.submitButton:hover {
    background: #AC0D13;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(230, 0, 0, 0.7);
    color: var(--white);
}

.submitButton:active {
    box-shadow:
      inset 0 2px 4px rgba(0,0,0,0.5),
      inset 0 0 3px rgba(255,255,255,0.25),
      0 1px 2px rgba(0,0,0,0.6);
}

.info, .info-text {
    font-family: var(--main-font);
    padding: 0;
    text-align: center;
    color: var(--secondary-text-color);
    font-size: calc(var(--h2-size) / 2.4);
    font-family: var(--regular-font);
}

.info-text {
    margin: 20px 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 15px;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-control-input {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 4px solid #EADFD3;
    background-color: #F0EBE4;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% 75%;
    background-size: 70% 75%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJtMzQgMjguOCAyMy41IDIzLjZjLjMuNC41IDEgLjUgMS41IDAgLjYtLjIgMS0uNSAxLjRsLTEuNiAxLjVjLS4zLjQtLjguNi0xLjMuNi0uNiAwLTEuMS0uMi0xLjUtLjZMMjkuNCAzMy4xIDYgNTYuOGMtLjUuNC0xIC42LTEuNi42LS41IDAtMS0uMi0xLjMtLjZsLTEuNi0xLjVjLjMtLjQtLjUtLjgtLjUtMS40IDAtLjYuOC0xIC41LTEuNWwyMy43LTIzLjZMMS40IDUuMmMuMy0uNC0uNS0xLS41LTEuNSAwLS42LjgtMSAuNS0xLjRMMyAuOGMuMy0uNC44LS41IDEuMy0uNS42IDAgMS4xLjEgMS42LjVsMjMuNSAyMy41TDUzLjEuOGMuNC0uNC45LS41IDEuNS0uNS41IDAgMSAuMSAxLjMuNWwxLjYgMS41Yy4zLjQuNS44LjUgMS40IDAgLjYtLjIgMS0uNSAxLjVMMzMuOSAyOC44WiIvPgo8L3N2Zz4K");

    border-color: var(--cta-color);
    background-color: var(--cta-color);
}

.content-formular {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 50px;
}

.formular .row-checkbox {
    padding: 0;
}

.formular .row-checkbox .form-group {
    margin-bottom:0;
}

.form-main-title,
.form-title {
    font-family: var(--main-font);
    font-size: var(--h2-size);
    color: var(--white);
    padding-bottom: 1em;
    padding-top: 1em;
}
#tapad_url {
		display: none;
		height: 0;
}

.navbar-brand-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .item-footer {
    color: var(--text-color)!important;
    font-weight: 800;
    font-family: var(--main-font)!important;
}

footer .nav-link {
    font-family: var(--regular-font);
    font-size: 1rem;
    color: var(--secondary-text-color);
}

footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:active {
    color: var(--cta-color);
}

footer p {
    font-family: var(--regular-font);
    font-size: 0.75rem;
    font-weight: 350;
    color: var(--secondary-text-color);
    margin-bottom: 0;
}


.header-menu {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.header-menu .castigatori-vr {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.header-menu .castigatori-vr:hover {
    color: var(--color-60rule);
    text-decoration: none;
}

.participa-acum {
    position: relative;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}


 .winners-vr h3 {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.winners-vr h3 {
    padding-bottom: 20px;
}

.winners-vr .winner-concurs {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    padding:10px 0;
    border-radius: 4px;
    border: 1px solid var(--color-60rule);
    margin-bottom: 10px;
}

/* Premii Săptămânale */
.premii-vr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 20px;
    background-color: #ffffff;
  }
  
  .premii-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .premii-title {
    margin: 0;
    font-family: var(--main-font);
    font-weight: 800;
    font-size: 2rem;
    line-height: normal;
    color: var(--text-color);
    text-align: center;
    text-transform: uppercase;
    padding: 0;
  }
  
  .premii-underline {
    width: 60px;
    height: 3px;
    background-color: var(--cta-color);
  }
  
  .prize-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    max-width: 100%;
    background-color: var(--bg-color);
    border: 1px solid #EADFD3;
    border-radius: 24px;
    overflow: hidden;
  }
  
  .prize-card-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--card-image-bg);
  }
  
  .prize-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .prize-card-badge {
    position: absolute;
    bottom: 54px;
    left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--text-color);
    border: 2px solid var(--cta-color);
    font-family: var(--main-font);
    color: #ffffff;
  }
  
  .prize-card-badge .badge-number {
    font-family: var(--main-font);
    font-weight: 800;
    font-size: 2rem;
  }
  
  .prize-card-badge .badge-x {
    font-family: var(--main-font);
    font-weight: 800;
    font-size: 1.7rem;
    color: var(--accent-color);
    margin-left: 1px;
  }
  
  .prize-card-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .prize-card-title {
    margin: 0;
    font-family: var(--regular-font);
    font-weight: 350;
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--text-color);
    text-align: center;
  }
  
  .prize-card-disclaimer {
    margin: 0;
    font-family: var(--main-font);
    font-weight: 800;
    font-size: 0.875rem;
    color: var(--cta-color);
    text-transform: lowercase;
  }

  .kaufland-xtra {
    margin: 20px 0;
  }
  
  @media (max-width: 640px) {
    .premii-title {
      font-size: 1.625rem;
    }
  
    .prize-card-title {
      font-size: 1.25rem;
    }
  }

.hero-paragraph {
    position: relative;
}

.second:hover,
.second:visited {
    color: var(--color-60rule);
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid var(--color-10rule);
    border-right: 5px solid var(--color-10rule);
    transform: rotate(45deg);
    margin: -10px;
    animation: scroll 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -.2s;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.mobile-view {
    display: none;
}

.winners-vr {
    background-color: #fc3c44;
    padding: 40px 0;
}

@media (min-width: 640px) {
    .premii {
        min-height: 40vh;
    }
    .main-headline {
        padding-top: var(--block-padding);
        min-height: 40vh;
    }
		.footer-img {
			max-width: 450px;
		}

    /* .prize-card-image {
        height: 100%!important;
    } */
}
@media (max-width: 500px) {

    .mobile-view {
        display: block;
    }

    .campaign-form {
        padding-bottom: 0;
    }

    .content-formular {
        border-radius: 0;
    }

    .submitButton {
        margin: 40px auto;
    }

    .container-box-partners {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .partner-box {
        flex: content;
        max-width: 300px;
    }

    footer .nav-link {
        border-top: 0;
    }
}
