/*
 Theme Name:   MOBVEND
 Theme URI:    http://localhost/mobvend/
 Description:  MOBVEND kurumsal site - Pollock child theme
 Author:       MOBVEND
 Author URI:   http://localhost/mobvend/
 Template:     pollock
 Version:      1.0.0
 Text Domain:  mobvend
*/

.text-rotate-gradient .mae-animated-text-before {
    color: #0d2451;
}

.text-gradient-1 {
    background-image: linear-gradient(to right, #2a4a8f 0%, #f45f81 30%, #f45f81 70%, #2a4a8f 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    background-size: 200% auto !important;
    background-position: 0% center;
}

.inview .text-gradient-1 {
    animation: shine 5s linear infinite !important;
}

@keyframes shine {
    to { background-position: 200% center; }
}

#featured-title .inner-wrap {
    padding: 125px 0 80px !important;
}
