@font-face {
  font-family: 'Degular Display';
  /* Choose a descriptive name for your font */
  src: url(../fonts/DegularDisplay-Regular.otf) format('opentype');
  /* Specify the path and format */
  font-weight: normal;
  /* Adjust if your font has different weights (e.g., bold, light) */
  font-style: normal;
  /* Adjust if your font has italic or oblique styles */
  /* You can also add other descriptors like font-display */
  font-display: swap;
  /* Recommended for better performance and user experience */
}

@font-face {
  font-family: 'Degular Display Semibold';
  /* Choose a descriptive name for your font */
  src: url(../fonts/DegularDisplay-Semibold.otf) format('opentype');
  /* Specify the path and format */
  font-weight: normal;
  /* Adjust if your font has different weights (e.g., bold, light) */
  font-style: normal;
  /* Adjust if your font has italic or oblique styles */
  /* You can also add other descriptors like font-display */
  font-display: swap;
  /* Recommended for better performance and user experience */
}

@font-face {
  font-family: 'Degular Display Light';
  /* Choose a descriptive name for your font */
  src: url(../fonts/DegularDisplay-Light.otf) format('opentype');
  /* Specify the path and format */
  font-weight: normal;
  /* Adjust if your font has different weights (e.g., bold, light) */
  font-style: normal;
  /* Adjust if your font has italic or oblique styles */
  /* You can also add other descriptors like font-display */
  font-display: swap;
  /* Recommended for better performance and user experience */
}

body {
  overflow-x: hidden;
}

.site-top {
  padding: 14px 30px;
}

.language-switcher {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;

  color: rgba(0, 0, 0, 0.39);
  text-align: right;
  font-family: "Degular Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.language-switcher a {
  color: rgba(0, 0, 0, 0.39);
  text-decoration: none;
}

.language-switcher .active,
.language-switcher .active a {
  color: #000;
}

.language-switcher .sep {
  height: 25px;
  border-right: 3px solid #000;
}

.site-banner {
  background: url(../images/banner-bg.png) lightgray 50% / cover no-repeat;
  height: 565px;
  position: relative;
}

.happy-meal-box {
  position: absolute;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 433px;

  background: url(../images/happy-meal-box.png) transparent 50% / contain no-repeat;
  background-position: right bottom;
}

.countdown-wrap {
  z-index: 10;

  margin-top: 7vh;
  margin-left: 10vw;
  position: absolute;
}

.countdown-frame {
  display: inline-flex;
  flex-direction: column;
}

.countdown-box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.countdown-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 115px;
}

.count-number {
  color: #000;
  text-align: center;
  font-family: "Degular Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 10px 25px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  display: block;
}

.count-title {
  color: #FFF;
  text-align: center;
  font-family: "Degular Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 10px 20px;
  border-radius: 0px 0px 10px 10px;
  display: block;
  background-color: #C13430;
}

.countdown-title {
  color: #C13430;
  text-align: center;
  font-family: "Degular Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  /* 150% */
}

.countdown-hashtag {
  color: #000;
  text-align: center;
  font-family: "Degular Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-top: 32px;
}

.countdown-wrap.winner {
  margin-top: 14vh;
}

.countdown-wrap.winner .countdown-title {
  font-size: 80px;
}

.countdown-wrap.winner .countdown-hashtag {
  margin-top: 10px;
}

.partner-logos {
  position: absolute;
  bottom: 0;
  left: 0;

  margin-left: 51px;
  margin-bottom: 43px;
}

.sec-wrap-bg {
  background: url(../images/winner-prod-bg.png) transparent 50% / contain repeat-x;
  background-position: top left;
  padding-top: 135px;
  position: relative;
}

.vot-sec-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  align-items: center;
  justify-content: center;
  gap: 100px 50px;

  padding: 119px;
}

.sec-wrap-bg .vot-sec-wrap {
  gap: 90px 50px;

}

.vot-prod-frame {
  position: relative;

  max-width: 180px;
}

.vot-prod-frame.big-frame {
  max-width: 300px;
}

.vot-prod-view {
  cursor: pointer;
}

.vot-prod-view-left {
  position: absolute;
  top: 20px;
  left: 10px;
}

.vot-prod-view-right {
  position: absolute;
  top: 10px;
  left: 20px;
}

.vot-prod-count {
  width: 86px;
  height: 86px;

  flex-shrink: 0;
  background: url(../images/vot-count-circle.png) transparent 50% / cover no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: absolute;
  right: -30px;
  top: -30px;
}

.vot-prod-count .count {
  color: #000;
  text-align: center;
  font-family: "Degular Display Semibold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 62.5% */
}

.vot-prod-count .count.small{
   font-size: 22px;  
}

.vot-prod-count .title {
  color: #000;
  font-family: "Degular Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 4px;
}

.vot-prod-img {
  border-radius: 10px;
  z-index: -1;
  position: relative;  
}

.vot-prod-frame:nth-of-type(odd) .vot-prod-img {
  transform: rotate(-5deg);
}

.vot-prod-frame:nth-of-type(even) .vot-prod-img {
  transform: rotate(5deg);
}

.big-frame .vot-prod-img {
  z-index: 1;
  border-radius: 15px;  
}

.vot-prod-frame.big-frame:nth-of-type(even) .vot-prod-img {
  transform: rotate(-5deg);
}

.vot-prod-frame.big-frame:nth-of-type(odd) .vot-prod-img {
  transform: rotate(5deg);
}


.vot-prod-details-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 0px;
  margin-top: 15px;
}

.vot-prod-details-age {
  color: #C13430;
  text-align: center;
  font-family: "Degular Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.vot-prod-details-name {
  color: #000;
  font-family: "Degular Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.vot-prod-btn {
  background-color: #000;
  border-radius: 50px;

  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-family: "Degular Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 2px 20px;
  margin-top: 20px;
}

.terms-conditions {
  text-decoration: none;
  color: #000000;
}

.footer-area {
  background: url(../images/footer-bg.png) lightgray 50% / cover no-repeat;

  color: #000;
  font-family: "Degular Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 38px 50px;
}

.job-modal--header {
  font-family: "Degular Display", sans-serif;
  background-color: #FFBC0D;
  color: #1f1f1f;
}

.job-modal--body {
  font-family: "Degular Display Light", sans-serif;
  background-color: #F0F0F0;
  color: #2f2f2f;
  font-weight: normal;
  letter-spacing: 0.06rem;
}

.job-modal--footer {
  background-color: #FFBC0D;
  color: #fff;
}

.vote-form {
  width: 300px;
}

.vote-form label {
  font-family: "Degular Display", sans-serif;
  color: #000;
  font-size: 18px;
}

.error {
  color: red !important;
}

.count .plus-icon {
  top: -0.75em;
  font-size: .60em;
}

.vot-sec-close-wrap {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vot-sec-close-wrap a {
  text-decoration: none;
}