/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. About Project
17. Offer
18. Location
19. Banner
20. Footer
21. Animations
22. Offer Pages
23. Single Offer Page
24. Project Page
26. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 700; color: #a38754; }

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin: 2rem 0; }
a{
  text-decoration: underline;
  color: inherit;
}
.go-back {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #0cc0df;
	background-image: url(images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	z-index: 10;
	display: none;
	cursor: pointer;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  background-color: #0c0c0c;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #a38754;  color: #fff; }  
::selection { background-color: #a38754; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 120rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;margin-top:1rem;}
h1 { font-size: 4.8rem; line-height: 1.4; }
h2 { font-size: 3.4rem; line-height: 1.2; }
h3 { font-size: 2.6rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}


.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 3.4rem); line-height: 1.6;}
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title strong{
  font-weight: 400;
}
.subtitle{
  color: #a38754;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 2rem 3rem;
	font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
  text-decoration: none;
  border:1px solid transparent
}
.btn-primary{
  background-color: #a38754;
  color: #000;
  border-color: #a38754;
}
.btn-primary:hover{
  background-color: transparent;
  color: #a38754;
}
.btn-white{
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-secondary{
  border-color: #a38754;
  color: #a38754;
}
.btn-secondary:hover{
  background-color: #a38754;
  color: #000;
}
.btn-phone{
  background-image: url(images/phone.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 3rem;
  padding-left: 6rem;
}
/*---------*/
.slobodno {
	background-color: #049142;
	color: #fff;
}
.prodano{
  background-color: #cc292b;
}
.rezervirano{
  background-color: #f1a926;
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
	width: 100%;
	border: 1px solid #191b1c;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: rgba(255,255,255,.1);
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: 300;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #a38754;

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border:1px solid #a38754;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
}
.custom-arrow:hover{
  opacity: 0.6;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

}
/* pagination custom 2 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
14. Header
===================================================================================== */

.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
  margin-left: 2rem;
  order: 3;
}
.toggle img{
  display: block;
  width: 3rem;
  height: auto;
}
.close-menu{
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 5rem;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .toggle {
    margin-left: 3rem;
  }
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 10;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 15rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height:60rem;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;

}

nav li a:hover, nav li.current_page_item a{
  color: #a38754;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
}
.header-info span{
  display: none;
}
.header-info img{
  display: block;
  width: 2.6rem;
  height: auto;
}
.header-phone{
  margin-right: 1rem;
  margin-left: 1rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-logo img{
    width: 20rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .header-info span{
    display: inline-block;
  }
  .header-phone{
    margin-right: 3rem;
	margin-left: 3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .close-menu{
    display: none;
  }
  /*.header-phone{
    margin-left: 0;
  
  }*/
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: 3rem;
    background-image: none;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
  .header-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav{
    margin-left: 0;
  }
  .header-logo img{
   width: 22.9rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}
 
.intro img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  position: relative;
  -webkit-animation: introAnimation 10s ease-out infinite alternate-reverse both;
        animation: introAnimation 10s ease-out infinite alternate-reverse both;
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.53);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
}

.intro-text .btn{
  margin-top: 3rem;
}
.intro .title h1{
  letter-spacing: 3px;
  font-weight: 500;
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
}
.intro-text p{
  letter-spacing: 3px;
  font-size: 1.6rem;
}


@-webkit-keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/

}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. About Project
===================================================================================== */
.about-project{
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;
  position: relative;
}
.about-project::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-color: #0c0c0c;
}
.about-project-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-project-image{
  width: 100%;
  position: relative;
}
.about-project-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/12;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.about-project2{
  margin-top: 5rem;
  padding: 0 2rem;
}
.about-project2-text{
  width: 100%;
  padding-bottom: 5rem;
}
.about-project2-image{
  width: 100%;
  position: relative;
}
.about-project2-image img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.about-project2-image::before {
	content: '';
	position: absolute;
	top: 2rem;
	right: -2rem;
	background-color: #0c0c0c;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.about-project2-inner .btn{
  margin-top: 3rem;
}
.about-project2-inner  h3{
  width: 80%;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-project-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-project.pages    .about-project-wrapper{
    align-items: center;

  }
  .about-project-text{
    width: 43%;
    margin-bottom: 0;
  }
  .about-project-image img {
    width: 90%;
    aspect-ratio: 16/18;
  }
  .about-project.pages  .about-project-image img {
    aspect-ratio: 16/10;
  }
  .about-project-image{
    width: 45%;
    margin-top: -20rem;
  }
    .about-project.pages    .about-project-image{
       margin-top: 0;
    }
  .about-project-image::before {
    content: '';
    position: absolute;
    top: 5rem;
    right: 2%;
    background-color: #0c0c0c;
    width: 90%;
    height: 100%;
    z-index: 0;
  }
  .about-project2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;

  }
  .about-project2-text{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;

  }
  .about-project2-image{
    width: 50%;
  }
  .about-project2-inner{
    max-width: 45rem;
    width: 100%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-project::after{
    height: 15rem;
  }
}
/* ================================================================================== 
17. Offer
===================================================================================== */
.text-center{
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.offer-slider{
  overflow: hidden;
  position: relative;
  width:  100%;
}
.offer-slider .swiper-slide{
  box-sizing: border-box;
}
.offer-image{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.offer-image img{
  display: block;
  height: auto;
  object-fit: cover;
}
.offer-image img:first-child{
  width: 73%;
  aspect-ratio: 16/13;
  object-fit: cover;

}
.offer-image img:last-child{
  width: 25%;
  margin-bottom: -10rem;
}
.offer-text{
  padding: 3rem 3rem 5rem 3rem;
  background-color: #181d1f;
  margin-top: 2rem;
}
.offer-text a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-sm{
  display: inline-block;
  color: #a38754;
  transition: all .4s ease-in-out;
}
.btn-sm:hover{
  opacity: 0.6;
}
.offer-arrows{
  margin-top: 5rem;
  justify-content: center;
}
.offer-slider-wrapper{
  position: relative;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .offer-arrows{
    position: absolute;
    right: 0;
    top: 5rem;
    justify-content: flex-start;
  }
  .offer-slider{
    width:  90%;
  }


}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
18. Location
===================================================================================== */
.location{
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;
  position: relative;
}
.location-top-text{
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 2rem;
}

.location-top-text .btn{
  margin-top: 3rem;
}
.location-top-image{
  width: 100%;
  position: relative;
}
.location-top-image img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.location-bottom-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
.location-bottom-text{
  width: 100%;
}
.location-bottom-icons{
  width: 100%;
  padding: 5rem 0;
  padding-top: 2rem;
}
.location-bottom-image{
  width: 100%;
  position: relative;
}
.location-bottom-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: cover;
}
.icons-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.icon{
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  border:1px solid #a38754;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.icon-text{
  width: calc(100% - 14rem);
}
.icon-text a{
  text-decoration: none;
}
.icon-text strong,  .location-bottom-text strong{
  font-weight: 400;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .location-top-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .location-top-text{
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }
  .location-text-inner{
    width: 100%;
    max-width: 52rem;
  }
  .location-top-image{
    width: 40%;
  }
  .location-top-image::before {
    content: '';
    position: absolute;
    top: 2rem;
    right: -2rem;
    background-color: #0c0c0c;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .location-bottom-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;
  }
  .location-pages   .location-bottom-wrapper{
    margin-top: 0;
  }
  .location-bottom-text{
    width: 25%;
  }
  .location-bottom-icons{
    width: 35%;
    padding: 0;
  }
  .location-bottom-image{
    width: 25%;
    margin-top: -15rem;
    position: relative;
  }
  .location-pages   .location-bottom-image{
    margin-top: 0;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
   .location-bottom-image{
      right: -10rem;
    }

}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.banner .text-center{
  margin-bottom: 0;
  max-width: 60rem;
}
.banner-btns{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
20. Footer
===================================================================================== */
footer{
  font-size: 1.6rem;
  padding-bottom: 0 !important;
}

.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-logo img{
  display: block;
  width: 18rem;
  height: auto;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a{
  text-decoration: none;
}
.copyright{
  margin-top: 5rem;
  padding: 5rem  0;
  border-top: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
footer h3{
  margin-top: 0;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    width: 22rem;
    margin: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* ================================================================================== 
21. Animations
===================================================================================== */
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.animate__animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

}
/* ================================================================================== 
22. Offer Pages
===================================================================================== */
.top-height{
  position: relative;
  width: 100%;
  height: 6.8rem;
}

.page-aside{
  width: 100%;
  padding: 3rem;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;

}
.page-content{
  width: 100%;
  margin-top: 5rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul  li a{
  text-decoration: none;
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: block;

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside{
    width: 40rem;
    position: sticky;
    top: 10rem;
    right: 0;
  }
  .page-content{
    width: calc(100% - 45rem);
    margin-top: 0;
  }
}

/* ================================================================================== 
23. Single Offer Page
===================================================================================== */

.single-text{
  width: 100%;
  margin-bottom: 5rem;
}
.single-images{
  width: 100%;
}
.single-gallery{
  column-count: 2;
}
.single-gallery a{
  width: auto;
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;

}
.single-gallery a img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.single-gallery a:hover img{
  transform: scale(1.05);
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

th {
  text-align: left;
  padding: 12px;
  font-weight: 600;
}

td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255, .2);
}

tr:hover {
  background-color: rgba(255,255,255,.2);
}

.right {
  text-align: right;
  font-weight: 500;
}

.total-row {
  font-weight: bold;
  background-color: #a38754;
  color: #000;
}

.grand-total {
  font-size: 18px;
  font-weight: bold;
  background-color: #a38754;
  color: #000;
}

.note {
  font-style: italic;
  color: #555;
}
.single-btns{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-btns{
    flex-direction: row;
  }
  .single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-text{
    width: 40%;
    margin-bottom: 0;
  }
  .single-images{
    width: 50%;
  }
}
/*-------------*/
.page-arrow{
  position: absolute;
  top: 9rem;
  background-repeat: no-repeat;
  transition: all .4s ease-in-out;
  text-decoration: none;
  background-size: 2rem;
  font-size: 1.4rem;
}
.page-arrow:hover{
  opacity: 0.6;
}
.page-arrow h3{
  font-size: 1.5rem;
  margin: 0;
}
.page-arrow span{
  display: none;
}
.page-arrow-prev{
  left: 2rem;
  background-image: url(images/prev.svg);
  padding-left: 3rem;
  background-position: left center;
}
.page-arrow-next{
  right: 2rem;
  background-image: url(images/next.svg);
  padding-right: 3rem;
  background-position: right center;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .page-arrow{
  top: 13rem
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .page-arrow span{
    display: block;
  }
}
/*-----------*/
.popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  
}
.popup.open-popup{
  opacity: 1;
  visibility: visible;
}
.popup-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  cursor: pointer;
}
.popup-inner{
  max-width: 80rem;
  padding: 3rem;
  width: 100%;
  background-color: #181d1f;
  max-height: 60rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
}
.popup-inner h2{
  text-align: center;
}
.popup-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid  #ccc;
}
.popup-top h2{
  font-size: 3rem;
  margin: 0;
}
.close-popup {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	border-radius: 1rem;
	background-color: #a38754;
  cursor: pointer;
}
.popup-inner img {
	max-width: 28rem;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3rem;
	display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .popup-inner{
    padding: 5rem;
  }
}

/* ================================================================================== 
24. Project Page
===================================================================================== */
.project-images{
  margin-top: 5rem;
}
.project-images img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.project-text{
  max-width: 120rem;
  width: 100%;
}
.bg{
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181d1f;
  position: relative;
}
.gallery-wrapper{
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .project-images img:last-child {
    position: relative;
    left: -13rem;
    top: 6rem;
    border: 28px solid #181d1f;
  }
  .project-images{
    column-count: 2;
    column-gap: 3rem;
  }
  .project-images img{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .project-images{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
25. Location Page
===================================================================================== */
.center-image{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.center-image img{
  display: block;
  width: 100%;
  height: auto;
}
.text{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
26. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
}
.contact-form{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
}
/*----------*/

.desktop-stanovi{
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-stanovi{
    display: none;
  }
  .desktop-stanovi{
  display: block;
}
}
.mobile-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
}
.mobile-row {
    width: 100%;
}
.mobile-item a {
    width: 100%;
    text-align: center;
}