html,
body {
  background-color: #eeeeee;
  margin: 0;
  font-size: 14px;
  color: #9a9a9a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  letter-spacing: 1;
}

input {
  padding: 0;
}

@media screen and (min-width: 768px) {
  html {
    background: #0078CC;
  }
  body {
    background: #0078CC;
    height: fit-content;
  }
  .footer svg path {
    fill: white;
  }
  .footer .footer-social-btn {
    color: white;
    border-color: white;
  }
}

@media screen and (max-width: 768px) {
  body div.desktop {
    display: none;
  }
  body div.mobile {
    display: flex;
  }
}

div.desktop {
  display: flex;
  min-height: 100%;
    flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

div.mobile {
  display: none;
}

.desktop-container {
  padding: 12px;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.desktop-top-text {
  margin: 12px 0 12px 0px;
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.desktop-main-text {
  margin: 4px;
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.desktop-sub-text {
  margin: 4px;
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}

.desktop-rectangle {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 80px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  border-radius: 12px;
}

.desktop-rectangle-text {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: black;
}

.desktop-instruction-container {
  margin-top: 36px;
  display: flex;
  flex-direction: row;
}

.desktop-steps-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 64px
}

.desktop-steps-container .step {
  font-family: Avenir Next, serif;
  font-style: normal;
  font-weight: bold;
  padding: 0 12px 0 12px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}

.desktop-steps-container .line {
  display: flex;
  max-height: 64px;
  align-items: center;
}

.desktop-steps-container .instruction {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

div.image-preview {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div[style] > .image-preview-icon {
  display: none;
}

.hide-transition.on {
  opacity: 0;
  transition: opacity;
}

.hide-transition.off {
  opacity: 1;
  transition: opacity;
}

.hidden {
  display: none!important;
}

.badge-input-container {
  background: black;
  margin-top: 8px;
  z-index: 2;
}

.badger-main-container {
  margin-top: 12px;
  min-height: 339px;
  min-width: 354px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-grow: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* –––––––––––––––––––––––––– CAROUSEL ––––––––––––––––––––––––––––– */
.carousel-wrapper {
  width: 100%;
  max-width: 414px;
  max-height: 414px;
}

.carousel {
  width: 100%;
  margin: 0px auto;
}
.slick-slide {
  margin: 10px;
  height: 319px;
}

/* –––––––––––––––––––––––––– BADGES ––––––––––––––––––––––––––––– */

.badge {
  position: relative;
  display: flex;

  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.badge-input {
  border: none;
  border-bottom: 1px dashed #9a9a9a;
  width: 100%;
  line-height: 40px;
}

.cam-input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.icon-36 {
  color: white;
  font-size: 36px;
}

/* –––––––––––––– BADGE 1 ––––––––––––––––– */
.badge1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid black;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin: auto;
  margin-top: 28px;
}

.badge1-cam-container {
  background: black;
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.badge1-input-first,
.badge1-input-last {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.badge1-input-first {
  font-size: 32px;
  margin-top: 16px;
  text-transform: capitalize;
}

.badge1-input-last {
  font-size: 20px;
  text-transform: uppercase;
}

.badge1-input-title {
  font-size: 28px;
  color: black;
  font-family: "Dancing Script", cursive;
  text-align: center;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  opacity: 0.2;
}

/* –––––––––––––– BADGE 2 ––––––––––––––––– */
.badge2-h1,
.badge2-h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.badge2-h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 8px;
  margin-top: 20px;
}
.badge2-h2 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 3px;
}

.badge2-input-container {
  margin: 16px;
  padding: 10px 8px;
  border-radius: 12px;
  background: white;
}

.badge2-input-first,
.badge2-input-last {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.badge2-input-first {
  font-size: 36px;
  text-transform: capitalize;
  margin-top: 4px;
}
.badge2-input-last {
  font-size: 26px;
  text-transform: uppercase;
}

.badge2-input-title {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 4px;
}

/* –––––––––––––– BADGE 3 ––––––––––––––––– */
.badge3-container {
  padding: 30px;
  height: calc(100% - 60px);
  justify-content: space-between;
}
.badge3-input-first,
.badge3-input-last {
  font-family: "Yeseva One", cursive;
  color: white;
  letter-spacing: 1px;
  line-height: 60px;
}
.badge3-input-first {
  font-size: 42px;
  text-transform: capitalize;
}
.badge3-input-last {
  font-size: 26px;
  text-transform: uppercase;
}
.badge3-input-title {
  font-size: 36px;
  font-family: "Dancing Script", cursive;
  text-transform: capitalize;
  color: white;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
.badge3-input-first::-webkit-input-placeholder,
.badge3-input-last::-webkit-input-placeholder,
.badge3-input-title::-webkit-input-placeholder {
  color: white;
  opacity: 0.3;
}

/* –––––––––––––– BADGE 4 ––––––––––––––––– */
.badge4-container {
  padding: 6px;
  height: calc(100% - 12px);
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas:
    "logo first"
    "logo last"
    "title title";
}
.badge4-logo-container {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge4-input-container-first,
.badge4-input-container-last,
.badge4-input-container-title {
  background: white;
  margin: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge4-input-container-first {
  grid-area: first;
  margin-top: 0;
}
.badge4-input-container-last {
  grid-area: last;
}
.badge4-input-container-title {
  grid-area: title;
  margin-bottom: 0;
}

.badge4-input-first,
.badge4-input-last {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 12px;
  text-transform: uppercase;
}
.badge4-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 12px;
  font-family: "Roboto Slab", serif;
  color: red;
  text-align: center;
  text-transform: capitalize;
}

/* –––––––––––––– BADGE 5 ––––––––––––––––– */
.badge5-container {
  padding: 6px;
  height: calc(100% - 12px);
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-rows: 1fr 1fr 50px 1fr;
  grid-template-areas:
    "logo first"
    "logo last"
    "logo date"
    "title title";
}
.badge5-logo-container {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge5-input-container-first,
.badge5-input-container-last,
.badge5-input-container-date,
.badge5-input-container-title {
  background: white;
  margin: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge5-input-container-first {
  grid-area: first;
  margin-top: 0;
}
.badge5-input-container-last {
  grid-area: last;
}
.badge5-input-container-date {
  grid-area: date;
  background-image: url(assets/stripes.png);
  background-size: cover;
  background-position: center;
}
.badge5-input-container-title {
  grid-area: title;
  margin-bottom: 0;
}

.badge5-input-first,
.badge5-input-last {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 12px;
  text-transform: uppercase;
}
.badge5-input-date {
  background: black;
  color: white;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  width: 100%;
}
.badge5-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 12px;
  font-family: "Roboto Slab", serif;
  color: red;
  text-align: center;
  text-transform: capitalize;
}

/* –––––––––––––– BADGE 6 ––––––––––––––––– */
.badge6-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.badge6-input-container-first,
.badge6-input-container-last,
.badge6-input-container-title {
  background: white;
  width: calc(100% - 60px);
  height: 64px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge6-input-container-first {
  align-self: flex-end;
  margin-top: 40px;
}
.badge6-input-container-last {
  align-self: center;
}

.badge6-input-first,
.badge6-input-last {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.badge6-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  color: red;
  text-align: center;
  text-transform: capitalize;
}

.badge6-circle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 10;
}

/* –––––––––––––– BADGE 7 ––––––––––––––––– */
.badge7-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 16px);
  background: white;
  margin: 8px;
}

.badge7-caption-container {
  display: inline-flex;
  align-items: center;
  margin: 10px auto;
}
.badge7-caption {
  color: black;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 20px;
}

.badge7-line {
  height: 1px;
  width: 65px;
  background: black;
}

.badge7-input-first,
.badge7-input-last {
  color: black;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.badge7-input-first {
  font-size: 38px;
}
.badge7-input-last {
  font-size: 28px;
}

.badge7-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Yeseva One", cursive;
  color: red;
  text-align: center;
  text-transform: capitalize;
}

/* –––––––––––––– BADGE 8 ––––––––––––––––– */
.badge8-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 56px);
  background: black;
  margin: 28px;
}

.badge8-line {
  height: 2px;
  width: 65px;
  background: red;
  margin: auto;
}

.badge8-input-first,
.badge8-input-last {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.badge8-input-first::placeholder,
.badge8-input-last::placeholder,
.badge8-input-title::placeholder {
  color: white;
}

.badge8-input-first {
  font-size: 36px;
  margin-top: 50px;
}
.badge8-input-last {
  font-size: 28px;
}

.badge8-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Yeseva One", cursive;
  color: white;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}

/* –––––––––––––– BADGE 9 ––––––––––––––––– */
.badge9-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4px;
}

.badge9-input-first,
.badge9-input-last {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 2px white;
  width: calc(100% - 20px);
}
.badge9-input-first::placeholder,
.badge9-input-last::placeholder,
.badge9-input-title::placeholder {
  color: white;
}

.badge9-input-first {
  font-size: 36px;
  margin-top: 34px;
  border-top: solid 2px white;
}
.badge9-input-last {
  font-size: 30px;
}

.badge9-input-title {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  color: red;
  text-align: center;
  text-transform: capitalize;
  border-bottom: solid 2px white;
  width: calc(100% - 20px);
}

/* –––––––––––––– BADGE 10 ––––––––––––––––– */
.badge10-container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 16px;
}

.badge10-logo {
  height: 80%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 10%;
}

.badge10-cam-container {
  background: black;
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.badge10-input-first,
.badge10-input-last {
  color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: end;
}
.badge10-input-first {
  font-size: 42px;
  width: 300px;
}
.badge10-input-last {
  font-size: 32px;
  width: 220px;
}
.badge10-input-first::placeholder,
.badge10-input-last::placeholder {
  color: white;
}

.badge10-input-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  color: red;
  text-transform: capitalize;
  text-align: end;
}

/* –––––––––––––––––––––––––– BUTTONS ––––––––––––––––––––––––––––– */

.btn-primary {
  background: #0078CC;
  border: none;
  height: 56px;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 0px 32px;
  border-radius: 28px;
  transition: all 0.3s;

  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 122, 255, 0.4);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 122, 255, 0.4);
  box-shadow: 0px 4px 8px 0px rgba(0, 122, 255, 0.4);
}
.btn-primary:active {
  box-shadow: none;
}

/* –––––––––––––––––––––––––– INPUT ––––––––––––––––––––––––––––– */

input[type="text"],
input[type="number"],
textarea {
  background: transparent;
}

/* –––––––––––––––––––––––––– FOOTER ––––––––––––––––––––––––––––– */

.footer {
  padding-bottom: 20px;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-social-btn {
  padding: 0;
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  width: 56px;
  height: 56px;
  margin: 0 12px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
}
