.home-header {
    height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/home-header.png) no-repeat;
    background-position: 50%;
    background-size: cover
}

.home-header .heading {
    text-align: center
}

.home-header .heading h1 {
    color: #fff;
    font-size: 5.625rem;
    font-weight: 500
}

.home-header .heading h2 {
    font-family: Beyond, sans-serif;
    color: #fff;
    font-size: 6.25rem;
    line-height: 100%
}

.welcome-block {
    background: #a02f7f
}

.welcome-block .about-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.welcome-block .about-content p {
    font-size: 1.55rem;
    color: #fff;
    line-height: 40px;
    text-align: justify;
    font-weight: 400
}

@media screen and (max-width:1600px) {
    .welcome-block .about-content p {
        font-size: 1.35rem;
        line-height: 35px
    }
}

@media screen and (min-width:1024px) and (max-width:1229px) {
    .welcome-block .about-content p {
        font-size: 1.25rem;
        line-height: 30px
    }
}

.welcome-block .about-bg {
    background: url(../assets/images/new-photo-welcome.jpg) no-repeat;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: 50%;
    position: relative
}

@media screen and (max-width:1600px) {
    .welcome-block .about-bg {
        min-height: 490px
    }
}

.welcome-block .about-bg .about-border {
    background: #fff;
    width: 6px;
    height: 65%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.welcome-block .welcome-title {
    font-size: 3.75rem;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 500
}

.welcome-block .welcome-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 120%;
    position: absolute;
    content: "";
    background: #fff
}

.request-form .welcome-title {
    font-size: 3.75rem;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 500
}

@media screen and (max-width:801px) {
    .request-form .welcome-title {
        font-size: 2.188rem
    }
}

.request-form .welcome-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 120%;
    position: absolute;
    content: "";
    background: #fff
}

.accommodation-block .accommodation-title {
    color: #361945;
    font-size: 3.75rem;
    position: relative;
    display: inline-block;
    font-weight: 500
}

@media screen and (max-width:801px) {
    .accommodation-block .accommodation-title {
        font-size: 2.188rem
    }
}

.accommodation-block .accommodation-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 110%;
    position: absolute;
    content: "";
    background: #a02f7f
}

@media screen and (max-width:801px) {
    .accommodation-block .single-accommodation {
        margin-bottom: 25px
    }
}

.accommodation-block .single-accommodation .room-bg {
    height: 350px;
    width: 100%;
    position: relative
}

@media screen and (max-width:1600px) {
    .accommodation-block .single-accommodation .room-bg {
        height: 250px
    }
}

.accommodation-block .single-accommodation .room-bg.double-room-bg {
    background: url(../assets/images/Icandy-Apartments-Malia-Accommodation-02.jpg) no-repeat;
    background-position: 0;
    background-size: cover
}

.accommodation-block .single-accommodation .room-bg.triple-room-bg {
    background: url(../assets/images/IcandySol-Hotel-Malia-03.jpg) no-repeat;
    background-position: 0;
    background-size: cover
}

.accommodation-block .single-accommodation .room-bg.deluxe-room-bg {
    background: url(../assets/images/Icandy-Apartments-Malia-Accommodation-09.jpg) no-repeat;
    background-position: 0;
    background-size: cover
}

.accommodation-block .single-accommodation .room-bg .price-tag {
    background: #a02f7f;
    display: inline-block;
    color: #fff;
    font-size: 1.688rem;
    font-weight: 500;
    padding: 5px 20px;
    line-height: 100%;
    margin-bottom: 0;
    position: absolute;
    right: -20px;
    bottom: 20px
}

@media screen and (max-width:1600px) {
    .accommodation-block .single-accommodation .room-bg .price-tag {
        font-size: 1.375rem
    }
}

@media screen and (max-width:801px) {
    .accommodation-block .single-accommodation .room-bg .price-tag {
        padding-right: 10px;
        right: -10px
    }
}

.accommodation-block .single-accommodation .room-bg .price-tag span {
    display: block;
    font-size: 70%;
    text-align: right;
    margin-top: -8px;
    font-weight: 400
}

@media screen and (max-width:1600px) {
    .accommodation-block .single-accommodation .room-bg .price-tag span {
        margin-top: -5px
    }
}

.accommodation-block .single-accommodation .room-bg .price-tag.view-btn {
    bottom: 90px;
    padding: 0;
    background: transparent
}

.accommodation-block .single-accommodation .room-bg .price-tag.view-btn a {
    background: #a02f7f;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all .4s ease
}

.accommodation-block .single-accommodation .room-bg .price-tag.view-btn a:hover {
    background: #fff;
    border-color: #a02f7f;
    color: #a02f7f
}

.accommodation-block .single-accommodation .room-details {
    background: #f0f0ef;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 10px 15px
}

.accommodation-block .single-accommodation .room-details h3 {
    color: #b04992;
    font-size: 2.25rem;
    font-weight: 500
}

@media screen and (max-width:1600px) {
    .accommodation-block .single-accommodation .room-details h3 {
        font-size: 1.75rem
    }
}

@media screen and (max-width:801px) {
    .accommodation-block .single-accommodation .room-details h3 {
        font-size: 1.375rem
    }
}

.accommodation-block .single-accommodation .room-details h3 span {
    display: block;
    font-size: 60%;
    font-weight: 400
}

.accommodation-block .single-accommodation .room-details a.book-now {
    color: #361945;
    font-size: 1.75rem;
    line-height: 100%;
    text-align: center;
    font-weight: 600;
    padding-left: 20px;
    border-left: 1px solid #a02f7f;
    transition: all .5s
}

.accommodation-block .single-accommodation .room-details a.book-now:hover {
    color: #b04992
}

@media screen and (max-width:1600px) {
    .accommodation-block .single-accommodation .room-details a.book-now {
        font-size: 1.5rem
    }
}

.accommodation-block .gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 60px
}

.accommodation-block .gallery-btn a.roomgallery {
    font-size: 2.125rem;
    color: #6d6d6d;
    font-weight: 500;
    border: 2px solid #a02f7f;
    display: inline-block;
    padding: 5px 30px;
    transition: all .4s ease-in
}

@media screen and (max-width:1600px) {
    .accommodation-block .gallery-btn a.roomgallery {
        font-size: 1.875rem
    }
}

.accommodation-block .gallery-btn a.roomgallery:hover {
    background-color: #a02f7f;
    color: #fff
}

.accommodation-block .amenities-wrap {
    background: #a02f7f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
    padding: 0 30px 60px
}

.accommodation-block .amenities-wrap h3 {
    background-color: #f0f0ef;
    color: #a56993;
    font-size: 2.188rem;
    display: inline-block;
    padding: 5px 40px;
    font-weight: 500;
    margin-top: -25px;
    width: 70%;
    text-align: center
}

@media screen and (max-width:801px) {
    .accommodation-block .amenities-wrap h3 {
        width: 90%
    }
}

.accommodation-block .amenities-wrap ul {
    text-align: center;
    padding-top: 40px
}

.accommodation-block .amenities-wrap ul li {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 500
}

@media screen and (max-width:1600px) {
    .accommodation-block .amenities-wrap ul li {
        font-size: 1.25rem;
        margin-bottom: 0
    }
}

#gallery-section .gallery-title {
    color: #361945;
    font-size: 3.75rem;
    position: relative;
    display: inline-block;
    font-weight: 500
}

@media screen and (max-width:801px) {
    #gallery-section .gallery-title {
        font-size: 2.188rem
    }
}

#gallery-section .gallery-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 120%;
    position: absolute;
    content: "";
    background: #a02f7f
}

#gallery-section .gallery-title h2 {
    font-size: 6rem;
    font-weight: 500;
    transform: translateX(0)
}

#gallery-section .gallery-layout {
    height: 100vh;
    width: 100%;
    position: relative;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:801px) {
    #gallery-section .gallery-layout {
        grid-template-columns: auto;
        height: 100%
    }
}

#gallery-section .g-bg {
    transition: all .5s ease-in-out;
    height: 100%;
    width: 100%;
    position: relative
}

@media screen and (max-width:801px) {
    #gallery-section .g-bg {
        height: 50vh
    }
}

#gallery-section .g-bg:hover {
    transform: scale(1.05)
}

#gallery-section .gallery-col-1 {
    display: grid;
    grid-gap: 15px;
    grid-template-rows: 1fr 1fr
}

#gallery-section .gallery-col-1 .col-1-top {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-1 .col-1-top .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-08.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-1 .col-1-bottom {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-1 .col-1-bottom .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-02.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-2 {
    display: grid;
    grid-gap: 15px;
    grid-template-rows: repeat(3, 1fr)
}

#gallery-section .gallery-col-2 .col-2-top {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-2 .col-2-top .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-03.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-2 .col-2-center {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-2 .col-2-center .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-04.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-2 .col-2-bottom {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-2 .col-2-bottom .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-05.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-3 {
    display: grid;
    grid-gap: 15px;
    grid-template-rows: 3fr 2fr
}

@media screen and (max-width:801px) {
    #gallery-section .gallery-col-3 {
        grid-template-rows: auto
    }
}

#gallery-section .gallery-col-3 .col-3-top {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-3 .col-3-top .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-06.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .gallery-col-3 .col-3-bottom {
    position: relative;
    overflow: hidden
}

#gallery-section .gallery-col-3 .col-3-bottom .g-bg {
    background: url(../assets/images/home-gallery/Hotel-Demo-07.jpg) no-repeat;
    background-position: 50%;
    background-size: cover
}

#gallery-section .g-bg:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    content: "";
    transition: all .5s ease-in-out;
    opacity: 0
}

#gallery-section .g-bg:hover:before {
    opacity: 1
}

.request-form label {
    font-size: 1.3em;
    line-height: 1em;
    letter-spacing: .04em
}

form#RequestForm {
    background: #222;
    border: 1px solid #fff
}

.request-form input,
.request-form select,
.request-form textarea {
    font-size: 1.3em
}

.request-form input[type=submit] {
    margin: 50px auto 15px;
    background: #fff;
    color: #a02f7f
}

input[type=submit]:hover {
    background: #fff;
    color: #a02f7f;
    border: 1px solid #a02f7f
}

@-webkit-keyframes formFadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.select-items div,
.select-selected {
    font-size: 1.25em;
    font-family: Gilroy, Open Sans
}

.custom-select.villa-dropdown .select-items div,
.custom-select.villa-dropdown .select-selected {
    font-size: 1.3em
}

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

    .custom-select.villa-dropdown .select-items div,
    .custom-select.villa-dropdown .select-selected {
        font-size: 1.1em
    }
}

.same-as-selected,
.select-items div:hover {
    background-color: #ddd
}

a.ui-state-default.ui-state-active {
    background: #fff;
    color: #a02f7f !important;
    border-color: #a02f7f !important
}

.ui-datepicker-next.ui-corner-all:before,
.ui-datepicker-prev.ui-corner-all:before {
    font-size: 1.25em
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    font-family: Gilroy, Open Sans;
    font-size: 1.2em
}

.ui-datepicker table {
    margin: 0 0 .6em;
    font-family: Gilroy, Open Sans
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #a02f7f;
    font-size: 1.2em
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: .3em
}

#message {
    color: red
}

.request-form #message {
    bottom: 120px
}

#success_page {
    border: 1px solid #fff
}

.success-thank {
    font-family: Gilroy, Open Sans !important;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #fff
}

.success {
    color: #fff
}

span.optional {
    font-size: .75em !important
}

.success-spam {
    font-size: 1em;
    color: #d14b4b
}

@media screen and (max-width:767px) {
    #message {
        font-size: 17px
    }

    .request-form #message {
        bottom: 70px
    }
}

@font-face {
    font-family: Gilroy;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: Gilroy;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: Gilroy;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    src: local("AvenirLTStd-Light"), url(https://cdn.web-dynamic.gr/common/fonts/Avenir/AvenirLTStd-Light.otf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    src: local("AvenirLTStd-Book"), url(https://cdn.web-dynamic.gr/common/fonts/Avenir/AvenirLTStd-Book.otf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    src: local("AvenirLTStd-Roman"), url(https://cdn.web-dynamic.gr/common/fonts/Avenir/AvenirLTStd-Roman.otf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Open_Sans/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Open_Sans/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Beyond;
    src: url(../fonts/beyond_the_mountains.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Beyond;
    src: url(../fonts/beyond_the_mountains.otf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Flaticon;
    src: url(https://cdn.web-dynamic.gr/common/fonts/Flaticon/Flaticon.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.flaticon-up-arrow:before {
    content: "\f100";
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icon/icomoon.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-flag-en .path1:before {
    content: "\e916";
    color: #f0f0f0
}

.icon-flag-en .path2:before {
    content: "\e917";
    margin-left: -1em;
    color: #d80027
}

.icon-flag-en .path3:before {
    content: "\e918";
    margin-left: -1em;
    color: #d80027
}

.icon-flag-en .path4:before {
    content: "\e919";
    margin-left: -1em;
    color: #d80027
}

.icon-flag-en .path5:before {
    content: "\e91a";
    margin-left: -1em;
    color: #d80027
}

.icon-flag-en .path6:before {
    content: "\e91b";
    margin-left: -1em;
    color: #0052b4
}

.icon-flag-gr .path1:before {
    content: "\e91c";
    color: #f0f0f0
}

.icon-flag-gr .path2:before {
    content: "\e91d";
    margin-left: -1em;
    color: #338af3
}

.icon-flag-gr .path3:before {
    content: "\e91e";
    margin-left: -1em;
    color: #338af3
}

.icon-flag-gr .path4:before {
    content: "\e91f";
    margin-left: -1em;
    color: #338af3
}

.icon-flag-gr .path5:before {
    content: "\e920";
    margin-left: -1em;
    color: #338af3
}

.icon-flag-gr .path6:before {
    content: "\e921";
    margin-left: -1em;
    color: #338af3
}

.icon-calendar:before {
    content: "\e914"
}

.icon-down-arrow:before {
    content: "\e915"
}

.icon-call:before {
    content: "\e900"
}

.icon-call-bold:before {
    content: "\e901"
}

.icon-email:before {
    content: "\e902"
}

.icon-email-bold:before {
    content: "\e903"
}

.icon-facebook:before {
    content: "\e904"
}

.icon-facebook-bold:before {
    content: "\e905"
}

.icon-instagram:before {
    content: "\e906"
}

.icon-instagram-bold:before {
    content: "\e907"
}

.icon-pin:before {
    content: "\e908"
}

.icon-pin-bold:before {
    content: "\e909"
}

.icon-tripadvisor:before {
    content: "\e90a"
}

.icon-tripadvisor-bold:before {
    content: "\e90b"
}

.icon-twitter:before {
    content: "\e90c"
}

.icon-twitter-bold:before {
    content: "\e90d"
}

.icon-viber:before {
    content: "\e90e"
}

.icon-viber-bold:before {
    content: "\e90f"
}

.icon-whatsapp:before {
    content: "\e910"
}

.icon-whatsapp-bold:before {
    content: "\e911"
}

.icon-youtube:before {
    content: "\e912"
}

.icon-youtube-bold:before {
    content: "\e913"
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a:hover {
    color: inherit
}

body {
    font-size: 16px;
    font-family: Gilroy, sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff
}

li,
p {
    font-weight: 300
}

div#main-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h5,
h6 {
    font-family: Gilroy, sans-serif;
    margin: 0;
    font-weight: 400
}

a,
a:hover {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

svg {
    height: 100% !important
}

div#main-wrapper.margin-x3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.fancybox-caption-wrap {
    display: none
}

#main-nav {
    background-color: hsla(0, 0%, 98%, .8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 0 0 5px
}

@media screen and (max-width:801px) {
    #main-nav {
        padding: 0 0 8px
    }
}

@media screen and (max-width:580px) {
    #main-nav {
        padding: 0 0 10px
    }
}

#main-nav.fix-nav {
    box-shadow: 0 2px 10px #ccc
}

#main-nav nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#main-nav nav .logo img {
    max-width: 220px;
    margin-top: 5px
}

@media screen and (max-width:1600px) {
    #main-nav nav .logo img {
        max-width: 180px
    }
}

@media screen and (min-width:1024px) and (max-width:1229px) {
    #main-nav nav .logo img {
        max-width: 140px
    }
}

@media screen and (max-width:801px) {
    #main-nav nav .logo img {
        max-width: 140px;
        margin-top: 5px
    }
}

#main-nav nav ul li {
    display: inline-block
}

#main-nav nav ul li a {
    color: #a02f7f;
    font-size: 26px;
    display: inline-block;
    padding: 5px 25px;
    font-weight: 500;
    transition: all .4s ease-in-out
}

@media screen and (max-width:1600px) {
    #main-nav nav ul li a {
        font-size: 22px;
        padding: 5px 20px
    }
}

@media screen and (min-width:1024px) and (max-width:1229px) {
    #main-nav nav ul li a {
        font-size: 20px;
        padding: 5px 15px
    }
}

#main-nav nav ul li a.req-btn {
    border: 0;
    background-color: #a02f7f;
    padding: 5px 25px !important;
    margin-left: 25px;
    color: #fff
}

#main-nav nav ul li a.req-btn:hover {
    background-color: rgba(160, 47, 127, .8);
    color: #fff
}

#main-nav nav ul li a:hover {
    color: #52364a
}

#main-nav nav ul li a:last-child {
    padding-right: 0
}

#main-nav #top-bar {
    background: #a74189;
    padding: 10px 0;
    display: flex;
    align-items: center
}

#main-nav #top-bar svg {
    width: 20px;
    fill: #fff;
    height: auto;
    margin-right: 8px
}

@media screen and (max-width:580px) {
    #main-nav #top-bar svg {
        width: 24px;
        margin-right: 5px
    }
}

#main-nav #top-bar .address-top-bar {
    display: flex;
    align-items: center;
    justify-content: center
}

#main-nav #top-bar .address-top-bar a {
    color: #fff;
    font-size: 1.125rem;
    margin-right: 30px;
    display: flex;
    align-items: center
}

#main-nav #top-bar .top-bar-social svg {
    width: 22px;
    height: auto;
    fill: #fff;
    transition: all .4s ease;
    margin: 0
}

#main-nav #top-bar .top-bar-social ul li a {
    padding: 5px 10px 5px 25px;
    font-size: 100%;
    display: inline-block
}

#main-nav #top-bar .top-bar-social ul li a:last-child {
    padding-right: 0
}

@media screen and (max-width:580px) {
    #main-nav #top-bar span.m-hide {
        display: none
    }
}

nav#mobile-nav ul {
    height: 100%;
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: all .5s ease-in;
    transform: translate(100%)
}

nav#mobile-nav ul.show {
    transform: translateX(0)
}

nav#mobile-nav ul li {
    font-size: 1.6rem;
    margin-bottom: 10px
}

.m-req-btn a {
    color: #fff;
    font-size: .85rem;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    right: 75px;
    top: 74%;
    transform: translateY(-50%);
    background-color: #a02f7f;
    z-index: 5;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .m-req-btn a {
        right: 90px
    }
}

.home {
    width: 100%;
    height: 100vh
}

.home_slider_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff
}

.home_slider,
.home_slider_item {
    width: 100%;
    height: 100%
}

.home_slider_background,
.home_slider_background_second,
.home_slider_background_third {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.home_slider_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11
}

.home_slider_content h1 {
    margin-bottom: 0
}

.home_slider_content h1:first-child {
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px #000
}

@media screen and (min-width:1024px) and (max-width:1229px) {
    .home_slider_content h1:first-child {
        font-size: 80px
    }
}

@media screen and (max-width:801px) {
    .home_slider_content h1:first-child {
        font-size: 60px
    }
}

@media screen and (max-width:580px) {
    .home_slider_content h1:first-child {
        font-size: 45px
    }
}

.home_slider_content h1:nth-child(2) {
    font-size: 100px;
    font-family: Beyond, sans-serif;
    color: #fff;
    margin-top: -10px;
    text-shadow: 1px 1px 2px #000;
    line-height: 100%
}

@media screen and (min-width:1024px) and (max-width:1229px) {
    .home_slider_content h1:nth-child(2) {
        font-size: 70px
    }
}

@media screen and (max-width:801px) {
    .home_slider_content h1:nth-child(2) {
        font-size: 70px
    }
}

@media screen and (max-width:580px) {
    .home_slider_content h1:nth-child(2) {
        font-size: 60px
    }
}

.home_slider_button {
    margin-top: 70px
}

.flipInX {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.home_slider_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer
}

.home_slider_prev {
    left: 50px
}

@media screen and (max-width:580px) {
    .home_slider_prev {
        left: 15px
    }
}

.home_slider_next {
    right: 50px
}

@media screen and (max-width:580px) {
    .home_slider_next {
        right: 15px
    }
}

.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path,
.home_slider_prev:hover .nav_arrow,
.home_slider_prev:hover .nav_path {
    fill: #a97f9d
}

.home_slider_dots {
    position: absolute;
    right: 50px;
    bottom: 45px;
    z-index: 10
}

.home_slider_custom_dot {
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all .2s ease
}

.home_slider_custom_dot:hover {
    color: #a97f9d
}

.home_slider_custom_dot:hover.active div {
    border-color: #a97f9d
}

.home_slider_custom_dot.active {
    padding-left: 13px;
    padding-right: 9px;
    margin-right: 3px
}

.home_slider_custom_dot div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 18px;
    transition: all .2s ease
}

.home_slider_custom_dot.active div {
    border: 2px solid #fff
}

.inner-header {
    height: 80vh;
    display: grid;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:801px) {
    .inner-header {
        height: 55vh
    }
}

.inner-header#request {
    background: url(../assets/images/request-header.png) no-repeat;
    background-position: 50%;
    background-size: cover
}

.inner-header#contact {
    background: url(../assets/images/contact-header.png) no-repeat;
    background-position: bottom;
    background-size: cover
}

.inner-header#gallery-header {
    background: url(../assets/images/gallery-header.png) no-repeat;
    background-position: 0;
    background-size: cover
}

.inner-header#services {
    background: url(../assets/images/services-header.png) no-repeat;
    background-position: bottom;
    background-size: cover
}

.inner-header#accommodation {
    background: url(../assets/images/accommodation-header.png) no-repeat;
    background-position: 0;
    background-size: cover
}

.inner-header h1 {
    color: #fff;
    font-size: 7.5rem;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(34, 34, 34, .5)
}

@media screen and (max-width:801px) {
    .inner-header h1 {
        font-size: 2.5rem;
        margin-top: 70px
    }
}

.welcome-title.req-title {
    color: #361945;
    font-size: 3.75rem;
    position: relative;
    display: inline-block;
    font-weight: 500
}

@media screen and (max-width:580px) {
    .welcome-title.req-title {
        font-size: 2.75rem
    }
}

.welcome-title.req-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 120%;
    position: absolute;
    content: "";
    background: #b04992
}

.facilities-block .facilities-title {
    font-size: 3.75rem;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #361945
}

@media screen and (max-width:801px) {
    .facilities-block .facilities-title {
        font-size: 2.188rem
    }
}

.facilities-block .facilities-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 110%;
    position: absolute;
    content: "";
    background: #b04992
}

@media screen and (max-width:801px) {
    .facilities-block .facilities-title:before {
        width: 100%
    }
}

.facilities-block .facilitites-wrapper {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    grid-gap: 60px;
    padding: 30px 0;
    height: 650px;
    position: relative
}

@media screen and (max-width:1600px) {
    .facilities-block .facilitites-wrapper {
        height: 580px;
        grid-gap: 30px
    }
}

@media screen and (max-width:801px) {
    .facilities-block .facilitites-wrapper {
        min-height: 55px;
        height: 100%;
        grid-template-columns: auto
    }

    .facilities-block .facilitites-wrapper .left-col {
        order: 2
    }

    .facilities-block .facilitites-wrapper .right-col {
        order: 3
    }
}

@media screen and (max-width:801px) {
    .facilities-block .facilitites-wrapper .center-col {
        order: 1
    }
}

.facilities-block .facilitites-wrapper .center-col .facilities-bg {
    background: url(../assets/images/new-services-block.jpg) no-repeat;
    background-position: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}

@media screen and (max-width:801px) {
    .facilities-block .facilitites-wrapper .center-col .facilities-bg {
        min-height: 350px
    }
}

.facilities-block .facilitites-wrapper .center-col .facilities-bg .border-f {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 3px solid #fff;
    height: 90%;
    width: 90%
}

.facilities-block .facilitites-wrapper .f-list {
    background-color: #a97f9d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    position: relative
}

@media screen and (max-width:1600px) {
    .facilities-block .facilitites-wrapper .f-list {
        padding: 40px 30px
    }
}

@media screen and (max-width:801px) {
    .facilities-block .facilitites-wrapper .f-list {
        margin-top: 25px
    }
}

.facilities-block .facilitites-wrapper .f-list h3 {
    background-color: #f0f0ef;
    color: #a56993;
    font-size: 2.188rem;
    display: inline-block;
    padding: 5px 40px;
    font-weight: 500;
    margin-top: -25px;
    width: 70%;
    text-align: center;
    position: absolute;
    top: 0
}

.facilities-block .facilitites-wrapper .f-list li,
.facilities-block .facilitites-wrapper .f-list p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400
}

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

    .facilities-block .facilitites-wrapper .f-list li,
    .facilities-block .facilitites-wrapper .f-list p {
        font-size: 1.2rem
    }
}

@media screen and (max-width:1600px) {
    .facilities-block .facilitites-wrapper .f-list ul {
        padding-left: 25px
    }
}

.facilities-block .facilitites-wrapper .f-list ul li {
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
    font-size: 1.5rem
}

.facilities-block .facilitites-wrapper .f-list ul li:before {
    position: absolute;
    left: -25px;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    content: "";
    border-radius: 50px
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .2s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap:after {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #a02f7f;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear
}

.progress-wrap:hover:after {
    opacity: 1
}

.progress-wrap:before {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all .2s linear
}

.progress-wrap:hover:before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #a02f7f;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear
}

.contact-block {
    background: #e7e4df
}

#contact-wrap {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto
}

#contact-wrap .contact-section-title {
    color: #fff;
    font-size: 60px;
    position: relative;
    display: inline-block;
    font-weight: 500
}

#contact-wrap .contact-section-title:before {
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 120%;
    position: absolute;
    content: "";
    background: #fff
}

@media screen and (max-width:801px) {
    #contact-wrap {
        margin-top: 0
    }
}

#contact-wrap .contact-form-wrap {
    margin-bottom: 80px;
    box-shadow: 0 2px 10px #000
}

#contact-wrap svg {
    height: auto;
    width: 100%;
    fill: #ccc;
    max-width: 30px
}

@media screen and (max-width:801px) {
    #contact-wrap svg {
        max-width: 20px
    }
}

#contact-wrap h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 15px;
    position: relative
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) {
    #contact-wrap h3 {
        font-size: 1.95rem
    }
}

#contact-wrap h3#error_message {
    color: #33a20f !important;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 44px
}

#contact-wrap .contact-title {
    position: relative
}

#contact-wrap .contact-title:before {
    width: 70px;
    height: 50px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../assets/icons/contact/send.svg) no-repeat;
    background-position: 100%;
    background-size: cover;
    opacity: .5
}

@media screen and (max-width:801px) {
    #contact-wrap .contact-title:before {
        width: 55px
    }
}

#contact-wrap .contact-form-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    background-color: #222
}

#contact-wrap .contact-form-wrap .form-wrapper {
    padding: 40px 30px;
    display: grid;
    align-items: center
}

#contact-wrap .contact-form-wrap .form-wrapper .input-box-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

#contact-wrap .contact-form-wrap .form-wrapper .input-box-col-1 {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

#contact-wrap .contact-form-wrap .form-wrapper input {
    width: 100%;
    padding: 5px 5px 2px 15px;
    border: 1px solid hsla(0, 0%, 80%, .2);
    font-size: 1.25rem;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 500;
    outline: none;
    background: transparent;
    margin-top: 15px;
    font-weight: 400
}

#contact-wrap .contact-form-wrap .form-wrapper #btn_sent {
    background: #a02f7f;
    width: 100%;
    display: flex;
    align-items: flex-end;
    max-width: 300px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    font-size: 25px;
    transition: all .5s;
    border: 1px solid transparent;
    color: #fff;
    margin: 0 auto
}

#contact-wrap .contact-form-wrap .form-wrapper #btn_sent:hover {
    background: #52364a
}

#contact-wrap .contact-form-wrap .form-wrapper label {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    font-weight: 500;
    color: #fff
}

#contact-wrap .contact-form-wrap .form-wrapper label.error {
    font-size: 1rem;
    left: 0;
    bottom: -29px;
    top: auto;
    color: red
}

#contact-wrap .contact-form-wrap .form-wrapper textarea#con_message {
    width: 100%;
    height: 120px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid hsla(0, 0%, 80%, .2);
    border-radius: 5px;
    font-size: 1.25rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .7);
    margin-top: 15px;
    outline: none;
    background: transparent
}

@media screen and (max-width:767px) {
    #contact-wrap .contact-form-wrap .form-wrapper h3#error_message {
        font-size: 2rem
    }
}

#contact-wrap .information-wrapper {
    background: #353b48;
    color: #fff;
    padding: 50px 60px
}

#contact-wrap .information-wrapper .address-box {
    padding-left: 0
}

#contact-wrap .information-wrapper h2 {
    color: #fff;
    text-align: center;
    font-weight: 500
}

@media screen and (max-width:801px) {
    #contact-wrap .information-wrapper h2 {
        margin-bottom: 40px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    #contact-wrap .information-wrapper h2 {
        margin-bottom: 40px
    }
}

#contact-wrap .information-wrapper .informtion-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 40vh
}

#contact-wrap .information-wrapper .address-box .address {
    margin-bottom: 35px;
    display: flex;
    align-items: center
}

#contact-wrap .information-wrapper .address-box .address a {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-left: 10px;
    font-weight: 500
}

#contact-wrap .information-wrapper .address-box .address svg {
    margin-right: 15px
}

#contact-wrap .information-wrapper .contact-social ul {
    text-align: center
}

#contact-wrap .information-wrapper .contact-social ul li {
    display: inline-block;
    margin: 0 15px
}

#contact-wrap .information-wrapper .contact-social ul li svg {
    width: 30px;
    fill: #fff
}

#contact-wrap .contact-map-wrap iframe {
    width: 100%
}

@media screen and (max-width:1599px) {
    #contact-wrap {
        max-width: 1050px
    }

    #contact-wrap .contact-form-wrap .form-wrapper label {
        font-size: 1.25rem
    }

    #contact-wrap .information-wrapper {
        padding: 50px 30px
    }

    #contact-wrap .information-wrapper .form-wrapper label {
        font-size: 1.25rem !important
    }

    #contact-wrap .contact-form-wrap .form-wrapper .input-box-col-1,
    #contact-wrap .contact-form-wrap .form-wrapper .input-box-col-2 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    #contact-wrap {
        max-width: 960px;
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    #contact-wrap {
        max-width: 860px;
        width: 100%;
        background: transparent
    }
}

@media screen and (max-width:1023px) and (max-width:801px) {
    #contact-wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width:1023px) and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    #contact-wrap {
        margin-top: 65px
    }
}

@media screen and (max-width:1023px) {
    #contact-wrap .information-wrapper .informtion-box {
        align-items: center
    }

    #contact-wrap .contact-form-wrap {
        grid-template-columns: auto
    }

    #contact-wrap .contact-form-wrap .form-wrapper {
        order: 2
    }

    #contact-wrap .contact-form-wrap .information-wrapper {
        order: 1
    }

    #contact-wrap .contact-form-wrap,
    #contact-wrap .contact-map-wrap {
        margin: 0 0 30px
    }
}

@media screen and (max-width:767px) {
    #contact-wrap .contact-form-wrap .form-wrapper .input-box-col-2 {
        grid-template-columns: auto
    }

    #contact-wrap .contact-form-wrap .form-wrapper {
        padding: 30px 15px
    }

    .contact-form-wrap .form-wrapper label {
        font-size: .8rem;
        padding-bottom: 5px;
        margin-bottom: 3px
    }
}

.g-recaptcha {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 15px;
    display: block
}

@media screen and (max-width:767px) {
    .g-recaptcha {
        margin-top: -10px
    }
}

.g-recaptcha>div {
    margin: 0 auto
}

div#captcha_error {
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .5s;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: red
}

#contact-wrap .contact-form-wrap .form-wrapper .input-box-col-1.messageBox,
.input-box-col-2>div {
    position: relative
}

#contact-wrap .contact-form-wrap .form-wrapper .input-box-col-1.messageBox label.error {
    top: auto;
    bottom: 0
}

.country-title {
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin-bottom: 10px
}

.country-title span {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 15px 5px;
    display: block;
    letter-spacing: 0;
    color: #e96f26
}

footer {
    background-color: #000;
    padding: 0
}

@media screen and (min-width:1100px) {
    footer .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (max-width:580px) {
    footer .row {
        margin-left: -45px;
        margin-right: -45px
    }
}

@media screen and (max-width:801px) {
    footer .padding-x2 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

footer ul.f-menu {
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:801px) {
    footer ul.f-menu {
        margin-top: 30px
    }
}

footer ul.f-menu li {
    display: inline-block;
    margin-left: -4px
}

@media screen and (max-width:801px) {
    footer ul.f-menu li {
        display: block;
        margin-bottom: 5px
    }
}

footer ul.f-menu li a {
    padding: 5px 20px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s ease-in;
    color: #fff;
    transition: all .3s ease-in
}

@media screen and (max-width:1600px) {
    footer ul.f-menu li a {
        font-size: 1.1rem;
        padding: 5px 10px
    }
}

@media screen and (max-width:801px) {
    footer ul.f-menu li a {
        font-size: 1.25rem
    }
}

footer ul.f-menu li a:hover {
    color: #cc90ba
}

footer ul.f-menu li a.opacity {
    opacity: .1
}

@media screen and (max-width:1600px) {
    footer .footer-map iframe {
        height: 225px
    }
}

footer .footer-social ul {
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:801px) {
    footer .footer-social ul {
        margin-bottom: 30px
    }
}

footer .footer-social ul li {
    display: inline-block;
    margin-left: -4px;
    overflow: hidden
}

footer .footer-social ul li a {
    padding: 5px 20px;
    transition: all .4s ease-in
}

footer .footer-social ul li a.opacity {
    opacity: .1
}

footer .footer-social ul li a :hover svg {
    fill: #a02f7f
}

footer .footer-logo,
footer .footer-logo div {
    overflow: hidden;
    position: relative
}

footer .footer-logo div {
    margin: 0 auto;
    display: block;
    transform-origin: left
}

footer .footer-logo a {
    overflow: hidden;
    position: relative
}

footer .footer-logo img {
    max-width: 230px;
    margin: 0 auto;
    display: block
}

@media screen and (max-width:1600px) {
    footer .footer-logo img {
        max-width: 180px
    }
}

footer .footer-address {
    display: block;
    margin: 30px auto;
    overflow: hidden
}

footer .footer-address a {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    transition: all .4s ease-in;
    text-align: center;
    color: #fff
}

footer .footer-address a:hover {
    color: #a02f7f
}

footer .footer-address a:hover svg {
    fill: #a02f7f
}

footer .footer-address a span {
    margin-right: 10px
}

footer .footer-address a svg {
    width: 20px
}

footer .footer-address a svg:hover {
    fill: #a02f7f !important
}

footer .footer-address a.req-btn {
    background-color: #a02f7f;
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    margin-bottom: 15px
}

footer .footer-address a.req-btn:hover {
    color: #fff;
    background-color: rgba(160, 47, 127, .9)
}

footer svg {
    width: 30px;
    height: auto;
    fill: #fff
}

.hamburger-wrap {
    width: 60px;
    height: 60px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    z-index: 999;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.hamburger-wrap .hamburger-bar,
.hamburger-wrap .hamburger-bar:after,
.hamburger-wrap .hamburger-bar:before {
    width: 40px;
    height: 4px;
    background: #a97f9d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.hamburger-wrap .hamburger-bar:after,
.hamburger-wrap .hamburger-bar:before {
    content: "";
    position: absolute
}

.hamburger-wrap .hamburger-bar:before {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px)
}

.hamburger-wrap .hamburger-bar:after {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    width: 50%
}

#hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    top: 52px;
    position: fixed;
    right: 10px
}

.hamburger-wrap.open .hamburger-bar {
    background: transparent;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%)
}

.hamburger-wrap.open .hamburger-bar:before {
    transform: rotate(45deg) translate(35px, -35px);
    -webkit-transform: rotate(45deg) translate(35px, -35px);
    -moz-transform: rotate(45deg) translate(35px, -35px);
    -ms-transform: rotate(45deg) translate(35px, -35px);
    -o-transform: rotate(45deg) translate(35px, -35px)
}

.hamburger-wrap.open .hamburger-bar:after {
    transform: rotate(-45deg) translate(35px, 35px);
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
    -moz-transform: rotate(-45deg) translate(35px, 35px);
    -ms-transform: rotate(-45deg) translate(35px, 35px);
    -o-transform: rotate(-45deg) translate(35px, 35px);
    width: 40px
}

.hamburger-wrap.open .hamburger-bar .show-ipad,
.hamburger-wrap.open .hamburger-bar a.mobile-req.show-ipad {
    display: none !important
}

.mobile-nav {
    position: relative;
    background: #077ed1;
    height: 60px;
    z-index: 999
}

.mobile-nav .mobile-logo {
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
    top: 50%
}

.mobile-nav .mobile-logo img {
    max-width: 160px
}

.mobile-nav .mobile-excursion-btn {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
    background: #fc6c1e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.mobile-nav .mobile-excursion-btn a {
    color: #fff;
    text-align: center;
    font-size: .9rem
}

.mobile-nav .mobile-excursion-btn a span {
    display: block
}

.top-mobile-nav {
    background: #444;
    z-index: 999;
    position: relative
}

.top-mobile-nav .social-nav {
    padding: 5px 0
}

.top-mobile-nav .social-nav ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.top-mobile-nav .social-nav ul li {
    margin: 0 10px
}

.top-mobile-nav .social-nav ul img {
    max-width: 28px
}

ul#expend-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
    z-index: 99
}

ul#expend-nav li a {
    color: #fff;
    font-size: 1.35rem;
    line-height: 50px
}

ul#expend-nav.show {
    transform: translateY(0)
}

a.mobile-book-btn {
    background: #fc6c1e;
    display: block;
    width: 190px;
    text-align: center;
    border-radius: 4px;
    margin-top: 35px;
    font-size: 1.4rem !important;
    font-weight: 500;
    margin-bottom: -35px
}

body.fixed-nav .mobile-nav {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 1px 12px #777
}

div#Booking_btn {
    background: rgba(227, 224, 221, .8)
}

.request-form label {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1rem;
    letter-spacing: .04rem;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 500
}

@media screen and (max-width:1600px) {
    .request-form label {
        font-size: 1rem
    }
}

form#RequestForm {
    background: #a02f7f;
    padding: 20px 45px;
    border: 1px solid #a02f7f;
    border-radius: 10px
}

@media screen and (max-width:801px) {
    form#RequestForm {
        padding: 20px 15px
    }
}

.request-form div#captcha_error {
    color: #fde073
}

.request-form input,
.request-form select {
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: transparent;
    padding: 15px 0;
    margin-bottom: 15px;
    -webkit-appearance: none;
    outline: none;
    color: #fff
}

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

    .request-form input,
    .request-form select {
        font-size: 1rem
    }
}

input.custom-input {
    padding: 5px 10px
}

input#checkin,
input#checkout {
    cursor: pointer
}

.request-form textarea {
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    max-height: 120px;
    resize: none;
    padding: 10px;
    margin-top: 15px;
    outline: none;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px
}

.request-form {
    padding-top: 60px;
    padding-bottom: 60px
}

.modal-dialog {
    max-width: 1200px;
    width: 100%
}

label.MM_label span {
    font-size: 10px
}

button.close {
    position: absolute;
    font-size: 57px;
    color: #a02f7f;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    right: 15px;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9999999 !important
}

button.close span {
    margin-top: -10px
}

h1.modal_title {
    text-align: center;
    margin-bottom: 50px;
    color: #a02f7f
}

.request-form input[type=submit] {
    width: auto;
    border: 1px solid transparent;
    display: block;
    padding: 15px 40px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
    margin: 0 auto 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background: #222;
    font-size: 28px;
    border-radius: 5px
}

@media screen and (max-width:801px) {
    .request-form input[type=submit] {
        padding: 15px 20px
    }
}

input[type=submit]:hover {
    transition: all .4s;
    color: #a02f7f !important;
    border: 1px solid transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff
}

.checkin span,
.checkout span {
    display: block;
    position: relative
}

.checkin i,
.checkout i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 30px;
    pointer-events: none
}

.person {
    display: inline;
    position: relative
}

.person i {
    right: -16px;
    top: 40px;
    display: none
}

.custom-select:before,
.person i {
    position: absolute;
    font-size: 30px;
    pointer-events: none
}

.custom-select:before {
    right: 10px;
    top: 3px;
    content: "\f107";
    font-family: fontawesome;
    color: #a7a7a7;
    cursor: pointer;
    background: transparent;
    padding-left: 5px;
    color: #fff
}

@media screen and (max-width:1599px) {
    .custom-select:before {
        top: -2px
    }
}

.request-form i {
    color: #fff
}

.left-photo {
    background-size: cover
}

.img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -webkit-animation-name: formFadeInOut;
    animation-name: formFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: inherit;
    animation-iteration-count: inherit;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@keyframes formFadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.img-box img:first-of-type {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.img-box img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.img-box img:nth-of-type(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.custom-select {
    position: relative
}

@media screen and (max-width:801px) {
    .custom-select {
        max-width: 100% !important
    }
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: transparent
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 15px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.25rem
}

.custom-select.villa-dropdown .select-items div,
.custom-select.villa-dropdown .select-selected {
    font-size: inherit
}

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

    .custom-select.villa-dropdown .select-items div,
    .custom-select.villa-dropdown .select-selected {
        font-size: 1.1rem
    }
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    color: #fff;
    background-color: #a02f7f;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.col-lg-12.custom-column {
    z-index: -1
}

.select-items div {
    color: #444;
    background: #ccc;
    border-color: #ddd;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

div#ui-datepicker-div {
    z-index: 9999999999 !important;
    max-width: 330px
}

.ui-widget-header {
    border: 1px solid #a02f7f;
    color: #fff;
    background: #a02f7f
}

a.ui-state-default.ui-state-active {
    background: #222;
    color: #fff !important;
    border-color: #222 !important;
    text-align: center
}

.ui-datepicker-next.ui-corner-all:before {
    content: "\f105";
    font-size: 1.25rem;
    font-family: fontawesome;
    right: 10px;
    left: auto
}

.ui-datepicker-prev.ui-corner-all:before {
    content: "\f104";
    font-family: fontawesome;
    left: 9px;
    position: absolute;
    top: 0;
    font-size: 1.25rem
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 .6rem;
    font-weight: 400 !important
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #f2f5f7;
    background: #a02f7f;
    font-weight: 400;
    color: #fff !important;
    font-size: 1.2rem;
    text-align: center
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .3rem;
    text-align: right;
    text-decoration: none
}

.ui-widget.ui-widget-content {
    border: 1px solid #a7a7a7
}

.row.custom-row:hover .custom-column {
    z-index: 1
}

.imgBox img {
    max-width: 100%;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    display: block;
    margin: 0 auto
}

#message {
    color: #cf2828;
    font-size: 23px;
    text-align: center
}

.request-form #message {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
    bottom: 240px;
    width: 100%
}

#message.success-box {
    position: relative;
    top: 0
}

#success_page {
    padding: 50px 15px 40px;
    border-radius: 5px;
    border: 0
}

.success-thank {
    font-weight: 400;
    color: #82c915;
    margin-bottom: 10px
}

.success {
    color: #82c915
}

span.optional {
    text-transform: none;
    font-style: italic;
    font-size: .75rem !important;
    letter-spacing: normal
}

.success-spam {
    font-size: 1.35rem;
    padding-top: 20px;
    color: #d14848
}

@media screen and (max-width:767px) {
    #message {
        font-size: 17px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    section.request-form .col-md-5,
    section.request-form .col-md-7,
    section.welcome-block .col-md-5,
    section.welcome-block .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .welcome-block .about-content {
        margin-top: 30px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .form_slider {
        margin-bottom: 30px
    }
}

.google-recaptcha .g-recaptcha {
    margin-top: 30px
}

.request-form-block {
    overflow: hidden;
    max-height: 85vh;
    margin-bottom: 80px
}

@media screen and (max-width:1600px) {
    .request-form-block {
        max-height: 100%
    }
}

@media screen and (max-width:801px) {
    .request-form-block {
        max-height: 100%
    }
}

.reqeust_form_wrapper {
    background-color: #f1f1f1;
    padding: 45px 30px;
    border-radius: 10px
}

@media screen and (max-width:801px) {
    .reqeust_form_wrapper {
        margin-top: 30px
    }
}

@media screen and (max-width:580px) {
    .reqeust_form_wrapper {
        padding: 30px 15px
    }
}

.reqeust_form_wrapper .input-label {
    font-weight: 600;
    font-size: 1.25rem;
    color: #a02f7f
}

.reqeust_form_wrapper .custom-input {
    position: relative
}

.reqeust_form_wrapper .custom-input span.input-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 1.35rem;
    pointer-events: none;
    padding-left: 5px;
    background-color: #f1f1f1
}

@media screen and (max-width:1600px) {
    .reqeust_form_wrapper .custom-input span.input-icon {
        font-size: 1.25rem
    }
}

.reqeust_form_wrapper .req-input-col-1 {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 15px
}

.reqeust_form_wrapper .req-input-col-2 {
    display: grid;
    grid-template-columns: 1fr 45%;
    grid-gap: 20px;
    margin-bottom: 15px
}

@media screen and (max-width:580px) {
    .reqeust_form_wrapper .req-input-col-2 {
        grid-template-columns: auto
    }
}

.reqeust_form_wrapper .req-input-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 45%;
    grid-gap: 20px;
    margin-bottom: 15px
}

@media screen and (max-width:580px) {
    .reqeust_form_wrapper .req-input-col-3 {
        grid-template-columns: auto
    }
}

.reqeust_form_wrapper .req-input-col-3.custom {
    grid-template-columns: 1fr 1fr 45%
}

@media screen and (max-width:580px) {
    .reqeust_form_wrapper .req-input-col-3.custom {
        grid-template-columns: auto
    }
}

.reqeust_form_wrapper input,
.reqeust_form_wrapper select,
.reqeust_form_wrapper textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid #a02f7f !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px 2px;
    background: transparent;
    font-size: 1.2rem
}

.reqeust_form_wrapper textarea {
    border: 1px solid #a02f7f;
    padding: 10px
}

.reqeust_form_wrapper input#submit {
    max-width: 220px;
    display: block;
    border: 1px solid #a02f7f;
    background: #a02f7f;
    color: #fff;
    transition: all .5s ease;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto
}

.reqeust_form_wrapper input#submit:hover {
    background: #a02f7f;
    color: #fff !important
}

.reqeust_form_wrapper textarea {
    height: 120px
}

.reqeust_form_wrapper #message {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
    bottom: 200px;
    width: 100%;
    font-size: 1.25rem
}

@media screen and (max-width:580px) {
    .reqeust_form_wrapper #message {
        bottom: 185px
    }
}

.reqeust_form_wrapper #message.success-box {
    position: relative;
    top: 0
}

.reqeust_form_wrapper .success-thank {
    font-weight: 400;
    color: #a02f7f;
    margin-bottom: 10px
}

.reqeust_form_wrapper .success {
    color: #a02f7f
}

.reqeust_form_wrapper span.optional {
    text-transform: none;
    font-style: italic;
    font-size: .75rem !important;
    letter-spacing: normal
}

.reqeust_form_wrapper .success-spam {
    font-size: 1.35rem;
    padding-top: 20px;
    color: #d14848
}

.reqeust_form_wrapper .google-recaptcha .g-recaptcha {
    margin-bottom: 0 !important
}

.reqeust_form_wrapper div#captcha_error {
    font-size: 1.15rem
}

.req-left-col .req-photo {
    position: relative
}

.req-left-col .req-photo:before {
    position: absolute;
    left: -45px;
    bottom: -45px;
    width: 150px;
    height: 70%;
    background: #f1f1f1;
    content: "";
    z-index: -1
}

@media screen and (max-width:801px) {
    .req-left-col .req-photo:before {
        left: 0;
        height: 100%;
        width: 100px
    }
}

.req-left-col .req-photo:after {
    width: 80%;
    height: 2px;
    background: #a02f7f;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0
}

@media screen and (max-width:801px) {
    .req-left-col .req-photo:after {
        left: 30px
    }
}

.req-left-col .req-photo .req-photo-div {
    height: 600px
}

@media screen and (max-width:801px) {
    .req-left-col .req-photo .req-photo-div {
        height: 240px;
        margin-bottom: 60px;
        margin-left: 30px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .req-left-col .req-photo .req-photo-div {
        height: 450px
    }
}

.req-left-col .req-photo .req-photo-div.bg-01 {
    background: url(../assets/images/request-deluxe.jpg) no-repeat;
    background-size: cover;
    background-position: 50%
}

.form_slider img {
    max-width: 500px;
    width: 100%
}

/*# sourceMappingURL=webdynamic.css.map */