/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 03:17:14 */
/*-- Home --*/
.pin {
	transition: none!important;
}
.hero-title small {
    font-size: calc(15vw + .3rem)!important;
}
.hero-title big {
    color: #FFF;
}
.scrolldown .elementor-icon {
    border: 1px solid red;
    padding: 15px 5px;
    border-radius: 100px;
}
.scrolldown .elementor-icon svg {
    top: -10px;   
    animation: scrolldown 1s ease-in-out infinite;    
}
@keyframes scrolldown {
    to {
        top: 10px;
        opacity: 0;
    }
}
@media screen and (width < 1024px) {
    .hero-title small {
        font-size: 120px!important;
    }    
}
@media screen and (width < 767px) {
    .hero-title small {
    font-size: 93px!important;
    }    
}