.scroller {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.scroller section,
.scroller footer {
  scroll-snap-align: start;
}
[data-animate]{ opacity:initial; }

body.theme-color #footer .footer-content{ 
  background:transparent; 
  backdrop-filter:none;
}
body.theme-color .sect_footer{
  background: #ffffff;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 41.18%, rgba(255, 255, 255, 0));
}
.sect_footer #footer{width: 100%;}

.ggmap img,
ul.list-contact li i{ 
  transition:all .3s ease-in-out; 
}
ul.list-contact li a:hover i,
.ggmap img:hover{ 
  transform:scale(1.1); 
}
footer ul.list-contact li a:hover i{ background: var(--gold);}
footer h4{ font-weight:600; }