body {
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-image: url("../img/bella-vista-bg trans.png");
}

.preloader__icon {
    animation-name: none;
    text-align: center;
}

.preloader__icon img {
    width: 75%;
}

.preloader__wrap {
    background-color: #555555;
}

.hero__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(0deg, transparent, var(--color-dark-1) 100%); */
    /*background-color: rgb(0, 0, 0, .35);*/
}

a.header__logo img {
    width: 250px;
}

.footer__icon img {
    object-fit: contain;
    width: 450px;
}

.footer.-type-1 .footer__main {
    padding-top: 60px;
    margin-top: 0;
}

.imageCard.-type-1 .imageCard__image::after {
    display: none;
}

.loop-video__wrapper {
    height: 600px;
    overflow: hidden;
    border-radius: 1.2rem;
    position: relative;
}

.loop-video__wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loop-video {
    padding: 40px 0;
}

.loop-video__title {
    color: #fff;
    font-size: 65px;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.footer.-type-1 .footer__icon {
    /*display: flex;*/
    justify-content: center;
    gap: 20px;
}

.loop-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.loop-video__icon img {
    width: 150px;
    opacity: .8;
}

.video.-type-1 .video__bg::after {
    background-color: rgba(0, 0, 0, 0.65);
}

.hero.-type-8 .heroForm {
    width: 420px;
    padding: 40px;
    background-color: rgb(255, 255, 255, .88);
}

.button.-md {
    padding: 12px 24px;
}

.contactForm select, .contactForm input:not([type="range"]), .contactForm textarea {
    padding-bottom: 5px;
}

.contactForm__caption {
    font-size: 14px;
}

.hero.-type-8 .heroForm__title {
    font-size: 1.2rem;
}

.partner-img {
    width: 95%;
}


.pic-piece-wrapper {
    margin: 0 auto;
    white-space: nowrap;
    width: 100%;
    height: 750px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(66, 66, 66, 0.5) url("../img/gallery/bella vista (7).webp") repeat fixed center;
    background-size: cover;
    position: relative;
    z-index: 5;
    font-size: 0;
}

.pic-piece-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(0, 0, 0, .4);
}

.pic-piece {
    width: 40px;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 4;
    padding: 2px;
    transition: all 4s ease-in-out;
    background: rgba(66, 66, 66, 0.5) url("../img/gallery/bella vista (10).webp") repeat fixed center;
    background-size: cover;
    border-radius: 0;
}

.pic-piece:hover {
    transition: all 0s linear;
    opacity: 0;
}

.pic-piece-logo {
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.rock-bg {
    position: absolute;
    z-index: -1;
    width: 300px;
    right: 30px;
    bottom: 0;
    opacity: .2;
}

.rock-bg img {
    width: 100%;
}

.rock-bg-wrapper {
    position: relative;
    overflow: hidden;
}

.header__number {
    position: relative;
    display: flex;
    gap: 1rem;
}

.header__number a::before {
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    width: 0;
    height: 1px;
    content: "";
    transition: width 1s;
}

.header__number a {
    position: relative;
    font-size: 20px;
}

.header__number:hover a {
    color: #fff;
}

.header__number a:hover::before {
    width: 100%;
}

.footer.-type-1 .footer__mainContent a:hover {
    color: #fff;
}

.map-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.map-btn {
    padding: 1rem 2rem;
    background-color: var(--color-accent-1);
    color: #fff;
    transition: background-color .4s ease-in-out;
    font-size: 1.4rem;
    border-radius: 10px;
}

.map-btn:hover {
    background-color: var(--color-dark-5);
    color: #fff;
}

.visibility-hidden {
    visibility: hidden;
}

#map {
    height: 500px;
}

.pageHeader.-type-1 .pageHeader__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
    pointer-events: none;
}

.blocker {
    z-index: 999 !important;
}

.video.-type-1 {
    padding: 0;
}

.overflow-clip {
    overflow-x: clip !important;
}

.home-features .feature-item {
    height: 350px;
}

.pic-map {
    background-size: cover;
    background-position: center;
    display: block;
    background-image: url("../img/bella_vista_map2.jpg");
    height: 480px;
    margin-top: 60px;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

.modal ol li {
    list-style: unset;
}

.modal ul li {
    list-style: disc;
}

.modal ul {
    padding-left: 1.2rem;
}

.modal .close-btn {
    margin-top: 1rem;
}

.modal .close-modal-btn {
    padding: .8rem 2rem;
    background-color: #494949;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}

.modal p {
    margin-bottom: 14px;
}

.modal p:last-of-type {
    margin-bottom: 0;
}

.pageHeader.-type-1 .pageHeader__title {
    font-size: 70px;
}

.hero.-type-8 {
    margin: 0;
}

.hero.-type-8 .hero__bg {
    border-radius: 0;
}

.modal a.close-modal-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}

.randevu-btn {
    background-color: var(--color-accent-1);
    border: none;
}

.header.-type-1.-is-sticky {
    display: none;
}

.cursed-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 13px;
    line-height: 1.76em;
    font-weight: 500;
    letter-spacing: .3em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 30px;
    color: #fff;
    background-color: #c28562;
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 280px;
}

.cursed-btn .qodef-border-holder {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px solid rgba(255,255,255,.5);
}

.cursed-btn .qodef-bottom-border, .cursed-btn .qodef-top-border {
    width: 0;
    height: 1px;
}
.cursed-btn .qodef-top-border {
    top: -1px;
    right: 0;
}
.cursed-btn .qodef-right-border {
    top: 0;
    right: -1px;
}
.cursed-btn .qodef-bottom-border {
    left: 0;
    bottom: -1px;
}
.cursed-btn .qodef-left-border {
    left: -1px;
    bottom: 0;
}
.cursed-btn span {
    display: block;
    line-height: inherit;
}
.cursed-btn:hover {
    color: #fff;
    background-color: #c28562;
}
.cursed-btn:hover .qodef-bottom-border, .cursed-btn:hover .qodef-top-border {
    width: calc(100% + 1px);
}
.cursed-btn:hover .qodef-left-border, .cursed-btn:hover .qodef-right-border {
    height: calc(100% + 1px);
}
.cursed-btn .qodef-bottom-border, .cursed-btn .qodef-left-border, .cursed-btn .qodef-right-border, .cursed-btn .qodef-top-border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: .5s cubic-bezier(.71,.29,.18,.97);
    -o-transition: .5s cubic-bezier(.71,.29,.18,.97);
    transition: .5s cubic-bezier(.71,.29,.18,.97);
}
.toTopButton {
    background-color: var(--color-accent-1);
    color: #fff;
    width: 60px;
    height: 60px;
}

.toTopButton:hover {
    color: var(--color-accent-1);
    background-color: transparent;
}
.pageHeader.-type-1 {
    padding-top: 200px;
}

/*#promo-vid, #location {*/
/*    scroll-margin-top: 1000px;*/
/*}*/

.imageSliderNav > * {
    height: 51px;
    padding: 14px 20px;
}

.imageSliderNav {
    top: unset;
    bottom: -90px;
    transform: translateX(-50%);
}

.home-features .imageSliderNav {
    bottom: -90px;
}

.pageHeader.-type-1 .pageHeader__image::before {
    background-color: rgb(0, 0, 0, 0);
}
.footer.-type-1 {
    padding-bottom: 60px;
}
.modal a.close-modal, .modal a.close-modal-bottom {
    background-image: url('../img/close.webp') !important;
}
.footer.-type-1 .footer__bottom {
    margin-top: 60px;
}
.footer-randevu {
    margin-top: 60px;
}
.js-tabs-controls {
    gap: 20px;
}

.position-relative {
    position: relative !important;
}

#gallery .imageCard__image {
    border-radius: 1.2rem;
}
.video.-type-1 .video__bg {
    border-radius: 1.2rem;
    overflow: hidden;
}
.hero.-type-8 .hero__title {
    font-weight: 300;
}

.video-one {
    position: relative;
    display: block;
    /* margin-top: -120px; */
    z-index: 2;
}
.video-one__img-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 321px solid transparent;
    border-right: 419px solid #c28562;
    z-index: 1;
}
.video-one__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .70;
    z-index: -1;
}
.video-one__video-link {
    position: absolute;
    z-index: 3;
    right: 83px;
    bottom: 173px;
}
.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 89px;
    height: 89px;
    line-height: 89px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-one__video-icon:before {
    position: absolute;
    top: -17px;
    left: -17px;
    right: -17px;
    bottom: -17px;
    content: "";
    border: 1px solid rgba(255,255,255, .10);
    border-radius: 50%;
    z-index: 1;
}
.video-one__video-link .ripple, .video-one__video-icon .ripple:before, .video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__video-icon span {
    color: #000;
}
.video-one__title {
    position: absolute;
    bottom: 49px;
    right: 55px;
    z-index: 2;
}
.video-one__title h3 {
    font-size: 22px;
    color: #fff;
}
.video-one__img-box {
    position: relative;
    display: block;
    min-height: 511px;
    background-color: #1a150e;
    overflow: hidden;
    z-index: 1;
    border-radius: 1.2rem;
}
.hero.-type-8 .hero__bg::after {
    background-color: unset;
}

.siteMessages {
    position: fixed;
    top: 24px;
    left: 50%;
    width: min(92vw, 560px);
    transform: translateX(-50%);
    z-index: 10000;
}

.siteMessage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    color: #fff;
    background: #2f3238;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.siteMessage + .siteMessage {
    margin-top: 10px;
}

.siteMessage--success {
    background: #26734d;
}

.siteMessage--error {
    background: #a33b35;
}

.siteMessage--hidden {
    opacity: 0;
    transform: translateY(-10px);
}

.siteMessage__close {
    flex: 0 0 auto;
    padding: 0;
    color: inherit;
    font-size: 26px;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}
