@font-face {
    font-family: "BebasRegular";
    src: url("/fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}
:root {
    --accent: #2337ff;
    --accent-dark: #000d8a;
    --black: 15, 18, 25;
    --gray: 96, 115, 159;
    --gray-light: 229, 233, 240;
    --gray-dark: 34, 41, 57;
    --gray-gradient: rgba(var(--gray-light), 50%), #fff;
    --box-shadow:
        0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%),
        0 16px 32px rgba(var(--gray), 33%);
}
body {
    font-family: "Atkinson", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background: linear-gradient(var(--gray-gradient)) no-repeat;
    background-size: 100% 600px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: rgb(var(--gray-dark));
    font-size: 20px;
    line-height: 1.7;
    background: black;
    color: white;
}
main {
    width: 720px;
    max-width: calc(100% - 2em);
    margin: auto;
    padding: 3em 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5rem 0;
    color: rgb(var(--white));
    line-height: 1.2;
}
h1 {
    font-size: 3.052em;
}
h2 {
    font-size: 2.441em;
}
h3 {
    font-size: 1.953em;
}
h4 {
    font-size: 1.563em;
}
h5 {
    font-size: 1.25em;
}
strong,
b {
    font-weight: 700;
}
a {
    color: var(--accent);
}
a:hover {
    color: var(--accent);
}
p {
    margin-bottom: 1em;
}
.prose p {
    margin-bottom: 2em;
}
textarea {
    width: 100%;
    font-size: 16px;
}
input {
    font-size: 16px;
}
table {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
code {
    padding: 2px 5px;
    background-color: rgb(var(--gray-light));
    border-radius: 2px;
}
pre {
    padding: 1.5em;
    border-radius: 8px;
}
pre > code {
    all: unset;
}
blockquote {
    border-left: 4px solid var(--accent);
    padding: 0 0 0 20px;
    margin: 0px;
    font-size: 1.333em;
}
hr {
    border: none;
    border-top: 1px solid rgb(var(--gray-light));
}
@media (max-width: 720px) {
    body {
        font-size: 18px;
    }
    main {
        padding: 1em;
    }
}

.sr-only {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

h2 {
    color: rgba(248, 245, 242, 1);
    border-bottom: 2px solid rgba(226, 81, 17, 1);
    display: inline-block;
    padding-bottom: 10px;
    font-family: "BebasRegular";
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
}

h4 {
    color: rgba(248, 245, 242, 1);
    border-bottom: 2px solid rgba(226, 81, 17, 1);
    display: inline-block;
    padding-bottom: 10px;
    font-family: "BebasRegular";
    text-transform: uppercase;
    font-size: 20px;
}

hr {
    margin-bottom: 20px;
    border-color: #b2b2b2;
    margin: -9px 0 0;
}

.primary-button {
    background: #e25111;
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.parallax-foto {
    margin-top: 2rem;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.navlink {
    font-family: "BebasRegular";
    text-transform: uppercase;
}

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

a:hover {
    color: #e25111;
}

li {
    text-decoration: none;
}

.home-section {
    position: relative;
    height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#masmesa-widget {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.widget-wrapper {
    z-index: 1000;
    position: relative;
    width: 100vw;
    height: 100%;
    width: 100%;
    height: 100%;
}

.carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-radius: 0;
    z-index: 1;
}

.carousel-img.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    font-size: 2.5rem;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition:
        opacity 0.3s,
        background 0.2s,
        color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel:hover .carousel-arrow {
    opacity: 1;
}

.carousel-arrow.left {
    left: 2vw;
}

.carousel-arrow.right {
    right: 2vw;
}

.carousel-arrow:hover {
    background: #e25111;
    color: #fff;
}

.home-cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    display: flex;
    justify-content: center;
    z-index: 4;
}

.primary-button {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 0;
    border: 0;
    font-size: 14px;
}

.cta-btn {
    background: #e25111;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 4;
}

.home-cta-icon {
    font-size: 1.5em;
    margin-right: 0.5em;
    vertical-align: middle;
    color: #fff;
}
