* {
  transition: 0.2s linear;
}

@font-face {
  font-family: "JimmyScript";
  src: url("/assets/fonts/jimmyscript.woff");
}
@font-face {
  font-family: "RollgateLuxury";
  src: url("/assets/fonts/rollgatesluxury.woff");
}
@font-face {
  font-family: "Borzoi";
  src: url("/assets/fonts/borzoi.woff");
}
body {
  background-color: #181919;
  color: #fff;
}

a {
  cursor: pointer;
}

.container-fluid {
  padding: 0;
  margin-bottom: 150px;
  margin-top: 150px;
}

.ovhidden {
  overflow: hidden;
}

.bullets {
  position: absolute;
  left: 100% !important;
  width: -webkit-min-content !important;
  top: 50% !important;
  transform: translateY(-30%);
}
.bullets span {
  color: transparent;
  background-color: #fff;
  opacity: 1;
  margin: 10px !important;
}
.bullets span.swiper-pagination-bullet-active {
  background-color: #ecc562;
  outline-style: solid;
  outline-color: #ecc562;
  outline-offset: 5px;
}

#mobilemenu {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  transition: 0.2s linear;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
#mobilemenu.hidden {
  left: 100%;
}
#mobilemenu.visible {
  left: 0;
}
#mobilemenu .container .row:nth-child(2) {
  margin-top: 50px;
}
#mobilemenu .mobile-lang-selector {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 20px;
  font-family: "RollgateLuxury";
  margin: 5px;
}
#mobilemenu .mobile-lang-selector:hover {
  border-color: #ecc562;
  color: #ecc562;
}
#mobilemenu .menu-social,
#mobilemenu .menu-close {
  width: 25%;
}
#mobilemenu .menu-social i,
#mobilemenu .menu-close i {
  font-size: 30px;
  margin: 10px;
}
#mobilemenu .gold {
  color: #ecc562;
}
#mobilemenu .gold:hover {
  color: #fff;
}
#mobilemenu ul li {
  font-weight: 500;
}

.vh50 {
  height: 50vh;
}

h1,
h2,
h3 {
  font-family: "RollgateLuxury";
}

#page-header h1 {
  font-size: 70px;
}

h4,
h5,
h6 {
  font-family: "JimmyScript";
}

h2 {
  font-size: 60px;
  color: #ecc562;
  line-height: 60px;
}
h2 i {
  font-size: 40px;
}

a.link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "RollgateLuxury";
  letter-spacing: 2px;
  font-weight: 700;
}
a.link i {
  color: #ecc562;
}

.btn-gold {
  display: block;
  padding: 10px 30px;
  background-color: #ecc562;
  text-decoration: none;
  color: #181919;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Borzoi";
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.btn-gold:hover {
  background-color: #7b5f17;
  color: #fff;
}

p {
  font-family: "RollgateLuxury";
  letter-spacing: 2px;
}

.relative {
  position: relative !important;
}

.ov-hidden {
  overflow: hidden !important;
}

.nav-link h1 {
  color: #fff;
}
.nav-link h1:hover {
  color: #ecc562;
}

.navbar {
  z-index: 9999;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}
.navbar #navbarSupportedContent {
  justify-content: center;
}
.navbar :only-child {
  padding: 5px 10px;
}
.navbar > :nth-child(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-right: 1px solid rgba(255, 255, 255, 0.3137254902);
  height: 80px;
}
.navbar > :nth-child(4) :first-child {
  margin: auto 0;
}
.navbar .navbar-brand img {
  height: 67px;
  filter: brightness(100);
}
.navbar .nav-item a.nav-link {
  position: relative;
  color: #fff;
  font-family: "Borzoi";
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 30px;
  transition: 0.2s linear;
}
.navbar .nav-item a.nav-link.rezervacija {
  margin-top: -5px;
}
.navbar .nav-item.semiactive a.nav-link, .navbar .nav-item.semiactive.active a.nav-link {
  color: #ecc562;
}
.navbar .nav-item.active a.nav-link, .navbar .nav-item:hover a.nav-link {
  color: #9ba0a1;
}
.navbar .nav-item.active a.nav-link::before, .navbar .nav-item:hover a.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 40%;
  margin: -5px auto;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3137254902);
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  filter: opacity(0.5);
  font-family: "Borzoi";
  font-size: 16px;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item.active {
  color: #ecc562;
  background-color: transparent;
}
.navbar .dropdown-menu.show {
  left: -1px;
  top: 57px;
  display: -webkit-flex;
  width: calc(100% + 2px);
  min-width: inherit;
  max-width: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-right: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-radius: 0;
}
.navbar .dropdown-toggle::after {
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "\f078";
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

.swiper-vertical {
  touch-action: auto;
}

.swiper.mySwiper {
  position: relative;
  margin-top: -80px;
  width: 100%;
  height: 1060px;
  overflow: hidden;
}
.swiper.mySwiper .swiper-wrapper {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.swiper.mySwiper .swiper-slide {
  position: relative;
  height: 100%;
  flex: 0 0 100%;
}
.swiper.mySwiper .container-fluid.swiper-content {
  text-align: center;
  position: absolute;
  top: -200px;
  bottom: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper.mySwiper .container-fluid.swiper-content > .container {
  display: block;
  z-index: 99999;
  text-align: center;
}
.swiper.mySwiper .container-fluid.swiper-content > .container .swiper-logo {
  width: 570px;
  margin: auto;
}
.swiper.mySwiper .container-fluid.swiper-content > .container .icon-down-swiper {
  width: auto;
  margin: auto;
}
.swiper.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.swiper.mySwiper .swiper-prev {
  top: 35%;
  transform: translateY(-50%);
  width: 1px;
  right: auto;
  left: -2px;
  position: absolute;
  z-index: 99;
}
.swiper.mySwiper .swiper-prev i {
  color: #ecc562;
}
.swiper.mySwiper .swiper-next {
  top: 60%;
  transform: translateY(-50%);
  width: 1px;
  right: auto;
  left: -2px;
  position: absolute;
  z-index: 99;
}
.swiper.mySwiper .swiper-next i {
  color: #ecc562;
}
.swiper.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper.mySwiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 48%;
  transform: translateY(-50%);
  width: 30px;
  right: auto;
}
.swiper.mySwiper .swiper-pagination-bullet {
  background: transparent !important;
  opacity: 1 !important;
  color: white;
  font-size: 24px;
  line-height: 26px;
}
.swiper.mySwiper .swiper-pagination-bullet-active-main {
  font-size: 28px;
  color: #ecc562;
}
.swiper.mySwiper .swiper-pagination-bullet-active-next-next {
  color: transparent;
}
.swiper.mySwiper .slide_text {
  text-align: center;
}
.swiper.mySwiper .slide_text h2 {
  line-height: 70px;
  color: #fff;
}
.swiper.mySwiper .slide_text h3 {
  letter-spacing: 2px;
  font-size: 38px;
  line-height: auto;
  color: #ecc562;
  font-family: "JimmyScript";
}
.swiper.mySwiper .slide_text .icon-down p {
  font-family: "Borzoi";
}
.swiper.mySwiper .slide_text .icon-down img {
  width: auto;
  height: auto;
  margin: auto;
}
.swiper.mySwiper .swiper-social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
}
.swiper.mySwiper .swiper-social img {
  width: 20px;
  margin: 10px 5px;
}

.swiper-slide.occasion-image {
  width: 100% !important;
}

.greyfl80 {
  background: #1d1e1f;
  background: linear-gradient(90deg, #1d1e1f 0%, #1d1e1f 80%, #181919 80%, #181919 100%);
}

.greyfr40 {
  background: #1d1e1f;
  background: linear-gradient(90deg, rgba(24, 25, 25, 0), rgba(24, 25, 25, 0) 40%, #1d1e1f 40.01%, #1d1e1f);
}

.goldblock {
  position: absolute;
  background-color: #7b5f17;
  height: 100%;
  width: 140%;
  right: -40%;
  max-width: 1321px;
  max-height: 435px;
  transform: translateX(-50px);
  z-index: -1;
}

.events-bg {
  display: block;
  height: 380px;
  width: 50%;
  position: absolute;
  background-color: #1d1e1f;
  margin-left: 300px;
  margin-top: 50px;
  z-index: -1;
}

.bgright {
  position: absolute;
  right: 0;
  height: auto;
  width: auto;
  z-index: -1;
}
.bgright.team {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("/assets/images/elements/bg-team.png");
  height: 35vw;
  width: -webkit-fill-available;
  background-size: contain;
}

hr.hr80 {
  width: 80%;
  margin-left: -80px;
}

hr.small {
  margin: 20px auto 40px;
  width: 300px;
}

.grid-row {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.grid-row .grid-item {
  margin: 15px;
}
.grid-row .grid-item.goldbg {
  background-color: #ecc562;
  color: #000;
  padding: 30px;
  width: 250px;
  height: -webkit-fit-content;
}

.instaimage {
  max-width: 250px !important;
  max-height: 250px !important;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mask1 {
  -webkit-mask-image: url(/assets/images/mask-1.png);
  mask-image: url(/assets/images/mask-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mask2 {
  -webkit-mask-image: url(/assets/images/mask-2.png);
  mask-image: url(/assets/images/mask-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: initial;
          mask-size: initial;
  -webkit-mask-position: center;
          mask-position: center;
}

.maskpizzas {
  -webkit-mask-image: url(/assets/images/mask-2.png);
  mask-image: url(/assets/images/mask-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: initial;
          mask-size: initial;
  -webkit-mask-position: center;
          mask-position: center;
}
.maskpizzas > img {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

.mask3 {
  -webkit-mask-image: url(/assets/images/mask-3.png);
  mask-image: url(/assets/images/mask-3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask3 > img {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

.mask4 {
  -webkit-mask-image: url(/assets/images/mask-4.png);
  mask-image: url(/assets/images/mask-4.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.mask4 > img {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

.mask5 {
  -webkit-mask-image: url(/assets/images/mask-5.png);
  mask-image: url(/assets/images/mask-5.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask5 > img {
  height: auto;
}

.mask6 {
  -webkit-mask-image: url(/assets/images/mask-6.png);
  mask-image: url(/assets/images/mask-6.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 80%;
          mask-size: 80%;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask6 > img {
  height: auto;
}

.mask-menu {
  -webkit-mask-image: url(/assets/images/mask-menu.png);
  mask-image: url(/assets/images/mask-menu.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask-menu > img {
  height: auto;
  width: -webkit-fill-available;
}

.mask-contact {
  -webkit-mask-image: url(/assets/images/mask-contact.png);
  mask-image: url(/assets/images/mask-contact.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.mask-contact > img {
  height: auto;
}

.mask-reserve {
  -webkit-mask-image: url(/assets/images/mask-reserve.png);
  mask-image: url(/assets/images/mask-reserve.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.mask-reserve > img {
  height: auto;
}

.wood1 {
  position: relative;
  margin-top: -170px;
  float: right;
}

.leaf1 {
  width: initial;
  position: absolute;
  margin-left: -300px;
}

.big-bg-title {
  font-size: 8vw;
  position: absolute;
  display: block;
  margin-top: -110px;
  z-index: -1;
  color: #7b5f17;
  font-family: "RollgateLuxury";
  width: 100%;
  text-align: center;
}

#privacy-policy ul {
  font-family: "RollgateLuxury";
  letter-spacing: 2px;
}

#privacy-policy a {
  text-decoration: none;
  color: #fff;
}

#privacy-policy a:hover {
  color: #d4d4d4;
}

/* Custom table styling for dark background with white text */
.custom-table {
  background-color: #333;
  color: white;
  border-collapse: collapse;
  width: 100%;
}

.custom-table td,
.custom-table th {
  border: 1px solid #444;
  padding: 8px;
}

.custom-table .thead-dark {
  background-color: #222;
  color: white;
}

.custom-table tbody tr:nth-child(odd) {
  background-color: #444;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #333;
}

.custom-table tbody tr:hover {
  background-color: #555;
}

.custom-table .table-bordered td,
.custom-table .table-bordered th {
  border-color: #555;
}

footer {
  margin: 120px 0 100px 0;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.2509803922);
}
footer .switcher {
  background-color: #333333;
  border-radius: 100px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "RollgateLuxury";
}
footer .switcher #restaurant,
footer .switcher #lounge {
  width: 100%;
  text-align: center;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
footer .switcher #restaurant.active, footer .switcher #restaurant:hover,
footer .switcher #lounge.active,
footer .switcher #lounge:hover {
  background-color: #ecc562;
  color: #181919;
}
footer .switcher #restaurant {
  border-radius: 0 100px 100px 0;
}
footer .switcher #lounge {
  border-radius: 100px 0 0 100px;
}
footer img {
  width: calc(100% - 40px);
}
footer :nth-child(4) h3 {
  color: #ecc562;
  margin-bottom: 20px;
  text-align: center;
}
footer :nth-child(4) p {
  line-height: 2;
  text-align: center;
}
footer :nth-child(4) .container-relative {
  position: relative;
  width: 100%;
  height: auto;
}
footer :nth-child(4) .background-footer {
  position: absolute;
  margin-top: -70px;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer .justify-content-between {
  width: 100px;
}
footer .link:hover {
  color: #ecc562;
}
footer .link i {
  font-size: 25px;
}

.mtl200 {
  margin-left: -200px;
  z-index: 1;
}

#page-header {
  min-height: 900px;
  height: 100%;
  margin-top: -80px;
}
#page-header > .container {
  height: 900px;
  position: relative;
}
#page-header p {
  font-family: "JimmyScript";
  color: #ecc562;
  font-size: 28px;
}
#page-header img.wood-header {
  position: absolute;
  left: 0;
  bottom: -100px;
}

.contact-icon {
  font-family: "RollgateLuxury";
}
.contact-icon b {
  font-family: "Borzoi";
}
.contact-icon img {
  margin-right: 20px;
}

.form-holder {
  width: -moz-fit-content;
  width: fit-content;
  margin: 150px auto;
  z-index: -1;
}

.reserve-form-holder {
  margin: 0 auto;
  z-index: -1;
}

.contact-leaf-dark,
.contact-leaf-gold {
  position: absolute;
}

.contact-leaf-gold {
  z-index: 2;
  left: 60px;
  bottom: -30px;
}

.contact-leaf-dark {
  z-index: -1;
  right: 100px;
  bottom: 100px;
}

.contact-form {
  position: absolute;
  z-index: 9;
  top: 25%;
  text-align: center;
  width: calc(100% - 700px);
  left: 50%;
  transform: translate(-50%);
}

input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  color: white;
  border: 1px solid #838383;
  padding: 10px;
  margin: 6px;
  width: 100%;
}

::-moz-placeholder {
  color: #fff;
  font-family: "Borzoi";
}

::placeholder {
  color: #fff;
  font-family: "Borzoi";
}

:focus-visible {
  outline-width: 1px;
  outline-color: white;
  outline-style: solid;
}

#dogodki > .container > .row > .col-md-6.d-flex {
  padding-left: 15rem;
}
#dogodki .date {
  font-family: "JimmyScript";
  font-size: 28px;
}

#posebna-priloznost p {
  width: 70%;
}

@media (max-width: 1399.98px) {
  footer :nth-child(4) h3 {
    color: #ecc562;
    margin-bottom: 20px;
    text-align: center;
  }
  footer :nth-child(4) p {
    line-height: 1.9;
    text-align: center;
  }
  footer :nth-child(4) .container-relative {
    position: relative;
    width: 100%;
    height: auto;
  }
  footer :nth-child(4) .background-footer {
    position: absolute;
    margin-top: -50px;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 1199.98px) {
  #dogodki > .container > .row > .col-md-6.d-flex {
    padding-left: 8rem;
  }
  .contact-form {
    width: calc(100% - 400px);
  }
  .contact-leaf-gold {
    left: 0px;
    bottom: -100px;
  }
  .goldblock {
    width: 50%;
    right: 0;
  }
  .wood1 {
    padding-left: 220px;
  }
  footer :nth-child(4) .background-footer {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -40px;
  }
  footer :nth-child(4) h3 {
    color: #ecc562;
    margin-bottom: 20px;
    text-align: center;
  }
  footer :nth-child(4) p {
    line-height: 1.9;
    text-align: center;
  }
  footer .switcher {
    flex-direction: column;
    border-radius: 20px;
  }
  footer .switcher #restaurant,
  footer .switcher #lounge {
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
  footer .switcher #restaurant {
    border-radius: 0 0 20px 20px;
  }
  footer .switcher #lounge {
    border-radius: 20px 20px 0 0;
  }
  .maskpizzas {
    -webkit-mask-size: 70%;
            mask-size: 70%;
  }
  .maskpizzas > img {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }
  .mask1,
  .mask2 {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .mask1 > img,
  .mask2 > img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #posebna-priloznost p {
    width: 100%;
  }
  .mask-contact > img {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  #dogodki > .container > .row > .col-md-6.d-flex {
    padding-left: 5rem;
  }
  .vh50 {
    height: 100%;
  }
  .maskpizzas {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .maskpizzas > img {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    margin-bottom: 50px;
  }
  .container-fluid {
    padding: 0;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  h2 {
    font-size: 30px;
    color: #ecc562;
    line-height: 40px;
  }
  h2 i {
    font-size: 20px;
  }
  .btn-gold {
    padding: 10px 30px;
    font-size: 16px;
  }
  .navbar {
    padding: 0;
  }
  .navbar #navbarSupportedContent {
    justify-content: start;
    padding: 50px 0;
  }
  .navbar :only-child {
    padding: 5px 10px;
  }
  .navbar > :nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
    border-right: 1px solid transparent;
    height: 80px;
  }
  .navbar > :nth-child(4) :first-child {
    margin: auto 0;
  }
  .navbar > :nth-child(5) {
    height: 50px;
    width: -webkit-fill-available;
  }
  .navbar > :nth-child(5) :first-child {
    margin: auto;
  }
  .navbar .navbar-brand img {
    height: 67px;
    filter: brightness(100);
  }
  .navbar .nav-item a.nav-link {
    font-size: 16px;
    padding: 0 30px;
  }
  .navbar .nav-item a.nav-link.rezervacija {
    margin-top: -5px;
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  .navbar .dropdown-menu.show {
    left: -1px;
    top: 57px;
    width: calc(100% + 2px);
  }
  .swiper.mySwiper {
    margin-top: -200px;
    width: 100%;
    height: 700px;
  }
  .swiper.mySwiper .container-fluid.swiper-content {
    top: 150px;
    bottom: 0;
    margin: 0;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .swiper-logo {
    width: 200px;
    margin: auto;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .icon-down-swiper {
    width: auto;
    margin: auto;
  }
  .swiper.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper.mySwiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    right: auto;
    left: 0;
  }
  .swiper.mySwiper .swiper-pagination-bullet {
    font-size: 16px;
  }
  .swiper.mySwiper .swiper-pagination-bullet-active-main {
    font-size: 20px;
  }
  .swiper.mySwiper .swiper-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 1px;
  }
  .swiper.mySwiper .swiper-social img {
    width: 20px;
    margin: 10px 5px;
  }
  .form-holder {
    display: contents;
  }
  .form-holder > img {
    border-radius: 500px 500px 0 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-holder .contact-form {
    top: 150px;
  }
  .form-holder .contact-form .col-md-1,
  .form-holder .contact-form .col-md-2,
  .form-holder .contact-form .col-md-3,
  .form-holder .contact-form .col-md-4,
  .form-holder .contact-form .col-md-5,
  .form-holder .contact-form .col-md-6,
  .form-holder .contact-form .col-md-7,
  .form-holder .contact-form .col-md-8 {
    margin-bottom: 0px;
  }
  .goldblock {
    height: 100%;
    width: 100%;
    max-width: 350px;
    right: 0;
    max-height: 435px;
    transform: translateX(-50px);
  }
  .events-bg {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .bgright {
    right: 0;
  }
  .bgright.team {
    height: 35vw;
    width: -webkit-fill-available;
  }
  hr.small {
    margin: 20px auto 40px;
    width: 300px;
  }
  .grid-row {
    width: 100%;
  }
  .grid-row .grid-item {
    margin: 15px;
  }
  .grid-row .grid-item img {
    width: 100%;
  }
  .grid-row .grid-item.goldbg {
    padding: 30px;
  }
  .wood1 {
    display: none;
  }
  .leaf1 {
    width: initial;
    margin-left: -214px;
  }
  footer {
    margin: 120px 0 100px 0;
  }
  footer .switcher {
    flex-direction: column;
    border-radius: 20px;
  }
  footer .switcher #restaurant,
  footer .switcher #lounge {
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
  footer .switcher #restaurant {
    border-radius: 0 0 20px 20px;
  }
  footer .switcher #lounge {
    border-radius: 20px 20px 0 0;
  }
  footer img {
    width: calc(100% - 250px);
  }
  footer :nth-child(4) h3 {
    margin-bottom: 20px;
  }
  footer :nth-child(4) p {
    line-height: 2;
  }
  footer :nth-child(4) .container-relative {
    width: 100%;
    height: auto;
  }
  footer :nth-child(4) .background-footer {
    width: 100%;
    margin-left: 0;
    margin-top: -50px;
    transform: translateX(0);
    padding-top: 80px;
  }
  footer .justify-content-between {
    width: 100px;
  }
  footer .link i {
    font-size: 25px;
  }
  #page-header {
    min-height: 500px;
    height: 100%;
    margin-top: -200px;
  }
  #page-header > .container {
    padding-top: 200px;
    height: 600px;
  }
  #page-header p {
    font-size: 28px;
  }
  #page-header img.wood-header {
    left: auto;
    right: 0;
    width: 50%;
    bottom: -50px;
  }
  .contact-icon img {
    margin-right: 20px;
  }
  .contact-leaf-gold {
    left: 20px;
    bottom: -30px;
    width: 100px;
  }
  .contact-leaf-dark {
    right: 100px;
    bottom: 100px;
    width: 140px;
  }
  .contact-form {
    top: 25%;
    width: calc(100% - 200px);
    left: 50%;
    transform: translate(-50%);
  }
  input,
  textarea {
    margin: 0;
    padding: 10px;
    margin: 6px;
    width: 100%;
  }
  .mask1,
  .mask2 {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .mask1 > img,
  .mask2 > img {
    width: 100%;
  }
}
/**
 **
 **  Srednje mobilne naprave
 **
 **
**/
@media (max-width: 767.98px) {
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    margin-bottom: 50px;
  }
  .container-fluid {
    padding: 0 20px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  h2 {
    font-size: 30px;
    color: #ecc562;
    line-height: 40px;
  }
  h2 i {
    font-size: 20px;
  }
  .btn-gold {
    padding: 10px 30px;
    font-size: 16px;
  }
  .navbar {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
  }
  .navbar :only-child {
    padding: 5px 10px;
  }
  .navbar > :nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
    border-right: 1px solid transparent;
    height: 80px;
  }
  .navbar > :nth-child(4) :first-child {
    margin: auto 0;
  }
  .navbar > :nth-child(5) {
    height: 50px;
    width: -webkit-fill-available;
  }
  .navbar > :nth-child(5) :first-child {
    margin: auto;
  }
  .navbar .navbar-brand img {
    height: 67px;
    filter: brightness(100);
  }
  .navbar .nav-item a.nav-link {
    font-size: 16px;
    padding: 0 30px;
  }
  .navbar .nav-item a.nav-link.rezervacija {
    margin-top: -5px;
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  .navbar .dropdown-menu.show {
    left: -1px;
    top: 57px;
    width: calc(100% + 2px);
  }
  .bullets {
    left: 95% !important;
  }
  .swiper.specialSwiper {
    width: calc(100% - 30px);
    margin-left: 0px;
  }
  #page-header h1 {
    font-size: 50px;
  }
  .swiper.mySwiper {
    margin-top: -200px;
    width: 100%;
    height: 700px;
  }
  .swiper.mySwiper .container-fluid.swiper-content {
    top: 150px;
    bottom: 0;
    margin: 0;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .swiper-logo {
    width: 200px;
    margin: auto;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .icon-down-swiper {
    width: auto;
    margin: auto;
  }
  .swiper.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper.mySwiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    right: auto;
    left: 0;
  }
  .swiper.mySwiper .swiper-pagination-bullet {
    font-size: 16px;
  }
  .swiper.mySwiper .swiper-pagination-bullet-active-main {
    font-size: 20px;
  }
  .swiper.mySwiper .swiper-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 1px;
  }
  .swiper.mySwiper .swiper-social img {
    width: 20px;
    margin: 10px 5px;
  }
  .form-holder {
    display: contents;
  }
  .form-holder > img {
    border-radius: 500px 500px 0 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-holder .contact-form {
    top: 120px;
  }
  .form-holder .contact-form .col-md-1,
  .form-holder .contact-form .col-md-2,
  .form-holder .contact-form .col-md-3,
  .form-holder .contact-form .col-md-4,
  .form-holder .contact-form .col-md-5,
  .form-holder .contact-form .col-md-6,
  .form-holder .contact-form .col-md-7,
  .form-holder .contact-form .col-md-8 {
    margin-bottom: 0px;
  }
  .goldblock {
    height: 100%;
    width: 100%;
    max-width: 550px;
    right: 0;
    max-height: 435px;
    transform: translateX(-50px);
  }
  .events-bg {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .bgright {
    right: 0;
  }
  .bgright.team {
    height: 35vw;
    width: -webkit-fill-available;
  }
  hr.small {
    margin: 20px auto 40px;
    width: 300px;
  }
  .grid-row {
    width: 100%;
  }
  .grid-row .grid-item {
    margin: 15px;
  }
  .grid-row .grid-item img {
    width: 100%;
  }
  .grid-row .grid-item.goldbg {
    padding: 30px;
  }
  .instaimage {
    max-width: 250px !important;
    max-height: 250px !important;
    min-height: 200px;
  }
  .wood1 {
    display: none;
  }
  .leaf1 {
    width: initial;
    margin-left: -300px;
  }
  footer {
    margin: 120px 0 100px 0;
  }
  footer .switcher #restaurant,
  footer .switcher #lounge {
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
  footer img {
    width: calc(100% - 250px);
  }
  footer :nth-child(4) h3 {
    margin-bottom: 20px;
  }
  footer :nth-child(4) p {
    line-height: 2;
  }
  footer :nth-child(4) .container-relative {
    width: 100%;
    height: auto;
  }
  footer :nth-child(4) .background-footer {
    width: 50%;
    margin-left: 50%;
    margin-top: -130px;
    transform: translateX(-50%);
  }
  footer .justify-content-between {
    width: 100px;
  }
  footer .link i {
    font-size: 25px;
  }
  #page-header {
    min-height: 500px;
    height: 100%;
    margin-top: -200px;
  }
  #page-header > .container {
    padding-top: 200px;
    height: 600px;
  }
  #page-header p {
    font-size: 28px;
  }
  #page-header img.wood-header {
    left: auto;
    right: 0;
    width: 50%;
    bottom: -50px;
  }
  .contact-icon img {
    margin-right: 20px;
  }
  .contact-leaf-gold {
    left: 20px;
    bottom: -30px;
    width: 100px;
  }
  .contact-leaf-dark {
    right: 100px;
    bottom: 100px;
    width: 140px;
  }
  .contact-form {
    top: 25%;
    width: calc(100% - 80px);
    left: 50%;
    transform: translate(-50%);
  }
  input,
  textarea {
    margin: 0;
    padding: 10px;
    margin: 6px;
    width: 100%;
  }
}
/**
 **
 **  Male mobilne naprave
 **
 **
**/
@media (max-width: 575.98px) {
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    margin-bottom: 50px;
  }
  .container-fluid {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  h2 {
    font-size: 30px;
    color: #ecc562;
    line-height: 40px;
  }
  h2 i {
    font-size: 20px;
  }
  .btn-gold {
    padding: 10px 30px;
    font-size: 16px;
  }
  .navbar {
    padding: 0;
  }
  .navbar :only-child {
    padding: 5px 10px;
  }
  .navbar > :nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
    border-right: 1px solid transparent;
    height: 80px;
  }
  .navbar > :nth-child(4) :first-child {
    margin: auto 0;
  }
  .navbar > :nth-child(5) {
    height: 50px;
    width: -webkit-fill-available;
  }
  .navbar > :nth-child(5) :first-child {
    margin: auto;
  }
  .navbar .navbar-brand img {
    height: 67px;
    filter: brightness(100);
  }
  .navbar .nav-item a.nav-link {
    font-size: 16px;
    padding: 0 30px;
  }
  .navbar .nav-item a.nav-link.rezervacija {
    margin-top: -5px;
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  .navbar .dropdown-menu.show {
    left: -1px;
    top: 57px;
    width: calc(100% + 2px);
  }
  .swiper.mySwiper {
    margin-top: -200px;
    width: 100%;
    height: 700px;
  }
  .swiper.mySwiper .container-fluid.swiper-content {
    top: 150px;
    bottom: 0;
    margin: 0;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .swiper-logo {
    width: 200px;
    margin: auto;
  }
  .swiper.mySwiper .container-fluid.swiper-content > .container .icon-down-swiper {
    width: auto;
    margin: auto;
  }
  .swiper.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper.mySwiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    right: auto;
    left: 0;
  }
  .swiper.mySwiper .swiper-pagination-bullet {
    font-size: 16px;
  }
  .swiper.mySwiper .swiper-pagination-bullet-active-main {
    font-size: 20px;
  }
  .swiper.mySwiper .swiper-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 1px;
  }
  .swiper.mySwiper .swiper-social img {
    width: 20px;
    margin: 10px 5px;
  }
  .form-holder {
    display: contents;
  }
  .form-holder > img {
    border-radius: 500px 500px 0 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-holder .contact-form {
    top: 50px;
  }
  .form-holder .contact-form .col-md-1,
  .form-holder .contact-form .col-md-2,
  .form-holder .contact-form .col-md-3,
  .form-holder .contact-form .col-md-4,
  .form-holder .contact-form .col-md-5,
  .form-holder .contact-form .col-md-6,
  .form-holder .contact-form .col-md-7,
  .form-holder .contact-form .col-md-8 {
    margin-bottom: 0px;
  }
  .goldblock {
    height: 100%;
    width: 100%;
    max-width: 750px;
    max-height: 435px;
    right: 0;
    transform: translateX(-50px);
  }
  .events-bg {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .bgright {
    right: 0;
  }
  .bgright.team {
    height: 35vw;
    width: -webkit-fill-available;
  }
  hr.small {
    margin: 20px auto 40px;
    width: 300px;
  }
  .grid-row {
    width: 100%;
  }
  .grid-row .grid-item {
    margin: 15px;
  }
  .grid-row .grid-item img {
    width: 100%;
  }
  .grid-row .grid-item.goldbg {
    padding: 30px;
  }
  .instaimage {
    max-width: 250px !important;
    max-height: 250px !important;
    min-height: 200px;
  }
  .wood1 {
    display: none;
  }
  .leaf1 {
    width: initial;
    margin-left: -300px;
  }
  footer {
    margin: 120px 0 100px 0;
  }
  footer .switcher #restaurant,
  footer .switcher #lounge {
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
  footer img {
    width: calc(100% - 40px);
  }
  footer .container .row .col-md-2 {
    text-align: center;
  }
  footer .container .row .col-md-2 .justify-content-between {
    margin: auto;
  }
  footer :nth-child(4) h3 {
    margin-bottom: 20px;
  }
  footer :nth-child(4) p {
    line-height: 2;
  }
  footer :nth-child(4) .container-relative {
    width: 100%;
    height: auto;
  }
  footer :nth-child(4) .background-footer {
    display: none;
  }
  footer .justify-content-between {
    width: 100px;
  }
  footer .link i {
    font-size: 25px;
  }
  #page-header {
    min-height: 500px;
    height: 100%;
    margin-top: -200px;
  }
  #page-header > .container {
    padding-top: 200px;
    height: 600px;
  }
  #page-header p {
    font-size: 28px;
  }
  #page-header img.wood-header {
    left: auto;
    right: 0;
    width: 50%;
    bottom: -50px;
  }
  .contact-icon img {
    margin-right: 20px;
  }
  .contact-leaf-gold {
    left: 20px;
    bottom: -30px;
    width: 100px;
  }
  .contact-leaf-dark {
    right: 100px;
    bottom: 100px;
    width: 140px;
  }
  .contact-form {
    top: 25%;
    width: calc(100% - 80px);
    left: 50%;
    transform: translate(-50%);
  }
  input,
  textarea {
    margin: 0;
    padding: 10px;
    margin: 6px;
    width: 100%;
  }
}
.swiper-pagination:first-child {
  color: greenyellow;
}

footer .footer-icon {
  width: auto !important;
  margin-right: 10px;
}

input[type=date]::-webkit-datetime-edit,
input[type=date]::-webkit-datetime-edit-text,
input[type=date]::-webkit-datetime-edit-fields-wrapper,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field,
input[type=date]::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field {
  color: white !important;
}

a.notLink {
  color: inherit;
  text-decoration: inherit;
}

.copyright .notLink:hover {
  color: #9ba0a1 !important;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(100%) brightness(100%);
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(100%) brightness(100%);
}