.fixed-top {
  background: #000000 !important ;
}
#pc-header .navbar{
background: rgba(0, 0, 0, 0.01);
}
.header-top{
background-color: #000000 !important;
color: #fff;
}
.header-top .warning{
color: #fff !important;
}
.for_you{
  margin: 5% auto;width: 70%;
}
.for_you h1{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 700 3.2vw Inter, sans-serif;
  
}
.for_you h2{
  margin-top: 2.5%;
  color: #fff;
  text-align: center;
  align-self: center;
  font: 400 1.2vw Inter, -apple-system, Roboto, Helvetica,
  sans-serif;
}
.for_you a{
  margin-top: 2.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  font: 700 1.5vw Inter, -apple-system, Roboto, Helvetica,
    sans-serif;
  transition: all 0.5s;
}
.for_you a img{
  padding-left: 3%;
  width: 4%;
}
#sport_kings{
  overflow: hidden;width: 100%;position: relative;margin-top: 2%;
}
.cm_slogan {
  display: inline-block;
  vertical-align: middle;

  height: 5vw !important;
  overflow: hidden;
  font-size: 1.5vw;
  font-weight: 600;
  color: #000;
  line-height: 5vw;
  letter-spacing: -0.51px;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
  background: #fff;
}

.cm_slogan.on {
  letter-spacing: -0.5px;
}

.cm_slogan.opacity {
  opacity: 1;
}

.cm_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
}

.cm_slogan:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
 
}

.cm_slogan mark {
  color: #000;
  background-color: #fff;
  padding-right:  8%;
}

.cm_slogan .cms_marquee {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  left: 0;
  white-space: nowrap;
  animation: mrqueev1 40s linear infinite;
  background: #fff;
}

.cm_slogan .cms_marquee.t2 {
  animation-delay: -20s;
}

@keyframes mrqueev1 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2px;
margin-left: 3%;
}
@media all and (max-width: 1600px) {
.cm_slogan {
      height: 50px;
      font-size: 18px;
      line-height: 60px;
  }

  .cm_slogan:before {
      width: 450px;
  }

  .cm_slogan:after {
      width: 450px;
  }
}


@media all and (max-width: 1400px) {
.cm_slogan {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
  }

  .cm_slogan:before {
      width: 380px;
  }

  .cm_slogan:after {
      width: 380px;
  }

}
@media all and (max-width: 1024px) {
.cm_slogan {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
  }

  .cm_slogan:before {
      width: 250px;
  }

  .cm_slogan:after {
      width: 250px;
  }
}
@media all and (max-width: 560px) {

  .cm_slogan {
      height: 20px;
      font-size: 12px;
      line-height: 20px;
  }

  .cm_slogan:before {
      width: 100px;
  }

  .cm_slogan:after {
      width: 100px;
  }
}
.product_list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: 44vw;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.70);
  position: relative;
  transition: all 0.8s ease;
}
.product_list:hover{
  background: rgba(0, 0, 0, 0);
}

.product_list:hover .product_img{
  transform: scale(1.03);
}
.product_list h1{
  color: #FFF;
  text-align: center;
  font-family: Aku;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10%;
  cursor: pointer;
}
.product_list h2{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.9vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2vw; /* 418.421% */
  text-transform: uppercase;
  cursor: pointer;
}
.product_list h3{
  color: #FFF;
  font-family: Inter;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2vw;
  margin-top: 8%;
  cursor: pointer;
}
#product_list_p1{
  background: url('/uploads/allimg/index/kw_bg1.png') no-repeat;
  background-size: cover ;
}
#product_list_p2{
  background: url('/uploads/allimg/index/kw_bg2.png') no-repeat;
  background-size: cover ;
}
#product_list_p3{
  background: url('/uploads/allimg/index/kw_bg3.png') no-repeat;
  background-size: cover ;
}
.product_img img{
  width: 84%;
}

.product_img {
  margin-top: 10%;transition: all 0.8s ease;
}
.index_about{
  width: 88%;
  margin: 8% auto;margin-bottom: 0;
}
.index_about_title h1{
  color: #2715EF;
  font-family: Inter;
  font-size: 12.5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 12.5vw; /* 107.432% */
  text-transform: uppercase;
}
.index_about_title h2{
  font-family: Inter;
  font-size: 12.5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 13vw; /* 107.432% */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 10%, #848484 34%, #FFF 58%, #000 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_left{
  background: url('/uploads/allimg/index/index_about_bg.png') no-repeat;
  background-size: 96% ;
  background-position: center;
  margin: 3% 0%;
  height: 44vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.kf_img{
  width: 45%;
  margin-top: 5%;
}
.about_left h1{
  color: #FFF;
  text-align: center;
  font-family: NATS;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5vw;
  text-transform: capitalize;
}
.about_l_img img{
  width: 100%;
  transform-style: preserve-3d;
  /* animation: rotate 4s linear infinite; */
}
.about_l_img{
  border-radius: 1.5vw;
  background: #303030;
  padding: 10%;
  margin-top: 3.5%;
}

.about_left h2{
  color: #FFF;
  text-align: center;
  font-family: Paytone;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw; /* 175% */
  text-transform: uppercase;
  margin-top: 5%;
}
.about_left h3{
  margin-top: 1%;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.about_right{
  padding: 10% 3%;
  padding-left: 12%;
}
.about_right h1{
  margin-top: 4%;
  color: #FFF;
  font-family: NATS;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5vw; /* 100% */
}
