/*
 * Globals
 */

 :root {
  /* --pink: #FE68A8; */
  }
  
  /* Fonts */
  
  body{
  font-family: 'Helvetica Now Display', sans-serif;
  }
  
  /* EOF Fonts */
  
  /* Header */
  
  section.header{
    position: relative;
  }
  
  section.header .logo_wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
    z-index: 12;
  }

.hok__overlay_content {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    top: 10%;
    margin-top: 150px;
}

.hok__overlay_content h1 {
    font-weight: 900;
    font-size: 63px;
    letter-spacing: 6px;
}
  
  section.header .logo_wrap img {
    max-width: 200px;
  }
  
  section.header .hok__overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }
  
  section.header .hok__bg{
    height: 100vh;
    width: 100%;
  }

section.header .hok__bg_image {
    background-size: cover;
    background-position: left bottom;
    height: 400px;
}
  
  section.header .hok__bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  @media only screen and (max-width: 767px){

    section.header{
      max-height: 240px;
    }

    section.header .hok__bg{
      height: 240px;
    }

    .mouse-warp{
      display: none !important;
    }

    section.header .logo_wrap img{
      max-width: 120px;
    }
    
    .hok__overlay_content{
      margin-top: 90px;
    }

    .hok__overlay_content h1{
      font-size: 27px;
    }
    
  }
  
  /* EOF Header */

  /* Modal */

  .modal button.close{
    border: 0;
    background-color: transparent;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
  }

  /* EOF Modal */
  
  /* Content */
  
  section.content{
    background-color: #4FDDDF;
    padding: 1px 0;
    background: url(../img/banner_new_blue.jpg);
    background-size: cover;
    background-position: 80% center;
  }

section.content .logo_wrap {
    text-align: center;
    margin: 3rem 0 2rem;
}

section.content .logo_wrap img {
    max-width: 240px;
}

section.content.content_clear_blue {
    background-image: none;
    /* background-color: #3869C8; */
    background-color: #121212;
    color: #fff;
    min-height: 100vh;
}

section.content.content_clear_blue a {
    color: #fff;
}

section.content.content_lp {
    background: none #000;
}
  
  .hok__brand_tagline{
    align-items: center;
    margin: 4rem 0;
  }
  
  .hok__hero_text{
    font-size: 135px;
    font-weight: 900;
    line-height: 105px;
    color: #FE68A8;
    letter-spacing: -5px;
    /* font-size: 70px; */
    /* line-height: 58px; */
    /* letter-spacing: -1px; */
  }
  
  .hok__page_title{
    color: #fff;
    letter-spacing: 8px;
    font-size: 2.2rem;
  }

.hok__page_title_lp {
    color: #fff;
    letter-spacing: 4px;
    line-height: 1.5;
}
  
  .hok__black{
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
  }
  
  .hok__pink{
    font-weight: 700;
    color: #FE68A8;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
  }
  
  section.content ul,
  section.content ol{
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2em;
  }
  
  section.content ul li,
  section.content ol li{}
  
  @media only screen and (max-width: 991px){
  
    .hok__hero_text {
      font-size: 30px;
      line-height: 24px;
      letter-spacing: -1px;
    }
  
    .hok__page_title{
      font-size: 15px;
      letter-spacing: 3px;
    }
  
    .hok__black{
      font-size: 1.15rem;
    }
  
    .hok__pink{
      font-size: 1.25rem;
    }

    .hok__page_title_lp{
        font-size: 1.05rem;
    }
  
    section.content ul, section.content ol{
      font-size: 1.05rem;
      line-height: 1.75em;
      letter-spacing: 1px;
    }
  
    .hok__brand_tagline{
      margin: 2rem 0;
      align-items: start;
    }
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1400px){
  
    .hok__hero_text {
      font-size: 95px;
      line-height: 73px;
      letter-spacing: -3px;
    }
  
    .hok__page_title{
      font-size: 1.75rem;
    }
  
    .hok__black{
      font-size: 1.5rem;
    }
  
    .hok__pink{
      font-size: 1.5rem;
    }
  
    section.content ul, section.content ol{
      font-size: 1.05rem;
      line-height: 1.75em;
      letter-spacing: 1px;
    }
  
  }
  
  /* EOF Content */
  
  /* Footer */
  
  section.footer{
    background-color: #1A1817;
    padding: 1px 0;
  }

#hok__back_to_top {
    position: fixed;
    z-index: 6;
    bottom: 15px;
    right: 15px;
    border: 0;
    background-color: #fff;
    font-size: 20px;
    opacity: 0.75;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: opacity 0.25s;
    visibility: hidden;
    height: 40px;
}

#hok__back_to_top.open {
    visibility: visible;
}

#hok__back_to_top:hover {
    opacity: 1;
}
  
  .footer__social{
    color: #fff;
    text-align: center;
    margin-top: 1.25rem;
    margin-right: 5px;
  }
  
  .footer__social a{
    display: inline-block;
    font-size: 25px;
    /* color: #FE68A8; */
    color: #FFD5BD;
    /* background-color: #fff; */
    background-color: transparent !important;
    line-height: 37px;
    width: 37px;
    border-radius: 50%;
    transition: all 0.25s;
  }

.footer__social a:hover {
    opacity: 0.6;
}
  
  .footer__social a:hover {}
  
  .footer__social i{}
  
  .footer__copyright{
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
  }

.footer__copyright a {
    color: inherit;
    transition: all 0.25s;
}

.footer__copyright a:hover {
    opacity: 0.7;
}
  
  /* EOF Footer */
  
  
  /* Form Style */
  .hokV2Form {
  padding-bottom: 20px;
  }
  
  .hokV2Form .iti{
  width: 100%;
  }
  
  .hokV2Form input{
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 10px 30px;
  color: #000;
  background: rgba(255,255,255, 0.5);
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  }
  
  .hokV2Form .iti input[type=tel] {
  padding-left: 10px !important;
  border-bottom: none;
  }
  
  .hokV2Form ::-webkit-input-placeholder{ /* Edge */
  color: #000;
  }

  section.content.content_clear_blue .hokV2Form ::-webkit-input-placeholder{ /* Edge */
  color: #fff;
  }
  
  .hokV2Form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }

  section.content.content_clear_blue .hokV2Form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  }
  
  .hokV2Form ::placeholder{
  color: #000;
  transition: color 0.25s;
  }

  section.content.content_clear_blue .hokV2Form ::placeholder{
    color: #fff;
    font-weight: bold;
    transition: color 0.25s;
  }
  
  .hokV2Form input:focus::placeholder{
  color: rgba(0, 0, 0, 0.7);
  }

  section.content.content_clear_blue .hokV2Form input:focus::placeholder{
  color: #fff;
  }

  section.content.content_clear_blue .hokV2Form input:focus::placeholder{
    color: rgba(255,255,255,0.35);
  }

  
  .hokV2Form .agreement a{
  text-decoration: underline !important;
  color: #000;
  }
  
  .hokV2Form .agreement{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px 20px;
  }
  
  .hokV2Form .agreement .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-left: 5px;
  font-size: 15px;
  }
  
  .hokV2Form .agreement .wpcf7-list-item {
    margin-left: 0;
  }
  
  .hokV2Form .agreement .wpcf7-list-item-label{
  font-weight: 300;
  cursor: pointer;
  padding-left: 8px;
  padding-bottom: 1px;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  }
  
  .hokV2Form input[type="checkbox"] {
  width: auto;
  padding: unset;
  min-height: initial;
  border-bottom: none;
  }
  
  .hokV2Form input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  width: 18px !important;
  height: 18px;
  border: 1.9px solid #000;
  padding: initial;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  cursor: pointer;
  margin-top: 6px;
  background: transparent;
  position: absolute;
  left: 75px;
  top: -5px;
  }
  
  .hokV2Form input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  display: block;
  transform: scale(0);
  }
  
  .hokV2Form input[type="checkbox"]:checked::before {
  transform: scale(1);
  }
  
  .hokV2Form .btn__submit{
  font-weight: 700;
  color: #000;
  font-size: 22px;
  outline: none;
  border: 0 !important;
  transition: all 0.25s;
  }

.hokV2Form .btn__submit.btn__solid {
    background-color: #FE68A8;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.hokV2Form .btn__submit.btn__solid:hover,
.hokV2Form .btn__submit.btn__solid:focus{
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.hokV2Form .btn__submit:hover {
    opacity: 0.6;
}
  
  .hokV2Form .btn__submit i{
  position: relative;
  font-size: 26px;
  top: 2px;
  left: 8px;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output, 
  .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
  }
  
  .hokV2Form .wpcf7-not-valid-tip {
  /* position: absolute; */
  font-size: 11px;
  background: #dc3232;
  color: #fff;
  /* width: 100%; */
  line-height: 14px;
  /* top: 25px; */
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  top: -6px;
  }
  
  .hokV2Form .wpcf7-submit {
  display: none;
  }
  
  .hokV2Form .hideBtn{
  height: 0;
  }
  
  .hokV2Form .wpcf7-spinner{
  top: -19px;
  }
  
  .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  margin: 0.3em 0 1em;
  }

.wpcf7 form.sent .hokV2Form_LP .wpcf7-response-output {
    color: #fff;
}
  
  
  
  /* EOF Form Style */
  
  
  
  /*
  * Responsive - Gak ada waktu buat bikin mobile first
  */
  @media (max-width: 767px) {
    .hokV2Form input[type="checkbox"]{
      left: 0;
    }
    .hokV2Form .agreement .wpcf7-list-item-label{
      font-size: 14px;
    }
    .hokV2Form .agreement .wpcf7-list-item-label br{
      display: none;
    }
    button.btn.btn__solid.btn__submit {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 15px;
    }
  
  }
  
  
  /* Form Style */
  /* .hokV2Form {
    background: #4FDDDF;
    opacity: 0.8;
  } */
  
  .hokV2Form .iti{
    width: 100%;
  }
  
  .hokV2Form input,
  .hokV2Form select{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    color: #000;
    background: rgba(255,255,255, 0.5);
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    min-height: 48px;
  }

.hokV2Form input.has_icon_left {
    padding-left: 40px;
}

.hokV2Form .hok__input_icon_left {
    position: absolute;
    line-height: 48px;
    left: 25px;
}
  
  .hokV2Form .iti input[type=tel] {
    padding-left: 10px !important;
    border-bottom: none;
    border-bottom: 1px solid #fff;
  }
  
  .hokV2Form ::-webkit-input-placeholder{ /* Edge */
    color: #000;
  }
  
  .hokV2Form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  .hokV2Form ::placeholder{
    color: #000;
    transition: color 0.25s;
  }
  
  .hokV2Form input:focus::placeholder{
    color: rgba(0, 0, 0, 0.7);
  }
  
  .hokV2Form .agreement a{
    text-decoration: underline !important;
    color: #000;
  }
  
  .hokV2Form .agreement{
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 15px 25px;
  }
  
  .hokV2Form .agreement .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-left: 5px;
    font-size: 15px;
  }
  
  .hokV2Form .agreement .wpcf7-list-item {
      margin-left: 0;
  }
  
  .hokV2Form .agreement .wpcf7-list-item-label{
    font-weight: 300;
    cursor: pointer;
    padding-left: 8px;
    padding-bottom: 1px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
  }
  
  .hokV2Form input[type="checkbox"] {
    width: auto;
    padding: unset;
    min-height: initial;
    border-bottom: none;
  }
  
  .hokV2Form input[type="checkbox"] {
    appearance: none;
    margin: 0;
    font: inherit;
    width: 18px !important;
    height: 18px;
    border: 1.9px solid #000;
    padding: initial;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    cursor: pointer;
    margin-top: 6px;
    background: transparent;
    /* position: absolute; */
    /* left: 70px; */
    top: -5px;
  }
  
  .hokV2Form input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    display: block;
    transform: scale(0);
  }
  
  .hokV2Form input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  
  .hokV2Form .agreement {
    padding: 30px 15px 20px;
  }
  
  .hokV2Form .btn__submit{
    font-weight: 700;
    color: #000;
    font-size: 22px;
    outline: none;
    border: 0 !important;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output, 
  .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
  }
  
  .hokV2Form .wpcf7-not-valid-tip {
    /* position: absolute; */
    font-size: 11px;
    background: #dc3232;
    color: #fff;
    /* width: 100%; */
    /* line-height: 14px; */
    /* top: 25px; */
    z-index: 2;
  }
  
  .hokV2Form .wpcf7-submit {
    display: none;
  }
  
  .hokV2Form .hideBtn{
    height: 0;
  }
  
  .hokV2Form .wpcf7-spinner{
    top: -19px;
  }
  
  .hokV2Form .wpcf7-list-item-label::before, 
  .hokV2Form .wpcf7-list-item-label::after {
    content: " ";
    margin-left: 8px;
  }

  .hokV2Form input.has_checkbox_in_label{
    visibility: hidden;
}

  .hokV2Form input.has_checkbox_in_label + .wpcf7-list-item-label {}

  .hokV2Form input.has_checkbox_in_label + .wpcf7-list-item-label::before {
    content: "\f0c8";
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-left: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
  }

  .iti__flag-container .iti__country-list li {
      font-size: initial;
      line-height: initial;
      letter-spacing: initial;
  }

  .hokV2Form input.has_checkbox_in_label + .wpcf7-list-item-label::after {}

  .hokV2Form input.has_checkbox_in_label:checked + .wpcf7-list-item-label {}

  .hokV2Form input.has_checkbox_in_label:checked + .wpcf7-list-item-label::before {
    content: "\f14a";
}

  .hokV2Form input.has_checkbox_in_label:checked + .wpcf7-list-item-label::after {}

  .hokV2Form_LP input{
    background: rgba(255,255,255,0.8);
  }

  .hokV2Form_LP input[type="checkbox"]{
    border-color: #fff;
  }

  .hokV2Form_LP input[type="checkbox"]::before{
    background-color: #fff;
  }

  .hokV2Form_LP input[type="checkbox"] + span{
    color: #fff;
  }

  .hokV2Form_LP input[type="checkbox"] + span a {
      color: #fff;
  }

  .hokV2Form_LP .btn__submit{
    color: #fff;
  }
  
  section.content.content_clear_blue .hokV2Form input, 
  section.content.content_clear_blue .hokV2Form select{
      color: #fff;
      background: rgba(255,255,255, 0.2);
  }

  section.content.content_clear_blue .hokV2Form select:focus{
      color: #111;
  }
  
  /* EOF Form Style */
  
  
  
  /* Mouse */
  
  .mouse-warp {
    display: block;
    width: 140px;
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 5;
    text-align: center;
    margin-left: -70px;
    transition: opacity 0.5s;
  }

.mouse-warp.hide {
    opacity: 0;
}
  
  .mouse-text {
      color: #fff;
      margin-top: 6px;
      letter-spacing: 2px;
      font-size: 14px;
  }
  .mouse {
    width: 28px;
    height: 40px;
    border: 2px solid#fff;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    pointer-events: none;
  }
  .scroll {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    left: 10px;
    -webkit-animation: scrolls 1.3s ease-out infinite;
    display: block;
    pointer-events: none;
  }
  @-webkit-keyframes scrolls {
    0% {
      top: 8px;
      opacity: 0;
      -webkit-transform: scaleY(1) scaleX(1);
    }
    5% {
      top: 8px;
      opacity: 0.8;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    10% {
      top: 8px;
      opacity: 1;
      -webkit-transform: scaleY(1.6) scaleX(1.6);
    }
    15% {
      top: 8px;
      opacity: 1;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    20% {
      top: 8px;
      opacity: 1;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    30% {
      top: 15px;
      opacity: 1;
      -webkit-transform: scaleY(1.2) scaleX(1.2);
    }
    100% {
      top: 30px;
      opacity: 0;
      -webkit-transform: scaleY(1.2) scaleX(0.8);
    }
  }
  
  /* EOF Mouse */
  
  