/* comingsoon_13 - Colorlib
 * Every style this snippet uses, and nothing else. No framework, no build step.
 */

/* Keeps a host page's framework base styles (Bootstrap's reboot) off this
   snippet: every element starts from the browser default, then this sheet
   styles it. On its own page it changes nothing. */
:where(html) :is(html,body,div,span,p,a,h1,h2,h3,h4,h5,h6,label,input,select,option,optgroup,textarea,button,form,fieldset,legend,ul,ol,li,dl,dt,dd,figure,figcaption,section,article,header,footer,nav,main,aside,strong,b,em,i,small,sub,sup,blockquote,pre,code,picture,progress,output,summary,details,address,abbr,mark), :is(html, body) {
  all: revert;
}
:where(html) input::-webkit-datetime-edit,
:where(html) input::-webkit-datetime-edit-fields-wrapper,
:where(html) input::-webkit-datetime-edit-text,
:where(html) input::-webkit-datetime-edit-month-field,
:where(html) input::-webkit-datetime-edit-day-field,
:where(html) input::-webkit-datetime-edit-year-field {
  all: revert;
}
:where(html) :is(img, svg) {
  vertical-align: revert;
}
:where(html) :is(img, table, thead, tbody, tfoot, tr, th, td, caption, hr, iframe, video) {
  box-sizing: revert;
}
:where(html) img {
  border-style: revert;
}
:where(html) table {
  border-collapse: revert;
  caption-side: revert;
}
:where(html) caption {
  padding-top: revert;
  padding-bottom: revert;
  color: revert;
  text-align: revert;
}
:where(html) th {
  text-align: revert;
}
:where(html) :is(thead, tbody, tfoot, tr, td, th) {
  border-color: revert;
  border-style: revert;
  border-width: revert;
}
:where(html) hr {
  margin: revert;
  color: revert;
  background-color: revert;
  border: revert;
  opacity: revert;
  height: revert;
  overflow: revert;
}

.logo {
  width: 200px;
}

@media print {
  :is(*, html) {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

:is(*, html) {
  box-sizing: inherit;
}

:is(*, html) {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fa,
.zmdi {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  font-style: normal;
}

.cl-icon {
  height: 1em;
  width: auto;
  fill: currentColor;
  display: inline-block;
}

@media print {
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

::after,
::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

a,
button,
input,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.h3,
h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.show>a {
  outline: 0;
}

*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

h3 {
  margin: 0px;
}

input,
textarea {
  display: block;
  outline: none;
  border: none;
}

button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.fs-16 {
  font-size: 16px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-36 {
  padding-right: 36px;
}

.p-r-75 {
  padding-right: 75px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-3 {
  margin-bottom: 3px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-3 {
  margin-left: 3px;
}

.m-r-3 {
  margin-right: 3px;
}

.m-r-22 {
  margin-right: 22px;
}

.m-r-30 {
  margin-right: 30px;
}

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

.w-full {
  width: 100%;
}

.footer-socials {
  display: none;
}

.trans-04 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.flex-w,
.flex-b,
.flex-c-m,
.flex-sb-m,
.flex-col-c-m,
.flex-col-c-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-b {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-c-m {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-sb-m {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-m {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex-col-c-sb {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-m,
.flex-col-c-sb {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.ab-t-r {
  position: absolute;
  right: 0px;
  top: 0px;
}

@font-face {
  font-family: Montserrat-Regular;

  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Montserrat-SemiBold;

  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: Playlist Script;

  src: url('../fonts/Playlist Script.woff2') format('woff2');
}

.contact100-form {
  max-width: 100%;
}

.wrap-input100 {
  width: 280px;
  max-width: 100%;
  position: relative;
  background-color: transparent;
  height: 50px;
}

.input100 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 3px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(255,255,255, 0.0);
}

.input100:focus {
  background-color: rgba(255,255,255, 0.05);
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 32px;
  pointer-events: none;
  font-family: Montserrat-Regular;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 38px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.simpleslide100 {
  display: block;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cl1 {
  color: #999;
}

.s1-txt1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.l1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.l1-txt2 {
  font-family: Playlist Script;
  font-size: 180px;
  color: #fff;
  line-height: 1.1;
}

.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  min-width: 140px;
  height: 50px;
}

.size3 {
  width: 36px;
  height: 36px;
}

.size4 {
  width: 35px;
  height: 100%;
}

.wsize1 {
  min-width: 46px;
}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.placeholder0::-webkit-input-placeholder {
  color: #999999;
}

.placeholder0:-moz-placeholder {
  color: #999999;
}

.placeholder0::-moz-placeholder {
  color: #999999;
}

.placeholder0:-ms-input-placeholder {
  color: #999999;
}

.overlay1 {
  position: relative;
  z-index: 1;
}

.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

.wrappic1 {
  display: block;
  flex-grow: 1;
}

.wrappic1 img {
  max-width: 100%;
}

.how-btn1 {
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
}

.how-btn1:hover {
  background-color: #fff;
  color: #555;
}

.how-social {
  color: #000000;
  font-size: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background-color: #fff;
  border-radius: 50%;
}

.how-social:hover {
  background-color: transparent;
  color: #fff;
}

.facebook-social {
  color: #000;
}

.facebook-social:hover {
  color: #fff;
}

.how-btn-play1 {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 1;
}

.how-btn-play1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-btn-play1:hover:after {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.hov1:hover i {
  color: #fff;
}

@media (max-width: 992px) {
  .respon1 {
    font-size: 160px;
  }
}

@media (max-width: 768px) {
  .respon1 {
    font-size: 120px;
  }
}

@media (max-width: 576px) {
  .p-lr-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .respon1 {
    font-size: 80px;
  }

  .cd100 {
    justify-content: center;
    padding-right: 0;
  }

  .cd100 > .flex-b {
    margin-left: 11px;
    margin-right: 11px;
  }

  .cd100 .l1-txt1 {
    font-size: 24px;
  }

  .cd100 .m1-txt1 {
    font-size: 15px;
  }

  .cd100 .wsize1 {
    min-width: 40px;
  }
}

@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont-subset.woff2') format('woff2'); font-display: block; }
