/* Custom Styles */


/* Global */

html {
    overflow-x: hidden;
}

* {
    margin: 0 auto;
}

@font-face {
    font-family: 'Gotham Book';
    src: url("../webfonts/Gotham-Book.ttf") format("opentype"), url("../webfonts/Gotham-Book.woff") format("woff"), url("../webfonts/Gotham-Book.eot") format("eot");
}

.font-cinzel {
    font-family: 'Cinzel', serif;
}

body {
    padding: 0 !important;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #777;
    letter-spacing: 0;
}

p {
    margin-bottom: 16px;
    font-size: 15px;
    color: #777;
    line-height: 23px;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
}

a {
    cursor: pointer;
}

a,
.about-panel .content a:after,
.card-panel .btn-helper .reg-block a:after,
.filler-panel img,
footer .info-footer:nth-child(2) a:after,
.modal .modal-header button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0;
}

h2 {
    color: #222;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* Hero Banner */

.hero-banner {
    position: relative;
    background: #06c;
    height: 100vh;
}

.helpers {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 6;
}

.helpers ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.helpers ul li {
    margin: 0 12px;
}

.helpers ul li:first-child {
    margin-left: 0;
}

.helpers ul li:last-child {
    margin-right: 0;
}

.helpers ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.helpers ul li a:hover {
    color: #ffe042;
}

.helpers ul li:last-child a {
    padding: 10px 20px;
    background: #ffe042;
    border-radius: 3px;
    color: #222;
}

.helpers ul li:last-child a:hover {
    background: #fff;
    color: #262d39;
}

.hero-banner .container img {
    margin-top: 40px;
}

.hero-banner .header {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 6;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.hero-banner .header small {
    position: relative;
    font-family: 'Cinzel', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+50,eeeeee+100 */
    background: rgb(238, 238, 238);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner .header small:after,
.hero-banner .header h2:after,
.hero-banner .header h3:after {
    background: none;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-shadow: 0px 6px 9px rgba(0, 0, 0, .32);
    top: 0;
    z-index: -1;
}

.hero-banner .header h2,
.hero-banner .header h3 {
    font-family: 'Cinzel', serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 68px;
}

.hero-banner h2 {
    position: relative;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+50,eeeeee+100 */
    background: rgb(238, 238, 238);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 224, 66, 1) 0%, rgba(255, 224, 66, 1) 50%, rgba(255, 224, 66, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner h3 {
    display: inline-block;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+50,eeeeee+100 */
    background: rgb(238, 238, 238);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-banner .main-content {
    position: relative;
    text-align: center;
    height: 100vh;
    overflow: hidden;
}

.hero-banner .container img {
    position: relative;
    z-index: 5;
}

.hero-banner .main-content .bg-hero {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 100vh;
}

.hero-banner .main-content .circle {
    position: absolute;
    bottom: -240px;
    left: calc(50% - 360px);
    width: 720px;
    height: 720px;
    z-index: 4;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 360px;
}

.hero-banner .main-content .circle-inner {
    position: absolute;
    bottom: -160px;
    left: calc(50% - 280px);
    width: 560px;
    height: 560px;
    z-index: 5;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 280px;
}

.hero-banner .side-contact {
    position: absolute;
    top: 50%;
    left: -88px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transform: rotate(-90deg);
}

.hero-banner .hero-object {
    position: absolute;
    bottom: -180px;
    z-index: 6;
    width: 100%;
    text-align: center;
}

.hero-banner .hero-object img {
    position: relative;
    left: -270px;
}


/* About */

.about-panel {
    position: relative;
    padding: 200px 0 80px 0;
    text-align: center;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.about-panel .content {
    width: 640px;
}

.about-panel h2 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-panel article,
.filler-panel article {
    margin: 24px 0;
}

.about-panel a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #222;
    letter-spacing: 1px;
}

.about-panel .content a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #222;
}

.about-panel a:hover:after {
    width: 100%;
}

.about-panel .social-media {
    position: absolute;
    top: 35%;
    right: 40px;
    z-index: 3;
}

.about-panel .social-media li {
    margin-bottom: 1px;
}

.about-panel .social-media li a {
    display: block;
    padding: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    border: 1px solid #eee;
    color: #929292;
}

.about-panel .social-media li a:hover {
    color: #06c;
}


/* Card Block */

.card-panel {
    position: relative;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.card-panel h2 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-panel h5 {
    margin-top: 24px;
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.card-panel .content {
    position: relative;
    z-index: 6;
}

.card-panel .bg-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.card-panel .card-details {
    margin-top: 80px;
    position: relative;
    z-index: 6;
}

.card-panel .card-details a {
    font-size: 13px;
    font-weight: 600;
    color: #222;
}

.card-panel .card-details i {
    position: relative;
    top: -2px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6b30e+0,d09213+100 */
    background: rgb(214, 179, 14);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214, 179, 14, 1) 0%, rgba(208, 146, 19, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 179, 14, 1) 0%, rgba(208, 146, 19, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 179, 14, 1) 0%, rgba(208, 146, 19, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6b30e', endColorstr='#d09213', GradientType=0);
    /* IE6-9 */
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .4);
}

.card-panel .card-details a:hover {
    color: #b2892f;
}

.card-panel .card-details .btn-dining {
    position: absolute;
    bottom: 42%;
    left: 22%;
}

.card-panel .card-details .btn-relaxation {
    position: absolute;
    top: 60%;
    left: 19%;
}

.card-panel .card-details .btn-accommodation {
    position: absolute;
    top: 1%;
    right: 12%;
}

.card-panel .card-details .btn-services {
    position: absolute;
    top: 35%;
    right: 19.5%;
}

.card-panel .card-details .btn-function {
    position: absolute;
    bottom: 27%;
    right: 26%;
}

.card-panel .card-details .btn-refer {
    position: absolute;
    bottom: 15%;
    right: 50%;
}

.card-panel .btn-helper {}

.card-panel .btn-helper .btn-shop {
    display: inline-block;
    padding: 12px 24px;
    margin: 0 4px;
    background: #06c;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.card-panel .btn-helper .btn-shop:hover {
    background: #ffe042;
    color: #222;
}

.card-panel .btn-helper .reg-block {
    margin-top: 24px;
}

.card-panel .btn-helper .reg-block a {
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #222;
}

.card-panel .btn-helper .reg-block a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #222;
}

.card-panel .btn-helper .reg-block a:hover:after {
    width: 100%;
}

.card-panel .circle {
    position: absolute;
    top: calc(50% - 320px);
    left: calc(50% - 320px);
    width: 640px;
    height: 640px;
    z-index: 4;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 320px;
}

.card-panel .circle-inner {
    position: absolute;
    top: calc(50% - 240px);
    left: calc(50% - 240px);
    width: 480px;
    height: 480px;
    z-index: 5;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 240px;
}


/* Filler Panel */

.filler-panel {
    position: relative;
    padding: 144px 0 120px 0;
    background: #262e3a;
    overflow: hidden;
    text-align: center;
}

.filler-panel:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 24px);
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #fff;
}

.filler-panel img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    mix-blend-mode: overlay;
    opacity: .8;
}

.filler-panel:hover img {
    transform: scale(1.1);
}

.filler-panel .content {
    position: relative;
    z-index: 3;
}

.filler-panel .content h2 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.filler-panel .content p {
    color: #aaa;
}

.filler-panel .content a {
    display: inline-block;
    padding: 16px 32px;
    background: rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.filler-panel .content a:hover {
    background: #fff;
    color: #222;
}

.filler-panel .side-email {
    position: absolute;
    top: 50%;
    right: -24px;
    z-index: 5;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transform: rotate(90deg);
}

.filler-panel .side-email i {
    margin-right: 12px;
}

.filler-panel .side-email:hover {
    color: #b2892f;
}

.filler-panel .item-panel {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.filler-panel .item-panel .item {
    flex-grow: 1;
    flex-basis: 25%;
    padding: 0 40px;
    border-right: 1px dashed rgba(255, 255, 255, .1);
}

.filler-panel .item-panel .item:first-child {
    padding-left: 0;
}

.filler-panel .item-panel .item:last-child {
    border: none;
    padding-right: 0;
}

.filler-panel .item-panel .item h3 {
    margin-bottom: 24px;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffe042;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filler-panel .item-panel .item ul {
    color: #ccc;
    text-align: center;
}

.filler-panel .item-panel .item ul li {
    display: inline-block;
    position: relative;
    padding: 12px 24px;
    border-right: 1px dashed rgba(255, 255, 255, .1);
}

.filler-panel .item-panel .item ul li:last-child {
    border-right: 0;
}

.filler-panel .item-panel .item ul li i {
    margin-right: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #ffe042;
    line-height: 20px;
}


/* Footer */

footer {
    padding: 80px 0;
    background: #06c url('../img/bg-footer.png');
}

footer .footer-panel {
    display: flex;
    flex-direction: row;
}

footer .info-footer {
    flex-grow: 1;
}

footer h3 {
    position: relative;
    font-size: 13px;
    font-weight: 800;
    color: #ffe042;
    letter-spacing: 1px;
}

footer h3:after {
    content: '';
    display: block;
    margin: 8px 0 24px 0;
    width: 16px;
    height: 2px;
    background: #ffe042;
}

footer a,
footer p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

footer .info-footer a:hover {
    color: #fff;
}

footer .info-footer:nth-child(2) a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

footer .info-footer:nth-child(2) a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
}

footer .info-footer:nth-child(2) a:hover:after {
    width: 100%;
}

footer .info-footer:nth-child(3) ul {
    display: table;
}

footer .info-footer:nth-child(3) ul li {
    display: table-cell;
    padding: 0 16px;
}

footer .info-footer:nth-child(3) ul li:first-child {
    padding-left: 0;
}

footer .info-footer:nth-child(3) ul li:last-child {
    padding-right: 0;
}

footer .info-footer:nth-child(3) ul li a {
    font-size: 16px;
    color: #fff;
}

footer .info-footer:nth-child(3) ul li a:hover {
    color: #ffe042;
}

footer .footer-helper {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: row;
}

footer .footer-helper .links,
footer .footer-helper .copyright {
    width: 50%;
}

footer .footer-helper .links ul li {
    float: left;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

footer .footer-helper .links ul li:first-child {
    padding-left: 0;
}

footer .footer-helper .links ul li:last-child {
    padding-right: 0;
    border: none;
}

footer .footer-helper .links ul li a {
    color: #fff;
}

footer .footer-helper .links ul li a:hover {
    color: #ffe042;
}

footer .footer-helper .copyright {
    font-size: 13px;
    color: #fff;
    text-align: right;
}


/* Modal */

.modal-backdrop.in {
    opacity: .8;
}

.modal .modal-content {
    border-radius: 3px;
    background: transparent;
}

.modal .modal-header {
    padding: 16px 24px;
    background: #06c;
    border-radius: 3px 3px 0 0;
}

.modal .modal-header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.modal .modal-header button {
    position: absolute;
    top: 18px;
    right: 24px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, .12);
    border: none;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px;
}

.modal .modal-header button:hover {
    background: #fff;
    color: #262d39;
}

.modal .modal-body {
    padding: 32px;
    background: #fff;
    border-radius: 0 0 3px 3px;
}


/* Preloader */

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262e3a;
    z-index: 999;
}

svg {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 60px);
    max-width: 120px;
    border-radius: 3px;
    background: #262d39;
    fill: none;
    stroke: rgba(0, 0, 0, .24);
    stroke-linecap: round;
    stroke-width: 8%
}

use {
    stroke: #fff;
    animation: a 2s linear infinite
}

@keyframes a {
    to {
        stroke-dashoffset: 0px
    }
}

.preloader-logo {
    position: absolute;
    top: calc(36% - 40px);
    left: calc(50% - 68px);
}