:root {
    --main-color: #034233;
    --secondary-color: #BC9F15;
}

.bg-primary-solid {
    background: var(--main-color);
}

.butn {
    background: white;
    color: var(--main-color);
    font-weight: 700;
}

.butn:before {
    background: var(--secondary-color);
    color: var(--main-color);
}

.butn.style-one.fill {
    background: var(--main-color);
}

.navbar-toggler:before {
    background: var(--secondary-color)
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--secondary-color);
}

@media screen and (max-width: 991px) {
    .navbar-toggler:after {
        border-top: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }
}

.left-overlay-dark[data-overlay-dark]:before {
    background: var(--main-color);
}

.primary-overlay[data-overlay-dark]:before {
    background: linear-gradient(-45deg, #3a2f02, var(--secondary-color));
}

.butn.white {
    color: var(--main-color);
}

.bg-primary {
    background: var(--main-color);
    background-color: var(--main-color) !important;
}

.bg-secondary {
    background: var(--secondary-color);
    background-color: var(--secondary-color) !important;
}

.page-title-section ul li:before {
    background: var(--main-color);
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: var(--main-color) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
    background: var(--main-color);
    border-color: var(--main-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.text-primary {
    color: var(--main-color) !important;
}

.title-font {
    font-family: 'Poppins', sans-serif !important;
}

.display-5 {
    font-weight: 700;
    font-size: 2.5rem;
}

.font-landing {
    font-size: 17px;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.butn.style-two.reverse:hover, .butn.style-two.reverse:focus {
    background: var(--secondary-color);
    font-weight: 600;
}

.scroll-to-top {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.butn.style-two.reverse {
    line-height: 20px;
}

.transparent-header.scrollHeader .navbar-nav>li>a {
    color: var(--main-color);
}

.badge-primary-soft {
    background-color: var(--main-color);
    color: white;
}

.img-featured {
    border-radius: 20px;
    max-height: 648px;
    object-fit: contain;
}

.img-main-banner {
    border-radius: 50px;
}

@media screen and (min-width: 1900px) {
    .display-lg-10 {
        font-size: 2.9rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 900px) {
    .display-lg-10 {
        font-size: 2.2rem;
    }
    .img-main-banner {
        max-height: 500px;
    }
}

@media screen and (min-width: 1520px) {
    .display-lg-10 {
        font-size: 39px;
    }
}

#product .first-row img {
    height: 285px;
}

#product .second-row img {
    height: 167px;
}

.page-title-section {
    margin-top: 0 !important;
}

.card-style07 i {
    color: var(--main-color);
}

.card-style07:hover {
    background: linear-gradient(-45deg, #3a2f02, var(--secondary-color));
}

#preloader:before, #preloader:after {
    border: 3px solid var(--main-color);
}

[data-bs-theme=dark] {
    color-scheme: light;
}

@media screen and (max-width: 600px) {
    .img-main-banner {
        height: 230px;
    }
}