@font-face {
  font-family: "kotexbold";
  src: url("../fonts/kotex-bold.woff2") format("woff2"),
    url("../fonts/kotex-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kotexlight";
  src: url("../fonts/kotex-light.woff2") format("woff2"),
    url("../fonts/kotex-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-height: 100%;
  height: auto;
  font-family: "kotexlight";
  line-height: 1.1;
}

#app {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.app-content {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 100vh;
}

.btn-landing {
  margin-bottom: 20px !important;
  display: block;
  cursor: pointer;
}

.footertnc a {
  color: #000;
  font-size: 18px;
  font-family: "kotexbold";
}

.footertnc a:hover {
  color: #f7a753;
}

.player-case {
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.player-faux {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  /** <-- For the demo **/
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.player-faux div {
}

.player-faux img {
  max-width: 100px;
}

#player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-next-case {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: 0 -1rem;
}

.modal-content {
  position: relative;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.top {
}

a {
  color: #029fa8;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

a.lang {
  color: #000;
  transition: all ease 0.3s;
  text-decoration: none;
  text-transform: uppercase;
}

a.lang.active {
  color: #000 !important;
  font-family: "kotexbold";
}

a.lang:hover {
  color: #000 !important;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.u-none {
  text-decoration: none;
}

.head-img {
  margin-top: 40px;
  text-align: center;
}

.head-img img {
  display: inline-block;
  margin: 0 auto;
  max-width: 400px;
}

.title {
  margin: 30px 0 40px;
}

.user-name {
  width: 200px;
  height: 20px;
  overflow: hidden;
}

/* FORM */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #029fa8;
  box-shadow: 0 1px 1px rgba(102, 0, 153, 0.075) inset, 0 0 8px #029fa8;
  outline: 0 none;
}

.col-form-label {
  color: #000;
  font-family: "kotexbold";
  text-transform: uppercase;
  font-size: 14px;
}

button,
button:focus {
  border: 0;
  cursor: pointer;
  outline: none;
}

.button {
  position: relative;
  background: url("../img/btn-bg.png") center center no-repeat;
  background-size: 100% 100%;
  color: #000;
  padding: 1rem 0;
  text-align: center;
  font-family: "kotexbold";
  font-size: 22px;
  width: 220px;
  min-width: 180px;
  transition: all ease 0.3s;
  text-transform: uppercase;
  line-height: 1em;
}

.button:hover {
  transform: scale(1.05) perspective(1px);
}

.button.no-hover:hover {
  transform: none;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #029fa8;
}

label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 0.5rem;
}

.err {
  height: 25px;
  overflow: hidden;
  text-align: center;
  display: block !important;
}

.custom-control-label {
  margin-top: 5px;
  color: #000;
  font-family: "kotexlight";
}

.custom-control-label::before {
  border: 1px solid #029fa8;
  background: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #029fa8;
}

.title-top {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-start {
  margin-top: -11%;
}

.content {
  padding: 12% 10% 12% 10%;
}

.logged {
  line-height: 1.2em;
}

.btn-cursor {
  cursor: pointer;
}

/* pop up page */

.modal-content {
  background: transparent;
  border: 0;
  position: relative;
}

.modal-close {
  cursor: pointer;
  background: transparent;
  opacity: 1;
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 1;
}

.modal-close img {
  width: 100% !important;
}

.modal-close img {
  width: 100%;
}

.modal-close:active {
  border: 4px solid #03a3ac;
}

/* thankyou page */

.tnc {
  list-style: none;
  padding: 0;
}

.tnc li {
  margin-bottom: 0.5rem;
  line-height: 1.1em;
}

.icn img {
  transition: all ease 0.3s;
}

.icn:hover img {
  transform: scale(1.05) perspective(1px);
}

.title-shadow {
  text-shadow: 1px 1px 4px #000;
  line-height: 1em;
}

.dropdown-item {
  text-decoration: none;
}

.action-btn-case {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.action-btn {
  margin: 0 15px;
}

@media only screen and (max-width: 480px) {
  .action-btn-case {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .action-btn {
  }
  .modal-close {
    width: 40px !important;
    height: 40px !important;
    top: 20px;
    left: 20px;
  }
  #app {
    background-image: url("../img/bg-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .head-img {
    margin-top: 40px;
  }
  .head-img img {
    max-width: 85%;
  }
  .button {
    padding: 4.5% 0;
  }
  .top {
    font-size: 14px;
  }
  .user-name {
    width: 100px;
    height: 15px;
  }
  .content {
    padding: 10% 3% 10% 3%;
  }
  .title-top {
    top: 1%;
  }
  h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 380px) {
  .head {
    background-position: -55px -25px !important;
    background-size: 130% !important;
  }
  .top {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .head {
    background-position: -30px 0 !important;
    background-size: 120% !important;
    border: 0px solid red;
  }
  .button {
    padding: 1rem;
    font-size: 12px;
    width: 50%;
  }
}

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

.tq-box-body {
  background-image: url("../img/form_middle.png");
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 15px 50px;
  color: #00a3ab;
  font-family: "kotexbold";
  font-size: 30px;
  text-align: center;
}

.yt-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
