@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Frankfurt';
    src: url('/assets/fonts/Franxurter-w11D9.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --background: #E3D8CD;
    --background-secondary: #F1F1F1;

    --accent: #6E7935;
    --accent-text: #ffffff;

    --accent-dark: #384420;

    --secondary: #E0B841;
    --secondary-text: #ffffff;

    --border: rgba(18, 18, 16, .08);

    --title-color: #0C0E1A;
    --text-color: #0C0E1A;

    --font-size: 16px;
    --font-size-small: 14px;

    --border-radius: 0.25rem;
}

body {
    background-color: var(--background);
    color: var(--text-color);

    font-size: 14px;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.title-font {
    font-family: 'Frankfurt', sans-serif;
}
.ingress-font {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Frankfurt', sans-serif;
}


.bg-secondary {
    background-color: var(--background-secondary) !important;
}


.btn {
    outline: none !important;
    box-shadow: none !important;
    padding: .5rem 1.75rem;
}
.btn:hover {
    opacity: 0.9;
}
.btn-accent {
    background-color: var(--accent) !important;
    color: var(--accent-text) !important;
}
.btn-secondary {
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    color: var(--secondary-text) !important;
}

.contact-info-block {
    display: flex;
}
.contact-info-block .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--accent-text);
    margin-right: 20px;
}
.contact-info-block .content {
    flex: 0 0 calc(100% - 60px - 20px);
    max-width: 300px;
}
.contact-info-block .content p {
    margin-bottom: 0.5rem;
}
.contact-info-block .content a {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: 500;
    font-size: 1.2rem;
}

h1, .h1 {
    font-size: 4rem;
    font-weight: 500;
    color: var(--title-color);
}
h2, .h2 {
    font-size: 2.25rem;
    font-weight: 500;
    color: var(--title-color);
}
h3, .h3 {
    font-weight: 500;
    color: var(--title-color);
}
h4, .h4 {
    font-weight: 500;
    color: var(--title-color);
}
h5, .h5 {
    font-weight: 500;
    color: var(--title-color);
}

p.small {
    font-size: var(--font-size-small);
}

section {
    margin-top: 100px;
    margin-bottom: 100px;
}
section.small-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rounded {
    border-radius: var(--border-radius) !important;
}


.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    height: 45px;
    width: 45px;
    color: var(--accent-text);
    background-color: var(--accent);
    border-radius: var(--border-radius);
}

.py-default {
    padding-top: 100px;
    padding-bottom: 100px;
}


.header {
    z-index: 1000;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--accent);
    border-bottom: 1px solid var(--border);
    border-bottom: 2px solid var(--accent-dark);
}
.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    margin: 10px 0;
}
.header__logo img {
    height: 65px;
}
.header__nav {
    display: flex;
    align-items: center;
}
.header__nav__link {
    padding: 5px;
    margin-left: 25px;
    text-decoration: none;
    color: var(--accent-text) !important;
    font-size: 17px;
    font-weight: 600;
}
.header__nav__link:hover {
    opacity: 0.8;
}
.header__toggler {
    display: none;

    font-size: 30px;
    padding: 0 5px;
    cursor: pointer;

    color: #ffffff;
}

.appstore-button {
    display: inline-block;
    background-color: var(--secondary);
    padding: 10px 20px;
    border-radius: var(--border-radius);
}
.appstore-button img {
    height: 30px;
}

.startpage-hero {
    margin-top: 0;
    margin-bottom: 0;
}
.startpage-hero .app-showcase-image {
    max-width: 100%;
    max-height: 550px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.app-screen-slider {
    position: relative;
}
.app-screen-slider__frame {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.app-screen-slider__frame img {
    height: 650px;
}


.splide__arrow:hover {
    background-color: var(--accent);
    color: var(--accent-text);
}
.splide__arrow:hover svg {
    fill: #ffffff !important;
}

.app-screen-slider__overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: var(--background);
    box-shadow: 0px 0px 50px 50px var(--background);
    opacity: 0.5;
}
.app-screen-slider__overlay.left {
    left: 0;
}
.app-screen-slider__overlay.right {
    right: 0;
}

.app-download p {
    margin-bottom: 40px;
}
.app-download .qr-code {
    width: 200px;
    max-width: 100%;
    border-radius: 10px;
}
.app-download .qr-code-tracks {
    position: absolute;
    left: 225px;
    top: -65px;
    width: 250px;
}
.app-download .app-image {
    width: 100%;
}

.back-link {
    color: var(--text-color) !important;
    text-decoration: none !important;
    font-size: 16px;
}

.dog-selector {
    display: flex;
    flex-direction: column;
}
.dog-selector label {
    border-bottom: 1px solid #ced4da;
    padding: 5px 0;
}
.dog-selector label:last-child {
    border-bottom: 0;
}
.dog-selector label input {
    margin-right: 5px;
}

.track-map {
    width: 100%;
    height: 550px;
    background-color: #cccccc;
}
.track-stats-block {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.track-stats-block__col-1,
.track-stats-block__col-2 {
    flex: 0 0 50%;
}
.track-stats-block__col-2 {
    text-align: right;
}
.track-stats-block__title {
    font-weight: bold;
}

.track-stats-block__center {
    flex: 0 0 100%;
    text-align: center;
}


.tracks-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.track-link {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    color: inherit !important;
    text-decoration: none !important;
}
.track-link__map {
    margin-right: 20px;
}
.track-link__map-holder {
    background-color: #cccccc;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
}
.track-link__content-1 {
    margin-right: 20px;
    font-weight: 300;
}
.track-link__content-2 {
    font-weight: 300;
}
.track-link__icon {
    margin-left: auto;
}


.flag-marker {
    background-color: #cccccc;
    width: 25px;
    height: 25px;
    border: 5px solid #ffffff;
    border-radius: 50%;

}
.flag-marker.red {
    background-color: #FF0000;
}
.flag-marker.green {
    background-color: #20F42D;
}


.instagram-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-decoration: none !important;
    color: #ffffff !important;
    background: var(--secondary);
    border-radius: var(--border-radius);
}
.instagram-button .icon {
    font-size: 25px;
    margin-right: 1rem;
}
.instagram-button .text {
    text-align: start;
}
.instagram-button .text .text-1 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 2px;
}
.instagram-button .text .text-2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}


.accordion-button {
    font-size: 1.35rem;
}


footer {
    background-color: var(--accent);
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid var(--accent-dark)
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    height: 65px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 25px;
    margin-bottom: 45px;
}
.footer-links__link {
    text-decoration: none;
    color: var(--accent-text) !important;
    font-size: var(--font-size);
    font-weight: 500;
}
.footer-links__link:hover {
    opacity: 0.8;
}
.footer-app-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin-bottom: 45px;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin-bottom: 45px;
}
.social-media-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    font-size: 30px;
    border-radius: var(--border-radius);
    color: var(--accent-text) !important;
}

.footer-links-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 15px;
}
.footer-links-small__link {
    font-size: var(--font-size-small);
    color: var(--accent-text) !important;
}

.footer-credits {
    color: var(--accent-text);
    font-size: var(--font-size-small);
    text-align: center;
    font-weight: 300;
}


.blog-article-block {
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
}
.blog-article-block__image {
    width: 100%;
    padding-bottom: 56%;
    background-position: center;
    background-size: cover;
}
.blog-article-block__content {
    padding-top: 20px;
}
.blog-article-block__title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1.5rem;
    height: 3rem;
}
.blog-article-block__text {
    margin-bottom: 0px;
    line-height: 1.5rem;
    height: 4.5rem;
    overflow: hidden;
    font-size: 14px;
}

.form-label {
    color: var(--title-color);
    font-weight: 500;
}
.form-control {
    outline: none !important;
    box-shadow: none !important;
    padding: .5rem .75rem;
}
.form-control:focus {
    border-color: var(--accent);
}


.contact-form {
    padding: 2rem;
}

.accordion-item {
    margin-bottom: 15px;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: var(--border-radius) !important;
}
.accordion-button {
    box-shadow: none !important;
    outline: none !important;
    color: var(--title-color) !important;
    background-color: var(--background-secondary) !important;
}
.accordion-body {
    background-color: var(--background-secondary) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236E7935'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



.login-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.login-button {
    text-align: center;
    display: block;
    border: 1px solid #EBEBEB;
    border-radius: var(--border-radius);
    color: inherit !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    background-color: #FFFFFF;
}
.login-button:hover {
    background-color: #f6f6f6;
}
.login-button i {
    margin-right: 10px;
    font-size: 18px;
}



@media only screen and (max-width: 1199px) {
    .app-screen-slider__overlay {
        width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 0;
    }

    .contact-info-block .content {
        max-width: unset;
    }

    .py-default {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    section.small-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .header__nav {
        position: fixed;
        top: 86px;
        left: 100%;
        background-color: var(--accent);
        width: 100vw;
        height: calc(100vh - 86px);
        flex-direction: column;
        transition: left 0.2s ease-in-out;
    }
    .header__nav.active {
        left: 0;
    }
    .header__nav__link {
        padding: 15px;
        margin-left: 0;
        border-bottom: 1px solid var(--border);
        width: 100%;
        text-align: center;
    }
    .header__toggler {
        display: block;
    }

    .app-screen-slider__overlay {
        width: 15%;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    .footer-app-links {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    .startpage-hero {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .startpage-hero .app-showcase-image {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .app-screen-slider__overlay {
        display: none;
    }
}
