﻿@import url('https://fonts.cdnfonts.com/css/sweet-sans-pro');

:root {
    --text-size-xxl: 80px;
    --text-size-xl: 64px;
    --text-size-lg: 40px;
    --text-size-md: 24px;
    --text-size-sm: 18px;
    --text-size-xs: 16px;
    --text-size-xxs: 14px;
}


@media (max-width: 992px) and (min-width: 567px) {
    :root {
        --text-size-xxl: 64px;
        --text-size-xl: 48px;
        --text-size-lg: 32px;
        --text-size-md: 20px;
        --text-size-sm: 16px;
        --text-size-xs: 14px;
        --text-size-xxs: 12px;
    }
}

@media (max-width: 567px) {
    :root {
        --text-size-xxl: 48px;
        --text-size-xl: 32px;
        --text-size-lg: 24px;
        --text-size-md: 16px;
        --text-size-sm: 14px;
        --text-size-xs: 12px;
        --text-size-xxs: 10px;
    }
}

@media (max-width: 768px) {
    .left-section img {
        margin-left: unset;
    }

    .right-section img {
        margin-left: unset;
    }


    .image-overlay {
        font-size: 0.7rem;
    }

    .menu-icon {
        font-size: 2.5rem;
        right: 20px;
    }

    .bottom-section p {
        top: 10px;
    }
}

@media (min-width: 768px) {

    .left-section,
    .right-section {
        flex: 1;
    }
}

body {
    font-size: 16px;
    font-family: "Sweet Sans";
}

h1 {
    font-size: var(--text-size-lg);
    text-transform: uppercase;
    font-family: "Aviano Contrast W00 Regular";
}

.h1 {
    font-size: var(--text-size-lg);
    text-transform: uppercase;
    font-family: 'Sweet Sans Pro', sans-serif;
}

p {
    font-size: var(--text-size-xs);
    font-family: 'Sweet Sans Pro', sans-serif;
}

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

.sidebar {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
    line-height: 1;
    position: fixed;
    right: -300px;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #b39355;
    transition: 0.3s;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    position: relative;
    bottom: 50px;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.sidebar ul li a:hover {
    color: white !important;
}

.site-name {
    font-family: "Aviano Contrast W00 Regular";
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 3px;
    line-height: 1;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.menu-icon {
    position: absolute;
    top: 27px;
    right: 40px;
    font-size: 3rem;
    cursor: pointer;
}

.close-btn {
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    margin-right: 40px;
}

.info-section {
    text-align: center;
    margin: 50px auto 40px;
    max-width: 800px;
    color: black;
}

.info-section .h-info-section {
    font-family: "Aviano Contrast W00 Regular";
    font-size: 2.5rem;
    letter-spacing: 7px;
    margin: 0 0 10px 0;
}

.info-section p {
    font-family: "ExpresswayRg";
    letter-spacing: 4px;
    margin: 5px 0;
    text-transform: uppercase;
}

.info-section .p2 {
    margin-top: 15px;
}

.p1 {
    white-space: nowrap;
}

.info-section .p2 {
    margin-top: 15px;
}

.separator {
    position: relative;
    font-family: "ExpresswayRg";
    color: #b89458;
    font-size: 1em;
}

.right-section {
    text-align: center;
    padding-left: 20px;
    margin: 40px;
}

.right-section .h-section {
    font-family: "ExpresswayRg";
    font-size: 1.9em;
    letter-spacing: 0.3em;
    margin: 0 0 10px 0;
    color: black;
}

.h-section a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.right-section p {
    font-family: "ExpresswayRg";
    font-size: 0.8em;
    letter-spacing: 4px;
    margin: 5px 0;
    text-transform: uppercase;
    color: black;
}

.right-section .p2 {
    margin-top: 15px;
}

.left {
    left: -279px;
    transform: scaleX(-1);
    clip-path: polygon(0% 0%, 31% 0%, 31% 100%, 0% 100%)
}

.right {
    right: -279px;
    clip-path: polygon(0% 0%, 31% 0%, 31% 100%, 0% 100%)
}

.full-width-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

span {
    font-family: "Sunlight Script Light";
    font-size: x-large;
    font-weight: 500;
    font-style: normal;
}

.content-wrapper {
    margin: 3rem 4rem;
}

.content-right-horse {
    position: absolute;
    width: 37px;
    height: auto;
    top: 71%;
    right: -15%;
    clip-path: polygon(0% 0%, 47% 0%, 45% 100%, 0% 100%);
}

.content-left-horse {
    position: absolute;
    width: 37px;
    height: auto;
    top: 71%;
    left: -15%;
    transform: scaleX(-1);
    clip-path: polygon(0% 0%, 47% 0%, 45% 100%, 0% 100%);
}