@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* desktop */

body {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 300;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-bottom: 100px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_type8 {
    background-color: transparent;
    height: 100px;
    border-bottom: 5px solid transparent;
}

.navbar_type8 {
    background-color: #000000;
    height: 100px;
    border-bottom: 5px solid #ff0000;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 0 25px;
}

.navbar_type8 .nav_tab .nav_item:last-child {
    padding-right: 15px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-style: italic;
    position: relative;
    padding: 15px 0;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ff0000;
}

.navbar_type8 .nav_tab .nav_item:first-child a {
    color: #ff0000;
}

.navbar_type8 .nav_tab .nav_item:first-child a:hover {
    color: #ffffff;
}

.navbar_type8 .nav_tab .nav_item a:before {
    content: '';
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    transition: all 0.50s;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item:first-child a:before {
    background-color: #ffffff;
}

.navbar_type8 .nav_tab .nav_item a:hover:before {
    width: 100%;
    opacity: 1;
}

.dark_nav {
    background-color: #000000 !important;
    animation: 1s fadeInDown;
}

#main_index #top_spacing {
    height: 0 !important;
}

/* banner */

.slider_banner .item {
    position: relative;
}

.slider_banner .item:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_banner, .slider_banner .item, .slider_banner .item img {
    height: 100% !important;
}

.slider_banner .banner_content {
    height: 100% !important;
    overflow: hidden;
}

.hp_table {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 15px;
    margin-left: 50px;
    height: 100%;
    color: #ffffff;
}

.hp_gap {
    margin: 15px;
}

.hp_banner_line {
    background-color: #ff0000;
    width: 100px;
    height: 5px;
}

.hp_banner {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    max-width: 75%;
    font-style: italic;
}

.hp_banner span {
    color: #ff0000;
}

.hp_banner_sub {
    font-size: 25px;
    margin-bottom: 0;
}

.hp_banner_button a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 900;
    border: 5px solid transparent;
}

.hp_banner_button a:hover {
    border: 5px solid #ff0000;
    background-color: transparent;
    color: #ff0000;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_line {
    background-color: #ff0000;
    width: 100px;
    height: 5px;
    margin: 0 auto;
}

.index_wrapper_3 .hp_line {
    margin: 0;
}

.hp_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
    font-family: 'Orbitron', sans-serif;
    font-style: italic;
    color: #ffffff;
}

.hp_title span {
    color: #ff0000;
}

.hp_sub {
    line-height: 25px;
    margin-bottom: 0;
}

.hp_button a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 900;
    border: 5px solid transparent;
}

.hp_button a:hover {
    border: 5px solid #ff0000;
    background-color: transparent;
    color: #ff0000;
}

/* category */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

/* feature */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/25347/image/middle1-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_5:after {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_icon img {
    background-color: #ff0000;
    padding: 15px;
    max-width: 100px;
    margin: 0 auto;
}

.hp_feature_title {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    color: #ffffff;
}

/* service */

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service {
    background-image: url(https://cdn1.npcdn.net/userfiles/25347/image/service1-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    position: relative;
}

.hp_service:after {
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hp_cover {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    max-width: 50%;
    text-align: left;
    padding: 15px;
}

.hp_cover .hp_line {
    margin-left: 0;
}

/* footer */

.footer_type12 {
    background-color: #000000;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-top: 5px solid #ff0000;
}

.footer_type12 .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    background-color: #ff0000;
    color: #ffffff;
    margin: 15px auto !important;
    padding: 15px !important;
    border-radius: 0;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .row {
    align-items: center;
}

.footer_type12 .col-12.col-md-6 {
    padding: 15px;
}

.footer_type12 .title {
    min-height: auto;
    margin-bottom: 0;
}

.footer_type12 .subscribe_new {
    font-weight: 900 !important;
    letter-spacing: normal !important;
    line-height: normal;
    text-transform: uppercase;
}

.footer_type12 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type12 .input-container input, .footer_type12 .input-container label {
    height: auto;
}

.footer_type12 .input-container input {
    transition: all 0.50s;
    padding: 15px;
    background-color: #ffffff;
    color: #000000;
    caret-color: #000000;
    border: 5px solid #ffffff;
    border-radius: 100px;
}

.footer_type12 .input-container input::placeholder {
    color: #000000 !important;
    font-weight: 300;
    text-transform: none;
}

.footer_type12 .input-container .submit {
    bottom: 50%;
    transform: translate(0, 50%);
    padding: 15px;
    height: auto;
    transition: all 0.50s;
    background-color: #000000;
    color: #ffffff;
    font-weight: 900;
    text-transform: none;
    border-radius:  0 100px 100px 0;
    border: 5px solid #ffffff;
}

.footer_type12 .input-container .submit:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left {
    /*padding: 15px !important;*/
    /*margin-bottom: 0 !important;*/
    display: none;
}

/*
.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left .title {
    margin-bottom: 15px;
    border-bottom: 5px solid #ff0000;
}

.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left .title h6 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: normal;
    line-height: normal;
    padding-bottom: 15px;
    font-family: 'Orbitron', sans-serif;
    font-style: italic;
}

.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left p {
    line-height: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
}

.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left p a {
    gap: 15px;
    display: flex;
    align-items: center;
}

.footer_type12 .col-12.col-md-3.mb-1.mb-md-0.p-3.text-center.text-md-left .d-flex {
    gap: 15px;
    align-items: baseline;
}

.footer_type12 .location p {
    flex-direction: column;
}

.footer_type12 .location .d-flex p:before {
    content: '77 Car Window Film And Accessories, Pasir Gudang';
    font-size: 16px;
    font-weight: bold;
}

.hp_location {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.footer_type12 .list-unstyled {
    margin: 0 auto !important;
}
*/

.footer_type12 .line {
    background-color: #ff0000;
    height: 5px;
    margin: 15px auto;
}

.footer_type12 .col-12.col-md-7.text-center.text-md-left {
    padding: 15px;
    color: #ffffff;
}

.footer_type12 .copy_right p {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.footer_type12 .copy_right p small {
    font-size: 16px !important;
    font-weight: 300;
}

.footer_type12 .col-12.text-md-left.px-0 p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type12 .text-center.text-md-left.py-1 {
    padding: 0 !important;
    margin: 0 auto !important;
}

.footer_type12 .privacy_policy, .footer_type12 .footer_terms, .footer_type12 .footer_returns {
    font-size: 16px;
    padding: 0 !important;
}

.footer_type12 .privacy_policy {
    margin-right: 15px;
}

.footer_type12 .col-12.col-md-5 {
    padding: 15px;
}

.footer_type12 .social_media {
    padding-right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.footer_type12 .social_media a {
    background-color: #ff0000;
    padding: 15px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type12 .social_media a:hover {
    background-color: #ffffff;
    color: #ff0000;
}

.footer_type12 .social_media a:first-child {
    margin-left: 0;
}

.footer_type12 a:hover {
    color: #ff0000;
}

/* float */

.whatsapp_float_btn .whatsapp {
    border-radius: 0;
}

.whatsapp_float_title {
    color: #000000;
}

#toTop {
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    opacity: 1;
    right: 15px;
    bottom: 15px;
    background-color: #ff0000;
    color: #ffffff;
}

#toTop i {
    font-size: 25px;
}

/* page */

.page_title {
    margin: 50px auto 0;
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
}

.search_bar_type_2 .form-group button:hover {
    background-color: #ff0000;
}

.category_menu_3 .main_title {
    color: #ffffff;
}

.category_menu_3 .main_title:hover {
    color: #ff0000;
}

.category_menu_3 .main_title:before {
    opacity: 1;
}

.mobile_ecommerce_filter_tool .mobile_ecommerce_filter_title {
    background-color: #000000;
}

.mobile_ecommerce_filter_tool #mobile_ecommerce_filter_tool_id {
    background-color: #ff0000;
}

.breadcrumb_b ol li a {
    color: #ffffff;
}

.breadcrumb_b ol li a:hover {
    color: #ff0000 !important;
}

.breadcrumb_b ol li:after {
    color: #ffffff;
}

.breadcrumb_b ol li:last-child a {
    color: #ffffff;
}

.product_list_5 .product_box .product_des .price, .product_list_5 .product_box .product_des .title {
    color: #ffffff;
}

.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a {
    color: #ffffff;
}

.product_list_5 .product_box .product_des .price a:hover, .product_list_5 .product_box .product_des .title a:hover {
    color: #ff0000;
}

.product_list_5 .product_box .whatsapp_wrapper a {
    color: #ffffff;
}

.recent_view_product .recent_view_product_item a {
    color: #ffffff;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

#main_showproducts {
    margin-top: 50px;
}

.product_detail .title {
    color: #ffffff;
}

.product_detail .product_price div {
    background-color: #000000;
}

.product_detail .product_description_link a {
    color: #ffffff;
}

.product_detail .product_description_link a:hover {
    border-color: #ff0000;
}

.product_detail .mainFunction button {
    background-color: #ff0000;
}

.product_nav_pill .nav_pill .active {
    background-color: #ff0000;
}

#main_showproducts .card {
    background-color: transparent;
    border: 5px solid #ff0000;
}

#main_showproducts .related_product_wrapper .mb-3.mt-1.ml-auto .text-muted.mr-1 {
    color: #ffffff !important;
}

#main_contactus {
    padding-bottom: 50px;
}

#main_contactus #contactus_1_1 .ws_contact {
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.col-md-4.ws_contact {
    display: block;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    /*max-width: 1240px;*/
    /*margin: 0 auto;*/
    /*padding: 15px;*/
}

#main_contactus .ws_contact p {
    color: #ffffff;
}

#main_contactus .ws_contact h6 strong {
    color: #ffffff;
}

#main_contactus .ws_contact a {
    color: #ffffff !important;
}

#main_contactus .btn-primary {
    background-color: #ff0000 !important;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner {
    font-size: 35px;
}

/* footer */

.footer_type12 {
    padding-bottom: 65px !important;
}

.footer_type12 .col-12.col-md-7.text-center.text-md-left {
    flex: 0 0 70%;
    max-width: 70%;
}

.footer_type12 .col-12.col-md-5 {
    flex: 0 0 30%;
    max-width: 30%;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 100px !important;
}

.navbar_mobile {
    background-color: #000000;
    border-bottom: none;
    height: 100px;
    display: flex;
    justify-content: center;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
}

.navbar_mobile .btn-outline-light {
    font-size: 15px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    background-color: #ff0000;
}

.navbar_mobile .btn-outline-light:hover {
    border: none !important;
    color: #ff0000;
    background-color: #ffffff;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.navbar_mobile .logo_img {
    max-height: 25px;
}

.side_menu {
    background-color: rgba(0, 0, 0, 0.75);
}

.side_menu.show {
    width: 75%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 0 !important;
}

.side_menu input {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ff0000 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-width: 1px;
    border-color: #ff0000;
    border-radius: 0;
    padding: 15px 15px 15px 0;
}

.side_menu .list-group .list-group-item:first-child {
    border-top: 1px solid #ff0000;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    justify-content: center;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    font-style: italic;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #ff0000;
}

.side_menu .list-group .list-group-item:first-child a {
    color: #ff0000;
}

.side_menu .list-group .list-group-item:first-child a:hover {
    color: #ffffff;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

/* banner */

.slider_banner, .slider_banner .item, .slider_banner .item img, .slider_banner .banner_content {
    height: 50vh !important;
}

.hp_table {
    margin-left: 0;
}

.hp_banner {
    font-size: 20px;
}

.hp_banner_sub {
    font-size: 16px;
}

/* about */

.hp_title {
    font-size: 30px;
}

/* service */

.hp_cover {
    position: relative;
    left: 0;
    max-width: 100%;
}

/* footer */

.footer_type12 {
    padding-bottom: 50px !important;
}

.footer_type12 .col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    min-height: 275px;
}

.footer_type12 .input-container .submit {
    position: relative;
    left: 50%;
    transform: translate(-50%, 100%);
    margin-top: 15px;
    border-radius: 100px;
}

.footer_type12 .social_media {
    justify-content: center;
}

.footer_type12 .social_media a {
    margin: 0 15px !important;
}

/* float */

#toTop {
    bottom: 50px !important;
}

.floating_btn_bottom {
    background-color: #ff0000;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #000000;
}

}
  
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
   color:#ff0000 !important; 
}
