@import url("https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap");
*,
::before,
::after {
box-sizing: border-box;
} html {
-moz-tab-size: 4;
tab-size: 4;
} html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}  hr {
height: 0; color: inherit; }  abbr[title] {
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  table {
text-indent: 0; border-color: inherit; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} ::-moz-focus-inner {
border-style: none;
padding: 0;
} :-moz-focusring {
outline: 1px dotted ButtonText;
} :-moz-ui-invalid {
box-shadow: none;
} legend {
padding: 0;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  summary {
display: list-item;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
position: relative;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
content: "";
width: 60px;
height: 4px;
position: absolute;
left: 0;
bottom: -10px;
background-color: #ddb483;
}
h1 {
font-size: 48px;
line-height: 56px;
}
h2 {
font-size: 40px;
line-height: 48px;
}
h3 {
font-size: 36px;
line-height: 44px;
}
h4 {
font-size: 32px;
line-height: 40px;
}
h5 {
font-size: 28px;
line-height: 36px;
}
h6 {
font-size: 24px;
line-height: 32px;
}
p {
font-size: 16px;
line-height: 24px;
margin-top: 0;
}
* {
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
background-image: url(//ubytovanie.vinoputec.sk/app/themes/vinoputec/dist/img/vinoputec-bg.png);
background-repeat: no-repeat;
background-size: cover;
font-family: "Moderustic", sans-serif;
animation: fadeIn ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
position: relative;
height: auto;
overflow-x: hidden;
}
button {
border: none;
background-color: transparent;
padding: 0;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
@media (min-width: 1200px) {
.container {
max-width: 1180px;
}
}
a[href^="tel:"] {
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus {
color: #ddb483 !important;
}
.swiper-pagination {
position: static;
margin-top: 30px;
}
.swiper-pagination-bullet-active {
background-color: #ddb483;
}
.swiper-navigation {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: 100%;
display: flex;
justify-content: space-between;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
color: #000;
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background-color: #fff;
border-radius: 50%;
border: 1px solid #ddb483;
cursor: pointer;
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
display: none;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
color: #fff;
background-color: #ddb483;
}
.swiper-navigation .swiper-button-prev {
left: -15px;
}
.swiper-navigation .swiper-button-next {
right: -15px;
}
.swiper-lazy-preloader {
border-color: #ddb483;
}
.grecaptcha-badge {
right: -300px !important;
}
.eWYlJ,
.fhhvKW {
height: auto !important;
}
@media (min-width: 1620px) {
.container {
max-width: 1600px;
}
}
@media (min-width: 1921px) {
.container {
max-width: 1900px;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
section {
padding: 60px 0;
}
@media (max-width: 576px) {
section {
padding: 30px 0;
}
}
form br {
display: none;
}
form .input-control {
padding: 10px 0;
}
form .input-control p {
margin: 0;
line-height: 1;
}
form label:not(.c-checkbox label) {
font-size: 14px;
display: block;
margin-bottom: 5px;
}
form input,
form select,
form textarea {
width: 100%;
height: 45px;
border: 1px solid #dddddd;
padding-left: 15px;
will-change: border-color;
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input:hover, form input:focus,
form select:hover,
form select:focus,
form textarea:hover,
form textarea:focus {
border-color: #000;
}
form [type=date] {
padding-right: 15px;
}
form select {
appearance: none;
background: url(//ubytovanie.vinoputec.sk/app/themes/vinoputec/dist/img/caret-down.svg) no-repeat right 15px center;
background-size: 10px;
}
form textarea {
min-height: 170px;
padding-top: 15px;
}
table {
width: 100%;
border-collapse: collapse;
}
table thead th {
color: #fff;
background-color: #ddb483;
padding: 8px 16px;
text-align: left;
}
table tbody td {
padding: 8px 16px;
}
table tbody tr:nth-child(even) {
background-color: #dddddd;
}
table tfoot td {
padding: 8px 16px;
font-weight: 700;
background-color: #ddb483;
color: #fff;
}
.c-button {
font-size: 15px;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 15px 25px;
letter-spacing: 1.15px;
text-decoration: none;
border: 1px solid transparent;
}
.c-button--primary {
color: #fff;
background-color: #ddb483;
will-change: background-color;
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button--primary:hover, .c-button--primary:focus {
background-color: #DD8E30;
}
.c-button--secondary {
color: #000;
background-color: transparent;
border: 1px solid #000;
will-change: background-color;
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button--secondary:hover, .c-button--secondary:focus {
color: #fff;
background-color: #ddb483;
border-color: #ddb483;
}
.c-button--link {
position: relative;
padding: 0;
}
.c-button--link:after {
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 100%;
height: 2px;
background-color: #000;
}
.c-checkbox {
padding: 10px 0;
}
.c-checkbox input[type=checkbox] {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 1px;
}
.c-checkbox label {
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
cursor: pointer;
text-transform: none;
margin-bottom: 0;
}
.c-checkbox label span.check {
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border: 1px solid #dddddd;
line-height: 1;
flex-shrink: 0;
margin-top: 2px;
margin-right: 10px;
will-change: border-color, background-color;
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-checkbox label span.check i {
font-size: 14px;
color: #fff;
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-checkbox label span.label {
transform: translateY(2px);
}
.c-checkbox label span.label a {
color: #ddb483;
text-decoration: underline;
}
.c-checkbox label span.label a:hover, .c-checkbox label span.label a:focus {
text-decoration: none;
}
.c-checkbox label input[type=checkbox]:checked + span.check,
.c-checkbox label input[type=radio]:checked + span.check {
background: #ddb483;
border-color: #ddb483;
}
.c-checkbox label input[type=checkbox]:checked + span.check i,
.c-checkbox label input[type=radio]:checked + span.check i {
opacity: 1;
}
.c-card {
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
height: 100%;
}
.c-card__header {
margin-bottom: 10px;
}
.c-card__header picture img {
width: 100%;
height: 320px;
object-fit: cover;
}
.c-card__header .swiper {
height: 320px;
}
.c-card__header .swiper-wraper {
height: auto;
}
.c-card__header .swiper-slide {
height: auto;
}
.c-card__header .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.c-card__body h1,
.c-card__body h2,
.c-card__body h3,
.c-card__body h4,
.c-card__body h5,
.c-card__body h6 {
color: #ddb483;
margin-bottom: 10px;
}
.c-card__body h1:after,
.c-card__body h2:after,
.c-card__body h3:after,
.c-card__body h4:after,
.c-card__body h5:after,
.c-card__body h6:after {
display: none;
}
.c-card__footer {
padding-bottom: 10px;
}
@media (max-width: 1535px) {
.c-card__header picture img {
height: 220px;
}
}
@media (max-width: 576px) {
.c-card__header .swiper {
height: 220px;
}
}
.c-image-gallery .swiper {
height: auto;
}
.c-image-gallery .swiper-wrapper {
height: auto;
}
.c-image-gallery .swiper-slide {
height: auto;
}
.c-image-gallery .swiper-slide img {
width: 100%;
height: 300px;
object-fit: cover;
}
@media (max-width: 440px) {
.c-image-gallery .swiper-slide img {
height: 220px;
}
}
.socials {
display: flex;
align-items: center;
gap: 15px;
}
.socials a {
color: #fff;
font-size: 24px;
text-decoration: none;
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.socials a:hover, .socials a:focus {
color: #ddb483;
}
.c-modal {
width: 100%;
max-width: 900px;
}
.main-header {
position: absolute;
left: 0;
top: 20px;
right: 0;
z-index: 100;
}
.main-header .inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.main-header .left {
display: flex;
align-items: center;
gap: 40px;
}
.main-header .right {
display: flex;
align-items: center;
gap: 20px;
}
.main-header .right a[href^="tel:"] {
color: #fff;
font-size: 14px;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
}
.main-header nav ul {
display: flex;
align-items: center;
gap: 15px;
padding: 0;
margin: 0;
list-style: none;
}
.main-header nav a {
color: #fff;
text-decoration: none;
will-change: color;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-header nav a:hover, .main-header nav a:focus {
color: #ddb483;
}
.main-header.has-bg {
background-color: #222222;
position: static;
padding: 20px 0;
}
@media (max-width: 992px) {
.main-header .right {
gap: 10px;
}
.main-header .right a[href^="tel:"] {
display: none;
}
}
@media (max-width: 576px) {
.main-header .left {
gap: 10px;
}
.main-header nav a {
font-size: 14px;
}
.main-header .right .socials {
display: none;
}
}
.hero {
width: 100%;
height: 100vh;
position: relative;
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
}
.hero::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(16, 16, 15, 0.4) 0%, rgba(16, 16, 15, 0.4) 100%);
z-index: 2;
}
.hero__inner {
width: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 3;
padding-left: 15px;
padding-right: 15px;
}
.hero__inner h1 {
color: #fff;
margin-bottom: 40px;
}
.hero__inner h1:after {
left: 50%;
transform: translateX(-50%);
}
.hero__inner p {
color: #fff;
margin-bottom: 10px;
text-transform: uppercase;
}
.hero__inner .buttons {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 25px;
}
.hero__video-wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
}
.hero__video-wrapper video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
}
@media (max-width: 1200px) {
.hero {
height: auto;
padding-top: 350px;
padding-bottom: 350px;
}
}
@media (max-width: 576px) {
.hero {
padding-top: 280px;
padding-bottom: 280px;
}
.hero h1 {
font-size: 38px;
line-height: 46px;
}
.hero__inner .buttons {
flex-direction: column;
}
.hero__inner .buttons .c-button {
width: 100%;
}
}
.cards .row {
justify-content: center;
}
.cards h2 {
margin-bottom: 35px;
}
.cards .c-card {
margin-bottom: 20px;
}
.cards .cta {
margin-top: 30px;
text-align: center;
}
.image-text .images {
display: flex;
align-items: stretch;
}
.image-text .images picture img {
max-height: 500px;
}
.image-text .room-gallery {
position: relative;
}
.image-text .room-gallery .swiper {
height: auto;
border-radius: 8px;
}
.image-text .room-gallery .swiper-wrapper {
height: auto;
}
.image-text .room-gallery .swiper-slide {
height: auto;
}
.image-text .room-gallery .swiper-slide img {
width: 100%;
height: 500px;
object-fit: cover;
border-radius: 8px;
}
@media (max-width: 768px) {
.image-text .room-gallery .swiper-slide img {
height: 300px;
}
}
@media (max-width: 576px) {
.image-text .swiper-navigation {
display: none;
}
}
.reservation-form button[type=submit] {
width: 100%;
}
.reservation-form.alt {
padding-top: 0;
}
@media (max-width: 768px) {
.video-section iframe {
height: 450px;
}
}
@media (max-width: 576px) {
.video-section iframe {
height: 300px;
}
}
.widget-section {
padding: 30px 0;
}
.widget-section .ciCnpO {
padding: 0 !important;
}
.widget-section .kKIOLj,
.widget-section .dDuAwK {
height: auto !important;
}
.widget-section .sJhos {
display: none !important;
}
.main-footer__inner {
background-image: url(//ubytovanie.vinoputec.sk/app/themes/vinoputec/dist/img/pozadie-paticka.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0;
position: relative;
}
.main-footer__inner:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
}
.main-footer__inner .row {
position: relative;
z-index: 2;
}
.main-footer__inner picture img {
margin-bottom: 25px;
}
.main-footer__inner p {
color: #fff;
}
.main-footer__inner p:has(a[href^="tel:"]) a {
color: #fff;
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
text-decoration: none;
}
.main-footer__inner p:has(a[href^="tel:"]) a:hover, .main-footer__inner p:has(a[href^="tel:"]) a:focus {
color: #ddb483;
}
.main-footer__inner h6 {
color: #fff;
}
.main-footer__inner a[rel="noopener noreferrer"] {
color: #fff;
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 15px;
text-decoration: none;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer__inner a[rel="noopener noreferrer"]:hover, .main-footer__inner a[rel="noopener noreferrer"]:focus {
color: #ddb483;
}
.main-footer__inner ul {
padding: 0;
margin: 0;
list-style: none;
}
.main-footer__inner ul li {
margin-bottom: 15px;
}
.main-footer__inner ul li:last-child {
margin-bottom: 0;
}
.main-footer__inner ul a {
display: inline-flex;
align-items: center;
gap: 10px;
color: #fff;
text-decoration: none;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer__inner ul a i {
color: #ddb483;
}
.main-footer__inner ul a:hover, .main-footer__inner ul a:focus {
color: #ddb483;
}
.main-footer__inner .socials {
margin-top: 20px;
}
.main-footer__copyright {
background-color: #222222;
}
.main-footer__copyright .inner {
padding: 20px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.main-footer__copyright .inner p {
color: #fff;
margin: 0;
}
.main-footer__copyright .inner p a {
color: #ddb483;
text-decoration: none;
}
.main-footer__copyright .inner p a:hover, .main-footer__copyright .inner p a:focus {
text-decoration: underline;
}
@media (max-width: 992px) {
.main-footer__inner .column {
margin-bottom: 30px;
}
.main-footer__inner h6 {
margin-bottom: 30px;
}
}
@media (max-width: 576px) {
.main-footer__inner {
padding: 30px 0;
}
.main-footer__copyright .inner {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 10px;
}
}
@media (max-width: 1200px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 992px) {
.hidden-md-down {
display: none !important;
}
.h-order-md-1 {
order: 1;
}
.h-order-md-2 {
order: 2;
}
}
@media (min-width: 992px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 768px) {
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 576px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-xs-up {
display: none !important;
}
}