:root{
	--white:#fff;
	--light:#ededed;
	--gold:#c7a271;
	--golden:#ad8932;
	--golden-hover:rgb(173, 137, 50);
	--dark:#2b2b2b;
	--site-text:#212529;
}

a {
	color: var(--gold);
	transition: all .4s ease;
}

a:hover,a:focus,a:active {
	color: var(--golden);
}

body {
	font-family: Montserrat, sans-serif;
	background: var(--white);
}

.custom-container {
	max-width: 1180px;
}

.topbar {
	background: var(--gold);
}

@media (max-width: 576px) {
	.topbar .float-left {
		display: none;
	}
}

.topbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.topbar ul li {
	display: inline-block;
	line-height: 48px;
}

.topbar ul .nav-item {
	color: var(--white);
	font-weight: 600;
	font-size: 14px;
	margin-right: 20px;
}

.topbar ul .nav-item:nth-child(2) {
	margin-right:0;
}

.topbar .social-icon li a {
	color: var(--dark);
	border-radius: 100%;
	transition: all .6s ease;
}

.topbar .nav-link {
	padding: 0 !important;
	color: #fff;
	font-weight: 500;
}

.topbar .navbar-lang {
	color: var(--white) !important;
}

.fa-bg {
    color: var(--white);
}

.navbar-light .navbar-toggler {
	border-color: none;
	outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
	transition: all .4s ease;
	color: var(--dark);
	font-weight: 600;
	font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
	color: var(--gold);
}

nav.navbar-light {
	background: var(--white);
	box-shadow: 0 0px 4px -2px rgba(45, 45, 45, .2);
}

.header {
	max-height: 100%;
}

header.header {
	position: relative;
    background-color: var(--white);
    width: 100%;
    height: 85vh;
    min-height: 30rem;
  	width: 100%;
  	overflow: hidden;
}

header.header video {
    position: absolute;
  	top: 50%;
  	left: 50%;
  	min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	z-index: 0;
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
}

header.header .container {
  position: relative;
  z-index: 2;
}

header.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(199, 162, 113, .4);
  opacity: 0.5;
  z-index: 1;
}

header.header .container-box {
	background: rgba(199, 162, 113, .6);
	border-radius: 10px;
	padding: 40px;
}

header.header h1 {
	font-weight: 600;
	font-size: 50px;
}

.content {
	clear: both;
	overflow: hidden;
}

.header .header-box .btn-light,.content .btn-light, .nasa_ponuda .btn-light {
	padding: 8px 20px;
	font-weight: 600;
	border-color: var(--gold);
	background: var(--gold);
	color: var(--white);
}

.header .header-box .btn-light,.content .btn-light:hover,
.header .header-box .btn-light,.content .btn-light:active,
.header .header-box .btn-light,.content .btn-light:focus,
.nasa_ponuda .btn-light:hover,
.nasa_ponuda .btn-light:active,
.nasa_ponuda .btn-light:focus  {
	box-shadow: var(--golden-hover) !important;
	border-color: var(--golden-hover) !important;
	background: var(--gold) !important;
	color: var(--white) !important;
}

@media (max-width: 376px) {
	.header .header-box .btn-light,.content .btn-light {
		margin-bottom: 10px;
	}
}

.header-page {
	background-image: linear-gradient( rgba(237, 237, 237, .4), rgba(237, 237, 237, .4) ), url('../images/gallery/1.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background: var(--light);*/
	padding: 80px 0;
}

.header-page h1 {
	font-weight: 600;
	color: var(--white);
}

.effect {
  	position: relative;
  	text-decoration: none;
  	width: 150px;
  	overflow: hidden;
}

.effect.effect-1 {
  	transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
  	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
  	font-size: 15px;
  	position: absolute;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	right: 0;
  	top: 0;
  	opacity: 0;
  	height: 100%;
  	width: 40px;
  	transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
  	text-indent: -20px;
}
.effect.effect-1:hover:before {
  	opacity: 1;
  	text-indent: 0px;
}

.luksuz {
	overflow: hidden;
	clear: both;
}

.luksuz .luksuz-text h1 {
	font-weight: 600;
}

.footer {
	background: var(--dark);
	color: var(--light);
}

@media (max-width: 768px) {
	.footer {
		text-align: center;
	}
}

.footer h3 {
	color: var(--white);
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	font-weight: 500;
}

.footer ul li span {
	font-weight: 600;
	color: var(--gold);
}

.content p {
	font-size: 18px;
}

.contact .card {
	transition: all .6s ease;
	border-color: var(--light);
}

.contact .card:hover {
	box-shadow: 0 30px 30px rgba(73, 80, 87, .08);
	transform: translateY(-10px);
}

.contact .card .card-body i {
	color: var(--gold);
}

.contact .card .card-body p {
	font-weight: 600;
}

.contact .card .card-body p a {
	text-decoration: none;
	color: var(--site-text);
}

.cenovnik .card {
	border-color: var(--light);
}

.cenovnik .card .card-header {
	background-color: var(--gold);
	text-transform: uppercase;
	color: var(--white);
	font-weight: 600;
	padding: 20px 0;
}

.cenovnik .card .card-price {
	padding: 1.25rem;
}

.cenovnik .card .card-price h1 {
	font-weight: 700;
}

.cenovnik .card .card-price h1 span {
	font-size: 18px;
}

.cenovnik .card .card-footer {
	font-style: italic;
	text-transform: uppercase;
	font-weight: 500;
	border-top: var(--light);
	border-bottom: var(--light);
}

.cenovnik .card .card-body i {
	color: var(--gold);
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: "\f06e";
	font-family: 'Font Awesome 5 Pro';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    overflow: hidden;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(199, 162, 113, 0.6);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.baguetteBox-button#next-button {
	outline: none;
}
.baguetteBox-button#previous-button {
	outline: none;
}

.baguetteBox-button#close-button {
	outline: none;
}

.img-hover {
	-webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-hover:hover,
.img-hover:active,
.img-hover:focus {
	-webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.form-control:hover,
.form-control:active,
.form-control:focus {
	box-shadow: none;
	border: 1px solid var(--gold);
}

.meu-sticky {
  position: fixed;
  right: 0;
  width: 400px;
  z-index: 999;
}
 
.meu-sticky .card {
  background: #fff;
  padding: 3rem;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 30px rgba(0,0,0, .08);
  z-index: 999;
  width: 92%;
  border-radius: 1em;
} 

#notifikacija {
    position: fixed;
    right: 0;
    top: 50%;
    width: 18em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    border-right: none;
    padding: 20px 15px;
    border-radius: 6px;
    margin-right: 15px;
}

#notifikacija { position: absolute }
*>#notifikacija { position: fixed }

#notifikacija p {
	color: #212529;
	font-weight: 500;
	font-size: 14px;
}

#notifikacija p a {
	text-decoration: none;
}

.popup {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.045);
    width: 430px;
    padding: 24px 16px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 8px;
    display: none; 
    text-align: center;
    z-index: 9999 !important;
}
.popup h4 {
    color: #585858;
    font-weight: 700;
    font-size: 22px;
}
.popup button {
    display: block;
    margin:  0 0 0 auto;
    background-color: transparent;
    font-size: 30px;
    color: var(--gold);
	border-radius: 100%;
	width: 40px;
	height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    right: -14px;
    top: -20px;
}
.popup p{
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #585858;
}

.popup h2 {
    color: #77614f;
    font-weight: 700;
}

.popup a {
    display: block;
    width: 250px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    border-color: var(--gold);
    background: var(--gold);
    color: var(--white);
    text-decoration: none;
    border-radius: .25rem;
}

@media (max-width: 576px) {
    .popup {
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.nasa_ponuda {
	background: var(--gold);
	position: relative;
	clear: both;
	z-index: 1;
}
/*
.nasa_ponuda::before {
	position: absolute;
	content: '';
	background: url('../images/spa.webp');
	background-attachment: fixed;
	opacity: .2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
*/

.nasa_ponuda h2 {
	font-weight: 600;
	font-size: 30px;
	color: var(--white);
	z-index: 2;
	position: relative;
}

.nasa_ponuda .btn {
	background: var(--white);
	color: var(--dark);
}

.nasa_ponuda .btn:hover,
.nasa_ponuda .btn:focus,
.nasa_ponuda .btn:active {
	background: var(--light) !important;
	color: var(--dark) !important;
}

.nasa_ponuda h5 {
	color: var(--white);
}

.recenzije .card {
	background-color: var(--white);
	box-shadow: 0 0 8px 0 rgba(33, 37, 41, .08);
	border: 1px solid rgba(0,0,0,.030);
	border-radius: 8px;
}

.recenzije .card .card-body .avatar {
	position: relative;
	background-color: var(--golden);
	color: var(--white);
    width: 48px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recenzije .card .card-body img {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.recenzije .card .card-body img:last-child {
	margin-right: 0px;
}

.traka {
	background: var(--gold);
}

.traka h2 {
	color: var(--white);
	font-weight: 600;
}

.traka h2 a {
	color: var(--white);
	text-decoration: none !important;
}

.img-rounded {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: flex
}

.img-rounded img {
    max-width: 100%;
    max-height: 420px;
    position: relative;
    border-radius: 4px;
    transform: rotate(-2deg);
    transition: 250ms ease 0s
}

.img-rounded:before {
    background: rgba(199, 162, 113, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transform: rotate(2deg);
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: 250ms ease 0s
}

.img-rounded:hover:before {
    transform: rotate(-1deg) scale(1.05)
}

.img-rounded:hover img {
    transform: rotate(1deg) scale(1.05)
}

.linkovi .card {
	border-radius: 8px;
}

.linkovi a .card p {
	text-decoration: none !important;
	color: var(--dark);
	font-weight: 500;
}

.linkovi a:hover,
.linkovi a:active,
.linkovi a:focus {
	text-decoration: none !important;
}