@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter/Inter-VariableFont_slnt_wght.ttf");
}

@font-face {
    font-family: "Cinzel";
    src: url("/fonts/Cinzel/Cinzel-Regular.ttf");
}

html {
    width: 100vw !important;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

*,
*::before,
*::after {
    outline-style: none;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    scroll-behavior: smooth;
    -webkit-app-region: no-drag;
}

*:focus,
*:active {
    outline-style: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: inherit;
    color: var(--bs-white);
    background: var(--bs-yellow);
}

::selection {
    color: inherit;
    color: var(--bs-white);
    background: var(--bs-yellow);
}

.row {
    --bs-gutter-x: 0 !important;
}

.section {
    max-width: 100%;
    width: 100%;
}

.cinzel {
    font-family: "Cinzel", cursive;
}

.text-gold {
    color: #daa520;
}

.text-shadow {
    text-shadow: 1px 1px 2px #00000080;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter";
    font-weight: 500;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

a.btn {
    text-decoration: none !important;
}

a,
.btn-link {
    text-decoration: none;
    font-weight: 600;
}

a:hover,
.btn-link:hover {
    text-decoration: underline;
}

.column-count-2 {
    column-count: 2;
}

@media screen and (max-width: 992px) {
    .column-count-2 {
        column-count: 1;
    }
}

.list-group li {
    background-color: transparent;
}

.navbar {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #daa520ba;
}

.toast-container {
    z-index: 9999;
}

.modal {
    background-color: #00000080;
    z-index: 9995;
}

.card {
    border: 0 !important;
}

section.hero {
    min-height: 450px;
}

.hero-home {
    height: calc(100vh - 280px);
    min-height: 450px;
}

.home-hero-column {
    float: left;
    flex: 1;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    min-height: 450px;
    z-index: 2;
}

.home-hero-carousel {
    float: left;
    height: 100%;
    width: 60%;
    max-width: 60vw;
    z-index: 1;
    overflow: hidden;
}

.home-hero-carousel .carousel-image {
    height: calc(100vh - 280px);
    min-height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-hero-carousel-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-hero-carousel-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-call {
    width: 100%;
    color: #daa520;
    flex: 1;
}

.hero-ribbon {
    flex: 1;
    width: calc(100% + 30px);
    padding: 60px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 8px 8px #00000030;
    color: #ffffff;
    z-index: 30;
}

.hero-ribbon-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #daa520ba;
}

.hero-ribbon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top: 15px solid #900000;
    border-left: 15px solid #900000;
    background-color: transparent;
}

.hero-call-icon {
    height: 60px;
    width: 60px;
    border: 2px solid #daa520;
    border-radius: 50%;
}

.hero-call-icon svg {
    height: 36px;
    width: 36px;
    fill: #daa520;
}

.hero-link {
    text-decoration: none;
    color: #daa520;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .hero-home {
        height: auto;
    }

    .home-hero-column {
        height: calc(100vh - 280px);
        min-height: auto;
        flex: none;
    }

    .hero-ribbon {
        height: auto;
        width: 100vw !important;
    }

    .hero-ribbon::after {
        content: "";
        border: 0 !important;
    }

    .home-hero-carousel {
        height: 450px;
        width: 100vw;
        max-width: 100vw;
    }

    .home-hero-carousel .carousel-image {
        height: 450px;
        width: 100%;
        border-radius: 0 !important;
    }
}

.page-hero-column {
    position: sticky;
    float: left;
    top: 0;
    width: 40%;
    height: 100%;
    min-height: 450px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    z-index: 2;
}

.page-hero-wrapper {
    position: relative;
    background-color: #f5e8cc;
    float: left;
    padding: 60px;
    width: 60%;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .page-hero-column {
        position: relative;
        top: 0;
        width: 100vw;
        height: auto;
        min-height: auto;
        flex: none;
    }

    .hero-ribbon {
        height: auto;
        width: 100%;
    }

    .hero-ribbon::after {
        content: "";
        border: 0 !important;
    }

    .page-hero-wrapper {
        min-height: 450px;
        width: 100%;
        border-radius: 0 !important;
    }
}

.home-about {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about-container {
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #daa520ba;
}

.product-image {
    height: 320px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.product-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}

.product-image img:hover {
    transform: scale(1.2);
}

.contact-form-icon svg {
    height: 150px;
    width: 150px;
    fill: var(--bs-primary);
    object-fit: cover;
}
