/*!
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
17. Services
18. Marketing
19. References
20. Banner
21. Footer
22. Contact Page
23. References Page
24. Marketing Page
25. Services 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; }

.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;
}
/* FLEX GRID */
/* === Base Wrapper === */
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  gap:3%
}

/* === Base Box === */
.box {
  margin-bottom: 3rem;
}

/* === Mobile Adjustment === */
@media only screen and (min-width: 0em) {
  .box { width: 100%; margin-bottom: 3rem; }
}

/* === Progressive Media Queries === */
@media only screen and (min-width: 48.0625em) { /* 769px */
  .box-2 { width: 48.5%; }
  .box-3 { width: 48.5%; }
  .box-4 { width: 48.5%; }
  .box-5 { width: 31.3%; }
  .box-6 { width: 31.3%; }
}


@media only screen and (min-width: 56.3125em) { /* 1024px */
  .box-4 { width: 22.4%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
  .box-3 { width: 31.5%; }
}


@media only screen and (min-width: 68.75em) { /* 1100px */
  .box-6 { width: 14.17%; }
}

/* ================================================================================== 
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: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
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: #4169e1;  color: #fff; }  
::selection { background-color: #4169e1; 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;*/
  max-width: 100%;
  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: 500;margin-top:1rem;}
h1 { font-size: 4.8rem; line-height: 1.4; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.4rem; 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.4rem);
  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, 5rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}


/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 1.5rem 7rem;
  text-decoration: none;
  border-radius: 10rem;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover {
  cursor: pointer;
}
.btn-primary{
  background-color: #4169e1;
  color: #fff;
}
.btn-primary-alt{
  background-color: #4169e1;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-primary-alt:hover{
  background-color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: #f3f3f3;
	font-size: 1.6rem;
	font-family: inherit;
	border-radius: 1rem;
	font-weight: 300;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #4169e1;

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 60;
}
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: 2rem;
}
.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;
  background-size: 1.5rem;
  border-radius: 50%;
  border:1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
 
}
.custom-prev{
  background-image: url(images/prev.svg);

}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .custom-arrow{
  width:8rem;
  height:8rem;
    background-size: 2.6rem;
}
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}

/* ================================================================================== 
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;
}
/*---------*/
.menu-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 16px;
	transition: 0.3s ease;
	z-index: 4;
  order: 3;
  margin-left: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

.menu-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #4169e1;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Dots layout */
.menu-icon span:nth-child(1) {
  top: 18px;
  left: 18px;
}
.menu-icon span:nth-child(2) {
  top: 18px;
  right: 18px;
}
.menu-icon span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}
.menu-icon span:nth-child(4) {
  bottom: 18px;
  right: 18px;
}

.menu-icon.active span {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, #000, #000);
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  background-color: #ffff;
  color: #000;
}

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;
  position: relative;
    width: 16rem;
}
.header-logo img{
  display: block;
  width: 100%;
  height: auto;
  width: 16rem;



}

/* .header-logo img.logo1{
  opacity: 0;
  visibility: hidden;
}
.header-logo img.logo2{
   opacity: 1;
  visibility: visible;
} */
/* header.scrolled .header-logo img.logo1{
     opacity: 1;
  visibility: visible;
}
header.scrolled .header-logo img.logo2{
   opacity: 0;
  visibility: hidden;
}
   */
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
}

nav li a:hover, nav li.current_page_item a,nav li.current-menu-item a,  .single-graditeljstvo .menu-item-object-graditeljstvo  a{
  color: #4169e1;
  background-image: url(images/link-hover.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
}



.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-phone{
  display: none;
  align-items: center;
  gap:1rem;
  margin-right: 1rem;
  margin-left: auto;
  /* filter:brightness(0) invert(100); */
}
/* header.scrolled  .header-phone{
  filter:none;
  color: #000;
} */
.header-phone img{
  display: block;
  width: 2rem;
  height: auto;
}
.lang{
  margin-left: auto;
}
.header-phone-mobile{
  display: flex;
  filter: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }


}
@media only screen and (min-width: 34.375em) {
  /*550px*/
    .header-phone{
  
  display: flex;}
      .lang{
  margin-left: 3rem;
}
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .header-logo{   width: 20rem;}
  .header-logo img{   width: 20rem;}
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  nav{
    color: #000;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .header-phone{
margin-right: 5rem;
}
  .menu-icon{
    display: none;
  }
  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-left: auto;

  }
  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 2.5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
    .header-logo{   width: 25rem;}
  .header-logo img{   width: 25rem;}
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
}
.intro{
  position: relative;
  margin-bottom: 5rem;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
}
.intro-inner{
  max-width: 120rem;
  width: 100%;
}
.intro img{
  display: block;
  width: 100%;
  height: 86rem;
  object-fit: cover;
}
.intro  .btn{
  margin-top: 3rem;
}
.intro-icon{
  position: absolute;
  left: 2rem;
  bottom: 5rem;
  z-index: 5;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 50rem;
  width: 100%;
  
}
.intro-icon-image img{
  display: block;
  width: 8rem;
  height: auto;
  object-fit: contain;
  filter:brightness(0) invert(100);
}
.intro-icon-text{
  width: calc(100% - 10rem);
  color: #fff;
}
.intro-icon-text a{
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
}
.intro .custom-arrows{
  position: absolute;
  z-index: 6;
  right: 5rem;
  bottom: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2rem;
  display: none;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-icon{
    display: flex;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
.intro-icon{
  right: 50rem;
  left: auto;
}
}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
16. About
===================================================================================== */

.about-text h2{
  margin-bottom: 5rem;
}
.about-text{
  width: 100%;
  margin-bottom: 5rem;
  
}

.about-text .btn{
  margin-top: 3rem;
}
.about-image{
  width: 100%;

  position: relative;


}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
}

.whyus-text{
  width: 100%;
  margin-bottom: 5rem;
}
.whyus-icons{
  width:100%;
}
.whyus-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem
}
.whyus-icon-image img{
  width: 8rem;
  height: 6rem;
  object-fit: contain;
  display: block;
}
.whyus-icon-text{
  width: calc(100% - 9rem);
}
.whyus-icon-text h3{
  font-weight: 600;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.about-text{
  padding: 10rem 5rem;
  width: 60%;
  display: flex;
  padding-left: 13rem;
  margin-bottom: 0;
  align-items: center;
  background-color: #f3f3f3;
}
.about-inner{
  max-width: 60rem;
  width: 100%;
}
.about-image{
  width: 40%;
  margin-top: 10rem;
  position: relative;
  z-index: 1;
  right: -5rem;

}
.whyus-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whyus-text{
  width: 45%;
  margin-bottom: 0;
}
.whyus-icons{
  width: 45%;
}
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
.about-text{
  padding-left: 20rem;
}
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  position: relative;
}
.services .container{
  max-width: 160rem;
}



.services-wrapper a{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.service-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
.services-wrapper a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;

	aspect-ratio: 16/19;
  transition: all .4s ease-in-out;
}
.services-wrapper a:hover img{
  transform: scale(1.02);
}
.services-wrapper a  h3{
  font-size: 2.1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.services-wrapper a p{
  margin-bottom:  3rem;
}
.services-wrapper a span{
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: auto;
}
.services-wrapper a:hover{
  background-color: rgba(255,255,255,.1);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%
  }
  .services-wrapper a{
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services-wrapper a{
    width: 22.7%;

  }
  .services-wrapper a img {
	  aspect-ratio: 16/29;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-wrapper a  h3{
    font-size: 2.4rem;
  }
}
/* ================================================================================== 
18. Marketing
===================================================================================== */
.marketing{
  position: relative;
}

.marketing-wrapper{
  position: relative;
  z-index: 2;
}
.marketing-text{
  width: 100%;
}
.marketing-image{
  width: 100%;
}
.marketing-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  display: none;
}

.marketing-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .marketing-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
 
}
.marketing-text{
  width: 55%;
}
.marketing-image{
  width: 40%;
}
.marketing-image img{
 
  display: block;
}
.marketing::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background-color: #fff;
z-index: 0;
}
}
/* ================================================================================== 
19. References
===================================================================================== */
.references{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.references .title{
  color: #fff;
}
.references .text-center{
  color: #fff;
}
.references-content-text{
  width: 100%;
  margin-bottom: 5rem;
  
}
.references-text .btn{
  margin-top: 3rem;
}
.references-text .title{
  margin-bottom: 3rem;
}
.references-content{
  width: 100%;
}
.references-inner{
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
}
.references-image{
  width: 100%;
}
.references-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/14;

}
.references-slider{
  overflow: hidden;
}
.references a{
  text-decoration: none;
}
.references-text{
  width: 100%;
  padding: 5rem 2rem;
}
.btn-sm{
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.references .custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  filter: brightness(0) saturate(100);
  width: auto;
  margin-left: auto;
  margin-top: 3rem;
  justify-content: flex-end;
  
}
.references .custom-arrows .custom-arrow{
  width: 6rem;
  height: 6rem;
  background-size: 1.5rem;
}
 .references .custom-arrow{
    filter: brightness(0) invert(100);
  }
.references .custom-arrows{
  filter: none;
}
  .references-content{
    margin-top: 5rem;
  }
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .references-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .references-text{
    width: 40%;
    padding: 5rem;
  }
  .references-image{
    width: 55%;
  }
  .references-image img{
    height: 100%;
  
  }
  .references-inner{
  padding: 0;
  }
  .references-arrows{display: flex;}
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  
  .references-content{
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 7rem;
   
  }
}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  background-color: #ddd;
}
.banner-text {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  text-align: center;
}
.banner-text p{
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.banner-text .btn{
  margin-top: 5rem;
}
/* ================================================================================== 
21. Footer
===================================================================================== */
.footer-top{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 5rem 0;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}
.footer-top .container{
  position: relative;
  z-index: 1;
}
.footer-left .social{
  margin-top: 3rem;
}
.footer-left .social img{
  filter: brightness(0)  invert(100);
}
.footer-left{
  width:100%;
  margin-bottom: 5rem;
}
.footer-right{
  width: 100%;
}
.footer-left .btn{
  margin:3rem 0;
}
.social{
  display: flex;
  flex-direction: row;
  gap:1rem;
}
.social a{
  display: flex;
}
.social a img{
  display: block;
  width: 3.9rem;
  height: auto;
}
.footer-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.footer-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer a{
  text-decoration: none;
}

.footer-icon{
  width: 8.6rem;
  height: 8.6rem;
  background-color: #4169e1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.footer-icon img{
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
  filter: brightness(0)  invert(100);
}
.footer-row:not(:last-child){
margin-bottom: 3rem;
}
.footer-row h3{
  margin-bottom: 0;
  font-weight: 700;
}
.footer-text{
  width: 75%;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .footer-top-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-left{
    width:41%;
    margin-bottom: 0;
  }
  .footer-right{
    width: 40%;
  }
  .footer-top{
    background-attachment: fixed;
  }
  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-top{
    padding: 8rem 0;
  }
  .footer-links ul{
  column-count: 2;
}
}

footer{
  padding: 3rem 0;

}
.footer-wrapper{
  max-width: 70rem;
    margin: 0 auto;
    width: 100%;
}
.footer-wrapper article{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
footer h3{
  font-size: 2.1rem;
  font-weight: 600;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 1rem;
}
.footer-logo a{
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.copyright{
  background-color: #4169e1;
  color: #fff;
  padding: 2rem 0 2rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .copyright .container{
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-wrapper article{
    width: auto;
    margin-bottom: 0;
    text-align:left;
  }
  .footer-logo img{
    margin: 0;
  }
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    padding:3rem 0;
  }
  footer h3{
    font-size: 2.4rem;
  }
}
/* ================================================================================== 
22. Contact Page
===================================================================================== */
.top-image{
  margin-bottom: 0;
}
.top-image img{
  height: 40rem;
}
 .contact-form {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;

}
/* ================================================================================== 
23. References Page
===================================================================================== */
.references-wrapper{
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.reference-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
}
.reference-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.reference-box:hover img{
  transform: scale(1.05);
}
.reference-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem !important;
}
.reference-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.reference-box h3{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .reference-box{
    width: 48.5%;
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
    .reference-box{
    width: 31.3%;
  }

}
/*--------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
  width: 48.5%;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper a{
  width: 31.3%;
}


}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper{
    margin-top: 10rem;
  }
}

/* ================================================================================== 
24. Marketing Page
===================================================================================== */
.marketing-page-wrapper{
  margin-top: 5rem;
}
.marketing-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.marketing-page-image{
  width: 48%;
}
.marketing-page-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/14;
	object-fit: cover;
}
.marketing-page-text .btn{
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .marketing-page-text{
  width: 48%;
  margin-bottom: 0;
}
.marketing-page-image{
  width: 48%;
}
.marketing-page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
}
/* ================================================================================== 
25. Services Page
===================================================================================== */
/* .services-page .services-wrapper  h3{
  color: #000;
}
.services-page .services-wrapper img{
    filter: brightness(0) saturate(100);
}
.services-page .services-wrapper a{
  border:1px solid #ccc;
}
.services-page .services-wrapper{
  margin-top: 5rem;
}
.services-page .services-wrapper a:hover{
background-color: #f3f3f3;
} */
.pages {
	background-image: url(images/page-bg.png);
	background-repeat: no-repeat;
	background-position: right -14rem bottom -20rem;
	background-size: 49.7rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .pages {
	background-attachment: fixed;
}
}
/* Žac izmjene  */
/* .container.container-2xl {
    height: 80vh;
}
.intro-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 80vh;
} */