/*
Theme Name: Taga urbanic
Template: hello-elementor
Author: Miligram B.A.
Author URI: https://miligram.pt
Version: 1.0.0.1763986258
Updated: 2025-11-24 12:10:58

*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button-bkg a {
    background: linear-gradient(140deg,
        #C5986D 0%,
        #E4C093 30%,
        #EAC79A 60%,
        #C5986D 100%
    );
    background-size: 300% 100%;   
    background-position: 100% 0%;
    transition: background-position 0.6s ease-out;
    display: inline-block;
}

.button-bkg a:hover {
    background-position: 0% 0%;  
}
.decorated-titles span {
	transition: color .5s ease-in-out;
}
.mask-line {
  overflow: hidden;
  display: block;
  line-height: 1.2;
    margin-bottom: -12px;
}
.split-text .elementor-heading-title {
  display: inline-block;
}

.main-image {
    overflow: hidden;
    transition: clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    clip-path: inset(0 100% 0 0);
}

.main-image.in-view {
    clip-path: inset(0 0 0 0);
}

.main-image.animation-reveal-ltr img {
    transform: scale(1.2);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.main-image.animation-reveal-ltr.in-view img {
    transform: scale(1);
}

.decorated-titles.blue .highlight {
    color: var(--e-global-color-secondary);
}

.decorated-titles.gold .highlight {
	background: linear-gradient(140deg,
        #C5986D 0%,
        #E4C093 30%,
        #EAC79A 60%,
        #C5986D 100%
    );
    background-size: 300% 100%;
    background-position: 100% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	padding-right: 4px;
}












.fadeInUp {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

