/* ================================================== */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/* init */
* {
    --body-font: "Plus Jakarta Sans";
    --title-font: "Marcellus", Helvetica, Arial, sans-serif;
    --deco-font-1: "Sacramento";
    --body-font-color: #707070;
    --body-font-color-dark: #bbbbbb;
    --body-font-size: 15px;
    --body-font-weight: 400;    
    --title-font-color: #000000;
    --title-font-color-dark: #ffffff;
    --title-font-weight: bold;    
    --bg-dark-1: #151c22;
    --bg-dark-1-rgb: 21, 28, 34;
    --bg-dark-2: #18212a;
    --bg-light-1: #ffffff;
    --bg-light-2: #f8f8f8;
    --page-border-size:0;
    --page-border-color:#ffffff;
}

h2{
    font-size: 48px;
    letter-spacing: -.015em;
    margin-bottom: 20px;
}


.form-control,
#contact_form input[type=text],
#contact_form textarea,
#contact_form input[type=email],
#contact_form textarea,
#search{
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
}
#preloader {
	    background: #5A141E;
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

#revolution-slider .tp-caption {
    position: relative;
    z-index: 5 !important;
}
#revolution-slider ul li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* Only show on active slide */
#revolution-slider ul li:not(.active-revslide)::before {
    opacity: 0;
}

#revolution-slider ul li.active-revslide::before {
    opacity: 1;
}
/*.jarallax {
    position: relative;
    overflow: hidden;
}
*/
/* Overlay */
.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.menu-item .c1::first-letter {
  text-transform: uppercase;
}
/* Keep content above */
.jarallax h3,
.jarallax p,
.jarallax a,
.jarallax img:not(.jarallax-img) {
    position: relative;
    z-index: 2;
    color: #fff;
}
#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px !important; /* 👈 FIX */
    z-index: 10000000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}	
input.error, select.error, textarea.error{ border:1px solid #c00 !important;}
input, textarea, select {
    animation: none !important;
}
.tutorial_link{ display:none !important;}
#gallery_page h2{ margin-top:20px;}
.opening-hours-btn {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    animation: goldPulse 2s infinite;
}

/* Smooth gold glow animation */
@keyframes goldPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
    }
    50% {
        box-shadow: 0 0 20px 8px rgba(212, 175, 55, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
}
.opening-hours-btn img {
    transition: transform 0.3s ease;
}

.opening-hours-btn:hover img {
    transform: scale(1.05);
}

@media only screen and (min-width: 992px) {
    #subheader{
        padding-top: 200px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .tp-caption.tp-text-1, .tp-caption.tp-teaser-1{
        font-size:14px !important;
        line-height: 21px !important;
		margin-bottom:20px !important;
		padding-bottom:20px !important;
    }
	.tp-teaser-1{margin-top:-50px !important;}
	.tp-seprartor{margin-top:-20px !important;}
	.tp-caption a.btn-line{ margin-top:95px ;}
}
