@font-face {
    font-family: "AccentGraphicBold";
    src: url("../fonts/fonnts.com-accentgraphicmd.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

.arsenal-regular {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.arsenal-bold {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.arsenal-regular-italic {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.arsenal-bold-italic {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* html {
    scroll-behavior: smooth;
} */


:root {

    --bs-body-font-family: "AccentGraphicBold", Arial, sans-serif;
    --bs-font-arsenal: "Arsenal", sans-serif;
    --bs-primary: #C59508;
    --bs-primary-rgb: 197, 149, 8;
    --bs-dark: #0A0A0A;
    --bs-dark-rgb: 10, 10, 10;
    --bs-light: #FAF2E1;
    --bs-light-rgb: 250, 242, 225;


}

body {
    background: rgba(244, 243, 237, 1) !important;

}

body,
html {
    height: 100%;
}

a {
    color: var(--bs-dark) !important;
    text-decoration: none !important;
}

#wrapper {
    overflow: hidden;

}

/* ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--bs-dark);
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
} */

@media (min-width: 1600px) {
    .container {
        max-width: 1600px !important;
        /* set what you want */
    }
}

.product-carousel .owl-nav {
    display: none;
}

.product-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4rem;
}

.product-carousel .owl-dots .owl-dot {
    background-color: #0000002a;
    width: 40px;
    height: 2px;
    margin: 0px;
}

.product-carousel .owl-dots .active {
    background-color: var(--bs-primary);
    width: 20px
}

button,
input,
select,
textarea,
.btn,
.form-control,
.form-select {
    font-family: var(--bs-font-arsenal) !important;
}

.container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.btn .arrow {
    float: right;
    margin-left: 8px;
    margin-top: 6px;
    width: 10px;
    height: 10px;
    background-image: url('../img/button_arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn .arrow-dark {
    background-image: url('../img/button_arrow_dark.svg');
}

.button {
    border: solid 1px var(--bs-dark);
    color: var(--bs-dark);
    border-radius: 50rem;
    font-size: 14px;
    font-family: var(--bs-font-arsenal);
    padding: 0.35rem 1rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

@media (hover: hover) {
    .button.button--stroke:hover {
        color: var(--bs-light) !important;
        text-decoration: none;
    }
}

.button--stroke:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.button--stroke:after {
    border: 0.125rem solid var(--color-surface-white);
    border-radius: 6.25rem;
    content: "";
    pointer-events: none;
}

.button__label {
    position: relative;
    text-align: center;
    transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover .button__label {
    transition: color 0.15s var(--ease-in-out-quart);
}

.button__flair {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}


.button--stroke .button__flair {
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform;
}

.button__flair:before {
    aspect-ratio: 1/1;
    background-color: var(--bs-dark);
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 170%;
}

.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.pre-loader img {
    height: 100px;
}

.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
}

.loader-wrap .loader-wrap-heading .logo {
    height: 100px;
}