/* desktop */

body {
    color: #090d10;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header {
    background-color: #e49e24;
}

.hp_header_content {
    font-size: 1vw;
    gap: 1vw;
}

.hp_header_content p:first-child {
    flex: none;
}

.hp_line {
    height: 1px;
}

.hp_header_content_contact {
    gap: 1vw;
}

.hp_header_content_contact div {
    gap: 1vw;
    width: max-content;
}

.hp_header_content_contact i {
    background-color: #e80303;
    padding: 1vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #090d10;
}

.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: 3.25vw;
}

.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: #ffffff;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: clamp(35px, 4.5vw, 60px);
    line-height: 1;
}

.hp_banner_content h2 strong span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

.hp_banner_content_bottom {
    gap: 15px;
}

.hp_banner_content_bottom div a {
    display: flex;
}

.hp_banner_content_bottom div a:hover img {
    transform: scale(0.95);
}

/* why */

.index_wrapper_3 {
    margin-top: -100px;
    background-color: #090d10;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    border: 1px solid #666666;
    background-color: #090d10;
    border-radius: 25px;
    padding: 50px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: auto 75px;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content img {
    max-width: 25px;
    max-height: 25px;
}

/* about */

.index_wrapper_4 {
    background-color: #090d10;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-top: 15px !important;
    padding-right: 15px !important;
}

.index_wrapper_4 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_subtitle {
    gap: 15px;
}

.hp_subtitle img {
    max-width: 25px;
}

.hp_subtitle h3 {
    font-size: 20px;
    line-height: normal;
    color: #e49e24;
}

.hp_title {
    font-size: 50px;
    line-height: normal;
}

.hp_title strong {
    font-weight: 900;
}

.hp_button a button {
    transition: all 0.50s;
    border: 0;
    background-color: #e80303;
    color: #ffffff;
    padding: 5px 25px 5px 15px;
    border-radius: 0 100px 100px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #ffffff;
    color: #e80303;
}

.hp_button a:hover button i {
    animation: 1s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    to {
        transform: rotate(360deg);
    }
}

/* product */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.hp_product_content .hp_title strong span {
    color: #e49e24;
}

.glass-product-section {
    background: transparent;
    padding: 0;
}

.glass-product-section .slick-arrow {
    width: auto;
    height: auto;
}

.glass-product-section .slick-arrow::before {
    padding: 25px;
    text-shadow: none;
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.glass-product-section .slick-arrow:hover:before {
    color: #e49e24;
    border-color: #e49e24;
}

.glass-product-section .slick-prev {
    left: -25px;
    transform: translate(-50%, -50%);
}

.glass-product-section .slick-next {
    right: -25px;
    transform: translate(50%, -50%);
}

.glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3.mb-4 {
    margin-bottom: 0 !important;
    padding: 15px;
    max-width: 100%;
}

.glass-product-card {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    border-radius: 15px;
    border: 0;
    transition: inherit;
    box-shadow: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.glass-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2.5px;
    border-radius: 15px;
    background: linear-gradient(to left, #c69038, #eddbbf, #c69038);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.glass-product-card:hover {
    transform: none;
    box-shadow: none;
}

.glass-product-card .status.new {
    display: none;
}

.glass-product-card .product-image-wrap img {
    border-radius: 15px;
}

.glass-product-card:hover .product-image-wrap img {
    transform: scale(1);
}

.glass-product-card .product-content {
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.glass-product-card .product-category {
    color: #090d10;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 0;
}

.glass-product-card .product-title {
    display: none;
}

.glass-product-card .price-area {
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
}

.glass-product-card .current-price {
    font-weight: normal;
}

.glass-product-card .current-price a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.glass-product-card .current-price a:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.glass-product-card .current-price a:hover:before {
    animation: 1s linear hp-rotate infinite;
}

.glass-product-card .current-price a:hover {
    color: #090d10;
}

.glass-product-card .original-price {
    display: none;
}

/* service */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #090d10;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 25px;
}

.hp_service_content .hp_title strong span {
    color: #e49e24;
}

.service_type4 .col-6.col-md-3 {
    padding: 15px;
}

.service_type4 .service_box_type4 {
    margin-bottom: 0;
    position: relative;
}

.service_type4 .service_box_type4:before {
    content: '';
    background-color: #e80303;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 50%;
    z-index: 1;
    transition: all 0.50s;
}

.service_type4 .service_box_type4:hover:before {
    height: 100%;
}

.service_type4 .service_box_type4 .img_frame {
    height: auto;
    padding-bottom: 100%;
}

.service_type4 .service_box_type4 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

.service_type4 .service_box_type4 .img_frame .overlay {
    position: static;
    transform: none;
}

.service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: rgba(0, 0, 0, 0);
}

.service_type4 .service_box_type4 .img_frame .box {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    padding: 25px;
    background: linear-gradient(transparent, rgba(9, 13, 16, 0.75));
}

.service_type4 .service_box_type4 .img_frame:hover .box {
    top: auto;
    left: 0;
    transform: none;
}

.service_type4 .service_box_type4 .img_frame .box p {
    max-height: 100%;
    position: static;
    transform: none;
    margin-bottom: 0;
    text-align: left !important;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service_type4 .service_box_type4 .img_frame .box p br {
    display: none;
}

.service_type4 .service_box_type4 .img_frame .box p .btn.general_btn {
    border: 0;
    color: #b3b3b3;
    font-size: 16px !important;
    text-align: left;
    padding: 0;
    line-height: normal;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service_type4 .service_box_type4 .img_frame .box p .btn.general_btn:hover {
    background-color: transparent;
    color: #e49e24;
}

.service_type4 .service_box_type4 .img_frame .box p .btn.general_btn:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.service_type4 .service_box_type4 .img_frame .box p .btn.general_btn:hover:before {
    animation: 1s linear hp-rotate infinite;
}

/* gallery */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333 ;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 25px;
}

.hp_gallery_content .hp_title strong span {
    color: #e49e24;
}

.hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .col-12 {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:hover {
    border-color: #e49e24;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -25px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -25px;
    transform: translate(50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(67%) sepia(96%)
            saturate(482%) hue-rotate(340deg) brightness(92%) contrast(94%);
}

.hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-slide div {
    display: flex;
    flex-direction: column;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    position: relative;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box:before {
    content: '';
    background-color: #e80303;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 50%;
    z-index: 1;
    transition: all 0.50s;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box:hover:before {
    height: 100%;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box:after {
    content: '';
    background: linear-gradient(transparent, rgba(9, 13, 16, 0.75));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box p.text-center {
    color: #ffffff;
    margin-bottom: 0;
    text-align: left !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 1;
}

/* contact */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/28572/image/f-contact-img.jpg)
                left / cover no-repeat;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content .hp_title strong span {
    color: #e49e24;
}

.hp_contact_content_bottom {
    gap: 15px;
}

.hp_contact_content_bottom a {
    display: flex;
}

.hp_contact_content_bottom div a:hover img {
    transform: scale(0.95);
}

/* footer */

.footer_type7 {
    background-color: #090d10;
    padding-bottom: 100px !important;
    padding-top: 100px !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type7 .logo {
    height: auto;
    padding-top: 0;
}

.footer_type7 .title {
    min-height: auto;
}

.footer_type7 .logo img {
    position: static;
    transform: none;
    max-height: 75px;
}

.footer_type7 p {
    margin-bottom: 0;
}

.footer_type7 .title h5 {
    font-weight: bold;
    line-height: normal;
    color: #e49e24;
}

.footer_type7 .list-unstyled {
    margin-bottom: 0;
}

.footer_type7 a:hover {
    color: #e49e24;
}

.footer_type7 .list-unstyled li a p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .location {
    margin-bottom: 0 !important;
}

.footer_type7 .location .d-flex {
    gap: 15px;
    align-items: baseline;
}

.footer_type7 .location i {
    margin-top: 0;
    margin-right: 0;
    width: 25px;
}

.footer_type7 .list-unstyled li.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .list-unstyled li.mb-1 a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    padding: 15px;
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}

.footer_type7 .copy_right.text-center.text-md-left p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    padding: 15px !important;
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}

.footer_type7 .social_media {
    padding-right: 0 !important;
}

.footer_type7 .social_media a {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #090d10;
    font-weight: 900;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    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 {
    margin: auto;
}

/* about */

.index_wrapper_4 .row.outerRow_4 {
    align-items: flex-end;
}

.index_wrapper_4 section .col-12.col-md-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_title {
    font-size: 45px;
}

/* product */

.glass-product-section .slick-arrow::before {
    padding: 15px;
    font-size: 16px;
}

.glass-product-section .slick-prev {
    left: -5px;
}

.glass-product-section .slick-next {
    right: -5px;
}

/* service */

.service_type4 .col-6.col-md-3 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

/* gallery */

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    padding: 10px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -5px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -5px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    width: 15px;
    height: 15px;
}

/* contact */

.index_wrapper_9 {
    background-position: 75%;
}

/* footer */

.footer_type7 .logo img {
    max-height: 55px;
}

.footer_type7 .location i {
    width: 30px;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #090d10;
    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: #ffffff;
    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: #090d10;
}

.side_menu input {
    border-radius: 15px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #090d10;
}

.side_menu input::placeholder {
    color: #090d10 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #090d10 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e49e24 !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #e49e24;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #e49e24;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #e49e24;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
    filter: brightness(0.75);
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content_bottom div a img {
    filter: inherit !important;
}

/* why */

.hp_why {
    margin: auto;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column
}

/* about */

.index_wrapper_4 #index_4 {
    padding-bottom: 15px !important;
    padding-right: 0 !important;
}

.hp_title {
    font-size: 35px;
}

/* product */

.glass-product-section {
    margin: auto 40px;
}

.glass-product-section .slick-arrow::before {
    padding: 15px;
    font-size: 16px;
}

.glass-product-section .slick-prev {
    left: -5px;
}

.glass-product-section .slick-next {
    right: -5px;
}

/* service */

.service_type4 .col-6.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* gallery */

.hp_photoGallerySliderWithTitle {
    margin: auto 40px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    padding: 10px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -5px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -5px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    width: 15px;
    height: 15px;
}

/* footer */

.footer_type7 .logo img {
    max-height: 55px;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    border-top: 0;
    margin-top: 0;
}

.footer_type7 .social_media a {
    justify-content: center;
}

}

/* */