/*
Theme Name: Vila Park
Theme URI: https://atec.rs
Author: OpenLink
Author URI: https://www.openlink.rs/
Version: 1.0
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 BODY/CONTENT
4.0 FOOTER
5.0 PAGE LAYOUT & ELEMENTS
6.0 MEDIA QUERIES
*/

/******** 1.0 HEADER ********/
.header-logo, .header-logo2 {
	max-width: 150px;
}

.navbar-transparent .header-logo {
	display: none;
}

.header-logo2 {
  display: none;
}

.navbar-transparent .header-logo2 {
  display: block;
}

.svg-wave {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.motto h1 {
	font-size: 80px;
	font-weight: bold;
	font-family: 'Niconne', cursive;
}

.motto h3 {
	font-size: 30px;
	font-weight: bolder;
}

.page-header-inner {
	padding-top: 150px;
	padding-bottom: 220px;
	position: relative;
}

.motto-inner h1 {
	color: #fff;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 13px;
}

/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/
.navbar.navbar-transparent {
	background: rgba(0,0,0,0.25) !important;
	padding-top: 0;
	box-shadow: none;
}
/******** 2.0 END MENU ********/

/******** 3.0 BODY/CONTENT ********/
body {
	color: #101010;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
}

p {
	font-size: 16px;
	font-weight: 500;
}
/******** 3.0 END BODY/CONTENT ********/


/******** 5.0 PAGE LAYOUT & ELEMENTS ********/
.section {
	padding: 40px 0;
	position: relative;
	background-color: #FFFFFF;
}

.section-o-nama {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #efefed;
}

.section-o-nama h3 {
	font-weight: bolder;
	color: #b1976b;
}

.section-o-nama-levo a {
	background-color: #b1976b;
	color: #fff;
	padding: 10px;
	font-weight: bolder;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	transition: 0.3s;
}

.section-o-nama-levo a:hover {
	background-color: #8d7347;
	text-decoration: none;
}

.section-2-levo img, .section-3-desno img {
	max-width: 100%;
}

.section-3-desno .description div {
	position: relative;
	padding: 10px 30px;
	text-align: left;
}

.section-3-desno .description div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: .6;
	background-color: #fff;
	border: 1px solid #b1976b;
}

.section-3-desno .description div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translate3d(0,-50%,0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: .6;
	background-color: #b1976b;
}

.section-3-levo img {
	width: auto;
}

.section-4-content a {
	display: inline-block;
	background-color: #b1976b;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 25px;
	transition: 0.3s;
	font-size: 12px;
}

.section-4-content a:hover {
	background-color: #8d7347;
	text-decoration: none;
}

.section-4-content2 {
	background-color: #efefed;
	padding-top: 5px;
	z-index: 99;
	padding-bottom: 50px;
}

.section.text-center.section-4::before {
	content: "";
	width: 100%;
	height: 600px;
	background-color: #b1976b;
	position: absolute;
	left: 0;
	top: 0;
}

.section-4-naslov h2 {
	color: #fff;
	margin-top: 0;
}

.section-4-content {
	color: #fff;
	font-weight: 500;
}

.fp-usluge-box div {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 5px solid #b1976b;
}

.fp-usluge-box h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	height: 40px;
	text-transform: uppercase;
}

.fp-usluge-box ul {
	height: 120px;
}

.fp-usluge-box li {
	font-size: 14px;
	text-align: left;
}

.fp-usluge-box a {
	background-color: #b1976b;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

.fp-usluge-box a:hover {
	background-color: #8d7347;
	transition: 0.3s;
}

.section-o-nama .title, .section-2 .title, .section-3 .title, .section-4 .title, .section-5 .title, .section-6 .title {
	font-weight: bolder;
}

.section-2 .description, .section-2-desno .description, .section-3-desno .description {
	color: #010000;
	font-size: 16px;
	font-weight: 500;
}


/*O nama*/
.section-about-naslov h2 {
	font-weight: bolder;
	margin-bottom: 0;
}

/*.section-about-content {
	font-size: 17px;
}*/

/*Galerija*/
.gallery {
	margin-bottom: 35px;
}

.container .gallery a img {
    float: left;
    width: 25%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.clear {
    clear: both;
}

/*Usluge*/
.page-usluge-section-usluge {
	background-color: #efefed;
}

.page-usluge-section-usluge .title {
	margin-top: 0;
	margin-bottom: 0;
}

.page-usluge-section-usluge h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 22px;
}

.page-usluge-section-usluge ul li {
	position: relative;
	list-style: none;
	text-align: left;
	padding-left: 25px;
}

.page-usluge-section-usluge ul  {
	padding-bottom: 30px;
}

.page-usluge-section-usluge ul li::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 2px;
	transform: translate3d(0,-50%,0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: .6;
	background-color: #b1976b;
}

.page-usluge-section-usluge ul li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: .6;
	background-color: #fff;
	border: 1px solid #b1976b;
}

.page-usluge-section-paketi .card {
	box-shadow: none;
	background-color: #b1976b;
	border-radius: 5px;
}

.page-usluge-section-paketi .card-header {
	padding: 0;
}

.page-usluge-section-paketi h2 {
	margin: 0;
}

.page-usluge-section-paketi h4 {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.page-usluge-section-paketi h5 {
	margin: 0;
	color: #fff;
}

.page-usluge-section-paketi ul li {
	color: #fff;
	text-align: left;
}


/*Kontakt*/
.section-contact-map .title {
	font-weight: bold;
	padding-bottom: 15px;
	text-align: left;
}

.contact-form {
	text-align: left;
	padding-right: 30px;
}

.section-contact-info .title {
	font-weight: 600;
}

.contact-form {
	margin-top: 0;
	padding-bottom: 40px;
}

.contact-form input, .contact-form select, .contact-form textarea {
	padding: 22px;
	border: 1px solid #eeeeee;
}

.section-contact-info {
	box-shadow: 0 15px 55px -5px rgba(9,31,67,.1);
	border-radius: 4px;
}

.contact-info-text i {
	font-size: 20px;
	margin-right: 10px;
}

.contact-info {
	background-color: #b2996e;
	color: #ffffff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
	padding-right: 30px;
	padding-left: 40px;
}

.contact-info .title {
	color: #fff;
	font-weight: 600;
}

.section-contact-info h3 {
	margin-bottom: 35px;
}

.contact-info-text p {
	font-weight: 500;
	font-size: 17px;
	display: flex;
}

.contact-info-text p {
	padding-bottom: 15px;
}

.contact-form .btn {
	background-color: #b2996e;
	border: #b2996e;
	margin-top: 15px;
	padding: 10px 25px;
}

.contact-info-text a {
	color: #fff;
	font-weight: 500;
}

.form-group span {
	color: red;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	display: inline-block;
}

.userType {
	color: #66615b!important;
	padding: 10px!important;
	height: 45px!important;
}

.succes-sent {
	font-size: 32px;
	color: red;
	font-weight: 500;
}

/*Footer*/
.footer {
	background: linear-gradient(to bottom, #b1976b, rgb(241, 235, 225));
	padding-top: 70px;
	padding-bottom: 50px;
}

.footer-middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-middle .header-logo {
	max-width: 250px;
}

.footer-left .description {
	color: #464545;
	font-size: 21px;
	font-weight: bold;
}

.footer-left span {
	font-weight: 500;
}

.social-network li {
	list-style: none;
	display: inline-block;
}

.footer-left .title,.footer-right .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
}

.footer-right {
	text-align: right;
}

.footer-right .description a {
	color: #464545;
	font-weight: bold;
	font-size: 25px;
}

.social-network li a {
	margin: .5rem 1rem;
	padding: 0;
}

.social-network li a:first-child {
	margin-left: 0;
}

.footer .social-network i {
	color: #fff;
	border-radius: 50%;
	background-color: #b1976b;
	font-size: 30px;
}

.footer .social-network i {
	color: #fff;
	border-radius: 50%;
	background-color: #b1976b;
	font-size: 30px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.1s;
}

.footer .social-network i:hover {
	background-color: #fff;
	color: #b2976c;
	transition-duration: 0.1s;
}

.footer-right .title {
	padding-bottom: 45px;
}

.footer .credits {
	text-align: center;
}

.footer .copyright {
	color: #6F6C6C;
}

/******** 5.0 END PAGE LAYOUT & ELEMENTS ********/

/*Testmonial*/
.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: #b1976b !important;
	border: none;
	padding: 5px 20px !important;
	font: inherit;
	font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #8d7347 !important;
    background-color: transparent !important;
}

.owl-dots {
    display: none;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.item {
    display: none;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.item.show {
    display: block;
    transition-duration: 0.4s;
}


@media screen and (max-width: 1350px) {

.section-3-levo img, .section-o-nama-desno img {
	width: 100%;
}


}

@media screen and (max-width: 1200px) {
	
.footer-left .title, .footer-right .title {
	font-size: 30px;
}

.section-o-nama-desno {
	margin-top: 50px;
}

.fp-usluge-box ul {
	height: 140px;
}

	
}

@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1;
    }

    .item {
        display: block !important;
    }
}

@media screen and (max-width : 992px) {
	
.d-lg-none {
	display: none !important;
}
	
	.footer-right {
	text-align: left;
}

.footer-right .title {
	padding-bottom: 0;
}

.footer-middle {
	justify-content: left;
	margin-top: 15px;
}

.section-3-levo {
	margin-top: 15px;
}

.section-2 {
	padding-top: 0;
}

.section-2 .section-2-levo {
	order: 2;
	margin-top: 15px;
}

.section-2 .section-3-desno {
	order: 1;
}

.page-usluge-section-paketi .accordion h5 {
	white-space: initial;
}

.section-o-nama {
	padding-top: 25px;
}

.section-2-desno br {
	display: none;
}

.page-header {
	min-height: 70vh;
}

.svg-wave {
	bottom: -1px;
}
	
.footer-middle {
	justify-content: left;
}
	
}

@media screen and (max-width : 768px) {
	
.section-galery-naslov h2, .section-4-naslov h2 {
	font-size: 36px;
	margin-bottom: 0;
}

.section-3-naslov h2, .section-6-naslov h2, .section-o-nama-levo h2, .section-2-naslov h2 {
	font-size: 36px;
}

.section-5-naslov h2, .section-6 h2 {
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 0;
}

.page-header-inner {
	padding-top: 130px;
	padding-bottom: 90px;
}
	
.motto-inner h1 {
	font-size: 42px;
}

.contact-form .form-group {
	margin-bottom: 0;
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-left .title, .footer-right .title {
	font-size: 26px;
	line-height: 35px;
}

.footer .credits {
	line-height: 25px;
	padding-top: 15px;
}

.page-usluge-section-paketi .accordion h5 {
	font-size: 14px;
}

.fp-usluge-box ul {
	height: auto;
}

.motto h1 {
	font-size: 58px;
}

.motto h3 {
	font-size: 26px;
}

.motto.text-center a {
	margin-bottom: 10px;
}
	
}

@media screen and (max-width : 480px) {

.page-header {
	min-height: 80vh;
}

.page-header .motto {
	padding-top: 18%;
}

.motto h1 {
	font-size: 50px;
}

.motto h3 {
	font-size: 24px;
}

}
