
/*lang*/
.np_language_btn_typ2{
    z-index:9999;
}

@media (max-width:991.5px){
    .np_language_btn_typ2 .dropdown_btn a{
        font-size:12px;
        padding: 7px !important;
    }
    .np_language_btn_typ2 {
      top: 85px;
    }
}
/*nav*/
.navbar_type8{
    color:#000000;   
    animation: 2s fadeIn;
}
.dark_nav{
    animation: 1s fadeInDown;
}
.navbar_type8 > .logo {
    display: none;
}
.navbar_type8 .nav_tab {
  flex: 0 1 80%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
:lang(ms) .navbar_type8 .nav_tab {
  flex: 0 1 90%;
}
.navbar_type8 .nav_tab .nav_item:nth-child(4){
    width:30%;
}
.navbar_type8 .nav_tab .nav_item::before {
     display:none;
}
.navbar_type8 .nav_tab .nav_item a{
    color:#000000;
    font-weight:500;
    font-size:1.2vw;
}
#main_index .navbar_type8 .nav_tab .nav_item a{
    color:#ffffff;
}
.navbar_type8.dark_nav .nav_tab .nav_item a{
    color: #fff;
}
.navbar_type8 .nav_tab .active{
    font-weight:500;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff ;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #e2dd99 !important ;
}
.navbar_type8 .logo{
    margin-left:0;
    position:relative;
}
.navbar_type8 .logo img {
    position: relative;
    left: 0px;
    width: 100%;
    height: 75px;
    object-fit: contain;
    object-position: center;
    padding: 0;
    filter:brightness(0);
}
.navbar_type8.dark_nav  .logo img{
   filter:brightness(0) invert(1);
}
#main_index .navbar_type8 .logo img {
    filter:brightness(0) invert(1);
}
.nav_item.login i,
.nav_item.shopping i {
    visibility: hidden;
}

@media (max-width:1200px){
    .navbar_type8 .nav_tab .nav_item a{
        padding:15px 1vw;
    }
}

/*home*/
#main_index{
    padding-bottom:0 !important;
    overflow:hidden;
}
.big_title{
    font-size:4vw;
    color:#ffffff;
    font-weight:800;
    margin-bottom:0;
}
.smaller_title{
    font-size:1.8vw;
    color:#ffffff;  
    font-weight:400;
    margin-bottom:0;
}
.small_title{
    font-size:1.6vw;
    letter-spacing: 2px;
    color:#ffffff; 
    margin-bottom:0;
}
.content_text {
    font-size:0.95vw;
    line-height:1.6;
    color:#ffffff;
}
.btn_more{
    font-size:1.1vw;  
    color:#ffffff;
    background:transparent;
    border:1px solid #ffffff;
    min-width: 180px;
    padding: 5px 15px;
    border-radius:25px;
    transition: linear.3s
}
.btn_more:hover{    
    color:#0000000;
    background:#E2DD99;
    border:1px solid #E2DD99;
}
@media(max-width:768.5px){
    .big_title{
        font-size:26px;
    }
    .smaller_title {
        font-size: 13px;
    }
    .small_title {
        font-size: 15px;
        letter-spacing:1px;
    }
    .btn_more {
        font-size: 12px;
        width:130px;
    }
    .content_text {
        font-size: 13px;
    }
}

/*hp_video*/

/*autoplay mute*/
.hp_video{
    margin-top:-80px;
    position:relative;
}
.video_full{
    position: relative;
    width: 100%;
    overflow:hidden;
}
.video_full video {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.02)!important;
    filter: brightness(0.7) !important;
}
.video_contentgroup{
    position: absolute;
    z-index: 2;
    bottom: 5%;
}
.video_contentgroup{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:0 5%;
}
.hp_video .small_title{
    color:#ffffff;
}
.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1rem;
    right: 3rem;
}
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1rem;
    right: 1rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}


@media only screen and (max-width: 768px) {
    .videoPlay {
        bottom: 1rem;
        right: 3.5rem;
    }
    .videoMute {
        bottom: 1rem;
        right: 1rem;
    }
}

@media (max-width:991.5px){
    .hp_video {
      margin-top: 0px;
    }
    .video_contentgroup{
        bottom:8%;
    }
}

@media (max-width:576.5px){
    .video_full video {
        width: 150%;
        transform: scale(1.02) translate(-10%,0);
    }
    .video_contentgroup {
        flex-direction: column;
    }
    .hp_video .small_title{
        margin-bottom:5px;
    }
}

/*hp_about*/
.about_content{
    position: absolute;
    z-index: 2;
    top: 5%;  
    padding:0 5%;
    width: 60%;
}
.about_img img{
    width: 100%;
    object-fit:cover;
}
.about_content .big_title{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}
.about_content .smaller_title{
    margin-left:2vw;
}
.about_content .btn_more{
    margin-top:15px;
}

@media (max-width:991.5px){
    .about_content{
        top:8%;
    }
}

@media (max-width:768.5px){
    .about_img{
        overflow:hidden;
    }
    .about_img img {
      width: 180%;
      object-fit: cover;
      transform: translate(-5%,00%);
    }
    .about_content{
        width:unset;
    }
    .about_content .big_title {
      margin-bottom: 8px;
    }
    .about_content .btn_more {
      margin-top: 0px;
    }
}
@media (max-width: 576.5px) {
  .about_img img {
    width: 320%;
    object-fit: cover;
    transform: translate(-19%,00%);
  }
  
    :lang(ms ).about_img img {
    width: 373%;
    object-fit: cover;
    transform: translate(-22%,00%);
  }
}

/*hp_product*/
.productSlider-4{
    margin:25px 0;
}
.productSlider-4 .product_img {
    margin: 0;
}
.productSlider-4 .product_img .product_box {
    background-color: #f2f0f1;
    border-radius:25px;
}
.productSlider-4 .product_img .product_box .product_img_frame .status {
    padding: 7px 10px;
    margin:20px;
    height: 24px;
}
.productSlider-4 .product_img .product_box .content_button{
    width:85% !important;
    margin:0 auto 25px auto;
}
.productSlider-4 .product_img .product_box .content_button .content{
    display: grid;
    grid-template-areas:
        "a b"
        "a c";
    grid-template-columns: 3fr 1fr;
}
.productSlider-4 .product_img .product_box .content_button .content a{
    grid-area: a;
}
.productSlider-4 .product_img .product_box .content_button .content .product_price{
    grid-area: b;
    font-size: .95vw;
    font-weight: 600;
}
.productSlider-4 .product_img .product_box .content_button .content .cut_price{
    grid-area: c;
    font-size: .95vw;
    font-weight: 600;
}
.productSlider-4 .product_img .product_box .content h6{
    text-transform: uppercase;
    font-size:1.1vw;
}

@media (max-width:768.5px){
    .productSlider-4 .product_img .product_box .product_img_frame .status {
      padding: 7px 10px;
        margin: 15px;
        height: 17px;
        font-size: 8px;
    }
    .productSlider-4 .product_img .product_box .content h6{
        font-size:13px;
    }
    .productSlider-4 .product_img .product_box .content_button .content .product_price {
      font-size: 10px;
    }
}
@media (max-width:576.5px){
    .productSlider-4 .product_img .product_box .content_button .content{
        display:block;
    }
    .productSlider-4 .product_img .product_box {
      border-radius: 15px;
    }
}

/*hp_workout*/
.hp_workout{
    position:relative;
}
.workout_content{
    position:absolute;
    bottom:7%;
    z-index:2;
    width:100%;
    text-align:center;
}
.workout_img img{
    width:100%;
    object-fit:cover;
}

@media (max-width:768.5px){
    .workout_img{
        overflow:hidden;
    }
    .workout_img img {
      width: 180%;
      object-fit: cover;
      transform: translate(-22%,0%);
    }
}

@media (max-width: 576.5px) {
  .workout_img img {
    width: 240%;
    object-fit: cover;
    transform: translate(-28%,0%);
  }
}

/*hp_subscribe*/
.subscribe_new {
  background-color: #bfbd82;
  padding: 2% 8%;
}
.subscribe_new h6{
    font-size: 3.5vw !important;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0 !important;
}
.subscribe_new p{
    font-size:1.3vw;
    color:#ffffff;
    width: 80%;
}
.subscribe_new .col-12.d-flex{
    align-items:center;
}
.subscribe_new .input {
    border-radius: 0;
    background-color: #fff;
    border: none;
    border: 1px solid white;
    color: #000;
    caret-color: #000;
    padding-right: 100px;
    height: 40px;
}
.subscribe_new .search {
    position: relative;
    background: #9a9768;
    height: 40px;
    top:0;
}
.subscribe_new .search:hover {
  background-color: #e2dd99;
}
.subscribe_new img {
    background: #9a9768;
    object-fit:contain;
    object-position:center;
    padding:5px;
    width:25%;
    height: 40px;
}
@media(min-width:991.5px){
    .subscribe_new {
      padding: 2% 15% 2% 8%;
    }
}
@media(min-width:768.5px){
    .subscribe_new .col-md-6:first-child{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .subscribe_new .col-md-6:nth-child(2){
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media(max-width:768.5px){
    .subscribe_new {
      background-color: #bfbd82;
      padding: 2rem 5%;
    }
    .subscribe_new h6{
        font-size: 26px !important;
        text-align:center;
    }
    .subscribe_new p {
      font-size: 13px;
      width: unset;
      text-align:center;
    }
}

/*footer*/
.footer_type9{
    padding-top:2rem !important;
    color: #000 !important;
    font-size: 14px;
    font-weight:500;   
}
.footer_type9 .text {
    color: #000 !important;
    font-size: 14px;
    font-weight:500;
}
.footer_type9 .text-muted{
    color:#000 !important;
}
.footer_type9 .logo img {
    display:none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 40px;
    filter: brightness(0);
}
.footer_type9 .logo{
    background-image:url(https://cdn1.npcdn.net/images/a_footerlogo_q5sozl_1776847064.png?md5id=0f31cf4c07210e8d5460b43c17e11798&new_width=550&new_height=150&type=4);
    background-size:contain;
    background-repeat: no-repeat;
    background-position:left;
    min-height:35px;
    width:100%;
    padding:0;
}
.footer_type9 .line {
    border-right: none;
}
.footer_type9 .sub_title{
    color:#b2a928;
}
.footer_type9 .col-12 .col-12:nth-child(2) div:nth-child(3) .text_contact{
    padding-bottom:8px !important;
}
.footer_type9 .icon{
    background-color:#b2a928;
}
.footer_type9 .social_media{
    margin-top:0rem;
    display:inline;
}
.footer_type9 .social_media a .icon_s{
    margin-top:1px !important;
    border: 1px solid transparent;
}
.footer_type9 .social_media a:hover .icon_s{
    background:transparent;
}
.footer_type9 .social_media a:hover .icon_s i{
    color:#000;
}
.footer_type9 .social_mediaImg {
    margin-bottom:0;
    margin-top:-1px;
    display:inline;
}
.footer_type9 .social_mediaImg .icon_s {
  /*border: 1px solid #aeaeae;*/
  margin-right: .5rem;
  display: block;
  height:35px;
  width:35px;
}
.footer_type9 .social_mediaImg .icon_s img {
  filter: grayscale(1) !important;
  height: 20px;
}
/*.footer_type9 .social_mediaImg a:hover .icon_s {*/
/*  background-color: #333;*/
/*}*/
/*.footer_type9 .social_mediaImg:hover  .icon_s img {*/
/*  filter:  invert(1) grayscale(1) !important;*/
/*}*/
.footer_langbar_item:nth-child(2){
    margin-left:15px;
}
.footer_type9 .bg_dark{
    background:#ffffff !important;
    margin-top:2rem !important;
}
.footer_type9  .text-light{
    color:#000 !important;
}

@media(min-width:768.5px){
    .footer_type9 .container{
        max-width:85%;
    }
}
@media(min-width:991.5px){
    .footer_type9 .col-md-6:first-child{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .footer_type9 .col-md-6:nth-child(2){
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .footer_type9 .line .text{
        width:65%;
    }
    .footer_type9 .logo{
        margin-bottom:8%;
        margin-top:5%;
    }
}

@media(max-width:991.5px){
    .footer_type9{
        padding-top:2rem;
        font-size:13px;
    }
    .footer_type9 .logo {
        min-height: 35px;
        margin-bottom: 15px;
        padding-top: 35px;
    }
    .footer_type9 .text{
        font-size:13px;
    }
}