
body {
  margin: 0;
  background-color: #232222;
  overflow-x: hidden;
}

.logo-plain {
  height: 64px;
  width: 64px;
}

.footer-container {
  background-color: #232222;
  color:white;
}

.footer-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}

.about-us-container {
  display: flex;
  justify-content: center;
}

.about-us-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
}

.faqs-container {
  display: flex;
  justify-content: center;
}

.faqs-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
}

.privacy-container {
  display: flex;
  justify-content: center;
}

.privacy-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
}

.verified-container {
  display: flex;
  justify-content: center;
  background-color: #232222;
  color: white;
}

.verified-container p{
  text-align: center;
}

.verified-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

.footer-copyright {
  box-shadow: none;
}

.footer::after {
  content: '';
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgb(35, 34, 34);
}

.verified-title h1{
  font-weight: bold;
  text-align: center;
}

.responsible-container {
  display: flex;
  justify-content: center;
}

.responsible-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
}

.cookie-container {
  display: flex;
  justify-content: center;
}

.cookie-content {
  width: 1200px;
  font-family: 'Barlow', sans-serif;
}

  .footer-logo {
  align-items:center;
  padding: 30px;
  margin-right: auto;
  margin-bottom: auto;
  }

  .footer-logo img {
  width: 200px;
  }

  .footer-social-icons img {
  width: 15px;
  }

  #safe-value {
    width: 90px;
  }

  .safe-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

#timer {
  font-weight: bold;
  color: #E25528;
}

  .footer-social-icons img:first-child {
    margin-right: 5px;
  }


.footer-text-boxes {
  width: 700px;
  margin-top: 30px;
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 50px;
}

.footer-links-content {
  display:flex;
  flex-direction: column;
  font: normal normal 300 15px Barlow;
  line-height: 1.5;
  gap: 3px;
}

.footer-links-content a:hover, .navbar-links a:hover, .comp-winners a:hover  {
  text-decoration: none;
  color: white;
}

.footer-links-content a {
  color: white;
  text-decoration: none;
  text-align: left;
}

.footer-links {
  margin-left: 50px;
}


.footer-links-title {
  text-align: left;
  font: normal normal bold 19px Barlow;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
  line-height: 2.5;
}

.footer-social-icons {
  align-items:center;
  padding: 30px;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: 15px;
  display: inline-flex;
}

.footer-copyright {
  background: #232222 0% 0% no-repeat padding-box;
  font-family: 'Barlow', sans-serif;
  width: 100%;
  padding-bottom: 1px;
  text-align: center;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -3px 6px #00000029;
  padding-bottom: 10px;
}

.payment-container {
  background-color: #e8e4e4;
}

.payment-container *, .winners-container *, .header-container *{
  box-sizing: content-box;
}

.payment-types {
  width: 1200px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding-top: 29px;
  padding-bottom: 28px;
}

.payment-types img {
  width: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.benifits-container {
  background-color: #E66323;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benifits-title {
  font-size: 55px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  padding-bottom: 40px;
}

.benifits-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  padding: 5px;
  padding-bottom: 50px;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

.benifit {
  height: 144px;
  width: 350px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: #F6F6F661;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}

.benifit p {
  color: white;
  line-height: 28px;
  font-size: 21px;
  margin: 20px;
  font-family: Barlow, sans-serif;
}

.benifit img {
  width: 50px;
  height: 50px;
  margin: 20px;
}

#noun-tickets {
  width: 70px;
  height: 70px;
}

.winners-container {
  background-color: #232222;
  color:white;
  display:flex;
  align-items: center;
  justify-content: center;
}

.winners-container, ::after, ::before {
  box-sizing: content-box !important;
}

.winners-content {
  width: 1200px;
  height: 800px;
  margin: 50px;
  margin-bottom: 0;
  position: relative;
}

.winners-title {
  font-size: 48px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  height: 121px;
  width: 287px;
  margin-left: 10px;
}

.winners-button button {
  width: 126px;
  height: 34px;
  background-color: #E66323;
  color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  border: none;
  outline: none;
  margin-left: 10px;
  margin-top: 15px;
}

.winner-1 {
  width: 310px;
  height: 397px;
  margin-top: 40px;
}

.winner-2 {
  width: 270px;
  height: 340px;
  position: absolute; 
  top: 40px; 
  left: 340px; 
}

.winner-3 {
  width: 423px;
  height: 273px;
  position: absolute; 
  top: 420px; 
  left: 320px;
}

.winner-4 {
  width: 275px;
  height: 300px;
  position: absolute; 
  top: 100px; 
  left: 635px; 
}

.winner-5 {
  width: 267px;
  height: 298px;
  position: absolute; 
  top: 430px; 
  left: 750px;
}

.trustpilot-rating {
  width: 160px;
  height: 100px;
  position: absolute; 
  top: 315px; 
  left: 930px;
}

.instructions-container {
  background-color: #201c1c;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instructions-title {
  font-size: 54px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  padding-bottom: 40px;
}

.instructions-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  padding: 5px;
  justify-content: center;
  margin-bottom: 40px;
}

.step {
  height: 130px;
  width: 350px;
  display: flex;
  flex-direction: row;
  margin: 10px;
  position: relative;
  justify-content: center;
  
}

.step:nth-child(1),
.step:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.step-text {
  display: flex;
  flex-direction: column;
  width: 220px;
  padding-bottom: 0;
}

.step-title {
  font-size: 17px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  color: #E66323;
}

.step-text p {
  color: white;
  line-height: 28px;
  font-size: 21px;
  font-family: Barlow, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 35px;
}

.step img {
  width: 40px;
  height: 40px;
  margin: 20px;
  margin-top: 0;
}

.prizes-container {
  background: #191919 0% 0% no-repeat padding-box;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prizes-main-title {
  font-size: 54px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 77px;
  padding-bottom: 30px;
  width: 1080px;
}

.prizes-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  padding: 5px;
  padding-bottom: 50px;
  justify-content: center;
}

.prize {
  height: 465px;
  width: 337px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: transparent linear-gradient(181deg, #F6F6F661 0%, #E4E4E41A 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
  text-align: center;
}

.prize:nth-child(1),
.prize:nth-child(2) {
  margin-right: 18px;
}

.prize img {
  width: 68%;
  aspect-ratio: 230/176;
  margin-top: 10px;
}

.prize-title {
  font-size: 32px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  margin-top: 10px;
}

.tickets {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 5px;
}

.tickets p{
  font-size: 13px;
  font-family: Barlow, sans-serif;
  margin-bottom: 3px;
}

.remaining-tickets {
  width: 240px;
  aspect-ratio: 16/1;
  position: relative;
  z-index: 1;
}

.remaining-tickets-status {
  width: 240px;
  aspect-ratio: 16/1;
  position: relative;
  z-index: 2;
}

.remaining-tickets::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a8a4a4;
  border-radius: 8px;
}

.remaining-tickets-status::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 8px;
}

.prize-value {
  font-size: 34px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  color: #E66323;
  margin-top: 10px;
}

.prize-button button {
  background-color: #E66323 !important;
  position: relative;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.59px;
  background-color: transparent;
  color: white;
  font-family: Barlow, sans-serif;
  margin-top: 20px;
  margin-bottom: 20%;
}

.comp-1 .prize-button button:not([style*="display: none;"])::after,
.comp-2 .prize-button button:not([style*="display: none;"])::after,
.comp-3 .prize-button button:not([style*="display: none;"])::after {
  content: "";
  position: absolute;
  top: 85%; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #E66323;
}



.intro-container {
  background-color: #1b1a1d;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #F5F5F580;
  overflow: visible;
}

.intro-title {
  font-size: 61px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
}

.intro-content {
  height: 500px;
  width: 1200px;
  background-image: url("../images/background-header.png" );
  background-size: cover ;
  background-position: center top 50px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.intro-content-2 {
  height: 560px;
  width: 1200px;
  background-image: url("../images/competition.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.intro-content-3 {
  height: 560px;
  width: 1200px;
  background-image: url("../images/competition-winner-2.PNG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 42%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
}

.intro-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.comp-2,
.comp-3 {
  position: relative;
}

.comp-2::before,
.comp-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.27);
}


.intro-info-box:nth-child(1),
.intro-info-box:nth-child(2) {
  margin-right: 45px;
}

.intro-info-box {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 75px;
  margin-right: 10px;
}

.intro-info-box p {
  color: white;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  text-align: left;
  margin-left: 7px;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.1;
}

.intro-value {
  color: #E25528;
  font-size: 40px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.header-container {
  background-color: #232222;
  display: flex;
  justify-content: center;
}

.header-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
}

.header-payment {
  display: flex;
  margin: 10px;
  margin-left: 15px;
}

.header-payment img{
  width: 40px;
  height: 27px;
  margin-left: 10px;
}

.header-icons{
  display: flex;
  flex-direction: row;
  margin: 10px;
  margin-left: auto;
}

.header-social {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
}

.header-trustpilot {
  padding-right: 15px;
  border-right: 1px solid #FFFFFF;
}

.fb-logo-header img {
  width: 20px;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.twitter-logo-header img {
  width: 20px;
  height: 20px;
}

.main-nav-heading img {
  width: 200px;
}

.navbar-contianer {
  background-color: #1b1a1d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  width: 1200px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.navbar-links {
  display:flex;
  flex-direction: row;
  margin-left: auto;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  line-height: 1.5;
  gap: 3px;
  margin-right: 40px;
  margin-top: 10px;
}

.navbar-links a {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}

.navbar-buttons {
  margin-top: 6px;
  display: flex;
}

.navbar-buttons button:hover {
  cursor: pointer;
}

.nav-login button {
  display: flex;
  align-items: center;
}

.nav-login {
  font-size: 11px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  color: white;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  width: 104px;
  height: 32px;
  border-radius: 5px;
  margin-right: 6px;
}

.nav-sign-up {
  font-size: 13px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  color: white;
  background-color: #E66323;
  width: 126px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid #E66323;
  margin-right: 10px;
}

.prize-details-container {
  background-color: #191919;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prize-details-title {
  font-size: 54px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  padding-bottom: 40px;
}

.prize-details-content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 100vw;
}

.prize-detail {
  width: 350px; 
  display: flex;
  flex-direction: column;
  margin: 10px;
  margin-left: 25px;
  align-items: flex-start;
  justify-content: center;
  
}

.prize-detail:nth-child(1),
.prize-detail:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.prize-detail-subtitle {
  font-size: 32px;
  margin-top: 25px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.prize-detail p {
  color: white;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
}

.tax-free-container {
  background-color: #1A1A1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tax-free-content {
  display: flex;
  flex-direction: row;
  width: 1200px;
  max-width: 100vw;
}

.tax-free-left {
  flex-basis: 46.5%;
  margin-left: 25px;
  margin-bottom: 50px;
}

.tax-free-right {
  display: flex;
  flex-basis: 53.5%;
  flex-direction: column;
}

.tax-free-price {
  margin-right: 20px;
}

.tax-free-title {
  color: white;
  font-size: 60px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.winner-info {
  color: black;
  background-color: transparent;
  font-size: 27px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  text-align: center;
  width: 60%;
  height: 70%;
  margin-left: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 5.2%;
}

.slot-col {
  display: flex;
  flex-direction: column;
  flex-basis: 33.33%;
}

.slot-row-1 {
  margin-top: 43px;
}

.slot-row-2 {
  margin-top: 110px;
}

.slot-row-3 {
  margin-top: 115px;
}

.tax-free-left p {
  color: white;
  font-size: 12px;
  font-family: Barlow, sans-serif;
  margin-top: 25px;
}

.tax-free-boxes {
  display: flex;
  flex-direction: row;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.tax-free-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #FDFDFD0A;
  box-shadow: 0px 0px 7px #B1B1B178;
  width: 171px;
  height: 75px;
}

.tax-free-box:nth-child(1),
.tax-free-box:nth-child(2) {
    margin-right:17px;
  }

.tax-free-box p {
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  margin-top: 0;
  margin-bottom: 3px;
}

.tax-free-box-quantity{
  color: #E25528;
  font-size: 21px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.tax-free-top {
  display: flex;
  flex-direction: row;
}

.tax-free-price p {
  color: white;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  margin-bottom: 0;
}

.tax-free-price-value, .tax-free-price-value-2, .tax-free-price-value-3 {
  color: #E25528;
  font-size: 40px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}

.tax-free-top-right {
  margin-left: auto;
}

.tax-free-top-right p {
  color: white;
  font-size: 20px;
  font-family: Barlow, sans-serif;
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: right;
}

.tickets-left {
  width: 330px;
  aspect-ratio: 16/1;
  position: relative;
  z-index: 1;
}

.tickets-left-status {
  width: 330px;
  aspect-ratio: 16/1;
  position: relative;
  z-index: 2;
}

.tickets-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a8a4a4;
  border-radius: 8px;
}

.tickets-left-status::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 8px;
}

.tax-free-bottom {
  background: #FDFDFD0A;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF59;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.tax-free-bottom p {
  color: white;
  font-size: 26px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  margin-top: 10px;
  margin-left: 20px;
}

.tax-free-slider {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}

.tax-free-slider img {
  width: 65.6%;
  height: auto;
  aspect-ratio: 362/70;
  margin-left: 7px;
  margin-bottom: 10px;
}

#ticket-form, #ticket-form-2, #ticket-form-3 {
  margin-right: 20px;
  margin-left: 20px;
  display:flex;
  width: 100%;
}



.slider-form button {
  color: white;
  background-color: #E25528;
  font-size: 20px;
  font-family: Barlow, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 31px;
  outline: none;
  border: none;
  border-radius: 8px;
  margin-right: 40px;
}

.slider-extras {
  display: flex;
}

.slider-form {
  margin-top: 50px;
  margin-bottom: 10px;
}

.plus-button, .minus-button, .plus-button-2, .minus-button-2, .plus-button-3, .minus-button-3 {
  color: white;
  background-color: #E25528;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
}

.plus-button, .plus-button-2, .plus-button-3 {
  margin-left: auto;
}


  .registration-container {
      background-color: #1b1a1d;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .registration-content {
      width: 1200px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .registration-form-content {
      height: 761px;
      width: 754px;
      border: 2px solid rgba(255, 255, 255, 0.35);
      background: transparent linear-gradient(182deg, #F6F6F661 0%, #1b1a1d 100%) 0% 0% no-repeat padding-box;
      border-radius: 13px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin: 10px;
      margin-top: 66px;
      margin-bottom: 66px;
      text-align: center;
  }

  .registration-title {
      font-size: 61px;
      font-weight: bold;
      font-family: Barlow, sans-serif;
      color: white;
      margin-top: 20px;
  }

  .registration-text {
      display: flex;
      flex-direction: row;
      margin-bottom: 30px;
  }

  .registration-form-content p {
      font-size: 20px;
      font-family: Barlow;
      color: white;
      display: inline;
  }

  .registration-form-content a {
      font-size: 20px;
      font-family: Barlow;
      color: #F1592A;
      text-decoration: none;
      display: flex;
      align-items: center;
  }

  .registration-name {
      width: 396px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      }

  .registration-name div {
  display: flex;
  flex-direction: column;
  width: 193px;
  height: 45px;
  }

  ::-webkit-input-placeholder { 
      text-align: left;
      font: normal normal bold 16px/28px Barlow;
      letter-spacing: 0px;
      color: white;
      font-family: Barlow, sans-serif;
  }

  ::-moz-placeholder { 
      text-align: left;
      font: normal normal bold 16px/28px Barlow;
      letter-spacing: 0px;
      color: white;
      font-family: Barlow, sans-serif;
  }

  :-ms-input-placeholder { 
      text-align: left;
      font: normal normal bold 16px/28px Barlow;
      letter-spacing: 0px;
      color: white;
      font-family: Barlow, sans-serif;
  }

  :-moz-placeholder { 
      text-align: left;
      font: normal normal bold 16px/28px Barlow;
      letter-spacing: 0px;
      color: white;
      font-family: Barlow, sans-serif;
  }

  .registration-name input {
  background: #222121 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px #B1B1B178;
  border-radius: 13px;
  border: none;
  padding: 10px;
  color: white;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  }

  #first-name, #last-name {
      width: 194px;
      height: 45px;
  }

  .registration-entry {
      display: flex;
      flex-direction: column;
      width: 396px;
      height: 45px;
      margin-bottom: 15px;
  }

  .registration-entry input {
      background: #222121 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 7px #B1B1B178;
      border-radius: 13px;
      border: none;
      padding: 10px;
      color: white;
      font-size: 16px;
      font-family: Barlow, sans-serif;
  }

  .registration-form-content button {
      width: 396px;
      height: 43px;
      font-size: 22px;
      font-weight: bold;
      font-family: Barlow, sans-serif;
      background-color: #F1592A;
      color: white;
      border-radius: 8px;
      outline: none;
      border: none;
      margin-bottom: 50px;
  }

  .registration-trustpilot img {
      height: 55px;
      width: 123px;
  }

  .hamburger-button {
    display: none;
  }

  .main-nav-heading {
    display: flex;
  }

  .ticket-slider {
    display: flex;
    width: 100%;
    height: 27px;
    margin-left: 20px;
}

.ticket-slider p {
    font-family: Barlow, sans-serif;
    font-size: 10px;
    width: 100%;
    display: flex;
    justify-content: right;
    margin-left: 0;
}

.slider-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.slider, .slider-2, .slider-3 {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 27px;
    border-radius: 8px;  
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb, .slider-2::-webkit-slider-thumb, .slider-3::-webkit-slider-thumb {
    -webkit-appearance: none;
    content: '10';
    color: white;
    width: 67px;
    height: 27px;
    border-radius: 8px; 
    background: #E25528;
    cursor: pointer;
}

.slider::-moz-range-thumb, .slider-2::-moz-range-thumb, .slider-3::-moz-range-thumb {
    width: 67px;
    height: 27px;
    border-radius: 8px;
    background: #E25528;
    cursor: pointer;
}

.slider-val, .slider-val-2, .slider-val-3 {
    display: flex;
    flex-direction: row;
}

#safe-slider-val {
  width: 100%;
}

#safe-ticket-slider {
  margin-right: 20px;
}

.slider-value, .slider-value-2, .slider-value-3 {
display: inline-block;
position: relative;
width: 40px;
color: white;
background-color: #E25528;
font-family: Barlow, sans-serif;
line-height: 20px;
text-align: center;
border-radius: 3px;
padding: 5px 10px;
margin-left: 8px;
}

.slider-value::after, .slider-value-2::after, .slider-value-3::after {
position: absolute;
top: 8px;
left: -7px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-right: 7px solid #E25528;
border-bottom: 7px solid transparent;
content: '';
}

.email-options {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.email-options label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.email-options input {
  width: 20px;
  height: 20px;
}

.email-options span {
  font-size: 16px;
  font-family: Barlow, sans-serif;
  margin-bottom: 10px;
}

.my-account-container {
  background-color: #191919;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.my-account-title, .emails-title, .safe-playing-title {
  font-size: 40px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.my-account-subtitle {
  font-size: 32px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  padding-bottom: 40px;
  text-align: center;
}

.account-info {
  display: flex;
  flex-direction:row;
  padding: 5px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}

.my-account-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.account-ticket-info {
  color: white;
  font-size: 14px;
  font-family: Barlow, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
}

table p {
  color: white;
}

.my-acc-pagination {
  font-family: Barlow, sans-serif;
  display: block;
}

.my-acc-pagination p {
  font-family: Barlow, sans-serif;
  color: white;
}

.footer {
  padding: 0;
}

.popup-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 9999; 
}

.comp-1 span, .comp-2 span, .comp-3 span {
  margin-top: 20%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: #ffffff;
}

/* .popup {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
} */

.pika-prev {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px; 
}

.pika-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #333; 
}

.pika-next {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-right: 16px; 
}

.pika-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) ;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #333; 
}

.tax-free-middle {
  margin-top: 20px;
}

.question-heading {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: white;
}

.question {
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 5px;
}

.question p {
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 23px;
  font-weight: bold;
}

.options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.option-item {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.options input[type="radio"] {
  display: none;
}

.options label {
  display: inline-block;
  background-color: #e4e4e4;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0;
}

.option-item input[type="radio"]:checked + label {
  color: white !important;
  background-color: #E25528;
}

.option-item:focus-within {
  color: white !important;
  background-color: #E25528;
}

.winner-message {
  font-size: 26px;
}

.winners-content, :after, :before {
  box-sizing: content-box !important;
}

.comp-prizes {
  display: flex;
  flex-direction: row;
  color: white;
  background-color: transparent;
  font-size: 27px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
  text-align: center;
  width: 60%;
  height: 25%;
  justify-content: center;
  margin-left: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.comp-1,
.comp-2,
.comp-3 {
    display: flex;
    justify-content: center;
    flex-basis: 33.33%;
    flex-direction: column;
}

.comp-winners {
  display: flex;
  flex-direction: row;
  color: white;
  background-color: transparent;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  text-align: center;
  width: 60%;
  justify-content: center;
  margin-left: 25px;
}

.comp-winner-1,
.comp-winner-2,
.comp-winner-3 {
    display: flex;
    justify-content: center;
    flex-basis: 33.33%;
}

.set-limit-container {
  display: flex;
  flex-direction: row;
}

#limit-button, #exclusion-button {
  background-color: #E25528;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1210px) {
  .winners-content {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1250px) {
  .winners-content {
    margin-left: 80px;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    width: auto;
  }

  .footer-logo {
    margin-left: auto;
  }

  .payment-types {
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
  .winners-content {
    margin-left: 105px;
  }
}

@media screen and (min-width: 1330px) {
  .winners-content {
    margin-left: 140px;
  }
}

@media screen and (max-width: 1190px) {
  .about-us-content {
    width: auto;
  }

  .faqs-content {
    width: auto;
  }

  .privacy-content {
    width: auto;
  }

  .cookie-content {
    width: auto;
  }

  .winner-1 {
    width: 25.83vw;
    height: auto;
    aspect-ratio: 310/397;
  }

  .winner-2 {
    width: 22.5vw;
    height: auto;
    aspect-ratio: 270/340;
    top: 40px; 
    left: 28.33vw; 
    vertical-align: bottom;
  }

  .winner-3 {
    width: 35.35vw;
    height: auto;
    aspect-ratio: 423/273;
    top: 420px; 
    left: 26.67vw;
  }

  .winner-4 {
    width: 22.91vw;
    height: auto;
    aspect-ratio: 275/300;
    top: 100px; 
    left: 52.92vw;
  }

  .winner-5 {
    width: 22.25vw;
    height: auto;
    aspect-ratio: 267/298;
    top: 430px; 
    left: 62.5vw;
  }

  .trustpilot-rating {
    width: 13.33vw;
    height: auto;
    aspect-ratio: 160/100;
    top: 315px; 
    left: 77.5vw;
  }
}

@media screen and (max-width: 1150px) {
  .footer-content {
    width: auto;
  }

  .tax-free-left {
    margin-right: 25px;
}

.slot-row, .slot-row-2, .slot-row-3 {
  height: 93% !important;
  top: 3% !important;
}

/* .winner-info {
  margin-bottom: 47px !important;
} */

.slot-row-1 {
  margin-top: 15%;
}

.slot-row-2 {
  margin-top: 51%;
}

.slot-row-3 {
  margin-top: 44%;
}

.tax-free-right {
    width: auto;
}

.tax-free-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tax-free-left {
    text-align: center;
}

  .intro-content-2 {
    height: auto;
    width: 100vw;
    aspect-ratio: 2/1;
    background-image: url("../images/competition-2.png");
  }

  .intro-content-3 {
    height: auto;
    width: 100%;
    aspect-ratio: 2/1;
    background-image: url("../images/competition-winner-2.PNG");
  }

  .prizes-main-title {
    width: auto;
    text-align: center;
  }

  .prizes-content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .prize {
    width: auto;
  }

  .prize img {
    margin-top: 0;
  }

  .winners-content {
    height: 750px;
  }
  
  .winner-3 {
    top: 380px; 
  }

  .winner-5 {
    top: 410px; 
  }

  .trustpilot-rating {
    top: 295px; 
  }

  .benifits-content {
    width: auto;
  }

  .benifit {
    height: auto;
    width: auto;
  }

    #noun-tickets {
    width: 65px;
    height: 65px;
  }

  .benifit p {
    margin: 15px;
  }

  .footer-logo {
    margin-right: 0;
  }

  .payment-types {
    width: auto;
  }

  .instructions-content {
    width: auto;
  }

  .step {
    width: auto;
  }

  .prize-detail-content {
    width: auto;
    max-width: 100vw;
  }

  .prize-detail {
      margin-left: 15px;
      width: auto;
  }

  .prize-detail p{
      margin-right: 15px;
  }

  .tickets-left {
  width: 250px;
  }

  .tickets-left-status {
  width: 250px;
  }
}

@media screen and (max-width: 1100px) {
  .tables-horizontal {
    display: none;
  }
  .tables-vertical {
    display: block;
  }
  
  .winners-content {
    height: 730px;
  }
  
  .winner-3 {
    top: 370px; 
  }

  .winner-5 {
    top: 400px; 
  }

  .trustpilot-rating {
    top: 285px; 
  }

  .tax-free-box {
      width: 150px;
  }
}

@media (min-width: 1101px) {
  .tables-horizontal {
    display: block;
  }
  .tables-vertical {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .comp-1 .prize-button::after,
  .comp-2 .prize-button::after,
  .comp-3 .prize-button::after {
    top: 69%; 
  }

  .footer-text-boxes {
    width: 550px;
  }

  .benifit {
    margin: 5px;
  }

  .benifit img {
    margin: 10px;
  }

  .benifit p {
    font-size: 19px;
    margin: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .comp-1 .prize-button button:not([style*="display: none;"])::after,
  .comp-2 .prize-button button:not([style*="display: none;"])::after,
  .comp-3 .prize-button button:not([style*="display: none;"])::after {
    top: 83%;
  }



  .slot-row, .slot-row-2, .slot-row-3 {
    top: 3.5% !important;
  }

  .step-text {
    width: auto;
  }

  .step-text p {
    font-size: 19px;
  }

  .step-title {
    font-size: 14px;
  }

  .winners-content {
    height: 680px;
  }
  
  .winner-3 {
    top: 360px; 
  }

  .winner-5 {
    top: 380px; 
  }

  .trustpilot-rating {
    top: 275px; 
  }

  .tax-free-box {
      width: 125px;
  }

  .prize-detail-subtitle{
      font-size: 30px;
      margin-right: 15px;
  }

  .prize-detail p{
      font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  

  .slot-col {
    padding-right: 10px;
  }

  .winner-info {
    font-size: 25px;
  }

  .slot-row-1 {
    margin-top: 20%;
  }
  .slot-row-3 {
    margin-top: 47%;
  }

  .winners-title {
    font-size: 50px;
  }

  .winners-content {
    height: 660px;
  }

  .winner-2 {
    top: 50px;
    left: 27vw; 
  }
  
  .winner-3 {
    top: 350px; 
  }

  .winner-4 {
    left: 50vw;
  }

  .winner-5 {
    top: 380px; 
  }

  .trustpilot-rating {
    top: 275px; 
    left: 74vw;
  }
}

@media screen and (max-width: 950px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 4.5% !important;
  }

  .winner-info {
    font-size: 23px;
  }

  .my-account-content {
    width:auto;
}

.account-ticket-section-title {
    display: flex;
    text-align: center;
}

  .tickets-left {
      width: 230px;
  }

  .tickets-left-status {
      width: 230px;
  }

  .tax-free-box {
      width: 115px;
  }

  .tax-free-slider button {
      font-size: 18px;
  }

  .prize-details-title{
      font-size: 50px;
  }

  .prize-detail-subtitle{
      font-size: 28px;
      margin-right: 15px;
  }

  .prize-detail p{
      font-size: 14px;
  }
}

@media screen and (max-width: 940px) {


  .my-account-content {
    width:auto;
  }

  .account-ticket-section-title {
      display: flex;
      text-align: center;
  }

  .remaining-tickets {
  width: 220px;
  }

  .remaining-tickets-status {
    width: 220px;
  }


  .prize-title {
    font-size: 29px;
  }

  .step-text p {
    font-size: 15px;
  }

  .step img {
  width: 35px;
  height: 35px;
  margin: 15px;
  margin-top: 0;
}

 /*  .step-title {
    font-size: 12px;
  } */

  .winners-content {
    margin-left: 35px;
  }

  .winner-2 {
    top: 60px;
  }

  .winner-5 {
    top: 370px; 
  }

  .footer-links:first-of-type {
  margin-left: 0;
  }
  .footer-social-icons {
    padding-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 5% !important;
  }

  .comp-prizes {
    margin-left: 17px;
  }

  .comp-1 .prize-button button:not([style*="display: none;"])::after,
    .comp-2 .prize-button button:not([style*="display: none;"])::after,
    .comp-3 .prize-button button:not([style*="display: none;"])::after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 14px solid #E66323;
    }


  .prize-button button {
    width: 60%;
    font-size: 10px;
    height: 30px
  }

  .winner-info {
    font-size: 20px;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    content: '10';
    color: white;
    width: 10px;
    height: 27px;
    border-radius: 8px; 
    background: #E25528;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 27px;
    border-radius: 8px;
    background: #E25528;
    cursor: pointer;
}

  .remaining-tickets {
  width: 200px;
  }

  .remaining-tickets-status {
    width: 200px;
  }

  .prize-title {
    font-size: 27px;
  }
  .winners-title {
    font-size: 47px;
  }

  .winner-3 {
    top: 340px; 
  }

  .footer-text-boxes {
    width: 510px;
  }

  .benifit img {
    height: 40px;
    width: 40px;
    margin: 7px;
  }

  #noun-tickets {
    width: 55px;
    height: 55px;
  }

  .benifit p {
    font-size: 17px;
    margin: 7px;
  }
}

@media screen and (max-width: 850px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 5.5% !important;
  }

  .prize-button button {
    margin-top: 10px;
    font-size: 8px;
  }

  .email-options {
    flex-direction: column;
  }

  .email-options label {
    margin-bottom: 40px;
  }

  .intro-content {
    width: auto;
    height: 550px;
    background-size: 1550px 500px;
    display: flex;
    background-position: center top 100px;
  }

  .remaining-tickets {
  width: 180px;
  }

  .remaining-tickets-status {
    width: 180px;
  }

  .prize-title {
    font-size: 25px;
  }
  .winners-title {
    font-size: 47px;
  }

  .winners-title {
    font-size: 44px;
  }

  .winner-3 {
    top: 325px; 
  }

  .winner-5 {
    top: 360px; 
  }

  .payment-types img {
    width: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links:first-of-type {
  margin-left: 0;
  }

  .footer-links {
    margin-left: 20px;
  }

  .footer-text-boxes {
    width: 470px;
  }

  .tickets-left {
    width: 190px;
  }

  .tickets-left-status {
      width: 190px;
  }

  .tax-free-slider img {
      margin-bottom: 0;
  }

  .tax-free-top-right p {
      font-size: 18px;
  }

  .prize-details-title{
      font-size: 46px;
  }

  .prize-detail-subtitle{
      font-size: 26px;
      margin-right: 15px;
  }

  .prize-detail p{
      font-size: 12px;
  }

  .registration-form-content {
      width: 700px;
  }
  .registration-form-content {
      width: auto;
      padding: 10px;
  }

  .registration-title {
      font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 6% !important;
  }

  .winner-info {
    font-size: 18px;
  }

  .winners-content {
      height: 660px;
  }

  .winners-title {
    font-size: 41px;
  }

  .winner-3 {
    top: 310px; 
  }

  .winner-5 {
    top: 350px; 
  }
}

@media screen and (max-width: 767px) {
  .comp-1 .prize-button::after,
  .comp-2 .prize-button::after,
  .comp-3 .prize-button::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #E66323;
  }

  .slot-col {
    padding-right: 16px;
  }

  .vertical-text {
    font-size: 12px !important;
    top: 65% !important;
  }
  .slot-row, .slot-row-2, .slot-row-3 {
    height: 93% !important;
    top: 2.5% !important;
  }
  .comp-winners {
    font-size: 12px;
    }

  .comp-prizes {
    font-size: 20px;
  }

  .slot-row-1 {
    margin-top: 28%;
  }

  .slot-row-2 {
    margin-top: 50%;
  }

  .slot-row-3 {
    margin-top: 49%;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    content: '10';
    color: white;
    width: 67px;
    height: 27px;
    border-radius: 8px; 
    background: #E25528;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 67px;
    height: 27px;
    border-radius: 8px;
    background: #E25528;
    cursor: pointer;
}


  .intro-content {
    width: auto;
    height: 550px;
    display: flex;
    background-size: 180% 500px;
    background-position: center top 100px;
  }

  .intro-title {
    font-size: 55px;
  }
  
  .intro-info-box {
    width: auto;
  }

  .intro-value {
    font-size: 30px;
  }

  .intro-info-box p {
    font-size: 14px;
  }

  .hamburger-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
  }
  
  .hamburger-line {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger-button.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 12px;
  }
  
  .hamburger-button.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-button.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    bottom: 14px;
  }
  

  .main-nav-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .main-nav-heading button {
    margin-right: 30px;
  }
  
  .header-content {
    align-items: center;
    justify-content: center;
  }

  .header-payment {
    margin-left: 0;
    margin-right: 0;
}

.header-payment img {
  width: 30px;
  height: 22px;
  margin-left: 5px;
}

.header-icons {
  margin-left: 0;
  margin-right: 0;
}

  .header-icons {
    margin-left: 20px;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
  }

  .navbar-links{
    display:none;
  }

  .navbar-links.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
}


  .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .nav-login {
    margin-right: 10px;
  }

  .nav-sign-up {
    margin-right: 0;
  }

.main-nav-heading img {
  width: 200px;
  margin-top: 15px;
}

  .prize {
  height: 465px;
  width: 337px;
  }

  .prizes-main-title {
    font-size: 49px;
  }

  .prizes-content {
    flex-direction: column;
  }

  .prize img {
      width: 68%;
  }

  .prize-title {
      font-size: 32px;
  }

  .remaining-tickets {
      width: 240px;
  }

  .remaining-tickets-status {
      width: 240px;
  }

  .instructions-content {
    flex-direction: column;
  }

  .step {
    height: 130px;
    width: 350px;
  }

  .step:nth-child(1),
  .step:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    border-right: none;
  }

  .step-title {
    font-size: 17px;
  }

  .step-text p {
    font-size: 21px;
    width: 190px;
  }

  .winners-content {
      height: 630px;
  }

  .winners-title {
    font-size: 38px;
  }

  .winner-3 {
    top: 300px; 
  }

  .benifits-content {
    flex-direction: column;
  }

  .benifit {
    height: 114px;
    margin: 10px;
  }

  .benifit p {
    color: white;
    line-height: 28px;
    font-size: 21px;
    margin: 20px;
  }

  .benifit img {
    width: 50px;
    height: 50px;
    margin: 20px;
  }

  #noun-tickets {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px
  }


  .payment-types img {
    width: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  
  .footer-text-boxes {
    width: 100%;
    justify-content: center;
    order: 1;
  }

  .footer-links {
    margin-left: 0;
    padding-left: 20px;
  }

  .footer-social-icons {
    margin: auto;
    padding: 0;
  }




.prize-details-content{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prize-detail:nth-child(1),
.prize-detail:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    border-right: none;
}

.prize-details-title{
    font-size: 54px;
}

.prize-detail-subtitle{
    font-size: 32px;
    margin-right: auto;
}

.prize-detail p{
    font-size: 18px;
    margin-right: auto;
}
}

@media screen and (max-width: 720px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 3% !important;
  }
/*   .winner-info {
    margin-bottom: 37px !important;
} */

.slot-col {
  padding-right: 19px;
}

  .winners-button button {
  width: 100px;
  margin-top: 0;
}

  .winners-content {
      height: 610px;
  }

  .winners-title {
    font-size: 34px;
  }

  .winner-3 {
    top: 285px; 
  }

  .intro-info-box {
    width:auto;
    margin: 0;
  }

  .intro-info-box:nth-child(1), .intro-info-box:nth-child(2) {
    margin-right: 10px;
}

  .intro-info-box p {
    font-size: 12px;
  }

  .intro-value {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .comp-1 span,
  .comp-2 span,
  .comp-3 span {
    margin-top: 30%;
  }

  .comp-1 .prize-button::after,
  .comp-2 .prize-button::after,
  .comp-3 .prize-button::after {
    top: 64%; 
  }


  .prize-button button {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 27%;
  }

  .slot-row-1 {
    margin-top: 29%;
  }

  .intro-content {
      background-image: url("../images/background-header-2.png");
      background-position: center top 50px;
      background-size: 100% 500px;
  }
}

@media screen and (max-width: 670px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 4% !important;
  }

  .slot-row-1 {
    margin-top: 33%;
  }

  .slot-row-2 {
    margin-top: 52%;
  }

  .slot-row-3 {
    margin-top: 48%;
  }

  .winners-button button {
  width: 100px;
  margin-top: 0;
}
  .winners-content {
      height: 590px;
  }

  .winners-title {
    font-size: 32px;
  }

  .winner-3 {
    top: 275px; 
  }

  .trustpilot-rating {
    left: 70.8vw;
  }
}

@media screen and (max-width: 620px) {
  .safe-content {
    width: auto;
  }

  #safe-playing-limit, #safe-playing-exclusion {
    width: auto !important;
  }

.comp-1 .prize-button button:not([style*="display: none;"])::after, 
.comp-2 .prize-button button:not([style*="display: none;"])::after, 
.comp-3 .prize-button button:not([style*="display: none;"])::after {
    top: 75%;
}

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 5% !important;
  }

  .comp-prizes {
    margin-left: 14px;
  }

  .prize-button button {
    margin-top: 10px;
  }

  .comp-prizes {
    font-size: 15px;
  }

  .winner-info {
    font-size: 16px;
  }
  .slot-row-1 {
      margin-top: 38%;
    }

  .slot-row-2 {
    margin-top: 53%;
  }

  .slot-row-3 {
    margin-top: 50%;
  }

    .winners-button button {
    width: 90px;
  }

  .winners-content {
      height: 500px;
      margin-top: 0;
      margin-left: 30px;
  }

  .winners-title {
    font-size: 29px;
    width: 165px;
  }

  .winner-3 {
    top: 240px; 
  }

  .winner-4 {
    top: 75px;
  }

  .winner-5 {
    top: 305px;
  }

  .trustpilot-rating {
    top: 240px;
    left: 70.8vw;
  }
}


@media screen and (max-width: 580px){
  .comp-1 .prize-button button:not([style*="display: none;"])::after, 
  .comp-2 .prize-button button:not([style*="display: none;"])::after, 
  .comp-3 .prize-button button:not([style*="display: none;"])::after {
      top: 80%;
  }

  #safe-playing-exclusion, #safe-playing-limit {
    width: auto;
  }

  .vertical-text {
    font-size: 10px !important;
    top: 67% !important;
}

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 6% !important;
  }

  .winner-info {
    font-size: 13px;
  }

/*   .winner-info {
    margin-bottom: 27px !important;
} */

  .winners-title {
    font-size: 27px;
    height: 90px
  }

  .winners-button button {
    width: 80px;
  }

  .winners-content {
      height: 480px;
      margin-left: 25px;
  }

  .winner-3 {
    top: 230px; 
  }

  .winner-5 {
    top: 295px;
  }

  .trustpilot-rating {
    top: 230px;
    left: 70.8vw;
  }

  .payment-types img {
    width: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 520px){

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 7% !important;
  }

  .slot-row {
    padding-right: 10px;
  }

  .slot-row-1 {
      margin-top: 51%;
    }

  .slot-row-2 {
    margin-top: 58%;
  }

  .slot-row-3 {
    margin-top: 51%;
  }


  .tax-free-title {
    font-size: 50px;
  }
  .header-icons {
    margin-left: 7px;
}

.header-trustpilot {
  padding-right: 7px;
  display: flex;
  align-items: center;
}

.header-social {
  margin-top: 6px;
}

.fb-logo-header img {
  width: 15px;
  height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.twitter-logo-header img {
  width: 15px;
  height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

  .winners-title {
    font-size: 50px;
    padding-top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: 0;
  }

  .winners-button {
    align-items: center;
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }

  .winners-button button {
    width: 126px;
    height: 34px;
  }

  .winners-content {
      height: auto;
      margin:30px
  }

  .winner-1 {
    width: 39.5vw;
    padding-top: 0;
  }

  .winner-2 {
    width: 39vw;
    position: static;
  }

  .winner-3 {
    width: 80vw;
    position: static;
  }

  .winner-4 {
    width: 39.5vw;
    position: static;
  }

  .winner-5 {
    width: 39vw;
    position: static;
  }

  .trustpilot-rating {
    width: 79vw;
    margin-top: 5px;
    position: static;
  }
}

@media screen and (max-width: 500px){
  .tax-free-slider {
    width: 80%;
  }

  .slider-val {
    width: auto;
  }
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 4% !important;
  }

  .slot-name, .slot-name-2, .slot-name-3 {
      margin-top: 10% !important;
      margin-bottom: 38% !important;
  }

  .comp-winners {
    font-size: 9px;
    }

  .comp-prizes {
    font-size: 12px;
  }

  .winner-message {
    font-size: 15px;
}
  .winner-info {
    font-size: 9px;
  }

}

@media screen and (max-width: 480px){
  .comp-1 .prize-button button:not([style*="display: none;"])::after,
    .comp-2 .prize-button button:not([style*="display: none;"])::after,
    .comp-3 .prize-button button:not([style*="display: none;"])::after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #E66323;
    }

    .footer-text-boxes {
      align-items: center;
    }

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 4.5% !important;
  }

  .prize-button button {
    height: 20px;
    font-size: 7px;
  }

  .comp-prizes {
    margin-left: 12px;
  }


  .slot-row-1 {
    margin-top: 55%;
  }

.slot-row-2 {
  margin-top: 56%;
}

.slot-row-3 {
  margin-top: 52%;
}

  .intro-content {
    height: 500px;
    background-image: url("../images/header-mobile.png");
    background-position: center top 0;
    background-size: 100% 500px;
}

.intro-title {
font-size: 50px;
}

.intro-value {
    font-size: 27px;
}

.intro-info-box p {
font-size: 12px;
}

.intro-info-box {
margin-right: 15px;
}

.footer-links:first-of-type {
    margin-right: 32px;
}
  .header-payment img {
    width: 20px;
    height: 15px;
}

  .header-trustpilot img {
    width: 140px;
  }

  .prize {
    width: auto;
  }

  .prize-title {
    font-size: 29px;
  }

  .payment-types img {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benifits-title {
    font-size: 45px;
  }

  .footer-text-boxes {
    flex-direction: column;
  }

  .footer-links {
    margin-left: 0;
    padding-left: 0;
  }

  .instructions-title {
      font-size: 48px;
  }

  .registration-form-content p {
    font-size: 15px;
  }

.registration-form-content a {
    font-size: 15px;
  }

.registration-title {
    font-size: 46px;
  }

.registration-name {
    width: 290px;
  }

.registration-name div:nth-child(2) input {
    margin-left: auto;
  }

.registration-name input {
    width: 110px
  }

  .registration-entry {
      width: 290px;
  }

  .registration-content button {
      width: 290px;
  }
}

@media screen and (max-width: 450px) {
  .comp-1 .prize-button button:not([style*="display: none;"])::after, 
  .comp-2 .prize-button button:not([style*="display: none;"])::after, 
  .comp-3 .prize-button button:not([style*="display: none;"])::after {
      top: 85%;
  }

  .comp-1 .prize-button button:not([style*="display: none;"])::after, .comp-2 .prize-button button:not([style*="display: none;"])::after, .comp-3 .prize-button button:not([style*="display: none;"])::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #E66323;
}

/* .tax-free-slider button {
  width: 76px;
} */

#ticket-form {
  margin-left: 0;
}

  .prize-button button {
    margin-top: 5px;
  }

  .comp-prizes {
    width: 64%;
  }

  .intro-content-3 {
    background-size: 106% auto;
  }
  
  .vertical-text {
    font-size: 9px !important;
  }

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 5.5% !important;
  }

  .winner-info {
    margin-left: 15px;
  }

  .slot-row-1 {
    margin-top: 57%;
  }

  .slot-name-2 {
    margin-left: 15px;
  }

  .slot-name-3 {
    margin-left: 20px;
  }

  .tax-free-title {
    font-size: 42px;
  }

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    content: '10';
    color: white;
    width: 10px;
    height: 27px;
    border-radius: 8px; 
    background: #E25528;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 27px;
    border-radius: 8px;
    background: #E25528;
    cursor: pointer;
}
  .tax-free-box {
      width: 90px;
  }

  .tax-free-box p {
      font-size: 13px;
  }

  .tax-free-box-quantity {
      font-size: 16px;
  }

  .slot-row, .slot-row-2, .slot-row-3 {
    top: 2% !important;
  }

  .overlay, .overlay-per, .overlay-2, .overlay-per-2, .overlay-3, .overlay-per-3  {
    height: 105% !important;
  }
}



@media screen and (max-width: 430px) {
  .slot-row, .slot-row-2, .slot-row-3 {
    top: 3% !important;
}

  .slot-row-1 {
    margin-top: 59%;
  }

  .intro-content {
      height: 450px;
      background-size: 100% 450px;
  }

  .intro-title {
  font-size: 45px;
  }

  .intro-value {
      font-size: 20px;
  }

.intro-info-box p {
  font-size: 9px;
}

.intro-info-box {
  margin-right: 8px;
}
}

@media screen and (max-width: 420px) {


  .prize-details-title{
      font-size: 50px;
      text-align: center;
  }

  .intro-info-box p {
    font-size: 11px;
  }

  .intro-value {
    font-size: 25px;
  }

  .tax-free-slider button {
    width: 76px;
  } 

/*   .winner-info {
    margin-bottom: 17px !important;
} */
}

@media screen and (max-width: 400px) {
  

  .prize-button button {
    font-size: 7px;
  }

  .hamburger-button {
    position: unset;
    right: unset;
  }

  
  .main-nav-heading img {
    margin-left: 30px;
  }
}

@media screen and (max-width: 380px){
  .tax-free-slider button {
    width: 62px;
  } 

  .comp-prizes {
    font-size: 9px;
  }

  .slot-row-1 {
    margin-top: 61%;
  }

  .instructions-title {
      font-size: 45px;
  }

  .payment-types img {
    width: 40px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .benifits-title {
    font-size: 40px;
  }

  .benifit {
    height: 140px;
  }

  .benifit p {
    font-size: 17px;
  }

  @media screen and (max-width: 360px){
    .winner-info {
      margin-bottom: 0;
    }

    .comp-1 .prize-button button:not([style*="display: none;"])::after, 
    .comp-2 .prize-button button:not([style*="display: none;"])::after, 
    .comp-3 .prize-button button:not([style*="display: none;"])::after {
      top: 90%;
    }

    .prize-button button {
      font-size: 6px;
    }
  }
}