.the_mouse {
    width: 2rem;
    bottom: 4rem;
    right: 4rem;
}
#mouse_button {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;    
    color: #212b36;
    line-height: 1.2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

.fade-content {
    opacity: 0;
}

.site-content {
    flex: 1 0 auto;
    width: 100%;
    min-height: 0.01px;
}

.footerholder {
    flex-shrink: 0;
}

img {
    min-height: 0.01px;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary,
a.bg-primary:hover {
    background-color: #3b7958 !important;
}

.text-primary {
    color: #3b7958 !important;
}

.bg-secondary {
    background-color: #212b36 !important;
}

.bg-light {
    background-color: #f4e4ee  !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.left-0 {
    left: 0 !important;
}

.left-50 {
    left: 50% !important;
}

.left-100 {
    left: 100% !important;
}

.right-0 {
    right: 0 !important;
}

.right-50 {
    right: 50% !important;
}

.right-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

h1,
h2,
h3 {
    font-family: 'Druk';
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-size: 6.2rem;
    line-height: 0.9;
    letter-spacing: 1px;
}

.header h1 {
    font-size: 19rem;
}

h2 {
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.heading-holder::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0.15rem;
    background-color: #3b7958;
    width: 100%;
}

.heading-holder-white::before {
    background-color: #fff;
}

h3 {
    font-size: 1.4rem;
}

.lead {
    font-size: 1.1rem;
}

.small {
    font-size: 0.55rem;
}

.anchor {
    top: -4.5rem;
}

.divider {
    height: 0.15rem;
}

.icon {
    height: 10rem;
}

.image01,
.image02 {
    height: 24.5rem;
}

#owl-gallery .owl-item,
.image03 {
    height: 35.5rem;
}

#owl-gallery3 .owl-item {
    height: 30.5rem;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.25rem;
    background: #212b36;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
}

.image-captions .owl-item {
	animation-duration: 10ms !important;
}

.table-header {
    display: table-header-group;
}

.table-body {
    display: table-row-group;
}

.d-table-cell {
    padding: 1rem 0;
}

.table-header .d-table-cell {
    border-bottom: 0.1rem solid #3b7958;
}

.table-body .d-table-cell {
    border-bottom: 0.1rem solid #212b36;
}

.table-body .d-table-row:nth-of-type(3) .d-table-cell {
    border-bottom-color: #3b7958;
}

.table-body .d-table-row:last-of-type .d-table-cell {
    border-bottom-width: 0;
}

.owl-nav {
    z-index: 10;
}

.owl-nav .arrow {
    width: 2.2rem;
    cursor: pointer;
}

.key:before,
.plan-key:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.key:before {
    width: 0.75rem;
    height: 0.75rem;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
}

.key:nth-of-type(1)::before {
    background-color: #3b7958;
}

.key:nth-of-type(2)::before {
    background-color: #c7d1df;
}

.key:nth-of-type(3)::before {
    background-color: #d8e4de;
}

.key:nth-of-type(4)::before {
    background-color: #fbf0f6;
}

.key:nth-of-type(5)::before {
    background-color: #b2b2b2;
}
.key1:before {
    background-color: #fdfdce !important;
}
.key2:before {
    background-color: #ffe0c7 !important;
}
.key3:before {
    background-color: #fbcccc !important;
}
.key4:before {
    background-color: #e7defc !important;
}

.plan-key:after {
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
}

.plan-key:nth-of-type(1)::after {
    background-color: #3b7958;
}

.plan-key:nth-of-type(2)::after {
    background-color: #629479;
}

.plan-key:nth-of-type(3)::after {
    background-color: #9abaa9;
}

.north-icon {
    width: 1.75rem;
}

.owl-arrow {
    height: 1.2rem;
}

#owl-plan .owl-item {
    padding-bottom: 2rem;
}

#owl-plan ul,
.owl-nav {
    font-size: 0.7rem;
}

.map {
    height: 41.25rem;
}

.map-list {
    font-size: 0.7rem;
}

.bars .divider {
    background-color: #3b7958;
}

.bars h3 {
    color: #3b7958;
}

.restaurants .divider {
    background-color: #7da9c7;
}

.restaurants h3 {
    color: #7da9c7;
}

.cafes .divider {
    background-color: #a7a075;
}

.cafes h3 {
    color: #a7a075;
}

.leisure .divider {
    background-color: #ec96c0;
}

.leisure h3 {
    color: #ec96c0;
}

.shops .divider {
    background-color: #22292f;
}

.shops h3 {
    color: #22292f;
}


.download-link {
    color: #fff;
    border-bottom: 0.1rem solid #fff;
}

.download-link:hover {
    color: #fff;
    opacity: 0.75;
}

.download-link .arrow {
    height: 0.625rem;
}

.json_file {
    position:absolute;
    height: 70% !important;
    width: 70% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 0.825rem;
    }

    .img-caption {
        font-size: 0.7rem;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 20px;
    }

    .container {
        max-width: 1540px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
    
    body {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .anchor {
        top: -5.75rem;
    }

    .header h1 {
        font-size: 8rem;
    }

    h1 {
        font-size: 6rem;
    }

    h2 {
        font-size: 1.85rem;
    }

    h3 {
        font-size: 1.65rem;
    }

    .lead {
        font-size: 1.3rem;
    }

    .container {
        padding: 0 2.5rem;
    }

    .image03,
    .owl-gallery .owl-item {
        height: 19rem !important;
    }

    .owl-carousel .owl-dots {
        bottom: 0.75rem;
    }

    .owl-mobile .owl-dots {
        bottom: -2.5rem;
    }

    .owl-carousel .owl-dots .owl-dot span {
        width: 1rem;
        height: 1rem;
        margin: 0 0.35rem;
    }

    #owl-our .owl-dots .owl-dot.active span,
    #owl-our .owl-dots .owl-dot:hover span,
    .owl-connect .owl-dots .owl-dot.active span,
    .owl-connect .owl-dots .owl-dot:hover span {
        background: #d0d9e4;
    }

    .icon {
        width: 11rem !important;
        height: 11rem;
    }

    .tube {
        height: 2.25rem;
    }

    .map-list {
        font-size: 0.8rem;
    }

    .mobile-arrow {
        height: 1.5rem;
    }

    .download-link .arrow {
        height: 0.75rem;
    }

    .small {
        font-size: 0.6rem;
    }
}

@media (max-width: 575px) {

    html {
        font-size: 3.5vw;
    }
}

@font-face {
    font-family: 'Druk';
    src: local('Druk Medium'), local('Druk-Medium'),
        url('../fonts/Druk-Medium.woff2') format('woff2'),
        url('../fonts/Druk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.font-bold {
    font-weight: 700;
}