@font-face {
    font-family: 'Masvol';
    src: url('../fonts/Masvol.woff2') format('woff2'),
        url('../fonts/Masvol.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Felidae';
    src: url('../fonts/Felidae-Regular.woff2') format('woff2'),
        url('../fonts/Felidae-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denistina';
    src: url('../fonts/Denistina.woff2') format('woff2'),
        url('../fonts/Denistina.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel.woff2') format('woff2'),
        url('../fonts/Corbel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Venski Sad Two';
    src: url('../fonts/VenskiSadTwo-Medium.woff2') format('woff2'),
        url('../fonts/VenskiSadTwo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Corbel', sans-serif;
    background: url('/assets/img/background.jpg');
    background-size: 37px;
    color: #666300;
    background-color: #fcf8da;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
}

.header {
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    padding-bottom: 150px;
    padding-top: 67px;
    min-height: 55vw;
    background: #000;
}
.header__wrapp {
    position: relative;
    z-index: 1;
}

.hero__title img {
    width: 60%;
}

.hero__title {
    text-align: center;
}

.header__top {
    display: flex;
    justify-content: space-between;
}

.nav__list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav__link {
    text-decoration: none;
    color: #FFF6D7;
    font-weight: bold;
}

.nav__item {
    margin-left: 40px;
}
.header__logo img {
    width: 250px;
}
.container {
    padding-left: 50px;
    padding-right: 50px;
}
.header__hero {
    margin-top: 60px;
}
.section__title {
    font-size: 10vw;
    line-height: 0.8;
    font-family: 'Venski Sad Two';
    font-weight: 400;
    color: #666300;
    text-transform: lowercase;
    margin: 0;
    display: block;
}

.section__title span {
    display: block;
    font-family: 'Masvol';
    font-weight: 100;
    font-style: italic;
    margin-left: 2vw;
    font-size: 6.4vw;
}

.section__meta {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.sction__descr {
    font-size: 24px;
    margin-left: 60px;
    margin-top: 3vw;
}
.footer-logo {
    width: 300px;
}

.footer {
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100px;
}
.routes__grid {
    display: flex;
}

.route-card {
    margin-right: 40px;
    width: 47%;
    display: flex;
    flex-flow: column;
}

.frame-card {
    background-size: cover;
    background-position: center;
    position: relative;
    transform: rotate(-0.6deg);
}

.route-card__image {
    display: block;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    width: 101.1%;
    margin-right: -1px;
}

.route-card__title {
    font-family: 'Masvol';
    text-transform: lowercase;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 15px;
    color: #666300;
    display: block;
    text-decoration: none;
}

.frame-card::after {
    content: '';
    background: #ffd92c;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: 0.19;
}

.route-card__desc {
    font-size: 18px;
}

.event-list {
    display: flex;
}

.event-card {
    margin-right: 30px;
    width: 25%;
}

.event-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 15px;
}

.event-card__title a {
    font-family: 'Masvol';
    text-transform: lowercase;
    font-weight: 100;
    font-size: 33px;
    font-weight: bold;
    margin-top: 14px;
    font-style: italic;
    margin-bottom: 15px;
    color: #666300;
    display: block;
    text-decoration: none;
}

.event-card__meta {}
.video-divider {
    position: relative;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.video-in-section {position: absolute;top: 0;left: 0;bottom: 0;right: 0;transform: none;}
.section {
    padding-top: 40px;
    padding-bottom: 80px;
}
* {
    box-sizing: border-box;
}
.map-wrapp {
    display: flex;
    min-height: 100vh;
}

.map-left {
    width: 33%;
    flex-shrink: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    max-height: 100vh;
    position: relative;
    overflow-y: scroll;
}

#map {
    width: 100%;
    height: 100%;
}

.map-right {
    width: 77%;
    position: relative;
}
.map-left__title {
    font-family: 'Masvol';
    text-transform: lowercase;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 23px;
}

.map-left__descr {
    font-size: 27px;
    margin-bottom: 30px;
}

.map-left__list {
    margin-top: 30px;
    margin-bottom: 60px;
}

.map-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: flex-start;
}

.map-card__image img {
    width: 100%;
}

.map-card__image {
    width: 92px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-left: 15px;
    position: relative;
    box-shadow: -2px -3px 6px 0px #0000004d;
    cursor: pointer;
}

.map-card__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.map-card__descr {
    margin-bottom: 10px;
}
.map-card__image::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff6d7;
    mix-blend-mode: hard-light;
    opacity: 0.35;
}

.btn {
    background-image: url('/assets/img/button_1.png');
    border: none;
    font-family: 'Masvol';
    font-weight: bold;
    text-transform: lowercase;
    font-style: italic;
    display: inline-block;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    cursor: pointer;
    padding: 6px 46px;
    color: #666300;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
.btn-map {
    margin-left: -21px;
}
.btn-primary {
    font-size: 24px;
}

.map-left__inner {
    padding-bottom: 60px;
}

.map-left__controls {
    text-align: center;
}
.swiper {
    margin-right: -50px;
}
.coupon-modal__title {
    font-family: 'Masvol';
    text-transform: lowercase;
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1;
    font-style: italic;
    line-height: 1;
}

.coupon-modal__controls {
    text-align: center;
    margin-top: 30px;
}

.coupon-modal__value {
    margin-bottom: 15px;
    font-size: 28px;
}

.coupon-modal {
    max-width: 401px;
    background-color: #fcf8da;
}

.coupon-modal__mutted {
    margin-top: 20px;
}
.section--routes {
    background-image: url('/assets/img/flower.svg');
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: -84% -31%;
    background-size: 775px;
}
.section--special {
    background-image: url('/assets/img/leaf.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 112% 6px;
}
.letnik-card__address {
    font-weight: bold;
    text-align: center;
}

.route-card__control {
    text-align: center;
    margin-top: auto;
}
.arrow-back {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 30px;
    top: 60px;
}

.arrow-back img {
    width: 66px;
}
.map-pointer {
    display: inline-block;
    width: 12px;
    margin-right: 6px;
    vertical-align: top;
    margin-left: -23px;
}
.hero-video {
    object-fit: cover;
    height: 100%;
}
.menu__grid .route-card {
    width: 30%;
    margin-right: 0;
    margin-bottom: 60px;
}

.menu__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-divider .container {
    position: relative;
    z-index: 1;
    color: #fff;
}

.video-divider .section__title {
    color: #fff;
}

.video-divider::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, black, transparent);
}
.quote__author {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 0px;
    max-width: 100%;
    margin-left: auto;
}
.swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
    .map-wrapp {
    flex-flow: column-reverse;
}
.event-card__meta {
    display: flex;
    flex-flow: column;
}
.arrow-back {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 30px;
    top: 60px;
}
.arrow-back img {
    width: 50px;
}
.map-right {
    width: 100%;
    height: 34vh;
}

.map-left {
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
    height: 66vh;
}
.header__nav {
    display: none;
}

.section__meta {
    flex-flow: column;
    align-items: flex-start;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.sction__descr {
    margin-left: 0;
}

.section__title {
    font-size: 17vw;
}

.sction__descr {
    font-size: 18px;
    line-height: 1.2;
}

.section__title span {
    font-size: 12vw;
}
.swiper {
    margin-right: -30px;
}
.btn-primary {
    font-size: 14px;
}

.route-card__title {
    font-size: 24px;
}

.event-card__title a {
    font-size: 24px;
}

.video-in-section {
    height: 100%;
    /* position: relative; */
    /* transform: none; */
    transform: translateX(-50%);
    margin-left: 50%;
}

.video-divider {
    height: 600px;
}

.section--routes {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 244% -11%;
    background-size: 77%;
}
.menu__grid .route-card__title {
    font-style: italic;
    font-size: 24px;
}
video.hero-video {}

.hero-video {
    height: 100%;
    object-fit: cover;
}

.header__logo img {
    width: 157px;
}

.header__logo {
    margin-left: auto;
    margin-right: auto;
}
.map-right::after {
    position: absolute;
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    height: 40px;
    background: transparent;
    content: '';
    opacity: 0;
}

.map-right::before {
    position: absolute;
    bottom: 14px;
    content: '';
    background: blue;
    height: 8px;
    left: 50%;
    width: 200px;
    display: none;
    z-index: 99;
    transform: translateX(-50%);
    border-radius: 14px;
    background: #686503;
    opacity: 0;
}
.menu__grid .route-card {
    width: 100%;
}
.header {
    height: 125vw;
}
}