@import url('//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */

body {
    color: #000;
    font-size: 15px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.navbar_type8 {
    background-color: #fff;
    height: 100px;
    padding: 15px 30px;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: auto;
    padding: 0;
    /*filter: brightness(0) invert(1);*/
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 0 15px;
}

.navbar_type8 .nav_tab .nav_item:first-child {
    padding-left: 0;
}

.navbar_type8 .nav_tab .nav_item:nth-child(8), .navbar_type8 .nav_tab .nav_item:last-child {
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #333;
    font-weight: 600;
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ff522e;
}

.dark_nav {
    background-color: #fff !important;
}

.m_nav_type5 {
    background-color:#fff;
}

/*.m_nav_type5 .company_logo{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3{
    background-color: #333!important;
}

/* */

.navbar_type8 .nav_tab .nav_item.login {
    margin-left: 50px;
}

.navbar_type8 .nav_tab .nav_item.login a {
    display: block !important;
}

.navbar_type8 .nav_tab .nav_item.login a p {
    max-width: 100% !important;
    margin-right: 0 !important;
}

.navbar_type8 .nav_tab .login i, .navbar_type8 .nav_tab .shopping i {
    transform: scale(1);
    font-size: 25px;
}

.navbar_type8 .nav_tab .active {
    color: #000000 !important;
    transition: all 0.50s;
}

.navbar_type8 .nav_tab .active:hover {
    color: #f39200 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    background-color: #ffffff;
    top: 100%;
    right: 0;
    left: auto;
    min-width: auto;
    padding: 25px;
    margin: 0 auto;
    border-radius: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    max-width: 100%;
    min-width: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item .pt-1 {
    padding: 0 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 15px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child a {
    margin-bottom: 0;
}

/* */

.slider_banner, .slider_banner .item, .item img {
    height: 100% !important;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
    /*background-color: rgba(0, 0, 0, 0.25);*/
    height: 100% !important;
}

.table1 {
        /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /*text-align: right;*/
    /* height: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*right: 10%;*/
    /* width: 100%; */
    /* max-width: 1250px; */
    /* margin: 0 auto; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 15px;
    margin-left: 5%;
}

.banner1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    /*font-family: 'Poppins', sans-serif;*/
    line-height: 1.3;
    color: #ffa849;
}

.banner2 {
    text-transform: uppercase;
    font-size: 63px;
    font-weight: 600;
    max-width: 70%;
        /*margin-left: auto;*/
    line-height: 1.25;
    text-align: left;
    color: #fff;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color:#ff522e;*/
}

.index_wrapper_9 .space{
    background-color:#fff;
}

.space1 {
    padding-top: 250px;
    padding-bottom: 150px;
}

.space2 {
    padding-top: 50px;
}

.space .text1 .font-small{
    line-height: 21px;
    padding-top: 1rem;
}

.space .font-small.small-1 span{
    font-weight: 600;
}

.move1 {
    margin-top: -100px;
    /*background-color:#ff522e;*/
}

.cover1 {
    position: relative;
    overflow: hidden;
    background-image: url(https://cdn1.npcdn.net/img/1698305446sec1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    z-index: 1;
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.50s;
    border-radius: 20px;
}

.cover1:hover {
    transform: translateY(15px);
}

.cover1:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0, 0, 0), rgb(0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cover1 img {
    max-width: 75%;
    transition: all 0.50s;
}

.cover1:hover img {
    transform: scale(1.25);
}

.font-title {
    font-size: 25px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    margin: 5% 0 10%;
}

.btn1 {
    display: inline-block;
    background-color: #f39200;
    color: #ffffff;
    padding: 15px 25px;
    letter-spacing: 2.5px;
    border-radius: 100px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.btn1:hover {
    background-color: #f2f2f2;
    color: #f39200;
}

.border1 {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.icon1 {
    display: flex;
    /*align-items: baseline;*/
}

.icon1 div:first-child {
    /*width: 100%;*/
}

.icon1 img {
    padding-right: 15px;
    position: relative;
    top: 15px;
    width: 115px;
}

.icon1:hover img {
    animation: 1s swing;
}

.text1 {
    width: 100%;
}

.font-icon {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color:#333;
}

.font-big {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color:#333;
}

.font-small {
    line-height: 25px;
    color:#333;
}

.small-1 {
    max-width: 80%;
    padding-bottom: 3rem;
    margin: 0 auto;
}

/* tag */

#main_index .index_wrapper_7 {
    position: relative;
    z-index: 2;
}

#main_index .product_img {
    margin-bottom: 0;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 15px;
    box-shadow: none;
    background-color: #f6f6f6;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 15px;
    border: none;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .slick-prev {
    left: -15px;
}

.productSlider-1 .slick-next {
    right: -15px;
}

.productSlider-1 .slick-prev:before, .slick-next:before {
    color: #000000;
}

.index_wrapper_6{
    position: relative;
    z-index: 4;
}

/* */

.middle1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/img/1698307381sec3-pic1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    position: relative;
    margin-top: -150px;
    z-index: 1;
}

.middle1:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.font-big-2 {
    line-height: 1.25;
    font-size: 55px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}

.both1 {
    background-image: url(https://cdn1.npcdn.net/img/1698387199sec6-pic1.1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.both1:before {
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), #000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both1:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both2 {
    background-image: url(https://cdn1.npcdn.net/img/1698387212sec6-pic2.1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.both2:before {
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0.25), #000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both2:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both1:hover:before, .both2:hover:before  {
    background-color: rgba(0, 0, 0, 0.50);
}

.both1:hover:after {
    transform: translate(35%, -50%);
}

.both2:hover:after {
    transform: translate(-35%, -50%);
}

.write1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-align: right;
    padding: 50px;
    z-index: 1;
}

.write2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding: 50px;
    z-index: 1;
}

.font-write {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

/* subscribe */

.index_wrapper_13 {
    padding-bottom: 50px;
}

.subscribe_new {
    background-image: url(https://cdn1.npcdn.net/img/1698310004sec7-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

.subscribe_new:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding: 15px;
}

.subscribe_new .all_font_md {
    margin-top: 0 !important;
    font-size: 35px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.subscribe_new p {
    line-height: 25px;
    max-width: 50%;
    margin: 0 auto;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    margin: 0 auto;
}

.subscribe_new .input {
    border-radius: 100px;
    font-size: 15px !important;
    margin-top: 0 !important;
    height: auto;
    padding: 15px;
    line-height: normal;
}

.subscribe_new .search {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important;
    font-size: 15px !important;
    padding: 15px;
    background-color: #f39200;
    border-radius: 0 100px 100px 0;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

/* */

.footer_type10 .text, .footer_type10 a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  
}

#toTop {
    background-color: #f39200;
    color: #ffffff;
}

/* */

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

    .navbar_type8 .nav_tab .nav_item {
        padding: 0 10px;
    }
    
    .navbar_type8 .nav_tab .nav_item.login {
        margin-left: 15px;
    }
    .footer_type10 .col-lg-6 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {
    .table1 {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /*text-align: right;*/
    /* height: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*right: 5%;*/
    /* width: 100%; */
    /* max-width: 1250px; */
    /* margin: 0 auto; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 15px;
}

.m_nav_type5 {
    padding: 15px;
}

.m_nav_type5 .d-flex.mx-1 {
    margin: 0 auto !important;
}

.m_nav_type5 .d-flex.mx-1 .col-2.d-flex.justify-content-center.p-1 {
    padding: 0 !important;
    justify-content: flex-start !important;
}

.m_nav_type5 .menu_bar {
    transform: scale(0.75);
    margin-left: -5px;
}

.m_nav_type5 .col-8.p-2 {
    padding: 0 !important;
}

.m_nav_type5 .col-2.d-flex.justify-content-between.memberandcart.p-1 {
    padding: 0 !important;
}

.m_nav_type5 .member, .m_nav_type5 .shopping {
    color: #000000;
    font-size: 15px !important;
}

.m_nav_type5 .member:hover, .m_nav_type5 .shopping:hover {
    color: #f39200;
}

.m_side_menu_type5 .nav_item {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.m_side_menu_type5 .nav_item:hover {
    color: #f39200;
}

.banner1 {
    font-size: 17.5px;
}

.banner2 {
    font-size: 30px;
    max-width: 100%;
}

.slider_banner, .slider_banner .item, .item img, .slider_banner .banner_content {
    height: 50vh !important;
}

.move1 {
    margin-top: 0;
}

.border1 {
    border-left: none;
    border-right: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.small-1 {
    max-width: 100%;
}

.middle1 {
    background-attachment: inherit;
}

.font-big-2 {
    max-width: 100%;
}

/* subscribe */

.subscribe_new p {
    max-width: 100%;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
}

.subscribe_new .search {
    position: inherit;
    top: 0;
    transform: translate(0, 0);
    border-radius: 100px;
    margin-right: 0;
    margin-top: 15px !important;
}

.cover1 .font-title{
    margin:0% 0 3%;
}
.cover1 img {
    max-width: 60%;
    
}

}


@media all and (max-width:580px){
    .cover1 img {
    max-width: 70%;
    }
    
    .space1 .font-big-2{
    font-size: 32px;
    }
}

@media all and (max-width:380px){
    .cover1 img {
    max-width: 100%;
    }
}

/*running logo*/
/*.index_wrapper_3, .index_wrapper_5, .index_wrapper_6, .index_wrapper_7,.index_wrapper_9,.index_wrapper_10,.index_wrapper_11,*/
/*.index_wrapper_12,.index_wrapper_13{*/
/*    background-color: #ff522e;*/
/*}*/


.hp_news{
    padding-top: 10px;
    padding-bottom: 100px;
}

.news_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 80px;
    background-image: url('../img/1698313203running-logo.jpg');
    background-size:cover;
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -6256px;
    }
}


/*information*/
.all_video_wrapper .video_box .video_title{
    color: #fff;
}

/*footer*/
.footer_type10 .logo img{
        filter: brightness(0) invert(1);
}


/*product page*/
#main_ourproducts .page_title{
    margin-left: 9.5rem;
}

@media all and (max-width:1400px){
    #main_ourproducts .page_title{
    margin-left: 5rem;
    }
}

@media all and (max-width:1023px){
    #main_ourproducts .page_title{
    margin-left: 0;
    }
}

/*CHANGE WEBSITE COLOR*/
/*.index_wrapper_3, .index_wrapper_5, .index_wrapper_6,.index_wrapper_7{*/
/*    background-color: #ff522e;*/
/*}*/

/*.index_wrapper_10 .font-big, .index_wrapper_12 .font-big{*/
/*    color: #333!important;*/
/*}*/