@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. How It Works
19. Products Top
20. Banner
21. Testimonials
22. Gallery
23. Footer
24. Animations
25. About Page
26. Blog
27. FAQ
28. Single Service Page
29. Offer  Page
30. Contact  Page
31. Prijava Smrtnog Slucaja  Page
32. Reservation  Page
33. Products  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 */


/* ================================================================================== 
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: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  background-color: #fcf7ee;
  overflow-x: hidden;
  
}
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: #000;  color: #fff; }  
::selection { background-color: #000; 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: 600;margin-top:1rem; font-family: 'Cormorant', serif;}
h1 { font-size: 6rem; line-height: 1.4; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.8rem; 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, 6rem);
  line-height: 1.4;
}

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

h3 {
  font-size: clamp(2.4rem, 2vw + 0.5rem, 3.2rem);
  line-height: 1.3;
}
.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 6rem);text-transform: uppercase; }

p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.article-single .title h1{
  font-size: clamp(3.2rem, 4vw + 1rem, 4rem);text-transform: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  h3 {
  font-size: clamp(2.8rem, 2vw + 0.5rem, 3.2rem);
}
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .intro  .title h1, .products-top-title  h2{
  font-size: clamp(3.2rem, 4vw + 1rem, 8rem);
}

}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 4rem;
	font-weight: 400;
  border:1px solid transparent;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all .4s ease-in-out;
}
.btn-primary{
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn-primary:hover{
  background-color: #794188;
  color: #fcf7ee;
}
.btn-sm{
  font-weight: 600;
  color: #b49b84;
  transition: all .4s ease-in-out;
}
.btn-sm:hover{
  color:#000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #000;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: transparent;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: 300;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #b49b84;

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
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: #ebdecb;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.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-arrows{
  display: flex;
  flex-direction: row;
  gap:2rem;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.custom-arrow{
  width: 6.2rem;
  height: 6.2rem;

  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  cursor: pointer;
  border:1px solid #000;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.custom-arrow:hover{
  background-color: #794188;
}
.custom-next{
  background-image: url(images/next.svg);

}
.custom-prev{
  background-image: url(images/prev.svg);

}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* 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;
}
/*---------*/
.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;

  background: #ebdecb;
}



.menu-icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  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: #fcf7ee;
  z-index: 10;
  padding: 1.5rem 0;
}
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: 24rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 60rem;

  background-color: #fcf7ee;
  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-weight: 400;
  transition: all .4s ease-in-out;
}

nav li a:hover, nav li.current_page_item a{
  color: #794188;
}
.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;
}
.btn-header{
  display: none;
}
/*------------*/
.menu-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  width: 5rem;
  height: 5.3rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  transition: all.4s ease-in-out;
  z-index: 2;
  background-color: transparent;
}

.o.menu-toggle {
  transform: rotate(180deg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
.btn-header{
  display: inline-block;
}

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .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;
    margin-right: 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: 35rem;
    background-color: #794188;
    padding: 2rem;
    color: #fff;

    opacity: 0;
    visibility: hidden;
    display: block;
  }
    .sub-menu li a:hover{
      color: #fff;
      opacity: 0.6;
    }
  .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.2rem;
  }
  .header-logo img{
    width: 30rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*---------*/
.header-top{
  padding: 0.7rem 0;
  border-top: 1px solid #794188;
  border-bottom: 1px solid #794188;
  font-size: 1.6rem;
  z-index: 1;
  background-color: #794188;
  color: #fff;
}
.header-top img{
  filter: brightness(0) invert(100);
}
.header-top .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:1.3rem;
}
.header-top .h-line{
  background-color: #fff;
}
.h-line{
  display: none;
  width: 4rem;
  height: 2px;
  background-color: #000;
}
.phone{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  text-decoration: none;

}
.phone img{
  width: 2rem;
  height: 1.5rem;
  object-fit: contain;
}
.header-top-text{
  display: none;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .h-line{
    display: block;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-top{
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .header-top-text{
    display: block;
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  padding-bottom: 0;
}
.intro .bg1{
  bottom: -20rem;
  display: none;
}

.intro-text{
  width: 100%;
  padding: 5rem 2rem;

}
.intro-image{
  width: 100%;
  position: relative;
}

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


.intro .title h1{
  text-transform: uppercase;
}
.intro-text .btn{
  margin-top: 5rem;
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro-text{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20rem;
  }
  .intro-image{
    width: 48%;
  }
  .intro-image img {
    aspect-ratio: 16/13;
  }
.intro-image::before,
.intro-image::after {
	content: '';
	position: absolute;
	left: -3rem;
	bottom: -3rem;
	width: 50%;
	height: 50%;
	pointer-events: none;
	z-index: -1;
}

/* horizontal lines */
.intro-image::before {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: scaleX(0);
	transform-origin: left;
	animation: drawX 1s ease forwards;
}

/* vertical lines */
.intro-image::after {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	transform: scaleY(0);
	transform-origin: bottom;
	animation: drawY 1s ease forwards;
	animation-delay: 1s;
}

@keyframes drawX {
	to {
		transform: scaleX(1);
	}
}

@keyframes drawY {
	to {
		transform: scaleY(1);
	}
}
  .intro .bg1{
    display: block;
  }
  .intro-inner{
    max-width: 60rem;
    width: 100%;
  }
  .intro{
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .intro-image img {
	aspect-ratio: 16/11;
}
}
/* ================================================================================== 
16. About
===================================================================================== */
.text-center{
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.h-line2{
  width: 20rem;
  height: 5px;
  background-color: #000;
  margin: 5rem auto;
}
.about{
  position: relative;
}
.home-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  border:1px solid #000;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  flex-direction: column;
}

.home-box-icon img{
  display: block;
  width: 7rem;
  height: auto;
  margin: 0 auto;
  transition: all .4s ease-in-out;
}
.home-box:hover .home-box-icon img{
  filter: brightness(0) invert(100);
}
.home-box-icon{
  margin-bottom: 2rem;
}
.home-box:hover{
  border-color: #794188;
  background-color: #794188;
  color: #fff;
}
.home-box .btn-sm{
  margin-top: auto;
}
.home-box h3{
  font-size: 2.8rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-box-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .home-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-box{
    width: 22.7%;
  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  background-color: #ebdecb;
  position: relative;
}
.services .bg2{
  top: -8.9rem;
  display: none;
}
.services-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3%;
  margin-top: 10rem;
}
.services-box{
  width: 48.5%;
  margin-bottom: 4rem;
  text-align: center;
}

.services-image{
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  border:2px solid #5a5050;
}
.services-image:hover{
  border-color: #b49b84;
  transform: scale(1.1);
}
.services-image img{
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.services-box  a{
  text-decoration: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services-image{
    width: 12.5rem;
    height: 12.5rem;
  }
.services-image img {
	width: 5rem;
	height: 6rem;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-box{
    width: 22.7%;
  }
  .services .bg2{
    display: block;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .services .bg2{
    top: -12.9rem;
  }
}
/*----------*/

.pages-aside{
  width: 100;
  margin-bottom: 5rem;
  border-bottom: 1px solid #000;
}
.pages-content{
  width: 100%;
}
.pages-aside h3{
  cursor: pointer;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
 
}
.pages-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.pages-aside ul a{
  text-decoration: none;
  display: block;
  font-size: 1.7rem;
  background-color: #ebdecb;
  padding: 1rem;
  transition: all .4s ease-in-out;
    background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
background-position: left -1rem center;
  background-size: 0.5rem;
}
.pages-aside ul a:hover, .pages-aside ul a.current_page_item{
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center;

  padding-left: 3rem;
}
.pages-aside ul li{
  margin-bottom: 1rem;
}
.pages-content .about2{
  padding: 2rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .pages-other-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.pages-aside ul{
  display: block;
}
.pages-aside{
  width: 30rem;
  margin-bottom: 0;
  border-bottom: 0;
}
.pages-content{
  width: calc(100% - 35rem);
}
.pages-content .about2{
  padding: 5rem;
}
} 
/* ================================================================================== 
18. How It Works
===================================================================================== */
.how-text{
  width: 100%;
  margin-bottom: 10rem;
}
.how-wrapper{
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
.how-box{
  width: 100%;
  /* border:2px solid #000; */
  padding: 8rem 3rem;
  position: relative;
  margin-right: auto;

}
.border-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #000;
	stroke-width: 0.5;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;

	pointer-events: none;
}
.how-box:nth-child(4) .border-svg{
  stroke:#794188;
}
.draw{
  	animation: drawBorder 2s ease forwards;
}
@keyframes drawBorder {
	to {
		stroke-dashoffset: 0;
	}
}

.how-box:nth-child(1) {
	margin-left: 5.7rem;
	z-index: 1;
}
.how-box:nth-child(2n+2){
  margin-left: auto;
  margin-right: 0;
}

.how-box:nth-child(2) {
	z-index: 1;
}
.how-box:nth-child(3) {

	margin-left: auto;
margin-right: 0;

}
.how-box:nth-child(4) {
	margin-right: auto;
  background-color: #794188;
  border-color: #794188;
  margin-left: 0;
  color: #fff;
}


.how-wrapper{
  counter-reset: numb;
}
.how-number{
  position: absolute;
  width: 9rem;
  top: -6rem;
  right: 6rem;
  height: 9rem;
  border-radius: 50%;
  border:2px solid #fcf7ee;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.how-number::before{
  content: counter(numb) '.';
  counter-increment: numb;
  font-size: 6rem;
  color: #fff;
  font-family: 'Cormorant', serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.how-number{
  width: 12rem;

  height: 12rem;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
.how-box{
  width: 40rem;
}
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  .how-box:not(:last-child){
    margin-bottom: 5rem;
  }
  .how-box:nth-child(4) {
    margin-left: auto;
    margin-right: 0;
  }
  .how-box:nth-child(3) {

	margin-right: auto;
margin-left: 0;

}
.how-box:nth-child(1) {
	margin-left: 0;

}

}
@media only screen and (max-width: 48em) {
  /*768px*/
    .how-box:not(:last-child){
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .how-text{
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
}
  .how-box:nth-child(2) {
	margin-right: 28.3rem;
	margin-top: 17rem;
}
.how-box:nth-child(3) {
margin-right: 27.4rem;
	margin-top: -10rem;
  order: 4;
  	order: 4;
}
.how-box:nth-child(4) {
	margin-right: auto;

  margin-left: 0;
}
  .how-wrapper{
  margin-top: -10rem;
}
  .how-box:nth-child(1)::before {
	content: '';
	position: absolute;
	width: 22rem;
	height: 33rem;
	background-image: url(images/line1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 96%;
	bottom: -25rem;
}
  .how-box:nth-child(2)::before {
	content: '';
	position: absolute;
	width: 65rem;
	height: 38rem;
	background-image: url(images/line2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -27%;
	bottom: -31rem;
}

.how-box:nth-child(3)::before {
	content: '';
	position: absolute;
	width: 78rem;
	height: 33rem;
	background-image: url(images/line3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -88%;
	bottom: -13.5rem;
}
}
@media only screen and (min-width: 92.25em) {
  /*1480px*/
  .how-box:nth-child(2)::before {
    width: 84rem;
    height: 38rem;
    left:-59%;
    bottom: -25rem;
  }
  .how-box:nth-child(1){
    margin-left: 20rem;
  }
  .how-box:nth-child(2) {
    margin-right: 12.6rem;
  }
  .how-box:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 27rem;
    height: 38rem;

  }
  .how-box:nth-child(4) {
	margin-left: -3.4rem;

  }
  .how-box:nth-child(3)::before {
	width: 84rem;
	height: 38rem;
	left: -100%;
	bottom: -13rem;
}
.how-box:nth-child(3) {
margin-right: 21.4rem;
}
}
/* ================================================================================== 
19. Products
===================================================================================== */
.products-top{
  border-top: 2px solid  #000;
  border-bottom: 2px solid  #000;
  margin-top: 10rem;
}

.products-top-title{
  width: 100%;
  padding: 5rem 2rem 0  2rem;
}
.products-top-text{
  width: 100%;
  padding: 0 2rem 5rem 2rem;
}
.products-top-text .btn{
  margin-top: 3rem;
}
.products-top-image{
  width: 100%;
}
.products-top-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .products-top-title{
    width: 30%;
    padding: 0;
    padding-left: 5rem;
  }
  .products-top-text{
    width: 30%;
    padding: 0;
  }
  .products-top-image{
    width: 30%;
    padding: 0;
  }

}

/*--------*/
.products-slider{
  overflow: hidden;
  padding-bottom: 2rem;
}
.products-box{
  display: flex;
  flex-direction: column;
  border:2px solid #000;
  padding: 2rem;
}
.products-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.products-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.products-image:hover img{
  transform: scale(1.05);
}
.products-location{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;
}
.products-location img{
  display: block;
  width: 2.7rem;
  height: 3rem;
  object-fit: contain;
}
.products-box a{
  text-decoration: none;
}
.products-box p{
  margin-bottom: 4rem;
}
.products-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}
.products-price{
  font-weight: 600;
}
.swiper-slide{
  box-sizing: border-box;
}
.swiper-slide *{
  box-sizing: border-box;
}

/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  background-color: #ebdecb;
  position: relative;
}
.banner .bg1{
  bottom: -20.5rem;
  display: none;
}
.banner-text{
  width: 100%;
  margin-bottom: 5rem;
}
.banner-btns{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:2rem
}
.banner-btns .btn{
  padding: 2rem 4rem;
  padding-left: 8rem;
  background-repeat: no-repeat;
  background-position: left 2rem center;
  transition: all .4s ease-in-out;
}
.banner-btns .btn:hover{
  background-color: #b49b84;
  color: #000;
}
.btn1{
  background-image: url(images/dogovorite-sastanak.svg);
  background-size: 3rem;
}
.btn2{
  background-image: url(images/kako-postupiti.svg);
  background-size: 3rem;
}
.btn3{
  background-image: url(images/phone2.svg);
  background-size: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.banner-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.banner-text{
  width: 60%;
  margin-bottom: 0;
}
.banner-btns{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap:2rem
}
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .banner .bg1{
    display: block;
  }
  .banner-wrapper{
    max-width: 120rem;
    
  }
}
/* ================================================================================== 
21. Testimonials
===================================================================================== */
.testimonials-slider{
  overflow: hidden;
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.testimonials-wrapper{
  margin-bottom: 5rem;
}
.testimonials-wrapper .title{
  text-align: center;
}
.testimonials-wrapper .title h2{
  margin: 0;
}
.testimonials-wrapper  .custom-arrows{
  margin:0;
}
.testimonials-slider img{
  width: 4.1rem;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.testimonials-slider span{
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
.testimonials-slider::before{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 40rem;
  background-color: #000;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .testimonials-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap:5rem;
  }
  .testimonials-wrapper .title{
    margin-bottom: 0;
    text-align: left;
  }
}
/* ================================================================================== 
22. Gallery
===================================================================================== */
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-box{
  width: 31.3%;
 
  display: block;
  position: relative;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper2{
  display: block !important;
  column-count: 2 !important;
  column-gap: 1rem !important;
}
.gallery-wrapper2 .gallery-box{
  width: auto !important;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.gallery-box:nth-child(1):before{
  content: '';
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 50%;
  height: 50%;
  border:2px solid #000;
  z-index: -1;
}
.gallery-box:nth-child(3):before{
  content: '';
  position: absolute;
  left: -3rem;
  top: -3rem;
  width: 50%;
  height: 50%;
  border:2px solid #000;
  z-index: -1;
}
.gallery-wrapper2{
  display: block !important;
  column-count: 3 !important;
  column-gap: 1rem !important;
}
.gallery-wrapper2 .gallery-box{
  width: auto !important;
  margin-bottom: 1rem;
}

}
.gallery-wrapper2 .gallery-box img{
  aspect-ratio: unset  !important;
}
.gallery2{
  margin-top: 1rem;
}
/* ================================================================================== 
23. Footer
===================================================================================== */
footer{
  position: relative;
}
footer .container{
  z-index: 2;
}
.footer-logo{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.footer-logo img{
  display: block;
  width: 31rem;
  height: auto;
}
footer a{
  text-decoration: none;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.copyright{
  padding: 5rem 0 2rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bg2{
  position: absolute;
  top: 0;
  right: 0;
  width: 34rem;
  height: 38rem;
  background-image: url(images/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .bg2{
  top: -10rem;
  display: none;
}

.bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34rem;
	height: 38rem;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.whatsapp-wrap{
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  z-index: 20;
}
.whatsapp-wrap img{
  display: block;
  width: 6rem;
  height: auto;
}
.sticky-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	background-color: #794188;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 3rem;
	gap: 2.5rem;
	text-decoration: none;
	transition: all .4s ease-in-out;
	font-size: 1.6rem;
}
.sticky-btn:hover{
  background-color: #000;
}
.sticky-btn img{
  display: block;
  width: 2rem;
  height: auto;
  filter: brightness(0) invert(100);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer ul{

    gap:2rem;
    column-count: 2;
  }
  footer .bg2{
    display: block;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .bg1{
    width: 50rem;
    height: 50rem;

  }
  .bg2{
  width: 50rem;
  height: 50rem;
  }

}
 /* ================================================================================== 
24. Animations
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-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)
}
}

.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-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)
}
}

@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 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
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

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

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

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

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

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

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

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

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
 /* ================================================================================== 
25. About Page
===================================================================================== */
.about-page{
  background-color: #ebdecb;
}
.text-center .btn{
  margin-top: 3rem;
}

.margin-bottom{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .vision-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vision-text{
  width: 45%;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .margin-bottom{
    margin-bottom: 10rem;
  }
}
/*--------*/
.bg{
  background-color: #ebdecb;
}
.about3-text{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem;
}
.about4-wrapper .about3-text{
  justify-content: flex-start;
}
.about4-wrapper{
  padding-top: 5rem;
}
.about3-images{
  width: 100%;
}
.about3-images img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: cover;
}

.main-image {
	margin: 0 auto;
	max-width: 30rem;
	width: 100%;
	margin-bottom: 5rem;
}
.gallery-slider{
  overflow: hidden;
  position: relative;
}
.gallery-slider a{
  display: block;
  overflow: hidden;
}
.gallery-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-slider a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about3-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about4-wrapper{
  flex-direction: row-reverse;
}
.about3-text{
  width: 45%;
margin-bottom: 0;
}
.about3-images{
  width: 45%;
}
.about3-inner {
	max-width: 65rem;
	width: 100%;
}
}


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

.whyus-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.whyus-icon{
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: transparent;
  border:2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.whyus-icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
  .whyus-box{
  width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-icon{
  width: 15rem;
  height: 15rem;
  }
  .whyus-icon img{
  width: 6rem;
  height: 7rem;
  }
}
/*-------------*/
.banner3-btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:2rem;
  margin-top: 5rem;
}
.banner3{
  background-color: #ebdecb;
}
/* ================================================================================== 
26. Blog
===================================================================================== */
.blog-box{
  width: 100%;
  margin-bottom: 3rem;
}
.blog-box a{
  text-decoration: none;
}
.blog-box .btn-sm{
  margin-top: 3rem;
}
.blog-image{
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  display: block;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.05);
}
.blog-date{
  display: inline-block;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
  background-color: #f89b46;
  border-radius: 10rem;
  padding: 0.7rem 2rem;
  text-align: center;
  font-size: 1.4rem;
}
.blog-date2{
  position: static;
  left: auto;
  bottom: 0;
}
.btn-sm2{
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-sm2:hover{
  color: #f89b46;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.blog-box{
  width: 48.5%;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.blog-box{
  width: 31.3%;
}
}  
/*--------*/
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}

/*----------------*/

.news-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.news-row:not(:last-child){
  margin-bottom: 5rem;
}
.news-text{
  width: 100%;
  margin-top: 5rem;
}
.news-image{
  width: 100%;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-text{
  width: 48%;
  margin-top: 0;
}
.news-image{
  width: 48%;
}
}
/* ================================================================================== 
27. FAQ
===================================================================================== */
.faq-page .h-line2{
  margin-bottom: 0;
}
.accordion-wrapper {
  width: 100%;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 1.5rem 3rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 1rem;
  background-color: transparent;
  border:1px solid #000;
 


}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 1.8rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}

/* ================================================================================== 
28. Single Service Page
===================================================================================== */

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-service-page ul{
  column-count: 2;
  column-gap: 5rem;
}
}
/* ================================================================================== 
29. Offer  Page
===================================================================================== */
.offer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;

}
.offer-box{
  border: 2px solid #000;
  padding: 2rem;
  width: 48.5%;
  margin-bottom: 3rem;
  text-align: center;
}
.offer-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.offer-image{
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.offer-image:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .offer-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
30. Contact  Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 48%;
  }
  .contact-form{
    width: 48%;
  }
}
/* ================================================================================== 
31. Prijava Smrtnog Slucaja  Page
===================================================================================== */
.info-wrapper{
  margin: 5rem 0;
}
.info-box{
  width: 100%;
  padding: 3rem;
  border:1px solid #000;
  margin-bottom: 5rem;
}
.info-box:last-child{
  margin-bottom: 0;
}
.info-box:first-child{
  background-color: #b49b84;
  border-color: #b49b84;
}
.info-box img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-right: 1rem;
}
.info-box a{
  display: flex;
  align-items: center;
}
.info-link{
    display: flex;
  align-items: center;
  gap:1rem
}
.pages-box{
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 2.5rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 30rem;
   padding-top: 10rem;
}
.pages-wrapper{
  counter-reset: numb2;
  margin-top: 15rem;
}
.pages-box::before{
  content: counter(numb2) '.';
  counter-increment: numb2;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  background-color: #b49b84;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #fff;;
}
.pages-box::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30rem;
	height: 30rem;
	width: 2px;
	background-color: #b49b84;
}
.pages-box .btn{
  margin-top: 3rem;
  text-align: center;
}
.btn-w{
  display: flex;
  justify-content: center;
}
.pages-box:last-child{
  margin-bottom: 0;
}
.pages-box:last-child::after{
  content: none;
}
.pages-box .accordion__body{
  font-size: 1.5rem;
}
.list1{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list1 li{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap:1rem;
  background-color: #fcf7ee;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  padding: 0.5rem;

}
.list1 li:last-child{
  width: 100%;
}
.list1 li img {
	display: block;
	width: 2.5rem;
	height: 3rem;
	object-fit: contain;
}
.list1 li span{
  width: 5rem;
  height: 5rem;
  background-color: #fcf7ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-box .text-center{
  width: 70%;
  margin-bottom: 5rem;
}
.pages-box .accordion{
  background-color: #fcf7ee;
  border:0;
  font-size: 1.8rem;
  padding: 0.8rem 2rem;
}
.list2 li{
  background-color: #fcf7ee;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  padding: 1rem;
}
.list2{
  list-style: none;
  padding: 0;
  margin: 0;
}

.list2 ul li{
  padding: 0;
}
.box-special{
  font-size: 1.5rem;
  padding: 2rem;
  background-color: #b49b84;
  margin-top: 5rem;
  color: #fff;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.list2 ul{
  column-count: 2;
  column-gap: 2rem;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
.list1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.list1 li{
  width: 48.5%;
}
.list1 li:last-child{
  width: 100%;
}

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list2 ul{
  column-count: 3;
  }
  .info-box{
    width: 48%;
    margin-bottom: 0;
  }
  .pages-box{
    padding: 5rem
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .info-wrapper{
    margin: 10rem 0;
  }
}
/* ================================================================================== 
32. Reservation  Page
===================================================================================== */
.reservation-locations{
  padding: 5rem 0;
}
.reservation-location-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:1rem;
  border:1px solid #000;
  padding: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.reservation-location-box img{
  display: block;
  width: 2rem;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reservation-locations{
  column-count: 2;
  column-gap: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .reservation-locations{
    column-count: 3;
  }
}
/* ================================================================================== 
33. Products  Page
===================================================================================== */
.products-wrapper .products-box{
  width: 100%;
  margin-bottom: 3rem;
}

.products-filter form fieldset{
  width: 100%;
}
.fieldset-group{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap:2rem
}

.filter-section{
  padding: 5rem 0;
}
.filter-section .btn{
  background-color: #b49b84;
  padding: 1.8rem 4rem;
  padding-left: 6rem;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 1.5rem;
}
.filter-section .btn:hover{
  background-color: #000;
    background-image: url(images/search-white.svg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.products-wrapper .products-box{
  width: 48.5%;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

 .products-filter form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap:3%
}
  .products-filter form fieldset{
  width: 31.3%;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
   .products-wrapper .products-box{
  width: 31.3%;
  }


} 
/*-------*/
.single-product-image{
  width: 100%;
  margin-bottom: 5rem;
  overflow: hidden;
}
.single-product-image a{
  overflow: hidden;
  display: block;
}
.single-product-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.single-product-image:hover img{
  transform: scale(1.05);
}
.single-product-text{
  width: 100%;
}
.single-product-text .title h1{
  font-size: clamp(3.2rem, 4vw + 1rem, 4.2rem);
}
.desc{
  margin-bottom: 3rem;
}
.single-product-text .btn{
  margin-top: 3rem;
}
.upit-form{
  display: none;
  margin-top: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-product-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:3%
}
.single-product-image{
  width: 46%;
  margin-bottom: 0;
}
.single-product-image img{
  aspect-ratio: 16/12;
}
.single-product-text{
  width: 48.5%;
}
} 
