@charset "UTF-8";

/* -----------------------------------------------------------------------------------
Company Name: iQera Italia S.p.a.
Description: Custom CSS for iQera Italia S.p.a.
Author: iQera_Bondani
-----------------------------------------------------------------------------------*/

/************************
 * Custom theme colors
 ***********************/
 
:root {
    --theme-default: #006d84;
    --theme-default2: #009ebf;
    --theme-gradient1: linear-gradient(to right, var(--theme-default) 0%, var(--theme-default2) 51%, var(--theme-default) 100%);
    --theme-gradient2: linear-gradient(to right, var(--theme-default) 0%, var(--theme-default2) 100%);
    --theme-gradient3: linear-gradient(48deg, var(--theme-default) 0%, var(--theme-default2) 100%);
    --theme-gradient4: linear-gradient(to right, var(--theme-default) 25%, var(--theme-default2) 100%);
    --theme-default3: #006d84;
    --theme-default4: #009ebf;
    --theme-gradient5: linear-gradient(to right, var(--theme-default3) 0%, var(--theme-default4) 51%, var(--theme-default3) 100%);
    --theme-gradient6: linear-gradient(to right, var(--theme-default3) 0%, var(--theme-default4) 100%);
    --theme-gradient7: linear-gradient(90deg, var(--theme-default3) 25%, var(--theme-default4) 100%);
    --theme-default5: #006d84;
    --theme-default6: #006d84;
    --theme-default7: #009ebf;
    --theme-gradient8: linear-gradient(to right, var(--theme-default6) 0%, var(--theme-default7) 51%, var(--theme-default6) 100%);
    --theme-gradient9: linear-gradient(90deg, var(--theme-default6) 0%, var(--theme-default7) 100%);
    --theme-default8: #006d84;
    --theme-default9: #009ebf;
    --theme-gradient10: linear-gradient(to right, var(--theme-default8) 0%, var(--theme-default9) 51%, var(--theme-default8) 100%);
    --theme-gradient11: linear-gradient(to right, var(--theme-default8) 0%, var(--theme-default9) 100%);
    --theme-gradient12: linear-gradient(48deg, var(--theme-default8) 0%, var(--theme-default9) 100%);
    --theme-gradient13: linear-gradient(to right, var(--theme-default8) 25%, var(--theme-default9) 100%);
    --theme-default10: #00968a;
    --theme-default11: #cc0703;
    --theme-gradient14: linear-gradient(to right, #bf0000 0%, #ff6565 51%, #bf0000 100%);
    accent-color: var(--theme-default);
}

.iqera-green {
	color: var(--theme-default);
}

.label.label-shadow {
    background-color: #a82b29;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #a82b2933;
}

.service-section.service-2 .property-service > div .service-box.color-3:hover {
    background-color: #006d8421;
}

/**ScrollBar**/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* width */
::-webkit-scrollbar {
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Selection */
::selection {
  color: #f1f1f1;
  background: #7b201e;
}

/* Select focus */
select:focus-visible {
	color: #212529;
    background-color: #fff;
    border-color: var(--theme-default2);
    outline: 0;
}

/* Input focus */
input:focus {
	color: #212529;
    background-color: #fff;
    border-color: var(--theme-default2);
    outline: 0;
}

input:focus-visible {
	color: #212529;
    background-color: #fff;
    border-color: var(--theme-default2);
    outline: 0;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgb(0 124 152 / 41%);
}

hr {
	color: #008eb1;
}

.btn.btn-gradient.color-red {
    background-image: var(--theme-gradient14);
}

.btn.btn-gradient.color-red:hover {
    background-position: right center;
}

input[type=email]::placeholder {
	text-transform: lowercase;
}

/* Autocomplete Styling */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: var(--theme-default2); }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* SweetAlert Styling */
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: var(--theme-default);
    color: #fff;
    font-size: 1.0625em;
}

.swal2-popup .swal2-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
    max-height: 48px;
}

/* Loading */

.loading {
	filter: blur(3px);
    pointer-events: none;
}

/*btn*/

.btn {
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 30px 7px;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}

/* SVG size */
.size-20 {
	height: 20px;
	width: 20px;
}

/********************
 * Home section size
 *******************/
 
.layout-home8 .home-right-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    filter: invert(0%) sepia(8%) saturate(1250%) hue-rotate(152deg) brightness(100%) contrast(43%);
}

.layout-home8-static .home-right-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    filter: invert(0%) sepia(8%) saturate(1250%) hue-rotate(152deg) brightness(100%) contrast(43%);
}

.layout-home8-static {
    position: relative;
    height: 88vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    background-color: #f7f7fe;
    overflow: unset;
    height: 350px;
    min-height: unset;
}
 
.layout-home8 {
    position: relative;
    height: 88vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    background-color: #f7f7fe;
    overflow: unset;
    height: auto;
    min-height: unset;
}

.layout-home8::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 122px;
    bottom: 0;
    left: 0;
    background-image: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.layout-home8 .home-left-content {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

.banner-4 {
    background-image: url(/public/tmpl/images/home-background.jpg);
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    filter: saturate(80%);
}

.search-with-tab .tab-content .review-form .dropdown {
    padding: 12px 11px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.search-with-tab .tab-content .review-form .dropdown .dropdown-menu {
    left: -11px !important;
    top: 11px !important;
}

.contact-number > a {
	color: white;
}

.header-layout-3 .contact-number span {
    font-weight: 500;
    color: #ffffff;
    margin-left: 0.5rem;
}

.property-section .property-box .property-image .overlay-property-box .like.added svg {
    fill: var(--theme-default11);
}

.search-with-tab .nav-tabs .nav-item .nav-link {
    color: var(--theme-default6);
    background-color: #ffffff;
    border: none;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}

/* Banner - ino asta start */

.row-banner-asta {
    margin-left: -3px;
    margin-top: 2rem;
    margin-bottom: -3.5rem;
    width: 373px;
}

.card-banner-asta {
	background-color: var(--theme-default);
	box-shadow: 3.346px 3.716px 22.5px #000000d1;
}

@media only screen and (min-width: 400px) and (max-width: 769px) {
	
	.row-banner-asta {
	    margin-left: 63px;
	    margin-top: 2rem;
	    margin-bottom: -3.5rem;
	    width: 382px;	
	}

}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	
	.row-banner-asta {
	    margin-left: 150px;
	    margin-top: 2rem;
	    margin-bottom: -3.5rem;
	    width: 382px;
	}

}

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
	
	.row-banner-asta {
	    margin-left: 338px;
	    margin-top: 2rem;
	    margin-bottom: -3.5rem;
	    width: 382px;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 991.11px) {
	
	.row-banner-asta {
	    margin-left: 250px;
	    margin-top: 2rem;
	    margin-bottom: -3.5rem;
	    width: 382px;
	}

}

@media only screen and (min-width: 1400px) {

	.row-banner-asta {
	    margin-left: 471px;
	    margin-top: 2rem;
	    margin-bottom: -3.5rem;
	    width: 382px;
	}

}

.text-right {
	margin-left: 50%;
	transform: translateX(-160%);
	opacity: 0;
	animation: slide-in-anim 4s ease-out forwards infinite;
}

.text-left {
	margin-left: 50%;
	transform: translateX(20%);
	opacity: 0;
	animation: slide-in-anim 4s ease-out forwards infinite;
}

#banner-asta b {
	color: white;
    display: block;
    width: 300px;
}

@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-85%);
	}
	75% {
		transform: translateX(-92%);
	}
	100% {
		opacity: 1;
		transform: translateX(-90%);
	}
}

/* Banner - info asta end */
.service-section.service-2 .property-service > div .service-box p {
    margin-bottom: 30px;
    line-height: 1.75;
    color: rgba(88, 97, 103, 0.7);
    max-height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-section .offer-wrapper .media .media-body {
    margin-left: 50px;
    margin-top: -23px;
}

.offer-wrapper {
	cursor: pointer;
}

.bottom-btns{
	display: flex !important;
    justify-content: space-between !important;
}
  
/************************
 * Home section size end
 ************************/
/*------------------------------------*/
/*************************
 * Faq section properties
 ************************/

.info-title-section {
	background-color: #f5f6f7;
}

.info-title-section-sm {
    background-color: #f5f6f7;
    margin-top: -4rem;
    padding-bottom: 0rem;
}

.title-3 p {
    color: rgba(88, 97, 103, 0.7);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: -1px;
    text-align: center;
}

.service-section .property-service > div .service-box {
    text-align: left;
    border-radius: 15px;
    padding: 33px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 22px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 22px rgb(0 0 0 / 7%);
}

/*pricing icons*/
.service-section .property-service > div .service-box .icon-round {
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--theme-default3);
    position: relative;
}

/*row pricing*/
.row-pricing {
	--bs-gutter-y: 1.0rem;
}

.service-section.service-2 .property-service > div .service-box {
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / 8%);
    box-shadow: 0 0 35px rgb(0 0 0 / 8%);
    border-radius: 3%;
    padding: 60px 40px;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.property-details .property-btn .btn:hover {
    background-color: #00c7ff1f;
}

.accordion .card-header:hover {
    background-color: transparent;
    padding: 20px 50px 20px 30px;
    position: relative;
    background-color: #006d8421;
}

.accordion .card-header .card-link {
    color: var(--theme-default);
    font-weight: 700;
    font-size: 18px;
}

.li-service-item {
    /* display: inline-block; */
    font-size: 14px;
    display: list-item;
    list-style-type: disc;
}

.service-section .property-service > div .service-box h3 {	
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    font-weight: 700;
    line-height: 1.5;
    color: #1c2d3a;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    -webkit-filter: drop-shadow(5px 5px 12px rgba(255, 92, 65, 0.2));
    filter: drop-shadow(5px 5px 12px rgba(255, 92, 65, 0.2));
}

.accordion .card-body {
    color: #000;
    border-top: 1px solid #eee;
    line-height: 1.6;
    padding: 30px;
    font-size: 16px !important;
    font-family: Inter, sans-serif;;
}

.p-infoasta {
	color: #000;
	font-size: 16px !important;
	line-height: 1.2;
	font-family: Inter, sans-serif;;
}

.faq-section .faq-image img {
    width: 90%;
}

/*****************************
 * Faq section properties end
 *****************************/
/*------------------------------------*/
/*************************
 * Log-in modal
 ************************/
 
.login-img {
    height: 100%;
    filter: invert(0%) sepia(8%) saturate(1250%) hue-rotate(152deg) brightness(100%) contrast(43%);
}

.btn-register {
	border: 1px solid #eee;
    border-radius: 8px;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-left: 2rem;
    color: var(--theme-default7) !important;
}

.signup-modal .signup-tab form a:hover, .signup-modal .signup-tab form a:focus {
    text-decoration: none;
}

.row-login-logo {
	width: 190px;
}

.row-login-logo img {
    width: 100%;
    height: auto;
    padding-top: 4rem;
    margin-left: 8.5rem;
}

.row-spacing-logo {
	 height: 115px;
}

/*******************
 * Log-in modal end
 *******************/
/*------------------------------------*/
/*******************
 * Typography start
 ******************/

body {
  font-family: Inter, sans-serif;
  position: relative;
  background: white;
  font-size: 14px;
  color: #1c2d3a;
  -webkit-transition: unset !important;
  transition: unset !important; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: inline-block;
  font-size: 14px; }

p {
  font-size: 15px;
  line-height: 1.2;
  color: #647589; }
  p.font-roboto {
    letter-spacing: 0.5px; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  a:focus {
    outline: none; }
  a.text-color-1:hover, a.text-color-1:focus {
    color: var(--theme-default) !important; }
  a.text-color-2:hover, a.text-color-2:focus {
    color: var(--theme-default3) !important; }
  a.text-color-3:hover, a.text-color-3:focus {
    color: var(--theme-default5) !important; }
  a.text-color-4:hover, a.text-color-4:focus {
    color: var(--theme-default7) !important; }
  a.text-color-7:hover, a.text-color-7:focus {
    color: var(--theme-default10) !important; }

button,
.btn {
  font-family: Inter, sans-serif; }
  button:focus,
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4); }

.form-control::-moz-placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4); }

.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4); }

.form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4); }

.form-control::placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif;
  font-weight: normal; }

h1 {
  font-size: calc(26px + (55 - 26) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize; }

h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 1.1;
    text-transform: none;
    color: #1c2d3a;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #1c2d3a; }

h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: capitalize; }

h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2; }

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2; }

section {
  padding: 90px 0; }

.small-section {
  padding: 60px 0; }

.section-sm {
  padding: 40px 0 0; }

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent; 
}

.custom-scrollbar::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 13px; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.02);
  background-color: #ffffff; }

.p-t-40 {
  padding-top: 40px; }

.column-space {
  margin-bottom: -50px; }
  .column-space > div {
    padding: 0 25px;
    margin-bottom: 50px; }

.shadow-cls {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
          box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07); }

.radius-cls {
  border-radius: 20px; }

.card-header {
  padding: 20px; }

.theme-card {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
          box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px; }
  .theme-card .card-header {
    padding-top: 0; }
    .theme-card .card-header h5 {
      margin-bottom: 0; }
  .theme-card .card-header, .theme-card .card-body {
    padding-left: 0;
    padding-right: 0; }
  .theme-card .card-body {
    padding-top: 20px; }
  .theme-card + .theme-card {
    margin-top: 45px; }

.f-w-600 {
  font-weight: 600; }
  
header.header-3 .main-navbar .nav-menu > li > a, header.header-4 .main-navbar .nav-menu > li > a {
    font-family: Inter, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin-right: 20px;
}

.text-18 * {
	font-size: 18px !important;
}

.text-16 * {
	font-size: 16px !important;
}

.text-16 {
	font-size: 16px !important;
}

.text-14 {
	font-size: 14px !important;
}

/*************************
 * Typography end
 ************************/
/*------------------------------------*/
/*************************
 * Listing start
 ************************/
 
.property-grid.list-view .property-box .property-image {
    width: 37%;
}

.filter-icon-start {
	margin-bottom: 1rem;
}


.filter-icon-middle {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.filter-icon-last {
    margin-top: 1rem;
}

.dropdown-menu-scrollable {

	height: auto;
    max-height: 200px;
    overflow-x: hidden;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 37px);
	
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--theme-default2);
    outline: 0;
}

.left-sidebar, .blog-sidebar {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 8px !important;
    background-color: #ffffff;
}

.label-iqera {
	background: var(--theme-default);
	box-shadow: 0 0 9px 3px #40808047;;
}

.property-details ul li {
    padding-left: 15px;
    padding-right: 12px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 11px;
}

/*advanced filter*/

@media only screen and (max-width: 991px) {

  .filter-bottom-content.left-sidebar {
      left: 21px !important;
      top: 300px;
  }

  .col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 42%;
  }

  .top-filterbar {
      position: inherit;
      top: 0;
      width: auto;
      z-index: 3;
      height: auto;
      background-color: #ffffff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-radius: 0;
  } 

}

.dropdown-auto {
	max-height: 213px;
    overflow-y: auto;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(20px, 35px);
}
	
.gx-3 {
    --bs-gutter-x: 1rem;
    padding-bottom: 1rem;
}

.property-details p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
	height: 74px;
}

/*Listing property*/
.filter-section-img {
    background-image: url(/public/tmpl/images/ricerca_imm.jpg);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-blend-mode: overlay;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

.property-section .property-wrapper-grid.list-view .property-box .property-details p, .property-section .property-grid-slider .property-box .property-details p {
    display: block;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.property-section.property-card .property-2 .property-box .property-details > a {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#1c2d3a), to(#1c2d3a));
    background: linear-gradient(to right, #1c2d3a 0%, #1c2d3a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 60px;
}

.filters-list {
	margin-top: -1rem;
    margin-left: -47rem;
}

.property-details {
	width: 100%;
}

@media only screen and (max-width: 400px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: 0rem;
	}
	
	.filter-panel .top-panel .grid-list-filter {
	    margin: 33px 153px -15px -5px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

@media only screen and (max-width: 766px) and (min-width: 401px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: 0rem;
	}
	
	
	.filter-panel .top-panel .grid-list-filter {
	    margin: 33px 304px -15px -5px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}


@media only screen and (max-width: 990px) and (min-width: 767px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: -6rem;
	}

}

@media only screen and (max-width: 1198px) and (min-width: 991px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: -21rem;
	}

}

@media only screen and (max-width: 1398px) and (min-width: 1199px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: -32rem;
	}

}

@media only screen and (max-width: 1461px) and (min-width: 1399px) {
	
	.filters-list {
		margin-top: -1rem;
	    margin-left: -43rem;
	}

}

.label-data {
	text-transform: none !important;
	letter-spacing: 0px !important;
}

/* List view date props*/
.pt-080{
	padding-top: 0.70rem;
}

/*************************
 * Listing end
 ************************/
/*------------------------------------*/
/*************************
 * pricing section start
 ************************/

.pricing-section .pricing-box .pricing-details .pricing-icon {
    filter: invert(50%) sepia(8%) saturate(1933%) hue-rotate(158deg) brightness(90%) contrast(101%);
    position: relative;
}

.portfolio-creative .content-sec p {
    max-width: 80%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}

/*************************
 * pricing section end
 ************************/
/*------------------------------------*/
/*************************
 * footer section start
 ************************/

footer.footer-dark {
    background: var(--theme-default);
}

footer .sub-footer.sub-footer-dark {
    background-color: #003446;
}

/*************************
 * footer section end
 ************************/
/*------------------------------------*/
/*************************
 * details section start
 ************************/
 
.single-property-section .btn.btn-dashed {
    padding: 5px 10px;
    text-transform: none;
}

.filter-cards .advance-card > h6 {
    color: #586167;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}

.single-property-section .left-single h2 {
    margin-top: -3px;
    padding-bottom: 0.5rem;
}

.single-property-section .left-single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -10px 15px;
    padding-top: 0.5rem;
}

property .about h4 a {
    font-size: 14px;
    color: var(--theme-default4);
    text-transform: unset;
}

.property-list-details li span {
    font-weight: 600;
    min-width: 279px;
    display: inline-block;
    color: #586167;
}

.detail-date {
    font-size: 18px;
    font-weight: bold;
}

.single-property-section .single-title .right-single .price {
    color: var(--theme-default);
    margin-bottom: 0;
}

#mappa, #street-view {
	position: relative;
    overflow: hidden;
    min-height: 521px;
    max-height: 521px;
}

#mappa, #planimetria {
	position: relative;
    overflow: scroll;
    min-height: 521px;
    max-height: 521px;
}

/* Classi energetiche*/
.ce-tag {
    display: inline !important;
    margin-left: 0rem !important;
    color: black !important;
}

/* Classi energetiche*/
.ce-tag-white {
    display: inline !important;
    margin-left: 0rem !important;
    color: white !important;
}
/* G e ND usano label shadow */
/* classe F */
.label.label-orange {
	background-color: #ff4300;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #a85a294f;
}
/* classe E */
.label.label-lg-orange {
	background-color: #ff8100;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #a85a294f;
}
/* classe D */
.label.label-yellow {
	background-color: #ffb800;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #a889294f;
}
/* classe C */
.label.label-lg-yellow {
	background-color: #ffff00;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #a8a82930;
}
/* classe B */
.label.label-lg-green {
	background-color: #b8ff00;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #81a82930;
}
/* classe A */
.label.label-green {
	background-color: #00ac0d;
    -webkit-box-shadow: 0 0 9px 3px rgb(241 52 57 / 20%);
    box-shadow: 0 0 9px 3px #26800230;
}

.sticky-cls {
    position: sticky;
    z-index: 1;
    top: 12px;
}

.modal-footer.photo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.gallery-nav .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 1px;
}

.blog-sidebar.photo-overlay {
    padding: 3px;
    padding-left: 133px;
    background-color: transparent;
}

#photo-detail .modal-header, #photo-detail .modal-body, #photo-detail .modal-footer {
    padding: 16px;
}

.photo-carousel-container {
	min-width: 50%;
}

.photo-overlay {
	top: 20px;
    position: absolute;
    z-index: 1;
    left: 30px;
}

.carousel-img {
	max-height: 450px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.carousel-control-next-icon {
    background-image: url(/public/tmpl/images/estate/chevron-destra-50.png);
}

.carousel-control-prev-icon {
    background-image: url(/public/tmpl/images/estate/chevron-sinistra-50.png);
}

.carousel-thumbs {
	margin-bottom: -116px;
    height: 25%;
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 64px;
}

/*************************
 * details section end
 ************************/
/*------------------------------------*/




/*************************/

.switch-label {
	padding-top: 0.5rem;
    padding-left: 1.5rem;
}

@media only screen and (min-width: 1199px) {
	
	.switch-label {
		padding-top: 0.5rem;
	    padding-left: 1.5rem;
	    margin-right: -0.8rem;
	}

}


@media only screen and (min-width: 1400px) {
	
	.switch-label {
		padding-top: 0.5rem;
	    padding-left: 1.5rem;
	    margin-right: -0rem;
	}

}


@media only screen and (max-width: 1199px) and (min-width: 992px) {
	
	.switch-label {
		padding-top: 0.5rem;
	    padding-left: 1.5rem;
	    margin-right: -1.5rem;
	}

}

.switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 58px;
    height: 31px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 26px;
    height: 25px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input:checked + label {
	background: var(--theme-gradient2);
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.switch:active:after {
	width: 29px;
}

.wa-logo {
	width: 16px;
	height: 16px;
	filter: invert(65%) sepia(56%) saturate(3242%) hue-rotate(65deg) brightness(88%) contrast(87%);
}

.wa-logo-2 {
	width: 20px;
	height: 20px;
	filter: invert(65%) sepia(56%) saturate(3242%) hue-rotate(65deg) brightness(88%) contrast(87%);
}

/*************************
 * Flex multi-select start
 ************************/

.flexdatalist-multiple li.input-container input {
    border: none;
    height: 29px;
    margin-left: -0.5rem;
    padding: 11px 0px 0px 19px !important;
    line-height: 4px;
    box-shadow: none;
    margin-top: -0.2rem;
}

.flexdatalist-multiple li.value {
    padding: 3px 27px 3px 7px;
    background: #efefef;
    border-radius: 3px;
    color: #444;
    line-height: 20px;
    float: left;
    height: 23px;
    margin-top: 0.2rem;
}

.flexdatalist-multiple li.value span.fdl-remove {
    font-weight: 700;
    padding: 2px 5px;
    font-size: 20px;
    line-height: 7px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0.70;
}

.flexdatalist-multiple {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    cursor: text;
    height: 46px;
}

.flexdatalist-multiple {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    cursor: text;
    height: 46px;
    overflow: auto;
    display: inline-flex;
}

.flexdatalist-results li span.highlight {
    font-weight: 700;
    text-decoration: auto;
}

.flexdatalist-results li.active {
    background: var(--theme-default2);
    color: #fff;
    cursor: pointer;
}

/*************************
 * Flex multi-select end
 ************************/
/*************************
 * Contatti section start
 ************************/

.small-section .container .row .col-lg-8 .theme-card:hover {
  -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
          box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
  background-color: #006d8421;
}

.contact_section .contact_wrap:hover {
    text-align: center;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    padding: 30px;
    height: 100%;
    background-color: #006d8421;
}

/*************************
 * Contatti section end
 ************************/

/*****************************
 * Registration section start
 ****************************/

.iqera-dropdown {
    position: relative !important;
    padding: 13px 11px 10px !important;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
}

.iqera-dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 10px !important;
    transform: translate(10px, 36px);
    margin-left: -0.6rem !important;
}

.iqera-p {
    margin-bottom: 0;
    color: var(--theme-default);
    cursor: pointer;
    text-align: right;
}

.reg-theme-card {
    margin-top: 0px !important;
    background-color: white !important;
}

.reg-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: -0.7rem;
}

.reg-form-check label {
	margin-right: 1rem;
}

.form-group.province {
	margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-left: 0.5rem;
}

.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details {
    margin-bottom: 0;
}

.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in .form-control {
    text-transform: inherit;
    border-radius: 0;
}

.property-wizard .wizard-box .wizard-form-details .form-group {
    margin-bottom: 20px;
}

.log-in .form-group .input-group .input-group-text {
    background-color: transparent;
    border: none;
}

.log-in .form-group .input-group .input-group-text {
    padding-left: 0;
    padding-right: 0;
}

.log-in .form-group .input-group input {
    border: none;
    border-bottom: 1px solid #eee;
}

.log-in .form-group .important-note {
    color: rgba(88, 97, 103, 0.4);
    font-family: Rubik, sans-serif;
    padding-left: 35px;
    margin-top: 5px;
}

label .form-control {
    font-size: 14px;
    font-family: Rubik, sans-serif;
}

.log-in .form-group .input-group .input-group-text svg, .log-in .form-group .input-group .input-group-text i {
    color: #586167;
}
.log-in .form-group .input-group .input-group-text svg {
    height: 16px;
}

.log-in .form-group .input-group .input-group-text .fa-eye-slash, .log-in .form-group .input-group .input-group-text .fa-eye {
    cursor: pointer;
}

.log-in .form-group .input-group .input-group-text svg, .log-in .form-group .input-group .input-group-text i {
    color: #586167;
}

.log-in .form-group .input-group i {
    font-size: 14px;
}

.log-in .form-group .input-group input:invalid:focus {
    border: none;
    border-bottom: 1px solid #e60000;
}

/***************************
 * Registration section end
 ***************************/

/***************************
 * Tagify Custom style start
 ***************************/

.tagify {
    color: #1c2d3a;
    border: 1px solid #eee;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    min-height: 47px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.tagify--focus {
    --tags-border-color: var(--tags-focus-border-color);
    transition: 0s;
    border-color: var(--theme-default2);
}

.tagify__tag {
    display: inline-flex;
    align-items: center;
    margin: 8.4px 0 5px 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    line-height: normal;
    cursor: default;
    transition: .13s ease-out;
    height: 30px;
}

.tagify__input {
    flex-grow: 1;
    display: inline-block;
    min-width: 110px;
    margin: 5px;
    padding: var(--tag-pad);
    padding-top: 0.6rem;
    line-height: normal;
    position: relative;
    white-space: pre-wrap;
    color: var(--input-color);
    box-sizing: inherit;
}

/***************************
 * Tagify Custom style end
 ***************************/
/***************************
 * Share modal style start
 ***************************/ 

.modal-body .list-group-item {
    position: relative;
    display: block;
    padding: 1rem 2rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 49px;
}

.modal-body svg {
	margin-right: 1rem;
    padding-bottom: 0.5rem;
}

.iqera-modal-header {
	background-color: var(--theme-default);
	padding: 11px;
	padding-top: 20px;
}

.iqera-modal-header h3 {
	color: white;
}

.modal-body.share-modal .list-group-item {
    position: relative;
    display: block;
    padding: 0.8rem 2rem;
    color: #212529;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 49px;
}

/***************************
 * Share modal style end
 ***************************/ 
/***************************
 * Filters modal style start
 ***************************/ 

.filters-content {
     padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    -webkit-box-shadow: 8px 6px 16px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 8px 6px 16px 5px rgba(0, 0, 0, 0.02);
}

.filters-modal-title {
	padding-left: 20px;
}

.modal-header .filter-btn-close {
    background: var(--theme-default);
    position: absolute;
    right: 18px;
    top: 19px;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.close-btn {
	color: white;
    box-sizing: content-box;
}

.close-btn:hover {
	color: white;
    box-sizing: content-box;
    cursor: pointer;
}

/***************************
 * Filters modal style end
 ***************************/
 
/***************************
 * Map search style start
 ***************************/
 
 
.imm-side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.property-grid.list-view .property-box.mappa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 117px;
} 

.property-grid.list-view .property-box .property-image.mappa {
    width: 59%;
}

.property-section .property-2 .property-details.mappa {
    padding: 5px;
    margin-left: 0.3rem;
}

.property-section .property-2 .property-details.mappa p {
	color: var(--theme-default);
	height: unset;
	margin-bottom: unset;
}

.property-section .property-2 .property-details.mappa ul {
	margin-bottom: unset;
}

.property-section .property-2 .property-details.mappa h6 {
	margin-bottom: unset;
}

.filter-panel .top-panel.mappa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.filters-list.mappa {
	margin-top: -1rem;
    margin-left: 0rem;
    padding-left: 1.5rem;
}

.ul-btn-mappa {
	margin-top: -14px;		
}

.map-legend-p {
	
	padding: 15px 15px;
    font-weight: 700;
    margin-bottom: 0rem;
    color: #ffffff;
    font-size: 16px;
	
}

.legend {
	
    width: auto;
    border-radius: 7px;
    position: absolute;
	
}

.legend-button-mode {
	
	width: 50%;
	margin-top: 4rem;
	position: absolute;
	
}

.imm-side p {
	display: block !important;
}

@media only screen and (max-width: 1199px) {
	
	.property-details.mappa {
	    padding: 3px !important;
		margin-left: 0.5rem;
	}
	
}


/* Marker info window */

.gm-style-iw-d {
    overflow: scroll;
    max-height: 401px !important;
}

.iw_container {
    padding: 0.8rem;
}

.iw_container .img-copertina {
    max-width: -webkit-fill-available !important;
    max-width: -moz-available !important;
    max-width: 100% !important;  
	margin-top: 0.6rem;
}

.iw_container .detail-opener {
	color: var(--theme-default);
}

/* Cluster markers info window*/

#cluster-imm-modal hr {
	margin: 0.4rem 0;
    color: inherit;
    background-color: var(--theme-default);
    border: 0;
    opacity: 0.25;
}

#cluster-imm-modal p {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

/***************************
 * Map search style end
 ***************************/

/***************************
 * Redirect Page start
 ***************************/

.redirect-info {
	
	
}

/***************************
 * Redirect Page end
 ***************************/
 
/***************************
 * Cookie banner start
 ***************************/

#cookie-banner { 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	display: none; 
	color: white;
    background-color: #007f9cf0;
}

#cookie-banner a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}
 
/***************************
 * Cookie banner end
 ***************************/
 
/***************************
 * Filters header start
 ***************************/
 
.filters-header {
	background-color: #ffffff !important;
	box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
	z-index: 1 !important;
}

.btn-filters {
    font-weight: 600;
    text-transform: capitalize;
    padding: 4px 9px 3px;
    border-radius: 8px;
    font-size: 13px;
    position: relative;
}

.btn-outline-iqera {
    color: var(--theme-default);
    border-color: var(--theme-default);
}

.btn-outline-iqera:hover {
    color: var(--theme-default);
    background-color: #f3f3f3;
    border-color: var(--theme-default);
}

.btn.brdr-3 {
	border-radius: 3px !important;	
}

.btn.brdr-3-start {
	border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.btn.brdr-3-end {
	border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn.btn-map {
	padding: 8px 45px 7px;
}

.btn-proposte {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	background-color: var(--theme-default6);
	font-size: 18px;
}

/*** dettaglio annuncio ***/

.premium-access-card {
            background: linear-gradient(135deg, #A82B29 0%, #006D84 100%);
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 25px;
            position: relative;
            overflow: hidden;
            border: none;
            box-shadow: 0 10px 30px rgba(168, 43, 41, 0.3);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: cardFloat 6s ease-in-out infinite;
        }


        .premium-access-card:hover {
            transform: scale(1.01);
            box-shadow: 0 20px 50px rgba(168, 43, 41, 0.4);
            animation-play-state: paused;
        }

        .premium-access-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 20px;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.15), transparent);
            transform: rotate(45deg);
            animation: shimmer 4s infinite;
        }

        .premium-access-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);
            pointer-events: none;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); opacity: 0; }
        }

        .premium-content {
            position: relative;
            z-index: 2;
            color: white;
        }

        .premium-title {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            animation: titleGlow 4s ease-in-out infinite;
        }

        @keyframes titleGlow {
            0%, 100% { text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
            50% { text-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 0 20px rgba(255,255,255,0.3); }
        }


        .login-btn {
            background: var(--theme-gradient1);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 15px rgba(255, 234, 167, 0.3);
            position: relative;
            overflow: hidden;
        }

        .login-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 8px 25px rgba(255, 234, 167, 0.5);
            background: linear-gradient(45deg, #006D84, #A72C2A);
        }

        .login-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            transition: all 0.6s ease;
            transform: translate(-50%, -50%);
        }

        .login-btn:hover::after {
            width: 300px;
            height: 300px;
        }




@keyframes pulseBounce {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3),
                0 0 25px rgba(255, 234, 167, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6),
                0 0 40px rgba(255, 234, 167, 0.5);
  }
}

       

/***************************
 * Filters header end
 ***************************/


