/* ------- FONTS & GENERAL----------------------------- */
body {
  font-family: 'Maven Pro', sans-serif;
  color: #020046;
  background: rgb(92,155,54);
  background: linear-gradient(90deg, rgba(92,155,54,1) 0%, rgba(124,194,80,1) 35%, rgba(94,154,57,1) 100%);
  overflow-x: hidden;
  min-height: 100vh;
}

/* main {
  min-height: 100vh;
} */
h1, h2, h3, h4, h5 {
  font-family: 'Maven Pro', sans-serif;
  color: #fff;

}

h1 {
  font-size: 8rem;
  font-weight: 900;
  line-height: 6.5rem;
  text-shadow: 0 10px 10px rgba(0,0,0,0.4);
}

h2 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 4rem;
  text-align: center;
  text-shadow: 0 5px 8px rgba(0,0,0,0.5);
}


h3 {
  font-size:2.5rem;
  font-weight: 900;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
}

h5 {
  /* font-weight: 800; */
  font-size: 1.3rem;
  text-align: center;
}
strong {
  font-weight: 800;
}

p {
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


.all-caps {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}


.wide {
  letter-spacing: 10px;
}

.red-text{
  color: #C10020;
}

.uppercase {
  text-transform: uppercase;}

.underline {
  text-decoration: underline;
}

.link {
  cursor: pointer;

}

/* SECTION LAYOUT========================================== */

/* Padding */
.no-padding {
  padding: 0;
}

.padding-top-dwn-sm {
  padding: 40px 0;
}

.padding-top-xs {
  padding-top: 20px;
}

.padding-top-sm {
  padding-top: 40px;
}
.padding-top-md {
  padding-top: 80px;
}

.padding-sides-xs {
  padding-left: 10%;
  padding-right: 10%;
}

.padding-sides-sm {
  padding-left: 15%;
  padding-right: 15%;
}

.padding-sides-md {
  padding-left: 20%;
  padding-right: 20%;
}

.padding-top-dwn-md {
  padding: 80px 0;
}

/* Margins */
.no-margin {
  margin: 0;
}

.margin-auto {
  margin: auto;
}

.margin-btm-xs {
  margin-bottom: 20px;
}

.margin-btm-sm {
  margin-bottom: 40px;
}

.margin-btm-md {
  margin-bottom: 80px;
}

.margin-btm-lg {
  margin-bottom: 120px;
}

.margin-top-xs {
  margin-top: 20px;
}

.margin-top-sm {
  margin-top: 40px;
}
.margin-top-md {
  margin-top: 80px;
}

.margin-top-lg {
  margin-top: 120px;
}

.pad-sides-md {
  padding: 0 8%;
}

.pad-sides-lg {
  padding: 16%;
}

/*-------LAYOUT ----------------------------- */

.container,
.row,
.col-sm
.col-sm-6,
.col-sm-3,
.col-md,
.col-md-6,
.col-md-3
{
  transition: 0.3s;
}

.container-narrow {
  max-width: 800px;
}


img {
  width: 100%;
  max-width: 100%;
}
section {
  margin: 0;
}

.subscript {
  vertical-align: sub;
  font-size: 2rem;
}

.text-center {
  justify-content: center;
}

.cta-orange {
  width: 250px;
  height: 70px;
  background-color: #F07028;
  border-radius: 25px;
  border: 4px solid #fff;
  transition: 0.3s;
  z-index: 50;
}

.cta-orange a {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFF279;
  line-height: 65px;
  display: block;
  width: 100%;
  height: 100%;
}

.cta-orange:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(240	112	40);
}

.header-row {
  margin-bottom: 70px;
}

.scroll-top{
  display: block;
  position: fixed;
  right: 40px;
  bottom: 5%;
  width: 60px;
  border-radius: 100%;
  transition: 0.3s;
}

.scroll-top:hover {
  cursor: pointer;
  transform: scale(1.05);

}


/* MAIN CONTENT ////////////////////////////===== */

/* SECTION NAVIGATION  ===============================*/



.navbar-toggler {
  color: #fff;
  border: none !important;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  aspect-ratio: 1.0;
  transition: 0.3s;
  background-color: #F07028;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  margin-left: 50%;
}

.navbar-toggler:hover {
  transform: scale(1.05);
  background-color: #f3a578;
}

.navbar-toggler:focus {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.offcanvas {
  background-color: #F07028;
  height: 300px;
}



.nav-link {
  color: #fff;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-item {
  transition: 0.4s;
}

.nav-item:hover {
  background-color: #f3a578
}

.active {
  color: #fff !important;
}

.btn-close {
  background-image: url(../images/nav_close.png);
  left: 10px;
  top: 20px
}

.navbar-toggler-icon {
  color: #fff;
  background: url(../images/toggler_icon.png) no-repeat center;
  background-size: 90%;
}

/* BACKGROUND */

.basket {
  mix-blend-mode: screen;
  z-index: -1;
  /* opacity: 0.5; */
}

#basket-1 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 300px;
}

#basket-2 {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 220px;
}

#basket-3 {
  position: absolute;
  top: 110%;
  right: 12%;
  width: 200px;
}
#basket-4 {
  position: absolute;
  top: 200%;
  right: 6%;
  width: 180px;
}

#basket-5 {
  position: absolute;
  top: 300%;
  width: 200px;
  left: 6%;
}

#basket-6 {
  position: absolute;
  top: 400%;
  width: 150px;
  right: 5%;
}


/* SECTION BANNER ===============================*/


#banner {
  position: relative;
  min-height: 1400px;
  background-size: 800px;
  background-position: 60% 50px;
}

#rect-black {
  position: absolute;
  background: #000;
  width: 650px;
  height: 2200px;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 0;
}


.banner-roundel {
  position: absolute;
  left: 63%;
  right: 50%;
  transform: translateX(-230%);
  top: 0;
  background: url(../images/roundel_orange.png) no-repeat center;
  background-size: cover;
  height: 180px;
  aspect-ratio: 1.65;
}

#slogan {
  position: relative;
  margin-bottom: 120px;
  z-index: 10;
}

#banner-slogan{
  position: relative;
  margin-top: 250px;
  width: 100%;
  margin-left: 12%;
}

#banner-slogan::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../images/Odido_logo.png') no-repeat;
  background-size: 450px;
  width: 450px;
  height: 180px;
  left: 130px;
  top: 14rem;
  filter: drop-shadow(0 5px 10px #333);
}

.title-subscript{
  display: block;
  font-size: 5rem;
  margin-left: 40px;
  line-height: 4rem;
}

.smaller-text {
  display: block;
  font-size: 6rem;
  /* line-height: 5rem; */
  margin-left: 40px;
}

#woman {
  position: absolute;
  width: 800px;
  max-width: 100%;
  top: 80px;
  left: 45%;
  z-index: 1;
  overflow: hidden;
}

#woman img {
  object-fit: contain;
}




/* SECTION PRIZES===============================*/

#prizes {
  margin-top: -380px;
}

.prize-image {
  max-width: 900px;
}

.prize-off-left {
  position: relative;
  margin-top: -5%;
  margin-left: 2%;
}

.prize-off-right {
  position: relative;
  margin-top: -3%;
  margin-left: 5%;
}

.prize-header{
  display: block;
  position: absolute;
  left: 220px;
  top: -5px;
  font-size: 3.5rem;
  text-transform: uppercase;
  text-shadow: 0 7px 7px rgba(0,0,0,0.4);
}

.week-text {
  transform: rotate(-8deg);
  top: 10px;
  left: 200px;
}

.day-text {
  top: -30px;
  transform: rotate(8deg);
}


/* SECTION RULES= ==============================*/

.rule-icon {
  max-width: 200px;
}

.rule-row h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

.text-orange-black:hover {
  color: #f3a578
}

.text-orange-black {
  display: inline-block;
  color: #F07028;
  background-color: #000;
  padding: 0pt 15pt 3pt 15pt;
  border-radius: 10pt;
  transition: 0.3s;
}

.text-orange-black:hover {
  transform: scaleX(1.02);
}

.regulamin {
  font-weight: 700;
  padding: 8px 30px;
}

/* SECTION PARTNERS ==============================*/
#partners h5 {
  color: #000;
  text-align: left;
}

.white-bkg {
  background-color: #fff;
  padding: 20px 15% 40px 15%;
}

.partners-wrapper-main {
  display: grid;
  grid-template-rows: repeat(2, 1fr); /* 2 rows */
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 5px; /* Adjust the gap as needed */;
  justify-items: center;
}

.partners-wrapper-other {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr); /* 3 columns */
  gap: 5px; /* Adjust the gap as needed */;
   justify-items: center;
}

.partner-logo {
  height: 60px;
  width: 100px;
  text-align: center;
  padding: 5px;
}

.partner-logo img {
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

/* SECTION FORM ==============================*/

 form {
  position: relative;
 }
.form-wrapper {
  /* position: relative; */
  background-color: #5E9A39;
  padding: 0 15% 40px 15%;
  border-radius: 150px;
  max-width: 1000px;;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

#form .header-row {
  transform: translateY(-43px);
  margin-bottom: 0;
}

.header-row h2 {
  line-height: 3rem;
}

.main-input {
  background-color: #6BAC43;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  color: #fff;
  padding: 0 20px;
}

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

.helper-receipt {
  position: absolute;
  text-align: center;
  top: 2px;
  right: -120px;
  width: 100px;
}

.helper-nip {
  position: absolute;
  text-align: center;
  top: 155px;
  left: -120px;
  width: 100px;
}

.helper-wrapper img {
  width: 30px;
  transition: 0.3s;
}

.helper-wrapper img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

#form a:hover {
  color: #F07028;
}

.main-input:hover {
  background-color: #94d46c;
}

.main-input:focus {
  background-color: #fff;
  border-color: #6BAC43;
}

.form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}

option:disabled {
  opacity: 0.6;
}


.form-check {
  margin-left: 10px;
}

.checkbox-header {
  margin-left: -30px;
  margin-bottom: 5px;
  line-height: 1.2rem;
}

#form label, #form p {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  transform: translate(-10px);
}

.form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked {
  background-color:#F07028;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 112, 40,0.25);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


/* CUSTOM DROPDOWN MENU */
/* .custom-select {
  position: relative;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
} */

.custom-select select {
  display: block;
}

.select-selected {
  background-color: #6BAC43;
  height: 46px;
  border-radius: 18px;
  /* transform: translateY(-1px); */
  padding: 3px 0;
}

.select-selected:hover {
  background: #94d46c;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  padding: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #fff;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  transition: 0.3s;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #6BAC43;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.cta {
  position: relative;
  width: 250px;
  height: 65px;
  line-height: 55px;
  margin: 0 auto;
  background-color: #F07028;
  border-radius: 35px;
  border: 4px solid #fff;
  transition: 0.3s;
  z-index: 50;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFF279;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(240,	112,	40, 0.5);
  cursor: pointer;
}

.invalid-feedback {
  background-color: #FFF279;
  border-radius: 5px;
  padding: 2px 2px 2px 15px;
  font-family: 'Maven Pro', sans-serif;
}


/* SECTION FOOTER ===============================*/

footer {
  min-height: 200px;
  padding: 40px 8% 5px 8%;
  margin-top: 100px;
  color: #fff;
  background-color: #6BAC43;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
}

footer p {
  margin-bottom: 0;
}

footer a:hover {
  color: #F07028;
}

#footer-logo {
  display: block;
  position: relative;
  padding: 10px;
  width: 200px;
}


.footer-logo::before {
  content: "Organizator Konkursu";
  position: absolute;
  width: 100%;
  top: -18px;
  left: 30px;
  text-align: left;
  font-size: 0.8rem;
}

.footer-item-wrapper {
  margin-bottom: 10px;
}

.footer-icon {
  width: 30px;
  margin-right: 20px;
}

.footer-links {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 20px;
  /* transform: translateY(10px); */
}

.footer-links .footer-icon {
  transition: 0.4s;
}

.footer-links .footer-icon:hover {
  transform: rotate(360deg);
}


/* MODAL ============================= */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  max-width: 75%;
}

#modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width:2rem;
  height: 20px;
  transition: 0.4s;

}
#nbr-img {
  display: none;
}

#nip-img {
  display: none;
}

#modal-close:hover {
  transform: scale(1.05);
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(1)}
  to {-webkit-transform:scale(2)}
}

@keyframes zoom {
  from {transform:scale(0.4)}
  to {transform:scale(1)}
}

@-webkit-keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}
@keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

/* PAGE WIN- ======================================== */
/* ================================================== */


.rect-black-small {
  width: 60%;
  max-width: 400px;
  background-color: black;
  padding: 30px 60px 15px 60px;
}

.subpage-logo {
  max-width: 250px;
}


.question-orange {
  width: 120px;
}

.scratch-wrapper {
  background-color: #94d46c;
  height: 600px;
}

.scratch-wrapper h4 {
  color: #000;
  font-weight: 900;
}


#scratch {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-top: 100px;
}
#scratch img {
  width: 100%;
  max-width: 916px;
  height: auto;
}
#scratch canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  will-change: transform;
  transform: translate3d(0,0,0);
  -ms-touch-action: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  touch-action: none;
  transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
}

#scratch.revealed canvas {
  opacity: 0;
  height: 0;
}



.cta-white {
  width: 200px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #6BAC43;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.cta-white:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-color: #94d46c;
}

#win-finish {
  display: none;
}

/* PAGE ADDITIONAL MAIN PRIZE WIN FORM  */

#post-address {
  height: 0px;
  overflow: hidden;
}

.postal-visible {
  height: auto;
  overflow: visible;
}
#postal-chk,
#pesel-chk {
  margin-left: 12px;
}

#form h6 {
  color: #fff;
}

.form-hidden {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}


/* SECTION FACEBOOK WIDGET ====================== */

.facebook-widget {
  position: fixed;
  top: 38%;
  right: 0;
  width: 50px;
  object-fit: contain;
  z-index: 50;
}

.facebook-widget {
  height: 100%;

}


/* PAGE WINER FORM =============================== */

.file-attach {
  position: relative;
}

#file {
  background: none;
  transition: 0.3s;
  border: none;
  color: #fff;
  width: 200px;
  margin-top: 50px;
  text-align: center;
  align-self: center;
}

input::file-selector-button {
  font-weight: bold;
  color: #06183E;
  padding: 0.2em;
  border: none;
  border-radius: 3px;
  opacity: 0;
  width: 20px;
  margin-left: 50%;
}

@-moz-document url-prefix() {
  #file {
    border-radius: 20px;
    width: 100%;
  }
  input::file-selector-button {
    opacity: 1;
    width: 120px;
    background-color: #00DCFF;
  }

  input::file-selector-button:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 10px rgba(0,220,255, 0.2);
  }
}


#file::before {
  content: url('../images/plus_icon.png');
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: scale(0.9);
  top: -5px;
  left: 45%;
  z-index: 3;
  transition: 0.2s;
  transform-origin: 40px 10px ;
}


#file:hover::before {
  transform: scale(1.02);
  transform-origin: 20px 10px ;
}

#file:active {
  border: none;
}


.congrats h1 {
  text-align: center;
  font-size: 4.2rem;
  line-height: 4.2rem;
}

.congrats h2 {
  margin-top: 40px;
  font-size:2.5rem;
  line-height: 2.5rem;
}

/*  ENDING PAGE */

.smaller-text {
  font-size: 2.2rem;
  line-height: 2.2rem;
}


/* SECTION FOOTER ===============================*/

footer {
  min-height: 200px;
  padding: 8% 8% 5px 8%;
  margin-top: 100px;
}

footer p {
  margin-bottom: 0;
}

#footer-logo {
  display: block;
  position: relative;
  padding: 10px;
  width: 200px;
}


.footer-logo::before {
  content: "Organizator Konkursu";
  position: absolute;
  width: 100%;
  top: -18px;
  left: 30px;
  text-align: left;
  font-size: 0.8rem;
}

.footer-item-wrapper {
  margin-bottom: 10px;
}

.footer-icon {
  width: 30px;
  margin-right: 20px;
}

.footer-links {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 20px;
  /* transform: translateY(10px); */
}

.footer-links .footer-icon {
  transition: 0.4s;
}

.footer-links .footer-icon:hover {
  transform: rotate(360deg);
}


/* SECTION COOKIES================================ */


#cookie-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 600px;
  bottom: 0;
  right: 10%;
  overflow: hidden;
  background: #fff;
  z-index: 30;
  transition: 0.2s;
  padding: 10px 20px;
  transition: 0.2s;
  animation-name: fadeOut;
  animation-duration: .5s;
  z-index: 100;
}

.cookie-title h2 {
  color: #152E61;
  font-size: 1rem;
  text-shadow: none;
}

.cookie-header {

  color: #152E61;
  text-align: left;
  font-size: 1rem;
}

.cookie-header span {
  color: #5E9A39;
}

#cookie-question p, #cookie-question a {
  margin-top: 10px;
  color: #152E61;
  font-weight: 400;
  font-size: 0.7rem;
  text-align: justify;
}

.cookie-opt-wrapper {
  visibility: hidden;
  transition: 0.3;
  height: 1px;
  transition: 0.5s;
}

.visible {
  display: block;
  visibility: visible;
  height: 100%;
}

.hidden {
  display: none;
}

/* @keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} */

/* Apply the animation to the .cookie-opt-wrapper element */
/* .cookie-opt-wrapper {
  animation: fadeOut 5s ease-in-out;
} */


.cookie-option p {
  color: #152E61;
  text-align: left;
  font-size: 0.8rem;
}

#cookie-question a {
  text-transform: uppercase;
  text-decoration: underline ;
}

.cookie-btn {
  background-color: #fff;
  border: 2px solid #5E9A39;
  max-width: 100%;
  height: 50px;
  color: #5E9A39;
  line-height: normal;
  margin: 0 auto;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 2px 10px;
}

.cookie-btn:hover {
  box-shadow: 0 2px 10px rgba(0,220,255, 0.2);
  background-color: #F07028;
  color: #FFF279;
  border: none;
}

.accept {
  background-color: #5E9A39;
  color: #FFF279
}

.accept:hover {
  box-shadow: 0 2px 10px rgba(0,220,255, 0.2);
  background-color: #F07028;
  color: #FFF279;
  border: none;
}

/* Switches */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5E9A39;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5E9A39;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/* -------MEDIA QUERIES ----------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */


@media (max-width: 1400px) {
    #banner-slogan {
      margin-left: 0;
    }

    #rect-black {
      width: 600px ;
    }

    .banner-roundel {
      transform: translateX(-205%);
    }



    .week-text {
      top: -5px;
    }

    .day-text {
      top: -15px;
    }

}

@media (max-width: 1200px) {
  #banner {
    min-height: 1300px;
  }

  #rect-black {
    height: 2000px;
  }

  .week-text {
    top: -5px;
    left: 100px;
  }

  .day-text {
    top: -20px;
    left: 100px;
  }

  #partners .col-xl-7 {
    margin-top: 40px;
  }

  #partners h5 {
    text-align: center;
  }

}



@media (max-width: 992px) {

  #banner {
    min-height: 1000px;
  }
  .banner-roundel {
    transform: translateX(0);
    left: 7%;
  }

  #rect-black {
    width: 500px ;
    height: 1700px;
  }

  #banner-slogan h1 {
    font-size: 5.5rem;
    line-height: 4.8rem;
  }

  .title-subscript {
    font-size: 4rem;
  }

  .smaller-text {
    font-size:4rem;;
  }

  #banner-slogan::after {
    background-size:350px;
    top: 10rem;
  }

  #banner-logo {
    transform: translateX(-30px);
  }

  #woman {
    width: 700px;
    top: 20px;
    left: 35%;
    z-index: 1;
  }

  .cta-orange {
    margin-top: -50px;
  }





  #prizes {
    margin-top: -15%;
  }

  .prize-header {
    font-size: 2.3rem;
  }
  .week-text {
    left:110px;
    top: -1%
  }

  .day-text {
    left: 120px;
    top: -14px
  }

  .prize-off-left {
    margin-left: -3%;
  }

  .prize-off-righ {
    margin-left: 3%;
  }

  .helper-receipt {

    top: 2px;
    right: -100px;
    transition: 0.3s;
  }

  .helper-nip {
    top: 155px;
    left: -100px;
    transition: 0.3s;
  }

  .smaller-text {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }



}

@media (min-width: 768px) {
  .ord-1 {
    justify-content: end;
  }

  .ord-2 {
    justify-content: start
  }
}


@media (max-width: 768px) {

  #basket-1 {
    width: 200px;
  }

  #basket-2 {
    top: 40%;
    width: 150px;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

.navbar-toggler {
  margin-left: 45%;
}

  #banner {
    min-height: 880px;
  }
  .banner-roundel {
    height: 120px;
    transform: translateX(0);
    left: 20px;
  }

  .banner-roundel h3 {
    font-size: 2rem;
    margin-top: 7px;
  }

  .banner-roundel h5 {
    font-size: 1rem;
  }

  .smaller-text {
    font-size:3.5rem;;
  }

  #rect-black {
    width: 380px ;
    height: 1450px;
  }

  #banner-slogan {
    margin-top: 200px;
  }

  #banner-slogan h1 {
    font-size: 4.6em;
    line-height: 4rem;
  }

  #banner-slogan::after {
    background-size:300px;
    top: 8rem;
    left: 110px;
  }


  .prize-header {
    font-size: 1.8rem;
  }
  .week-text {
    left:90px;
    top: -3%;
  }

  .day-text {
    left: 110px;
    top: -10px
  }

  .prize-off-left {
    margin-left: -8px;
    margin-top: -8%;
  }

  .prize-off-right {
    margin-left: 20px;
    margin-top: -5%;
  }

  /* RUULES */
  .rule-row {
    margin-top: 40px;
    padding: 0 10%;
  }

  .ord-1 {
    order: 1
  }

  .header-row {
    margin-bottom: 20px;
  }

  .rule-row h4 {
    margin-top: 15px;
    text-align: center;
  }

  .rule-icon {
    max-width: 160px;
  }

  .footer-logo {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .footer-logo  img {
    margin: 0 auto;
  }

  .footer-logo::before {
    text-align: center;
  }

  .footer-item-wrapper {
    padding-left: 30%;
  }

  .form-wrapper {
    border-radius: 80px;
  }

  .helper-receipt {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
  }

  .helper-nip {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
  }

  .congrats h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .congrats h2 {
    margin-top: 40px;
    font-size:1.8rem;
    line-height: 1.8rem;
  }

  .smaller-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  #cookie-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}


@media (max-width: 573px) {
  #banner {
    min-height: 600px;
  }

  .banner-roundel {
    height: 100px;
    transform: translateX(0);
    left: 15px;
  }

  .banner-roundel h3 {
    font-size: 1.5rem;
    margin-top: 7px;
  }

  .banner-roundel h5 {
    font-size: 0.8rem;
  }

  .smaller-text {
    font-size:2.4rem;
  }

  .title-subscript {
    font-size: 3rem;
  }

  #rect-black {
    display: block;
    width: 250px ;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(50%) translateX(-50%);
    max-height: 1200px;
  }

  #banner-slogan {
    margin-top: 150px;
  }

  #banner-slogan h1 {
    font-size: 3.2em;
    line-height: 2.8rem;
  }

  #banner-slogan::after {
    background-size:200px;
    top: 5.5rem;
    left: 85px;
  }

  #woman {
    width: 400px;
    /* left: 30%; */
  }

  #banner .cta-orange {
    margin: 0 auto;
    margin-top: -50px;
  }

  #prizes {
    margin-top: 0;
  }

 .partners-wrapper-other {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
 }

  .prize-off-left {
    margin-left: -8px;
    margin-top: -8%;
  }

  .prize-off-right {
    margin-left: 10px;
    margin-top: -5%;
  }

  .prize-header {
    font-size: 1.5rem;
  }
  .week-text {
    left:15%;
    top: 0;
  }

  .day-text {
    left: 80px;
    top: -15px
  }

  .footer-item-wrapper {
    padding-left: 10%;
  }

  .footer-links p, .footer-links a {
    text-align: center;
  }

  .social-icons {
    margin: 10px 0
  }
  .footer-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-subscript {
    font-size: 2rem;
    line-height: 2rem;
  }

  .smaller-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  #cookie-wrapper {
    right: 0;
    margin: 0 auto;
  }

  .cookie-btn {
    font-size: 0.7rem;
  }

}

@media (max-width: 458px) {
  .navbar-toggler {
    margin-left: 42%;
  }


  #rect-black {
    height: 1050px;
  }

  .week-text {
    top: -8%;
  }

  .day-text {
    left: 50px;
  }
}






