@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Geist:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

:root {
    --body-bg: #fff;
    --body-fg: #454B4D;

    --accent-fg: rgb(255, 166, 158);

    --font-body: "Geist";
    --font-title: "Playfair Display";
    --hero-height: 90vh;
}

body {
    font-size: 11px;
    line-height: 1.7;
    color: #606d6e;
    background-color: var(--body-bg);
    font-family: var(--font-body);
}







.navbar {
    margin: 1rem;
    background-color: var(--body-bg);
    border-radius: 15px;


}

.navbar-brand {
    font-family: var(--font-body);
    font-weight: 100;
    text-transform: capitalize;
    font-size: 1rem;
}

.navbar-brand img {
    max-width: 150px;
}

.navbar-toggler:focus,
.navbar-toggler {
    border: 0;
    outline: none;

    box-shadow: none;
}

.nav-link {
    margin-left: 1rem;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .8rem;
}

.nav-link.active {
    color: var(--accent-fg) !important;
}

.hero {
    min-height: var(--hero-height);
    font-family: var(--font-title);
    font-size: 1rem;
    color: var(--body-bg);
    padding: 0 1rem 0 1rem;
}

.hero.bg {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.darken {
    background-color: #0000006b;
    background-blend-mode: darken;
}


.hero a {
    border: 1px solid var(--body-bg);
    /* padding: .2rem 2rem; */
    color: var(--body-bg);
    padding: 1rem 0;
    border-radius: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.hero a:hover {
    border: 1px solid var(--body-bg);
    /* padding: .2rem 2rem; */
    color: var(--body-fg);
    background-color: var(--body-bg);
    /* padding: 1rem 3rem; */
    border-radius: 1rem;
}

.hero .title {
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--font-title);
    text-align: center;

}


.title {
    font-family: var(--font-title);
    color: var(--body-bg);
}

h1, h2 {
    font-family: var(--font-title);
}
h2.title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.features .highlight {
    font-size: 3.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--accent-fg);
    text-align: center;
    font-family: var(--font-title);
}

.features .desc {
    font-size: 1rem;
    color: var(--body-fg);
    text-align: center;
}

.features img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

.features.images .highlight {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--accent-fg);
    text-align: center;
    font-family: var(--font-title);
}

.text h2.title,
.features .title {
    color: var(--accent-fg);
    text-align: center;

}

.cta {
    background-color: var(--body-bg);
    color: var(--body-fg);
}

.btn-accent,
.cta a {
    border: 1px solid var(--accent-fg);
    background-color: var(--accent-fg);
    padding: 1rem 0;
    border-radius: 1rem;
    color: var(--body-bg);
    width: 100%;
    text-align: center;
}

.btn-accent:hover,
.cta a:hover {
    border: 1px solid var(--accent-fg);
    color: var(--accent-fg) !important;
    /* padding: 1rem 3rem; */
    border-radius: 1rem;
}

.cta .box {
    background-color: var(--body-bg);
    border-radius: 2rem;
    padding: 2rem;
}

.cta .box .title {
    color: var(--body-fg);
}

.my-xxl {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-10xl {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

a {
    text-decoration: none;
}

.packages-bundle .title,
.form .title {
    color: var(--accent-fg);
}

.hd {
    position: absolute;
    top: -1000px;
}

.form textarea,
.vh-25 {
    height: 25vh;
}

.form label {
    margin-top: 1rem;
}

.notices {
    padding-right: 2rem;
    width: 100%;
}

footer {
    background-color: var(--body-fg);
    color: var(--body-bg);
    padding: 2rem 0 2rem 0;
}

footer .logo {

    max-width: 200px;
}



footer a {
    color: var(--body-bg);
}

.text {
    position: relative;
}

.text .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.text.left h2.title {
    text-align: left;
}

.text h2 {
    margin-top: 5rem;
}

.py-xxl {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.small .features .highlight {
    font-size: 2.5rem;
}

.text a {
    color: var(--accent-fg);
}

.text .btn-accent {
    color: var(--body-bg);
}

.packages-bundle td.value,
.packages-bundle td.item {
    font-weight: 100;
    font-size: .9rem;
}

.packages-bundle td.value {
    white-space: nowrap;
}

.packages-bundle th {
    font-weight: 300;
}

.packages-bundle span {
    font-size: .7rem;
}

.badge-accent {
    background-color: var(--accent-fg);
    color: var(--body-bg);
    padding: .2rem 1rem;
    border-top-right-radius: .2rem;
    border-radius: .2rem;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.1rem;
}

.card-subtitle {
    font-weight: 300;
    font-size: .8rem;
    margin-top: -.6rem;
    margin-bottom: 1.5rem!important;
}
.text {
    font-size: 1rem;
}


@media (min-width: 400px) {

    body,
    html {
        font-size: 15px;
    }
}

@media (min-width: 600px) {

    body,
    html {
        font-size: 20px;
    }

    .hero a,
    .btn-accent,
    .cta a {
        width: auto !important;
        padding: 1rem 3rem !important;
    }

    .navbar-brand img {
        max-width: 250px!important;
    }
}
