*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: clip;
}

img {
    image-rendering: -webkit-optimize-contrast;
   
}
 


@font-face {
    font-family: 'National2';
    src: url('National 2 Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
} 

@font-face {
    font-family: 'National2 Bold';
    src: url('National 2 Black.otf') format('otf');
    font-weight: 800;
    font-style: normal;
} 

body {
    font-family: 'National2', sans-serif;
    margin: 0;
    min-height: 100%;
     background: #000;
    color: #fff;
}

/* GENERAL CLASSES */

.sectiune { 
    --section-notch-half: 30px;
    --section-notch-height: 35px;
    --section-notch-drop: 33px;
    --section-padding-y: clamp(1.5rem, 4vh, 3.5rem);
    --section-padding-x: 0.75rem;
    --bs-gutter-x: 0.75rem;
    min-height: 100vh;
    min-height: 100svh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
    padding-left: var(--section-padding-x);
    padding-right: var(--section-padding-x);
    box-sizing: border-box;
}

.sectiune--triunghi {
    padding-bottom: calc(var(--section-padding-y) + var(--section-notch-drop));
}

.hero-text-height{
    min-height: 80vh;
    min-height: 80svh;
}

.sectiune > .container,
.sectiune > .container-fluid {
    width: 100%;
    max-width: 100%;
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.sectiune .container-fluid.p-5,
.sectiune .row.p-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sectiune-1{
        background-image: url('../images/header.png');
            background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.sectiune-1-triunghi::after {
  
    background-image: url('../images/header.png'); 
}


.sectiune-2{
        background-image:  url('../images/bg_2.png');
} 

.sectiune-2-triunghi::after {
  
    background-image: url('../images/bg_2.png'); 
}


.sectiune-3{
        background-image:  url('../images/bg_3.png');
}

.sectiune-3-triunghi::after { 
    background-image: url('../images/bg_3.png'); 
}

.cr-1{
 width: 150px;
 position: absolute; 
 z-index: 3; 
 margin-top:-20px; 
 left: 10%;
}

.cr-2{
   width: 200px; 
   position: absolute; 
   z-index: 3; 
   top: 100%; 
   left: 70%; 
   margin-top: -40px;
}
 
.sectiune-4{
        background-image:  url('../images/bg_1.png');
}

.sectiune-4-triunghi::after {
  
    background-image: url('../images/bg_1.png'); 
}


.sectiune-5{
        background-image: url('../images/bg_2.png');
}

.sectiune-5-triunghi::after {
    background-image: url('../images/bg_2.png');
}

.sectiune-6{
        background-image: url('../images/bg_3.png');
}

.sectiune-6-triunghi::after {
    background-image: url('../images/bg_3.png');
}

.sectiune-7{
        background-image: url('../images/bg_5.png');
        background-size: contain;
        background-position: left;
}

.sectiune-7-triunghi::after {
    background-image: url('../images/bg_5.png');
}

.sectiune-8{
        background-image: url('../images/bg_6.png');
}

.sectiune-8-triunghi::after {
    background-image: url('../images/bg_6.png');
}

/* END OF SECTION CLASSES */


/* HEADER */
#hero > .container {
    position: static;
}

.logo-bar {
    position: absolute;
    top: 10px;
    left: var(--section-padding-x);
    right: var(--section-padding-x);
    width: auto;
    max-width: calc(100% - (2 * var(--section-padding-x)));
    z-index: 10;
    box-sizing: border-box;
}

/* PREMII */

img.img-force-right{
    margin-left: 100px !important;
}

img.img-force-right-small{
    margin-left: 20px !important;
}

 img.img-force-left{
    margin-left: -100px !important;
}


#hero {
    z-index: 8;
    padding-top: calc(var(--section-padding-y) + 3.5rem);
}

#premii {
    z-index: 7;
}

#contest {
    z-index: 6;
}

#promo {
    z-index: 5;
}

#inscriere {
    z-index: 4;
}

#campaign {
    z-index: 3;
}

#calendar {
    z-index: 2;
}

#galerie {
    z-index: 1;
}

#galerie .slideshow-headliner-col {
    display: flex;
    align-items: center;
}

.sectiune--last {
    z-index: 3;
}

footer {
    position: relative;
    z-index: 0;
    height: 100px;
    background: #000;
}


.sectiune--triunghi::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: calc(-1 * var(--section-notch-drop));
    width: 100vw;
    transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center bottom;
    clip-path: polygon(
        50% 100%,
        calc(50% - var(--section-notch-half)) calc(100% - var(--section-notch-height)),
        calc(50% + var(--section-notch-half)) calc(100% - var(--section-notch-height))
    );
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}
 

.contest-panel--fluid {
    min-height: auto;
    justify-content: flex-start;
    height: auto;
}

 
.hero-image-panel {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hero-image-panel img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
}

.hero-text-panel {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
}

.hero-text {
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.5;
    letter-spacing: -1px;
}

 .large-hero-text{
    font-family: 'National2 Bold', sans-serif !important;
    color: #fff;
    font-size: clamp(6.5rem, 5vw, 5rem);
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 900 !important;
 }

.btn-pill {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2em;
    letter-spacing: 3px;
    border: 2px solid #111;
    border-radius: 999px;
    padding: 0.85rem 2.5rem;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
     text-transform: uppercase; 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-pill:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.btn-pill:active {
    transform: translateY(0) scale(0.98);
    box-shadow: none;
}
 
.btn-pill::after {
    content: "→";
    display: inline-block;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.btn-pill:hover::after {
    transform: translateX(6px);
}
.contest-panel {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
}

#contest-form-wrap, #campaign-form-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contest-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.campaign-form {
    display: flex;
    flex-direction: column;
}

.contest-form__body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contest-form__code {
    width: 100%;
    text-align: center;
}

.contest-form__code .form-control {
    margin-bottom: 0;
}

#contest-panel, #campaign-panel {
    position: relative;
    isolation: isolate; 
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ee2d29;
    border-radius: calc(28px + 7px);
}

#contest-panel::after, #campaign-panel::after {
    content: '';
    position: absolute;
    inset: -7px;
    border: 2px solid #ee2d29;
    border-radius: calc(28px + 7px);
    pointer-events: none;
    z-index: 1;
}

 .form-label,
.contest-form .form-label {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.35rem;
    text-align: left !important;
}

 .form-control,
.contest-form .form-control {
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
    background: #f8a9ac;
    color: #111;
}

 .form-control:focus,
.contest-form .form-control:focus {
    border: none;
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
    outline: none;
}

 textarea.form-control,
.contest-form textarea.form-control {
    border-radius: 1.5rem;
}

 .form-check-label,
.contest-form .form-check-label {
    color: #fff;
    font-weight: 500;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
.contest-form.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #fff;
}

 .form-check-input,
.contest-form .form-check-input {
    border: 2px solid #f8a9ac;
}

 .form-check-input:checked,
.contest-form .form-check-input:checked {
    background-color: #f8a9ac;
    border-color: #111;
}

 .form-check-input:focus,
.contest-form .form-check-input:focus {
    border-color: #111;
    box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.35);
}

.was-validated .form-check-input:invalid,
.contest-form.was-validated .form-check-input:invalid {
    border-color: #f8a9ac;
}
 

.was-validated .form-check-input:invalid,
.contest-form.was-validated .form-check-input:invalid {
    border-color: #f8a9ac;
}
.invalid-feedback{
    color: #fff !important;   
    
    display: none;
}
 
 
.alert-success-custom {
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #fff !important;
}


.bg-r{
      background-color: #ee2d29;
}

.info-text {
    display: block;
    color: #e6888a;
    line-height: 1 !important;
    font-size: 0.85em;
    margin-top: 0.5rem;
}

.info-text br {
    display: block;
    line-height: 0;
    margin-bottom: -0.35em;
    content: "";
}

.stage-text-holder{
    padding-top: 100px;
}
.stage-text{
      color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 100px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

}

.btn-submit{
    width: fit-content !important;
    align-self: center;
    margin-inline: auto;
}


.prize_box{ 
  padding: 10px; 
  font-size: 1em;
}

.prize_box .number{
    font-size: 5em;
    font-weight: bold;
      display: inline;
}

.prize_box .cod{
    font-size: 2em;
     font-weight: bold;
     display: inline;
       letter-spacing: -0.05em !important;
}

.prize_box_1{
    background-color: #c5141b;
     border-radius: 20px 20px 0 0;
}

.prize_box_2{
    background-color: #89090e;
     border-radius: 0 20px 0 0;
}

.prize_box_3{
    background-color: #670206;
     border-radius: 0 0 20px 0;
}

@media (prefers-reduced-motion: reduce) {
    .btn-pill,
    .btn-submit,
    .gallery-carousel__arrow {
        transition: none;
    }

    .btn-pill:hover,
    .btn-pill:active,
    .btn-submit:hover,
    .btn-submit:active,
    .gallery-carousel__arrow:hover,
    .gallery-carousel__arrow:focus,
    .gallery-carousel__arrow:active {
        transform: none;
        box-shadow: none;
    }

    @media (max-width: 767.98px) {
        .gallery-carousel__arrow:hover,
        .gallery-carousel__arrow:focus,
        .gallery-carousel__arrow:active {
            transform: translateY(-50%);
        }
    }
}

@media (max-width: 767.98px) {

    .sectiune {
        --section-notch-drop: 20px;
        --section-padding-y: clamp(1rem, 3vh, 2.5rem);
        --section-padding-x: 0.5rem;
        --bs-gutter-x: 0.5rem;
        min-height: auto;
        padding-top: var(--section-padding-y);
        padding-bottom: var(--section-padding-y);
        padding-left: var(--section-padding-x);
        padding-right: var(--section-padding-x);
    }

    .sectiune--triunghi {
        padding-bottom: calc(var(--section-padding-y) + var(--section-notch-drop));
    }
    
    
    .hero-text-height{
    min-height: 50vh;
    min-height: 50svh;
}
    
    .sectiune-1{
      
   background: url('../images/header_mobile.png') center/cover no-repeat;
    min-height: 90vh;
     padding-top:1em !important;
    padding-bottom:1em !important;
    padding-left: 1em !important;
    padding-right:1em !important;
    
}

   
.sectiune-1-triunghi::after {
  
    background-image: url('../images/header_mobile.png'); 
}

.sectiune-1 .hero-text-panel{
    padding: 0px !important;
}


.sectiune-3{
      
  min-height: 100vh; 
    
}

.cr-1{
     max-width: 150px !important;
    margin-left: 10px;
}

.cr-2{
     max-width: 120px !important;
       margin-left: 50px; 
}

.sectiune-7{
      
   background: url('../images/bg_stage_mobile.png') center/cover no-repeat;
    min-height: 90vh;
     padding-top:1em !important;
    padding-bottom:1em !important;
    padding-left: 1em !important;
    padding-right:1em !important;
    
}
 

    .sectiune .row {
        --bs-gutter-x: 0.5rem;
        margin-inline: 0;
    }

    .sectiune > .container,
    .sectiune > .container-fluid {
        padding-inline: 0.625rem;
        max-width: 100%;
    }

    .sectiune--premii [class*="col-"],
    .sectiune--galerie [class*="col-"],
    .sectiune--calendar [class*="col-"] {
        padding-inline: 0.5rem;
    }

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

 .large-hero-text{
    
    font-size: clamp(2.5rem, 5vw, 5rem);
    }
    
    .contest-panel {
        min-height: auto;
    }

    #contest > .container > .row > [class*="col-"] {
        flex: 0 0 auto;
        width: calc(100% - 1.5rem);
        max-width: 100%;
        margin-inline: auto;
        padding-left: 0;
        padding-right: 0;
    }

    #contest-panel {
        margin-inline: 0.25rem;
        padding: 1.25rem 0.875rem;
    }

    #contest-panel.contest-panel--scratch,
    .contest-panel.contest-panel--scratch {
        min-height: 420px;
        margin-inline: 0.25rem;
        padding: 0;
    }

    #contest-panel::after {
        inset: -4px;
    }

    #contest-form-wrap > img {
        width: min(200px, 62vw) !important;
    }

    #contest-form-wrap > img:first-of-type {
        left: 50% !important;
        transform: translateX(-50%);
    }

    #contest-form-wrap > img:last-of-type {
        left: 50% !important;
        transform: translateX(-50%);
    }

    #campaign > .container > .row > [class*="col-"] {
        flex: 0 0 auto;
        width: calc(100% - 1.5rem);
        max-width: 100%;
        margin-inline: auto;
        padding-left: 0;
        padding-right: 0;
    }

    #campaign-panel {
        margin-inline: 0.25rem;
        padding: 1.25rem 0.875rem;
        max-width: 100%;
    }

    #campaign-panel::after {
        inset: -4px;
    }

    #campaign-form-wrap > img {
        width: min(200px, 62vw) !important;
    }

    #campaign-form-wrap > img:first-of-type {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .contact-form,
    .campaign-form,
    .inline-contest-form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .contact-form .form-control,
    .campaign-form .form-control,
    .inline-contest-form .form-control {
        width: 100%;
        max-width: 100%;
    }

    .contact-form .form-check-label,
    .campaign-form .form-check-label,
    .inline-contest-form .form-check-label {
        overflow-wrap: break-word;
    }

    img.img-force-right,
    img.img-force-right-small,
    img.img-force-left {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .sectiune--premii .row > .col-lg-1 {
        display: none;
    }

    .sectiune .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sectiune--premii img.img-force-left,
    .sectiune--premii img.img-force-right {
        margin-left: 0 !important;
    }
    
    .gallery-side-panel{
        margin-top: 50px;
    }

    .gallery-carousel-wrap {
        position: relative;
        gap: 0 !important;
    }

    .gallery-carousel__arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 1.25rem;
        height: 1.25rem;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.45);
    }

    .gallery-carousel__arrow--prev {
        left: 0.5rem;
    }

    .gallery-carousel__arrow--next {
        right: 0.5rem;
    }

    .gallery-carousel__arrow:hover,
    .gallery-carousel__arrow:focus {
        transform: translateY(-50%) scale(1.08);
    }

    .gallery-carousel__arrow:active {
        transform: translateY(-50%) scale(0.95);
    }
    
    footer .container{
        width: 90% !important;
        margin-bottom: 50px;
    }
    
    .logo-footer {
        width: 25%;
        max-width: 50%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

 

.prize-image {
    max-width: 100%;
    border-radius: 18px;
}

.contest-panel.contest-panel--scratch {
    justify-content: stretch;
    align-items: stretch;
    min-height: 520px;
    padding: 0;
}


#contact-stage:not(.d-none) {
    width: 100%;
}

.inline-contest-form {
    width: 100%;
}

.contest-thank-you {
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: #fff;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.contest-contact-error,
.form-ajax-error {
    margin-bottom: 1rem;
}

/* DIV SCRATCH */


#scratch-wrap:not(.d-none) {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-height: 100%;
    height: 100%;
    gap: 0;
    padding: 0;
    margin: 0;
}

#scratch-stage:not(.d-none) {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.scratch-card {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: calc(28px + 7px);
    overflow: hidden;
    background: #ee2d29;
    box-shadow: none;
}

.scratch-surface {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.scratch-reveal {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column; 
    background: #ee2d29;
    z-index: 1;
}

.scratch-reveal-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.scratch-reveal-result {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

.wave {
    display: inline-block;
    transform-origin: 70% 70%;
    animation: wave 2s infinite;
}

@keyframes wave {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(14deg); }
    20%  { transform: rotate(-8deg); }
    30%  { transform: rotate(14deg); }
    40%  { transform: rotate(-4deg); }
    50%  { transform: rotate(10deg); }
    60%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.scratch-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    padding: 0.75rem 1rem 1.5rem;
    text-align: center;
    background: transparent;
    pointer-events: none;
}

.scratch-instruction {
    z-index: 5;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contest-final-message {
    z-index: 5;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: clamp(1.5rem, 8vh, 4rem);
    box-sizing: border-box;
}
  
.scratch-instruction.d-none {
    display: none !important;
}

.scratch-action-btn {
    margin: 0;
    pointer-events: auto;
}

#scratch-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: crosshair;
}

#scratch-wrap.contact-loaded {
    display: block;
}

#contest-final-stage {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contest-final-stage .inline-contest-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#contest-final-stage .btn-pill,
#contest-final-stage .btn-submit {
    align-self: center;
    margin-inline: auto;
}

.scratch-prize-image {
    max-width: min(80%, 280px);
    max-height: min(60%, 280px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

.scratch-lose-message {
    display: block;
    width: 100%;
    margin: 0;
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    white-space: normal;
}

.contest-final-message h1 {
    font-weight: bold;
    font-family: 'National2 Condensed';
    margin-top: 0;
}

.contest-final-message p {
    margin-top: 0.75rem;
}

.contest-final-message .btn-pill {
    margin-top: 1rem;
    cursor: pointer;
    border: none;
}

/* GALERIE */
.gallery-thumb {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}


.gallery-carousel-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gallery-carousel {
    flex: 1;
    min-width: 0;
    border: 3px solid #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.gallery-carousel .carousel-inner {
    width: 100%;
    line-height: 0;
}

.gallery-carousel__media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-carousel__media::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: var(--gallery-aspect, 75%);
}

.gallery-carousel__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: auto;
}

.gallery-carousel__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0; 
    border-radius: 50%;
    border: 0;
    background: none;
    opacity: 1;
    position: static;
    transform: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gallery-carousel__arrow:hover,
.gallery-carousel__arrow:focus {
    background: rgba(0, 0, 0, 0.65);
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.gallery-carousel__arrow:active {
    transform: scale(0.95);
}

.gallery-carousel__empty {
    color: #ffeb3b;
    font-weight: 600;
    padding: 2rem 1rem;
}

a, a:hover{
    color: #fff;
    text-decoration: underline;
}
