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

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

html {
    height: 100lvh;
    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;
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter";
    overflow: hidden;
}

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

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    color: var(--bs-primary) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    color: var(--bs-secondary) !important;
}

.bg-primary-panel {
    background-color: #51aac5dd;
    backdrop-filter: blur(4px);
}

.bg-secondary-panel {
    background-color: #ffffffdd;
    backdrop-filter: blur(4px);
}

.bg-glass {
    background-color: #ffffffaa !important;
    backdrop-filter: blur(10px);
}

.navbar {
    z-index: 999;
}

.navbar.scrolled {
    position: fixed !important;
    top: 0;
    animation: animate-slidein 0.3s ease-in-out;
}

.navbar .navbar-toggler {
    border: 2px solid var(--bs-primary);
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(225, 0, 133,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #e1008580;
}

.navbar-collapse.collapse,
.navbar-collapse.collapse.show {
    height: 128px;
    transition: all 0.5s linear;
}

@media screen and (max-width: 992px) {
    .navbar-collapse.collapse.show {
        height: 100dvh;
        transition: all 0.5s linear;
    }
}

.section {
    z-index: 2;
}

.section.sticky-top {
    z-index: 1;
}

.section-top {
    margin-top: 130px;
}

.bg-media {
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}

.bg-accent {
    background: #fadda3;
}

.text-accent {
    color: #fadda3;
}

.navbar-logo {
    height: 100px;
    object-fit: contain;
}

.home-hero {
    position: relative;
    height: 80vh;
}

.home-hero img {
    transition: all 3s ease-in-out;
}

.home-hero div:hover img {
    width: 125%;
    height: 125%;
}

.home-hero .hero-front {
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    padding: 0;
    padding-left: 50%;
    z-index: 2;
    border-radius: 1rem;
    object-fit: contain;
    transform: translate(-10%, -10%);
    overflow: hidden;
}

.home-hero .hero-back {
    position: absolute;
    right: 0;
    left: 50%;
    height: 100%;
    padding: 0;
    padding-left: 75%;
    z-index: 1;
    border-radius: 1rem;
    transform: translate(-50%, 0);
    overflow: hidden;
}

.hero-image {
    position: absolute;
    width: 110%;
    height: 110%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .home-hero {
        position: relative;
        height: 70vh;
    }

    .home-hero .hero-front {
        top: 50%;
        height: 50%;
        transform: translate(0, -10%);
    }

    .home-hero .hero-back {
        position: absolute;
        height: 100%;
        transform: translate(-40%, 0);
    }
}

.marquee {
    width: 100%;
    padding: 16px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    z-index: 5;
}

.marquee-wrapper {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s;
    animation: animate-marquee 30s linear infinite;
}

.marquee:hover .marquee-wrapper {
    animation-play-state: paused;
}

@keyframes animate-marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate-slidein {
    from {
        top: -50px;
    }
    to {
        top: 0;
    }
}

.tilted-div {
    transform: translate(-20px, 20px) rotate(-5deg);
    width: calc(100% + 60px) !important;
    max-height: 120px;
    height: calc(100% + 35px);
    position: relative;
    transition: all 0.3s;
}

.tilted-div .content {
    transform: translate(-10px, 0) rotate(5deg);
    transition: all 0.3s;
    user-select: none;
}

.product-card {
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
}

.product-card .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card img {
    height: 100%;
    width: 100%;
    transition: 3s ease-in-out;
    object-fit: cover;
}

.product-card:hover img {
    height: 120%;
    width: 120%;
}

.testimonial-icon {
    height: 100px;
    width: 100px;
}

.testimonial-icon svg {
    height: 90px;
    width: 90px;
}

.contact-map {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.contact-map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    z-index: 5;
}

.contact-request-icons svg {
    width: 100px;
    height: 100px;
    fill: var(--bs-primary);
}
