@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap);
* {
    font-family: Rubik, sans-serif
}

body,
html {
    overflow-x: hidden;
    width: 100%
}

.container {
    max-width: 1280px;
    margin: auto;
}

.language-switcher+.btn-custom {
    margin-left: 15px
}

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 931;
    background-color: #fff;
    padding: 20px 0
}

.fixed-navbar>.container-fluid {
    max-width: 1280px
}

ul.navbar-nav {
    padding-right: 35px !important;
    display: flex !important;
    column-gap: 10px !important;
}

.banner {
    position: relative;
    text-align: center;
    margin-top: 90px
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #1d1d1b
}

.navbar-nav .nav-item:last-child {
    margin-right: 0
}

.language-switcher .lang-active {
    font-weight: 700;
    color: #000
}

.language-switcher .lang-inactive {
    color: gray;
    opacity: .7;
    cursor: pointer
}

.language-switcher+.btn-custom {
    margin-left: 15px
}

.lang-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1000
}

.language-switcher.open .lang-dropdown {
    display: block
}

.language-switcher {
    position: relative;
    cursor: pointer
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0
}

.navbar .btn-custom {
    margin-left: 25px
}

.language-switcher .lang-active {
    font-weight: 700;
    color: #000
}

.language-switcher .lang-inactive {
    color: gray;
    opacity: .7;
    cursor: pointer
}

.language-switcher+.btn-custom {
    margin-left: 15px
}

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#whatsapp-icon svg {
    width: 60px;
    height: 60px
}

button.navbar-toggler.d-lg-none {
    border: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.btn-custom {
    width: 118px;
    height: 43px;
    border-radius: 4px;
    background-color: #fa7023;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 12px 32px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

ul.navbar-nav {
    padding-right: 20px
}

.btn-custom:hover {
    background-color: #cc622c;
    transform: scale(1.05);
    color: #fff
}

.mobile-menu {
    transform: translateX(100%);
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    padding: 20px
}

.mobile-menu.show {
    transform: translateX(0);
    opacity: 1
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 30px
}

.close-btn {
    font-size: 32px;
    font-weight: 700;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #333
}

.mobile-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    flex-grow: 0
}

.mobile-menu-links li {
    margin: 20px 0
}

.mobile-menu-links a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
    transition: color .3s
}

.mobile-menu-links a:hover {
    color: #fa7023
}

.mobile-menu-social {
    margin-top: 40px;
    text-align: center;
    color: #aaa;
    font-size: 16px
}

.mobile-menu-social p {
    margin-bottom: 10px
}

.mobile-menu-social .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 22px
}

.mobile-menu-social .social-icons i {
    color: #bbb;
    cursor: pointer;
    transition: color .3s
}

.mobile-menu-social .social-icons i:hover {
    color: #fa7023
}

.mobile-menu-header .language-switcher {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1d1d1b
}

.mobile-menu-header .language-switcher:hover {
    color: #fa7023
}

.menu-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px
}

.hero {
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 1920/600!important;
    position: relative;
    background: url(img/banner-img.webp) no-repeat center center/cover;
    width: 100%;
    max-width: 1872px;
    height: 417px!important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.hero .container {
    position: relative;
    z-index: 2
}

.hero h1 {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -3%;
    margin-bottom: 10px
}

.hero p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0
}

.footer {
    background-color: #1f1f1f;
    color: #fff;
    padding: 40px 0
}

.footer-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-logo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #bababa;
    margin-top: 20px;
    max-width: 290px
}

.footer-links {
    display: flex;
    width: 70%;
    gap: 80px
}

.footer-left {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 180px
}

.footer-links div {
    width: 23%;
    margin-bottom: -18px
}

.footer-links h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px
}

.footer-links ul {
    list-style-type: none;
    padding: 0
}

.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px
}

.footer-links li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.footer-links li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #bababa;
    text-decoration: none;
    flex-grow: 1
}



.footer-bottom {
    width: 100%;
    margin-top: 20px;
    font-size: .9em;
    color: #bbb
}
.page-banner-title-and-breadcrumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    left: 0;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
    padding: 0 16px;
    padding-top: 90px;
}

.page-banner-breadcrumb::-webkit-scrollbar
{
    display: none;
}

.footer-separator {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    margin-bottom: 10px
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.footer-brand img {
    height: 24px
}

.product-container {
    margin-top: 40px;
    padding-left: 200px
}

.product-image-wrapper {
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-gallery-area {
    border: 1px solid #DFDFDF;
}

.product-gallery-image {
    border-radius: 4px !important;
    overflow: hidden;
}

.product-gallery-image, .product-gallery-image img {
    aspect-ratio: 2/1.5;
    object-fit: contain;
}

.product-gallery-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    pointer-events: none;
}

    .product-gallery-carousel .owl-nav button {
        width: 48px;
        height: 48px;
        display: flex !important;
        justify-content: center;
        margin: 0 !important;
        border: 1px solid #E9E9E9 !important;
        align-items: center;
        border-radius: 50px !important;
        pointer-events: auto !important;
        position: relative;
        background: #fff;
        transition: .4s;
    }
        .product-gallery-carousel .owl-nav button span {
            display: none;
        }

    .product-gallery-carousel .owl-nav .owl-prev::after {
        content: "\f053";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
    }

    .product-gallery-carousel .owl-nav .owl-next::after {
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
    }

    .product-gallery-carousel .owl-nav button:hover {
        background: #FA7023 !important;
        border: 1px solid #FA7023!important;
    }

    .product-gallery-carousel .owl-nav button:hover::after {
        color: #fff!important;
    }

.product-gallery-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: max-content;
    max-width: 100%;
}

    .product-gallery-carousel .owl-dots button span {
        border: 1px solid #8C8C8C;
        margin: 0 !important;
        background: #fff !important;
        width: 8px !important;
        height: 8px !important;
    }

    .product-gallery-carousel .owl-dots button.active span {
        width: 12px !important;
        height: 12px !important;
        background: #FA7023 !important;
        border: 1px solid #FA7023 !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-color: #fff;
        border: 1px solid #c4c4c4;
        border-radius: 50%;
        padding: 12px;
        width: 40px;
        height: 40px;
        background-size: 60% 60%
    }

#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#whatsapp-icon svg {
    width: 60px;
    height: 60px
}

.product-info {
    margin-bottom: 200px;
    text-align: left
}

.product-info h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0
}

.product-info ul {
    list-style: none;
    padding-left: 0
}

.product-info ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px
}

.product-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #ff6b00;
    border-radius: 50%
}

.product-asc {
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: left
}

.product-asc i {
    margin-right: 5px
}

.product-asc strong {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6c6c6c
}

.product-asc p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #929292;
    margin-top: 10px;
    max-width: 500px
}

.carousel-indicators {
    bottom: -30px;
    justify-content: center;
    margin-top: 20px
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c4c4c4;
    opacity: 1;
    margin: 0 4px;
    border: none
}

.carousel-indicators .active {
    background-color: #ff6b00
}

@media (max-width:768px) {
    .navbar-nav .nav-item {
        margin-right: 10px
    }
    .navbar-nav .nav-link {
        font-size: 12px
    }
    .language-switcher {
        font-size: 14px
    }
    .navbar .btn-custom {
        align-items: center
    }
    .navbar-brand img {
        margin-left: 18px
    }
    .hero h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
    .hero p {
        font-size: 16px;
        text-align: center
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
    .product-container {
        padding: 0 20px
    }
    .product-image-wrapper {
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 30px
    }
    .product-img {
        width: 100%;
        height: auto;
        border-radius: 8px
    }
    .product-info {
        margin-bottom: 40px;
        text-align: left
    }
    .product-asc p {
        max-width: 100%
    }
    .custom-carousel-icon svg {
        width: 32px;
        height: 32px
    }

    .page-banner-breadcrumb {
        padding: 0 20px;
        flex-wrap: nowrap;
        display: flex;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .d-lg-none {
        display: none!important
    }
    S .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .navbar .d-flex.align-items-center {
        align-items: center;
        justify-content: center;
    }
    .hero h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center
    }
    .hero p {
        font-size: 16px;
        text-align: center
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

@media (max-width:1450px) {
    .navbar-nav .nav-item {
        margin-right: 10px
    }
    .language-switcher {
        margin-right: 10px
    }
    .navbar .btn-custom {
        margin-left: 10px
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left
    }
    .footer-container {
        flex-direction: column;
        width: 90%;
        padding: 0 10px
    }
    .footer-left {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start
    }
    .footer-logo p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
        width: 100%
    }
    .footer-links div {
        width: 100%
    }
    .footer-links h4 {
        font-size: 18px;
        line-height: 22px
    }
    .footer-links li {
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
        margin-bottom: 20px
    }
    .footer-links li a {
        font-size: 16px
    }
    .footer-bottom {
        font-size: 14px;
        text-align: left
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}