/*
Theme Name: Kruna
Theme URI: https://www.kruna.co.ba/
Author: Digitality
Author URI: digitality.ba
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* baskervville-regular - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Baskervville';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/baskervville-v16-latin_latin-ext-regular.woff2') format('woff2'); 
}
/* prompt - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/prompt-v11-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/prompt-v11-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/prompt-v11-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/prompt-v11-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/prompt-v11-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/prompt-v11-latin_latin-ext-700.woff2') format('woff2'); 
}
/* gilda-display-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/gilda-display-v18-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ibm-plex-sans-v21-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*************** ROOT ***************/
:root {
    --primary-font: 'IBM Plex Sans', sans-serif;
    --secondary-font: 'IBM Plex Sans', sans-serif;
/*     --primary-color: #FFD28D; #D1603D*/
	--primary-color: #E6AA68;
    --primary-dark: #262322;
}

/*************** PREDEFINED ***************/
body {
    font-family: var(--secondary-font);
}
.btn {
    font-size: 14px;
    line-height: 1;
    padding: 11.5px 26px;
    min-width: 150px;
    border-radius: 0;  
    font-weight: 400; 
    transition: all .3s;
    font-family: var(--secondary-font);
    position: relative;
}
.btn-primary {
     background: transparent;
    color: #FFFFFF;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
}
.btn-primary::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: all .3s;
}
.btn-primary::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-top: 1px solid var(--primary-dark);
    border-bottom: 1px solid var(--primary-dark);
    transition: all .3s;
}
.btn-primary:hover::after {
    width: 0;
}
.btn-primary:hover::before {
    width: 100%;
}

.btn-secondary {
    background: transparent;
    color: #000000;
    border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background: transparent !important;
    color: #FFFFFF !important;
    border: none !important;
}
.btn-secondary::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    transition: all .3s;
}
.btn-secondary::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transition: all .3s;
}
.btn-secondary:hover::after {
    width: 0;
}
.btn-secondary:hover::before {
    width: 100%;
}

.btn-form {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid var(--primary-color);
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active,
.btn-form.active {
    background: var(--primary-color) !important;
    color: #000000 !important;
    border: 1px solid var(--primary-color) !important;
}

.overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: .55;
}
.overlay-light::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-dark);
    opacity: .3;
    transition: all .2s;
}
p {
    font-size: 15px;
}
.hero-section.overlay::after {
    z-index: 2;
}
.hero-swiper-nav {
    z-index: 10;
}
/******** HEADER ***********/
.navbar-brand img {
    width: 120px;
}
.menu-btn {
    background-color: transparent;
    border: none;
    padding: 8px;
    border-radius: 0;
    transition: all .2s;
}
.menu-btn img {
    width: 24px;
    height: auto;
    max-height: 30px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(92%) saturate(7494%) hue-rotate(303deg) brightness(113%) contrast(101%);
}
.home-header.navbar-scroll {
    background-color: #222222;
}
.home-header .navbar {
    border-bottom: 1px solid #FFD28D40;
	 border-top: 1px solid #FFD28D40;
}
.navbar {
    padding: 10px 0 !important;
}
.home-header.navbar-scroll .navbar {
    border-bottom: 1px solid transparent;
}
header {
    background-color: #222222;
}
.home-header {
    background-color: transparent;
}
.offcanvas {
    background-color: var(--primary-dark);
}
.navbar .nav-item {
    border-bottom: 1px solid #FFD28D40;
    padding: 6px 0;
}
.navbar .nav-link {
    color: #FFFFFF;
    font-size: 17px;
}
.navbar .nav-link.active {
    color: var(--primary-color);
}
.offcanvas-header {
    padding: 6px 10px;
}
.info-icon img {
    width: 18px;
    height: auto;
    max-height: 100%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(1736%) hue-rotate(339deg) brightness(117%) contrast(100%);
}
.info-text {
    color: #FFFFFF;
}
.info-icon {
    height: 24px;
}
/******** HERO ***********/
.hero-block {
    min-height: 100svh;
    padding: 40px 0;
}
.hero-text-box h4 {
    font-size: 20px;
    font-weight: 400;
}
.hero-text-box h1 {
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.hero-text-box h1 span{
    color: var(--primary-color);
}
.hero-reservations {
    background-color: #22222266;
    backdrop-filter: blur(5px);     
}
.form-select,
.form-control {
    border-radius: 0;
    border: 1px solid var(--primary-color);
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 12px;
}
.form-select option {
    color: #000000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-select:focus,
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--primary-color);
    color: #FFFFFF;
}
.form-select {
   background-image: url(img/chevron-down.svg);
}
.form-label {
    font-size: 14px;
    margin-bottom: 4px;
}
.footer-menu a{
    color: #FFFFFF;
    text-decoration: none;
}
.gray-section {
    background-color: #f8f5f0;
}
.footer-menu,
.contact-info {
    list-style-type: none;
}
/******** FOOTER ***********/
footer {
    background-color: var(--primary-dark);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/footer-1.png');
}
.footer-bottom {
   border-top: 1px solid #FFD28D40;
   font-size: 14px;
}
.footer-bottom a {
    text-decoration: none;
    color: #FFFFFF;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-top {
    padding: 35px 0;
}
.footer-logo img{
    width: 140px;
}
.footer-title {
    font-size: 18px;
}
.footer-socials a {
    text-decoration: none;
    display: block;
}
.footer-socials a img {
    width: 25px;
    max-height: 25px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(1736%) hue-rotate(339deg) brightness(117%) contrast(100%);
}
.footer-socials a:hover img {
   filter: brightness(0) saturate(100%) invert(83%) sepia(16%) saturate(1097%) hue-rotate(339deg) brightness(104%) contrast(101%);
}
.about-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-2 {
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid #FFFFFF;
    width: 45%;
    height: 45%;
    bottom: -12px;
    right: -6px;
}
.section-padding {
    padding: 40px 0;
}
.section-text p {
    line-height: 1.3;
}
.section-title h2 {
    font-size: 26px;
     margin-bottom: 16px;
     font-family: var(--primary-font);
}
.section-title h4 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 400;
}
.restaurant-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #312B2BCC;
}
.restaurant-box::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 30px;
    height: 100px;
    background-image: url(img/image-card-shape-3.svg);
    background-size: contain;
    background-position: top right;
    z-index: 4;
    background-repeat: no-repeat;
}
.restaurant-menu {
    background-color: var(--primary-dark);
    z-index: 3;
}
.cijena,
.jelovnik-item h3 {
    font-size: 16px;
    color: var(--primary-color);
}
.cijena {  
    font-weight: 500;
}
.menu-line {
    height: 1px;
    width: 100%;
    margin-top: 8px;
    background-color: var(--primary-color);
    opacity: .3;
}
.menu-line::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--primary-color);
}
.jelovnik-desc,
.mjera {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 300;
}
.jelovnik-desc {
    font-size: 14px;
}
.restaurant-bg  {
    height: 200px;
    z-index: -1;
}
.restaurant-bg-overlay::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.2) 0%, rgba(34, 34, 34, 1) 100%);
    opacity: 1;
}
.radno-vrijeme {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.restaurant-box-inner {
    padding: 25px 50px 25px 20px;
}
.title-crown {
    position: absolute;
    top: 5%;
    right: 20%;
    width: 90px;
    height: 90px;
    content: "";
    z-index: -1;
    background-image: url('img/crown.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}
.rooms-more-info {
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    right: 0;
    transform: translateY(-80%);
    left: 0;
    height: 50%;
    width: 100%;
    top: 50%;
}
.room-box:hover  .rooms-more-info {
    visibility: visible;
    opacity: 1;
   transform: translateY(-50%);
}
.single-room-box .rooms-info-title{
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
}

.room-icons img {
    width: 18px;
    height: auto;
    max-width: 18px;
    max-height: 18px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(133deg) brightness(109%) contrast(101%);
}
.section-apartment-single-section .room-icons img {
    filter: none;
}
 .rooms-info-title {
    transition: all .7s;
 }
.room-box:hover .rooms-info-title {
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}
.room-box {
    min-height: 350px;
}
.single-room-box:hover .room-bg img {
    scale: 1 !important;
}
.single-room-box .room-bg::after {
    content: "";
    position: absolute;
    height: 40% !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 1) 100%) !important;
}
.rooms-info h4 {
    font-size: 25px;
    font-family: var(--primary-font);
    line-height: 1.1;
    margin-bottom: 4px;
}
.rooms-info p {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 0;
}
.rooms-info {
    padding: 20px;
}
.room-bg::after {
    content: "";
    position: absolute;
    height: 40%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(rgba(50, 52, 59, 0) 36%, rgba(50, 52, 59, 0.918) 82%);
}
.room-box .btn {
    padding: 8px 12px;
    min-width: 0;
    font-size: 14px;
    border-radius: 4px;
    background-color: #FFD28D66;
    border: none !important;
}
.room-box .btn:hover {
    background-color: #FFD28D66  !important;
    color: #FFFFFF !important;
}
.room-bg img {
    transition: all .5s;
}
.room-box:hover .room-bg img {
    scale: 1.3;
}
.room-box:hover  .room-bg::after {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 1) 100%);
    height: 50%;

}
.room-more-inner {
    border-top: 1px solid #FFFFFF66;
}
.btn-room {
    font-size: 14px;
    color: #000000;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.testimonials-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #AA8453;
    opacity: .9;
}
.testi-bg {
    z-index: -1;
}
.stars-box img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(302deg) brightness(102%) contrast(103%);
}
.testi-text-box p {
    line-height: 1.3;
    font-weight: 300;
}
.testi-box-img{
    width: 110px;
    height: 140px;
}
.testi-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
.testi-name {
    color: #FFFFFF;
    font-family: var(--primary-font);
    font-size: 20px;
}
.testi-box-img::after {
     background-color: rgb(169, 136, 96);
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 100%;
    z-index: 0;
}
.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 30px;
    height: 30px;
    background-color: #22222266;
    margin: 0;
    border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
}
.hero-reservations input::placeholder {
    color: #FFFFFF;
}
.hero-reservations .btn-form {
    background-color: var(--primary-color);
    color: #000;
}
.hero-reservations .btn-form:hover {
    background-color: transparent !important;
    color: #fff !important;
}
.page404 {
    padding: 110px 0 50px 0;
}
.page-header {
    padding: 100px 0 50px 0;
}
.page-header-block::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #FFFFFF1A;
    backdrop-filter: blur(2px);
}
.menu-top {
    background-color: var(--primary-dark);
}
.gallery-item {
    width: 100%;
    height: 220px;
    display: block;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .15s;
}
.gallery-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #000000;
    opacity: .3;
    transition: all .3s;
}
.gallery-item:hover::after {
    opacity: .1;
}
.menu-item-header .swiper {
    height: 200px;
}
.swiper-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-item-header .swiper-button-next,
.menu-item-header .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 3;
}
.swiper-text h2 {
    text-shadow: 5px 4px 4px #00000099;
}
.slide-bg::after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 1) 100%);
    z-index: 3;
}
.restaurant-contact .form-select,
.restaurant-contact .form-control {
    color: var(--primary-dark);
}
.restaurant-contact .form-control::placeholder {
    color: var(--primary-dark);
}
.contact-form-text p:last-child {
    margin-bottom: 0;
}
.restaurant-contact .form-select:focus,
.restaurant-contact .form-control:focus {
    border-color: var(--primary-dark);
}

.contact-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.map-section {
    width: 100%;
    height: 350px;
}
.map-section iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}



.form-quantity button {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
}
.quantity-left-minus {
    margin-left: 5px;
}
.quantity-right-plus {
    margin-right: 5px;
}
.form-quantity input {
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.message-container  {
    position: absolute;
    bottom: -25px;
    right: 0;
    background-color: var(--primary-color);
    color: #000;
    padding: 3px 5px;
    border-radius: 2px;
}
.about-gallery::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-dark);
    opacity: .55;
    pointer-events: none;
    transition: all .2s;
}
.gallery-counter {
    position: absolute;
    line-height: 1;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    pointer-events: none;
    transition: all .2s;
    z-index: 3;
    font-size: 26px;
    font-weight: 500;
}
.about-gallery:hover::after {
    opacity: .75;
}
.apartmani-reservations {
    background-color: #222222CC;
    z-index: 4;
}
.info-box-img {
    width: 20px;
    height: 20px;
    display: flex;
}
.info-box-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(101%) contrast(101%);
}
.info-box-text {
    color: #FFFFFF;
    font-size: 14px;
}
.info-box {
    display: flex; 
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}
.apartments-info {
    background-image: url('img/footer-1.png');
    background-color: var(--primary-dark);
}
.apartments-description p:last-child {
    margin-bottom: 0;
}
.contact-page-info {
    list-style-type: none;
    padding: 0;
}
.contact-page-info .info-icon img {
    filter: none;
}
.contact-page-info .info-text {
    color: var(--primary-dark);
}
.contact-page-info a {
    display: block;
    background-color: var(--primary-color);
    padding: 8px 12px;
    transition: all .2s;
}
.contact-page-info a:hover {
    background-color: var(--primary-dark);
}
.contact-page-info a:hover .info-text {
    color: #FFFFFF;
}
.contact-page-info a:hover .info-icon img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(1736%) hue-rotate(339deg) brightness(117%) contrast(100%);;
}
.event-box {
    padding: 20px;
    border: 1px solid #AA8453;
}
.event-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.event-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(3622%) hue-rotate(354deg) brightness(82%) contrast(81%);
}
.event-text-box h3 {
    font-family: var(--primary-font);
    font-size: 22px;
   
}
.event-text-box p {
    line-height: 1.2;
    color: var(--primary-dark);
    font-weight: 300;
}
.event-text-box p:last-child {
    margin-bottom: 0;
    color: var(--primary-dark);
}
/************* ANIMATION **************/
.animation{
    opacity:0;
    filter: blur(0);
    transform:translateX(-50%);
    transition: all .9s ease-in-out;
}
.animation[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-2{
    opacity:0;
    filter: blur(0);
    transform:translateX(50%);
    transition: all .9s ease-in-out;
}
.animation-2[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-3 {
    opacity:0;
    filter: blur(0);
    transform:translateY(50%);
    transition: all .9s ease-in-out;
}
.animation-3[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
.animation-4 {
    opacity:0;
    filter: blur(0);
    transform:translateY(-50%);
    transition: all .9s ease-in-out;
}
.swiper-pagination-bullet {
    background-color: var(--primary-color);
    opacity: .2;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}
.text-image-section {
    background-color: var(--primary-dark);
}
.text-box-content h2 {
    font-family: var(--primary-font);
}
.admin-bar header.fixed-top {
    top: 46px;
}
.admin-bar .offcanvas.offcanvas-end,
.admin-bar header {
    top: 46px;
}
#wpadminbar {
    position: fixed;
}
.text-img {
    height: 250px;
}
.contact-form-container .btn-primary {
    background-color: var(--primary-dark) !important;
    border: 1px solid var(--primary-dark) !important;
}
.contact-form-container .btn-primary:focus,
.contact-form-container .btn-primary:hover {
    background-color: #FFFFFF !important;
    color: var(--primary-dark) !important;
    border: 1px solid var(--primary-dark) !important;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -15px;
    right: 0;
}
body.page-template-page-menu {
    padding-top: 60px;
}
/* .menu-page-item {
    border-bottom: 2px solid var(--primary-color);
} */

.grecaptcha-badge { 
    visibility: hidden;
}
a.glink img {
	opacity: .6 !important;
}
.gtranslate_wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 4px;
}
a.glink:hover img,
a.glink.gt-current-lang img {
	opacity: 1 !important;;
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .restaurant-box-inner {
        padding: 40px 70px 40px 40px;
    }
    .restaurant-box::before {
        width: 40px;
        height: 140px;
    }
    .text-img {
        height: 300px;
    }
}
@media (min-width: 783px) {
    .admin-bar header.fixed-top {
        top: 32px;
    }
    .admin-bar .offcanvas.offcanvas-end,
    .admin-bar header {
        top: 32px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    p {
        font-size: 16px;
    }
    .hero-block {
        min-height: 65svh;
        padding: 40px 0;
    }
    .hero-text-box h4 {
        font-size: 24px;
    }
    .hero-text-box h1 {
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .navbar {
        padding: 15px 0 !important;
    }
    .footer-logo img{
        width: 160px;
    }
    footer .contact-info a:hover,
    .footer-menu a:hover {
        text-decoration: underline !important;
        color: #FFFFFF;
    }
    .about-img-box::after {
        width: 20px;
        height: 70%;
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        background-color: var(--primary-color);
    }
    .section-padding {
        padding: 60px 0;
    }
    .restaurant-box-inner {
        padding: 50px 70px 50px 50px;
    }
    .mw-lg-50 {
        max-width: 50%;
    }
    .restaurant-box::before {
        width: 55px;
        height: 200px;
    }
    .rooms-section::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        background-image: url('img/homepattern.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 400px;
        height: 400px;
        z-index: -1;
    }
    .testimonials-section::before {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, rgba(170, 132, 83, 0.2) 0%, #AA8453 100%);

    }
    .testimonials-section::after {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background: #AA8453;
    }
    .page404 {
        padding: 180px 0 100px 0;
    }
    .page-header {
        padding: 150px 0 80px 0;
    }
    .page-header-block::after {
        backdrop-filter: blur(3px);
    }
    .gallery-item:hover img {
        scale: 1.05;
    }
    .menu-item-header .swiper {
        height: 300px;
    }
    .map-section {
        height: 450px;
    }
    .childrens-box {
        position: absolute;
        width: calc(100% - 8px);
        left: 4px;
        background-color: #262322CC;
        backdrop-filter: blur(5px);
    }
     .childrens-box select {
        margin: 4px;
        width: calc(100% - 8px);
    }
    .event-box {
        padding: 35px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }
    .testi-buttons {
        position: absolute;
        width: calc(100% + 96px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-img {
        height: 350px;
    }
    body.page-template-page-menu {
        padding-top: 74.86px;
    }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .btn {
        padding: 16px 26px;
        font-size: 16px;
    }
    .form-control,
    .form-select {
        padding: 12px 26px;
        font-size: 16px;
    }

    .hero-text-box h4 {
        font-size: 24px;
    }
    .hero-text-box h1 {
        font-size: 55px;
    }
    .navbar {
        padding: 20px 0 !important;
    }
    .navbar .nav-item {
        border-bottom: none;
        padding: 0 8px;
    }
    .navbar .nav-item:last-child {
        padding-right: 0;
    }
    .navbar .nav-link {
        font-size: 18px;
    }
    .navbar .nav-link:hover {
        color: var(--primary-color);
    }
    .footer-logo img{
        width: 200px;
    }
    .section-padding {
        padding: 80px 0;
    }
    .about-2 {
        border-top: 16px solid #FFFFFF;
        border-left: 16px solid #FFFFFF;
        width: 45%;
        height: 45%;
        bottom: -16px;
        right: -16px;
    }
    .section-text p {
        font-size: 17px;
    }
    .section-title h2 {
        font-size: 44px;
        margin-bottom: 24px;
    }
    .section-title h4 {
        font-size: 20px;
    }
    .cijena,
    .jelovnik-item h3 {
        font-size: 18px;
    }
    .jelovnik-desc {
        font-size: 16px;
    }
    .menu-line {
        margin-top: 10px;
    }
    .restaurant-bg  {
        height: 300px;
    }
    .restaurant-box-inner {
        padding: 70px 100px 70px 70px;
    }
    .title-crown {
        top: 5%;
        right: 20%;
        width: 150px;
        height: 150px;
    }
    .page404 {
        padding: 220px 0 140px 0;
    }
    .page-header {
        padding: 170px 0 80px 0;
    }
    .map-section {
        height: 550px;
    }
    .navbar .nav-link {
        position: relative;
    }
    .navbar .nav-link.active,
    .navbar .nav-link:hover {
        color: #FFFFFF;
    }
    .navbar .nav-link::after {
        position: absolute;
        bottom: -4px;
        opacity: 0;
        width: calc(100% - 16px);
        height: 2px;
        background-color: var(--primary-color);
        left: 50%;
        transform: translateX(-50%);
        content: "";
        transition: all .2s;
    }
    .navbar .nav-link.active::after,
    .navbar .nav-link:hover::after {
        bottom: 6px;
        opacity: 1;
    }
    .text-img {
        height: 400px;
    }
    body.page-template-page-menu {
        padding-top: 84.86px;
    }
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .navbar .nav-item {
        padding: 0 10px;
    }
    .navbar .nav-item:last-child {
        padding-right: 0;
    }
    .navbar .nav-link {
        font-size: 19px;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1800px) {}