/*!
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. Offer
17. Services
18. Funeral Services
19. Flowers Services
20. Traffic Services
21. Winter Services
22. News
23. Home Boxes
24. Reviews
25. Home Bottom Section
26. Footer
27. About Page
28. News Page
29. Contact Page
30. Services Page
31. Info Page
32. Team 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;
}

/* ================================================================================== 
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: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  overflow-x: hidden;
  
}
main{
  position: relative;
  overflow: hidden;
}
/*----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: #299c29;  color: #fff; }  
::selection { background-color: #299c29; 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;}
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.8rem);
  line-height: 1.4;
}

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

.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 6rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-purple{
  background-color: rgba(77,27,127, 1);
  color: #fff;
}
.btn-purple:hover{
  opacity: 0.6;
}
.btn-blue{
  background-color: #00607f;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #43515a;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: rgba(255,255,255,0.15);
	font-family: inherit;
	font-size: 1.6rem;
	color: #fff;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #299c29;

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

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

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

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

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

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

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.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;
}
.list2  ul li::before{
   background-image: url(images/list2.svg);
}
.list3  ul li::before{
   background-image: url(images/list3.svg);
}
/* ================================================================================== 
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
===================================================================================== */

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;

}
.custom-arrow,  .arrow{
  width: 4rem;
  height: 4rem;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  background-color: #fff;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.custom-arrow:hover{
  opacity: 0.6;
}
.custom-next,   .arrow--right{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev,  .arrow--left{
  background-image: url(images/prev.svg);
  left: 1rem;
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .custom-arrow,  .arrow{
  width: 6rem;
  height: 6rem;
}
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next,  .arrow--right{
    right: -4rem;
  }
  .custom-prev,   .arrow--left{
    left: -4rem;
  }

  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

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

}
/* ================================================================================== 
14. Header
===================================================================================== */
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.5rem;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-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;
}
.header-logo img{
  display: block;
  width: 20rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
    transition: 
    transform .5s cubic-bezier(0.77, 0, 0.175, 1),
    opacity .4s ease;
  z-index: 2;
  overflow-y: auto;

}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all .4s ease-in-out;
}
nav li a:hover, nav li.current_page_item a{
  color: #299c29;
}
.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  text-align: center;
  position: relative;

  font-size: 2rem;
}

.mobile-info .btn-katalog{
  display: inline-block;
    margin-bottom: 3rem;
}
.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{
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-right: 4rem;
  margin-left: auto;
}
.header-phone span{
  display: block;
  font-size: 1.3rem;
  opacity: 0.35;
}
.btn-katalog{
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,0.09);
  padding: 2rem 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: auto;

}
.btn-katalog{
  display: none;
}
header .container{
  position: static;
}
.header-phone2{
  margin-right: 2rem;
  margin-left: 0;
}
.header-phone2 a{
  display: inline-block;
  margin-right: 1rem;
}
.header-phone{
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
.btn-katalog{
  display: flex;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-phone{
    display: inline-block;
  }
  .btn-katalog{
    margin-left: 0;
  }
      .header-phone2{
  width: 20rem;
}
}  
@media only screen and (max-width: 70.625em) {
  /*1130px*/
nav li{
  display: block;
  overflow: hidden; 
}


nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  font-size: 2rem;
  transform: translateY(40px);
  opacity: 0;
  transition: all .4s ease;
}
.mobile-info{
  overflow: hidden;
}
.mobile-info *{
    transform: translateY(40px);
    opacity: 0;
  transition: all .4s ease;
}
nav.open li a,  nav.open .mobile-info *{
  transform: translateY(0);
  opacity: 1;
}

nav.open li:nth-child(1) a{ transition-delay: 0.1s; }
nav.open li:nth-child(2) a{ transition-delay: 0.2s; }
nav.open li:nth-child(3) a{ transition-delay: 0.3s; }
nav.open li:nth-child(4) a{ transition-delay: 0.4s; }
nav.open li:nth-child(5) a{ transition-delay: 0.5s; }
nav.open .mobile-info *{ transition-delay: 0.6s; }
nav li a:hover{
  transform: translateX(10px);
  color: #aaa;
}
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}

@media only screen and (min-width: 70.625em) {
  /*1130px*/
  .toggle{
    display: none;
  }
  .header-phone{
  margin-left: 0;
}
.header-phone2{
  margin-right: 27rem;
  width: 20rem;
}
  .btn-katalog{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  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: 5rem;
    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: 36rem;
	background-color: #000;
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	display: block;
	font-size: 1.3rem;
}
  .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;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
    nav li a{
    padding: 2rem 3rem;
  }
  nav{
    margin-left: 10rem;
  }

}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/
    .header-phone2{
  width: auto;
}
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}
.intro video{
  position: relative;
  width: 100%;
  height:87rem;
  object-fit: cover;
  display: block;
}
.intro img{
  display: block;
  width: 100%;
  height:87rem;
  object-fit: cover;
  position: relative;
}


.intro-overlay1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(images/bg-green.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.4;
	background-color: #00FF00;
}
.intro-overlay2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.53);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}

.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.intro-inner{
 width: 100%;
  opacity: 0;    
          
  transform: translateY(50px); 
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  text-align: center;
}
.intro-inner.visible {
  opacity: 1;
  transform: translateY(0);
}

.intro-btns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  margin-top: 5rem;
}
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

/* Za scale-in efekat */
[data-animate="scale"] {
  transform: scale(0.8);
}
[data-animate="scale"].visible {
  transform: scale(1);
}

/* Za slide-left efekat */
[data-animate="slide-left"] {
  transform: translateX(-50px);
}
[data-animate="slide-left"].visible {
  transform: translateX(0);
}

/* Za slide-right efekat */
[data-animate="slide-right"] {
  transform: translateX(50px);
}
[data-animate="slide-right"].visible {
  transform: translateX(0);
}
.intro-social{
  position: absolute;
  top: 15%;
  right: 3rem;
  display: flex;
  flex-direction: column;
  gap:1rem;
  z-index: 2;
}
.intro-social img{
  display: block;
  width: 3rem;
  height: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-social{
    top: 30%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-inner{
    max-width: 70rem;
    margin-right: 15rem;
    text-align: left;
      margin-bottom: 16rem;   

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

}
/* ================================================================================== 
16. Offer
===================================================================================== */
.offer {
	z-index: 4;
    background-color: #FF69B4;
}


.keen-slider__slide img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/15;
  object-fit: cover;
}
.keen-slider__slide a{
  display: block;
  position: relative;
  overflow: hidden;
}
.keen-slider__slide a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.53);
}
.keen-slider__slide a h3{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  font-size: 3rem;
  padding: 4rem;
}
.btn-sm{
  display: inline-block;
  padding-right: 3rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.2rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  font-weight: 600;
}
.keen-slider__slide a .btn-sm{
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.offer-prev, .offer-next,.arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  filter: brightness(0) invert(100);
}
.offer-prev, .arrow--left{
  left: 1rem;
}
.offer-next,   .arrow--right{
  right: 1rem;
}
  .offer .container {
    z-index: 2;
  }
  .btns-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;

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

}

  @media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .keen-slider__slide img{
  aspect-ratio: 16/10;

  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.title-wrapper{
  margin-bottom: 5rem;
}
.services{
  background-color: #FF69B4;
}

.btn-green{
  display: inline-block;
  background-color: rgba(74,146,42,0.31);
  padding: 2rem 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 1.5rem;
  margin-top: 3rem;
  transition: all .4s ease-in-out;
}
.btn-green:hover{
  background-color: rgba(74,146,42,1);
}
.btn-white{
  display: inline-block;
  background-color: rgba(255,255,255,0.31);
  padding: 2rem 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 1.5rem;
  margin-top: 3rem;
  transition: all .4s ease-in-out;
  color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.services-wrapper{
  padding: 0 2rem;
}
.services-box{
  display: block;
  width:100%;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.services-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/25;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.services-box:hover img{
  transform: scale(1.05);
}
.services-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.services-box-text{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem;
  z-index: 2;

}
.services-box-text h3{
  font-size: 3rem;
}
.services-box-text .btn-sm{
  font-size: 1.5rem;
  margin-bottom: 2rem;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .services-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .title-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10rem;
    gap:6rem;
  }
  .title-wrapper  .title{
    max-width: 60rem;
    width: 100%;
  }
  .title-text{
    width: 50rem;
  }
  .services-box{
    width: 22.7%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
18. Funeral Services
===================================================================================== */
.funeral-services{
   background: linear-gradient(to left,  rgba(8,2,14,0.65) 0%,rgba(77,27,127,0.6) 100%);
   position: relative;
}
.funeral-services {
  transform-origin: center center;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.funeral-services::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 92rem;
	height: 100%;
	background-image: url(images/bg-cross.png);
	background-repeat: no-repeat;
	background-size: 100rem;
	opacity: 0.12;
	background-position: center top -15rem;
}

.funeral-info{
  width: 100%;
  border-radius: 2rem;
  background: linear-gradient(to left,  rgba(8,2,14,0.65) 0%,rgba(77,27,127,0.6) 100%);
  padding: 4rem;

}
.phone-box,.mail-box, .time-box{
  width: 7rem;
  height: 7rem;
  border-radius: 1rem;
  background-color: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.phone-box img,  .mail-box img, .time-box  img{
  display: block;
  width: 3rem;
  height: auto;
}

.funeral-info-left span, .info-wrap-text span{
  font-weight: 600;
  opacity: 0.5;
  display: block;
  font-size: 1.6rem;
}
.funeral-info-left a{
  text-decoration: none;
  font-size: 3rem;
  display: inline-block;
  font-weight: 600;
}

.funeral-info{
  margin-bottom: 5rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .funeral-info-left{
    width: 45%;
  }
  .funeral-info-right{
    width:35%;
  }
  .funeral-info-left a{
  font-size: 5rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .funeral-services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .funeral-info{
    width: 60%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .funeral-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

  }
}
/* ================================================================================== 
19. Flowers Services
===================================================================================== */
.flowers{
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center
  ;
}
.flowers-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.flowers-left{
  width: 100%;
  margin-bottom: 5rem;
}
.flowers-right{
  width:100%;
}
.flowers-image img{
  display: block;
  width: 100%;
  height: auto;
}

.flowers-image{
  margin-top: 5rem;
}
.info-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem;
  margin-bottom: 3rem;
}
.info-wrap a {
	text-decoration: none;
	font-size: 3rem;
	display: inline-block;
	font-weight: 600;
}
.time-wrap p{
  font-size: 2rem;
  font-weight: 600;
}
.flowers-info{
  margin-top: 5rem;
}
.flowers-left .btn{
  margin-top: 3rem;
}
.flowers2-image img{
  display: block;
  width: 100%;
  height: auto;
}
.flowers2-wrapper{
  margin-top: 5rem;
}
.flowers2{
  background-color: #299c29;
}
  @media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-wrap a {
	font-size: 4rem
  }
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  .flowers{
    background-size: cover !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
.flowers-wrapper{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flowers2-wrapper{
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flowers-wrapper2{
  align-items: center;
}
.flowers-left,.flowers2-text{
  width: 55%;
  margin-bottom: 0;
}
.flowers-right{
  width:35%;
}
.flowers-left .title,  .flowers-left p{
  padding-left: 10rem;
}
.flowers-left .btn{
  margin-left: 10rem;
}
.flowers2-image{
  width: 45%;
}
}
/* ================================================================================== 
20. Traffic Services
===================================================================================== */
.traffic{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: background-size 0.2s ease-out;
  background-attachment: scroll;
  position: relative;

}
.traffic::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
}
.traffic-top-text{
  width: 100%;
  margin-bottom: 5rem;
}

.traffic-box{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.traffic-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}

.traffic-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
    aspect-ratio: 16/14;
}
.traffic-box-text{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem;
  padding-right: 15rem;
  z-index: 2;
}
.traffic-box:first-child img{
  aspect-ratio: 16/24;
}
.traffic-box-text p{
  color:rgba(255,255,255,.6);
  font-weight: 400;
}
.traffic-box-text h3{
  font-size: 4rem;
}

.kenburns-top {
	-webkit-animation: kenburns-top 15s ease-out infinite alternate-reverse both;
	animation: kenburns-top 15s ease-out infinite alternate-reverse both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.traffic-wrapper{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px**/
  .traffic-top-text{
    max-width: 62rem;
    margin-bottom: 20rem;
    padding-left: 5rem;
  }
  .traffic-box:last-child{
    margin-top: -15rem;
  }
  .traffic-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .traffic-box{
    width: 55%;
  }
  .traffic-box:first-child{
    width:35%;
  }
}
/* ================================================================================== 
21. Winter Services
===================================================================================== */
.winter{
  background-image: url(images/bg-blue2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.winter-top-text{
  width: 100%;
}
.winter-outer{
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.winter-photo-slider{
  overflow: hidden;
  position: relative;
}
.winter-photo-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/15;
  object-fit: cover;
}
.winter-photo-slider .swiper-slide{
  overflow: hidden;
  position: relative;
  box-sizing: border-box;

}
.winter-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
}
.slide-text{
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 5rem;
  width: 100%;
  max-width: 80rem;

}
.slide-text h3{
  font-size: 3rem;
}
.winter-arrows{
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.winter {
  background: #0482a9;
  background-size: 300% 300%;
  animation: gradient-flow 10s ease infinite;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .winter-photo-slider img{
    aspect-ratio: 16/12;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .slide-text h3{
    font-size: 3.4rem;
  }
  .winter-photo-slider img{
    aspect-ratio: 16/8;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .winter-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .winter-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .winter-top-text{
    width: 45%;
  }
  .slide-text h3{
    font-size: 5rem;
  }


}
/* ================================================================================== 
22. News
===================================================================================== */
.news{
  background-color: #34ad36;
}
.news-slider{
  overflow: hidden;
}
.news-slider  a{
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.news-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
}
.news-slider  a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.news-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
}
.news-slider a .btn-sm{
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.news-arrows{
  margin-top: 5rem;
  margin-left: auto;
  justify-content: flex-end;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-slider img{
    aspect-ratio: 16/14;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-slider img{
    aspect-ratio: 16/10;
  }
} 
/* ================================================================================== 
23. Home Boxes
===================================================================================== */
.home-boxes{
  /* background: linear-gradient(to bottom,  rgba(8,2,14,0.65) 0%,rgba(38,13,69,0.6) 100%); */
  background-color: #34ad36;
}

.home-box{
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  text-decoration: none;
  transition: all .4s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.home-box p{
  margin-bottom: 5rem;
}
.home-box-image{
  display: block;
  margin-top: auto;
  position: relative;
  margin-top: auto;
}
.home-box-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
}
.home-box h3{
  font-size: 3rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-boxes-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%
  }
  .home-box{
    width: 45%;
  }
  .home-box h3{
    font-size: 4rem;
  }
  .home-box-image::before{
    content: '';
    position: absolute;
    right: 2rem;
    top: -2rem;
    width: 100%;
    height: 100%;
   background-color: #19621a;
    z-index: -1;
    transition: all .4s ease-in-out;

  }
  .home-box:nth-child(1) .home-box-image::before{
    right: auto;
    left: 2rem;
    bottom: -2rem;
    top: auto;
  }
  .home-box:nth-child(1) .home-box-image:hover::before{
    bottom: 0;
    left: 0;
  }
  .home-box:nth-child(2) .home-box-image:hover::before{
    right: 0;
    top: 0;
  }
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .home-box h3{
    font-size: 6rem;
  }
  .home-box-image::before{
    right: 5rem;
    top: -5rem;
 

  }
  .home-box:nth-child(1) .home-box-image::before{

    left: 5rem;
    bottom: -5rem;

  }
  .home-box:nth-child(1) .home-box-image:hover::before{
    bottom: 0;
    left: 0;
  }
  .home-box:nth-child(2) .home-box-image:hover::before{
    right: 0;
    top: 0;
  }
}
/* ================================================================================== 
24. Reviews
===================================================================================== */
.reviews{
  background-color: #000;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.reviews .container{
  z-index: 3;
}
.reviews-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
}
.reviews-wrapper {
	max-width: 58rem;
	margin: 2rem auto;
}
.review-wrapper {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(50px); /* lagani dolje offset */
}

.review-box {
  background: #ffffff1a;
  backdrop-filter: blur(40px);
  border-radius: 1rem;
  box-shadow: 0 -4px 16px #0000000d;
  padding: 3rem;
  width: 100%;
  text-align: center;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
.review-author{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.review-author p{
  margin: 0;
}
.review-icon{
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.reviews .gradient-bg{
  height: 100%;
}
.review-wrapper:nth-child(1) .review-icon{
  background-color: #7f4bb0;
}
.review-wrapper:nth-child(2) .review-icon{
  background-color: #299c29;
}
.review-wrapper:nth-child(3) .review-icon{
  background-color: #24809d;
}
/* ================================================================================== 
25. Home Bottom Section
===================================================================================== */
.home-bottom{
  /* background-image: url(images/bg-green.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  font-size: 2rem;
  position: relative;
  text-align: center;
  background-color: #34ad36;
}
.bg-green{
    background-image: url(images/bg-green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.home-bottom-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.home-bottom-box{
  width: 100%;
  margin-bottom: 2rem;
}
.home-number{
  font-size: 3rem;
  font-weight: 700;
}
.home-bottom h2{
  font-size: 4rem;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
  font-weight: 700;
  
}
/* .home-bottom h2 strong{
color: #4bae4f;
} */
.btn-team{
display: inline-block;
background-color: rgba(255,255,255,0.1);
padding: 2rem 3rem;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
font-size: 1.5rem;
margin-top: 6rem;
transition: all .4s ease-in-out;

}
.btn-team:hover{
  background-color: #299c29;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-bottom h2{
    font-size: 6rem;
  }
  .home-number{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .home-number{
    font-size: 6rem;
  }
  .home-bottom h2{
    font-size: 6rem;
  }
  .home-bottom{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .home-bottom-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-bottom-box{
    width: auto;
  }
  .home-bottom h2{
      margin-top: 10rem;
  }
   .home-bottom h2{
    font-size: 8rem;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .home-number{
    font-size: 8rem;
  }
  .home-bottom h2{
    font-size: 10rem;
  }
}

/* ================================================================================== 
26. Footer
===================================================================================== */
footer{
  line-height: 1.8;
}
.footer-logo img{
  display: block;
  margin: 0 auto;
  width: 27rem;
  height: auto;
  margin-bottom: 5rem;
}

.footer-box{
  width:100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
footer h3{
  font-weight: 700;
  opacity: 0.4;
  font-size: 2.4rem;
}
.copyright{
  padding-bottom: 5rem;
  text-align: center;
}
.none{
  display: none;
}
/*--------cursor dot----------*/
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 9999999;
}

.cursor-dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(41, 156, 41,.7);
}

/* .cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(229, 128, 128, 0.5);
} */

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer h3{
    font-size: 3rem;
  }
  
  .footer-box{
    width: 45%;
    text-align: left;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
27. About Page
===================================================================================== */

.top-height{
  height: 10.2rem;
}
.gallery-slider{
  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{
  display: block;
  overflow: hidden;
}
.gallery-slider a:hover img{
  transform: scale(1.05);
}
hr{
  opacity: 0.2;
}
.gallery2-prev, .gallery2-next{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.gallery2-prev{
  left: 1rem ;
}
.gallery2-next{
  right: 1rem ;
}
.gallery2{
  position: relative;
  margin-top: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 45%;
  }

} 
/* ================================================================================== 
28. News Page
===================================================================================== */

.news-box{
  width: 100%;
  margin-bottom: 5rem;
}
.news-image{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all .4s ease-in-out;
}
.news-image:hover img{
  transform: scale(1.05);
}
.news-box a{
  text-decoration: none;
  transition: all  .4s ease-in-out;
}
.bg-black {
	background: #010d03;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .news-box{
   width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-box{
    width: 31.3%;
  }
} 
/*--------------*/
.news-title h2{
  font-size: 3.2rem;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* ================================================================================== 
29. Contact Page
===================================================================================== */
.other-box{
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 1rem;
  background-color: rgba(0,0,0,.4);
  padding: 5rem 2.5rem;
}
.contact-page-form{
  max-width: 80rem;
  width: 100%;
  margin: 0  auto;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-page-form form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:3%;
}
.contact-page-form fieldset{
  width: 48%;
}
.contact-page-form fieldset.w-100{
  width: 100%;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.other-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.other-box{
  width: 48.5%;
    padding: 5rem;
}
} 
/* ================================================================================== 
30. Services Page
===================================================================================== */

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-text ul,  .column-count ul:nth-of-type(2){
    column-count: 2;
    gap:5rem
  }
} 
/*----------*/
.funeral-page .funeral-info{
  width: 100%;
  margin-bottom: 5rem;
}
.funeral-page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.funeral-page-wrapper .funeral-text{
  width: 48%;
}
.funeral-page .funeral-services-wrapper{
  margin-top: 5rem;
}
.bg-purple{
  background: linear-gradient(to left, rgba(8,2,14,0.65) 0%,rgba(77,27,127,0.6) 100%);
  position: relative;
}
.docs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.docs2 ul{
  flex-direction: column;
}
.docs a {
	text-decoration: none;
	display: inline-block;
	padding: 1rem;
	padding-left: 5.2rem;
	background-color: rgba(255,255,255,.2);
	background-image: url(images/docs.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 2rem;
}
.docs li{
  display: inline-block;
}
/*--------*/
.btns-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:1rem
}
/*-----------*/
.flowers-overlay2{
  background-color: rgba(0,0,0,.6);
}
.flowers{
  background-color: #a01717;
}
.products-box{
  width: 100%;
  margin-bottom: 4rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  text-align: center;
}
.product-image{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.product-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.product-image:hover img{
  transform: scale(1.01);
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
	background: #272727;
	padding: 7rem;
	max-width: 100rem;
	width: 90%;
	text-align: center;
	position: relative;
	animation: fadeIn 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.9);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.products-box{
  width: 48.5%;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
   .products-box{
    width: 31.3%;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-box{
    width: 22.7%;
  }
}

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

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .traffic-pages .traffic-wrapper{
    margin-top: 25rem;
  }
}
/*--------------*/
.winter .btns-wrapper{
  margin-bottom: 5rem;
}
/* ================================================================================== 
31. Info Page
===================================================================================== */
.pages-content{
  margin-top:6rem;
}
.pages-aside a{
  transition: all  .4s ease-in-out;
  text-decoration: none;
  padding: 1rem 0;
  display: block;
  border-bottom:1px solid rgba(255,255,255,.2);
}
.pages-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.pages-aside ul li{
  margin-bottom: 2rem;
}
.pages-aside a:hover{
 color: #7f4bb0;
}
.pages-content h2{
  margin-bottom: 6rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.pages-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.pages-aside{
  width: 35rem;
}
.pages-content{
  width: calc(100% - 50rem);
  margin-top: 0;
}
}  
/*---------*/
 .tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tabs a {
  padding: 2rem 4rem;
  display: block;
  margin-right: 0.5rem;
  font-weight: 600;
  border:1px solid rgba(255,255,255,.2);
  text-decoration: none;
  transition: all .4s ease-in-out;
  margin-bottom: 1rem;
}
.tabs a:hover,
.tabs a.active-tab {
  background-color: #7f4bb0;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 3rem;

}
.tabs-container  h3:not(:first-of-type){
  margin-top: 3rem;
}
.tabs-container.active-tab {
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    display: inline-block;
  }
    .tabs{
      flex-direction: row;
    }
}
/* ================================================================================== 
32. Team Page
===================================================================================== */
.team-box{
  width: 100%;
  border:1px solid rgba(255,255,255,.2);
  margin-bottom: 3rem;
}
.team-image{
  display: block;
  width: 100%;
  height: auto;
}
.team-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/19;
  object-fit: cover;
}
.team-box h3, .team-box p{
  padding: 0 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .team-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .team-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .team-box{
    width: 31.3%;
  }
}



/* 
[class^="number-slide"],
[class*=" number-slide"] {
  background: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;
}

.number-slide1 {
  background: rgb(64, 175, 255);
  background: linear-gradient(
    128deg,
    rgba(64, 175, 255, 1) 0%,
    rgba(63, 97, 255, 1) 100%
  );
}

.number-slide2 {
  background: rgb(255, 75, 64);
  background: linear-gradient(
    128deg,
    rgba(255, 154, 63, 1) 0%,
    rgba(255, 75, 64, 1) 100%
  );
}

.number-slide3 {
  background: rgb(182, 255, 64);
  background: linear-gradient(
    128deg,
    rgba(182, 255, 64, 1) 0%,
    rgba(63, 255, 71, 1) 100%
  );
  background: linear-gradient(
    128deg,
    rgba(189, 255, 83, 1) 0%,
    rgba(43, 250, 82, 1) 100%
  );
}

.number-slide4 {
  background: rgb(64, 255, 242);
  background: linear-gradient(
    128deg,
    rgba(64, 255, 242, 1) 0%,
    rgba(63, 188, 255, 1) 100%
  );
}

.number-slide5 {
  background: rgb(255, 64, 156);
  background: linear-gradient(
    128deg,
    rgba(255, 64, 156, 1) 0%,
    rgba(255, 63, 63, 1) 100%
  );
}
.number-slide6 {
  background: rgb(64, 76, 255);
  background: linear-gradient(
    128deg,
    rgba(64, 76, 255, 1) 0%,
    rgba(174, 63, 255, 1) 100%
  );
}

.arrow {
  width: 10rem;
  height: 10rem;
} */