@charset "utf-8";

:root {
    --yellow: #FABD15;
    --violet: #6F2B6F;
    --red: #B4292D;
    --gray: #D9D9D9;
    --dark_gray: #878787;
}

html {
    width: 100%;
    height: 100%;
    font-size: clamp(12px,min(1.333vw, 1.569vh) ,16px);
    /* font-size: 16px; */
}
body {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: var(--yellow);
    color: var(--violet);
}


/* typo*/

h1 {


}

h2 {

    font-family: 'dk_bocadilloregular';
    font-weight: normal;
    font-size: 3.4375rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--violet);

}


h3, .h3 {
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn {
    min-width: 14.625rem;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 3.9375rem;
    border-width: 0.188rem;
    padding: 0.75rem 2rem;
}

.btn.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--violet);
    --bs-btn-border-color: var(--violet);
    --bs-btn-hover-color: var(--violet);
    --bs-btn-hover-bg: #var(--yellow);
    --bs-btn-hover-border-color: var(--violet);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--violet);
    --bs-btn-active-border-color: var(--violet);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--violet);
    --bs-btn-disabled-border-color: var(--violet);
}

.btn.btn-secondary {
    --bs-btn-color: var(--violet);
    --bs-btn-bg: var(--yellow);
    --bs-btn-border-color: var(--yellow);
    --bs-btn-hover-color: var(--yellow);
    --bs-btn-hover-bg: #var(var(--violet));
    --bs-btn-hover-border-color: var(--yellow);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--violet);
    --bs-btn-active-bg: var(--yellow);
    --bs-btn-active-border-color: var(--yellow);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--yellow);
    --bs-btn-disabled-border-color: var(--yellow);
}

.btn.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--red);
    --bs-btn-border-color: var(--red);
    --bs-btn-hover-color: var(--red);
    --bs-btn-hover-bg: #var(--yellow);
    --bs-btn-hover-border-color: var(--red);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--red);
    --bs-btn-active-border-color: var(--red);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--red);
    --bs-btn-disabled-border-color: var(--red);
}

.btn.btn-link {

}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
section, .section {position: relative;}

.hook {
    top: 0;
    position: absolute;
}

/* fix do literki Ł */

.el {
    display: inline-block;
    position: relative;
}

.el::after {
    content: '-';
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
}

/* fix do literki Ć (dk_bocadillo nie ma tego glifu) */

.ec {
    display: inline-block;
    position: relative;
}

.ec::after {
    content: '';
    position: absolute;
    top: 0.08em;
    left: 48%;
    width: 0.42em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.05em;
    transform: rotate(52deg);
    transform-origin: center;
}


/* navbar */

.navbar {
    background-color: var(--yellow);
    padding: 0.875rem 0;
    transition: all .3s ease-in-out;
    box-shadow: 0px 1px 0px rgba(17,17,26,0.0), 0px 0px 8px rgba(17,17,26,0.0);

}

.navbar.top-nav-collapse {
    padding: 0;
    box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-collapse.collapsing  {
        height: fit-content;
        overflow: visible;}

}

.navbar .container-fluid {

}

.navbar .navbar-nav .nav-link {
    color: var(--violet);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 1rem 1.4rem 1rem 1.4rem;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.navbar .navbar-brand {
    padding: 15px;
    margin: 0;
}

.navbar .navbar-brand .logo {

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

/* hamburger  */



.navbar-toggler {
    padding: 10px;
    border: 0;
}


.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 23px;
    height: 16px;
    padding: 0;
}

button:focus, .navbar-toggler:focus  {
    outline: 0 !important;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon .bar {
    height: 2px;
    background-color: var(--violet);
    border-radius: 1px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}


.navbar-toggler.collapsed .bar.bar1 {
    top:0;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .bar.bar2 {
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggler.collapsed .bar.bar3 {
    bottom:0;
    transform: rotate(0deg);
}


.navbar-toggler-icon .bar.bar1 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

.navbar-toggler-icon .bar.bar2 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    opacity: 0;
}
.navbar-toggler-icon .bar.bar3 {
    bottom:calc(50% - 1px);
    transform: rotate(-45deg);
}


/* Home  */

.home {
    padding-top: 7.125rem;
    padding-bottom: 5rem;
}

.hero-img {
    width: 70rem;
    max-width: 100%;
    height: auto;
}

/* Form */

.form {

}



.form .form-control.is-invalid {
    background-image: none;
    background-color: #ff0000;
    color: #fff;
}

.form .form-control.is-invalid::placeholder {
    color: #fff;
}

.form .form-container .input-group-addon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
    z-index: 3;
}

.form  .input-group {
    transition: all 0.5s ease-in-out;
    min-height: 33px;
}

.form  .small-field {
    margin-top: 4px;
}


.form  .form-container {
    position: relative;

    background-color: #fff;
    background-image: url("../images/form-top-YqYbU9r.svg"), url("../images/form-bottom--Q20ib7.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: max(100%, 70.938rem) 1.125rem, max(100%, 70.938rem) 1.125rem;;
    padding: 4.62rem 2.6rem;
    max-width: 70.9375rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    color:var(--violet);
    line-height: 1;
}



.form-control, .form-floating>.form-control {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: var(--gray);
    color: var(--violet);

    border: 0;
    padding: 0 2.12rem;
    height: 3rem;
    min-height: 3rem;
    border-radius: 1.5rem;
}

.form-floating>label {
    font-size: 0.875rem;
    padding: 0 2.12rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 3rem;

}

.form-control:focus {
    border-color: var(--yellow);
    outline: 0;
    box-shadow: 0 0 0 0.188rem var(--yellow);
}


.data-input-row {
    border-top: dotted 0.25rem var(--violet);
    border-bottom: dotted 0.25rem var(--violet);
}

@media (min-width: 768px) {
    .data-input-row > div:first-child {
        border-right: dotted 0.25rem var(--violet);
    }
}

@media (max-width: 767.98px) {
    .data-input-row > div:first-child {
        border-bottom: dotted 0.25rem var(--violet);
    }
}

.data-input-row h3 {
    width: fit-content;
    margin: 0 auto 2.56rem auto;
    background-image: url("../images/apla-2oruEJ8.svg");
    background-size: 100% 100%;
    color: #fff;
    padding: 1rem 2.37rem 0.94rem 1.81rem;
}

.input-group-text {
    background-color: var(--gray);
    color: var(--violet);
    border: 0;
    border-radius: 1.5rem;
    padding: .5rem;
    cursor: pointer;
}

label.form-check-label {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.25rem 0 0 0;
}

label a {
    color: inherit;
}


.form-check {
    position: relative;
}

.form-check .form-check-input {
    border-radius: 0;
    border: 0;
    background-color: var(--gray);
    width: 1rem;
    height: 1rem;
}

.form-container .form-check-input:checked[type=checkbox] {

}
.form-check-input:checked {
    background-color: var(--violet)
}

.zgody {
    border-bottom: dotted 0.25rem var(--violet);
    padding: 3rem 0 2.5rem 0;
}

.form-container .zgody .collapseBtn {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: 5px;
}

.form-container .zgody .collapseBtn.collapsed {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.form-container .more-btn {
    fill: #031d4f;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}

.form-container .zgody .collapse, .form-container .zgody .collapsing {
    background-color: #fff;
    color:#031d4f;
    font-size: 11px;
    padding: 20px 50px 20px 25px;

    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    position: absolute;

    z-index: 2;
    top: 0;
    right: -15px;

    width: 100%;
}

.popover-body {
    padding: 5px 0; }
.popover-body img {
    width: 100%;
    height: auto;
}

/* zasady */



.zasady .steps {
    max-width: 70.9375rem;
    margin: 4.375rem auto 0 auto;
}

.zasady .steps > div {
    position: relative;
}


.zasady .steps .arrow {
    position: absolute;
}
.zasady .steps .arrow1 {
    width: 6.8275rem;
    height: auto;
    max-width: 50%;
    right: calc(50% + 4.5rem);
    top: -5rem;
}

.zasady .steps .arrow2 {
    width: 6.8275rem;
    height: auto;
    max-width: 50%;
    left: calc(50% + 5rem);
    top: -6rem;
}

.zasady .steps .arrow3 {
    width: 6.8275rem;
    height: auto;
    max-width: 50%;
    left: calc(50% + 8rem);
    bottom: 0rem;
}

.step-icon {
    width: 10.625rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.zasady .steps p {
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4rem;
}


/* nagrody */

.nagrody h2 {
    margin-bottom: 10.25rem;
}

.nagrody .kropka {
    position: absolute;
}

.nagrody-img {
    max-width: 100%;
    width: 66.75rem;
    height: auto;
}

.kropka01 {
    width: 3.49394rem;
    height: 3.32206rem;
    transform: rotate(84.117deg);

    top: 16rem;
    right: calc(50% + 30rem);
}

.kropka02 {
    width: 12.01825rem;
    height: 11.42719rem;
    transform: rotate(84.117deg);

    top: 30rem;
    right: calc(50% + 35rem);
}

.kropka03 {
    width: 5.99538rem;
    height: 5.7005rem;
    transform: rotate(84.117deg);

    top: 64rem;
    right: calc(50% + 29rem);
}

.kropka04 {
    width: 5.99538rem;
    height: 5.7005rem;
    transform: rotate(84.117deg);

    top: 32.5rem;
    left: calc(50% + 35rem);
}

.kropka05 {
    width: 9.55613rem;
    height: 9.08613rem;
    transform: rotate(84.117deg);

    top: 50.75rem;
    left: calc(50% + 33rem);
}


/* zwyciezcy */
.zwyciezcy {
    background-color: var(--violet);
    color: var(--yellow);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.zwyciezcy h2 img {
    width: 18.06588rem;
    height: auto;
}

.callendar-row {
    max-width: 55rem;
    margin:0 auto 5.12rem auto;
}

@media (min-width: 768px) {
    .callendar-row > div:first-child {
        border-right: solid 1px var(--yellow);
    }

    .callendar-row > div:last-child {
        border-left: solid 1px var(--yellow);
    }
}

@media (max-width: 767.98px) {
    .callendar-row > div:first-child {
        border-bottom: solid 1px var(--yellow);
        padding-bottom: 3rem;

    }

    .callendar-row > div:last-child {
        border-top: solid 1px var(--yellow);
        padding-top: 3rem;

    }
}

.table-title {
    width: 15.81181rem;
    height: auto;
    max-width: 100%;
    margin-bottom: 3rem;
}

.zwyciezcy .table {
    background-color: transparent;
    color: #fff;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
}


.zwyciezcy .table>:not(caption)>*>* {
    padding: .5rem;
    color: #fff;
    background-color: transparent;
    border-bottom-width:0;
}

.zwyciezcy .table th {
    font-family: 'dk_bocadilloregular';
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--yellow);
}

.zwyciezcy .table td img {
    width: auto;
    height: 1.5625rem;
}



.zwyciezcy .table td:nth-child(6),
.zwyciezcy .table td:nth-child(7) {
    color: var(--yellow);
}

.zwyciezcy  .btn-table {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
}

.zwyciezcy  .btn-table.active::before {
    content: '';
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    border: solid 0.125rem var(--yellow);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.zwyciezcy h3 {
    color: #fff;
    margin-top: 2.84rem;
}

.zwyciezcy p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Produkty */


.produkty .prods-col {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.produkty .prods {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 5rem;
}
@media (min-width: 1200px) {
    .produkty .prods {
        overflow: hidden;
        flex-shrink: 0;
    }

}

.produkty .prod-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 18.75rem;
    height: 18.75rem;
    position: relative;
}

.produkty .prod-box .prod-kropka {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    transform-origin: center center;
    z-index: 1;
}

.produkty .prod-box .prod-kropka01 {
    transform: translate(-50%, -50%) rotate(88.629deg);
}

.produkty .prod-box .prod-kropka02 {
    transform: translate(-50%, -50%) rotate(0);
}

.produkty .prod-box .prod-kropka03 {
    transform: translate(-50%, -50%) rotate(31.784deg);
}

.produkty .prod-box .prod-kropka04 {
    transform: translate(-50%, -50%) rotate(88.629deg);
}

.produkty .prod-box .prod-kropka05 {
    transform: translate(-50%, -50%) rotate(88.629deg);
}

.produkty .prod-box .prod-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

/* Kontakt */


.contact-form {
    max-width: 49.74994rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-form .form-control,.contact-form  .form-floating>.form-control, .contact-form .form-check-input {
    background-color: #fff;
}

.contact-form  .form-check-input:checked {
    background-color: var(--violet);
}

.contact-form textarea.form-control {
    height: 16.38438rem;
}
.contact-form .form-check-label {

    text-align: justify;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* footer */

footer {
    background-color: var(--violet);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 1.5rem 0 2.5rem 0;
}

footer .container-fluid {

}

footer .nav-link {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 1rem 1.4rem 1rem 1.4rem;
}

footer .nav-link:hover {
    color: var(--yellow);
}

footer .organizator-row {
    max-width: 66.5rem;
    margin: 3rem auto 0 auto;
}

footer  .organizator-row .nav-link {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* modale */

.modal.transparent-modal {
    --bs-modal-width: fit-content;
    --bs-modal-padding: 0;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: transparent;
    --bs-modal-border-color: transparent;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-header-padding-x: 0;
    --bs-modal-header-padding-y: 0.86rem;
    --bs-modal-header-padding: 0;
    --bs-modal-header-border-color: transparent;
    --bs-modal-header-border-width: 0;
    --bs-modal-title-line-height: 1.63519rem;
    --bs-modal-footer-gap: 0;
    --bs-modal-footer-bg: transparent;
    --bs-modal-footer-border-color: transparent;
    --bs-modal-footer-border-width: 0;
}

.modal .modal-header {
    min-height: 2.5rem;
}

.btn-close {
    background-image: none;
    opacity: 1;
    width: 1.67938rem;
    height: 1.63519rem;

}

.btn-close svg {
    width: 100%;
    height: auto;
}

.paragon {
    filter: drop-shadow(0px 0.25rem 1.125rem rgba(0, 0, 0, 0.25));
    width: 27.5rem;
    height: auto;
    max-width: 100%;
}

.modal.yellow-modal {
    --bs-modal-width: 47rem;
    --bs-modal-padding: 0;
    --bs-modal-color: var(--red);
    --bs-modal-bg: transparent;
    --bs-modal-border-color: transparent;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-header-padding-x: 0;
    --bs-modal-header-padding-y: 0.86rem;
    --bs-modal-header-padding: 0;
    --bs-modal-header-border-color: transparent;
    --bs-modal-header-border-width: 0;
    --bs-modal-footer-gap: 0;
    --bs-modal-footer-bg: transparent;
    --bs-modal-footer-border-color: transparent;
    --bs-modal-footer-border-width: 0;
}


@media (max-width: 575.98px) {
    .modal.yellow-modal  .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
}
.modal.yellow-modal  .modal-dialog .modal-content {
    background-image: url("../images/modal-bg-TRReTNN.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    padding: 9rem 1rem 7rem 1rem;
    position: relative;
}

.modal-content .winner01 {
    position: absolute;
    width: 3.313rem;
    height: auto;
    top: 3rem;
    left: calc(50% + 3rem);
}

.modal-content .winner02 {
    position: absolute;
    width: 2.563rem;
    height: auto;
    top: 54%;
    right: calc(50% + 16rem);
}

.modal-content .winner03 {
    position: absolute;
    width: 2.313rem;
    height: auto;
    top: 50%;
    left: calc(50% + 16rem);
}

.modal.yellow-modal h2 {
    color: #fff;
}

.modal.yellow-modal h3  {
    width: fit-content;
    margin: 0 auto 2.56rem auto;
    background-image: url("../images/appla3-JKRuL0Q.svg");
    background-size: 100% 100%;
    color: #fff;
    padding: 1rem 2.37rem 0.94rem 1.81rem;
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal.yellow-modal h3.smallh3 {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 107%; /* 1.73875rem */
}

.modal.yellow-modal.loser-modal h3  {
    max-width: 37.9375rem;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    color: var(--red);
    text-align: center;

    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 107%; /* 2.27375rem */
    letter-spacing: -0.02125rem;
}

.modal.yellow-modal p {
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4375rem; /* 143.75% */
    max-width: 28.25rem;
    margin: 0 auto 1.75rem auto;
}


.modal.winners-modal {
    --bs-modal-width: 47rem;
    --bs-modal-padding: 0;
    --bs-modal-color: var(--red);
    --bs-modal-bg: transparent;
    --bs-modal-border-color: transparent;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    --bs-modal-header-padding-x: 0;
    --bs-modal-header-padding-y: 0.86rem;
    --bs-modal-header-padding: 0;
    --bs-modal-header-border-color: transparent;
    --bs-modal-header-border-width: 0;
    --bs-modal-footer-gap: 0;
    --bs-modal-footer-bg: transparent;
    --bs-modal-footer-border-color: transparent;
    --bs-modal-footer-border-width: 0;
}

.modal.winners-modal .modal-body {
    background-color: #fff;
    color: var(--violet);
    border-radius: 1.25rem;
    padding: 1.5rem 1rem 1rem 1rem;
}

.modal.winners-modal h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.5rem;
}


.table.table-winners td {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 1rem;
    border-top: dotted 0.25rem var(--violet);
    border-bottom: 0;
    color: var(--violet);
}

.table.table-winners tr td:first-child {
    border-right:  dotted 0.25rem var(--violet);
}

.table.table-winners-all thead th  {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 1rem;
    border-bottom: 0;
    color: var(--violet);
}

.table.table-winners-all td  {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding: 1rem;
    border-top: dotted 0.25rem var(--violet);
    border-bottom: 0;
    color: var(--violet);
}

.table.table-winners-all tbody th  {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 1rem;
    border-top: dotted 0.25rem var(--violet);
    border-bottom: 0;
    color: var(--violet);
}

.table.table-winners-all tbody th, .table.table-winners-all thead tr th:first-child {
    border-right:  dotted 0.25rem var(--violet);
}

.table.table-winners-all thead tr th:first-child {
    width: 12rem;
}

.modal {
    scrollbar-color: #6F2B6F #EFDEEF;
    scrollbar-width: thin;
}


/* zaślepki */

.form .form-container {
    position: relative;
}


.zaslepka {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zaslepka.active {
    display: flex;
}

.zaslepka-hero { color: #fff;}

.zaslepka p, .zaslepka-hero p {
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.zaslepka .h3, .zaslepka-hero .h3 {

    width: fit-content;
    margin: 0 auto 2.56rem auto;
    background-image: url("../images/appla2-g59BKb9.svg");
    background-size: 100% 100%;
    color: var(--violet);
    padding: 1rem 2rem;
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;

}

.form .form-container:has(.zaslepka.active) {
    background-color: #7C3E7C;
}

.form .form-container:has(.zaslepka.active) .form-container-inner {
    opacity: 0.08;
}


/* Form laureat */


.form-laureat h2 {
    font-size: min(12vw, 6.0625rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.form-laureat p.form-laureat-info {
    text-align: center;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.foto-paragonu-row {
    padding-bottom: 3.78rem;
    border-bottom: dotted 0.25rem var(--violet);
}

.foto-paragonu-row  p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}
.nr-dow {
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-bottom: 1rem;
}

.upload {
    background-color: var(--gray);
    max-width: 28.527rem;
    margin: 1.5rem auto 0 auto;
    border-radius: 2.3125rem;
    padding: 3.95rem 0 2rem 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upload.img-prev[style*="background-image"] {
    background-color: transparent;
}

.upload.img-prev[style*="background-image"] .upload-label > * {
    visibility: hidden;
}

.upload-input {
    display: none;
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.62rem;
    cursor: pointer;
}

.upload-icon {
    width: 4.12369rem;
    height: 4.12369rem;
}

.upload-icon img {
    width: 100%;
    height: auto;
}

.upload-text {
    color: var(--dark_gray);
    text-align: center;

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.file-info {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 2rem;
    color: var(--dark_gray);
}

/* parallax  i animacje */

.page-wrapper {
    overflow: hidden;
}


.home .btn.btn-primary {
    animation: pulse 2s ease 0s infinite normal forwards;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.arrow1 {
    animation: arrow1 2s ease-in-out 0s infinite normal forwards;
}

@keyframes arrow1 {
    0%,
    100% {
        transform: translate(0%, 0%) rotate(0deg);
        transform-origin: 50% 100%;
    }

    50% {
        transform: translate(15%, 10%) rotate(-3deg);
    }

}

.arrow2 {
    animation: arrow2 2s ease-in-out 0s infinite normal forwards;
}

@keyframes arrow2 {
    0%,
    100% {
        transform: translate(0%, 0%) rotate(0deg);
        transform-origin: 50% 100%;
    }

    50% {
        transform: translate(15%, -15%) rotate(0deg);
    }

}

.arrow3 {
    animation: arrow3 2s ease-in-out 0s infinite normal forwards;
}

@keyframes arrow3 {
    0%,
    100% {
        transform: translate(0%, 0%) rotate(0deg);
        transform-origin: 50% 100%;
    }

    50% {
        transform: translate(-15%, -10%) rotate(3deg);
    }

}

.steps .step-icon {transform: translateY(30%) scale(0.8);}

.steps div:nth-child(1) .step-icon.trig {
    animation: slideIn 1s ease-in-out 0s 1 normal forwards;
}

.steps div:nth-child(2) .step-icon.trig {
    animation: slideIn 1s ease-in-out 0.1s 1 normal forwards;
}

.steps div:nth-child(3) .step-icon.trig {
    animation: slideIn 1s ease-in-out 0.2s 1 normal forwards;
}

@keyframes slideIn {

    0% {
        transform: translateY(30%) scale(0.8);
    }

    50% {
        transform: translateY(-5%) scale(1.1);
    }

    100% {
        transform: translateY(0%) scale(1);
    }
}

.nagrody-img.trig {
    animation: slideInNagroda 1s ease-in-out 0.2s 1 normal forwards;
}

@keyframes slideInNagroda {

    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(0) scale(1.025);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.kropka01 {
    transform: translateY(calc(var(--trig) * 1.3)) rotate(calc(84.117deg + (var(--trig-deg) * -0.45)));
}

.kropka02 {
    transform: translateY(calc(var(--trig) * 1.3)) rotate(calc(84.117deg + (var(--trig-deg) * 0.45)));
}

.kropka03 {
    transform: translateY(calc(var(--trig) * 1.3)) rotate(calc(84.117deg + (var(--trig-deg) * -0.45)));
}

.kropka04 {
    transform: translateY(calc(var(--trig) * 1.3)) rotate(calc(84.117deg + (var(--trig-deg) * 0.45)));
}

.kropka05 {
    transform: translateY(calc(var(--trig) * 1.3)) rotate(calc(84.117deg + (var(--trig-deg) * -0.45)));
}

.prod-box:nth-child(1).trig {
    animation: slideIn2 1s ease-in-out 0s 1 normal forwards;
}

.produkty .prod-box:nth-child(2).trig {
    animation: slideIn2 1s ease-in-out 0.1s 1 normal forwards;
}

.produkty .prod-box:nth-child(3).trig {
    animation: slideIn2 1s ease-in-out 0.2s 1 normal forwards;
}

.produkty .prod-box:nth-child(4).trig {
    animation: slideIn2 1s ease-in-out 0.3s 1 normal forwards;
}

.produkty .prod-box:nth-child(5).trig {
    animation: slideIn2 1s ease-in-out 0.4s 1 normal forwards;
}

@keyframes slideIn2 {

    0% {
        transform: translateX(0)  scale(1);
    }

    50% {
        transform: translateY(-10%)  scale(0.75);
    }


    100% {
        transform: translateX(0) scale(1);
    }
}
.produkty .prod-box .prod-img {transition: all 1s ease-in-out;}
.produkty .prod-box .prod-img:hover {
    transform: scale(0.85);
    transition: all 1s ease-in-out;
}

.hero-img {
    animation: fadeIn 2s ease 0s 1 normal forwards;
}
@starting-style {
    .hero-img {opacity: 0;
        transform:  translate(0, 2rem) scale(0.85);}
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, 2rem) scale(0.85);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

.data-input-row .is-inactive {
    opacity: 0.45;
}

.data-input-row h3 {
    cursor: pointer;
}

.table-title-text {
    font-family: inherit;
    font-weight: 700;
    color: var(--violet);
}

/** Share button (Poleć znajomym) */
.polec-znajomym {
    position: fixed;
    right: 1.5rem;
    bottom: 4.5rem;
    width: min(42vw, 12.5rem);
    z-index: 1040;
    cursor: pointer;
    text-decoration: none;
    color: var(--violet);
    animation: shareAnime 2s ease 0s infinite normal forwards;
}

.polec-znajomym:hover,
.polec-znajomym:focus {
    color: var(--violet);
    text-decoration: none;
}

.polec-znajomym:focus-visible {
    outline: 0.1875rem solid var(--yellow);
    outline-offset: 0.375rem;
    border-radius: 0.5rem;
}

.polec-znajomym__badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.75rem;
    padding: 0.85rem 1.35rem;
    background: #fff;
    border: 0.2rem solid var(--violet);
    border-radius: 1.15rem;
    box-shadow: 0 0.35rem 0.85rem rgba(111, 43, 111, 0.22);
    transform: rotate(-8deg);
}

.polec-znajomym__label {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.7rem, 2.4vw, 0.95rem);
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--violet);
}

.polec-znajomym__arcs {
    position: absolute;
    top: 50%;
    width: 1.1rem;
    height: 2.6rem;
    pointer-events: none;
}

.polec-znajomym__arcs::before,
.polec-znajomym__arcs::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 0.12rem solid var(--violet);
    border-radius: 50%;
    opacity: 0.85;
}

.polec-znajomym__arcs--left {
    right: calc(100% + 0.15rem);
    transform: translateY(-50%);
}

.polec-znajomym__arcs--left::before,
.polec-znajomym__arcs--left::after {
    border-color: transparent transparent transparent var(--violet);
}

.polec-znajomym__arcs--left::before {
    inset: 0.2rem;
}

.polec-znajomym__arcs--left::after {
    inset: -0.15rem;
    opacity: 0.55;
}

.polec-znajomym__arcs--right {
    left: calc(100% + 0.15rem);
    transform: translateY(-50%);
}

.polec-znajomym__arcs--right::before,
.polec-znajomym__arcs--right::after {
    border-color: transparent var(--violet) transparent transparent;
}

.polec-znajomym__arcs--right::before {
    inset: 0.2rem;
}

.polec-znajomym__arcs--right::after {
    inset: -0.15rem;
    opacity: 0.55;
}

@keyframes shareAnime {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@media (max-width: 575.98px) {
    .polec-znajomym {
        width: min(48vw, 10.5rem);
    }

    .polec-znajomym__badge {
        min-height: 4.1rem;
        padding: 0.7rem 1rem;
        border-radius: 1rem;
    }
}

/** Share modal */
.modal.share-modal {
    --bs-modal-width: 31rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-radius: 2rem;
    color: var(--violet);
}

.modal.share-modal .modal-content {
    border: 0.25rem solid #fff;
    border-radius: 2rem;
    padding: 3.25rem 2.25rem 2.5rem;
    box-shadow: 0.25rem 0.25rem 1rem 0.5rem rgba(111, 43, 111, 0.35);
    overflow: hidden;
    background-color: #fff;
}

.modal.share-modal .modal-header {
    border: 0;
    padding: 0;
    min-height: 0;
    position: relative;
}

.modal.share-modal .modal-header .share-modal-close {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--violet);
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    height: 3rem;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 1.25rem;
    top: -2.25rem;
    width: 3rem;
    z-index: 10;
}

.modal.share-modal .modal-header .share-modal-close:hover,
.modal.share-modal .modal-header .share-modal-close:focus {
    color: var(--red);
    opacity: 1;
}

.modal.share-modal .modal-header .share-modal-close:focus-visible {
    outline: 0.1875rem solid var(--yellow);
    outline-offset: 0.125rem;
}

.modal.share-modal .modal-header .share-modal-close span {
    display: block;
    transform: translateY(-0.125rem);
}

.modal.share-modal .modal-body {
    padding: 0;
    text-align: center;
}

.modal.share-modal .share-modal-title {
    font-family: 'dk_bocadilloregular';
    font-size: 2.75rem;
    line-height: 0.95;
    color: var(--violet);
    margin: 0.5rem 0 1rem;
    text-transform: uppercase;
}

.modal.share-modal .share-modal-subtitle {
    color: var(--violet);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 auto 1.75rem;
    max-width: 22rem;
}

.modal.share-modal .share-native {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    min-width: 0;
}

.share-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 4.5rem;
    text-decoration: none;
    color: var(--violet);
    font-size: 0.8125rem;
    font-weight: 600;
}

.share-option:hover,
.share-option:focus {
    text-decoration: none;
    color: var(--violet);
}

.share-option .share-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(111, 43, 111, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.share-option .share-icon svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
}

.share-option:hover .share-icon,
.share-option:focus-visible .share-icon {
    transform: translateY(-0.25rem) scale(1.06);
    box-shadow: 0 0.75rem 1.25rem rgba(111, 43, 111, 0.28);
}

.share-facebook .share-icon { background: #1877f2; }
.share-whatsapp .share-icon { background: #25d366; }
.share-x .share-icon { background: #000; }
.share-email .share-icon { background: var(--violet); }

.share-copy {
    display: flex;
    align-items: stretch;
    border: 0.125rem solid var(--yellow);
    border-radius: 1.625rem;
    background: #fff8e0;
    overflow: hidden;
}

.share-copy-input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    color: var(--violet);
    min-width: 0;
    text-overflow: ellipsis;
}

.share-copy-input:focus {
    outline: none;
}

.share-copy-btn {
    flex: 0 0 auto;
    border: 0;
    border-radius: 1.625rem;
    padding: 0.85rem 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--violet);
    background: var(--yellow);
    white-space: nowrap;
    cursor: pointer;
    transition: filter 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.share-copy-btn:hover {
    filter: brightness(1.05);
}

.share-copy-btn.is-copied {
    color: #fff;
    background: var(--violet);
}

@media (max-width: 575.98px) {
    .modal.share-modal .modal-content {
        padding: 2.5rem 1.25rem 1.75rem;
        margin: 0 0.75rem;
    }

    .modal.share-modal .modal-header .share-modal-close {
        right: 0.5rem;
        top: -1.75rem;
    }

    .modal.share-modal .share-modal-title {
        font-size: 2.25rem;
    }

    .modal.share-modal .share-modal-subtitle {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .share-options {
        gap: 0.75rem;
    }

    .share-option {
        width: 4rem;
    }

    .share-option .share-icon {
        width: 3rem;
        height: 3rem;
    }

    .share-option .share-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .share-copy {
        flex-direction: column;
        border-radius: 1.25rem;
    }

    .share-copy-input {
        padding: 0.75rem 1rem;
        text-align: center;
    }

    .share-copy-btn {
        border-radius: 0 0 1.1rem 1.1rem;
        padding: 0.75rem 1rem;
    }
}

/** Datapicker **/
.datepicker-controls .btn {
    padding: 0.375rem 0.75rem;
    border: none;
    min-width: 0 !important;
}
