@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --primary_color: #ddb569;
    --text_color: #222222;
    --border_color:  #e6e6e6;
}

body {
    font-family: "Oswald", system-ui;
}


.home-slider-div {
    margin-top: 0 !important;
}

.home-slider-div .hero-slider-main{
    height: 100vh;
}

.hero-slider {
    border-radius: 0;
}

.hero-slider .owl-item .item::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, transparent, #000000);
    position: absolute;
    top: 0;
    left: 0;
}

.hero-slider .owl-item .item{
    align-items: center;
    padding: 30px 120px;
    height: 100vh;
}

.hero-slider .item-inner .title {
    color: #ffffff !important;
}

.hero-slider .item-inner .btn {
    background: var(--primary_color) !important;
    color: var(--text_color)
}

.slider-area-wrapper .item-inner .subtitle {
    color: #ffffff !important;
    font-weight: 300;
}

.sright-image::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, transparent, #000000);
    position: absolute;
    top: 0;
    left: 0;
}

.sright-image .inner-content {
    z-index: 1;
    bottom: 0%;
    top: auto;
}

.sright-image .inner-content p {
    font-weight: 300;
}

.sright-image .inner-content h4 {
    font-weight: 700;
}

.sright-image img {
    object-fit: cover;
    object-position: center;
}

.service-section .single-service {
    column-gap: 15px;
    align-items: center;
}

.single-service.single-service2 .content h6 {
    margin-bottom: 0;
}

.single-service img {
    margin-bottom: 0;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.product-card .product-thumb>img {
    height: 300px;
    object-fit: cover;
}

.product-card .product-category>a {
    color: var(--primary_color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-card .product-category {
    margin-bottom: 10px;
}

.product-card:hover, .brand-slider .slider-item a:hover, .genius-banner:hover {
    border-color: var(--primary_color) !important;
}

.product-card .product-title>a {
    font-size: 20px;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
    line-height: 30px;
}

.product-card .product-description {
    font-size: 14px;
    font-weight: 300;
    height: auto;
    margin-bottom: 10px;
}

.product-list-2 .product-card .product-thumb>img{
    object-fit: contain;
}

.product-list-3 .product-card .product-thumb>img{
    object-fit: fill;
}

.genius-banner {
    height: 200px;
}

.genius-banner img{
    height: 100%;
    object-fit: cover;
}

.genius-banner .inner-content{
    z-index: 1;
}

.genius-banner .inner-content p{
    color: var(--primary_color) !important;
}

.genius-banner::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.genius-banner .inner-content h4 {
    color: #ffffff;
}

.welcome-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.welcome-section .image-section img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.welcome-section .inner-content {
    padding: 50px 50px;
}

.welcome-section .inner-content .sub-title{
    color: var(--primary_color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.welcome-section .inner-content .title{
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome-section .inner-content .dec{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.welcome-section .inner-content .btn {
    background: var(--primary_color) !important;
    color: var(--text_color);
}

.product-category-section .btn {
    background: var(--primary_color) !important;
    color: var(--text_color);
    margin: 10px 0;
}

.product-category-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.product-category-section .section-title{
    border: none;
    display: block;
}

.product-category-section .section-title .h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-category-section .section-title .h3::before{
    display: none;
}

.product-category-section .product-card {
    border: 1px solid var(--border_color);
}

.product-category-section .product-card .product-title a{
    margin-top: 10px;
    color: var(--text_color) !important;
}

.product-category-section .product-card .product-description{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.product-category-section .product-card .product-thumb>img{
    object-fit: cover;
}

.product-detail-page .row .pro-details .product-thumbnails img{
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.product-detail-page .row .pro-details .details-page-top-right-content{
    height: auto;
    margin-top: 20px;
    padding: 30px;
}

.product-detail-page .row .pro-details .tex-dec p{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.product-detail-page .side-product-list a{
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: var(--text_color);
    background-color: var(--border_color);
    margin-bottom: 5px;
    border-radius: 5px;
}

.product-detail-page .side-product-list a:hover,.product-detail-page .side-product-list a.active{
    color: #ffffff;
    background-color: var(--primary_color);
}

.detail-relatedproduct-section {
    display: none;
}

.new-product-card {
    background-color: transparent;
    border: none;
}

.new-product-card .product-thumb{
    border-radius: 5px;
}

.new-product-card .product-card-body{
    width: 80%;
    z-index: 1;
    position: relative;
    margin: -30px auto 0;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.new-product-card:hover .product-card-body{
    background-color: var(--primary_color);
}

.new-product-card:hover .product-card-body .product-category>a{
    color: #ffffff;
}

@media (max-width: 991px){
    .detail-relatedproduct-section {
        display: block;
    }
    .product-detail-page .side-product-list {
        display: none;
    }
}

@media (max-width: 767px){
    .hero-slider .owl-item .item{
        padding: 30px 60px;
    }
    .welcome-section .image-section img {
        height: 300px;
    }
    .welcome-section .inner-content {
        padding: 30px 0px;
    }
    .welcome-section .inner-content .sub-title {
        margin-bottom: 5px;
    }
    .welcome-section .order-1 {
        order: 0 !important;
    }
    .welcome-section .order-0 {
        order: 1 !important;
    }
    .product-detail-page .row .pro-details .product-thumbnails img{
        max-height: none;
    }
    .product-detail-page .row .pro-details .details-page-top-right-content{
        padding: 20px;
    }
    .new-product-card .product-card-body{
        margin: -50px auto 0;
        width: 90%;
    }
}


/* General styling for navigation */
.site-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-menu li {
    position: relative;
    display: inline-block;
}

/* Style the main links */
.site-menu a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

/* Dropdown menu styles */
.site-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Show dropdown on hover */
.site-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

/* Submenus */
.site-menu .dropdown-menu .dropdown {
    position: relative;
}

.site-menu .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
    white-space: nowrap;
}

/* Show submenu on hover */
.site-menu .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.mobile-center {
    justify-content: center !important;
}

.project-contact-area {
    background: var(--primary_color);
    margin-top: 50px;
}

.project-contact-area .project-contact-item {
    padding: 50px 0;
    position: relative;
    z-index: 10;
}

.project-contact-area .project-contact-item .title {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

.project-contact-area .btn {
    background-color: var(--text_color) !important;
}

.footer-social-links a {
    background-color: var(--primary_color) !important;
}

@media (max-width: 767px) {
    .project-contact-area .project-contact-item .title {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }
}
.widget-title::after{
    background-color:var(--primary_color)!important;
}
.category-scroll {
    scrollbar-color: var(--primary_color) #e4e4e4!important;
    scrollbar-width: thin;
}
.widget-categories ul > li > a:hover{
    color:var(--primary_color)!important;
}