| 1 |
:root { |
| 2 |
--e-global-color-primary: #FFD012; |
| 3 |
--e-global-color-secondary: #0B3665; |
| 4 |
--body-color: #121212bf; |
| 5 |
} |
| 6 |
|
| 7 |
.e-e-title { |
| 8 |
color: var(--e-global-color-secondary); |
| 9 |
margin: 0; |
| 10 |
} |
| 11 |
|
| 12 |
.e-e-title a { |
| 13 |
color: currentColor; |
| 14 |
} |
| 15 |
|
| 16 |
.e-e-title span { |
| 17 |
color: var(--e-global-color-primary); |
| 18 |
display: inline-block; |
| 19 |
} |
| 20 |
|
| 21 |
.e-e-description { |
| 22 |
color: var(--body-color); |
| 23 |
font-size: 20px; |
| 24 |
line-height: 150%; |
| 25 |
} |
| 26 |
|
| 27 |
.eel-sub-heading img, |
| 28 |
.eel-sub-heading svg { |
| 29 |
height: 1em; |
| 30 |
width: auto; |
| 31 |
} |
| 32 |
.eel-sub-heading.top { |
| 33 |
display: inline-block; |
| 34 |
} |
| 35 |
.eel-sub-heading.top span { |
| 36 |
display: block; |
| 37 |
} |
| 38 |
.eel-sub-heading.left, .eel-sub-heading.right { |
| 39 |
display: inline-flex !important; |
| 40 |
align-items: center; |
| 41 |
gap: 8px; |
| 42 |
} |
| 43 |
.eel-sub-heading.right { |
| 44 |
flex-direction: row-reverse; |
| 45 |
} |
| 46 |
|
| 47 |
.eel--separator-icon-wrap svg { |
| 48 |
height: 1em; |
| 49 |
} |
| 50 |
|
| 51 |
.eel--separator-icon { |
| 52 |
height: 4px; |
| 53 |
width: 50px; |
| 54 |
background: var(--e-global-color-primary); |
| 55 |
border-radius: 2px; |
| 56 |
position: relative; |
| 57 |
margin: 0 auto; |
| 58 |
display: inline-block; |
| 59 |
} |
| 60 |
.eel--separator-icon.dotted::before { |
| 61 |
content: ""; |
| 62 |
position: absolute; |
| 63 |
top: 0; |
| 64 |
right: -10px; |
| 65 |
display: inline-block; |
| 66 |
width: 4px; |
| 67 |
height: 4px; |
| 68 |
border-radius: 50%; |
| 69 |
background-color: var(--e-global-color-primary); |
| 70 |
color: var(--e-global-color-primary); |
| 71 |
box-shadow: 9px 0 0 currentColor, 18px 0 0 currentColor; |
| 72 |
} |
| 73 |
|
| 74 |
.eel_full_title_start, |
| 75 |
.eel_title_start .e-e-title { |
| 76 |
border-left: 6px solid var(--e-global-color-primary); |
| 77 |
display: inline-table; |
| 78 |
padding-left: 10px; |
| 79 |
width: 100%; |
| 80 |
} |
| 81 |
|
| 82 |
.eel_full_title_end, |
| 83 |
.eel_title_end .e-e-title { |
| 84 |
border-right: 6px solid var(--e-global-color-primary); |
| 85 |
display: inline-table; |
| 86 |
padding-right: 10px; |
| 87 |
width: 100%; |
| 88 |
} |
| 89 |
|
| 90 |
.e-e-heading.has-watermark { |
| 91 |
position: relative; |
| 92 |
z-index: 1; |
| 93 |
} |
| 94 |
|
| 95 |
.eel-watermark { |
| 96 |
position: absolute; |
| 97 |
bottom: 10px; |
| 98 |
left: 10px; |
| 99 |
font-size: 120px; |
| 100 |
font-weight: bold; |
| 101 |
color: transparent; |
| 102 |
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3); |
| 103 |
text-stroke: 1px rgba(0, 0, 0, 0.3); |
| 104 |
pointer-events: none; |
| 105 |
-webkit-user-select: none; |
| 106 |
-moz-user-select: none; |
| 107 |
user-select: none; |
| 108 |
white-space: nowrap; |
| 109 |
z-index: 0; |
| 110 |
transform: translateY(-50%); |
| 111 |
line-height: 60%; |
| 112 |
} |
| 113 |
|
| 114 |
.eel-sub-heading.easy_gradiant_border { |
| 115 |
display: inline-block; |
| 116 |
} |
| 117 |
|
| 118 |
.easy_gradiant_border { |
| 119 |
position: relative; |
| 120 |
padding: 4px 18px; |
| 121 |
} |
| 122 |
|
| 123 |
.easy_gradiant_border::before { |
| 124 |
content: ""; |
| 125 |
position: absolute; |
| 126 |
inset: 0; |
| 127 |
padding: 1px; |
| 128 |
background: linear-gradient(to right, var(--grad-color-1, rgba(0, 0, 0, 0.15)) 15%, var(--grad-color-2, rgba(0, 0, 0, 0.3)) 30%, var(--grad-color-3, rgba(0, 0, 0, 0.5)) 50%, var(--grad-color-2, rgba(0, 0, 0, 0.3)) 70%, var(--grad-color-1, rgba(0, 0, 0, 0.15)) 85%); |
| 129 |
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); |
| 130 |
-webkit-mask-composite: xor; |
| 131 |
mask-composite: exclude; |
| 132 |
pointer-events: none; |
| 133 |
z-index: -1; |
| 134 |
border-radius: var(--grad-border-radius, 40px); |
| 135 |
opacity: 0.5; |
| 136 |
} |
| 137 |
|
| 138 |
.easy-split-word, |
| 139 |
.easy-split-letter { |
| 140 |
font-style: normal; |
| 141 |
} |
| 142 |
|
| 143 |
.e-e-title.e-e-gradient-title div, .e-e-title.e-e-gradient-title { |
| 144 |
background: linear-gradient(68.75deg, #B0FF96 9.78%, #FFF1B5 92.67%); |
| 145 |
-webkit-background-clip: text; |
| 146 |
-webkit-text-fill-color: transparent; |
| 147 |
background-clip: text; |
| 148 |
text-fill-color: transparent; |
| 149 |
line-height: 1.1; |
| 150 |
} |
| 151 |
|
| 152 |
.e-e-title.eel-text-reveal { |
| 153 |
overflow: hidden; |
| 154 |
display: inline-block; |
| 155 |
} |
| 156 |
.e-e-title.eel-text-reveal .char { |
| 157 |
transform: translateY(115px); |
| 158 |
transition: transform 0.5s; |
| 159 |
overflow: hidden; |
| 160 |
} |
| 161 |
|
| 162 |
.eel-lines-bottom-v2 { |
| 163 |
overflow: hidden; |
| 164 |
} |
| 165 |
|
| 166 |
.eel-text-bouncev2 { |
| 167 |
display: inline-block; |
| 168 |
transform-origin: 50% 100%; |
| 169 |
will-change: transform, opacity; |
| 170 |
} |
| 171 |
|
| 172 |
.e-e-heading .e-e-title.e-e-image-fill div, |
| 173 |
.e-e-heading .e-e-title.e-e-image-fill { |
| 174 |
color: transparent; |
| 175 |
-webkit-background-clip: text; |
| 176 |
background-clip: text; |
| 177 |
-webkit-text-fill-color: transparent; |
| 178 |
background-repeat: no-repeat; |
| 179 |
background-position: center; |
| 180 |
background-size: cover; |
| 181 |
} |