| @@ -1836,8 +1836,9 @@ | ||
| 1836 | 1836 | .unicon-zoom-reset:before { |
| 1837 | 1837 | content: "\eb14"; |
| 1838 | 1838 | } |
| 1839 | 1839 | |
| 1840 | +/* Progress Bar Styles for Easy Elements Slider */ | |
| 1840 | 1841 | .swiper-progressbar { |
| 1841 | 1842 | position: absolute; |
| 1842 | 1843 | top: 0; |
| 1843 | 1844 | left: 0; |
| @@ -1896,9 +1897,9 @@ | ||
| 1896 | 1897 | } |
| 1897 | 1898 | |
| 1898 | 1899 | .easy-img-cover .jarallax img { |
| 1899 | 1900 | width: 100% !important; |
| 1900 | - object-fit: cover !important; | |
| 1901 | + object-fit: cover ! important; | |
| 1901 | 1902 | } |
| 1902 | 1903 | |
| 1903 | 1904 | .eel-flip-img-scroll img { |
| 1904 | 1905 | width: auto; |
| @@ -2026,8 +2027,10 @@ | ||
| 2026 | 2027 | body{ |
| 2027 | 2028 | overflow-x: hidden; |
| 2028 | 2029 | } |
| 2029 | 2030 | |
| 2031 | + | |
| 2032 | + | |
| 2030 | 2033 | @-webkit-keyframes scaleIn { |
| 2031 | 2034 | from { |
| 2032 | 2035 | opacity: 0; |
| 2033 | 2036 | -webkit-transform: scale3d(1.5, 1.5, 1.5); |
| @@ -2059,28 +2062,37 @@ | ||
| 2059 | 2062 | -webkit-animation-name: scaleIn; |
| 2060 | 2063 | animation-name: scaleIn; |
| 2061 | 2064 | } |
| 2062 | 2065 | |
| 2063 | -.hover-zoom-in .elementor-widget-image img { | |
| 2064 | - transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2066 | +.hover-zoom-in{ | |
| 2067 | + .elementor-widget-image{ | |
| 2068 | + img{ | |
| 2069 | + transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2070 | + } | |
| 2071 | + } | |
| 2072 | + &:hover{ | |
| 2073 | + img{ | |
| 2074 | + transform: scale(1.1); | |
| 2075 | + } | |
| 2076 | + } | |
| 2065 | 2077 | } |
| 2066 | 2078 | |
| 2067 | -.hover-zoom-in:hover .elementor-widget-image img { | |
| 2068 | - transform: scale(1.1); | |
| 2079 | +.hover-scale{ | |
| 2080 | + .elementor-widget-image{ | |
| 2081 | + img{ | |
| 2082 | + transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2083 | + } | |
| 2084 | + } | |
| 2085 | + &:hover{ | |
| 2086 | + img{ | |
| 2087 | + transform: scale(1.1); | |
| 2088 | + } | |
| 2089 | + } | |
| 2069 | 2090 | } |
| 2070 | 2091 | |
| 2071 | -.hover-scale .elementor-widget-image img { | |
| 2072 | - transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); | |
| 2073 | -} | |
| 2074 | - | |
| 2075 | -.hover-scale:hover .elementor-widget-image img { | |
| 2076 | - transform: scale(1.1); | |
| 2077 | -} | |
| 2078 | - | |
| 2079 | 2092 | .eel-cursor-hover { |
| 2080 | 2093 | position: fixed; |
| 2081 | - top: 0; | |
| 2082 | - left: 0; | |
| 2094 | + top: 0; left: 0; | |
| 2083 | 2095 | line-height: 100%; |
| 2084 | 2096 | width: 120px; |
| 2085 | 2097 | height: 120px; |
| 2086 | 2098 | display: grid; |
| @@ -2093,11 +2105,11 @@ | ||
| 2093 | 2105 | background: #fff; |
| 2094 | 2106 | z-index: 99999; |
| 2095 | 2107 | transform: translate(-50%, -50%); |
| 2096 | 2108 | transition: transform 0.1s, opacity 0.1s; |
| 2097 | - place-content: center;; | |
| 2098 | 2109 | } |
| 2099 | 2110 | |
| 2111 | + | |
| 2100 | 2112 | .swiper-pagination:not(.swiper-pagination-fraction) span{ |
| 2101 | 2113 | font-size: 0; |
| 2102 | 2114 | } |
| 2103 | 2115 | |
| @@ -2118,51 +2130,4 @@ | ||
| 2118 | 2130 | -moz-border-radius: 16px; |
| 2119 | 2131 | -webkit-border-radius: 16px; |
| 2120 | 2132 | } |
| 2121 | 2133 | |
| 2122 | -/* Swiper Navigation and Pagination */ | |
| 2123 | -.swiper-prev, | |
| 2124 | -.swiper-next { | |
| 2125 | - background-color: #5933FF; | |
| 2126 | - color: #fff; | |
| 2127 | - width: 40px; | |
| 2128 | - height: 40px; | |
| 2129 | - border-radius: 8px; | |
| 2130 | -} | |
| 2131 | -.swiper-prev::after, | |
| 2132 | -.swiper-next::after { | |
| 2133 | - font-size: 18px; | |
| 2134 | -} | |
| 2135 | -.swiper-prev svg, | |
| 2136 | -.swiper-next svg { | |
| 2137 | - height: 1em; | |
| 2138 | - fill: currentColor; | |
| 2139 | -} | |
| 2140 | -.swiper-navigation .swiper-next, | |
| 2141 | -.swiper-navigation .swiper-prev { | |
| 2142 | - cursor: pointer; | |
| 2143 | - position: absolute; | |
| 2144 | - top: 50%; | |
| 2145 | - left: 10px; | |
| 2146 | - transform: translateY(-50%); | |
| 2147 | - z-index: 1; | |
| 2148 | - line-height: 30px; | |
| 2149 | - display: inline-flex; | |
| 2150 | - align-items: center; | |
| 2151 | - justify-content: center; | |
| 2152 | -} | |
| 2153 | -.swiper-navigation .swiper-next { | |
| 2154 | - left: auto; | |
| 2155 | - right: 10px; | |
| 2156 | -} | |
| 2157 | -.swiper-pagination .swiper-pagination-bullet { | |
| 2158 | - background: #5933FF; | |
| 2159 | - width: 10px; | |
| 2160 | - height: 10px; | |
| 2161 | - border-radius: 100px; | |
| 2162 | -} | |
| 2163 | -.swiper-pagination .swiper-pagination-bullet-active { | |
| 2164 | - width: 30px; | |
| 2165 | -} | |
| 2166 | -.swiper-button-next:after, .swiper-button-prev:after { | |
| 2167 | - font-size: 14px; | |
| 2168 | -} | |