/**
 * Custom style
 */


@font-face {
    font-family: Riposte-Lazer;
    src: url("../fonts/Riposte-Lazer.otf") format("opentype");
}

@font-face {
    font-family: Riposte-Light;
    src: url("../fonts/Riposte-Light.otf") format("opentype");
}

@font-face {
    font-family: Riposte-Regular;
    src: url("../fonts/Riposte-Regular.otf") format("opentype");
}

@font-face {
    font-family: Riposte-Medium;
    src: url("../fonts/Riposte-Medium.otf") format("opentype");
}

@font-face {
    font-family: Riposte-Bold;
    src: url("../fonts/Riposte-Bold.otf") format("opentype");
}

body {
    background: #40253A;
    font-family: 'Riposte-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}


.container {
    max-width: 1032px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 64px;
    margin-bottom: calc(64px - 40px);
}

.nav__item a {
    display: block;
    position: relative;
    margin: 0 12px;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}

.nav__item a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #F0BE3D;
    opacity: 0;
    transition: width 160ms linear 10ms, opacity 160ms linear 10ms;
}

.nav__item a:hover:after {
    width: calc(100% - 24px);
    opacity: 1;
}

.logo {
    margin: 0 60px 40px 60px;
}

.logo-mobile {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.hero {
    position: relative;
    display: block;
    height: 540px;
}

.hero__gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(64, 37, 58, 0) 0%, #40253A 100%);
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__header {
    width: 70%;
    margin: 100px auto;
    text-align: center;
    font-family: 'Riposte-Light', sans-serif;
    color: #ffffff;
}

.section__header--title {
    font-size: 40px;
    margin: 0;
}

.section__header--description {
    font-size: 20px;
    opacity: .75;
}

.details-list {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #ffffff;
    margin: 100px 0;
}

.details-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 20px;
    font-family: 'Riposte-Light', sans-serif;
}

.details-list__item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.details-list__item h4 {
    margin: 16px 0;
}

.details-list__item--link {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.2em;
    color: #F0BE3D;
    font-family: 'Riposte-Bold', sans-serif;
}


.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.footer h6 {
    margin: 0 0 16px 0;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: 'Riposte-Light', sans-serif;
}

.footer-social {
    display: flex;
    list-style: none;
    padding: 0;
}

.footer-social__item {
    margin: 0 8px;
}

.menu {
    position: relative;
    width: 75%;
    /*top: 35px;*/
    margin: 0 auto;
    background: #ffffff;
}

.menu:before {
    background: url('../images/paper.svg') no-repeat;
    content: '';
    position: absolute;
    display: block;
    top: -35px;
    width: 100%;
    height: 40px;
}

.menu-inner {
    overflow-y: scroll;
    height: 640px;
    color: #40253A;
    padding-bottom: 60px;
}

.menu-list {
    width: 40%;
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    list-style: none;
}

.menu-list__item {
    margin-bottom: 24px;
}

.menu-list__item h4 {
    margin: 0 0 4px;
    font-family: 'Riposte-Regular', sans-serif;
}

.menu-list__item p {
    margin: 0;
    font-family: 'Riposte-Light', sans-serif;
}

.menu-list__label h5 {
    color: #F0BE3D;
    letter-spacing: 1px;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
}

.menu-decoration-sunflower {
    position: absolute;
    top: -65px;
    right: -65px;
}

.menu-decoration-leaf {
    position: absolute;
    bottom: -85px;
    left: -85px;
}

.menu-decoration-stick {
    position: absolute;
    bottom: -72px;
    right: -88px;
}

.menu-actions {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 110px;
}

.tab {
    display: inline-block;
    background: #ffffff;
}

.tab__link {
    font-size: 18px;
    font-family: 'Riposte-Regular', sans-serif;
    padding: 13px 40px;
    cursor: pointer;
    border: 0;
    color: rgba(64, 37, 58, 0.75);
    background: #ffffff;
}

.tab__link.active {
    box-shadow: inset 0 -2px 0 #F0BE3D;
    color: #40253A;
}

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

.masonry-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
}

.masonry-item {
    margin-bottom: 64px;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonry-item .image-1 {height: 233px;}
.masonry-item .image-2 {height: 524px;}
.masonry-item .image-3 {height: 454px;}
.masonry-item .image-4 {height: 646px;}
.masonry-item .image-5 {height: 235px;}

.masonry-item figure {
    margin: 0;
}

.masonry-item figcaption {
    color: white;
}

.masonry-column:nth-child(2) {
    align-items: start;
}

/*
/* Responsive */
/*


 */
/* Mobile */
@media only screen and (max-width: 600px) {
    .logo {
        display: none;
    }

    .hero {
        height: 420px;
    }

    .details-list {
        flex-direction: column;
    }

    .details-list__item {
        padding-bottom: 60px;
    }

    .details-list__item:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .nav__item a {
        margin: 0;
    }

    .section__header {
        width: 90%;
    }

    .section__header--title {
        font-size: 30px;
    }

    .section__header--description {
        font-size: 16px;
    }

    .menu {
        width: 100%;
    }

    #menu {
        margin-top: -60px;
    }

    .menu-list {
        width: 80%;
        font-size: 16px;
    }

    .tab__link {
        font-size: 16px;
    }

    .map-frame {
        width: 100%;
        height: 300px;
    }

    .masonry-item .image-1 {height: 180px;}
    .masonry-item .image-3 {height: 400px;}
    .masonry-item .image-5 {height: 180px;}

    .masonry-item:last-child {
        margin-bottom: 20px;
    }

    .menu-decoration-sunflower {
        position: absolute;
        height: 100px;
        width: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .menu-decoration-leaf {display: none;}
    .menu-decoration-stick {display: none}
}


/* Tablet */
@media only screen and (max-width: 768px) {
    .masonry-column:nth-child(2) {
        display: none;
    }
    .masonry-column {
        margin: 0 auto;
    }
    .details-list__item{
        font-size: 18px;
    }

    .menu-decoration-sunflower, .menu-decoration-leaf, .menu-decoration-stick {height: 130px;}
}

/* Laptop */
@media only screen and (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }
}


/* Desktop */
@media only screen and (min-width: 600px) {
    .logo-mobile {
        display: none;
    }
}
