:root {
    --yellow-1: #f9b104;
    --red-1: #d94d15;
    --grey-3: #fbfbfb;
}

.text-yellow-1 {
    color: var(--yellow-1);
}

.bg-yellow-1 {
    background-color: var(--yellow-1);
}
.bg-grey-3 {
    background-color: var(--grey-3);
}

.text-red-1 {
    color: var(--red-1);
}

.bg-red-1 {
    background-color: var(--red-1);
}

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.main-content {
    flex: 1;
}

.about-card {
    min-height: 500px;
}

/* ul.pricing li {
    display: inline-block;
    margin-right: 0.5em;
} */
.content-B {
    max-height: 50vh;
    overflow-y: auto;
}
ul.list-style-A {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}
ul.list-style-A li {
    width: 50%;
    float: left;
}
nav#top_nav {
    border-bottom: 1px solid rgb(0 0 0 / 3%);
}
.the-four-text {
    font-size: 1.5em;
    max-width: 1100px;
    margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev {
    color: #adadad !important;
}

footer {
    margin-top: auto;
}

.btn {
    border-radius: 1000px !important;
    font-family: "Feeling Passionate", "Geograph", sans-serif;
}

@import "bootstrap";

@font-face {
    font-family: "Geograph";
    src: url("/fonts/body_geograph/Geograph-Regular.otf") format("opentype"),
        url("/fonts/body_geograph/Geograph-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geograph";
    src: url("/fonts/body_geograph/Geograph-Italic.otf") format("opentype"),
        url("/fonts/body_geograph/Geograph-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Geograph";
    src: url("/fonts/body_geograph/Geograph-Medium.otf") format("opentype"),
        url("/fonts/body_geograph/Geograph-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geograph";
    src: url("/fonts/body_geograph/Geograph-MediumItalic.otf")
            format("opentype"),
        url("/fonts/body_geograph/Geograph-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Feeling Passionate";
    src: url("/fonts/headings_feeling_passionate/Feeling Passionate.woff2")
            format("woff2"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate.woff")
            format("woff"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate.otf")
            format("opentype"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate.ttf")
            format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Feeling Passionate";
    src: url("/fonts/headings_feeling_passionate/Feeling Passionate Swash.woff2")
            format("woff2"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate Swash.woff")
            format("woff"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate Swash.otf")
            format("opentype"),
        url("/fonts/headings_feeling_passionate/Feeling Passionate Swash.ttf")
            format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-family: "Geograph", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
    font-family: "Feeling Passionate", "Geograph", sans-serif;
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

.passionate {
    font-family: "Feeling Passionate", "Geograph", sans-serif;
}

.geograph {
    font-family: "Geograph", sans-serif;
}

.fw-100,
.weight-100 {
    font-weight: 100 !important;
}
.fw-200,
.weight-200 {
    font-weight: 200 !important;
}
.fw-300,
.weight-300 {
    font-weight: 300 !important;
}
.fw-400,
.weight-400 {
    font-weight: 400 !important;
}
.fw-500,
.weight-500 {
    font-weight: 500 !important;
}
.fw-600,
.weight-600 {
    font-weight: 600 !important;
}
.fw-700,
.weight-700 {
    font-weight: 700 !important;
}
.fw-800,
.weight-800 {
    font-weight: 800 !important;
}

.navbar {
    font-family: "Geograph", sans-serif;
}

#top_nav .nav-link {
    font-weight: 500;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 1.1em;
}

.hero-content {
    margin-top: 30vh;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    color: black;
    background-size: 100% auto;
}

.hero-section a h3 {
    color: #fff;
}

.hero-section h1 {
    font-size: 15em;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 0px 40px #000;
    margin-bottom: 0.1em;
}
.hero-sub {
    text-shadow: 0px 0px 50px #000;
    margin-bottom: 1em;
}

.hero-section .btn {
    padding: 0.8rem 2.5rem;
    border-radius: 0;
    font-size: 1.2rem;
}

.text-shadow-1 {
    text-shadow: 0px 0px 20px #000;
}

.carousel-indicators-custom {
    display: flex !important;
    justify-content: center !important;
    margin-top: 40px !important;
    padding-left: 0 !important;
    list-style: none;
    position: relative !important;
}

.carousel-indicators-custom button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    margin: 0 5px !important;
    padding: 0 !important;
    transition: background-color 0.3s ease !important;
}

.carousel-indicators-custom button.active {
    background-color: #000 !important;
}

.blockquote-footer {
    margin-top: 30px !important;
    display: block !important;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.partner-logo {
    max-width: 120px;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s, filter 0.3s;
}

.partner-logo:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.375rem;
    height: 7.625rem;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.catering-btn {
    background-color: var(--red-1);
    color: white;
}

.cafes-btn {
    background-color: var(--yellow-1);
    color: white;
}

.hero-btn:hover {
    transform: scale(1.05);
    background-color: #000000;
    color: white !important;
}

.btn-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.cafes-btn .btn-icon {
    order: 2;
}

.fw-semibold {
    color: #9a9896;
}

.navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 110px;
}

#navbarNav a.nav-link {
    color: rgb(0 0 0 / 50%);
}

div#testimonialsCarousel h4 {
    color: #fff;
    font-weight: normal;
    font-size: 1.8em;
    margin: 1em 1em;
    line-height: 1.6em;
}

.footer_links a {
    color: #fff;
    min-width: 110px;
    text-align: center;
}
.footer_links a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.footer_socials a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

div#mobileNav .modal-dialog {
    margin-right: 2em;
    margin-left: 2em;
}

.blockquote-footer::before {
    display: none;
}

button.btn-close {
    margin: 0 auto !important;
    width: 30px;
    text-align: center !important;
    color: #000 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-brand img {
        height: auto;
    }
}

@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 10em;
    }
}

/* hamburger breakpoint */
@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 7em;
    }
}

@media (max-width: 768px) {
    .hero-btn {
        width: 80%;
        height: auto;
        font-size: 1.25rem;
    }
    .hero-section h1 {
        font-size: 3em;
    }
    .hero-section a h3 {
        font-size: 1.2em;
    }
    .btn-icon {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }
    .hero-content {
        margin-top: 10vh;
    }
    .hero-btn {
        margin: 0 auto;
        display: block !important;
    }
    div#testimonialsCarousel h4 {
        font-size: 2.2em;
    }
    .footer_links a {
        display: flex !important;
        align-items: center;
    }
    .footer_links {
        flex-wrap: wrap;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
        max-width: 70px;
    }
}

@media (max-width: 480px) {
    .hero-btn {
        width: 100%;
        height: auto;
        padding: 1rem;
        font-size: 1rem;
    }
    div#testimonialsCarousel h4 {
        font-size: 1.6em;
    }
}
