body {
    font-family: "Fira Sans", sans-serif;
    margin: 0;
    padding: 0;
}

sup {font-weight:300 !important;}

video {
    display: block;
    background-color: #212121;
  }

.g-10 > [class^="col"] {
    padding-left: 3rem;
    padding-right: 3rem;
}
.g-10 {
    margin-left: -3rem;
    margin-right: -3rem;
}
.g-15 > [class^="col"] {
    padding-left: 5rem;
    padding-right: 5rem;
}
.g-15 {
    margin-left: -5rem;
    margin-right: -5rem;
}


select.form-control {
    appearance: none;            /* Remove default arrow */
    background-image: url("/images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 3rem;      
  }
  


@media (min-width: 100.0rem) {
    .container-bigger {
        max-width: 91.875rem;
   }
}
.relative {
    position:relative;
}
a {
    transition: all 0.5s ease;
}
a:hover {
    opacity: 0.9;
}
h1 {
    font-size:3.75rem;
    font-weight: 900;
}
h2 {
    font-size:4.0rem;
    font-weight: 900;
    color:black;
}
h6 {
    font-size:2.0rem;
    font-weight: 900;
}
input:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.scroll-right {
    position:absolute !important;
    bottom:2rem;
    right: 2rem;
}
.scroll-left {
    position:absolute !important;
    bottom:2rem;
    left: 2rem;
}


.btn {letter-spacing: 1px;}

.btn-wide {
    padding:0.75rem 3.125rem;
}
.btn-block {
    width:100%;
}
.btn-outline-dark {
    font-weight: 900;
    font-size: 1.125rem;
    padding:0.75rem 1.875rem;
    background-color: rgba(0,0,0,0);
    border: 0.125rem solid #000;
    border-radius: 0.9375rem;
}
.btn-outline-dark:hover {
    background-color: #000000;
    border-color: #000000;
    color:white;
}
.btn-danger {
    font-weight: 900;
    font-size: 1.125rem;
    padding:0.75rem 1.875rem;
    background-color: #ED0180;
    border-color: #ED0180;
    border-radius: 0.9375rem;
}
.btn-danger:hover {
    background-color: #d40071;
    border-color: #d40071;
}
.btn-file {
    display: flex;
    gap: 0.9375rem;
    padding: 0.625rem 1.875rem;
    background-color: white;
    font-size:1.125rem;
    font-weight:900;
    border-radius: 0.9375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
    align-items: center;
    text-align: left;
}
.btn-file:hover {
    background-color: white;
}
.tippy-box {
    background-color: #ED0180;
    font-weight: 700;
    color: white !important;
    font-size:0.875rem;
    border-radius: 0.9375rem;
    padding:0.25rem;
    max-width: 9.375rem !important;
    text-align: center;
    top:1rem;
}
.tippy-arrow {
    color: #ED0180 !important;
   /* Arrow color */
   ;
}
.navbar {
    background-color: transparent !important;
    position:absolute;
    width:100%;
    padding:3.125rem;
    z-index:10;
}
.navbar .navbar-brand-custom {
    padding:0.0rem;
    height:1.5625rem;
}
.navbar .navbar-brand-custom img {
    height: 1.5rem;
    margin-left:0.9375rem;
}
.navbar-nav .nav-lang {
    color: #000;
    font-weight:900;
    font-size:1.125rem;
    padding:0.125rem 1.25rem !important;
}
body.dark .navbar-nav .nav-lang {
    color: #fff;
    font-weight:900;
    font-size:1.125rem;
    padding:0.125rem 1.25rem !important;
}

.navbar-nav .nav-lang.nav-lang-second {
    padding-left:10px !important;
}

 .open-info {
    background-color: #ED0180;
    color:white;
    font-size:1.125rem;
    font-weight:900;
    border-radius: 25px;
    padding:0.125rem 1.875rem !important;
    text-transform: uppercase;
}
/* main menu */
.main-menu {
    display:none;
    position:fixed;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    width:22.875rem;
    z-index:11;
    min-height:100vh;
    background-color: #212121;
}
.main-menu-head {
    padding:3.3125rem 1.875rem 3.125rem 3.875rem;
    background-color: #CCE0E3;
}
.main-menu-head.toggle-menu {
    height:1.5rem;
}
.main-menu .navbar-brand-custom {
    height:1.5625rem;
    display:inline-block;
}
.main-menu .navbar-brand-custom img {
    height: 1.5rem;
    margin-left:0.6875rem;
}
.main-menu-body {
    padding:0.0rem 2rem 2.5rem 4.875rem;
    background-color: #CCE0E3;
}
.main-menu-body h5 {
    font-size:1.125rem;
    font-weight:900;
    margin-bottom:1.5rem;
    position: relative;
}

.main-menu-body h5.active {
    font-size:1.125rem;
    font-weight:900;
    margin-bottom:.5rem;
    position: relative;
}

.main-menu-body h5 a {
    color:black;
    text-decoration: none;
}
.main-menu-body h5 a.active {
    color:#ED0180;
}
.main-menu-body ul {
    padding-left:0.0rem;
}
.main-menu-body ul li {
    font-size:0.875rem;
    font-weight:500;
    margin-bottom:0.625rem;
    list-style-type: none;
}
.main-menu-body ul li a {
    color:black;
    text-decoration: none;
}
.main-menu-body ul li a.active {
    color:#ED0180;
}
.main-menu .subitems {
    cursor:pointer;
}
.main-menu .subitems::before {
    content: '';
    position: absolute;
   /* Position the icon absolutely within the parent */
    left: -1.25rem;
   /* Adjust to position the icon to the left */
    top: 45%;
   /* Position the icon vertically in the middle of the element */
    transform: translateY(-50%);
   /* Align the icon vertically */
    width: 0.875rem;
   /* Icon width */
    height: 0.875rem;
   /* Icon height */
    background-image: url('/images/arrow-menu.png');
    background-size: contain;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
   ;
}
.main-menu .subitems.active::before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 45%;
    transform: translateY(-50%);
    width: 0.875rem;
    height: 0.875rem;
    background-image: url('/images/arrow-menu-active.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.main-menu .sublist {
    display:none;
    margin-bottom:1.5rem;
}
.main-menu .subitems.active + .sublist {
    display:block;
}
.main-menu-footer {
    padding:1.25rem 1.25rem 5.0rem 4.875rem;
    background-color: #212121;
    border-bottom-right-radius: 25px;
}
.main-menu-footer h4 {
    font-size:1.125rem;
    font-weight:900;
    color:#ED0180;
    margin-top:1.25rem;
    margin-bottom:0.0rem;
}
.main-menu-footer h2 {
    font-size:1.75rem;
    font-weight:900;
    color:white;
    margin-top:0.625rem;
    margin-bottom:0.0rem;
    line-height: 0.9;
}
.main-menu-footer p {
    font-size:0.875rem;
    color:white;
}
.main-menu-footer .social-links {
    display: flex;
    gap: 0.9375rem;
    margin-top:1.875rem;
}
.foomain-menu-footerter .social-links .social-icon img {
    height: 1.25rem;
}
.main-menu-footer .social-links .social-icon {
    text-decoration: none;
}
.main-menu-footer .social-links .social-icon:hover {
    opacity: 0.7;
}
.hero-section {
    background-image: url('/images/main-img.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color:white;
    background-color: #212121;
}
.hero-section h1 {
    font-size: 5.0625rem;
    font-weight: 900;
    line-height: 0.95;
}
.hero-section p {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    max-width: 33.125rem;
}
.info-cards {
    padding: 3rem 0 8rem;
    background-color: #CCE0E3;
    background-image: url('/images/bg-home.webp');
    background-size: cover;
    background-position: center;
}
.info-card {
    border-radius: 25px;
    box-shadow: 0 0.25rem 0.5rem rgba(100, 100, 100, 0.5);
    overflow: hidden;
    text-align: left;
    margin-top:-12.5rem;
    
}
.info-card-header {
    background-color: #212121;
    color: white;
    padding: 3rem 3rem;
    display: flex;
    justify-content: space-between;
    position:relative;
}

.info-card-header h3 a {
    color:white;
    text-decoration: none;
}

.info-card-header .arrow {
    position:absolute;
    right:3rem;
    top:3.5rem;
}
.info-card-header h3 {
    margin: 0;
    font-size: 2rem;
    font-weight:900;
    margin-bottom: 1.25rem;
}
.info-card-header p {
    margin: 0;
    font-size: 0.9375rem;
}
.info-card-header .card-link {
    display: flex;
    align-items: center;
}
.info-card-header .card-link img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.625rem;
}
.info-card-body {
    width: 100%;
    height: 23.75rem;
    background-size: cover;
    background-position: center;
}
.info-card-footer {
    background-color: #212121;
    color: white;
    padding: 2rem 0 4rem;
    text-align: center;
}
.info-card-footer .btn-outline-light {
    border-color: white;
    color: white;
    padding: 0.4rem 1.2rem;
    text-transform: uppercase;
    font-weight:900;
    border-radius: 0.9375rem;
    font-size: 1rem;
    min-width:70%;
}
.info-card-footer .btn-outline-light:hover {
    background-color: white;
    color: #212121;
}

.btn-outline-light.large {
	font-weight: 900;
	font-size: 18px;
	padding:12px 30px;
	border-radius: 15px;
}



/* NEWS */
.news h2 {
    color:#ED0180;
    text-align:center;
    margin-top:9.5rem;
    margin-bottom:2.5rem;
}
.news-container {
    position:relative;
}

.news-container a{
    color:black; text-decoration: none;
}

.news .news-card {
    padding:5.0rem 2.5rem 7.5rem;
    border-radius: 25px;
    box-shadow: 0 0.25rem 0.5rem rgba(100, 100, 100, 0.4);
    text-align: left;
    background-color: #CCE0E3;
    position:relative;
    overflow: hidden;
}
.news .news-card.active {
    background-color: #E0EFF1;
    margin-top: -1.5625rem;
}
.news-container .polygon {
    background-image: url('/images/news-polygon.png');
    position:absolute;
    bottom:-3.75rem;
    left:2.5rem;
    width:12.5rem;
    height:12.5rem;
    z-index:20;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.news-container .polygon.active {
    background-image: url('/images/news-polygon-active.png');
    position:absolute;
    bottom:-3.75rem;
    left:2.5rem;
    width:12.5rem;
    height:12.5rem;
    z-index:20;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.news .news-card .border {
    height:1.125rem;
    background-color:#ED0180;
    position: absolute;
    width:100%;
    left:0;
    top:-0.1875rem;
}
.news .news-card h3 {
    font-size: 1.625rem;
    font-weight: 700;
}
.news .news-card .date {
    color:#ED0180;
    font-weight: 500;
}
.news .news-card p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
}
.news .news-card .arrow {
    position:absolute;
    right:2.5rem;
    bottom:2.5rem;
}
/* galery */


.page-gallery h2 {
    margin-top:7.25rem;
    color: black;
}
.page-gallery h6 {
    color: black;
}
.page-gallery h6 b {
    color:#ED0180;
}
.page-gallery .owl-stage-outer {
    padding-top:5.0rem;
    padding-bottom:5.0rem;
}
.page-gallery .item {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
    border-radius: 25px;
    position: relative;
}
.page-gallery .owl-item {
    width: 18%;
}
.page-gallery .owl-item.active-center {
    width: 24%;
    z-index: 2;
}
.page-gallery .owl-item.active-center .item {
    transform: scale(1.2);
    border: 0.9375rem solid #CBDCDD;
    border-radius:1.5625rem;
    margin-top:-3%;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.3);
}
/* Custom Navigation Arrows */
.page-gallery .custom-nav {
    width:100%;
}
.page-gallery .custom-nav img {
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index:20;
    cursor:pointer;
}
.page-gallery .custom-prev {
    left: 19.2%;
}
/* Position left arrow */
.page-gallery .custom-next {
    right: 19.2%;
}

.page-gallery .counter-nav {
    position: relative;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 10;
}
.page-gallery .image-counter {
    display:inline-block;
    margin-left:4rem;
    margin-right:4rem;
}



/* Position right arrow */
/* Hover effect */
.page-gallery .custom-nav img:hover {
    opacity:0.95;
}
.page-gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ED0180;
}
.owl-dots {
    display:none;
}
/* FACTS */

.facts-section {
    position: relative;
    background-image: url('/images/main-img.png');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:white;
}
.facts-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3);
   /* Adjust opacity as needed */
    z-index: 1;
}
.facts-section * {
    position: relative;
    z-index: 2;
}
.facts-section h1 {
    font-size: 3.75rem;
    text-align:center;
    font-weight: 900;
    margin-bottom:1.875rem;
    padding-top:15%;
}
.facts-section p {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    max-width: 33.125rem;
   /* Set max-width to 33.125rem */
   ;
}
.facts1 h4 {
  
    font-size:0.875rem;
    background-color: rgba(0, 0, 0, 0.0);
    color:white;
    display:inline-block;
    padding:0.3125rem 1.875rem;
    font-weight:500;
    text-align: center;
    border:1px solid white;
    }
.facts2 h4 {
   
    font-size:0.875rem;
    background-color: rgba(0, 0, 0, 0.0);
    color:white;
    display:inline-block;
    padding:0.3125rem 1.875rem;
    font-weight:500;
    text-align: center;
    border:1px solid white;



}
.fact-items {
    display: flex;
    justify-content: center;
}
.fact-item {
    text-align: center;
    padding: 1.25rem 2.5rem;
    box-sizing: border-box;
    position: relative;
   /* For positioning the border */
   ;
}
.fact-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 0.0625rem;
    height: 3.75rem;
   /* Height of the border */
    background-color: black;
    transform: translateY(-50%);
   /* Centers the border vertically */
   ;
}
.facts2 .fact-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 0.0625rem;
    height: 3.75rem;
   /* Height of the border */
    background-color: white;
    transform: translateY(-50%);
   /* Centers the border vertically */
   ;
}
.fact-item .number {
    font-size: 4.125rem;
    font-weight: 900;
    line-height: 0.9;
}
.fact-item .number small {
    font-size: 1.25rem;
    font-weight: 900;
}
.fact-item p {
    font-size: 1.0rem;
    font-weight: 400;
    margin-top: 0.0rem;
    line-height: 1.2;
}
.facts-desc {
    width:50%;
    margin:3.125rem auto;
}
.interest {
    background-image: url('/images/moon-bg.jpg');
    background-size: cover;
    background-position: center 25%;
    padding:8.75rem 6.25rem;
}
.interest h2 {
    text-align: center;
    margin-bottom:5.0rem;
}
.interest-item {
    max-width: 18.75rem;
}
.interest-item .icon {
    width: 6.25rem;
    height: 6.25rem;
    background-color: #FCA544;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.interest-item .icon img {
    width: 50%;
   /* Adjust as needed */
   ;
}
.interest-item h4 {
    font-size: 1.3125rem;
    font-weight: 700;
    text-align: center;
    margin-top:1.875rem;
}
.interest-item p {
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: center;
}
.interest-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.9375rem;
}
/* CATEGRING */
.catering-section {
    padding-top:8%;
    background-image: url('/images/cateringbg.jpeg');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
   /* Align left */
       /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
}
.catering-section p {
    font-weight: 400;
    font-size: 0.875rem;
    margin-top:1.875rem;
}
.catering-section p.big {
    font-weight: 400;
    font-size: 1.0rem;
}
.catering-section p a {
    text-decoration: underline;
    color:black;
}
.catering-section>.container>.row>div {
    padding-left:4.375rem;
    padding-right:4.375rem;
}
.catering-section img {
    left:-6rem; position:relative;
    mix-blend-mode: multiply;
    top:-4.5rem;
}
/* VOUCHER */
.voucher-section {
    background-image: url('/images/voucher.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
}
.voucher-section h1 {
    color:#FFF;
    font-size:2.5rem;
    margin-bottom:0;
    line-height: 1.0;
}
.voucher-section h3 {
    color:#FFF;
    font-size:1.2rem;
    font-weight:900;
    margin-bottom:1.5rem;
}
.voucher-section p {
    color:#FFF;
}
.voucher-section .help {
    color:white;
    bottom:9rem;
    font-size:0.9375rem;
    position:absolute;
    line-height: 1.2;
}
.voucher-section .help::before {
    content: url('/images/infopink.png');
    display: inline;
    position:absolute;
    left: -2.9375rem;
    top:0.0rem;
}
.voucher2-section {
    background-color: #212121;
    padding-top:9.375rem;
    background-image: url('/images/bg-voucher.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.voucher4-section {
    background-color: #212121;
    padding-top:9.375rem;
    background-image: url('/images/bg-voucher.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.voucher-card {
    box-shadow: 0.0rem 0.0rem 3.4375rem 0.0rem rgba(0, 0, 0, 0.55);
    background-color: #212121;
    border-radius: 25px;
    padding:3.125rem 2.5rem;
}
.voucher-card h3 {
    color:#DDC06E;
    font-size:1.8rem;
    font-weight:900;
    margin-bottom:0.0rem;
}
.voucher-card h3.price {
    color:white;
}
.voucher-card h6 {
    color:#DDC06E;
    font-size:1.125rem;
    font-weight:400;
    margin-bottom:0.0rem;
    margin-top:3.125rem;
}
.voucher-card p {
    color:#FFF;
    font-size:1.125rem;
    font-weight:400;
    min-height:9.375rem;
}
.voucher-card .form-control {
    background-color: rgba(0, 0, 0, 0.0);
    border:none;
    border-radius: 0.0rem;
    border-bottom: 0.0625rem solid #DDC06E;
    color:white;
}
.voucher-card small {
    display:block;
    color:#FFF;
    font-size:0.9375rem;
    font-weight:400;
    margin-bottom:3.75rem;
    margin-top:0.625rem;
}
.voucher-info {
    padding-bottom:9.375rem;
}
.voucher-info h3 {
    color:#FFF;
    font-size:2.25rem;
    font-weight:900;
    margin-bottom:0.0rem;
    margin-top:2.5rem;
}
.voucher-info h5 {
    color:#FFF;
    font-size:1.125rem;
    font-weight:700;
    margin-top:1.875rem;
    cursor:pointer;
}
.voucher-info p {
    color:#FFF;
    font-size:1.0rem;
    font-weight:400;
    margin-top:0.625rem;
}
/* CARD */
.card-section {
    background-image: url('/images/card.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
}
.card-section h1 {
    color:#000;
    font-size:2.5rem;
    line-height: 1.0;
    margin-bottom:0px;
}
.card-section h3 {
    color:#000;
    font-size:1.2rem;
    font-weight:900;
    margin-bottom:1.5rem;
}
.card-section p {
    color:#000;
}
.card-section .help {
    color:#000;
    bottom:10.0rem;
    font-size:0.9375rem;
    position:absolute;
    line-height: 1.2;
}
.card-section .help::before {
    content: url('/images/infopink.png');
    display: inline;
    position:absolute;
    left: -2.9375rem;
    top:-0.125rem;
}
.card2-section {
    background-color: #CCC8C3;
    padding-top:9.375rem;
    padding-bottom:7.5rem;
    background-image: url('/images/womangift.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90% center;
    box-shadow: 0.0rem 0.0rem 0.25rem 0.0rem #00000040 inset;
}
.card2-section h2 {
    font-size: 3.0rem;
    margin-bottom: 0.0rem;
}
.card2-section h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
}
.card2-section h4 {
    font-size: 2.0rem;
    font-weight: 600;
    color:#ED0180;
    margin-bottom: 0.3125rem;
}
.card2-section .form-control {
    background-color: rgba(0,0,0,0);
    border:none;
    border-bottom:0.125rem solid #828282 !important;
    border-radius: 0.0rem;
}
.card2-section .input-credit {
    width:8.75rem;
    margin-right:0.625rem;
    text-align:right;
    font-size: 4.0rem;
    font-weight: 900;
    padding-bottom: 0.0rem;
    line-height: 1.0;
    display:inline-block;
}
.card2-section .input-currency {
    width:4rem !important;
    text-align:right;
    font-size: 4.0rem;
    font-weight: 900;
    padding-bottom: 0.0rem;
    line-height: 1.0;
    display:inline-block;
}
.card2-section a {
    color:black;
    font-weight:600;
    margin-top:1.25rem;
    display: inline-block;
    margin-bottom:3.125rem;
}
.card2-section .help {
    color:#000;
    font-size:0.9375rem;
    position:relative;
    line-height: 1.2;
}
.card2-section .help::before {
    content: url('/images/infopink.png');
    display: inline;
    position:absolute;
    left: -2.9375rem;
    top:0.3125rem;
}
.card3-section {
    background-color: #CCC8C3;
    padding-top:6.25rem;
    padding-bottom:6.25rem;
}
.card3-section form {
    border-top: 0.0625rem solid #ED0180;
}
.card3-section .form-control {
    color:black;
    background-color: rgba(0,0,0,0);
    border:none;
    border-bottom: 0.0625rem solid #828282;
    border-radius: 0.0rem;
    padding:0.9375rem 1.25rem;
    font-size:0.9375rem;
}

.card3-section .form-control.err {
    border-bottom: 0.0625rem solid red;
  
}

.voucher3-section .form-control.err {
    border-bottom: 0.0625rem solid red;
  
}

.card3-section select.form-control {
    background-color: #B0ACA080;
    border-bottom:0.0rem;
    margin-top:1.5625rem;
    margin-bottom:1.5625rem;
}
.card3-section textarea.form-control {
    border-top: 0.0625rem solid #828282;
}
.card3-section .form-control::placeholder {
    color: #000;
}


.voucher3-section {
    background-color: #242323;
    padding-top:6.25rem;
    padding-bottom:6.25rem;
}
.voucher3-section form {
    border-top: 0.0625rem solid #ED0180;
}
.voucher3-section .form-control {
    color:white;
    background-color: rgba(0,0,0,0);
    border:none;
    border-bottom: 0.0625rem solid #828282;
    border-radius: 0.0rem;
    padding:0.9375rem 1.25rem;
    font-size:0.9375rem;
}
.voucher3-section select.form-control {
    background-color: #B0ACA080;
    border-bottom:0.0rem;
    margin-top:1.5625rem;
    margin-bottom:1.5625rem;
}
.voucher3-section textarea.form-control {
    /*border-top: 0.0625rem solid #828282;*/
}
.voucher3-section .form-control::placeholder {
    color: white;
}



.card4-section {
    background-image: url('/images/bg-event.webp');
    background-color: #CCC8C3;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
    padding-bottom: 6.25rem;
}
.card4-section h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top:1.875rem;
    margin-bottom:1.875rem;
}
.card-info {
    padding-bottom:3.125rem;
}
.card-info h3 {
    color:#000;
    font-size:2.25rem;
    font-weight:900;
    margin-bottom:0.0rem;
    margin-top:7.5rem;
}
.card-info h5 {
    color:#000;
    font-size:1.125rem;
    font-weight:700;
    margin-top:1.875rem;
    cursor:pointer;
}
.card-info p {
    color:#000;
    font-size:1.0rem;
    font-weight:400;
    margin-top:0.625rem;
}
.card-info .border {
    border:none !important;
    border-bottom: 0.0625rem solid #828282 !important;
    margin:3rem 0rem 0rem;
}
/* CREDIT */
.credit-section {
    background-image: url('/images/overeniekreditu.png');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
}
.credit-section h1 {
    color:#DDC06E;
    font-size:3.0rem;
}

.credit-section h2 {
    color:#FFF;
    font-size:2.0rem;
}

.credit-section h3 {
    color:#FFF;
    font-size:1.5rem;
    font-weight:900;
    margin-bottom:3.125rem;
}
.credit-section .help {
    color:white;
    margin-top:6.25rem;
    font-size:0.9375rem;
    position:relative;
}
.credit-section .help::before {
    content: url('/images/infogold.png');
    display: inline;
    position:absolute;
    left: -2.9375rem;
    top:0.0rem;
}
.credit-section .form-control {
    max-width:31.25rem;
    font-size:0.9375rem;
    background-color: rgba(0,0,0,0);
    border:none;
    border-bottom:0.0625rem solid #DDC06E;
    border-radius: 0.0rem;
    color:white;
    padding:0.9375rem 1.25rem;
}
.credit-section .form-control::placeholder {
    color: #FFF;
}
/* RESTAURANT */
.restaurant-section {
    background-image: url('/images/restaurant.jpeg');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
   /* Align left */
    text-align: left;
   /* Align text to the left */
    color:white;
    position:relative;
}
.restaurant-section h4 {
    font-size: 1.3125rem;
    font-weight: 400;
}
.restaurant-section p {
    font-size: 0.875rem;
    font-weight: 400;
}
.restaurant2-section {
    background-color: #212121;
    padding-top:6.25rem;
    background-image: url('/images/bg-restaurant.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.restaurant2-section .chef img {
    border-radius: 12.5rem;
    border: 0.125rem solid #828282;
}
.restaurant2-section .chef h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color:white;
    padding-left: 1.875rem;
    margin-bottom:0.0rem;
}
.restaurant2-section .chef h6 {
    font-size: 1.0rem;
    font-weight: 700;
    color:white;
    padding-left: 1.875rem;
}
.restaurant2-section .chef p {
    font-size: 0.9375rem;
    color:white;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.restaurant2-section .logos {
    padding-left:5.0rem;
    min-height:12.5rem;
    border-left: 0.0625rem solid #fff;
}
.restaurant2-section .info {
    border-left: 0.0625rem solid #fff;
    margin-top:6.25rem;
    padding-bottom:1.875rem;
    padding-top:3.125rem;
    padding-left:5.0rem;
}
.restaurant2-section .info p {
    font-size: 0.9375rem;
    color:white;
    padding-right: 1.875rem;
}
.restaurant2-section .reserve {
    margin-top:6.25rem;
    padding-right:5.0rem;
    padding-top:2.125rem;
}
.restaurant2-section h2 {
    font-weight: 900;
    font-size: 1.875rem;
    color:white;
}
.restaurant2-section p {
    font-weight: 400;
    font-size: 0.9375rem;
    color:white;
}
.restaurant2-section label {
    font-weight: 400;
    font-size: 0.9375rem;
    color:white;
    margin-bottom:0.3125rem;
}
.restaurant2-section .form-control {
    border:none;
    background-color: #D9D9D9;
    border-radius: 0.0rem;
    text-align: center;
    font-size: 1.125rem;
    padding:0.75rem;
    margin-bottom:1.25rem;
}
.restaurant2-section button {
    margin-top:1rem;
}
.restaurant3-section {
    background-color: #d5eef1   ;
    padding-bottom:9.375rem;
    padding-top:9.375rem;
    background-image: url('/images/bg-tastemenu.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.restaurant3-section h2 {
    font-size:3.0rem;
    font-weight:900;
    color:black;
    margin-top:6.25rem;
    margin-bottom:0.0rem;
    text-transform: uppercase;
}
.restaurant3-section h3 {
    font-size:1.5rem;
    font-weight:600;
    margin-bottom:0.9375rem;
    margin-top:3.125rem;
}
.restaurant-menu-link {
    color:black;
    font-size:1.5rem;
    font-weight:900;
    text-decoration:none;
    margin-right:1.875rem;
    text-transform: uppercase;
}
.restaurant-menu-link.active {
    color:#ED0180;
}
.restaurant-menu-item h5 {
    font-size:1.125rem;
    font-weight: 400;
    color:black;
    margin-bottom:0.9375rem;
}
.restaurant-menu-item p {
    font-size:1.125rem;
    font-weight: 400;
    color:black;
    padding-right:30%;
    margin-bottom: 1.875rem;
}
.restaurant-menu-item span {
    color:#ED0180;
}
.restaurant3-section .price {
    float:right;
    font-weight:bold;
    color:black;
}


.restaurant3-section h3 .price {
    font-size: 1.125rem;
    top:5px; position:relative; 
}

.dress-code {margin-bottom:4rem; margin-top:6rem;}

/* BAR */

.euro {float:right; font-size:1.2rem;}
.bar2-section .euro {color:white;}

.bar-section {
    background-image: url('/images/bar.jpg');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
   /* Align left */
    text-align: left;
   /* Align text to the left */
    color:black;
    position:relative;
}
.bar-section h4 {
    font-size: 1.3125rem;
    font-weight: 400;
}
.bar-section p {
    font-size: 0.875rem;
    font-weight: 400;
}

.bar1-section {background-color: #1f1f1f; padding-bottom: 8rem;}

.bar1-section .reserve {
    margin-top:6.25rem;
    padding-right:5.0rem;
}
.bar1-section h2 {
    font-weight: 900;
    font-size: 1.875rem;
    color:white;
}
.bar1-section p {
    font-weight: 400;
    font-size: 0.9375rem;
    color:white;
}
.bar1-section label {
    font-weight: 400;
    font-size: 0.9375rem;
    color:white;
    margin-bottom:0.3125rem;
}
.bar1-section .form-control {
    border:none;
    background-color: #D9D9D9;
    border-radius: 0.0rem;
    text-align: center;
    font-size: 1.125rem;
    padding:0.75rem;
    margin-bottom:1.25rem;
}
.bar1-section button {
    margin-top:3.125rem;
}



.bar2-section {
    padding-top:9.375rem;
    background-image: url('/images/bg-restaurant.webp');
    background-color: #212121;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
    background-attachment: fixed;
    background-size: cover;
}
.bar2-section h3 {
    font-size:2.0rem;
    font-weight:900;
    margin-bottom:1.25rem;
}
.bar2-section p {
    font-size:1.0625rem;
}
.bar2-section .hours {
    font-size:2.5rem;
    font-weight: 700;
    line-height: 0.9;
}
.bar-gallery {
    padding-bottom:6.25rem;
    margin-top:7.5rem;
  

}
.bar-gallery .owl-item.active-center .item {
    border: 0.9375rem solid #212121;
}
.bar2-section h2 {
    font-size:3.0rem;
    font-weight:900;
    color:white;
    margin-top:6.25rem;
    margin-bottom:0.0rem;
    text-transform: uppercase;
}
.bar2-section h3 {
    font-size:1.5rem;
    font-weight:600;
    color:#FCA544;
    margin-top:3.125rem;
    margin-bottom:1.25rem;
}
.bar-menu-item h5 {
    font-size:1.125rem;
    font-weight: 600;
    color:white;
}
.bar-menu-item h5 .price {
    float:right;
}
.bar-menu-item p {
    font-size:1.125rem;
    font-weight: 400;
    color:white;
    padding-right:30%;
    margin-bottom: 1.875rem;
}
.bar-menu-link {
    color:white;
    font-size:1.5rem;
    font-weight:900;
    text-decoration:none;
    margin-right:1.875rem;
    text-transform: uppercase;
}
.bar-menu-link.active {
    color:#ED0180;
}

.bar-menu-tab p {color:white;}

/* EVENT */
.event-section {
    background-image: url('/images/event.jpg');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    text-align: left;
   /* Align text to the left */
    color:black;
    padding-top:10%;
    position:relative;
}
.event-section #play {
    position:absolute;
    left:50%;
    top:45%;
    transform: translate(-50%,-50%);
   /* Align the icon vertically */
   ;
}

.event-section #stop {
    position:absolute;
    right:1.2rem;
    top:3rem;
    z-index:5000;
}

.event-section #stop  img{
    filter: invert(1);
}



.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index:0;
    background-color: #212121;
    margin: 0;
    padding: 0;
}
.event-section::before {
    content: "";
    background-image: url('/images/event.png');
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.event-section h1 {
    color:white;
    z-index:0;
    position:relative;
}
.event-section h4 {
    font-size: 1.3125rem;
    font-weight: 400;
    color:white;
    z-index:0;
    position:relative;
}
.event-section p {
    font-size: 0.875rem;
    font-weight: 400;
    color:white;
    z-index:0;
    position:relative;
    line-height: 1.5;
}
.event-section a {
    z-index:1;
    position:relative;
}
.event-section .capacity {
    font-size:1.25rem;
    z-index:0;
    position:relative;
    color:white;
    margin-top:40%;
    font-weight:400;
}
.event-section .capacity b {
    font-size:1.25rem;
    font-weight:400 !important;
    line-height: 1;
}
.event-section .capacity h2 {
    color:white;
    font-size:2.8rem;
    line-height: 1;
}
.event-section .capacity h2 small {
    color:white;
    font-size:1.125rem;
}
.event2-section {
    padding: 7.5rem 0;
    background-color: #f8f9fa;
    background-image: url('/images/bg-event.webp');
   /* Replace with your background image */
    background-size: cover;
    background-position: center;
}
.event2-section h2 {
    font-size:3.0rem;
    margin-bottom:5.625rem;
}
.event2-section .event-item {
    margin-bottom:3.125rem;
}
.event2-section .event-item h4 {
    font-size:1.5rem;
    margin-bottom:0.0rem;
    color:black;
    font-weight:900;
    padding-left: 3.75rem;
    padding-right: 2.5rem;
    position:relative;
}
.event2-section .event-item h4::before {
    content: "";
    position:absolute;
    display: inline-block;
    width: 1.4375rem;
    height: 1.4375rem;
    left:0.625rem;
    background-color: black;
    border-radius: 50%;
   /* Makes it a circle */
    margin-right: 0.5rem;
   /* Adjust spacing as needed */
    vertical-align: middle;
   /* Optional: aligns nicely with text */
   ;
}
.event2-section .event-item p {
    font-size:1.0rem;
    font-weight:400;
    padding-left: 3.75rem;
    padding-right: 2.5rem;
}
/* BASE */
.base-section {
    background-image: url('/images/base.jpeg');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    text-align: left;
   /* Align text to the left */
    color:black;
    padding-top:10%;
    position:relative;
}
.base-section #play {
    position:absolute;
    left:50%;
    top:45%;
    transform: translate(-50%,-50%);

}




.base-section #stop {
    position:absolute;
    right:1.2rem;
    top:3rem;
    z-index:5000;
}



.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index:0;
}
.base-section::before {
    content: "";
    background-image: url('/images/base.jpeg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.base-section h1 {
    position:relative;
}
.base-section p {
    position:relative;
}
.base-section a {
    z-index:1;
    position:relative;
}
.base2-section {
    background-color: #E2DFD6;
    padding-top:9.375rem;
    background-image: url('/images/vyhliadka.jpg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top right;
    padding-bottom: 5rem;
}
.base2-section h3 {
    font-size:2.0rem;
    font-weight:900;
    margin-bottom:1.25rem;
}
.base2-section p {
    font-size:1.0625rem;
}
.base2-section .hours {
    font-size:2.5rem;
    font-weight: 700;
    line-height: 0.9;
}
.base-gallery {
    padding-bottom:1.25rem;
}
.base-gallery .owl-item.active-center .item {
    border: 0.9375rem solid #ECEAE4;
}
.base-fact {
    text-align:center;
    display:inline-block;
    margin-right:1.25rem;
}
.base-circle {
    font-size: 2.0rem;
    font-weight: 900;
    background-color: #212121;
    border-radius: 3.125rem;
    color: white;
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
   /* optional: for better spacing */
    margin-bottom:0.625rem;
}
.base-fact small {
    font-size:0.875rem;
    display:block;
}
.base-info {
    width: 5.625rem;
    height: 5.625rem;
    background-color: #ED0180;
    border-radius: 3.125rem;
    float:left;
}
.base-info1 {
    background-image:url('/images/info.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
}
.base-info2 {
    background-image:url('/images/clock.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5rem;
}
.base-info-text {
    font-size:0.875rem !important;
    padding:0.9375rem;
    max-width: 18.75rem;
    position: relative;
    left:1.875rem;
}
/* INFO */
.info-section {
    background-image: url('/images/bg-zakladne.webp');
   /* Replace with your background image */
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
    padding-top:8rem;
    padding-bottom:4rem;
}
.info-section h1 {
    margin-bottom:0rem;
}


.info-section h4 {
    font-size: 1.3125rem;
    font-weight: 400;
}
.info-section p {
    font-size: 0.875rem;
    font-weight: 400;
}


.info-section ul {
    padding-left:0;
}
.info-section ul li {
    list-style-type: none;
    font-weight:400;
    font-size:1.125rem;
    margin-top:0.5rem;
    position:relative;
    padding: 0.5rem 0.5rem 0.5rem 4rem;
    left:-1rem;
}

.info-section ul li a{
    color:black; text-decoration: none;
    display:block;
}

.info-section ul li:hover{
    background-color: #c0dce0;
}



.info-section ul li strong {
    font-weight:900;
    font-size:1.75rem;
    display:block;
}
.info-section li::before {
    content: url('/images/arrow.png');
    display: inline;
    position:absolute;
    left: 1.2rem;
    top:1rem;
}


.info-section .card {background-color:#c5d9dc ; border:none; padding:1.3rem 3rem 1.8rem; border-radius: 20px;; height:100%;}
.info-section .card:hover {background-color:#bbd1d4 !important;}
.info-section a {text-decoration: none;}
.info-section a:hover {opacity: 1;  }
.info-section a strong {font-size:2rem; font-weight:900;}


.info2 {
    background-color: #C5D9DC;
    padding-top:5.375rem;
    color:black;
}
.info2 h2 {
    font-size:1.875rem;
    font-weight:900;
    margin-top:3.125rem;
}
.info2 p {
    font-size:0.9375rem;
    font-weight:400;
    margin-top:1.25rem;
}
.info2>.container>.row>div {
    padding-left:3.125rem;
    padding-right:3.125rem;
}
.info2 .plans {
    margin-top:2.5rem;
}
.info2 .plans img {
    max-height:25.0rem;
    margin-top:2.5rem;
    margin-bottom: 12.5rem;
}
/* FEE */
.fee-section {
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
   /* Align left */
    align-items: center;
   /* Vertically center */
    text-align: left;
   /* Align text to the left */
    color:black;
    padding-top:8rem;
    padding-bottom:4rem;
}
.fee-section .col-md-12 h1 {
    padding-left:1.875rem;
}
.fee-section .col-md-12 p {
    padding-left:1.875rem;
}
.fee-item h3 {
    font-size: 1.125rem;
    font-weight:900;
    padding-left:1.875rem;
}
.fee-item ul {
    padding:0;
    padding-right:2.5rem;
}
.fee-item i {
    color:#ED0180;
    font-style: normal;
}
.fee-item ul li {
    list-style-type: none;
    padding:0.25rem 1.875rem;
    font-size:0.875rem;
}
.fee-item ul li .price {
    font-weight:900;
    float:right;
}
.fee-item ul li:nth-child(even) {
    background-color: #E0EFF1;
   /* You can change this color */
   ;
}
.fee-info {
    position: relative;
    padding-right: 3.125rem;
}
.fee-info::before {
    content: '*';
    position: absolute;
   /* Position the icon absolutely within the parent */
    left: 0.625rem;
   /* Adjust to position the icon to the left */
    color:#ED0180;
}

.fee-info-2::before {
    content: '**' !important;
    left: 0.225rem;

}

.fee2-section {
    padding: 7.5rem 0;
    background-color: #C5D9DC;
    background-image: url('/images/bg-vstupne.webp');
   /* Replace with your background image */
    background-size: cover;
    background-position: center;
}
.fee2-section .fee-item ul {
    padding:0;
    padding-right:0.0rem;
}
.fee2-section h3 {
    font-size: 1.5rem;
    font-weight:900;
    padding:0.625rem 1.875rem;
}
.fee2-section p {
    font-size: 0.875rem;
    padding:0.0rem 1.875rem;
}
.discount-item {
    display: flex;
    gap: 0.9375rem;
    font-size:0.875rem;
    align-items: center;
    text-align: left;
    margin-bottom:1.25rem;
    padding:0.0rem 3.75rem 0.0rem 2.5rem;
}
.discount-item .value {
    font-size: 1.75rem;
    font-weight:900;
    border-right:0.0625rem solid black;
    width:5.625rem;
}
/* CONTACT */
.contact-section {
    background-color: #fff;
    padding-top:12.5rem;
}
.contact-section .padding-left {
    padding-left: 5.0rem;
    padding-right: 1.25rem;
}
.contact-section h1 {
    color:black;
}
.contact-section h3 {
    font-size: 1.6rem;
    font-weight:900;
    margin-bottom:0.0rem;
    line-height: 1.1;
}
.contact-section h3 .icon1 {
    float:right;
    height:2rem;
    width:2rem;
    
    margin-top:0.0rem;
    background-image: url('/images/icon-rezervacia-stola.svg');
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
    background-position: center;
}

.contact-section h3 .icon2 {
    float:right;
    height:1.8rem;
    width:1.8rem;
    margin-right: 2px;;
    margin-top:0.0rem;
    background-image: url('/images/icon-termin-skywalk.svg');
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
    background-position: center;
    border-radius: 20px;
}

.contact-section h3 .icon2 {
    background-color: #1F3C68;
}
.contact-section h5 {
    font-size: 1.125rem;
    font-weight:900;
    margin-bottom:0.0rem;
    margin-top:0.625rem;
}
.contact-section p {
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-top:0.2rem;
}
.contact-section p a {
    color:black;
    text-decoration: none;
}
.contact-header img {
    height:3.75rem;
    float:left;
    margin-left:3.125rem;
    margin-right:1.25rem;
}
.contact-section h6 {
    font-size: 1.125rem;
    font-weight:900;
    margin-bottom:0.0rem;
}
.contact-section .icon-envelope {
    float:right;
    height:1.0rem;
    margin-top:0.125rem;
}
.map {
    padding: 0.0rem;
    border-radius: 25px;
    border:0.125rem solid #C5D7DA;
    overflow: hidden;
}
.faq-box {
    margin-top:2.5rem;
    background-color: #E0EFF1;
    border-radius: 25px;
    overflow: hidden;
}
.faq-box1 {
    padding:6.25rem 1.875rem 6.25rem 5.625rem;
    background-image: url('/images/faqq.png');
    background-size: 3.75rem;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
    background-position: 0.75rem 3.75rem;
}
.faq-box1 p {
    font-size:0.9375rem;
}
.faq-box1 h2 {
    color:#ED0180;
    font-size:1.625rem;
    font-weight:600;
}
.faq-box2 {
    padding:6.25rem 1.25rem 10.25rem 5.0rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/images/faqbg.jpeg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;

}
.faq-box2 h4 {
    color:black;
    font-size:1.375rem;
    font-weight:900;
    margin-bottom:1.25rem;
    padding-left:0.625rem;
    position: relative;
}
.faq-box2 h4::before {
    content: '';
    position: absolute;
   /* Position the icon absolutely within the parent */
    left: -1.25rem;
   /* Adjust to position the icon to the left */
    top: 55%;
   /* Position the icon vertically in the middle of the element */
    transform: translateY(-50%);
   /* Align the icon vertically */
    width: 0.875rem;
   /* Icon width */
    height: 0.875rem;
   /* Icon height */
    background-image: url('/images/arrow-down.png');
    background-size: contain;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
   ;
}
.faq-box2 .faq-item {
    padding-left:0.625rem;
    position:relative;
}
.faq-box2 .faq-item::before {
    content: '';
    position: absolute;
   /* Position the icon absolutely within the parent */
    left: -0.9375rem;
   /* Adjust to position the icon to the left */
    top: 0.375rem;
   /* Position the icon vertically in the middle of the element */
    width: 0.625rem;
   /* Icon width */
    height: 0.625rem;
   /* Icon height */
    background-image: url('/images/arrow-faq.png');
    background-size: contain;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
   ;
}
.faq-box2 .faq-item.active::before {
    content: '';
    position: absolute;
   /* Position the icon absolutely within the parent */
    left: -1.1875rem;
   /* Adjust to position the icon to the left */
    top: 0.25rem;
   /* Position the icon vertically in the middle of the element */
    width: 0.875rem;
   /* Icon width */
    height: 0.875rem;
   /* Icon height */
    background-image: url('/images/arrow-menu-active.png');
    background-size: contain;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
   ;
}
.faq-box2 .faq-item a {
    color:black;
    text-decoration: none;
    display:inline-block;
    margin-bottom:0.625rem;
    cursor:pointer;
}
.faq-box2 .faq-item.active a {
    font-weight: 600;
}
.faq-box2 .faq-item .faq-info {
    display:none;
    
}
.faq-box2 .faq-item.active .faq-info {
    display:block;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: .125rem;
}

.contact-form-info {
    margin-top:3.125rem;
    margin-bottom:3.125rem;
}
.contact-form-info h3 {
    font-size:1.5rem;
    font-weight: 700;
}
.contact-form-info h3 img {
    height:2.8125rem;
    margin-right:1.25rem;
}
.form-box {
    background-color: #ECEBE8;
    border-radius: 25px;
    padding: 6.25rem 5.0rem;
    margin-bottom:6.25rem;
}
.form-box h3 {
    font-size:2.0rem;
    font-weight: 600;
    margin-bottom:1.25rem;
}
.form-box .form-control {
    background-color: rgba(0,0,0,0);
    border:none;
    border-bottom: 0.0625rem solid #828282;
    border-radius: 0.0rem;
    padding:0.9375rem 1.25rem;
    font-size:0.9375rem;
}
.form-box select.form-control {
    background-color: #E2DFD6A8;
    border-bottom:0.0rem;
    margin-bottom:0.625rem;
}
.custom-check {
    padding:1.875rem;
}
.custom-checkbox {
    margin-top:0.0rem;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 0.0625rem solid white;
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.25em;
    position: relative;
    cursor: pointer;
}
.custom-checkbox:checked {
    background-color: black;
    border-color: black;
}
.custom-checkbox:checked::before {
    color: white;
    background-color: black !important;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0.15em;
}

.form-check-label {padding-left:10px;}
.form-check-label a{color:black;}

/* WFGT */
.wfgt-section {
    background-color: #E2DFD6A8;
    padding-top:12.5rem;
    background-image: url('/images/bg-wfgt.webp');
    background-size: contain;
   /* Make sure the image fits inside the defined width and height */
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
    background-position: 70% 3.125rem;
}
.towers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    margin-top: 3.125rem;
}

.tower {
    text-align: center;
    flex: 1 1 calc(20% - 1.5rem); /* 5 items in a row (100% / 5) */
}
.tower img {
    height:12.5rem;
}
.tower p {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.0625rem;
    margin-top:1.875rem;
}
.wfgt-button {
    padding:6.25rem 0 12.5rem;
}
/* HISTORY */
.history-section {
    background-color: #eceae4;
    padding-top:12.5rem;
    background-image: url('/images/history.jpg');
    background-repeat: no-repeat;
   /* Ensure it doesn't repeat */
    background-position: center center;
    background-size: 50%;
}
.history-section h1 {
    color:black;
}
.history-section .pr-4 {
    padding-right:3.75rem;
}
.history-timeline {
    text-align: center;
    width:110%;
    margin-left:-5%;
    padding-top:5.0rem;
}
.history-timeline .timeline-item {
    display:block;
    float:left;
    width:18%;
    margin:0.0rem;
    cursor: pointer;
    position: relative;
}
.timeline-item .year {
    font-size:2.0rem;
    font-weight:900;
    height:5.0rem;
    line-height: 3.125rem;
}
.timeline-item .bar {
    background-color: #212121;
    height:3.125rem;
}
.timeline-item .bar span {
    color: #212121;
    font-size:0.75rem;
    padding:0.5625rem 1.25rem;
}
.timeline-item .item-border {
    display:inline-block;
    height:0.625rem;
    width:0.3125rem;
    background-color: #212121;
    position:absolute;
    right:0.0rem;
    bottom:3.4375rem;
}
.timeline-item.active {
    width:28%;
    position: relative;
}
.timeline-item.active .year {
    font-size:2.625rem;
    font-weight:900;
    line-height: 3.125rem;
}
.timeline-item.active .bar {
    height:3.125rem;
    position:relative;
}
.timeline-item.active .bar span {
    display:inline-block;
    color: #fff;
    font-weight:500;
    font-size:1.3125rem;
    background-color: #ED0180;
}
.timeline-item.active .bar::before {
    content: "";
    position: absolute;
    top: -1.5625rem;
   /* height of the triangle */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.225rem solid transparent;
   /* half of the width */
    border-right: 1.225rem solid transparent;
    border-bottom: 1.5625rem solid #ED0180;
   /* height and color of the triangle */
   ;
}
.timeline-item.first .bar {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.timeline-item.last .bar {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.history-gallery {
    background-color: #eceae4;
    padding-bottom:3.25rem;
}
.history-gallery .owl-item.active-center .item {
    border: 0.9375rem solid #ECEAE4;
}
/* GALLERY*/
.gallery-container {
    position: relative;
    height: 100vh;
    background-color: black;
    overflow: hidden;
}
.gallery-container .gallery {
    display: none;
    height: 100%;
    position: relative;
}
.gallery-container .active-gallery {
    display: block;
}
.gallery-container .owl-carousel .item {
    height: 100vh !important;
    background-size: cover;
    background-position: center center;
}
.gallery-container .custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 4%;
}
.gallery-container .custom-nav img {
    cursor: pointer;
    height: auto;
    width:5.0rem;
}
.gallery-container .counter-nav {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    z-index: 10;
}
.gallery-container .image-counter {
    display:inline-block;
    margin-left:2.225rem;
    margin-right:2.225rem;
    font-size:1.1rem;
}
.gallery-container .gallery-tabs {
    position: absolute;
    bottom: 8%;
    left:50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3.125rem;
    padding:0.4rem;
    border:none;
}
.gallery-container .gallery-tab {
    margin: 0 0.2125rem;
    font-size:0.8rem;
    border-radius: 1.25rem;
    border:none;
    font-weight: 500;
}
/* FOOTER */
.footer {
    background-color: #212121;
    color: white;
    padding: 3rem 0;
}
.footer .footer-column {
    margin-bottom: 1.5rem;
    margin-right: 1rem;
}
.footer .footer-column h5 {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
}

.footer .footer-column h5 a {
    color:white;
    text-decoration: none;
}


.footer .footer-column h5 img {
    margin-right: 0.5rem;
    margin-top:-0.2rem;
}
.footer .footer-column ul {
    list-style-type: none;
    padding: 0;
}
.footer .footer-column ul li {
    margin: 0.5rem 0;
    font-size:0.6875rem;
    line-height:0.9375rem;
    padding-left:1.5rem;
}
.footer .footer-column ul li a {
    color:#828282;
    text-decoration: none;
}
.footer .footer-column ul li a:hover {
    text-decoration: none;
}
.footer .footer-column h3 {
    font-size:1.3125rem;
    font-weight:900;
    margin-bottom: 0;
    line-height: 1;
}

.footer .footer-column a {
    color:white;
    text-decoration: none;
}

.footer .footer-column .address {
    font-size:0.875rem;
    font-weight:400;
    color:white;
}
.footer .footer-column h4 {
    font-size:1.125rem;
    font-weight:900;
    color:#ED0180;
    margin-top:1rem;
    margin-bottom:0.0rem;
}
.footer .footer-column h2 {
    font-size:1.75rem;
    font-weight:900;
    color:white;
    margin-top:0.25rem;
    margin-bottom:0.0rem;
    line-height: 0.9;
}
.footer .footer-column p {
    font-size:0.875rem;
}
.footer .footer-column .reserve {
    color:white;
    text-decoration: none;
    font-weight: 900;
    font-size:1.125rem;
    display:inline-block;
    margin-top:0.8rem;
}
.footer .footer-column .reserve img {
    margin-right:0.625rem;
    height: 2rem;
}
.footer .footer-column .address img {
    position:relative;
    top:-0.125rem;
}
.footer .footer-column .btn-outline-light {
    border-color: white;
    color: white;
    padding: 0.625rem 1.875rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight:900;
    font-size:0.9375rem;
    border-radius: 0.9375rem;
}
.footer .footer-column .btn-outline-light:hover {
    background-color: white;
    color: black;
}
.footer .social-icons .social-links {
    display: flex;
    gap: 0.9375rem;
    margin-top:1.25rem;
}
.footer .social-icons .social-icon img {
    height: 2rem;
}
.footer .social-icons .social-icon {
    text-decoration: none;
}
.footer .social-icons .social-icon:hover {
    opacity: 0.7;
}




.page404  { padding-top:10%; padding-bottom: 5%;}
.page404 a {color:#ED0180; text-decoration: none;; }
.page404 img {max-width: 250px;}

@media (min-width: 1025px) {

    .desktop-hide {display:none;}

}
/* Mobile Optimizations */
@media (max-width: 1024px) {


    .page404  { padding-top:20%; padding-bottom: 5%;}
    .page404 img {max-width: 50%;}
    #modal-card h2 {
        font-size: 1.5rem;
    }
 
    html {
        font-size: 15px;
      }

    .mobile-hide {display:none;}



    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

.dropdown-lang { position: absolute ;top:2.775rem; right:2rem;}
.btn-pink {
    background-color: #ED0180; /* hotpink-ish */
    color: #fff;
    border: none;
    font-weight:bold;
  }
  
  .btn-pink:active,
  .btn-pink:hover,
  .btn-pink:focus {
    background-color: #ED0180 !important;
    color: #fff !important;
  }
  



  /* Dropdown styling */
  .custom-lang-dropdown {
    background-color: #fff;
    width: 52px !important; 
    min-width: 20px !important; 
    padding: 0;
  }
  
  .custom-lang-dropdown .dropdown-item {
    color: #000;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

   
    .navbar {
        padding: 3.125rem 1.125rem;
    }
    .main-menu {
        z-index:1000;
        position:fixed;
        width:100%;
        max-height:100vh;
        flex-direction: column;
    }

    .main-menu.open {
        display:flex !important;
    }


    .main-menu-head {
        
        padding: 3.125rem 1.875rem;
        background-color: #CCE0E3;
        flex-shrink: 0;
    }

    .main-menu-body {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 1.0rem 1.25rem 1.25rem 4.875rem;
    }
    .main-menu-footer {
        flex-shrink: 0;
    }


    .main-menu-footer .social-links {display:none !important;}
    .main-menu-footer p {margin-bottom:0px;}




   .info-cards {
    background-image: none;
    padding: 0rem 0 0rem;
}



   .footer-links {display:none;}
   .footer-column {margin-left:1.5rem;margin-right:1.5rem;}
  
   .scroll-right {
        bottom: auto;
        right: 0rem;
        z-index:2;
        top:87dvh;
        background-color: #ED0180;
        padding:0.4rem;
        
    }
    .scroll-left {
        bottom: auto;
        left:auto;
        right: 0rem;
        top:87dvh;
        background-color: #ED0180;
        padding:0.4rem;
        z-index:2;
        
    }
    .scroll img {height: 2.5rem;}



   .hero-section {
        background-image: none;
        background-size: cover;
        align-items: flex-end;
        padding: 2rem 1rem 5rem 1rem; 
        height: 100dvh;
    }


    .bg-video {
      height:100dvh;
    }

    .hero-section  .bg-video {
        display:block;
    }


.hero-section h1 {
    font-size: 3rem;
    z-index:2;
    position:relative;
}

.hero-section p {
    font-size: 1.1rem;
    z-index:2;
    position:relative;
}





.info-cards-block {background-color: #212121; padding-top:3rem; color:white;padding-bottom: 1rem; margin-bottom: 4rem;position: relative;}
.info-cards h5 {font-size:2.5rem; font-weight: 900; padding-top:4rem; }

.info-cards-block .counter-nav {position:absolute; top:calc(100vw + 40px);width:100%; left:0; z-index:50; display:flex; justify-content: space-between;}
.info-cards-block .counter-nav a{ margin:0rem 1.25rem; display:inline-block;}
.info-cards-block .counter-nav a img{ height:1rem;}


#custom-dots button {
    background: #69747A;
    border: none;
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px;
    border-radius: 50%;
  }
  
  #custom-dots .active {
    background: #ED0180;
  }

.custom-nav {display:none;}
.page-gallery {padding-bottom: 6rem !important;}   
.page-gallery .owl-stage-outer {
    padding-top: 0.0rem;
    padding-bottom: 1.0rem;
}
.page-gallery .owl-item {
    padding:20px 5px;
}
.page-gallery .owl-item .item {
    border-radius: 0px;
}

.page-gallery .counter-nav {
 
    position: relative;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 10;
}
.page-gallery h2 {
    margin-top: 2rem;
    font-size:2.25rem;
    text-align: center;
    padding:0 2rem;
}
.page-gallery h6 {
    text-align: center;
    padding:0 2rem;
    font-size: 1.5rem;
}

.news .news-card .arrow {
    position: absolute;
    right: 1.5rem;
    top: 2.1rem;
}

.news .news-card .arrow  img{
    height: 1.25rem;
}

.news h2 {
    margin-top: 0rem;
    font-size:2.25rem;
    text-align: left;
    padding:0rem 1.25rem 1.5rem;
    margin-bottom: 0px;
    color:black;
}


.news .col-md-4 {margin-top:0px !important; padding-right: 0px;}
.news .news-card {
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    box-shadow: none;
    text-align: left;
    background-color: #CCE0E3 !important;
   
}

.news .news-card p {
    text-align: justify;
    padding-right:3.5rem;
}
.news .news-card h3 {
    padding-right:3.5rem;
    font-size:1.5rem;
}

.news .news-card.active {
    background-color: #E0EFF1;
    margin-top: 0rem;
}

.news .news-card .border {
    display:none;
}
.news .polygon {
    display:none;
}



.history-section {
    padding: 8rem 1.25rem 0;
    background-image: none;
}

.history-section .pr-4 {
   padding-right: 0px !important;
}

.facts-section {
    padding: 8rem 1.25rem 0;
    background-image: none;
    background-color: white !important;
    color:black;
}

.facts-section h1 {
    font-size: 2.5rem;
    text-align: left;
    font-weight: 900;
    margin-bottom: 1.875rem;
    padding-top:0rem;
 
}

.facts-section::before {
    display:none;
}



.fact-items {
    display: flex;
    flex-wrap: wrap; /* Allow the items to wrap onto multiple lines */
    justify-content: start; /* Space between items */
}

.facts1 .fact-items  {background-color: #D9D9D9;}
.fact-item .number {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 0.9;
}

.fact-item {
    width: 48%; /* Each fact item will take up 48% of the row (leaving space for a small gap) */
    margin-bottom: 0rem; /* Add some space between the rows */
    padding: 1rem 1.5rem; /* Adjust the padding to make the items fit better on smaller screens */
    text-align: left;;
}

.facts1 h4 {width:100%; font-size:1.2rem; background-color: black; color:white; margin-bottom:0px;}
.facts2 h4 {width:100%; font-size:1.2rem; background-color: #FCA544; color:black; margin-top:1rem;}







.fact-item::after {
    display: none;
}

.fact-item:nth-child(odd):not(:last-child)::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 1.4rem;
    width: 0.0625rem;
    height: 4.75rem;
    background-color: black;
    transform: translateY(0%);
}

.interest {
    background-image: none;
    background-color: #E2DFD6;
    padding: 2.75rem 1.25rem 6rem;
}

.interest h2 {
    text-align: center;
    margin-bottom: 2.0rem;
}

.wfgt-section {
    background-image: url('/images/bg-wfgt-mobile.webp');
    padding: 8rem 1.25rem 0;
    background-position: center 25%;
    background-size: 200%;
}

.wfgt-button {
    padding: 1.25rem 0 3.5rem;
    
}

.tower {
    flex: 1 1 calc(50% - 0.9375rem); /* 100% / 2 - gap/2 */
}

.gallery-container {height:100dvh;}
.gallery-container .gallery-tabs {
    width:272px;
}
.gallery-container .custom-nav {
    display:none;
}

.gallery-container .counter-nav {
    position: absolute;
    bottom: 3%;
    width:250px;
    left:55%;
}



.info-section {
    background-image: url('/images/bg-info-mobile.jpg');
    background-color: #D5EEF1   ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height:auto;
    display: block;
    padding: 8rem 1.25rem 20rem;
}

.info-section h6 {
    font-size: 1.2rem;
    margin-bottom: 1rem;;
    margin-top: 1rem;;
}

.info-section p {
    font-weight: 400;
    font-size: 1rem;
}
.info-section ul li {
    list-style-type: none;
    font-weight: 400;
    font-size: .9rem;
    margin-top: 0.25rem;
    position: relative;
}

.info-section .card {margin-bottom:1rem; height:auto;}

.info2 {
    padding-top: 0;
}

.plans h2 {text-align: center;}
    .directions {text-align: center;}
.directions .btn {display:block;}

.info2 .plans img {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.info2 .plans {padding-bottom: 6rem;;}

.fee-section {
    min-height:50dvh;
    display: block;
    padding: 8rem 1.25rem 0;
}

.fee-item  {
    margin-bottom: 0.5rem !important;
}


.fee-item ul {
    padding: 0;
    padding-right: 0rem;
    display:none;
}

.fee-item.active ul {
    display:block;
}

.fee-btn {padding-right:15px !important; margin-bottom:4rem;}

.fee2-section {
    padding: 0rem 0 6rem;
    background-color: #C5D9DC;
    background-image:none;
}

.fee2-section .col-md-4 {padding: 2rem !important;}


.base-section::before {
    background-image: url(/images/bg-vyhliadka-mobil.webp);
    background-position: center center;
}


.base-section {
    min-height:100dvh;
    height:auto;
    padding: 10rem 1.25rem 10rem;

}


.base-section #play{
    display:none
}
.base2-section {
    padding: 3rem 1.25rem;
    background-image:none;
}

.base2-section h3 {
    margin-top: 2rem;
}

.base-fact {
    text-align: center;
    display: inline-block;
}

.event-section {
    min-height:100dvh;
    height:auto;
    padding: 10rem 1.25rem 20rem;
    
}

.event-section::before {
    background-image: url(/images/eventl.jpg);
}






.event-section #play{
    display:none
}

.event-section .capacity {
   
    margin-top: 2rem;
}
.event2-section {
    padding: 3rem 1.25rem;
    background-image:none;
}

.event2-section h2 {
    font-size: 1.8rem;
    margin-bottom: 2.625rem;
}

.event2-section .event-item {
    margin-bottom: 1.125rem;
}

.event2-section .event-item h4::before {
    content: "";
    position:absolute;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    left:1.625rem;
    top:.5rem;
    background-color: black;
    border-radius: 50%;
   /* Makes it a circle */
    margin-right: 1.5rem;
   /* Adjust spacing as needed */
    vertical-align: middle;
   /* Optional: aligns nicely with text */
   ;
}


.event-icon {margin-bottom:2rem;}

.bar-section {
    min-height:100dvh;
    height:auto;
    padding: 5rem 1.25rem 22rem;
    background-image: url('/images/barl.jpg');
    background-position: center bottom;
    display: block;
    position: relative;
}


.bar2-section {
    padding: 3rem 0rem;
    background-image:none;
    border-bottom: none;
}

.bar2-section h2 {
    font-size: 2.0rem;
    font-weight: 900;
    color: white;
    margin-top: 2.25rem;
    margin-bottom: 0.0rem;
}

.bar-gallery {
    padding-bottom: 2.25rem;
    margin-top: 2.5rem;
}
.bar-menu-item h5 {
    font-size: 0.8rem;
    margin-bottom: 0.9375rem;
}
.bar-menu-item p {
    font-size: 0.8rem;
    margin-bottom: 0.875rem;
}


.bar-menu-link {
    display:block;
   margin-right: 0px;;
   padding:0.5rem 1rem;
   text-transform: uppercase;
   }
   
   .bar-menu-link:nth-child(odd) {
       background-color: #3c3636;

     }
   

.restaurant-section {
    min-height:100dvh;
    height:auto;
    padding: 5rem 1.25rem 28rem;
    background-position: center bottom;
    background-image: url('/images/restauracial.jpg');
    display: block;
    position: relative;
}



.restaurant2-section {
    background-color: #212121;
    padding-top: 3.25rem;
    background-image: none;
}

.restaurant2-section .chef  {

    text-align: center;
    
    }


.restaurant2-section .chef img {

max-width: 60%;;
margin-bottom:2rem;

}

.restaurant2-section .chef h3 {
    padding-left: 0;
    padding-right: 0;
}

.restaurant2-section .chef h6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
}


.restaurant2-section .chef p {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;

}

.restaurant2-section .logos {
    text-align:center;
    min-height: 0;
    border-left: none;
    padding-left: 0rem;
    margin-top:0rem;
}

.restaurant2-section .logos img {
    display:block;
    margin:2rem auto !important;

}

.modal-content {
    padding: 1rem !important;
}

.restaurant2-section h2 {
   text-align:center;
   margin-top:0rem;
}

.restaurant2-section p {
    text-align:center;
 }

.restaurant2-section .reserve {
    margin-top: 2.25rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    text-align: center;
}

.restaurant2-section button {
    margin-top: 1.125rem;
    display:block;
    width:100%; 
}
.btn-reserve-info {margin-top:20px;}

.restaurant2-section .info {
    border-left: none;
    margin-top: 1rem;
    padding-bottom: 0;
    padding-top: 1.125rem;
    padding-left: 0.875rem;
}

.restaurant2-section .info p {
   text-align: center;
   padding-left: 2rem;
   padding-right: 2rem;
}

.restaurant3-section {
    background-color: #d5eef1;
    padding-bottom: 6.375rem;
    padding-top: 2.375rem;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}


.restaurant3-section h2 {
    font-size: 2.0rem;
    margin-top: 2.25rem;
    margin-bottom: 0.0rem;
}

.restaurant3-section h3 {
    font-size: 1.25rem;
    margin-top: 2.125rem;
}

.restaurant-menu {border-top:1px solid #C0DCE0;}

.restaurant-menu-item h5 {
    font-size: 0.8rem;
    margin-bottom: 0.9375rem;
}

.restaurant-menu-link {
 display:block;
margin-right: 0px;;
padding:0.5rem 1rem;
text-transform: uppercase;
}

.restaurant-menu-link:nth-child(odd) {
    background-color: #C0DCE0;
  }


.catering-section {
    height:auto;
    padding: 10rem 1rem 4rem;
}

.catering-section img {
    left:0rem; position:relative;
    mix-blend-mode: multiply;
    max-width: 110%;;
    top: -2rem;
}

.catering-right {position:relative;top:-3.5rem;}


.catering-section>.container>.row>div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.card-section {
    min-height:100dvh;
    height:auto;
    padding: 10rem 1.25rem 25rem;;
    display:block;
    background-image: url('/images/card.webp');
    background-color: #E0DDDA;
}

.card-section h1 {font-size:2.1rem;}
.card-section .btn {
    display:block;
    margin-bottom: 0px !important;
    margin-top:1rem !important;
    margin-right: 0px !important;
}

.card-section h3 {
    margin-bottom: 1.125rem;
    font-size: 1.3rem;
}

.card-section .help {
    display:none;

}




.card2-section {
    padding: 2rem 1.25rem 0rem;
    background-image: none;
    background-position: center bottom;

}
.card2-section h2 {
    font-size: 2.0rem;
    margin-bottom: 0.0rem;
}
.card2-section a {
    margin-bottom: 1.125rem;
}
.card2-section .help {
    
    padding-left:3rem;
    margin-bottom:2rem;
}

.card2-section .help::before {
    left: 0;
    top: 0;
}

.card3-section {
    padding: 2rem 1.25rem 1rem;
}
.card3-section label {font-size:0.8rem;}

.custom-check {
    padding: 2rem 0rem;
}

.inputs {
    display: flex;
    width: 100%;
  }
  
  .input-credit {
    flex: 1;
    margin-right: 0.625rem;
  }
  
  .input-currency {
    width: 4rem !important;
    flex-shrink: 0;
  }


.card-info h3 {
    margin-top: 2.5rem;
}

.card4-section {
    background-image: none;

    padding: 2rem 1.25rem 3rem;
}
.card4-section h3 {
    margin-top: 0rem;
    margin-bottom: 1.875rem;
}

.credit-section {
    height:100dvh;
    background-position: 0 center;
    padding: 2rem 1.25rem 0;
}

.credit-section h1 {font-size:2.1rem;}
.credit-section .help {
    color: white;
    margin-top: 6.25rem;
    font-size: 0.9375rem;
    position: relative;
    padding-left:3rem;
}

.credit-section .help::before {
    left: 0rem;
}


.voucher-section {
    height:auto;
    background-color: #201F1D;

    padding: 10rem 1.25rem 28rem;
    background-position: center bottom;
    display:block;
    background-image: url('/images/voucher.webp');


}

.voucher-section h3 {
    margin-bottom: 1.125rem;
    font-size: 1.3rem;
}

.voucher-section h1 {font-size:2.0rem; }


.voucher-section .btn {
    margin-bottom: 0px !important;
    margin-top:1rem !important;
}




.voucher-section .help {display:none;}

.voucher2-section {
    padding: 2rem 1.25rem 0;
    border-bottom: 1px solid white;;
    background-image: none;
}

.voucher2-section .col-md-4 {
    margin-top:1rem;
}
.voucher4-section {
padding-top: 2rem;
}
.voucher-info {
    padding-bottom: 3.375rem;
    padding-left: 1.25rem;;
    padding-right: 1.25rem;;
}
.voucher-info h3 {
   
    margin-bottom: 0.0rem;
    margin-top: 3.5rem;
}

.voucher-card {
    padding:2rem 2rem;
}

.voucher-card h6 {
    margin-top: 0.5rem;
    font-size:1rem;
}

.voucher-card p {
    font-size: 1rem;
    min-height: auto;
}


.voucher-card small {
    margin-bottom: 0rem;
}

.voucher-card h3 {
    font-size: 1.5rem;
}

.contact-section {
    padding: 8rem 1.25rem 0rem;
}

.contact-header.mb-5 {margin-bottom: 0px !important;}
.contact-section h6.mt-5 {margin-top: 1.5rem !important;}

.contact-header img {
    height: 2.75rem;
    margin-top:.5rem;
    float: left;
    margin-left: 0.125rem;
    margin-right: 1.25rem;
}

.contact-section .padding-left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.map {
    border-radius: 0px;
}

.faq-section {
    background-color: #fff;
    padding: 0 1.25rem;
}


.faq-box {border-radius: 0px !important;}
.faq-box1 {
    padding: 3.25rem 1.875rem 3.25rem 3rem;
}

.faq-box2 {
    padding: 1.25rem 3rem 3.25rem 3rem;
    background-image: none;
    background-color: #C4D2D5;
    background-size: cover;
    background-position: center;
}


.faq-box2 h4 {
    margin-top:2rem;
}

.contact-form {padding: 0 1.25rem;}

.contact-form-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    display:none;
}

.form-box {
    background-color: #ECEBE8;
    border-radius: 0px;
    padding: 2.25rem 1.0rem;
    margin-bottom: 2.25rem;
}

.form-box .form-check-input {
   
    margin-left: -2.2em;
}

.contact-form .btn {display:block; width:100%;}


}



.modal-dialog.modal-wide {
    max-width: 800px; 
    width: 90%;
}

.modal-content {
    position:relative;
    background-color: #dfeff1;
    padding: 4rem;
    border-radius: 20px;;
}

.modal-close {
    position: absolute;
    top:2rem; right:2rem;
}

.modal-content .date {font-weight: bold; color: #ED0180;}
.modal-content h2 {font-size:2.5rem; margin-bottom:1rem;}
.modal-content p {margin-top:2rem;}



.modal-msg .modal-content {
    position:relative;
    background-color: #dfeff1;
    padding: 2rem;
    border-radius: 20px;;
}


#modal-card .modal-content {background-color: #CCC8C3;}
#modal-card h2 {margin-bottom:4rem;}
#modal-card h3 {font-weight:700; font-size:1.4rem; margin-top:2rem;}
#modal-card p {font-weight:700; font-size:1.4rem;}
#modal-card span {font-size:1rem;}
#modal-card strong {font-size:1rem; font-weight:900;}
#modal-card #csum {font-size:2rem; font-weight:900;}
#modal-card #cdelivery {font-size:2rem; font-weight:900;}
#modal-card .total-pay {font-size:1.8rem; line-height:1.2; font-weight:900; color: #ED0180;}
#modal-card .total-sum {font-size:2.3rem;  line-height:1.2;font-weight:900; }
#modal-card .update-order  {font-weight:600; text-decoration: underline; color:black; margin-left:2rem; display: inline-block;;}
#modal-card .custom-check {padding-left: 0px;;}


#modal-voucher .modal-content {background-color:#252425 ; color:white;}
#modal-voucher h2 {margin-bottom:4rem; color:white;}
#modal-voucher h3 {font-weight:700; font-size:1.4rem; margin-top:2rem;}
#modal-voucher p {font-weight:700; font-size:1.4rem;}
#modal-voucher span {font-size:1rem;}
#modal-voucher strong {font-size:1rem; font-weight:900;}
#modal-voucher #csum {font-size:2rem; font-weight:900;}
#modal-voucher #cdelivery {font-size:2rem; font-weight:900;}
#modal-voucher .total-pay {font-size:1.8rem; line-height:1.2; font-weight:900; color: #DDC06E;}
#modal-voucher .total-sum {font-size:2.3rem;  line-height:1.2;font-weight:900; }
#modal-voucher .update-order  {font-weight:600; text-decoration: underline; color:#ccc; margin-left:2rem; display: inline-block;;}
#modal-voucher .custom-check {padding-left: 0px;;}


.backmenu {background-color: white; z-index: 999; position:fixed; top:0; height:115px; width:100%; padding: 3.125rem 1.875rem; display:none;box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);}
.backmenu .btn {position:absolute; top:2.3rem; right:1.875rem;  }


.modal-popup .modal-content {background-color: #ED0180; border-radius: 0px; padding:2rem; color:white; font-weight:bold; text-align:center; font-size:1.5rem; line-height:1.2;}
.modal-popup .modal-content h1  {color: black;}
.modal-popup .modal-content h2  {color: black;}
.modal-popup .modal-content h3  {color: black;}
.modal-popup .modal-content h4  {color: black;}
.modal-popup .modal-content h5  {color: black;}
.modal-popup .modal-content h6  {color: black;}