@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?18600602");
  src: url("../fonts/fontello.eot?18600602#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?18600602") format("woff2"),
    url("../fonts/fontello.woff?18600602") format("woff"),
    url("../fonts/fontello.ttf?18600602") format("truetype"),
    url("../fonts/fontello.svg?18600602#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Gotham-Bold.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Gotham-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Gotham-Bold.svg#svgFontName")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Gotham-Medium.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Gotham-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Gotham-Medium.svg#svgFontName")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.eot"); /* IE9 Compat Modes */
  src: url("fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Gotham-Thin.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Gotham-Thin.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Gotham-Thin.svg#svgFontName")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\f09a";
}
.icon-instagram:before {
  content: "\f16d";
}

@font-face {
  font-family: "Gotham";
  src: url("./../fonts/GothamBook.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url("./../fonts/Gotham-Bold.otf");
  font-weight: 700;
}

html,
body {
  min-height: 100vh;
  height: auto;
  background-color: black;
  overflow-x: hidden;
}

body {
  background-image: url("./../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  position: relative;

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

  font-family: "Gotham", sans-serif;
}
p {
  color: white;
}
body::after,
body::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

body::after {
  left: -25px;
  /* background-image: url("./../img/side-art.png"); */
}

body::before {
  right: -25px;
  /* background-image: url("./../img/side-art.png"); */
  transform: rotate(180deg);
}

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

.bold {
  font-weight: bold;
}

.mt-25 {
  margin-top: 25px;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 250px;
}

.main {
  position: relative;
  z-index: 1;
  padding: 15px;
  max-width: 350px;
  margin: 35px auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.group-images {
  position: relative;
}

.grouped-img {
  width: calc(100%);
}

.bottle-img {
  width: 80px;

  position: absolute;
  right: 0px;
}

.instructions {
  width: 230px;
  color: #8bed23;
}

.instructions-list {
  font-size: 14px;
}
.main-paragraph {
  padding-top: 2em;
  color: white;
}
.main-paragraph-approved {
  font-size: 10px;
  padding-top: 1.5em;
  color: white;
}

.btn-container {
  width: 100%;
  max-width: 250px;
  margin: 10px auto;
}

.btn-submit {
  font-weight: bold;
  background-color: #fbf70a;
  padding: 14px 25px;
  color: #234323;
  border-radius: 25px;
  border: none;
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.footer {
  text-align: center;
  margin: 15px 0;
}

.form-file {
  position: relative;
}

.form-file label,
.main-form .form-input {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 15px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 25px;
}

.form-file label,
.main-form .form-input::placeholder {
  color: #939598;
  font-size: small;
}

.form-file input[type="file"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.form-checkbox {
  margin-top: 15px;
  color: #fbf70a;
  display: flex;
}

.form-checkbox input[type="checkbox"] {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.boxes-container {
  display: flex;
  flex-wrap: wrap;
}

.box-item {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
}

.box-item input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;

  width: 0;
  height: 0;
}

.box-item label {
  width: 100%;
  display: block;
  height: 100px;
  cursor: pointer;

  background-image: url("./../img/box-closed.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.box-item input:checked + label {
  background-image: url("./../img/box-open.png");
}

.win-instructions {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.winner-img {
  max-width: 200px;
  margin: 0 auto;
}

.winner-img img {
  width: 100%;
}

.congrat-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}
.win-box {
  display: block;
  width: 100%;
}
.box-item .box-item-img {
  width: 100%;
  display: block;
  height: 100px;
  cursor: pointer;

  background-image: url("./../img/box-closed.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.social-links .social-icon {
  color: #000;
  font-size: 24px;
  background: #fbf70a;
  padding: 10px 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.social-links .social-icon:last-of-type {
  margin-right: 10px;
}

* {
  line-height: 1.2;
}
.age-warning{
  position: fixed;
  bottom:5px;
  left:5px;
  text-align: left;
}
.age-warning *{
  color: goldenrod;
  font-size: 15px;
}