/* ===== cijene.css ===== */

.bg-white-300
{
	background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left
{
	border-radius: 0;
	border-bottom-left-radius: 0;
}

.rounded-bottom-right
{
	border-radius: 0;
	border-bottom-right-radius: .25rem!important;
}

/* ===== dotstocke.css ===== */

.slick-dots
{
	display: none !important;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}

.slick-dots li
{
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button
{
	font-size: 0;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: #cfcfcf;
	padding: 0;
	transition: 0.3s ease;
}

.slick-dots li.slick-active button
{
	background: #ebc46b;
	transform: scale(1.15);
}

@media (max-width: 992px)
{
.slick-dots
{
	display: block !important;
}

}

/* ===== film-slider ===== */

.film-slider
{
	position: relative;
	background: #000000;
	padding: 30px 0;
	transform: rotate(-2deg);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.film-slider::before, .film-slider::after
{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
	background: repeating-linear-gradient( to right, #ebc46b 0px, #ebc46b 20px, transparent 20px, transparent 40px );
	z-index: 2;
}

.film-slider::before
{
	top: 0;
}

.film-slider::after
{
	bottom: 0;
}

/* slike */

.film-slider img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	/*padding: 0 10px;
*/
}

/* ===== footer ===== */

.page-footer
{
	background-color: #ebc46b;
	padding-bottom: 10px;
	margin-top: -2px;
}

.page-footer h4
{
	color: #000;
	font-size: 23px;
	font-weight: 700;
}

.page-footer p
{
	color: #000;
	font-size: 16px;
}

.page-footer .footer-links
{
	list-style: none;
	padding: 0;
	margin-bottom: 45px;
	word-break: break-all;
}

.page-footer .footer-links a, .footer-links li
{
	color: #000;
	font-size: 17px;
	text-decoration: none;
	transition: 0.3s;
}

.page-footer .footer-links li
{
	margin-bottom: 5px;
	line-height: 2.2;
}

.page-footer .footer-legal .legal-links .item
{
	padding-right: 13px;
	border-right: 1px solid #ccc;
	margin: 0;
	margin-right: 13px;
}

.page-footer .footer-legal .legal-links .item:last-child
{
	border-right: none;
}

.page-footer .footer-legal .legal-links .item h5
{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}

.page-footer .region
{
	margin-bottom: 20px;
}

.page-footer .region a
{
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.page-footer .region img
{
	margin-right: 7px;
}

@media (min-width: 768px)
{
    .page-footer .region
    {
    	margin-bottom: 0;
    }
}

.banner-sekcija
{
	background-image: url("../../assets/img/photo-booth-pozadina.webp");
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.59);
}

hr
{
	margin: 25px 0 0 0;
	color: inherit;
	border: 0;
	border-top: 1px dashed #c5c5c5;
	opacity: .25;
}

.knjiga
{
	width: 120px !important;
	height: 120px !important;
	border-radius: 50%;
	border: 8px solid #ffffff;
	transition: 0.3s;
}

.slider-boje .kolumna, .slider-pozadine .kolumna
{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	height: 100% !important;
}

#pozadine .knjiga
{
	width: 180px !important;
	height: 180px !important;
	border-radius: 0;
	border: 8px solid #ffffff;
	transition: 0.3s;
}

@media (max-width: 768px)
{
    .mapa-kontakt
    {
    	height: 400px;
    }
}

.strelica
{
	color: #000;
	background: #ebc36b;
	justify-content: center;
	font-size: 20px;
	padding: 10px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center !important;
	text-align: center !important;
}

#onama .kp-stat-card
{
	max-height: 100%;
	text-align: left;
	padding: 35px;
}

#onama .kp-stat-card p
{
	font-size: 16px;
	line-height: 1.6;
}

.banner
{
	background: #121212;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s ease;
	/*background: rgba(255,255,255,0.03);*/
	border: 1px solid rgba(255,255,255,0.08);
}

.banner:hover
{
	/*transform: translateY(-4px);*/
	border-color: #ebc46b;
}

/* ===== navigacija ===== */

.bs-icon
{
	--bs-icon-size: .75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: var(--bs-icon-size);
	width: calc(var(--bs-icon-size) * 2);
	height: calc(var(--bs-icon-size) * 2);
	color: var(--bs-primary);
}

.bs-icon-xs
{
	--bs-icon-size: 1rem;
	width: calc(var(--bs-icon-size) * 1.5);
	height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm
{
	--bs-icon-size: 1rem;
}

.bs-icon-md
{
	--bs-icon-size: 1.5rem;
}

.bs-icon-lg
{
	--bs-icon-size: 2rem;
}

.bs-icon-xl
{
	--bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary
{
	color: var(--bs-white);
	background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light
{
	color: #000;
	background: #ebc36b;
}

.bs-icon.bs-icon-semi-white
{
	color: var(--bs-primary);
	background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded
{
	border-radius: .5rem;
}

.bs-icon.bs-icon-circle
{
	border-radius: 50%;
}

#logo-nav
{
	width: 140px;
	height: auto;
	transition: width 0.3s ease, transform 0.3s ease;
}

.glavni-naslov
{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
}

.podnaslov
{
	font-size: 20px;
	color: #ebc46b;
	font-weight: 700;
}

.main-button
{
	background: #ebc46b;
	padding: 15px 30px;
	border-radius: 0;
	letter-spacing: 1.5px;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	/*transition: 0.3s !important;
*/
}

.main-button.btnboja2
{
	background: #fff;
}

	.main-button:hover
{
	background: #ebc36b;
}

.header-hero
{
	height: 700px;
	background-image: url(../../assets/img/photo-booth-pozadina.webp);
	background-position: center right;
	background-size: cover;
}

@media (max-width: 991px)
{
    .header-hero
    {
    	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);
    }
}

.navbar-toggler:focus
{
	border: none;
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}

.boja
{
	color: #ebc46b;
	text-decoration: none;
}

@keyframes zibanje
{
    0%
    {
    	transform: rotate(-10deg);
    }
    
    50%
    {
    	transform: rotate(10deg);
    }
    
    100%
    {
    	transform: rotate(-10deg);
    }
}

.usluga-ikona
{
	width: 90px;
	height: 90px;
}

.mtop
{
	margin-top: 100px;
}

.zibanje
{
	animation: zibanje 3s infinite ease-in-out;
}

.mali-naslov
{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
}

.usluga-ikona
{
	height: 80px;
	width: 80px;
}

.broj
{
	font-size: 80px;
	line-height: 1;
	opacity: 0.2 !important;
}

.link-tekst
{
	color: #ebc46b;
	text-decoration: none;
	transition: 0.3s;
}

.link-tekst:hover
{
	letter-spacing: 1.5px;
}

.span-kontakt
{
	color: #000;
	font-weight: 700;
	margin-right: 5px;
}

@media (max-width: 991px)
{
    .tocka
    {
    	display: none;
    }
}

.page-footer .footer-links a:hover
{
	color: #fff;
}

.event-ikona
{
	width: 60px;
	height: 60px;
	transition: 0.3s;
}

@media (min-width: 992px)
{
	#eventi .col:hover .event-ikona
    {
    	transform: translate(0, -5px);
    }
}

.navbar
{
	background: #000;
	border-bottom: 0.1px solid #262626;
}

.navbar.shrink #logo-nav
{
	width: 90px;
	transform: translateY(-2px);
}

.offcanvas-body
{
	background: #000;
}

#sidebar .nav-link
{
	color: #fff !important;
	line-height: 2.2;
	transition: 0.3s;
	font-size: 18px;
}

#sidebar .nav-link:hover
{
	color: #ebc46b !important;
}

#sidebar .nav-link.active
{
	background: transparent;
	color: #ebc46b !important;
}

.offcanvas-header
{
	background: #ebc46b;
	height: 56px;
	border-bottom: 1px solid rgba(255,255,255,0.11);
}

@media (max-width: 768px)
{
    #sidebar
    {
    	width: 70%;
    }
}

/* ===== slick-slider ===== */

.slick-prev, .slick-next
{
	cursor: pointer;
	transition: 0.3s;
}

@media (min-width: 992px)
{
    .slick-prev:hover, .slick-next:hover
    {
    	color: #fff;
    }
}

.slick-slide
{
	margin: 0 10px;
}

.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus
{
	outline: none;
}

.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after
{
	display: table;
	content: '';
}

.slick-track:after
{
	clear: both;
}

.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide
{
	float: right;
}

.slick-slide img
{
	display: block;
}

.slick-slide.slick-loading img
{
	display: none;
}

.slick-slide.dragging img
{
	pointer-events: none;
}

.slick-initialized .slick-slide
{
	display: block;
}

.slick-loading .slick-slide
{
	visibility: hidden;
}

.slick-vertical .slick-slide
{
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
	display: none;
}

.slick-track
{
	display: flex !important;
}

.slick-slide
{
	height: auto !important;
	display: flex !important;
}

.slick-slide > div
{
	display: flex;
	height: 100%;
	width: 100%;
}

.slick-slide .card
{
	height: 100%;
	width: 100%;
}

/* ===== styles ===== */

body
{
	margin: 0;
	font-family: 'Rajdhani';
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: #fff;
	text-align: var(--bs-body-text-align);
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.navbar-nav
{
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-color: #fff;
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link:focus, .nav-link:hover
{
	color: #ebc46b;
}

.nav-link
{
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (min-width:992px)
{
    .navbar-expand-lg .navbar-nav .nav-link
    {
    	padding-right: 14px;
    	padding-left: 14px;
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
	color: #ebc46b;
}

.card
{
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: none;
	--bs-card-border-radius: 0;
	--bs-card-inner-border-radius: 0;
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-bg: #121212;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: #fff;
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}

.form-control
{
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-input:checked
{
	background-color: #ebc46b;
	border-color: #ebc46b;
}

/* ===== topbar ===== */

#topbar
{
	background: #ebc46b;
	padding: 17px 0;
	border-bottom: rgba(255,255,255,0.5);
	font-size: 14px;
}

#topbar .social-links a
{
	color: #555;
	line-height: 1px;
}

#topbar .contact-info a
{
	line-height: 1;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}

	#topbar .contact-info a:hover
{
	color: #fff;
}

#topbar .contact-info i
{
	color: #000;
	padding: 4px;
}

#topbar .contact-info .fa-phone
{
	padding-left: 15px;
	margin-left: 15px;
}

#topbar .social-links a
{
	color: #000;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}

#topbar .social-links a:hover
{
	color: #fff;
}

#topbar .social-links a:first-child
{
	border-left: 0;
}

#topbar .contact-info .fa-map-marker-alt
{
	padding-left: 15px;
	margin-left: 15px;
}

/* ===== uvodne usluge ===== */

.kp-services
{
	/*background: #ebc36b;*/
	padding: 100px 0;
	color: #fff;
}

.kp-services .container
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.kp-subtitle
{
	font-size: 14px;
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	font-size: 20px;
	font-weight: 300;
}

.kp-subtitle::after
{
	content: "";
	width: 60px;
	height: 2px;
	background: #ebc46b;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.kp-grid
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	position: relative;
}

.kp-item
{
	padding: 0 30px;
	position: relative;
}

.kp-item:not(:last-child)::after
{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.1);
}

@media (max-width: 991px)
{
    .kp-grid
    {
    	grid-template-columns: 1fr;
    	gap: 40px;
    }
}

@media (max-width: 992px)
{
    .kp-item::after
    {
    	display: none;
    }
}

@media (max-width: 992px)
{
    .kp-header h2
    {
    	font-size: 32px;
    }
}

/* ===== statsi ===== */

.kp-stats-top
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.kp-stat-card
{
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	padding: 28px 13px;
	text-align: center;
	max-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s ease;
}

.kp-stat-card:hover
{
	transform: translateY(-4px);
	border-color: #ebc46b;
}

.kp-stat-card p
{
	margin: 0;
	font-size: 13px;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0;
}

/* ===== vrati-nazad ===== */

#vrati-nazad
{
	font-size: 14px;
	color: #000;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	/*background: #000;*/
	padding-top: 6px;
}

@media (max-width: 768px)
{
    #vrati-nazad
    {
    	display: none;
    }
}

#vrati-nazad.show
{
	opacity: 1;
	visibility: visible;
}

.vrati-nazad:hover
{
	cursor: pointer;
}

