/* desktop */

body {
    color: #000000;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.category_menu_3 .main_title{
    font-size: 1.05vw;
}

@media screen and (max-width: 1200.5px){
    .category_menu_3 .main_title{
        font-size: 14px;
    }
}
@media screen and (max-width: 991.5px){

}
@media screen and (max-width: 767.5px){

}

/* header */

.hp_header {
    background-color: #a8b0b2;
}

.hp_header_content {
    gap: 1.65vw;
    font-size: 1.25vw;
}

.hp_header_content div {
    gap: 0.325vw;
}

.hp_header_content div p {
    font-family: "Teko", sans-serif;
}

.hp_header_content div p b {
    font-weight: 500;
}

/*category page*/

#main_category, #main_ourproducts{
    padding: 0 3%;
}


.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_category, #main_ourproducts{
        padding: 0 5%;
    }

    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    background: linear-gradient(to right, #f2f2f2, #f2f2f2, #e6e6e6, #f2f2f2, #f2f2f2);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: calc(100% + 3.5vw);
    background-color: #ffffff;
    padding: 1.25vw 3.5vw;
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    height: 7.5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 1.25vw;
    font-family: "Teko", sans-serif;
    position: relative;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #a8b0b2;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    opacity: 0;
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 500;
}

.hp_social {
    padding: 1vw;
}

.hp_social a {
    display: flex;
    align-items: center;
    gap: 0.325vw;
    color: #ffffff;
}

.hp_social a p {
    height: 2vw;
    background-color: #ed1b24;
    padding: 1vw 1vw 1vw 3.25vw;
    border-radius: 5px;
    font-size: 1.25vw;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.50s;
}

.hp_social a:hover p {
    background-color: #000000;
}

.hp_social a p:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/19455/image/icon_1.png)
                left / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(1vw, -50%);
    width: 1.65vw;
    height: 1.65vw;
    filter: brightness(0) invert(1);
}

.hp_social a p b {
    font-weight: 500;
}

.hp_social a div {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_social a:hover div {
    background-color: #ed1b24;
}

.hp_social a div i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_social a:hover div i {
    transform: rotate(0deg);
}

/* banner */

.slider_banner .item {
    overflow: hidden;
}

.slider_banner .banner_content, .slider_banner img {
    transition: all 0.50s;
}

/* Left half */
.slider_banner .door-left img, .slider_banner .door-left .banner_content {
    clip-path: inset(0 50% 0 0);
    transform: translateX(-100%);
}

/* Right half */
.slider_banner .door-right img, .slider_banner .door-right .banner_content {
    clip-path: inset(0 0 0 50%);
    transform: translateX(100%);
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 5px;
    margin-top: 150px;
}

.hp_banner_content h2 {
    font-size: 75px;
    line-height: 0.85;
    font-family: "Teko", sans-serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
}

.hp_banner_content h2 strong {
    font-weight: 600;
}

.hp_banner_content div {
    gap: 15px;
}

.hp_banner_line {
    height: 2.5px;
}

.hp_banner_content_box {
    background-color: #a8b0b2;
    color: #000000;
    padding: 2.5px 15px 0;
    border-radius: 5px;
    flex: none;
    margin-right: -15px;
}

.hp_banner_content_box h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Teko", sans-serif;
}

.hp_banner_content h3 strong {
    font-weight: 600;
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_subtitle {
    font-size: 20px;
    line-height: normal;
    font-family: "Teko", sans-serif;
    color: #a8b0b2;
}

.hp_subtitle strong {
    font-weight: 600;
}

.hp_title {
    font-size: 50px;
    line-height: normal;
    font-family: "Teko", sans-serif;
}

.hp_about_content .hp_title {
    color: #000000;
}

.hp_title strong {
    font-weight: 600;
}

.hp_about_content div {
    gap: 25px;
}

.hp_button a button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_button a button b {
    font-size: 20px;
    transition: all 0.50s;
    background-color: #ed1b24;
    color: #ffffff;
    border-radius: 5px;
    border: 0;
    padding: 5px 25px 0px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    height: 30px;
    display: flex;
    align-items: center;
}

.hp_button a:hover button b {
    background-color: #000000;
}

.hp_button a button span {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button a:hover button span {
    background-color: #ed1b24;
}

.hp_button a button span i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_button a:hover button span i {
    transform: rotate(0deg);
}

/* why */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
    position: relative;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    background-color: #a8b0b2;
    border-radius: 0 0 25px 25px;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -25px);
    width: calc(100% - 50%);
}

.hp_why_content:before, .hp_why_content:after {
    content: '';
    background-color: #99a3a3;
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
}

.hp_why_content:before {
    left: -25px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.hp_why_content:after {
    right: -25px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box img {
    max-width: 50px;
}

.hp_why_box h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Teko", sans-serif;
}

.hp_why_box h3 strong {
    font-weight: 600;
}

/* product */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #f2f2f2, #f2f2f2, #e6e6e6, #f2f2f2, #f2f2f2);
    position: relative;
    z-index: 0;
}

.index_wrapper_5:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 75%);
    z-index: -1;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.product_cat-4 .col-12.col-md-3.col-lg-3.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
}

.product_cat-4 .cat_box img {
    aspect-ratio: 1 / 1;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: #000000;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 1);
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    font-size: 16px !important;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 0;
    transition: all 0.50s;
}

.product_cat-4 .cat_box .content .line {
    transition: all 0.50s;
}

/* work */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.index_wrapper_6:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/19455/image/ALBUM-WORDING.png)
                bottom right / contain no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 25%);
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.10));
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_work_video iframe {
    pointer-events: none;
    border-radius: 5px;
}

.hp_work_video_box {
    top: 50%;
    left: 0;
    transform: translate(-50px, calc(-50% - 50px));
    background-color: #ed1c24;
    border-radius: 5px;
    padding: 15px;
    gap: 5px;
    transition: all 0.50s;
    cursor: pointer;
    z-index: 0;
}

.hp_work_video_box:before {
    content: '';
    background-color: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: 1s linear hp-red infinite alternate;
}

@keyframes hp-red {
    0% {
        transform: scale(1);
        filter: blur(0);
        opacity: 1;
    }
    
    100% {
        transform: scale(1.05);
        filter: blur(10px);
        opacity: 0;
    }
}

.hp_work_video_box:hover {
    background-color: #000000;
    transform: translate(-50px, calc(-50% - 50px)) scale(0.95);
}

.hp_work_video_box p {
    font-family: "Teko", sans-serif;
}

.hp_work_video_box p b {
    font-weight: 600;
}

.hp_work_content {
    gap: 15px;
}

.hp_video_popup {
    display: none;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.hp_video_popup_content {
    width: calc(100% - 50%);
    transform: scale( 0);
    opacity: 0;
    transition: all 0.50s;
}

.hp_video_popup.show .hp_video_popup_content {
    transform: scale(1);
    opacity: 1;
}

.hp_video_popup iframe {
    aspect-ratio: 16 / 9;
    border-radius: 5px;
}

.hp_video_close {
    top: -25px;
    right: 50%;
    transform: translateX(50%);
    background-color: #ed1c24;
    font-size: 50px;
    cursor: pointer;
    border-radius: 100%;
    width: 0;
    height: 0;
    padding: 25px;
    transition: all 0.50s;
}

.hp_video_close:hover {
    background-color: #ffffff;
    color: #ed1c24 !important;
}

/* contact */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/19455/image/D_CTA-BG.jpg) center / cover no-repeat;
}

.index_wrapper_7 .row.outerRow_7 {
    align-items: center;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    gap: 15px;
}

.hp_contact_list {
    gap: 15px;
}

.hp_contact_list_box {
    gap: 15px;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

.hp_contact_list_box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hp_contact_list_box i {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 100%;
    width: 0;
    height: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.hp_contact_list_box h3 {
    font-size: 16px;
    line-height: normal;
}

.index_wrapper_7 #index_8 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_7 .contact_map {
    margin-bottom: 0 !important;
    display: flex;
}

.index_wrapper_7 .contact_map iframe {
    height: 500px;
}

/* footer */

.footer_type3 {
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.footer_type3 .col-12.col-md-9 {
    padding: 15px;
}

.footer_type3 p.mb-2, .footer_type3 .text-left.d-flex.mb-2, .footer_type3 .text-left.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.d-flex.mb-2 div, .footer_type3 .text-left.mb-2 a {
    margin-right: 0 !important;
}

.footer_type3 a:hover {
    color: #ed1b24;
}

.footer_type3 p {
    margin-bottom: 0;
}

.footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

.footer_type3 .social_media {
    margin-bottom: 0;
    height: 100%;
    align-items: center;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    background-color: #1877F2;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.footer_type3 .social_media li a:hover {
    background-color: #ed1b24;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_category #category_2, #main_ourproducts #ourproducts_2, #main_ourproducts #ourproducts_4 {
    padding-right: 3.25vw !important;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#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;
}

/* */

/* tablet */

@media (min-width:768px) and (max-width:1140px) {

/* why */

.hp_why {
    gap: 50px;
}

/* product */

.glass-product-section {
    padding: 0 15px;
}

/* work */

.hp_work_video_box {
    transform: translate(-25px, calc(-50% - 50px));
}

.hp_video_popup_content {
    width: calc(100% - 25%);
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #000000;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #000000;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ed1c24 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ed1c24;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ed1c24;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ed1c24;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_table {
    align-items: flex-end !important;
}

.hp_banner_content {
    margin-top: 0;
}

.hp_banner_content h2 {
    font-size: 65px;
}

/* about */

.hp_title {
    line-height: 1;
}

/* why */

.hp_why_content {
    width: calc(100% - 50px);
    padding: 7.5px 0 0;
}

.hp_why {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 15px;
}

.hp_why_box {
    flex-direction: column;
}

/* product */

.glass-product-section {
    padding: 0 45px;
}

/* work */

.hp_work_video_box {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hp_video_popup_content {
    width: calc(100% - 15px);
}

/* contact */

.index_wrapper_7 .contact_map iframe {
    height: 250px;
}

/* footer */

.footer_type3 {
    padding-bottom: 50px;
}

.footer_type3 .col-12.col-md-9 {
    text-align: center;
}

.footer_type3 .text-left.d-flex.mb-2 {
    justify-content: center;
}

.footer_type3 .text-left.mb-2 {
    text-align: center !important;
}

.footer_type3 .social_media {
    justify-content: center;
}

/* page */

#main_category #category_2, #main_ourproducts #ourproducts_2, #main_ourproducts #ourproducts_4 {
    padding-right: 0 !important;
}

}

/* */