@font-face {
  font-family: "IntroRust";
  src: url("../fonts/IntroRust.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fff;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

.hidden {
  visibility: hidden;
}

.container-fluid {
  padding: 0;
}

.navbar {
  padding: 0;
}
.navbar .logo {
  background-image: url("../img/asset/circle-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  padding: 0;
}
.navbar .logo .logo-fide {
  width: 145px;
}
.navbar .logo .logo-percasi {
  width: 120px;
}
.navbar .navbar-nav .nav-item {
  background-color: #000;
  font-size: 16px;
  padding: 5px 35px;
  margin-left: 15px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.header {
  margin-top: 40px;
}
.header .logo-japfa {
  width: 200px;
  height: 100px;
}
.header h1 {
  font-family: "IntroRust", sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.header h2 {
  font-size: 45px;
  text-transform: uppercase;
  color: #fe6c23;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.header h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.header .line-footer {
  margin-top: -210px;
  position: relative;
  z-index: -1;
}

.tittleSection {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 180px;
  height: 50px;
  padding: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tittleSection p {
  margin: 0;
}

.about {
  overflow: hidden;
}
.about .title {
  font-size: 35px;
  font-weight: 800;
  width: 75%;
  clear: both;
  padding-top: 45px;
}
.about .description {
  font-size: 25px;
  width: 70%;
  clear: both;
  margin-top: 60px;
}
.about .about-img {
  width: 90%;
  height: auto;
  margin: 20px auto 0;
  display: block;
}

.categories .warp {
  background-image: url("../img/asset/polygon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  padding: 0;
  margin-bottom: -100px;
}
.categories .category-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.categories .category-content .cat-desc h5 {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.categories .category-content .cat-desc p {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
}
.categories .category-content .cat-img img {
  height: 360px;
}
.categories .line-footer {
  height: 300px;
  float: right;
  margin-top: -110px;
}

.regist .logo {
  background-image: url("../img/asset/circle-2.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  padding: 0;
}
.regist .row {
  margin-top: -150px;
}
.regist .row .section-header {
  background-color: #000;
  padding: 10px;
  color: #fff;
  margin-bottom: 40px;
  border-radius: 3px;
  padding: 15px;
}
.regist .row .section-header h5 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
}
.regist .row p {
  font-size: 18px;
  margin-bottom: 30px;
}
.regist .row .btn {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background-color: #a6a6a6;
}
.regist .row .btn:hover {
  background-color: #a0a0a0;
}
.regist .row ul li {
  margin-bottom: 8px;
}
.regist .btn-image {
  display: inline-block;
  text-decoration: none;
}
.regist .btn-image img {
  width: 100%;
  height: 100px;
  transition: transform 0.3s;
}
.regist .btn-image img:hover {
  transform: scale(1.05);
}
.regist .line-footer {
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

.venue {
  margin-top: 30px;
}
.venue .row {
  margin-top: 50px;
}
.venue .row .section-header {
  background-color: #000;
  padding: 10px;
  color: #fff;
  margin-bottom: 40px;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  width: 70%;
}
.venue .row .section-header h5 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
}
.venue .row p {
  font-size: 21px;
}
.venue .row h6 {
  font-size: 21px;
  font-weight: 700;
}
.venue .row img {
  height: 22px;
  width: 25px;
  height: 42px;
}
.venue .row span {
  font-size: 21px;
  font-weight: 700;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar .logo {
    height: 120px;
  }
  .navbar .logo .logo-fide {
    width: 90px;
  }
  .navbar .logo .logo-percasi {
    width: 85px;
    margin-right: 10px;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 12px;
    padding: 5px 15px;
    margin-left: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .header .logo-japfa {
    width: 100px;
    height: 50px;
  }
  .header h1 {
    font-size: 60px;
  }
  .header h2 {
    font-size: 27px;
  }
  .header h6 {
    font-size: 18px;
  }
  .header .line-footer {
    margin-top: -100px;
  }
  .tittleSection {
    margin-top: 30px;
  }
  .about .title {
    font-size: 20px;
    width: 100%;
    padding-top: 20px;
  }
  .about .description {
    font-size: 14px;
    width: 100%;
    margin-top: 25px;
  }
  .about .about-img {
    width: 100%;
  }
  .categories .warp {
    height: 250px;
    margin-bottom: -50px;
  }
  .categories .warp .tittleSection {
    margin-top: 0;
  }
  .categories .category-content {
    flex-direction: row;
  }
  .categories .category-content .cat-desc h5 {
    font-size: 24px;
  }
  .categories .category-content .cat-desc p {
    font-size: 14px;
  }
  .categories .category-content .cat-img img {
    height: 160px;
  }
  .categories .line-footer {
    height: 250px;
  }
  .regist .logo {
    height: 200px;
    align-items: center;
  }
  .regist .logo .tittleSection {
    margin-top: 0;
  }
  .regist .row {
    margin-top: 20px;
  }
  .regist .row .col-md-3 {
    margin-bottom: 30px;
  }
  .regist .row .section-header {
    text-align: center;
  }
  .regist .row .btn {
    width: 100% !important;
  }
  .regist .btn-image img {
    height: 80px;
  }
  .regist .line-footer {
    margin-top: -10px;
  }
  .venue {
    margin-top: 50px;
  }
  .venue .row {
    margin-top: 30px;
  }
  .venue .row .col-md-4 {
    margin-bottom: 30px;
  }
  .venue .row .section-header {
    width: 100%;
  }
  .venue .row iframe {
    width: 100%;
  }
}
/* Smartphone */
@media (min-width: 200px) and (max-width: 768px) {
  .navbar .logo {
    height: 120px;
  }
  .navbar .logo .logo-fide {
    width: 90px;
  }
  .navbar .logo .logo-percasi {
    width: 85px;
    margin-right: 10px;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 12px;
    padding: 5px 15px;
    margin-left: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .header .logo-japfa {
    width: 100px;
    height: 50px;
  }
  .header h1 {
    font-size: 60px;
  }
  .header h2 {
    font-size: 27px;
  }
  .header h6 {
    font-size: 18px;
  }
  .header .line-footer {
    margin-top: -100px;
  }
  .tittleSection {
    margin-top: 30px;
  }
  .about .title {
    font-size: 20px;
    width: 100%;
    padding-top: 20px;
  }
  .about .description {
    font-size: 14px;
    width: 100%;
    margin-top: 25px;
  }
  .about .about-img {
    width: 100%;
  }
  .categories .warp {
    height: 250px;
    margin-bottom: -50px;
  }
  .categories .warp .tittleSection {
    margin-top: 0;
  }
  .categories .category-content {
    flex-direction: row;
  }
  .categories .category-content .cat-desc h5 {
    font-size: 24px;
  }
  .categories .category-content .cat-desc p {
    font-size: 14px;
  }
  .categories .category-content .cat-img img {
    height: 160px;
  }
  .categories .line-footer {
    height: 250px;
  }
  .regist .logo {
    height: 200px;
    align-items: center;
  }
  .regist .logo .tittleSection {
    margin-top: 0;
  }
  .regist .row {
    margin-top: 20px;
  }
  .regist .row .col-md-3 {
    margin-bottom: 30px;
  }
  .regist .row .section-header {
    text-align: center;
  }
  .regist .row .btn {
    width: 100% !important;
  }
  .regist .btn-image img {
    height: 80px;
  }
  .regist .line-footer {
    margin-top: -10px;
  }
  .venue {
    margin-top: 50px;
  }
  .venue .row {
    margin-top: 30px;
  }
  .venue .row .col-md-4 {
    margin-bottom: 30px;
  }
  .venue .row .section-header {
    width: 100%;
  }
  .venue .row iframe {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */