@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat.woff2") format("woff2"), url("../fonts/benguiat/Benguiat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat-Bold.woff2") format("woff2"), url("../fonts/benguiat/Benguiat-Bold.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat-Italic.woff2") format("woff2"), url("../fonts/benguiat/Benguiat-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat-BoldItalic.woff2") format("woff2"), url("../fonts/benguiat/Benguiat-BoldItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat.woff2") format("woff2"), url("../fonts/benguiat/Benguiat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("../fonts/benguiat/Benguiat.woff2") format("woff2"), url("../fonts/benguiat/Benguiat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SynchroPlain";
  src: url("../fonts/synchro/SynchroPlain.woff2") format("woff2"), url("../fonts/synchro/SynchroPlain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SynchroLET";
  src: url("../fonts/synchro/SynchroLET.woff2") format("woff2"), url("../fonts/synchro/SynchroLET.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commons";
  src: url("../fonts/commons/TTCommons-Regular.woff2") format("woff2"), url("../fonts/commons/TTCommons-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commons";
  src: url("../fonts/commons/TTCommons-Bold.woff2") format("woff2"), url("../fonts/commons/TTCommons-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commons";
  src: url("../fonts/commons/TTCommons-Medium.woff2") format("woff2"), url("../fonts/commons/TTCommons-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html {
  scroll-behavior: smooth;
}
html.open_menu {
  overflow: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 1.5;
  font-family: "SynchroLET";
  background: #000000;
}

.container-fluid {
  padding: 0 55px;
}
@media (max-width: 1023px) {
  .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 24px;
  }
}

.container {
  max-width: 1600px;
  padding: 0 55px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.header-bar {
  padding: 55px 0 0 0;
}
@media (max-width: 1023px) {
  .header-bar {
    padding: 32px 0 0 0;
  }
  .header-bar img {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .header-bar {
    padding: 16px 0 0 0;
  }
  .header-bar img {
    height: 18px;
  }
}

.title-top {
  padding: 30px 0 10px 0;
}
.title-top h4 {
  font-size: 26px;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .title-top h4 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .title-top h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .title-top h4 {
    font-size: 18px;
  }
}
.title-top h1 {
  font-weight: bold;
  color: #00ff33;
  font-family: "Benguiat";
  font-size: 106px;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .title-top h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .title-top h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title-top h1 {
    font-size: 40px;
  }
}
.title-top h3 {
  font-weight: normal;
  font-size: 38px;
}
@media (max-width: 1400px) {
  .title-top h3 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .title-top h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title-top h3 {
    font-size: 24px;
  }
}

.box-future {
  padding: 0 0 100px 0;
}
@media (max-width: 1023px) {
  .box-future {
    padding: 0 0 60px 0;
  }
}

.list-future .col-md-4 {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .list-future .col-md-4 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .list-future .col-md-4 {
    margin-top: 40px;
  }
}

.item-future {
  height: 100%;
}
.item-future ul {
  list-style: none;
}
@media (max-width: 767px) {
  .item-future ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.item-future ul li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .item-future ul li {
    margin: 0;
    padding: 0 5px;
  }
}
.item-future .btn-future {
  text-align: center;
  font-family: "SynchroLET";
}
.item-future .btn-future a {
  display: inline-flex;
  color: #000000;
  background: #fff;
  border-radius: 8px;
  min-width: 175px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 35px;
  font-weight: 600;
  transition: 0.3s all !important;
}
@media (max-width: 1400px) {
  .item-future .btn-future a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-future .btn-future a {
    font-size: 14px;
    border-radius: 6px;
    min-width: 120px;
    height: 30px;
  }
}
.item-future .btn-future a:hover {
  transform: scale(1.04);
}
.item-future .btn-future a.btn_stream, .item-future .btn-future a.btn_buy {
  background: #00ff33;
}
.item-future .info {
  font-family: "Commons";
  text-transform: uppercase;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .item-future .info {
    padding-top: 10px;
  }
}
.item-future .info h4 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .item-future .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-future .info h4 {
    font-size: 16px;
  }
}
.item-future .info h3 {
  font-size: 25px;
  font-weight: 500;
  color: #00ff33;
}
@media (max-width: 1400px) {
  .item-future .info h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-future .info h3 {
    font-size: 16px;
  }
}
.item-future .info h5 {
  font-size: 25px;
  font-weight: 500;
  color: #999999;
  min-height: 60px;
}
@media (max-width: 1400px) {
  .item-future .info h5 {
    font-size: 20px;
    min-height: 50px;
  }
}
@media (max-width: 1023px) {
  .item-future .info h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-future .info h5 {
    min-height: auto;
  }
}
.item-future .avarta {
  overflow: hidden;
  position: relative;
}
.item-future .avarta img {
  transition: 0.4s all !important;
}
.item-future .avarta img:hover {
  transform: scale(1.05);
}

.future-soon {
  pointer-events: none;
}
.future-soon .avarta img {
  filter: grayscale(1) blur(6px);
}
.future-soon .info {
  filter: grayscale(1) blur(6px);
}
.future-soon .txt-soon {
  color: #00ff33;
  font-size: 39px;
  line-height: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2;
}
@media (max-width: 1400px) {
  .future-soon .txt-soon {
    font-size: 32px;
  }
}

.bn-abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .bn-abs {
    position: unset;
  }
  .bn-abs img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
}

.dialog-unlock {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .dialog-unlock {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .dialog-unlock {
    padding: 0 24px;
  }
}
.dialog-unlock .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.dialog-unlock .modal-body {
  padding: 0;
}

.content-popup {
  background: #000000;
  color: #fff;
  position: relative;
  padding: 60px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content-popup {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .content-popup {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .content-popup {
    padding: 30px 24px;
  }
  .content-popup .title-top {
    padding: 10px 0;
  }
  .content-popup .title-top h3 {
    font-size: 16px;
  }
  .content-popup .title-top h1 {
    font-size: 32px;
    padding: 10px 0;
  }
  .content-popup .title-top h4 {
    font-size: 14px;
  }
}
.content-popup .bn-abs {
  z-index: 1;
  position: unset;
  pointer-events: none;
}
.content-popup .bn-abs img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.content-popup .txt-popup {
  position: relative;
  z-index: 2;
}

.note-popup {
  color: #999999;
  font-family: "Commons";
  line-height: 1;
  max-width: 760px;
  margin: 0 auto;
  font-style: italic;
  padding: 30px 0 0 0;
}
@media (max-width: 1023px) {
  .note-popup {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .note-popup {
    font-size: 14px;
    padding-top: 15px;
  }
}

.frm-unlock {
  max-width: 660px;
  margin: 0 auto;
}
.frm-unlock .title-frm {
  color: #00ff33;
  font-size: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .frm-unlock .title-frm {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .frm-unlock .title-frm {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.frm-unlock .item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .frm-unlock .item {
    margin-bottom: 20px;
  }
}
.frm-unlock .item:last-child {
  margin-bottom: 0;
}
.frm-unlock .item .txt_field {
  background: #000000;
  border: 0;
  border-bottom: 1px solid #666666;
  width: 100%;
  color: #fff;
  text-align: center;
  outline: none;
}
@media (max-width: 767px) {
  .frm-unlock .item .txt_field {
    font-size: 16px;
  }
}
.frm-unlock .item .btn_field {
  background: #00ff33;
  height: 50px;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: 0;
}
@media (max-width: 767px) {
  .frm-unlock .item .btn_field {
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
  }
}

.close-popup a {
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 0 0 2px 0;
}

/*# sourceMappingURL=style.css.map */

.close-popup a{
  display:none;
}

.modal-backdrop.show{
  opacity:0.9;
}
.error-email{
  display:none;
  margin:-15px 0 15px 0;
  color:red;
  font-family: "Commons";
  font-size:18px;
  line-height:1;
}

@media(min-width:992px){
  .txt-popup .logo img{
    max-width:300px;
  }
  .title-top{
    padding:15px 0;
  }
  .title-top h3 {
    font-size:24px;
  }
  .frm-unlock .title-frm{
    font-size:32px;
  }
  .note-popup{
    font-size:16px;
  }
  .frm-unlock .item .txt_field{
    font-size:18px;
  }
}

.title-top{
  padding-top: 15px;
  text-align: center;
}
.title-top h4{
  font-size: 20px;
}
.title-top h3{
  font-size:24px;
}
.title-top .logo-2{
  max-width: 200px;
  margin: 20px 0;
}
.txt-popup .title-top .logo-2{
  max-width:100%;
}
.box-top-logo .logo{
  text-align: center;
}
.box-top-logo .logo img{
  display: inline-block;
  max-width: 200px;
}
.title-top{
  padding:5px 0 30px 0;
}
.title-top .logo-2{
  margin:15px 0;
  max-width: 300px
}
@media(min-width: 768px){
  .box-top-logo .logo img{
    max-width:300px;
  }
  .title-top .logo-2{
    max-width: 400px;
  }
}
.list-future .col-md-4{
  margin-top: 30px;
  margin-bottom: 70px;
}

.item-future .info h4{
  font-size: 18px !important;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.item-future .info h3{
  font-size: 16px !important;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.item-future .info h5{
  font-size: 14px !important;
  line-height: 1.2;
  min-height: auto !important;
  margin: 0 0 5px 0;
}
.item-future .btn-future a{
  font-size: 14px !important;
}
.item-future ul{
  display:block;
}

.box-future .container{
  max-width: 1000px;
}

.item-future .avarta img{
  max-width: 180px;
}

.modal-backdrop{
  background-color: rgba(0,0,0,.3);
}
.modal-backdrop.show{
  opacity: 1;
  backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.frm-unlock .item .btn_field{
  font-size: 20px;
}
.content-popup{
  max-width: 700px;
  border: solid 1px #00ff33;
}
