* {
  font-family: hellofont-id-jianghuti, sans-serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  background-color: black !important;
}

header {
  display: none;
}


#comingsoon {
  position: fixed;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  font-size: 20px;
  color: #555;
}

#bg-video {
  /* position: absolute; */
  height: auto;
  object-fit: cover;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
}

#bg-video video {
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
}

@media screen and (max-aspect-ratio: 8/5) {
  #bg-video {
    height: 100vh;
    min-width: auto;
    width: auto;
  }
}

.vlt-nav--offcanvas {
  width: auto;
  padding: 100px;
  background-color: rgb(0, 0, 0);
}

.vlt-nav--offcanvas__navigation ul.sf-menu > li > a,
.vlt-nav--slide__navigation ul.sf-menu > li > a {
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 3;
}

.vlt-nav--offcanvas .vlt-menu-burger {
  color: white;
}

.my-container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.vlt-nav--offcanvas .vlt-menu-burger {
  top: 50px;
  right: 50px;
}

.vlt-menu-burger {
  scale: 0.6;
}

.vlt-nav--offcanvas .vlt-nav-row {
  margin: auto;
}

.vlt-nav--offcanvas__navigation ul.sf-menu > li > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li > a::after {
  display: none;
}

.vlt-navbar-inner {
  height: 120px;
}

.vlt-site-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.vlt-gap-120 {
  height: 90px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.vlt-nav--offcanvas__navigation ul.sf-menu > li > a,
.vlt-nav--slide__navigation ul.sf-menu > li > a {
  font-weight: normal;
}

.vlt-navbar .vlt-navbar-inner {
  min-height: auto;
}

.vlt-navbar-inner--left img {
  height: 80px;
  margin-top: 20px;
}

.text-center .vlt-section-title--style-1 .vlt-section-title__text {
  padding: 0 150px;
}

.vlt-section-title--style-1 .vlt-section-title__text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-join-iocn {
  width: 36px;
  height: 36px;
}

.my-footer-contact {
  display: flex;
  width: auto;
}

.my-footer-logo {
  height: 120px;
  min-height: 120px;
  width: 214px;
  min-width: 214px;
}

.my-footer-qr img {
  margin-left: 40px;
  height: 120px;
  min-height: 120px;
  width: 214px;
  min-width: 214px;
}

#my-club-logo {
  height: 140px;
}

.my-title-small {
  font-size: 2rem;
  color: white;
}

@media (max-width: 768px) {
  #my-club-logo {
    height: 90px;
  }
  .my-title-small {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  #my-club-logo {
    height: 50px;
  }
  .my-title-small {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .vlt-nav--offcanvas {
    width: 100%;
    padding: none;
  }
  .vlt-nav--offcanvas {
    padding: auto;
    text-align: center;
  }

  .my-container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vlt-nav--offcanvas .vlt-menu-burger {
    top: 30px;
    right: 20px;
  }
  .vlt-navbar-inner {
    height: 80px;
    /* background-color: aqua; */
  }

  .vlt-page-title--style-3 {
    padding: 180px 0;
  }

  .vlt-navbar-inner--left img {
    height: 60px;
    margin-top: 20px;
  }

  .h2,
  h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  .vlt-section-title--style-1 .vlt-section-title__text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vlt-gap-120 {
    height: 30px;
  }

  .text-center .vlt-section-title--style-1 .vlt-section-title__text {
    padding: 0 30px;
  }

  #my-footer-nav {
    display: none;
  }

  .vlt-footer--style-1 {
    padding: 60px 0;
  }

  .vlt-isotope-grid {
    row-gap: 0;
  }

  .vlt-gap-70 {
    height: 10px;
  }

  .my-col-sm-6 {
    width: 50%;
  }

  .my-join-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .my-club-block {
    width: 33%;
  }

  .vlt-gap-60 {
    height: 20px;
  }
  .vlt-gap-100 {
    height: 40px;
  }
  .my-club-row {
    margin-right: 0;
    margin-left: 0;
  }
  .my-club-col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .my-footer-qr img {
    height: 110px;
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .my-footer-contact {
    display: block;
    width: auto;
  }
}
