:root {
    /*--cnvs-primary-font: "Roboto Slab", serif;*/
    --cnvs-primary-font: "Ivy Mode";
    --cnvs-body-font: "Open Sans", sans-serif;
}

body {
    /*font-family: 'Roboto Slab', serif;*/
    background-image: url("/static/img/boynuince_bg.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: "";
}

.page-banner {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, .35);
    pointer-events: none;
}

.is-expanded-menu #header.transparent-header.semi-transparent {
    --cnvs-header-bg: var(--cnvs-color-secondary);
}

.is-expanded-menu #header.homepage.transparent-header.semi-transparent {
    --cnvs-header-bg: rgba(255, 255, 255, 0.2);
}

ol.breadcrumb {
    justify-content: center;
}

.breadcrumb-item a, .breadcrumb-item {
    color: #fff;
    font-size: 1.3rem;
    font-family: var(--cnvs-primary-font);
    transition: .3s;
}

.breadcrumb-item a:hover {
    color: #d7d7d7;
}

.breadcrumb-item.active {
    color: #d5d5d5;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: ">";
}

.zeka-about .lh-base {
    line-height: 1.8 !important;
}

.zeka-about .display-5 {
    font-size: 2rem;
}

#footer {
    background-color: #fff;
}

.contact-info {
    display: flex;
    gap: .7rem;
}

.contact-info img {
    width: 40%;
    margin: 0 auto;
}

.contact-item {
    text-align: center;
    width: 30%;
    display: flex;
    flex-direction: column;
}

.contact-item a {
    font-size: 15px;
}

.section-padding {
    padding: 3rem 0;
}

.contact-form input, textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 12px;
    border: 1px solid #c2c2c2;
    border-radius: .5rem;
}

.social-icons {
    display: flex;
    gap: .5rem;
}

.social-icons a {
    transition: .3s;
    padding: 5px;
    border: 1px solid #838383;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.social-icons a:hover {
    opacity: .5;
}

.owl-nav button img {
    opacity: .75;
}

.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-next {
    right: 10%;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-prev {
    left: 10%;
}

.canvas-cursor-text {
    text-transform: capitalize !important;
}

.product-carousel .product .product-image {
    overflow: hidden;
    height: 350px;
}

.product-carousel .owl-item a {
    height: 100%;
}

.product-carousel .owl-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#wrapper, #content, .section {
    background-color: transparent;
}


.product-detail {
    /*background-color: #fff;*/
    padding: 120px 0;
}

h4.product-name {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 25px;
}

.product-info small {
    color: #646464;
    display: block;
    margin-bottom: 1rem;
}

.product-info .canvas-button {
    width: 100%;
    text-align: center;
}

.product-contact {
    padding-top: 1rem;
}

.product-contact ul {
    display: flex;
    justify-content: space-between;
}

.product-contact ul li {
    list-style: none;
}

.product-contact ul li a {
    font-size: 14px;
    color: #6b6b6b;
}

.product-thumb {
    margin-bottom: .7rem;
    border: 1px solid #838383;
    cursor: pointer;
}


.product-video iframe {
    width: 100%;
    height: 350px;
}

.product-section-divider {
    height: 1px;
    background-color: #d9d9d9;
}

.product-info {
    padding-top: 60px;
}

.map-btn-wrapper {
    padding: 1rem 0;
}