/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

.navbar_mobile {
    background-color: #000;
    
}
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
}
#main_index .slick-next:before,#main_index .slick-prev:before {
    opacity: 1;
}
#main_index .slick-next:before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url('https://cdn1.npcdn.net/img/1701066699arrow white_right.png');
    background-size: contain;
}
#main_index .slick-prev:before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url('https://cdn1.npcdn.net/img/1701066808arrow white_left.png');
    background-size: contain;
}
.pointTitle{
        display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
}
.pointImg{
    max-width: 110px;
}
.pointTitle span{
    display: block;
}
.pointsWrapper{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 950px;
    margin: 5rem auto 0;
}
#points{
    /*padding-top: 4rem;*/
    position: relative;
    padding-bottom: 4rem;
    padding-top: 6rem;
}

#points:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('https://cdn1.npcdn.net/img/1701067687banner_body1.jpg');
    height: 50%;
    width: 100%;
    background-image: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    /*background-position: right;*/
}
.point{
    display: grid;
    grid-template-columns: 40% 59%;
    gap: 1%;
}
#main_index  .slick-next,#main_index  .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    
}
#main_index .slick-arrow {
    z-index: 50 !important;
}
#contactus_2 #contactus_2_1 .ws_contact .contact_map iframe{
    display:none;
}
.footer_type12 .social_media a {
    margin-left: 5px;
}
.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}
.footer_type12 .social_media a .icon_s {
    display: inline;
    justify-content: center;
    align-items: center;
    bottom: 0;
    position: relative;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    background: #3d3d3d;
    border-radius: 10px;
}
.footer_type12  img{
    height: 18px;
}
.footer_type12 .social_media a .icon_s img {
    filter: unset;
    height: 18px;
    width: auto;
}
.footer_type12 .title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
    
}
.footer_type12 .title h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer_type12 {
    color: #fff;
    background-color: #000000;
}
.footer_type12 a {
    color: #fff;
}
.footer_type12 i {
    color: #e8cc2b;
}
.footer_type12 .title h6 {
    color: #fff;
    margin-bottom: 10px;
}
.footer_type12 .title h6 {
    letter-spacing: 1px;
}
.footer_type12 .list-unstyled li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    height: max-content;
}
.footer_type12 .subscribe_new {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
}
.footer_type12 .footer_subtitle {
    text-transform: capitalize;
}
.footer_type12 .input-container input {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
.footer_type12 .input-container input::placeholder {
    color: #fff;
    opacity: 0.5;
}
.footer_type12 .input-container .submit {
    border: 1px solid #e8cc2b;
    background: #e8cc2b;
    color: #000;
}
/*.footer_type12 .all_font_md.footer_subtitle{*/
/*    color: #1697d5;*/
/*}*/
/*footer end*/


.btnSearch {
    position: relative;
    top: 38px;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
}
.dropdown.nav_item.shopping i{
    color: #e7cc2b;
}
.navbar_type8.dark_nav .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: contain;
    padding: 10px;
}
.dark_nav {
    background-color: rgba(0, 0, 0, 0.8) !important;
    animation: 1s fadeInDown;
    top: 0;
    left: 0;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 70px;
    right: 0px;
}
.index_wrapper_4 .slick-prev {
    left: -20px;
    z-index: 10 !important;
}
.index_wrapper_4 .slick-next {
    right: -20px;
    z-index: 10 !important;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.topicon{
    margin: 0px 1vw;
    position: relative;
}
.topicon i{
    font-size: 16px;
    color: #e7cc2b;
}
.search_button i{
    color: #000;
}
.nav_search input {
    background: rgba(240, 242, 245, 1);
    width: 270px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #f0f2f5;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 15px 1vw;
    font-size: 0.9vw;
    text-decoration: none;
    white-space: nowrap;
}
.navbar_type8 .nav_tab .nav_item a:hover {
    color: #e7cc2b;
}
.navbar_type8 .logo {
    flex: 0 1 20%;
    overflow: unset;
    position: relative;
    margin-left: 65px;
}
.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 13px;
    object-fit: contain;
    padding: 5px;
}
.navbar_type8 .logo {
    flex: 0 1 30%;
}
.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    justify-content: flex-start;
}
.navbar_type8 {
    /*position: fixed;*/
    /*display: flex;*/
    background-color: rgba(0, 0, 0, 0.8) !important;
    
    width: 100%;
    height: 100px;
    z-index: 10000;
}
#main_index .navbar_type8 {
    /* position: fixed; */
    /* display: flex; */
    background-color: transparent;
    width: 100%;
    height: 100px;
    z-index: 500;
}
.bannerImg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80vw;
    width: 100%;
    bottom: 0;
}
.bannerImgTitle{
        position: absolute;
    width: 100%;
    max-width: 50vw;
    top: 25%;
    left: 13%;
    overflow: hidden;
}
.bannerImgTitle.banner2{
    top: 32%;
    left: 35%;
}
.slider_banner .slick-prev:before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1701058273arrow white_left.png');
   width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}
.slider_banner .slick-next:before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1701058416arrow white_right.png');
   width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}
.slider_banner  .slick-next,.slider_banner  .slick-prev {
    width: 40px;
    height: 40px;
    
}
.slider_banner .slick-prev {
    z-index: 99;
    left: 50px;
}
.slider_banner .slick-next {
    z-index: 99;
    right: 50px;
}
.slider_banner .slick-next:before,.slider_banner .slick-prev:before{
    opacity: 1;
}
#about{
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.aboutWrapper{
        padding-left: 7rem;
    position: relative;
        padding-top: 1rem;
    padding-bottom: 1rem;
}
.aboutbigTitle{
    font-size: 37px;
    width: fit-content;
    font-weight: 700;
}
.unifyContent{
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
}
.button a img{
    max-width: 40px;
}
#about .aboutbigTitle{
        position: absolute;
    left: -3.5rem;
    top: 4rem;
    transform: rotate(-90deg);
}
.aboutbigTitle p{
    background: #e8cc2b;
    width: 100%;
    height: 3px;
    /*margin-top: 5px;*/
}
.pointsSlider {
    position: relative;
    z-index: 555 !important;
}
#product .aboutbigTitle{
    margin: 0 auto;
}
#main_index .index_wrapper_4 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5:nth-child(n + 9){
    display: none !important;
}
#product .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    font-weight: 600;
}
#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title {
    margin-bottom: auto;
    text-align: center;
}
#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_header small{
    display: none;
}
.index_wrapper_4{
    padding-top: 3rem;
}
#main_index .exProductSlidehpType6 .wrapper_product .product_img .product_price{
    display: none;
}
#main_index  .product_footer{
    text-align: center;
}
#main_index  .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart {
    width: fit-content;
    margin: 0 auto;
    color: #111827;
    border-bottom: 2px solid #e8cc2b !important;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
#main_index .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span {
    padding: 0;
    font-weight: 500;
}
#main_index .sec2Imgslider .slick-prev:before{
    background: url('https://cdn1.npcdn.net/img/1701069939arrow grey_left.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#main_index .sec2Imgslider .slick-next:before{
    background: url('https://cdn1.npcdn.net/img/1701069961arrow grey_right.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#main_index .index_wrapper_6 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5:nth-child(-n + 8){
    display: none !important;
}
#main_index .index_wrapper_6 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5:nth-child(n + 13){
    display: none !important;
}
#best .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    font-weight: 600;
        margin: 0 auto;
}
.index_wrapper_6{
    padding-top: 6rem;
    padding-bottom: 3rem;
}
.aboutbigTitle span{
    display: block;
}
.sponRight .aboutbigTitle{
    color: #fff;
}
#spon{
    background: url('https://cdn1.npcdn.net/img/1701072530banner_body2.jpg');
    padding-top: 6rem;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-bottom: 3rem;*/
}
#spon .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    font-weight: 400;
    margin: 0 0 0 0;
}
.sponRight{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titleLine{
        background: #fff;
    width: 75%;
    height: 2.5px;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
}
.sponLeft video{
    height: 100%;
    width: 100%;
}
.sponWrapper{
    display: grid;
    grid-template-columns: 65% 28%;
    gap: 7%;
}
/*#main_index .index_wrapper_6 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5:nth-child(n + 9){*/
/*    display: block !important;  */
/*}*/
.sponImg{
        margin: 3rem auto 0;
    max-width: 450px;
    transform: translateY(40%);
}
.galleryWrapper{
    margin: 0 20%;
    position: relative;
    z-index: 55  !important;
}
.titleYellowLine{
    background: #e7cc2b;
    height: 3px;
    width: 19vw;
    position: relative;
    z-index: 555;
}
#gallery {
    padding-top: 6rem;
    padding-bottom: 6rem;
    /*z-index: 555;*/
    position: relative;
    z-index: 555;
}
#gallery .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 555;
}
#main_index #gallery .slick-prev:before{
    content: "PREV";
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
     width: fit-content;
    height: fit-content;
    background: url('');
}
#main_index #gallery .slick-next:before{
    content: "NEXT";
    font-size:20px;
     font-weight: 300;
         width: fit-content;
    height: fit-content;
     font-family: 'Montserrat', sans-serif;
        background: url('');
}
#main_index #gallery .slick-next, #main_index #gallery .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: unset;
    bottom: 0.5rem;
    display: block;
    width: fit-content;
    height: fit-content;
}
.gallery img{
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.inWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
}
.in{
    position: relative;
    padding: 10% 5%;
    border: 2px solid grey;
    background: #fff;
}
.inImgWrapper{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
}
.inTitle{
       position: absolute;
    top: 0;
    left: 50%;
    background: #e7cc2b;
    color: #000;
    width: 100%;
    max-width: 270px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0;
    transform: translate(-50%,-50%);
}
#in{
    padding-bottom: 2rem;
    position: relative;
}
#in:after{
    content: "";
    z-index: -1;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
}
/*.pointSliderImg.backrgound{*/
/*    position: relative;*/
/*}*/
/*.pointSliderImg.backrgound:after{*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    background: url('https://cdn1.npcdn.net/img/1701078410short-banner1_b.jpg');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
@media screen and (min-width:992.59px){
    .index_wrapper_2{
        margin-top: -100px;
    }
}

@media screen and (max-width:1200px){
    .navbar_type8 .logo {
    flex: 0 1 25%;
}
.navbar_type8 .nav_tab {
    flex: 0 1 75%;
    justify-content: flex-start;
}
.titleYellowLine {
    background: #e7cc2b;
    height: 3px;
    width: 23vw;
    position: relative;
    z-index: 555;
}
}
@media screen and (max-width:992.59px){
   
    .galleryWrapper {
    margin: 0;
    position: relative;
    z-index: 55 !important;
}
    #gallery .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    position: unset;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 555;
}
    .aboutbigTitle span {
    display: inline;
}
    .sponWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
    .aboutWrapper {
    padding-left: 0;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    #about .aboutbigTitle {
    position: unset;
    left: -3.5rem;
    top: 4rem;
    transform: rotate(-0deg);
}
    .slider_banner .slick-prev {
    z-index: 99;
    left: 20px;
}
.slider_banner .slick-next {
    z-index: 99;
    right: 20px;
}
}
@media screen and (max-width:767.59px){
    #main_index .index_wrapper_4 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5{
        flex: 0 0 50%;
        max-width: 50%;
    }
    #main_index .index_wrapper_6 .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3.mb-5{
         flex: 0 0 50%;
        max-width: 50%;
    }
    #points {
    /* padding-top: 4rem; */
    position: relative;
    padding-bottom: 5rem;
    padding-top: 6rem;
}
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}


     .inWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
    #gallery .aboutbigTitle {
    font-size: 25px;
    width: fit-content;
    position: unset;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 555;
}
    #spon .aboutbigTitle {
    font-size: 25px;
    width: fit-content;
    font-weight: 400;
    margin: 0 0 0 0;
}
    #best .aboutbigTitle {
    font-size: 25px;
    width: fit-content;
    font-weight: 600;
    margin: 0 auto;
}
    .aboutbigTitle {
    font-size: 30px;
    width: fit-content;
    font-weight: 700;
}
    #product .aboutbigTitle {
    font-size: 25px;
    width: fit-content;
    font-weight: 600;
}
    #points:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(https://cdn1.npcdn.net/img/1701067687banner_body1.jpg);
    height: 40%;
    width: 100%;
    background-image: no-repeat;
    background-size: cover;
}
#main_index .slick-next, #main_index .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 120%;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 555;
}
    /*#main_index .slick-next, #main_index .slick-prev{*/
    /*    display: none !important;*/
    /*}*/
    .pointsWrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 950px;
    gap: 2rem;
    margin: 8rem auto 0;
}
.point {
    display: grid;
    grid-template-columns: 40% 59%;
    gap: 1%;
    max-width: 360px;
}s
     .slider_banner .slick-prev {
    display: none !important;
}
.slider_banner .slick-next {
    display: none !important;
}
    .bannerImgTitle.banner2 {
    top: 16%;
    left: 50%;
}
    .item.slick-slide > img{
        min-height: 421px;
        object-fit: cover;
    }
    .bannerImgTitle {
    position: absolute;
    width: 100%;
    max-width: 90vw;
    top: 16%;
    left: 50%;
    padding: 0 10%;
    transform: translateX(-50%);
}
.bannerImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
    width: 100%;
    bottom: 0;
}
}

@media screen and (max-width:600px){
    .item.slick-slide > img{
        min-height: 330px;
        object-fit: cover;
    }
    .bannerImgTitle {
    position: absolute;
    width: 100%;
    max-width: 95vw;
    top: 16%;
    left: 50%;
    padding: 0 10%;
    transform: translateX(-50%);
}
.bannerImgTitle {
    position: absolute;
    width: 100%;
    max-width: 95vw;
    top: 16%;
    left: 50%;
    padding: 0 10%;
    transform: translateX(-50%);
}
}