@font-face {
  font-family: "Exo2-Light";
  src: url("../fonts/Exo2-Light.woff2") format("woff2"),
    url("../fonts/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2-Bold";
  src: url("../fonts/Exo2-Bold.woff2") format("woff2"),
    url("../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo2-Regular";
  src: url("../fonts/Exo2-Regular.woff2") format("woff2"),
    url("../fonts/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Audiowide-Regular";
  src: url("../fonts/Audiowide-Regular.woff2") format("woff2"),
    url("../fonts/Audiowide-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AsapCondensed-Bold";
  src: url("../fonts/AsapCondensed-Bold.woff2") format("woff2"),
    url("../fonts/AsapCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


:root {
  --main-color: #e24400;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  line-height: 1;
  box-sizing: border-box;
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Exo2-Light";
}
a {
  text-decoration: none;
}
strong{
  font-weight: 700;
}
img {
  display: block;
  width: 100%;
}
.container{
  max-width: 1596px;
  margin: 0 auto;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: transparent;
  z-index: 100;
  transition: 0.3s all;
}
.header .header-contain{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header .header-contain .left{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 0 0 43%;
  max-width: 43%;
  width: 100%;
}
.header .header-contain .right{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 0 0 43%;
  max-width: 43%;
  width: 100%;
}
.header .header-contain .left a{
  display: block;
  font-family: "Exo2-Bold";
  color: #fff;
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 20px;
}
.header .header-contain .right a{
  display: block;
  font-family: "Exo2-Bold";
  color: #fff;
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 20px;
}
.header .header-contain .center a{
  width: 79px;
  display: block;
  margin: 0 auto;
}
.header .header-contain .center{
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
}
.sec-1{
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sec-1 .sec-1-cover{
  position: relative;
}
.sec-1 .sec-1-cover .row-sec-1{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.sec-1 .title{
  padding-top: 183px;
  text-align: center;
  color: #fff;
  font-family: "AsapCondensed-Bold";
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}
.sec-1 .play-now{
  width: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 99;
}
.sec-1 .row-sec-1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-1 .row-sec-1 .left{
  flex: 0 0 25%;
  max-width: 24%;
  width: 100%;
}
.sec-1 .row-sec-1 .center{
  flex: 0 0 50%;
  max-width: 49%;
  width: 100%;
  padding-left: 45px;
}
.sec-1 .row-sec-1 .center img{
  height: 530px;
  object-fit: contain;
}
.sec-1 .row-sec-1 .right{
  flex: 0 0 25%;
  max-width: 24%;
  width: 100%;
}
.sec-1 .row-sec-1 .left .title-left{
  font-family: "Exo2-Bold";
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.sec-1 .row-sec-1 .left .desc{
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.sec-1 .row-sec-1 .left .see-more{
  display: block;
  color: #fff;
  font-family: "Exo2-Bold";
  font-size: 18px;
  transition: 0.3s all;
}
.sec-1 .row-sec-1 .left .see-more:hover{
  color: #f5591a;
  transition: 0.3s all;
}
.sec-1 .row-sec-1 .right .title-right{
    font-family: "Exo2-Bold";
    font-size: 40px;
    margin-bottom: 40px;
    color: #fff;
}
.sec-1 .row-sec-1 .right .list-social{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.sec-1 .row-sec-1 .right .list-social a{
  display: block;
  width: 25px;
  margin-right: 15px;
}
.sec1-he{
  height: 100%;
}
.what-is-panda{
  position: relative;
  overflow: hidden;
}
.what-is-panda .left-wip{
  position: absolute;
  top: 20%;
  left: 5%;
  max-width: 1000px;
  z-index: 3;
}
.what-is-panda .right-wip{
  position: absolute;
  top: 21%;
  right: 12%;
  z-index: 2;
  max-width: 522px;
}
.what-is-panda .stone{
 position: absolute;
  top: 34%;
  left: -4%;
  z-index: 2;
  max-width: 1300px;
}
.what-is-panda .song{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.sec-3 .sec-3-cover{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #80808038;
}
.sec-3{
  padding-top: 100px;
}
.sec-3 .sec-3-cover .left{
  flex: 0 0 50%;
  max-width: 49%;
  width: 100%;
  padding-left: 160px;
}
.sec-3 .sec-3-cover .right{
  flex: 0 0 50%;
  max-width: 49%;
  width: 100%;
  padding-left: 160px;
  position: relative;
}
.sec-3 .sec-3-cover .title{
  font-size: 60px;
  font-family: "AsapCondensed-Bold";
  color: #F75013;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 75px;
}
.sec-3 .sec-3-cover .content{
  font-size: 20px;
  margin-bottom: 40px;
}
.sec-3 .sec-3-cover .content p{
  margin-bottom: 10px;
}
.sec-3 .sec-3-cover .content ul{
  padding-left: 45px;
}
.sec-3 .sec-3-cover .count-down{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cd-style .num{
  font-size: 60px;
  color: #F75013;
  font-family: "Audiowide-Regular";
}
.space-cd{
  font-size: 60px;
  color: #F75013;
  font-family: "Audiowide-Regular";
  margin: 0 36px;
}
.cd-style .text{
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: "Exo2-Bold";
}
.sec-3 .sub-title{
    font-size: 24px;
    font-family: "Exo2-Bold";
    position: absolute;
    top: 46px;
    left: 10%;
    transform: rotate(270deg);
}
.sec-3 .quality{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
}
.sec-3 .quality .item{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.sec-3 .quality .item .item-num{
  font-family: "AsapCondensed-Bold";
  font-size: 112px;
  line-height: 120px;
  color: #000;
}
.sec-3 .quality .item .item-text .plus{
  font-family: "AsapCondensed-Bold";
  font-size: 40px;
  line-height: 32px;
  color: #F75013;
}
.sec-3 .quality .item .item-text .txt{
  font-size: 20px;
}
.sec-3 .quality .item .item-text{
  padding-left: 25px;
}
.sec-4{
  padding-top: 200px;
}
.sec-4-cover{
  position: relative;
}
.sec-4-cover .title{
  position: absolute;
  top: 38px;
  left: 108px;
  color: #fff;
  font-family: "AsapCondensed-Bold";
  font-size: 60px;
}
.sec-4-cover .tokenomics{
    font-size: 24px;
    font-family: "Exo2-Bold";
    position: absolute;
    top: 16%;
    left: 0;
    transform: rotate(270deg);
  color: #fff;
}
.sec-4-cover .content-1{
  position: absolute;
  top: 24%;
  left: 8%;
  color: #fff;
  width: 590px;
  font-size:18px;
  text-transform: uppercase;
}
.sec-4-cover .panda{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 564px;
}
.sec-4-cover .bd-content{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 38%;
    left: 8%;
    color: #fff;
}
.sec-4-cover .legend-wrapper{
    position: absolute;
    top: 38%;
    left: 22%;
    color: #fff;
}
.bd-content canvas{
  width: 100% !important;
  height: 100% !important;
}
.sec-4-cover  .note-content{
    position: absolute;
    bottom: 22%;
    left: 9%;
    color: #fff;
    font-size: 14px;
}

b{
  font-family: "Exo2-Bold";
}

.legend-wrapper .legend-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.legend-wrapper .legend-item .legend-color {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin-right: 8px;
}
.sec-5{
  padding-top: 100px;
}
.sec-5 .our-roadmap{
  font-size: 24px;
  font-family: "Exo2-Bold";
}
.sec-5 .title{
  color: #F75013;
  font-family: "AsapCondensed-Bold";
  font-size: 60px;
  margin-bottom: 40px;
}
.roadmap-cover .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #80808030;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: 0.3s all;
    cursor: pointer;
}
.roadmap-cover .item .stt{
  flex: 0 0 15%;
  max-width: 14%;
  width: 100%;
  color: #000;
  font-size: 120px;
  font-family: "AsapCondensed-Bold";
  text-align: center;
}
.roadmap-cover .item .content{
  flex: 0 0 60%;
  max-width: 59%;
  width: 100%;
}
.roadmap-cover .item .title-road-date{
  flex: 0 0 25%;
  max-width: 24%;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: "AsapCondensed-Bold";
}
.roadmap-cover .item:hover{
  background: #ff6f3a;
  transition: 0.3s all;
}
.roadmap-cover .item:hover .stt{
  color: #fff;
}
.roadmap-cover .item:hover .content{
  color: #fff;
}
.roadmap-cover .item:hover .title-road-date{
  color: #fff;
}
.cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.roadmap-cover .item{
  padding: 20px 0;
}
.sec-6{
  padding-top: 100px;
}
.sec-6 .news-sub-title{
    font-size: 24px;
    font-family: "Exo2-Bold";
}
.sec-6 .title{
  color: #F75013;
  font-family: "AsapCondensed-Bold";
  font-size: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 70px;
}
.sec-6 .desc{
  font-size: 20px;
  margin-bottom: 50px;
}
.sec-6 .list-post{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6 .list-post .left-post{
  flex: 0 0 65%;
  max-width: 64%;
  width: 100%;
}
.sec-6 .list-post .right-post{
  flex: 0 0 35%;
  max-width: 34%;
  width: 100%;
}
.sec-6 .list-post .item{
  position: relative;
  display: block;
}
.sec-6 .list-post .item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.86) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sec-6 .list-post .item .title-post{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  font-size: 28px;
  color: #fff;
  font-family: "Exo2-Bold";
  z-index: 3;
  display: block;
}
.sec-6 .list-post .right-post .item .title-post{
  position: absolute;
  bottom: 30px;
   width: 100%;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  font-family: "Exo2-Bold";
}
.sec-6 .list-post .left-post .item img{
  height: 628px;
  object-fit: cover;
  border-radius: 15px;
}
.sec-6 .list-post .right-post .item img{
  height: 297px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
}

.contact-section {
  padding-top: 90px;
  padding-bottom: 50px;
}
.contact-section .container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-section .contact-image,
.contact-section .contact-content {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.contact-section .contact-image {
  display: flex;
  justify-content: flex-start;
}
.contact-section .contact-image img {
  width: 721px;
  height: 567px;
  flex-shrink: 0;
  aspect-ratio: 103/81;
}
.contact-section .contact-content .contact-header {
  display: flex;
  align-items: flex-start;
  position: relative;
  left: -24px;
}
.contact-section .contact-header .vertical-text {
  position: relative;
  top: 50px;
  color: var(--black, #191515);
  font-family: "Exo2-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform: rotate(-90deg);
}

.contact-section .contact-header .content {
  width: 696px;
}

.contact-section .contact-header .content h1 {
  color: #f75013;
  font-family: "AsapCondensed-Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}

.contact-section .contact-header .content p {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #444154;
  font-family: "Exo2-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.contact-section .contact-social-list {
  margin-top: 30px;
  padding: 8px 0;
  padding-left: 61px;
  padding-bottom: 34px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.contact-section .contact-social-list .social-item {
  position: relative;
  margin: 24px 0;
}
.contact-section .contact-social-list .social-item .social-icon {
  position: absolute;
  left: 0;
  top: -15px;
  width: 60px;
  height: 60px;
}
.contact-section .contact-social-list .social-item a {
  color: #000;
  font-family: "Exo2-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  padding: 8px 35px 8px 77px;
  border-radius: 29.565px;
  border: 0.739px solid #2d8cff;
  background: #fff;
  box-shadow: 0px 2.957px 2.957px 0px rgba(0, 0, 0, 0.25);
}
.contact-section .contact-social-list .social-item a:hover {
  background: #2d8cff;
  color: #fff;
  box-shadow: 0px 2.957px 2.957px 0px rgba(0, 0, 0, 0.25);
}
.contact-section .contact-copyright {
  color: var(--black, #191515);
  font-family: "Exo2-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.253px; /* 151.579% */
}
.htp-sec {
  padding-top: 90px;
  padding-bottom: 50px;
}
.htp-sec .htp-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.htp-sec .htp-title {
  color: #f75013;
  font-family: "AsapCondensed-Bold";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 96px */
  letter-spacing: 3.2px;
  text-transform: uppercase;

  margin: 0;
}
.htp-sec .htp-body {
  display: flex;
  gap: 100px;
}
.htp-body .htp-sidebar {
  border-radius: 20px;
  border: 1px solid #b9b9b9;
  background: #f9f8f8;
  width: 408px;
  height: 565px;
  flex-shrink: 0;
  padding: 20px 12px;
}
.htp-body .htp-sidebar .htp-sidebar-container {
  padding-right: 10px;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.htp-sidebar-container .htp-menu-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 40px;
  color: #000;
  font-family: "Exo2-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  padding: 7px 10px;
  border-radius: 10px;
}

.htp-sidebar-container .htp-menu-link:hover,
.htp-sidebar-container .htp-menu-link.active {
  background: #f75013;
  color: #fff;
}
.htp-content .htp-content-title {
  color: var(--black, #191515);
  font-family: "Exo2-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  margin-bottom: 32px;
}
.htp-content .htp-content-image {
  border-radius: 20px;
  margin-bottom: 32px;
}
.htp-content .htp-content-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1055.43/541;
  border-radius: 20px;
  object-fit: contain;
}

.htp-content .htp-content-text {
  color: var(--black, #191515);
  font-family: "Exo2-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
}
.htp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 49px;
}
.htp-menu {
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 2px solid #f75013;
  border-radius: 8px;
  display: none; /* Mặc định ẩn */
  cursor: pointer;
}

.htp-sidebar.show {
  display: block;
  background: #f9f8f8;
  border: 1px solid #ccc;
}
.blog-section-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
}
.blog-section-container .article-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.article-card {
  width: 100%;
}
.article-thumbnail {
  position: relative;

  border-radius: 8px;
}
.article-thumbnail .article-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.article-thumbnail .article-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}

.article-thumbnail:hover .article-img img {
  transform: scale(1.05);
  filter: brightness(1.05) saturate(1.1);
}

.article-tag {
  position: absolute;
  top: 25px;
  left: 19px;
  display: flex;
  width: 107.197px;
  height: 25.161px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.article-tag .tag {
  position: absolute;
  color: #fff;
  font-family: "Exo2-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.011px; /* 133.429% */
  text-transform: uppercase;
}
.article-date {
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  color: #888888;
  padding: 5px 10px;
  padding-right: 20px;
  border: none;
  font-family: "Exo2-Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.011px; /* 133.429% */
  text-transform: uppercase;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.article-title {
  color: var(--black, #191515);
  font-family: "Exo2-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  display: block;
  margin-top: 7px;
}
.mc-catw-title{
  text-align: center;
   font-family: "Exo2-Bold";
  font-size: 30px;
  color: #f75013;
  margin-bottom: 30px;
}
.article-title:hover {
  color: #f75013;
}
.mc-pagination a {
  text-decoration: none;
  color: #000;
}
.mc-pagination .screen-reader-text {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.mc-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: flex;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: var(--Radius-s, 4px);
  margin: 0 4px;
  margin-bottom: 10px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.pagination .page-numbers:not(.prev):not(.next):not(span):hover,
.pagination .page-numbers.current {
  background: var(--red, #f75013);
  color: #fff;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  color: #f75013;
}
.mc-contact-page{
  padding-top: 50px;
}
.mc-pre-sale-page{
  padding-top:50px;
}
.header.active{
  background: #fff;
  padding: 10px 0;
  transition: 0.3s all;
  box-shadow: 0px 2px 8px #f7501338;
}
.header.active .header-contain .right a{
  color: #000;
}
.header.active .header-contain .left a{
  color: #000;
}
.page-template-contact .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.page-template-contact .header-contain .right a{
  color: #000;
}
.page-template-contact .header-contain .left a{
  color: #000;
}
.page-template-pre-sale .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.page-template-pre-sale .header-contain .right a{
  color: #000;
}
.page-template-pre-sale .header-contain .left a{
  color: #000;
}
.category .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.category .header-contain .right a{
  color: #000;
}
.category .header-contain .left a{
  color: #000;
}
.mc-cat{
  padding-top: 50px;  
}
.htp-content .htp-content-text p{
  margin-bottom: 15px;
}
.single-how-to-play{
  padding-top: 50px;
}
.archive{
  padding-top: 50px;
}
.archive .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.archive .header-contain .right a{
  color: #000;
}
.archive .header-contain .left a{
  color: #000;
}
.single-how-to-play .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.single-how-to-play .header-contain .right a{
  color: #000;
}
.single-how-to-play .header-contain .left a{
  color: #000;
}
.mc-single{
  padding-top: 150px;
}
.mc-single .title{
  text-align: center;
  color: #f5591a;
  font-family: "AsapCondensed-Bold";
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}
.single .header{
   background: #fff;
    padding: 10px 0;
    transition: 0.3s all;
    box-shadow: 0px 2px 8px #f7501338;
}
.single .header-contain .right a{
  color: #000;
}
.single .header-contain .left a{
  color: #000;
}
.mc-single .content{
  font-size: 16px;
}
.mc-single .content p{
  margin-bottom: 15px;
}
.mc-single .content h1, .mc-single .content h2, .mc-single .content h3, .mc-single .content h4, .mc-single .content h5, .mc-single .content h6{
 font-family: "Exo2-Bold";
 margin-bottom: 20px;
}
.vibrate-1{-webkit-animation:vibrate-1 .8s linear infinite both;animation:vibrate-1 .8s linear infinite both}
@-webkit-keyframes vibrate-1{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}40%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}60%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}80%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes vibrate-1{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}40%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}60%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}80%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}

.htp-sec .htp-content strong, .htp-sec .htp-content b{
  font-family: "Exo2-Bold";
}
.htp-sec .htp-content h1, .htp-sec .htp-content h2, .htp-sec .htp-content h3, .htp-sec .htp-content h4, .htp-sec .htp-content h5, .htp-sec .htp-content h6{
  margin-bottom: 15px;
  font-family: "Exo2-Bold";
}