@font-face {
  font-family: "Owald";
  src: url(../Font/Oswald-VariableFont_wght.ttf);
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body, a, button {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Owald !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #fff;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}


.container, .row {
  max-width: 1050px !important;
}

.a {
  padding: 0 !important;
}

.color-white a, .color-white button {
  color: #fff !important;
}

.br-dark {
  background-color: #18112d;
}

.btn-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-image: url(./../image/BUTTON\ 1.png);
  height: 76px;
  background-repeat: no-repeat;
  width: 251px;
}

.br-header {
  margin-top: 90px;
}

.body-kungfu {
  background-color: #18112d;
}

.sticky {
  padding: 0.5rem 30px;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

/* .image-border img{
  border-image: url(../image/framevid1.png) 30 stretch;
  border: 10px solid transparent;
  padding: 15px;
} */

.intro-kungfu img {
  width: 80%;
  margin: 42px auto;
}

.text-body-card {
  text-align: center;
  color: #fff;
}

.text-body-card p {
  font-size: 24px;
  font-weight: 400;
}

.title-body {
  color: #FFC148;
  text-align: center;
  font-size: 50px;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.text-panda h4 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.vertical {
  height: 100%;
  display: flex;
  align-items: center;
}

.text-panda p {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  line-height: 2;
}

.list-start {
  font-size: 45px;
  color: #fff;
}

.float-image{
  float: right;
}

.line-roadmap{
  position: relative;
}

.line-map{
  margin-bottom: -15px;
  z-index: 1;
}

.title-roadmap{
  font-weight: 700;
  color: #fff;
  margin-top: 46px;
}
.ul-roadmap{
  color: #fff;
  padding: 0;
  font-weight: 100;
}

.top-255{
  margin-top: 240px;
}

.footer{
  background-color: #0A1225;
}

.pd-ft{
  padding: 5rem 0px;
  color: #fff;
}

.icon-ft h4{
  font-weight: 700;
}

.icon-ft ul{
  display: flex;
  padding: 0;
  justify-content: space-around;
}

.ul-li-ft{
  display: flex;
  justify-content: center;
}

.icon-ft ul li{
  list-style: none;
  width: 35px;
}

.ul-li-ft ul{
  padding: 0;
}

.ul-li-ft ul li{
  list-style: none;
  line-height: 2.5;
  font-weight: 100;
}

.mt-5-ft{
  margin-top: 25px;
}

@media screen and (max-width: 415px) {
  .intro-kungfu img {
    width: 100%;
    margin: 35px 0;
  }

  .text-body-card p {
    text-align: justify;
  }

  .direction-image {
    flex-direction: column-reverse;
  }

  .text-panda p {
    text-align: justify;
  }

  .list-start {
    font-size: 35px;
    text-align: center;
  }

  .text-panda {
    margin-bottom: 1rem;
  }

  .text-panda h4 {
    text-align: center;
  }

  .list-start {
    margin-top: 1rem
  }

  .title-body {
    margin-top: 1em;
  }

  .float-image{
    float: left;
  }

  .flex-mobile{
    display: flex;
  }

  .line-map{
    margin-bottom: -5px;
  }

  .ul-roadmap{
    font-size: 16px;
    max-width: 160px;
  }

  .title-roadmap{
    margin-top: 0;
    margin-right: 30px;
    font-size: 18px;
  }

  .list-roadmap{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .image-full img{
    width: 100%;
    margin-top: 20px;
  }

  .top-255{
    margin: 50px;
  }

  .ul-li-ft{
    text-align: center;
    margin-top: 10px;
  }

  .mt-5-ft{
    margin-top: 15px;
  }
}

@media screen and (min-width: 420px) and (max-width: 1200px) {
  .text-panda p {
    text-align: justify;
  }

  .flex-mobile{
    display: flex;
  }

  .line-map{
    margin-bottom: -5px;
  }

  .ul-roadmap{
    font-size: 16px;
  }

  .ul-roadmap li{
    width: 200px;
  }

  .top-255{
    margin: 50px;
  }

  .title-roadmap{
    margin-top: 0;
    font-size: 18px;
    width: 100px;
  }

  .list-roadmap{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

