
::-webkit-scrollbar {
    width: 15px;
  }
  
  ::-webkit-scrollbar-track {
    background: #fdfdfd; 
  }
  
  ::-webkit-scrollbar-thumb {
    background: #ef9c00; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ca8300; 
  }
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
::selection {
    background: #ef9c00;
    color: white;
}
body {
    font-family: montserrat;
    overflow-x: hidden;
    max-width: 100vw;
}
input, button, textarea, :focus {
    outline: none; 
}
.phone-link
{
    text-decoration: none;
}
.title-blacked
{
    background: rgba(239, 156, 0, 0.8);
    color: white;
    padding: 1% 0;
    margin: 1% 0;
}
/*New price*/
.price .title-blacked
{
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.price-outer-wrapper
{
    width: 60%;
    margin-left: 20%;
}
.price-separator
{
    margin: 3% 0;
    border: 3px solid white;
    border-radius: 50%;
}
.price-main-wrapper
{
    display: grid;
    width: 100%;
}
.included-in-price-list-item
{
    margin: 1% 0;
}
.tick
{
    color: rgba(25, 212, 87, 1);
    font-weight: 900;
}
.price-main-wrapper .more-text-hotel
{
    margin: 2% 0;
}
.team-inst
{
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
}
.price-program
{
    color: rgba(25, 212, 87, 0.5);
    font-weight: 700;
    font-size: 1.5em;
}
.page-header-fixed{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background: white;
    -webkit-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.29);
    box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.29);
    position: fixed;
    top: 0;
    z-index: 200;
    transition-duration: .3s;
}
.page-header-fixed h3
{
    width: max-content;
    padding-right: 10%;
    color: black;
}
.page-header-fixed button
{
    margin: 1% 3%;
    color: black;
}
.more-separator
{
    border: 2px solid whitesmoke;
    border-radius: 50%;
    margin: 3% 0;
}
.more-price-wrapper
{
    text-align: center;
    margin: 1% 0;
}
.more-price
{
    font-size: 2.5em;
}
.our-team-videographer-img
{
    border-radius: 50%;
    object-fit: cover;
}
.hotel-link
{
    color: #c07d00;
}
.hotel-link:hover 
{
    color: #ef9c00;
}
/* List */
ul .more-text-hotel
{
    padding: 0;
}
.page-land-text-wrapper, .page-land-header-title, .page-land-header-button
{
    color: rgb(32, 22, 22) !important;
}
.list-item
{
    display: grid;
    grid-template-columns: 50px 1fr;
    margin: 3% 0;
}
.list-count
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef9c00;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 1%;
    font-weight: 700;
    color: white;
}
/* DONE!!! */
@media screen and (min-width: 1441px) {
.more-text-place
{
    font-size: 2em;
}
    /* Page land */
.page-land-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.page-land-image-content {
    max-width: 100vw;
    width: 100%;    
    height: 100%;
    background-image: url('../images/Mari.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.page-land-header-title {
    color: white;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 24px;     
}
.page-land-header {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 1%;
    max-width: 100%;
    transition-duration: .3s;
}
.page-land-header-button {
    width: max-content;
    background: none;
    border: 5px solid #ef9c00;
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0.2% 1%;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: montserrat;
}
.page-land-text-wrapper {
    width: 50%;
    margin-left: 10%;
    margin-top: 7%;
    color: white;
    font-style: italic;
}
.page-land-text-overtitle {
    text-transform: uppercase;
    font-style: italic;
    font-size: 2em;
    padding-left: 2%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-title {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-size: 3em;
}
.page-land-text-description {
    font-size: 1.7em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-description-start
{
    font-size: 2.5em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-time {
    padding-top: 3%;
    font-size: 1.7em;
    font-family: montserrat;
    font-weight: 300;
}
.places-left {
    font-weight: bold;
    font-size: 2.5em;  
}
.page-land-more-button {
    margin-top: 5%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    padding: 3% 10%;
    font-weight: bold;
    width: max-content;
    cursor: pointer;
    font-family: montserrat;
    font-weight: 300;
}
/* more */
.more-title {
    font-size: 3em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
}
.more-info-text-wrapper {
    color: #333333;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding-top: 0.5%;
    font-family: montserrat;
    font-weight: 300;
}
.more-text-place, .more-text-price {
    margin-top: 1%;
    line-height: 150%;
    font-size: 1.5em;
}
.more-text-hotel
{
    line-height: 150%;
    font-size: 1.3em;
}
.hotel-name {
    font-weight: bold;
}
/* slider */
.slider-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 80% 1fr;
    margin-top: 3%;
}
.prev-button-wrapper {
    justify-self: center;
    align-self: center;
}
.next-button-wrapper {
    justify-self: center;
    align-self: center;
}
.slick-track {
    height: 700px;
}
.slider-img {
    object-fit: scale-down;
}
.current {
    display: block;
}
.slick-dots li {
    color: white !important;
    border:1px solid gray !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li.slick-active {
    background: #ef9c00 !important;
}
.slider-prev-button, .slider-next-button {
    background: none;
    border: none;
    cursor: pointer;
}
/* included in price */
.more-included-in-price-wrapper {
    margin-top: 1%;
}
.included-in-price-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
}
.included-in-price-img {
    max-width: 210px;
    max-height: 210px;
    align-self: center;
}
.included-in-price-list-title {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #bdbdbd;
    text-align: center;
}
.included-in-price-list {
    list-style-type: none;
    color: #7f7f7f;
    text-align: center;
}
/* our team */
.our-team {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.our-team-content-wrapper {
    padding: 5% 0;
    transform: skewY(2deg);
    font-family: montserrat;
}
.our-team-title {
    text-align: center;
    color: white;
    font-size: 3em;
}
.our-team-start-description {
    color: #c0c0c0;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
    line-height: 150%;
    font-size: 1.5em;
}
.our-team-trainer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-team-trainer-img, .our-team-forographer-img, .our-team-videographer-img {
    justify-self: center;
    width: 480px;
    height: 480px;
}
.our-team-name {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-team-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-description {
    font-size: 1.3em;
    line-height: 150%;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-quote {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2em;
}
.our-team-quote::before {
    content: open-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-quote::after {
    content: close-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-foto-video {
    display: grid;
    width: 95%;
    grid-template-columns: 25% 50% 25%;
    color: #dbdbdb;
    margin: 5% 0 5% 2.5%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.our-team-foto-video img 
{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
}
.our-team-videographer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
/* tour programm */
.tour-programm {
    margin-top: 10%;
}
.tour-programm-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.tour-day-wrapper {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.tour-day-img {
    width: 60%;
    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 20%;
    object-fit: cover;
}
.tour-day-number {
    text-align: center;
    font-family: montserrat;
    font-weight: 300;
    color: #7f7f7f;
}
.tour-day-description {
    text-align: center;
    color: #333333;
    width: 70%;
    margin: 1% 0 1% 15%;
    font-family: montserrat;
    font-weight: 300;
}
/* organizers */
.about-organizers {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.about-organizers-wrapper {
    transform: skewY(2deg);
    padding: 5% 0;
}
.about-organizers-title {
    text-align: center;
    color: white;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.about-organizers-text {
    text-align: center;
    color: white;
    font-size: 1.3em;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 5%;
}
.about-organizers-text-link {
    color: #AA6666;
    text-decoration: none;
    border-bottom: 0.2px solid #AA6666;
}
.our-organizers-wrapper {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-organizers-img {
    justify-self: center;
}
.our-organizers-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-organizers-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.about-etienne-leroy {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.our-organizers-description {
    font-size: 1.3em;
    font-style: italic;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
    line-height: 150%;
}
.our-organizers-description::before
{
    content: open-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
.our-organizers-description::after
{
    content: close-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
/* about etienne leroy */
.about-etienne-leroy-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    margin-bottom: 3%;
}
.about-etienne-leroy-text {
    width: 50%;
    padding-left: 25%;
    margin: 2% 0;
    color: white;
    font-family: montserrat;
    font-weight: 300;
}
.last-collections-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    color: white;
    margin-bottom: 3%;
}
.last-collections-content {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.last-collection-img {
    transition-duration: 1s;
    border-radius: 50%;
    object-fit: cover;
    width: 480px;
    height: 480px;
}
.last-collection-img:hover {
    transition-duration: .3s;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
}
/* still in doubt */
.still-in-doubt {
    margin-top: 7%;
}
.still-in-doubt-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.still-in-doubt-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.ask-a-question-button {
    margin-top: 5%;
    width: 25%;
    margin-left: 37.5%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
/* form */
.form {
    margin-top: 5%;
}
.form-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.form-subtitle {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
    font-style: italic;
    margin-top: 1%;
}
.form-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.form-button {
    margin-top: 5%;
    width: 30%;
    margin-left: 35%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
/* go-top button */
.go-top-button-wrapper {
    margin: 5% 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.go-top-button {
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border:none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    cursor:pointer;
    transition-duration: .3s;
}
.go-top-button:hover {
    transition-duration: .3s;
    transform: scale(1.05)
}
.go-top-button-img {
    height: 80%;
    width: 50%;
}
/* footer */
.footer {
    background: #272727;
}
.footer-wrapper {
    width: 95%;
    margin-left: 2.5%;
}
.footer-button {
    width: max-content;
    margin-top: 3%;
    background: #adadad;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.footer-title {
    font-size: 3em;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    font-family: montserrat;
    font-weight: 700;
}
.footer-social-wrapper {
    width: 15%;
    display: flex;
    justify-content: space-between;
}
.footer-social-link {
    font-size: 3em;
    color: #cacaca;
    transition-duration: .2s;
}
.footer-social-link:hover {
    color: #acacac;
    transition-duration: .2s;
}
.footer-copyright-text {
    color: #cacaca;
    font-size: 0.5em;
    padding: 1% 0;
    letter-spacing: 3px;
}
/* register form */
.register-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.register-form {
    border-radius: 25px;
    margin-top: 3%;
    animation: fade-ease-in 0.5s ease-in;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reg-name, .reg-phone, .reg-email 
{
    margin: 1% 0;
    padding: 1%;
    width: 30%;
    border: none;
    border-radius: 10px;
    font-size: 2em;
    box-sizing: border-box;
    transition-duration: .3s;
}
.reg-name:focus, .reg-phone:focus, .reg-email:focus
{
    border: 3px solid #ef9c00;
    transition-duration: .3s;
}
.reg-submit 
{
    margin-top: 3%;
    width: 40%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 3%;
    width: 20%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-close-button {
    margin-top: 1%;
    width: 20%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.ask-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ask-form {
    width: 40%;
    margin-left: 30%;
    border-radius: 15px;
    margin-top: 3%;
    height: 70%;
    background: white;
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    animation: fade-ease-in 0.5s linear;
    font-family: montserrat;
    font-weight: 300;
}
.ask-form-close-button {
    color: white;
    position: fixed;
    top: 0;
    left: 85%;
    font-size: 5em;
    cursor: pointer;
    transition-duration: .3s;
}
.ask-form-close-button:hover {
    transition-duration: .3s;
    color: red;
}
.ask-form-title {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.freq-question-wrapper {
    width: 80%;
    margin: 3% 0 3% 10%;
}
.freq-question-title {
    text-align: center;
}
.freq-question-answer {
    text-align: center;
    padding: 1%;
    font-family: montserrat;
    font-weight: 300;
}
.freq-question {
    margin: 5% 0;
    border: 0.5px solid #ef9c00;
    border-radius: 25px;
    padding: 5%;
}
.ask-form-not-found {
    text-align: center;
    margin-top: 3%;
}
.ask-form-not-found-subtitle {
    text-align: center;
}
.ask-form-question-button {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.ask-form-get-trip {
    margin-top: 1%;
    width: 100%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.question-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.q-name, .q-email, .q-question {
    border: none;
    margin: 3% 0;
    border: 1px solid #ef9c00;
    border-radius: 10px;
    font-size: 1.5em;
    padding: 3%;
}
.q-question {
    resize: vertical;
}
.q-submit {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
}
/* DONE!!! */
@media screen and (min-width: 1251px) and (max-width: 1440px) {
    body 
    {
        overflow-x: hidden !important;
    }
     /* Page land */
.page-land-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.page-land-image-content {
    max-width: 100vw;
    width: 100%;
    height: 100vh;   
    background-image: url("../images/Mari.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-land-header-title {
    color: white;
    text-transform: uppercase;
    font-size: 24px;     
    font-family: montserrat;
}
.page-land-header {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 1%;
    max-width: 100%;
}
.page-land-header-button {
    width: max-content;
    background: none;
    border: 5px solid #ef9c00;
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0.2% 1%;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.page-land-text-wrapper {
    width: 50%;
    max-height: 70%;
    margin-left: 15%;
    margin-top: 7%;
    padding-bottom: 3%; 
    color: white;
    font-style: italic;
}
.page-land-text-overtitle {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-weight: 300;
    font-size: 2em;
    padding-left: 2%;
}
.page-land-text-title {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-size: 3em;
}
.page-land-text-description {
    font-family: montserrat;
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 3%;
}
.page-land-text-description-start
{
    font-size: 2em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-time {
    font-family: montserrat;
    font-weight: 300;
    padding-top: 3%;
    font-size: 1.7em;
}
.places-left {
    font-weight: bold;
    font-size: 2em;  
}
.page-land-more-button {
    margin-top: 5%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    padding: 3% 10%;
    font-family: montserrat;
    width: max-content;
    cursor: pointer;

}
/* more */
.more-title {
    font-size: 3em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.more-info-text-wrapper {
    color: #333333;
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding-top: 0.5%;
}
.more-text-place, .more-text-price {
    line-height: 150%;
    font-size: 1.5em;
}
.more-text-hotel
{
    line-height: 150%;
    font-size: 1.3em;
}
.hotel-name {
    font-weight: bold;
}
/* slider */
.slider-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 80% 1fr;
    margin-top: 3%;
}
.prev-button-wrapper {
    justify-self: center;
    align-self: center;
}
.next-button-wrapper {
    justify-self: center;
    align-self: center;
}
.slider {
    width: 100%;
    position: relative;
}
.slider-img {
    width: 100%;
    height: 100%;
    display: none;
}
.current {
    display: block;
}
.slick-dots li {
    color: white !important;
    border:1px solid gray !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li.slick-active {
    background: #ef9c00 !important;
}
.slider-prev-button, .slider-next-button {
    background: none;
    border: none;
    cursor: pointer;
}
/* included in price */
.included-in-price-title {
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    font-size: 2em;
}
.included-in-price-list-title {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #bdbdbd;
    text-align: center;
}
.included-in-price-list {
    list-style-type: none;
    color: #7f7f7f;
    text-align: center;
}
/* our team */
.our-team {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.our-team-content-wrapper {
    padding: 5% 0;
    transform: skewY(2deg);
    font-family: montserrat;
}
.our-team-title {
    text-align: center;
    color: white;
    font-size: 3em;
}
.our-team-start-description {
    color: #c0c0c0;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-trainer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-team-trainer-img, .our-team-forographer-img, .our-team-videographer-img {
    justify-self: center;
    height: 380px;
    width: 380px;
}
.our-team-name {
    text-align: center;
    font-size: 2.7em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-team-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-description {
    font-size: 1.2em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
    line-height: 150%;
}
.our-team-quote {
    padding: 5%;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    line-height: 150%;
    font-size: 1.2em;
}
.our-team-quote::before {
    content: open-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-quote::after {
    content: close-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-foto-video {
    display: grid;
    width: 95%;
    grid-template-columns: 25% 50% 25%;
    color: #dbdbdb;
    margin: 5% 0 5% 2.5%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.our-team-foto-video img 
{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}
.our-team-videographer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
/* tour programm */
.tour-programm {
    margin-top: 10%;
}
.tour-programm-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.tour-day-wrapper {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.tour-day-img {
    width: 80%;
    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 10%;
    object-fit: cover;
}
.tour-day-number {
    text-align: center;
    font-family: montserrat;
    font-weight: 300;
    color: #7f7f7f;
}
.tour-day-description {
    text-align: center;
    color: #333333;
    width: 70%;
    margin: 1% 0 1% 15%;
    font-family: montserrat;
    font-weight: 300;
    font-size: 1.2em;
}
/* organizers */
.about-organizers {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.about-organizers-wrapper {
    transform: skewY(2deg);
    padding: 5% 0;
}
.about-organizers-title {
    text-align: center;
    color: white;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.about-organizers-text {
    text-align: center;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 5%;
}
.about-organizers-text-link {
    color: #AA6666;
    text-decoration: none;
    border-bottom: 0.2px solid #AA6666;
}
.our-organizers-wrapper {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-organizers-img {
    justify-self: center;
    width: 380px;
    height: 380px;
}
.our-organizers-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-organizers-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.about-etienne-leroy {
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.our-organizers-description {
    font-size: 1.3em;
    font-style: italic;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-organizers-description::before
{
    content: open-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
.our-organizers-description::after
{
    content: close-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
/* about etienne leroy */
.about-etienne-leroy-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    margin-bottom: 3%;
}
.about-etienne-leroy-text {
    width: 70%;
    padding-left: 15%;
    margin: 2% 0;
    color: white;
    font-family: montserrat;
    font-weight: 300;
}
.last-collections-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    color: white;
    margin-bottom: 3%;
}
.last-collections-content {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.last-collection-img {
    transition-duration: 1s;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    object-fit: cover;
}
.last-collection-img:hover {
    transition-duration: .3s;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
}
/* still in doubt */
.still-in-doubt {
    margin-top: 7%;
}
.still-in-doubt-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.still-in-doubt-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.ask-a-question-button {
    margin-top: 5%;
    width: 25%;
    margin-left: 37.5%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
/* form */
.form {
    margin-top: 5%;
}
.form-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.form-subtitle {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
    font-style: italic;
    margin-top: 1%;
}
.form-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.form-button {
    margin-top: 5%;
    width: 38%;
    margin-left: 31%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
/* go-top button */
.go-top-button-wrapper {
    margin: 5% 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.go-top-button {
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border:none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    cursor:pointer;
    transition-duration: .3s;
}
.go-top-button:hover {
    transition-duration: .3s;
    transform: scale(1.05)
}
.go-top-button-img {
    height: 80%;
    width: 50%;
}
/* footer */
.footer {
    background: #272727;
}
.footer-wrapper {
    width: 95%;
    margin-left: 2.5%;
}
.footer-button {
    width: max-content;
    margin-top: 3%;
    background: #adadad;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.footer-title {
    font-size: 3em;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    font-family: montserrat;
    font-weight: 700;
}
.footer-social-wrapper {
    width: 20%;
    display: flex;
    justify-content: space-between;
}
.footer-social-link {
    font-size: 3em;
    color: #cacaca;
    transition-duration: .2s;
}
.footer-social-link:hover {
    color: #acacac;
    transition-duration: .2s;
}
.footer-copyright-text {
    color: #cacaca;
    font-size: 0.5em;
    padding: 1% 0;
    letter-spacing: 3px;
}
/* register form */
.register-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register-form
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    animation: fade-ease-in 0.5s ease-in;
}
.reg-name, .reg-phone, .reg-email 
{
    margin: 1% 0;
    padding: 1%;
    width: 30%;
    border: none;
    border-radius: 10px;
    font-size: 1.5em;
    box-sizing: border-box;
    transition-duration: .3s;
}
.reg-name:focus, .reg-phone:focus, .reg-email:focus
{
    border: 3px solid #ef9c00;
    transition-duration: .3s;
}
.reg-submit 
{
    margin-top: 3%;
    width: 40%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 3%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-close-button {
    margin-top: 1%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.ask-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ask-form-modal iframe {
    height: 1000px;
}
.ask-form {
    width: 60%;
    margin-left: 20%;
    border-radius: 15px;
    margin-top: 3%;
    height: 80%;
    background: white;
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    animation: fade-ease-in 0.5s linear;
    font-family: montserrat;
    font-weight: 300;
}
.ask-form-close-button {
    color: white;
    position: fixed;
    top: 0;
    left: 85%;
    font-size: 5em;
    cursor: pointer;
    transition-duration: .3s;
}
.ask-form-close-button:hover {
    transition-duration: .3s;
    color: red;
}
.ask-form-title {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.freq-question-wrapper {
    width: 80%;
    margin: 3% 0 3% 10%;
}
.freq-question-title {
    text-align: center;
}
.freq-question-answer {
    text-align: center;
    padding: 1%;
    font-family: montserrat;
    font-weight: 300;
}
.freq-question {
    margin: 5% 0;
    border: 0.5px solid #ef9c00;
    border-radius: 25px;
    padding: 5%;
}
.ask-form-not-found {
    text-align: center;
    margin-top: 3%;
}
.ask-form-not-found-subtitle {
    text-align: center;
}
.ask-form-question-button {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.ask-form-get-trip {
    margin-top: 1%;
    width: 100%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.question-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.q-name, .q-email, .q-question {
    border: none;
    margin: 3% 0;
    border: 1px solid #ef9c00;
    border-radius: 10px;
    font-size: 1.5em;
    padding: 3%;
}
.q-question {
    resize: vertical;
}
.q-submit {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
       /* Page land */
.page-land-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.page-land-image-content {
    max-width: 100vw;
    width: 100%;    
    height: 100vh;
    background-image: url("../images/Mari.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.page-land-header-title {
    color: white;
    text-transform: uppercase;
    font-size: 24px;    
    font-family: montserrat; 
}
.page-land-header {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 1%;
    max-width: 100%;
}
.page-land-header-button {
    width: max-content;
    background: none;
    border: 5px solid #ef9c00;
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0.2% 1%;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.page-land-text-wrapper {
    width: 60%;
    margin-left: 15%;
    margin-top: 7%;
    max-height: 70%;
    padding-bottom: 3%;
    color: white;
    font-style: italic;
}
.page-land-text-overtitle {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-weight: 100;
    font-size: 2em;
    padding-left: 2%;
}
.page-land-text-title {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-size: 3em;
}
.page-land-text-description {
    font-family: montserrat;
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 3%;
}
.page-land-text-description-start
{
    font-size: 2em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-time {
    font-family: montserrat;
    font-weight: 300;
    padding-top: 3%;
    font-size: 1.3em;
}
.places-left {
    font-weight: bold;
    font-size: 1.7em;  
}
.page-land-more-button {
    margin-top: 5%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    padding: 3% 10%;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    width: max-content;
    cursor: pointer;
}
/* more */
.more-title {
    font-size: 3em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.more-info-text-wrapper {
    color: #333333;
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding-top: 0.5%;
}
.more-text-place, .more-text-price {
    margin-top: 1%;
    line-height: 150%;
    font-size: 1.5em;
}
.more-text-hotel
{
    line-height: 150%;
    font-size: 1.3em;
}
.hotel-name {
    font-weight: bold;
}
/* slider */
.slider-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 80% 1fr;
    margin-top: 3%;
}
.prev-button-wrapper {
    justify-self: center;
    align-self: center;
}
.next-button-wrapper {
    justify-self: center;
    align-self: center;
}
.slider {
    width: 100%;
    position: relative;
}
.slider-img {
    width: 100%;
    height: 100%;
    display: none;
}
.current {
    display: block;
}
.slick-dots li {
    color: white !important;
    border:1px solid gray !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li.slick-active {
    background: #ef9c00 !important;
}
.slider-prev-button, .slider-next-button {
    background: none;
    border: none;
    cursor: pointer;
}
/* included in price */
.included-in-price-title {
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    font-size: 2em;
}
.included-in-price-list-title {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #bdbdbd;
    text-align: center;
}
.included-in-price-list {
    list-style-type: none;
    color: #7f7f7f;
    text-align: center;
}
/* our team */
.our-team {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.our-team-content-wrapper {
    padding: 5% 0;
    transform: skewY(2deg); 
    font-family: montserrat;
}
.our-team-title {
    text-align: center;
    color: white;
    font-size: 3em;
}
.our-team-start-description {
    color: #c0c0c0;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
    font-size: 1.2em;
}
.our-team-trainer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
    align-items: center;
}
.our-team-trainer-img, .our-team-forographer-img, .our-team-videographer-img {
    justify-self: center;
    height: 350px;
    width: 350px;
}
.our-team-name {
    text-align: center;
    font-size: 2.7em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-team-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-description {
    font-size: 1.1em;
    line-height: 120%;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-quote {
    padding: 5%;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 1.1em;
    line-height: 150%;
}
.our-team-quote::before {
    content: open-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-quote::after {
    content: close-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-foto-video {
    display: grid;
    width: 95%;
    grid-template-columns: 25% 50% 25%;
    color: #dbdbdb;
    margin: 5% 0 5% 2.5%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.our-team-foto-video img 
{
    width:  200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.our-team-videographer {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
/* tour programm */
.tour-programm {
    margin-top: 10%;
}
.tour-programm-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.tour-day-wrapper {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
.tour-day-img {
    width: 80%;
    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 10%;
    object-fit: cover;
}
.tour-day-number {
    text-align: center;
    font-family: montserrat;
    font-weight: 300;
    color: #7f7f7f;
}
.tour-day-description {
    text-align: center;
    color: #333333;
    width: 80%;
    margin: 1% 0 1% 10%;
    font-family: montserrat;
    font-weight: 300;
}
/* organizers */
.about-organizers {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.about-organizers-wrapper {
    transform: skewY(2deg);
    padding: 5% 0;
}
.about-organizers-title {
    text-align: center;
    color: white;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.about-organizers-text {
    text-align: center;
    color: white;
    font-size: 1.3em;
    width: 80%;
    margin-left: 10%;
    line-height: 25px;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 5%;
}
.about-organizers-text-link {
    color: #AA6666;
    text-decoration: none;
    border-bottom: 0.2px solid #AA6666;
}
.our-organizers-wrapper {
    display: grid;
    grid-template-columns: 40% 50% 10%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-organizers-img {
    justify-self: center;
    width: 380px;
    height: 380px;
}
.our-organizers-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-organizers-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.about-etienne-leroy {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.our-organizers-description {
    font-size: 1.2em;
    font-style: italic;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-organizers-description::before
{
    content: open-quote;
    color: #ef9c00;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}
.our-organizers-description::after
{
    content: close-quote;
    color: #ef9c00;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}
/* about etienne leroy */
.about-etienne-leroy-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    margin-bottom: 3%;
}
.about-etienne-leroy {
    width: 80%;
    margin-left: 10%;
}
.about-etienne-leroy-text {
    width: 70%;
    padding-left: 15%;
    margin: 2% 0;
    color: white;
    font-family: montserrat;
    font-weight: 300;
}
.last-collections-title {
    text-align: center;
    font-size: 2.5em;
    font-family: montserrat;
    font-weight: 300;
    color: white;
    margin-bottom: 3%;
}
.last-collections-content {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.last-collection-img {
    transition-duration: 1s;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.last-collection-img:hover {
    transition-duration: .3s;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
}
/* still in doubt */
.still-in-doubt {
    margin-top: 7%;
}
.still-in-doubt-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.still-in-doubt-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.ask-a-question-button {
    margin-top: 5%;
    width: 35%;
    margin-left: 32.5%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
/* form */
.form {
    margin-top: 5%;
}
.form-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
    font-weight: 300;
}
.form-subtitle {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
    font-style: italic;
    margin-top: 1%;
}
.form-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.form-button {
    margin-top: 5%;
    width: 38%;
    margin-left: 31%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
/* go-top button */
.go-top-button-wrapper {
    margin: 5% 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.go-top-button {
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border:none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    cursor:pointer;
    transition-duration: .3s;
}
.go-top-button:hover {
    transition-duration: .3s;
    transform: scale(1.05)
}
.go-top-button-img {
    height: 80%;
    width: 50%;
}
/* footer */
.footer {
    background: #272727;
}
.footer-wrapper {
    width: 95%;
    margin-left: 2.5%;
}
.footer-button {
    width: max-content;
    margin-top: 3%;
    background: #adadad;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
.footer-title {
    font-size: 3em;
    text-transform: uppercase;
    color: white;
    font-family: montserrat;
    font-weight: semibold;
}
.footer-social-wrapper {
    width: 20%;
    display: flex;
    justify-content: space-between;
}
.footer-social-link {
    font-size: 3em;
    color: #cacaca;
    transition-duration: .2s;
}
.footer-social-link:hover {
    color: #acacac;
    transition-duration: .2s;
}
.footer-copyright-text {
    color: #cacaca;
    font-size: 0.5em;
    padding: 1% 0;
    letter-spacing: 3px;
}
/* register form */
.register-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register-form
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    animation: fade-ease-in 0.5s ease-in;
}
.reg-name, .reg-phone, .reg-email 
{
    margin: 1% 0;
    padding: 1%;
    width: 40%;
    border: none;
    border-radius: 10px;
    font-size: 1.5em;
    box-sizing: border-box;
    transition-duration: .3s;
}
.reg-name:focus, .reg-phone:focus, .reg-email:focus
{
    border: 3px solid #ef9c00;
    transition-duration: .3s;
}
.reg-submit 
{
    margin-top: 3%;
    width: 50%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 3%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-close-button {
    margin-top: 1%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.ask-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ask-form {
    width: 60%;
    margin-left: 20%;
    border-radius: 15px;
    margin-top: 3%;
    margin-bottom: 10%;
    height: 80%;
    background: white;
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    animation: fade-ease-in 0.5s linear;
    font-family: montserrat;
    font-weight: 300;
}
.ask-form-close-button {
    color: white;
    position: fixed;
    left: 85%;
    font-size: 5em;
    cursor: pointer;
    transition-duration: .3s;
}
.ask-form-close-button:hover {
    transition-duration: .3s;
    color: red;
}
.ask-form-title {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.freq-question-wrapper {
    width: 80%;
    margin: 3% 0 3% 10%;
}
.freq-question-title {
    text-align: center;
}
.freq-question-answer {
    text-align: center;
    padding: 1%;
    font-family: montserrat;
    font-weight: 300;
}
.freq-question {
    margin: 5% 0;
    border: 0.5px solid #ef9c00;
    border-radius: 25px;
    padding: 5%;
}
.ask-form-not-found {
    text-align: center;
    margin-top: 3%;
}
.ask-form-not-found-subtitle {
    text-align: center;
}
.ask-form-question-button {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.ask-form-get-trip {
    margin-top: 1%;
    width: 100%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.question-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.q-name, .q-email, .q-question {
    border: none;
    margin: 3% 0;
    border: 1px solid #ef9c00;
    border-radius: 10px;
    font-size: 1.5em;
    padding: 3%;
}
.q-question {
    resize: vertical;
}
.q-submit {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.page-header-fixed h3
{
    margin: 3% 3%;
    color: black;
    font-size: 1em;
}
.page-header-fixed button
{
    margin: 3% 3%;
    color: black;
    font-size: 1em;
    border-radius: 5px;
    letter-spacing: normal;
    border-width: 2px;
}
/* Page land */
.page-land-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.page-land-image-content {
    max-width: 100vw;
    width: 100%;    
    height: 100vh;
    background-image: url("../images/Mari.jpg");
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: center;

}
.page-land-header-title {
    color: white;
    text-transform: uppercase;
    font-size: 24px;     
    font-family: montserrat;
}
.page-land-header {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 1%;
    max-width: 100%;
}
.page-land-header-button {
    width: max-content;
    background: none;
    border: 5px solid #ef9c00;
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0.2% 1%;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.page-land-text-wrapper {
    width: 50%;
    margin-left: 15%;
    margin-top: 7%;
    color: white;
    font-style: italic;
}
.page-land-text-overtitle {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-weight: 300;
    font-size: 2em;
    padding-left: 2%;
}
.page-land-text-title {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-size: 3em;
}
.page-land-text-description {
    font-family: montserrat;
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 3%;
}
.page-land-text-description-start
{
    font-size: 1.5em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-time {
    font-family: montserrat;
    font-weight: 300;
    padding-top: 3%;
    font-size: 1.3em;
}
.places-left {
    font-weight: bold;
    font-size: 1.7em;  
}
.page-land-more-button {
    margin-top: 5%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    padding: 3% 10%;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    width: max-content;
    cursor: pointer;
}
/* more */
.more-title {
    font-size: 3em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.more-info-text-wrapper {
    color: #333333;
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding-top: 0.5%;
}
.more-text-place, .more-text-price {
    line-height: 150%;
    font-size: 1.5em;
}
.more-text-hotel
{
    line-height: 150%;
    font-size: 1.3em;
}
.hotel-name {
    font-weight: bold;
}
/* slider */
.slider-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 80% 1fr;
    margin-top: 3%;
}
.prev-button-wrapper {
    justify-self: center;
    align-self: center;
}
.next-button-wrapper {
    justify-self: center;
    align-self: center;
}
.slider {
    width: 100%;
    position: relative;
}
.slider-img {
    width: 100%;
    height: 100%;
    display: none;
}
.current {
    display: block;
}
.slick-dots li {
    color: white !important;
    border:1px solid gray !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li.slick-active {
    background: #ef9c00 !important;
}
.slider-prev-button, .slider-next-button {
    background: none;
    border: none;
    cursor: pointer;
}
/* included in price */
.included-in-price-title {
    font-family: montserrat;
    font-weight: 300;
    text-align: center;
    font-size: 2em;
}
.included-in-price-list-title {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #bdbdbd;
    text-align: center;
}
.included-in-price-list {
    list-style-type: none;
    color: #7f7f7f;
    text-align: center;
}
.included-in-price-list li {
    padding-top: 5%;
}
/* our team */
.our-team {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.our-team-content-wrapper {
    padding: 5% 0;
    transform: skewY(2deg);
    font-family: montserrat;
}
.our-team-title {
    text-align: center;
    color: white;
    font-size: 3em;
}
.our-team-start-description {
    color: #c0c0c0;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-trainer {
    display: grid;
    grid-template-columns: 40% 59% 1%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-team-trainer-img, .our-team-forographer-img, .our-team-videographer-img {
    justify-self: center;
    height: 250px;
    width: 250px;
    align-self: center;
}
.our-team-name {
    text-align: center;
    font-size: 1.3em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-team-post {
    text-align: center;
    font-size: 0.7em;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-description {
    font-size: 0.9em;
    line-height: 150%;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.our-team-quote {
    padding: 3%;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 1em;
    line-height: 150%;
}
.our-team-quote::before {
    content: open-quote;
    font-size: 1.2em;
    color: #ef9c00;
}
.our-team-quote::after {
    content: close-quote;
    font-size: 1.2em;
    color: #ef9c00;
}
.our-team-foto-video {
    display: grid;
    width: 95%;
    grid-template-columns: 25% 50% 25%;
    color: #dbdbdb;
    margin: 5% 0 5% 2.5%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.our-team-foto-video img 
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.our-team-videographer {
    display: grid;
    grid-template-columns: 40% 59% 1%;
    color: #dbdbdb;
    margin: 5% 0;
}
/* organizers */
.about-organizers {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.about-organizers-wrapper {
    transform: skewY(2deg);
    padding: 5% 0;
}
.about-organizers-title {
    text-align: center;
    color: white;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.about-organizers-text {
    text-align: center;
    color: white;
    font-size: 1em;
    width: 90%;
    margin-left: 5%;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 5%;
    line-height: 150%;
}
.about-organizers-text-link {
    color: #AA6666;
    text-decoration: none;
    border-bottom: 0.2px solid #AA6666;
}
.our-organizers-wrapper {
    display: grid;
    grid-template-columns: 40% 59% 1%;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-organizers-img {
    justify-self: center;
    width: 250px;
    height: 250px;
}
.our-organizers-title {
    text-align: center;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    text-transform: uppercase;
}
.our-organizers-post {
    text-align: center;
    font-size: 1.2em;
    font-family: montserrat;
    font-weight: 300;
}
.about-etienne-leroy {
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.our-organizers-description {
    font-size: 0.9em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
    font-style: italic;
}
.our-organizers-description::before
{
    content: open-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
.our-organizers-description::after
{
    content: close-quote;
    color: #ef9c00;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
/* about etienne leroy */
.last-collections-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
    font-weight: 300;
    color: white;
    margin-bottom: 3%;
}
.last-collections-content {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.last-collection-img {
    transition-duration: 1s;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    object-fit: cover;
}
.last-collection-img:hover {
    transition-duration: .3s;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
}
/* still in doubt */
.still-in-doubt {
    margin-top: 7%;
}
.still-in-doubt-title {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
}
.still-in-doubt-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.ask-a-question-button {
    margin-top: 5%;
    width: 35%;
    margin-left: 32.5%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
/* form */
.form {
    margin-top: 5%;
}
.form-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat;
    font-weight: 300;
}
.form-subtitle {
    text-align: center;
    font-size: 3em;
    font-family: montserrat;
    font-weight: 300;
    font-style: italic;
    margin-top: 1%;
}
.form-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat;
    font-weight: 300;
    margin-top: 3%;
}
.form-button {
    margin-top: 5%;
    width: 50%;
    margin-left: 25%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
/* go-top button */
.go-top-button-wrapper {
    margin: 5% 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.go-top-button {
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border:none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    cursor:pointer;
    transition-duration: .3s;
}
.go-top-button:hover {
    transition-duration: .3s;
    transform: scale(1.05)
}
.go-top-button-img {
    height: 80%;
    width: 50%;
}
/* footer */
.footer {
    background: #272727;
}
.footer-wrapper {
    width: 95%;
    margin-left: 2.5%;
}
.footer-button {
    width: max-content;
    margin-top: 3%;
    background: #adadad;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    font-weight: 300;
    font-weight: bold;
    cursor: pointer;
}
.footer-title {
    font-size: 3em;
    text-transform: uppercase;
    color: white;
    font-family: montserrat;
    font-weight: 700;
}
.footer-social-wrapper {
    width: 20%;
    display: flex;
    justify-content: space-between;
}
.footer-social-link {
    font-size: 3em;
    color: #cacaca;
    transition-duration: .2s;
}
.footer-social-link:hover {
    color: #acacac;
    transition-duration: .2s;
}
.footer-copyright-text {
    color: #cacaca;
    font-size: 0.5em;
    padding: 1% 0;
    letter-spacing: 3px;
}
/* register form */
.register-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register-form
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    animation: fade-ease-in 0.5s ease-in;
}
.reg-name, .reg-phone, .reg-email 
{
    margin: 1% 0;
    padding: 1%;
    width: 70%;
    border: none;
    border-radius: 10px;
    font-size: 1.5em;
    box-sizing: border-box;
    transition-duration: .3s;
}
.reg-name:focus, .reg-phone:focus, .reg-email:focus
{
    border: 3px solid #ef9c00;
    transition-duration: .3s;
}
.reg-submit 
{
    margin-top: 5%;
    width: 50%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 3%;
    width: 60%;
    padding: 3%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-close-button {
    margin-top: 1%;
    width: 40%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 3%;
    width: 40%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    cursor: pointer;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}

.ask-form-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ask-form {
    width: 70%;
    margin-left: 15%;
    border-radius: 15px;
    margin-top: 3%;
    height: 100%;
    background: white;
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    animation: fade-ease-in 0.5s linear;
    font-family: montserrat;
    font-weight: 300
}
.ask-form-close-button {
    color: white;
    position: fixed;
    top: 0;
    left: 90%;
    font-size: 5em;
    cursor: pointer;
    transition-duration: .3s;
}
.ask-form-close-button:hover {
    transition-duration: .3s;
    color: red;
}
.ask-form-title {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.freq-question-wrapper {
    width: 80%;
    margin: 3% 0 3% 10%;
}
.freq-question-title {
    text-align: center;
}
.freq-question-answer {
    text-align: center;
    padding: 1%;
    font-family: montserrat;
    font-weight: 300;
}
.freq-question {
    margin: 5% 0;
    border: 0.5px solid #ef9c00;
    border-radius: 25px;
    padding: 5%;
}
.ask-form-not-found {
    text-align: center;
    margin-top: 3%;
}
.ask-form-not-found-subtitle {
    text-align: center;
}
.ask-form-question-button {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.ask-form-get-trip {
    margin-top: 1%;
    width: 100%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.question-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.q-name, .q-email, .q-question {
    border: none;
    margin: 3% 0;
    border: 1px solid #ef9c00;
    border-radius: 10px;
    font-size: 1.5em;
    padding: 3%;
}
.q-question {
    resize: vertical;
}
.q-submit {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
/*price media*/
.price-outer-wrapper
{
    width: 95%;
    margin-left: 2.5%;
}
.price-main-wrapper .more-text-hotel
{
    width: 95%;
    margin-left: 2.5%;
}
.included-in-price-list-item
{
    text-align: left;
    width: 80%;
    margin-left: 10%;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    /*price media*/
.price-outer-wrapper
{
    width: 95%;
    margin-left: 2.5%;
}
.price-main-wrapper .more-text-hotel
{
    width: 95%;
    margin-left: 2.5%;
}
.included-in-price-list-item
{
    text-align: left;
    width: 80%;
    margin-left: 10%;
}
.price-separator
{
    border-radius: 0px;
}
.more-text-hotel, .more-text-hotel
{
    font-family: montserrat !important;
}
.page-header-fixed h3
{
    margin: 5% 1%;
    color: black;
}
.still-in-doubt-text
{
    font-family: montserrat !important;
}
.form-text
{
    font-family: montserrat !important;
}
/* Page land */
.page-land-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.page-land-image-content {
    max-width: 100vw;
    width: 100%;    
    height: 100%;
    background-image: url('../images/Mari.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.page-land-header-title {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-family: montserrat;   
}
.page-land-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 1%;
    max-width: 100%;
}
.page-land-header-button {
    width: 80%;
    padding: 1%;
    background: none;
    border: 2px solid #ef9c00;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 3%;
}
.page-land-text-wrapper {
    width: 80%;
    max-height: 70%;
    margin-left: 5%;
    margin-top: 10%;
    color: white;
    font-style: italic;
}
.page-land-text-overtitle {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat extralight;
    font-size: 1.2em;
    padding-left: 2%;
}
.page-land-text-title {
    text-transform: uppercase;
    font-style: italic;
    font-family: montserrat;
    font-size: 1.7em;
}
.page-land-text-description {
    font-family: montserrat light;
    font-size: 1.2em;
    margin-top: 3%;
}
.page-land-text-description-start
{
    font-size: 1.5em;
    margin-top: 3%;
    font-family: montserrat;
    font-weight: 300;
}
.page-land-text-time {
    font-family: montserrat light;
    padding-top: 3%;
    font-size: 1em;
}
.places-left {
    font-weight: bold;
    font-size: 1.5em;  
}
.page-land-more-button {
    margin-top: 5%;
    width: 30%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    padding: 1.5% 7%;
    font-family: montserrat light;
    font-weight: bold;
    width: max-content;
    cursor: pointer;
}
/* more */
.more-title {
    font-size: 2.5em;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat light;
}
.more-info-text-wrapper {
    color: #333333;
    font-family: montserrat light;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    padding-top: 0.5%;
}
.more-text-place, .more-text-price {
    margin-top: 1%;
    line-height: 150%;
    font-size: 1.5em;
}
.more-text-hotel
{
    line-height: 150%;
    font-size: 1.3em;
}
.hotel-name {
    font-weight: bold;
}
/* slider */
.slider-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 0% 100% 0%;
    margin-top: 3%;
}
.prev-button-wrapper {
    justify-self: center;
    align-self: center;
}
.next-button-wrapper {
    justify-self: center;
    align-self: center;
    display: none;
}
.slider {
    width: 100%;
    position: relative;
}
.slider-img {
    width: 100%;
    height: 100%;
    display: none;
}
.current {
    display: block;
}
.slick-dots li {
    color: white !important;
    border:1px solid gray !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
}
.slick-dots li.slick-active {
    background: #ef9c00 !important;
}
.slider-prev-button, .slider-next-button {
    background: none;
    border: none;
    cursor: pointer;
}
/* included in price */
.included-in-price-title {
    font-family: montserrat light;
    text-align: center;
    font-size: 1.5em;
}
.included-in-price-list-title {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #bdbdbd;
    text-align: center;
}
.included-in-price-list {
    list-style-type: none;
    color: #7f7f7f;
    text-align: center;
}
/* our team */
.our-team {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.our-team-content-wrapper {
    padding: 5% 0;
    transform: skewY(2deg);
    font-family: montserrat;
}
.our-team-title {
    text-align: center;
    color: white;
    font-size: 2.5em;
}
.our-team-start-description {
    color: #c0c0c0;
    text-align: center;
    margin-top: 3%;
    font-family: montserrat light;
}
.our-team-trainer {
    display: grid;
    color: #dbdbdb;
    margin: 5% 0;
}
.our-team-trainer-img, .our-team-forographer-img, .our-team-videographer-img {
    justify-self: center;
    height: 200px;
    width: 200px;
    align-self: center;
}
.our-team-name {
    text-align: center;
    font-size: 1.5em;
    font-family: montserrat light;
    text-transform: uppercase;
    padding-top: 3%;
}
.our-team-post {
    text-align: center;
    font-size: 1em;
    font-family: montserrat light;
}
.our-team-description {
    font-size: 1em;
    padding: 0 5%;
    margin-top: 3%;
    text-align: center;
    font-family: montserrat light;
    line-height: 150%;
}
.our-team-quote {
    padding: 2%;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 1em;
    line-height: 150%;
}
.our-team-quote::before {
    content: open-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-quote::after {
    content: close-quote;
    font-size: 1.5em;
    color: #ef9c00;
}
.our-team-foto-video {
    display: grid;
    width: 95%;
    color: #dbdbdb;
    margin: 5% 0 5% 2.5%;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.our-team-foto-video img 
{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
}
.our-team-videographer {
    display: grid;
    color: #dbdbdb;
    margin: 5% 0;
}
/* organizers */
.about-organizers {
    background: #272727;
    transform: skewY(-2deg);
    margin-top: 5%;
}
.about-organizers-wrapper {
    transform: skewY(2deg);
    padding: 5% 0;
}
.about-organizers-title {
    text-align: center;
    color: white;
    font-size: 2.5em;
    font-family: montserrat light;
}
.about-organizers-text {
    text-align: center;
    color: white;
    font-size: 1em;
    line-height: 150%;
    width: 90%;
    margin-left: 5%;
    font-family: montserrat light;
    margin-top: 5%;
}
.about-organizers-text-link {
    color: #AA6666;
    text-decoration: none;
    border-bottom: 0.2px solid #AA6666;
}
.our-organizers-wrapper {
    display: grid;

    color: #dbdbdb;
    margin: 5% 0;
}
.our-organizers-img {
    justify-self: center;
    width: 250px;
    height: 250px;
}
.our-organizers-title {
    text-align: center;
    font-size: 1.5em;
    font-family: montserrat light;
    text-transform: uppercase;
    width: 80%;
    margin-left: 10%;
}
.our-organizers-post {
    text-align: center;
    font-size: 1em;
    font-family: montserrat light;
}
.about-etienne-leroy {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.our-organizers-description {
    font-size: 1em;
    margin-top: 3%;
    width: 80%;
    margin-lefT: 10%;
    text-align: Center;
    font-family: montserrat light;
    font-style: italic;
    line-height: 150%;
}
.our-organizers-description::before
{
    content: open-quote;
    font-size: 2em;
    color: #ef9c00;
    font-weight: 700;
    font-style: italic;
}
.our-organizers-description::after
{
    content: close-quote;
    font-size: 2em;
    color: #ef9c00;
    font-weight: 700;
    font-style: italic;
}
/* about etienne leroy */
.about-etienne-leroy-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat light;
    text-transform: uppercase;
    color: white;
    margin-bottom: 3%;
    width: 100%;
}
.about-etienne-leroy {
    width: 90%;
    margin-left: 5%;
}
.about-etienne-leroy-text {
    width: 100%;
    margin: 2% 0;
    color: white;
    font-family: montserrat light;
}
.last-collections-title {
    text-align: center;
    font-size: 1.5em;
    font-family: montserrat light;
    color: white;
    margin-bottom: 3%;
}
.last-collections-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.last-collection-img {
    transition-duration: 1s;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 3% 0;
    object-fit: cover;
}
.last-collection-img:hover {
    transition-duration: .3s;
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,1);
}
/* still in doubt */
.still-in-doubt {
    margin-top: 7%;
}
.still-in-doubt-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat light;
}
.still-in-doubt-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat light;
    margin-top: 3%;
}
.ask-a-question-button {
    margin-top: 5%;
    width: 50%;
    margin-left: 25%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat light;
    font-weight: bold;
    cursor: pointer;
}
/* form */
.form {
    margin-top: 5%;
}
.form-title {
    text-align: center;
    font-size: 2em;
    font-family: montserrat light;
}
.form-subtitle {
    text-align: center;
    font-size: 3em;
    font-family: montserrat light;
    font-style: italic;
    margin-top: 1%;
}
.form-text {
    text-align: center;
    font-size: 1.5em;
    color: #adadad;
    font-family: montserrat light;
    margin-top: 3%;
}
.form-button {
    margin-top: 5%;
    width: 50%;
    margin-left: 25%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat light;
    font-weight: bold;
    cursor: pointer;
}
/* go-top button */
.go-top-button-wrapper {
    margin: 5% 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.go-top-button {
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border:none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
    cursor:pointer;
    transition-duration: .3s;
}
.go-top-button:hover {
    transition-duration: .3s;
    transform: scale(1.05)
}
.go-top-button-img {
    height: 80%;
    width: 50%;
}
/* footer */
.footer {
    background: #272727;
}
.footer-wrapper {
    width: 95%;
    margin-left: 2.5%;
}
.footer-button {
    width: max-content;
    margin-top: 3%;
    background: #adadad;
    border: none;
    border-radius: 50px;
    padding: 1% 1%;
    text-transform: uppercase;
    color: white;
    font-size: 0.9em;
    font-family: montserrat light;
    font-weight: bold;
    cursor: pointer;
}
.footer-title {
    font-size: 2em;
    text-transform: uppercase;
    color: white;
    font-family: montserrat semibold;
    font-weight: normal;
}
.footer-social-wrapper {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.footer-social-link {
    font-size: 2em;
    color: #cacaca;
    transition-duration: .2s;
}
.footer-social-link:hover {
    color: #acacac;
    transition-duration: .2s;
}
.footer-copyright-text {
    color: #cacaca;
    font-size: 0.5em;
    padding: 1% 0;
    letter-spacing: 3px;
}
/* register form */
.register-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register-form
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    animation: fade-ease-in 0.5s ease-in;
}
.reg-name, .reg-phone, .reg-email 
{
    margin: 1% 0;
    padding: 3%;
    width: 90%;
    border: none;
    border-radius: 10px;
    font-size: 1.5em;
    box-sizing: border-box;
    transition-duration: .3s;
}
.reg-name:focus, .reg-phone:focus, .reg-email:focus
{
    border: 3px solid #ef9c00;
    transition-duration: .3s;
}
.reg-submit 
{
    margin-top: 3%;
    width: 70%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-question-button {
    margin-top: 7%;
    width: 50%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.register-form-close-button {
    margin-top: 3%;
    width: 50%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    font-family: montserrat;
    font-weight: 300;
    animation: fade-ease-in-to-bottom 0.5s linear;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    cursor: pointer;
}
.ask-form-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ask-form {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background: white;
    position: relative;
    overflow-y: auto;
    scrollbar-base-color: transparent;
    animation: fade-ease-in 0.5s linear;
    font-family: montserrat light;
}
.ask-form-close-button {
    color: black;
    position: fixed;
    top: 3%;
    left: 90%;
    font-size: 2em;
    cursor: pointer;
    transition-duration: .3s;
}
.ask-form-close-button:hover {
    transition-duration: .3s;
    color: red;
}
.ask-form-title {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.freq-question-wrapper {
    width: 80%;
    margin: 3% 0 3% 10%;
}
.freq-question-title {
    text-align: center;
}
.freq-question-answer {
    text-align: center;
    padding: 1%;
    font-family: montserrat light;
}
.freq-question {
    margin: 5% 0;
    border: 0.5px solid #ef9c00;
    border-radius: 25px;
    padding: 5%;
}
.ask-form-not-found {
    text-align: center;
    margin-top: 3%;
}
.ask-form-not-found-subtitle {
    text-align: center;
}
.ask-form-question-button {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.ask-form-get-trip {
    margin-top: 1%;
    width: 100%;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 4%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
.question-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.q-name, .q-email, .q-question {
    border: none;
    margin: 3% 0;
    border: 1px solid #ef9c00;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 3%;
}
.q-question {
    resize: vertical;
}
.q-submit {
    margin-top: 5%;
    width: 100%;;
    background: #ef9c00;
    border: none;
    border-radius: 50px;
    padding: 1% 3%;
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-family: montserrat;
    cursor: pointer;
}
}
/* keyframes */
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-ease-in {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-ease-in-to-bottom {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-ease-out {
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
    0% {
        opacity: 1;
    }
}