@font-face {
    font-family: Raleway;
    src: url(./Raleway/Raleway-VariableFont_wght.ttf);
}

@font-face {
    font-family: Cinzel;
    src: url(./Cinzel/Cinzel-Regular.ttf);
}

@font-face {
    font-family: Poiret One;
    src: url(./Poiret_One/PoiretOne-Regular.ttf);
}

.thank-you-note {
    display: none;
    position: fixed;
    top: 20vh;
    left: 50vw;
    width: fit-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 1);
    box-shadow: 0px 0px 10px 2px rgba(69, 69, 69, 1);
    z-index: 9999;
    background-color: white;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}

.thank-you-note button {
    text-align: center;
    line-height: 2;
    width: fit-content;
    height: fit-content;
    padding: 0 10px;
    margin: 10px 0 0 0;
    border: none;
    background-color: rgb(70, 70, 70);
    color: white;
    text-decoration: none;
    font-style: normal;
}

html,
body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    color: black;
}

body {
    /* overflow-y: hidden; */
    overflow-x: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid #eee;
}

h2,
h3 {
    font-family: Cinzel, serif;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 300;
}

h2 {
    font-size: 34px;
    font-weight: 300;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: Poiret One;
    margin: 65px 0 50px 0;
}

p,
ul {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
}

.button--scrollTop {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 46px;
    background-color: transparent;
    border: 0;
    outline: 0;
    z-index: 5006;
}

.button--calltoaction {
    border: none;
    background-color: grey;
    height: 100%;
    width: 40%;
    max-width: 150px;
    margin: auto;
    padding: 5px;
    position: relative;
    text-align: center;
    line-height: 2;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-family: Raleway;
    font-weight: 300;
    font-size: 14px;
}

#calltoaction {
    margin: 10px 0 0 0;
}

.up-arrow {
    height: 20px;
    width: 20px;
}

.button--menuToggle {
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    padding: 10px;
    margin-right: 10px;
    border: 0;
    outline: 0;
    transition: 0.4s;
}

.navbar {
    position: fixed;
    background-color: rgb(255, 255, 255);
    color: white;
    width: 100vw;
    height: 70px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 5001;
    -webkit-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
}

.navbar-desktop {
    display: none;
}

.navbar--logo {
    margin: 15px 5px 10px 10px;
    height: 45px;
    position: relative;
    transition: 0.4s;
}

.shrinked.navbar {
    height: 50px;
    /* padding: 3px 0 0 3px; */
}

.shrinked.navbar-desktop {
    height: 120px;
    padding: 3px 0 0 3px;
}

.shrinked .navbar--logo {
    height: 35px;
    margin: 10px 5px 5px 5px;
}

.shrinked .button--menuToggle {
    padding: 6px;
    margin-right: 6px;
}

.menu-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 100vw;
    background-color: #ffffff;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 5000;
}

.curtain {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #666666;
    opacity: 0.5;
    z-index: 4999;
}

.menu {
    display: none;
    padding-top: 5vh;
    width: 100%;
    height: calc(90vh - 135px - 30px);
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20%;
}

.menu[style*='block'] {
    display: flex !important;
}

.menu--logo {
    margin-top: 10vh;
    height: 100px;
    background-color: transparent;
}

.menu--link {
    font-size: 22px;
    font-family: Raleway;
    font-weight: 300;
    font-style: normal;
}

.menu--link a {
    text-decoration: none;
}

.menu-wrapper>div {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 5px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}

.change.bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change.bar2 {
    opacity: 0;
}

.change.bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.come-in {
    transform: translateX(100px);
    animation: come-in 1s ease forwards;
}

.module {
    opacity: 0;
}

@keyframes come-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.banner {
    position: relative;
    width: 100vw;
    height: fit-content;
    max-height: 80vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 65px 0 0 0;
    overflow: hidden;
}

.video {
    position: relative;
    width: 100vw;
    top: 0;
    left: 50vw;
    height: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.content {
    margin: 0 7vw 0 7vw;
    overflow-y: hidden;
    overflow-x: hidden;
}

.content>div {
    margin: 100px 0;
}

.content--intro {
    text-align: center;
}

.content--about {
    position: relative;
}

.content--about--img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 60vh;
    flex-shrink: 0;
}

.content--about--text {
    flex-shrink: 0;
}


/* .swiper-slide {
    text-align: center;
    background: #fff;
    margin: 30px auto;
    height: 143px;
} */


/* .swiper-slide a {
    text-align: center;
    background: #fff;
    margin: 30px auto;
    height: 143px;
} */

.content--venues {
    height: 340px;
}

.swiper-container {
    position: relative;
    display: block;
    height: fit-content;
    width: 90%;
}

.slider-wrapper {
    height: fit-content;
}

.swiper-slide a {
    text-decoration: none;
    height: 143px;
}

.swiper-slide a>p {
    width: 100%;
    text-align: center;
}

.swiper-slide a>img {
    display: block;
    text-align: center;
    height: 80px;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.swiper-button-next {
    position: relative;
    top: -118px;
    left: calc(81.7vw - 27px/3);
}

.swiper-button-prev {
    position: relative;
    top: -140px;
    left: 0vw;
}

.swiper-button-next,
.swiper-button-prev {
    text-shadow: grey;
    color: grey;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}

.swiper-button-next[style*='block'],
.swiper-button-prev[style*='block'] {
    display: flex !important;
}

.swiper-pagination {
    position: relative;
    display: block;
    margin: 20px 0 0 0;
}

.swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 0;
    background-color: grey;
}

.swiper-pagination-bullet-active {
    background-color: darkgray;
}


/* VENUES GRID TESTY */

.venues-grid--container {
    position: relative;
    display: flex;
    height: fit-content;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.venues-grid--slide {
    margin: 2em 25px;
    vertical-align: bottom;
}

.venues-grid--slide a {
    text-decoration: none;
}

.venues-grid--slide a>p {
    text-align: center;
}

.venues-grid--slide a>img {
    display: block;
    height: 80px;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
}


/* ###### TEST  ###### */

.video-container h4 {
    text-align: left;
    width: fit-content;
    border-bottom: solid thin lightgrey;
    margin: 10px 0;
    padding: 0 20px 0 0;
}

.video-container--cell {
    margin: 0 0 10% 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.aspect-ratio-16-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container--cell iframe {
    width: 100%;
    height: 100%;
}

.content--testimonial--cell {
    position: relative;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 0 0;
}

.content--testimonial hr {
    margin: 0 10%;
}

.content--testimonial>div {
    margin: 50px 0;
}

.testimonial-title {
    margin: 15px 5px 15px 10px;
    font-weight: bold;
    text-align: right;
    font-family: Poiret One;
    font-size: 18px;
}

.testimonial-img {
    width: 100%;
}

.testimonial-text,
.testimonial-text p {
    margin: 20px 0 0 0;
    font-family: Raleway;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 2.4;
    text-align: left;
    text-justify: newspaper;
    max-width: 900px;
}

.testimonial-text--signature {
    font-family: Poiret One;
    margin: 0 30px 0 0;
    padding: 0 0 0 20%;
    text-align: right;
}

.content--offer li {
    line-height: 2;
    margin: 0 0 10px 0;
}

.content--contact form {
    margin: 25px 0 15px 0;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
}

.content--contact--form-element {
    margin: 0 0 15px 0;
}

.content--contact--form-element label {
    display: block;
    font-weight: 400;
    font-family: Raleway;
    font-size: 14px;
}

.content--contact--form-element textarea,
.content--contact--form-element input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    margin: 15px 0 0 0;
    padding: 2px 5px;
    border: solid thin rgb(161, 161, 161);
    border-radius: 3px;
    font-weight: 400;
    font-family: Raleway;
    font-size: 14px;
}

.content--contact--form-element textarea {
    height: 64px;
}

.content--contact button {
    width: 200px;
    padding: 10px;
    margin: 20px auto;
    border: none;
    border-radius: 0;
    outline: none;
    color: white;
    background-color: grey;
    font-weight: 400;
    font-family: Raleway;
    font-size: 14px;
}


/* FOOTER */

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: grey;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 34px;
    width: 100vw;
    color: white;
    font-size: 16px;
    z-index: 5005;
    overflow: hidden;
}

footer .footer--icons {
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 60vw;
    margin: 5px 0 5px 0;
}

footer .footer--icons a img {
    width: 18px;
}

footer a {
    text-decoration: none;
    height: 18px;
}

.footer {
    background-color: grey;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100vw;
    overflow-x: hidden;
    color: white;
    font-size: 16px;
    margin-top: 40px;
}

.footer p {
    line-height: 2.5em;
}


/* JAVASCRIPT EFFECTS */

.fadeIn {
    opacity: 1;
}

.fadeOut {
    opacity: 0;
}

@media all and (orientation:landscape) {
    .menu--link {
        margin: 2.5% 0;
    }
    .menu {
        height: fit-content;
    }
    .menu-wrapper {
        width: 300px;
        height: fit-content;
        position: fixed;
        left: calc(100vw - 300px);
        top: 50px;
        -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        z-index: 5001;
        border: none;
    }
    .menu--logo {
        display: none;
        height: 0;
        width: 0;
    }
    .banner {
        max-height: calc(100vh - 50px);
    }
}

@media screen and (min-width: 700px) and (orientation: portrait) {
    .menu-wrapper {
        width: 300px;
        height: 400px;
        position: fixed;
        left: calc(100vw - 300px);
        top: 40px;
        -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 1);
        z-index: 5000;
    }
    .menu {
        height: 100%;
    }
    .menu--logo {
        display: none;
        height: 0;
        width: 0;
    }
    #hr1 {
        display: none;
    }
}

@media screen and (min-width: 700px) {
    hr {
        margin: 100px 0;
    }
    h2 {
        margin-bottom: 50px;
    }
    .testimonial-img {
        margin: 0 0 20px 0;
    }
    .testimonial-text {
        padding: 0 20px;
    }
    .testimonial-title {
        position: absolute;
        height: fit-content;
        width: 330px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        right: -10px;
        padding: 5px 5px 15px 10px;
        font-weight: bold;
        text-align: center;
        font-family: Poiret One;
        font-size: 19px;
        z-index: 10;
        background-color: white;
    }
    .content--features {
        margin: 80px 0 0 0;
        flex-direction: row;
        -moz-flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .content--contact {
        max-width: 700px;
        margin: 0 auto !important;
    }
    .content--contact form {
        border: solid thin lightgrey;
        padding: 15px;
    }
    .content--contact--form-element input[type='submit'] {
        margin: 50px 35%;
        width: 30%;
    }
}

@media screen and (min-width: 1000px) {
    #hr1 {
        display: none;
    }
    .content {
        margin: 0 10vw 0 10vw;
    }
    .content--about {
        overflow: hidden;
    }
    .content--about--wrapper {
        display: flex;
        flex-direction: row;
        -moz-flex-direction: row;
        align-items: top;
        justify-content: center;
    }
    .content--about--img {
        width: calc(30vw);
        margin: 0;
        height: calc(50vw - 60px);
        padding: 0 0;
        object-fit: cover;
        object-position: center;
    }
    .content--about--text {
        width: calc(50vw - 60px);
        margin: 0 0 0 60px;
        padding-top: 0;
    }
    .content--about--text h4 {
        margin-top: 0;
    }
    .content--offer h3 {
        text-align: left;
    }
    .content--offer .row {
        display: flex;
        flex-direction: row;
        -moz-flex-direction: row;
    }
    .content--offer .column {
        max-width: 30%;
        margin: 10px;
    }
    .content--offer .column-centered {
        width: 30%;
        margin: 10px auto;
    }
    .swiper-button-next {
        position: relative;
        top: -118px;
        left: calc(76vw);
    }
    .swiper-button-prev {
        position: relative;
        top: -140px;
        left: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar {
        display: none;
    }
    .navbar-desktop {
        position: fixed;
        color: black;
        background-color: white;
        width: 100vw;
        height: 150px;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        -moz-flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index: 5001;
        -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.4);
        transition: 0.4s;
        font-size: 20px;
    }
    .navbar-desktop--menu {
        width: fit-content;
        display: flex;
        flex-direction: row;
        -moz-flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-right: 5vw;
    }
    .navbar--logo {
        float: left;
        margin-left: 4vw;
        height: 60px;
        width: auto;
    }
    .shrinked.navbar--logo {
        height: 40px;
        width: auto;
        float: left;
        margin: 5px 5px 5px 2vw;
    }
    .shrinked.navbar-desktop {
        font-size: 16px;
        height: 80px;
    }
    .banner {
        margin-top: 130px;
    }
    .menu--link {
        font-size: inherit;
        margin: 0 10px;
    }
    #hr1 {
        display: none;
    }
    .content--contact--form-element input[type='submit'] {
        margin: 50px 40%;
        width: 20%;
    }
    .button--calltoaction {
        background-color: rgba(155, 155, 155, 0.8);
        position: relative;
        margin: 30px 0 0 0;
    }
    .button--calltoaction a {
        color: white;
        font-family: Raleway;
        font-size: 16px;
        font-weight: 300;
        padding: 15px 20px;
    }
    .video {
        width: 100vw;
    }
    .content--about {
        overflow: wrap;
    }
    .content--about--img {
        height: calc(50vw - 10vw);
        width: calc(30vw - 60px);
        margin: 0;
        padding: 0 0;
        object-position: center;
        object-fit: cover;
    }
    .content--about--text {
        width: calc(50vw - 10vw);
        margin: 0 0 0 60px;
        padding-top: 0;
    }
    .content--testimonial {
        overflow: hidden;
    }
    .content--testimonial--cell {
        position: relative;
        flex-direction: row;
        -moz-flex-direction: row;
        height: 100%;
        min-height: 29.8vw;
        margin: 0 0 30px 0;
    }
    .testimonial-img {
        width: calc(62vw - 10vw - 20px);
        height: calc(38vw - 10vw - 0px);
        padding: 50px 0;
        margin: 0 20px 0 0;
        object-fit: cover;
    }
    .testimonial-text {
        width: calc(38vw - 10vw - 0px);
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        overflow: hidden;
        overflow-wrap: normal;
    }
    .testimonial-title {
        position: relative;
        display: inline-block;
        height: auto;
        width: 350px;
        padding: 0 0 0 0;
        margin: 5% 0 0 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: left;
    }
    .content--gallery {
        margin: 0 0;
    }
    .video-container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-column-gap: 15px;
    }
    .video-container--cell {
        margin: 0 0 0 0;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .video-container h4 {
        margin: 40px 0;
    }
    .content--contact form {
        padding: 15px;
        border: solid thin lightgrey;
    }
}


/* 1366px and above */

@media screen and (min-width: 1380px) {
    p,
    ul {
        font-size: 18px;
    }
    h2 {
        font-size: 46px;
    }
    h3 {
        font-size: 38px;
    }
    h4 {
        font-size: 22px;
    }
    .content--about--img {
        padding: 0 0px;
    }
    .testimonial-text,
    .testimonial-text p {
        font-size: 18px;
    }
    .testimonial-title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .video-container {
        padding: 0 5vw;
    }
}

@media screen and (min-width: 1860px) {
    footer .footer--icons {
        width: 30vw;
    }
}

@media all and (orientation:landscape) and (max-height: 420px) {
    .menu--link {
        font-size: 18px;
        margin: 2% 0;
    }
    .menu {
        padding-top: 0;
        margin-bottom: 0;
    }
}