.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 2.5vw Inter, sans-serif;
  
}
.for_you h1.into_cour{
  background: linear-gradient(90deg, #CF8729 0%, #FEDF81 50%, #CF8729 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.for_you h2{
  margin-top: 2.5%;
  color: #fff;
  text-align: center;
  align-self: center;
  font: 400 1vw 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: flex-end;
  align-items: center;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  font: 700 1vw Inter, -apple-system, Roboto, Helvetica, sans-serif;
  transition: all 0.5s;
  padding: 0.55vw 1.6vw;
  border-radius: 999px;
  background: linear-gradient(90deg, #CF8729 0%, #FEDF81 50%, #CF8729 100%);
  width: 16%;
  margin-left: 42%;
}
.for_you a img{
  margin-left: 19%;
    width: 5%;
}
#sport_kings{
  overflow: hidden;width: 100%;position: relative;margin-top: 2%;
}
.cm_slogan {
  display: inline-block;
  vertical-align: middle;
  height: 3vw !important;
  overflow: hidden;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2.4vw;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
  background: linear-gradient(90deg, #925D18 0%, #CE8729 52%, #925D18 100%);
}

.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;
  height: 100%;
  white-space: nowrap;
  animation: mrqueev1 40s linear infinite;
  background: #CE8729;
}

.cm_slogan .cms_marquee.t2 {
  animation-delay: -20s;
}
.cms_marquee img{
  width: 80%;
}
@keyframes mrqueev1 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 1%;
  
}

.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;
}
.product_list h1{
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 2.2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10%;
  cursor: pointer;
  text-transform: capitalize;
}
.product_list h2{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3vw; /* 418.421% */
  text-transform: uppercase;
  cursor: pointer;
}
.product_list h3{
  color: #FFF;
  font-family: Inter;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5%;
  cursor: pointer;
  text-transform: capitalize;
}
#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_bg1.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: 72%;
}
.product_show .swiper-slide-active .product_list{
  background: rgba(0, 0, 0, 0);
}
.product_img {
  margin-top: 10%;
}
.index_about{
  width: 88%;
  margin: 8% auto;margin-bottom: 0;
}
.index_about_title h1{
  color: #fff;
  font-family: Inter;
  font-size: 8vw;
  font-style: normal;
  font-weight: 900;
  line-height: 9vw; /* 107.432% */
  text-transform: uppercase;
}
.index_about_title h2{
  font-family: Inter;
  font-size: 8vw;
  font-style: normal;
  font-weight: 900;
  line-height: 9vw; /* 107.432% */
  text-transform: uppercase;
  background: linear-gradient(90deg, #CE8729 0%, #FFDF81 50%, #CE8729 100%);
  background-clip: text;
  -webkit-background-clip: text;
  margin-left: 18%;
  -webkit-text-fill-color: transparent;
}
.about_left{
  background: url(/uploads/allimg/index/index_about_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 58vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.kf_img{
  width: 60%;
  margin-top: 10%;
}
.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: 2.5vw; /* 175% */
  text-transform: uppercase;
  margin-top: -8%;
}
.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: 14% 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% */
  text-transform: lowercase;
}
