@charset "utf-8";

/*light #b9d4cd*/

/*dark #7bac9f*/


/*sahde #92c8ba*/

/*-------------General Style---------------------------------------*/
/*@import url(../../css);*/

@font-face {
    font-family: "MONTSERRAT";
    src: url("../fonts/MONTSERRAT-REGULAR.TTF");
}

@font-face {
    font-family: "MONTSERRAT";
    src: url("../fonts/MONTSERRAT-BOLD.TTF");
    font-weight: bold;
}

html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'MONTSERRAT', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /*background: #7bac9f;*/
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


p {
    font-size: 14px;
    line-height: 21px
}

::-webkit-scrollbar, -moz-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track, -moz-scrollbar {
    width: 4px;
    background: rgba(51, 51, 51, 0.21);
}

::-webkit-scrollbar-thumb, -moz-scrollbar {
    background: rgba(51, 51, 51, 0.71);
}

.clear {
    clear: both;
    float: none;
}

/* ---------Loader--------------------------------------*/
.loader-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #7bac9f;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -52.5px;
    width: 105px;
    height: 8px;
}

#movingBallG {
    position: relative;
    width: 105px;
    height: 8px;
}

.movingBallLineG {
    position: absolute;
    left: 0px;
    top: 3px;
    height: 2px;
    width: 105px;
    background: rgba(255, 255, 255, 0.21);
}

.movingBallG {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -moz-animation-name: bounce_movingBallG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 4px;
    -webkit-animation-name: bounce_movingBallG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 4px;
    -ms-animation-name: bounce_movingBallG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 4px;
    -o-animation-name: bounce_movingBallG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 4px;
    animation-name: bounce_movingBallG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

@-moz-keyframes bounce_movingBallG {
    0% {
        left: 0px;
    }

    50% {
        left: 97px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes bounce_movingBallG {
    0% {
        left: 0px;
    }

    50% {
        left: 97px;
    }

    100% {
        left: 0px;
    }
}

@-ms-keyframes bounce_movingBallG {
    0% {
        left: 0px;
    }

    50% {
        left: 97px;
    }

    100% {
        left: 0px;
    }
}

@-o-keyframes bounce_movingBallG {
    0% {
        left: 0px;
    }

    50% {
        left: 97px;
    }

    100% {
        left: 0px;
    }
}

@keyframes bounce_movingBallG {
    0% {
        left: 0px;
    }

    50% {
        left: 97px;
    }

    100% {
        left: 0px;
    }
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}

#canvas-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: -1;
    opacity: 0.5;
}

.slide-bg {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: 50%;
    background-repeat: repeat;
}

.swiper-slide {
    position: relative;
    z-index: 10;
}

.content {
    max-width: 1024px;
    width: 92%;
    margin: 0px auto;
    position: relative;
    z-index: 3;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: initial !important;
}

.wrapper, .content-inner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 7;
}

.content-holder {
    float: left;
    max-width: 600px;
    position: relative;
    padding-left: 50px;
}

.form-holder {
    float: left;
    max-width: 600px;
    /*position: relative;*/
    padding-left: 20px;
}

.reservation-form-holder {
    padding-left: 20px;
}

.container {
    float: left !important;
    width: 100% !important;;
    height: 100% !important;;
    position: relative !important;;
    z-index: 6 !important;;
    overflow-x: hidden;
    overflow-y: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /*background: #92c8ba;*/
    opacity: 0.7;
}


.owl-dot {
    margin-top: 20px;
}

.owl-dot span {
    color: white;
    background: white;
    border: 1px solid #cb9831;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: flex;
    margin: 0 10px;
}

.hmoov:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*-moz-box-shadow: inset 0 0 0 44px #7bac9f;*/
    /*-webkit-box-shadow: inset 0 0 0 44px #7bac9f;*/
    /*box-shadow: inset 0 0 0 44px #7bac9f;*/
    opacity: 0.7;
}

section {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 130px;

}

#fall-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    opacity: 0.8;
}

#audio-control {
    position: absolute;
    top: 90%;
    left: 5%;
    width: 31px;
    height: 31px;
    z-index: 2;
    cursor: pointer;
    background-image: url(../images/audio.gif);
    background-repeat: no-repeat;
    background-position: bottom;

}

.as {
    background-image: url(../images/audio-stop.png) !important;
    background: rgba(255, 255, 255, 0.051)
}

/*------ navigation -------------------------------------------------*/
#nav {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 5%;
    z-index: 50;
    width: 130px;
    opacity: 1;
}

.nav-logo {
    filter: brightness(2);
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 21;
    width: 110px;
}

.nav-button {
    position: absolute;
    top: 75px;
    right: 70px;
    z-index: 21;
    width: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 24px;
}

.nav-button span {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    height: 2px;
    background: white;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-button.cmenu .nbs {
    opacity: 0;
}

.nav-button.cmenu .nos {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0;
    top: 2px;
}

.nav-button.cmenu .ncs {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 0;
}

#menu {
    width: 100%;
    height: auto;
    left: 0;
    font-size: 12px;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    padding: 10px 0;
    z-index: 100;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#menu a {
    float: left;
    width: 100%;
    color: #000;
    padding: 10px 0;
    text-align: left;
    position: relative;
    cursor: pointer;
    top: 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.elem {
    display: none;
}

.elem-anim {
    opacity: 0;
    margin-top: -150px;
}

#menu a span {
    position: absolute;
    bottom: 0;
    right: -1.5px;
    width: 3px;
    height: 0;
    z-index: -1;
    background: #cb9831;
}

#menu .active span {
    height: 100%;
}

.arrow-right, .arrow-left {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    line-height: 44px;
    color: white;
    font-size: 26px;
    width: 44px;
    height: 44px;
    z-index: 100;
}

.arrow-right {
    right: 52px;
}

.arrow-left {
    left: 52px;
}

/*------ Social links -------------------------------------------------*/
.social-links {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 20;
    width: 40px;
    height: 150px;
    margin-top: -75px;
}

.social-links ul {
    position: relative;
}

.social-links ul li {
    padding: 0 6px;
}

.social-links li a {
    color: #cb9831;
    font-size: 18px;
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.social-links li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tooltip {
    width: 100px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    left: 0;
    margin-left: -110px;
    top: 0;
    font-size: 12px;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: #92c8ba;
    visibility: visible;
    pointer-events: none;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0, 0, 0, 0.2)));
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tooltip:after {
    top: 40%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip:after {
    border-left-color: #92c8ba;
    border-width: 5px;
    margin-left: 0;
}

.social-links li a:hover .tooltip, .contact-info li a:hover .tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px) scale(1);
    -moz-transform: translate(0px) scale(1);
    -o-transform: translate(0px) scale(1);
    -ms-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
}

.social-links li a:hover:after {
    opacity: 0.6;
}

/*------ Home - ------------------------------------------------*/
.home {
    margin-top: 80px;
}

.logo {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
}

.logo img {
    width: 40%;
}

ul.countdown {
    max-width: 550px;
    width: 92%;
    margin: 0px auto;
    position: relative;
}

.counter-content {
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -25px;
}

ul.countdown li {
    float: left;
    width: 25%;
    position: relative;
}

ul.countdown li span {
    display: block;
    font-weight: 300;
    font-size: 40px;
    color: #000;
}

ul.countdown li p {
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    font-weight: 300;
}

.hero-text {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
}

.hero-text h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.hero-text h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background: rgba(255, 255, 255, 0.51)
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-holder iframe, #player {
    /*position: absolute;*/
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.video-holder video, #player {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

#player {
    left: 0;
}

#slides {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slides-fullscreen-img, .slides-fullscreen-img2, .slides-no-anim {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.slides-fullscreen-img {
    -webkit-animation: spinAround 120s linear infinite;
    -moz-animation: spinAround 120s linear infinite;
    animation: spinAround 120s linear infinite;
}

.slides-fullscreen-img2 {
    -webkit-animation: spinAround2 120s linear infinite;
    -moz-animation: spinAround2 120s linear infinite;
    animation: spinAround2 120s linear infinite;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*------ About ------------------------------------------------*/
.about p, .contact p {
    float: left;
    text-align: left;
    padding-bottom: 20px;
    color: black;
    padding-right: 5px;
}

.about p {
    text-align: justify !important;
    line-height: 22px;
    font-size: 14px;
    color: black;
}

.about h3, .contact h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 10px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    color: black;
}

.about h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 20px;
    color: black;
}

/*------ About ------------------------------------------------*/


.gallery p, .contact p {
    float: left;
    text-align: left;
}

.gallery p {
    font-size: 13px;
    line-height: 22px;
}

.gallery h3, .contact h3, .reservation-form-holder h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 30px 0 10px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    color: black;
}

.gallery h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}


.about li {
    text-align: left;
    font-size: 14px;
    color: black;
}

.section-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #cb9831;
}

.section-decor:before {
    content: '';
    position: absolute;
    top: 43px;
    left: -2px;
    width: 5px;
    height: 50px;
    background: #cb9831;
}

.btn {
    float: left;
    margin-top: 20px;
    color: #000;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.btn:before, .btn:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.21);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:before {
    left: 0;
}

.btn:after {
    right: 0;
}

.btn:hover:after, .btn:hover:before {
    width: 50%;
}

/*------Subscribe ------------------------------------------*/
.subcribe-form {
    margin: -150px auto 0;
    position: relative;
    max-width: 350px;
}

.subcribe-form-holder {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 20;
}

.subcribe-form form {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    height: 40px;
}

#subscribe input.enteremail {
    float: left;
    width: 70%;
    height: 40px;
    background: none;
    border: none;
    border-right: none;
    padding-left: 10px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: black !important;
}

#subscribe input.enteremail::-webkit-input-placeholder {
    color: black !important;
}

#subscribe input.enteremail:-moz-placeholder {
    color: #000 !important;
}

#subscribe input.enteremail::-moz-placeholder {
    color: #000 !important;
}

#subscribe input.enteremail:-ms-input-placeholder {
    color: #000 !important;
}

#subscribe .subscribe-button {
    float: left;
    height: 40px;
    background: none;
    border: none;
    width: 30%;
    color: #000;
    cursor: pointer;
    border-radius: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#subscribe .subscribe-button:hover {
    opacity: 0.8;
}

.subscribe-message {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: left;
}

.subscribe-message i {
    font-size: 18px;
    padding-right: 10px;
}

.subscribe-message.error i {
    color: #e52f40
}

/*------ contact - ------------------------------------------------*/
.hide-con-info {
    position: relative;
    top: 0;
}

.contact-info-holder {
    max-width: 600px;
}

.contact-info li, .contact-info {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.contact-info li a {
    float: left;
    text-align: left;
    position: relative;
    color: #000;
}

.contact-info li a i {
    margin-right: 20px;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.contact-form-holder {
    max-width: 600px;
    position: absolute;
    top: 10px;
    left: 50px;
    visibility: hidden;
    -webkit-transform: scale(2.7);
    -moz-transform: scale(2.7);
    transform: scale(2.7);
    opacity: 0;
    -webkit-transform: perspective(200px) rotateY(15deg);
    -moz-transform: perspective(200px) rotateY(15deg);
    -o-transform: perspective(200px) rotateY(15deg);
    -ms-transform: perspective(200px) rotateY(15deg);
    transform: perspective(200px) rotateY(15deg);
}

.form-holder {
    /*max-width: 600px;*/
    /*position: absolute;*/
    top: 10px;
    left: 50px;
    /*-webkit-transform: scale(2.7);*/
    /*-moz-transform: scale(2.7);*/
    /*transform: scale(2.7);*/
    /*opacity: 0;*/
    /*-webkit-transform: perspective(200px) rotateY(15deg);*/
    /*-moz-transform: perspective(200px) rotateY(15deg);*/
    /*-o-transform: perspective(200px) rotateY(15deg);*/
    /*-ms-transform: perspective(200px) rotateY(15deg);*/
    /*transform: perspective(200px) rotateY(15deg);*/
}

.form {
    width: 100%;
    float: left;
}

#contact-form {
    width: 100%;
    float: left;
}

#contact-form input[type="text"], textarea {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 12px;
    height: 50px;
    padding-left: 8px;
    color: #000;
    border-radius: 4px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}

#contact-form textarea {
    height: 170px;
    resize: none;
    padding: 6px 10px;
    overflow: auto;
}

#contact-form #submit {
    border: none;
    line-height: 14px;
    color: #000;
    cursor: pointer;
    width: 130px;
    font-size: 12px;
    position: relative;
    background: none;
    -webkit-appearance: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    height: 40px;
    margin-bottom: 50px;
}

#contact-form input[type="submit"]:hover {
    background: #000;
}

#contact-form #submit i {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

#contact-form #submit span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 40px;
}

#contact-form #submit i, #contact-form #submit span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contact-form #submit:hover i {
    top: 0;
}

#contact-form #submit:hover span {
    top: 100%;
}

/*
Login Form
 */

.text-left {
    text-align: left;
}

form label {
    font-size: 14px;
    margin: 5px 0 2px 0;
    color: #738e88;
}

.hidden {
    display: none;
}

.form input[type="text"],
input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form input[type="password"], textarea,
#select-trip-specific,
select,
.input,
#select-type,
#select-vehicle {
    float: left;
    width: 100%;
    background: white !important;
    /*background: none;*/
    margin-bottom: 12px;
    font-size: 12px;
    height: 50px;
    border-radius: none;
    padding-left: 8px;
    color: #000;
    border-radius: 4px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}

button, .btn {
    background: white !important;
}

.form textarea {
    height: 170px;
    resize: none;
    padding: 6px 10px;
    overflow: auto;
}

.form button {
    border: none;
    line-height: 14px;
    color: #000;
    cursor: pointer;
    width: 130px;
    font-size: 12px;
    position: relative;
    background: none;
    -webkit-appearance: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    height: 40px;
    margin-bottom: 20px;
}

.form button:hover {
    background: #fff22;
}

.form button i {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.form button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 40px;
}

.form button i, .form button span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form button:hover i {
    top: 0;
}

.form button:hover span {
    top: 100%;
}

.error_message {
    text-align: left;
    font-size: 13px;
    position: relative;
    padding: 10px;
    color: #e52f40;
}

#success_page h4 {
    text-align: left;
    font-size: 18px;
}

#success_page h5 {
    margin-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    color: #000;
}

#message fieldset {
    border: none;
}

.show-form {
    margin-bottom: 40px;
}

.close-form {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-form span {
    position: absolute;
    top: 14px;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-form span.rcd {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-form span.lcd {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-form:hover span {
    -webkit-transform: rotate(-765deg);
    -moz-transform: rotate(-765deg);
    -o-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
}

/*------ css-animation - ------------------------------------------------*/
.transition {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.transition2 {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.vis-form {
    -webkit-transform: perspective(200px) rotateY(-15deg) scale(0.45);
    -moz-transform: perspective(200px) rotateY(-15deg) scale(0.45);
    -o-transform: perspective(200px) rotateY(-15deg) scale(0.45);
    -ms-transform: perspective(200px) rotateY(-15deg) scale(0.45);
    transform: perspective(200px) rotateY(-15deg) scale(0.45);
    opacity: 0.2;
    top: 20%;
}

.vis-form2 {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(200px) rotateY(0deg);
    -moz-transform: perspective(200px) rotateY(0deg);
    -o-transform: perspective(200px) rotateY(0deg);
    -ms-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
}

.vis-menu {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotateY(0deg)
    }

    to {
        -webkit-transform: scale(5.0) rotate(-80deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotateY(0deg)
    }

    to {
        -moz-transform: scale(5.0) rotate(-80deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: scale(5.0) rotate(-80deg);
    }
}

@-webkit-keyframes spinAround2 {
    from {
        -webkit-transform: rotateY(0deg)
    }

    to {
        -webkit-transform: scale(5.0) rotate(80deg);
    }
}

@-moz-keyframes spinAround2 {
    from {
        -moz-transform: rotateY(0deg)
    }

    to {
        -moz-transform: scale(5.0) rotate(80deg);
    }
}

@keyframes spinAround2 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: scale(5.0) rotate(80deg);
    }
}

.header {
    width: 100%;
    background: #7bac9fbd;
    height: 130px;
    position: absolute;
    z-index: 12;
}

.top-box {
    box-shadow: inset 0 15px 9px -7px rgb(153 191 182 / 50%);
}

#header-buttons {
    position: absolute;
    top: 65px;
    z-index: 20;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 24px;
}

#header-buttons a {
    font-size: 16px;
    font-family: 'MONTSERRAT', sans-serif;
    color: white;
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
}

#header-buttons a:hover {
    color: #7bac9f;
}

.splide {
    max-width: 800px;
    margin-top: 60px;
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 12em;
}


.g-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}


.gallery {
    margin-top: 20vh;
    height: 50vh;
    padding: 0 20%;
}

span[aria-label="Previous"] {
    background: #cb9831;
    width: 20px;
    animation-fill-mode: backwards;
    height: 20px;
    display: block;
    line-height: 0.55;
    border-radius: 20px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 40px;
    color: white;
}

::-webkit-calendar-picker-indicator {
    font-size: 18px;
    color: #738e88;
    font-weight: bold;
    margin-right: 5px;
}

.pointer {
    cursor: pointer;
}

.owl-nav {
    margin: 20px 0;
}

.gold {
    color: #cb9831;
}

span[aria-label="Next"] {
    background: #cb9831;
    width: 20px;
    animation-fill-mode: backwards;
    height: 20px;
    display: block;
    line-height: 0.55;
    border-radius: 20px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 40px;
    color: white;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 1236px) {
    .slide-bg {
        background-position: 50% !important;
    }

    .top-decor:before {
        width: 70%;
    }

    #nav {
        width: 70px;
    }
}

@media only screen and (max-width: 1036px) {
    .overlay:before {
        display: none;
    }

    .header {
        height: 130px;
    }

    .nav-button {
        top: 50px;
        right: 30px;
    }

    .nav-logo {
        filter: brightness(2) !important;
        top: 20px;
        left: 10px;
        width: 70px;
    }

    #header-buttons a {
        font-size: 12px;
        padding: 0;
        margin: 10px 5px;
    }

    .arrow-right {
        display: none;
        right: 52px;
        top: 60px;
    }

    .arrow-left {
        display: none;
        top: 60px;
        left: 100%;
        margin-left: -132px;
    }
}

.scroll-down {
    width: 30px;
    position: fixed;
    top: 80vh;
    right: 4%;
}

.gal-div {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 100%;
}


.about-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-tab > div {
    text-align: left;
    width: 33%;
    padding: 0 5px 0 5px;
}

.about-row > div {
    width: 30%;
    margin: 0 10px;
}

.about {
    padding-bottom: 50px;
    height: 50vh;
    overflow: auto;
}

.slide-about {
    background-position: bottom;
    background: url('../images/bg/about.webp')
}

.slide-login {
    background: url('../images/bg/Login.jpg')
}

.slide-register {
    background: url('../images/bg/register.png')
}

.slide-reserve {
    background: url('../images/bg/register.png')
}

.slide-contact {
    background: url('../images/bg/contact.webp')
}


@media only screen and (max-width: 768px) {

    .about {
        height: 80vh !important;
    }

    .swiper-slide {
        padding-top: 130px;
    }

    .slide-contact {
        background: url('../images/bg/contact-mobile.png')
    }

    .slide-reserve {
        background: url('../images/bg/reserve-mobile.png')
    }

    .slide-register {
        background: url('../images/bg/register-mobile.png')
    }

    .slide-login {
        background: url('../images/bg/Login.jpg')
    }

    .slide-about {
        background-position: bottom;
        background: url('../images/bg/about-mobile.png')
    }


    .flex-tab > div {
        width: 100%;
    }

    .about-row > div {
        width: 100%;
        margin: 0;
    }

    .about {
        padding-bottom: 260px;
        height: auto;
        padding-top: 40px;
        padding-left: 20px;
    }

    .gal-div {
        height: 40vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }


    #menu a {
        font-size: 12px;
    }

    .splide {
        margin-top: 80px;
    }


    .gallery {
        margin-top: 30vh;
        padding: 20px;
    }

    .splide__arrows--ttb .splide__arrow--prev {
        top: 8em;
    }

    .splide__track {
        height: 60vh !important;
    }

    .scroll-down {
        width: 20px;
        top: 85vh;
        right: 4%;
    }

    .counter-content {
        top: 0;
        margin-top: 300px;
    }

    ul.countdown li {
        width: 50%;
    }

    #header-buttons {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
    }

    .logo {
        top: 200px;
    }

    .logo img {
        display: none;
        width: 100%;
    }


    .overlay {
        opacity: 0.6;
    }

    .hero-text {
        position: relative;
        bottom: auto;
        margin-top: 50px;
        float: left;
        padding-bottom: 50px;
    }

    section {
        padding-top: 0px;
    }
}


#reserve-form input,
#select-type,
select,
#select-vehicle {
    width: 100%;
    margin: 10px 2px;
}

#reserve-form button {
    width: 98%;
    margin: 10px 5px;
}

@media only screen and (max-width: 540px) {
    .decor-holder {
        display: none;
    }

    .form button, .btn {
        width: 100%;
    }

    .gallery h3, .contact h3, .reservation-form-holder h3 {
        margin: 40px 0 10px 0 !important;
        padding-left: 0 !important;
        font-size: 15px !important;
        /*text-align: center !important;*/
    }

    #reserve-form input,
    #select-type,
    #select-vehicle {
        width: 100%;
        margin: 5px;
    }

    #reserve-form button {
        width: 100%;
        margin: 10px 5px;
    }


    ul.countdown li {
        width: 100%;
    }

    .vis-menu {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
    }

    .subcribe-form-holder {
        top: 130px;
    }
}


/****
Gallery
****/
figure {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    height: 100vh;
}

figure img {
    max-width: 100vw;
    max-height: 70vmin;
    border-radius: 20px;
}

/*@media only screen and (min-width: 540px) {*/
figure:nth-child(1) img {
    transform: scale(0.8) rotate(-12.5deg);
}

figure:nth-child(2) img {
    transform: scale(0.8) rotate(-9.7222222222deg);
}

figure:nth-child(3) img {
    transform: scale(0.8) rotate(-6.9444444444deg);
}

figure:nth-child(4) img {
    transform: scale(0.8) rotate(-4.1666666667deg);
}

figure:nth-child(5) img {
    transform: scale(0.8) rotate(-1.3888888889deg);
}

figure:nth-child(6) img {
    transform: scale(0.8) rotate(1.3888888889deg);
}

figure:nth-child(7) img {
    transform: scale(0.8) rotate(4.1666666667deg);
}

figure:nth-child(8) img {
    transform: scale(0.8) rotate(6.9444444444deg);
}

figure:nth-child(9) img {
    transform: scale(0.8) rotate(9.7222222222deg);
}

figure:nth-child(10) img {
    transform: scale(0.8) rotate(12.5deg);
}

figure:nth-child(11) img {
    transform: scale(0.8) rotate(4.1666666667deg);
}

figure:nth-child(12) img {
    transform: scale(0.8) rotate(6.9444444444deg);
}

figure:nth-child(13) img {
    transform: scale(0.8) rotate(9.7222222222deg);
}

figure:nth-child(14) img {
    transform: scale(0.8) rotate(12.5deg);
}

figure:nth-child(15) img {
    transform: scale(0.8) rotate(4.1666666667deg);
}

/*}*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

::placeholder { /* Most modern browsers support this now. */
    color: #000;
}


/***************************************
Gallery
*****************************************
 */

.grid-container {
    columns: 2 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
}

.grid-container div {
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}

.grid-container div:hover img {
    /*filter: grayscale(0);*/
}

.grid-container div:hover {
    border-color: coral;
}

.grid-container div img {
    width: 100%;
    /*filter: grayscale(100%);*/
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}

.grid-container div p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
}


/*
*************************
steps
*************************
*/
/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    /*display: none;*/
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}


/*
Arrow Left Right Gallery
 */


.g-arrow-left {
    position: fixed;
    bottom: 2%;
    left: 10%;
    font-size: 25px;
    color: rgba(203, 152, 49, 0.68);
    animation: slide-left 1s ease-in-out infinite;
    /*width: 50px;*/
    /*height: 100px;*/
    /*transform: rotate(90deg);*/
    cursor: pointer;
}

@keyframes slide-left {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, 0px) rotate(0deg);
    }
}

.g-arrow-left span {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: 0px;
    animation: animate-g-arrow-left 2s infinite;
}

.g-arrow-left span:nth-child(2) {
    animation-delay: -0.2s;
}

.g-arrow-left span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate-g-arrow-left {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.points {
    position: fixed;
    height: 35vh;
    display: grid;
    top: 40%;
    right: 10px;
}

.points span {
    width: 14px;
    height: 14px;
    background: rgba(203, 152, 49, 0.68);
    border-radius: 100%;
    margin: 3px 0;
}

.points span.selected {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    margin: 0 !important;
}


.g-arrow-right {
    position: fixed;
    bottom: 2%;
    right: 10%;
    animation: slide-right 1s ease-in-out infinite;
    font-size: 25px;
    color: rgba(203, 152, 49, 0.68);
    /*width: 50px;*/
    /*height: 100px;*/
    /*transform: rotate(275deg);*/
    cursor: pointer;
}

*:not(input.field) {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@keyframes slide-right {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(10px, 0px) rotate(0deg);
    }
}

.g-arrow-right span {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: 0px 30px;
    animation: animate-g-arrow-right 2s infinite;
}

.g-arrow-right span:nth-child(2) {
    animation-delay: -0.2s;
}

.g-arrow-right span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate-g-arrow-right {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

