@import 'fonts/fonts.css';

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background: url('/images/bg.jpg') no-repeat top fixed;
    color: #4e4b48;
    font-family: Montserrat;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h2, h3, h4, p, span {
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

p, span {
    font-size: 12px;
}

.color-light-brown {
    color: #d5a886;
}

.button, .button-small {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    width: fit-content;
}

.button:hover {
    background-color: #fff;
    color: #4e4b48;
}

.button-small {
    font-size: 10px;
    padding: 8px 24px;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.stack, .stack-12 {
    display: flex;
    flex-direction: column;
}

.stack > :not(style) + :not(style) {
    margin: 24px 0 0;
}

.stack-12 > :not(style) + :not(style) {
    margin: 12px 0 0;
}

.stack-row, .stack-row-8 {
    display: flex;
    flex-direction: row;
}

.stack-row > :not(style) + :not(style) {
    margin: 0 0 0 24px;
}

.stack-row-8 > :not(style) + :not(style) {
    margin: 0 0 0 8px;
}

.contact-us {
    display: flex;
    flex-direction: column;
}

.contact-us > :not(style) + :not(style) {
    margin: 24px 0 0;
}

.contact-us-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-us svg {
    fill: #4e4b48;
}

.awards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
    margin: 0 auto;
    max-width: 450px;
}

.divider {
    background-color: #fff;
    height: 34px;
    position: relative;
    width: 100%;
}

.divider::after {
    background: url('images/divider.png') repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}

.award {
    max-width: 200px;
}

header {
    background: url('images/header.png') no-repeat center;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 16px;
    padding: 32px 16px;
}

.text-align-center {
    text-align: center;
}

.center {
    margin: 0 auto;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 600px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.padding-x-24 {
    padding: 0 24px;
}

.padding-bottom-40 {
    padding: 0 0 40px;
}

.header-logo {
    margin: 0 auto;
    max-width: 375px;
    width: auto;
}

section {
    border-bottom: 1px solid #bababa;
    padding: 40px 16px;
    position: relative;
}

section:last-child {
    border-bottom: none;
}

.heart-logo {
    width: 300px;
}

.raven {
    bottom: -73px;
    display: none;
    left: calc(25% - 200px);
    position: absolute;
    transform: scale(0.5);
    z-index: 1;
}

.raven-flipped {
    left: auto;
    right: calc(25% - 200px);
    transform: scale(0.5) scaleX(-1);
}

.fade-right {
    background: linear-gradient(
        to right,
        rgb(255, 255, 255) 0%,
        rgb(243, 243, 243) 100%
    );
}

.fade-left {
    background: linear-gradient(
        to left,
        rgb(255, 255, 255) 0%,
        rgb(243, 243, 243) 100%
    );
}

ul {
    margin: 0;
    padding: 0 0 0 16px;
}

li {
    margin-bottom: 8px;
    padding-left: 4px;
}

li:last-child {
    margin-bottom: 0;
}

footer {
    background-color: #2e2725;
    color: #fff;
    margin-top: 16px;
    padding: 32px 16px 48px;
}

footer svg {
    fill: #fff;
}

.grid-2 {
    direction: row;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 0 24px;
    margin: 0 auto;
}

.grid-3 {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 0 24px;
    margin: 0 auto;
    max-width: 450px;
}

.grid-65-35 {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
}

.grid-item-mobile-1 {
    grid-row: 1;
    order: 1;
}

.footer-logo {
    margin: 0 auto;
    max-width: 275px;
    width: auto;
}

footer h4 {
    margin-bottom: 4px;
}

.padding-8-0 {
    padding: 8px 0;
}

.contact-image {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 3px solid #d8ad96;
    box-shadow: 0px 4px 12px -6px #888;
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
}

.contact-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 8px 0 0;
}

.contact-type {
    height: 16px;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-direction-row {
    flex-direction: row;
}

a, a:visited {
    color: #d5a886;
    text-decoration: none;
}

a:hover, a:visited:hover {
    color: #7c543a;
}

.vertical-align {
    align-items: center;
    display: flex;
}

.carousel-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.carousel-container {
    flex: 1;
    overflow: hidden;
    width: 100%;
}

.carousel {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.carousel-image {
    cursor: pointer;
}

.carousel-slide {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.carousel-slide img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.carousel-caption {
    font-size: 10px;
    font-style: italic;
    padding: 8px;
    width: 100%;
}

.carousel-previous,
.carousel-next {
    align-items: center;
    background-color: #d5d5d5;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 28px;
    justify-content: center;
    position: relative;
    transition: background-color 0.2s ease;
    user-select: none;
    width: 28px;
}

.carousel-previous {
    margin: 0 8px 0 0;
}

.carousel-next {
    margin: 0 0 0 8px;
}

.carousel-previous:hover,
.carousel-next:hover {
    background-color: #b8b8b8;
}

.image-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 32px;
    position: fixed;
    z-index: 9999;
}

.image-modal.active {
    display: flex;
}

.image-modal-img {
    margin-bottom: 16px;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.image-modal-caption {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.image-modal-close {
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: 24px;
    top: 16px;
    user-select: none;
}

table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px;
    vertical-align: middle;
}

.checked-box {
    background-color: #b7c874;
    border-radius: 4px;
    height: 18px;
    position: relative;
    width: 18px;
}

.checked-box::after {
    border: solid white;
    border-width: 0 3px 3px 0;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 4px;
}

.tilted-box {
    background: #4b4b4b;
    border-radius: 16px;
    color: #fff;
    max-width: 330px;
    padding: 40px 40px 24px;
    position: relative;
    text-align: center;
    transform: rotate(3deg);
}

.tilted-box img {
    height: 30px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 30px;
}

@media (min-width: 576px) {
    header {
        padding: 48px 16px 32px;
    }

    .header-logo {
        max-width: none;
        width: 400px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    p, span {
        font-size: 13px;
    }

    .carousel-caption {
        font-size: 11px;
    }

    header {
        padding: 64px 16px 32px;
    }

    .padding-bottom-80 {
        padding-bottom: 80px;
    }

    .header-logo {
        width: 475px;
    }

    .awards {
        grid-template-columns: repeat(4, 1fr);
        max-width: none;
        padding: 0 24px;
    }

    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
    }

    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
        max-width: none;
    }

    .grid-item-mobile-1 {
        grid-row: auto;
        order: 0;
    }

    .raven {
        display: block;
    }

    .contact-us {
        flex-direction: row;
    }

    .contact-us > :not(style) + :not(style) {
        margin: 0 0 0 24px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    p, span {
        font-size: 14px;
    }

    .carousel-caption {
        font-size: 12px;
    }

    header {
        padding: 80px 16px 32px;
    }

    .header-logo {
        width: 525px;
    }

    .awards {
        padding: 12px 24px;
    }

    .grid-65-35 {
        grid-template-columns: 65% 35%;
    }
}

@media (min-width: 1200px) {
    header {
        padding: 96px 16px 32px;
    }

    .container {
        max-width: 1200px;
    }

    .stack > :not(style) + :not(style) {
        margin: 32px 0 0;
    }

    .header-logo {
        width: 575px;
    }

    .awards {
        padding: 24px 0;
    }

    .award {
        max-width: 225px;
    }

    .contact {
        flex-direction: row;
    }
}
