_sliders.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. /* Sliders */
  2. /* Dark Slider */
  3. #dark-slider{
  4. h3 {
  5. color: $grey;
  6. }
  7. .slide-text {
  8. color: $grey;
  9. line-height: 1.5;
  10. }
  11. p.caption {
  12. color: $white;
  13. padding: 6px;
  14. }
  15. .item {
  16. min-height: 555px;
  17. height: auto;
  18. }
  19. .slide1 {
  20. background-image: url("../img/dark-bg-image.jpg");
  21. -webkit-background-size: cover;
  22. -moz-background-size: cover;
  23. background-size: cover;
  24. background-position: contain;
  25. }
  26. .slide2 {
  27. background-image: url("../img/dark-bg-image.jpg");
  28. -webkit-background-size: cover;
  29. -moz-background-size: cover;
  30. background-size: cover;
  31. background-position: center;
  32. }
  33. .carousel-control {
  34. color: $grey;
  35. opacity: 0.8;
  36. }
  37. }
  38. .text-primary{
  39. color: $preset!important;
  40. }
  41. /* Carousels */
  42. .owl-theme .owl-controls .owl-page span {
  43. width: 12px !important;
  44. height: 12px !important;
  45. margin: 5px !important;
  46. background: $primary !important;
  47. }
  48. #cards-carousel{
  49. .card-block {
  50. margin: 0 10px;
  51. background: $bg-color;
  52. }
  53. .card {
  54. background: transparent;
  55. margin-bottom: 0;
  56. }
  57. }
  58. #image-carousel .item{
  59. margin: 10px;
  60. img{
  61. display: block;
  62. width: 100%;
  63. height: auto;
  64. }
  65. }
  66. /* Testimonials Slider */
  67. #testimonials-slider {
  68. background-color: $grey;
  69. .testimonial {
  70. padding: 150px 0;
  71. text-align: center;
  72. img {
  73. width: 100px;
  74. height: 100px;
  75. border-radius: 100%;
  76. margin-top: -40px;
  77. margin-bottom: 40px;
  78. }
  79. h3 {
  80. color: $white;
  81. font-size: 30px;
  82. margin-top: 0;
  83. margin-left: auto;
  84. margin-right: auto;
  85. margin-bottom: 40px;
  86. max-width: 900px;
  87. }
  88. i {
  89. color: $white;
  90. font-size: 38px;
  91. margin-bottom: 40px;
  92. }
  93. }
  94. }
  95. .customer-name {
  96. color: $white;
  97. font-size: 16px;
  98. font-weight: $regular;
  99. }
  100. #testimonials-slider .carousel-indicators {
  101. margin-bottom: 10px;
  102. }
  103. .carousel-indicators .active {
  104. width: 12px;
  105. height: 12px;
  106. background-color: $white;
  107. margin: 3px;
  108. opacity: 1;
  109. }
  110. .carousel-indicators li {
  111. width: 12px;
  112. height: 12px;
  113. margin: 3px;
  114. background-color: $white;
  115. border: 0;
  116. opacity: 0.5;
  117. }
  118. /* / Sliders */
  119. #carousel-area {
  120. background: #2c3e50;
  121. .btn-lg{
  122. margin: 10px;
  123. }
  124. .carousel-item img{width: auto;}
  125. }
  126. #carousel-area .carousel-inner .active {
  127. opacity: 1;
  128. }
  129. #carousel-area .carousel-inner .active.left,
  130. #carousel-area .carousel-inner .active.right {
  131. left: 0;
  132. opacity: 0;
  133. z-index: 1;
  134. }
  135. #carousel-area .carousel-inner .next.left,
  136. #carousel-area .carousel-inner .prev.right {
  137. opacity: 1;
  138. }
  139. #carousel-area .carousel-control {
  140. z-index: 2;
  141. }
  142. #carousel-area .carousel-item .carousel-caption {
  143. top: 28%;
  144. right: 10%;
  145. left: 10%;
  146. text-shadow: none;
  147. }
  148. #carousel-area .carousel-item .carousel-caption h5 {
  149. color: #fff;
  150. line-height: 24px;
  151. font-weight: 400;
  152. margin-bottom: 30px;
  153. font-size: 16px;
  154. font-family: $primary-font;
  155. }
  156. #carousel-area .carousel-item .carousel-caption h3 {
  157. font-size: 50px;
  158. margin-bottom: 15px;
  159. color: #fff;
  160. font-weight: 700;
  161. }
  162. #carousel-area .carousel-indicators {
  163. bottom: 5px;
  164. }
  165. #carousel-area .carousel-indicators li {
  166. border-radius: 0px;
  167. width: 32px;
  168. height: 5px;
  169. margin: 0 5px;
  170. background: rgba(253, 254, 255, 0.80);
  171. border: none;
  172. transition: all 0.4s ease-in-out;
  173. -moz-transition: all 0.4s ease-in-out;
  174. -webkit-transition: all 0.4s ease-in-out;
  175. -o-transition: all 0.4s ease-in-out;
  176. }
  177. .carousel-post{
  178. margin-right: 15px;
  179. h5{
  180. margin-top: 20px;
  181. }
  182. }
  183. #single-testimonial-item .item {
  184. margin: 10px;
  185. }
  186. #single-testimonial-item .property-main {
  187. margin-bottom: 0;
  188. }
  189. #single-testimonial-item .owl-controls .owl-buttons {
  190. position: relative;
  191. top: -160px;
  192. left: 0;
  193. }
  194. #single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
  195. float: left;
  196. }
  197. #single-testimonial-item .owl-controls .owl-buttons div.owl-next {
  198. float: right !important;
  199. }
  200. .testimonial-two{
  201. background: #f3f3f3;
  202. padding: 60px 0;
  203. }
  204. .testimonial-two .testimonial-inner{
  205. background: #fff;
  206. padding: 30px
  207. }
  208. .testimonial-two .testimonial-inner .testimonial-images img{
  209. height: 90px;
  210. margin: 0 auto;
  211. border-radius: 50%;
  212. padding: 5px;
  213. width: 90px;
  214. }
  215. .testimonial-two .testimonial-inner .testimonial-footer{
  216. margin-top: 20px;
  217. h4{
  218. margin: 0;
  219. font-size: 22px;
  220. }
  221. }
  222. #testimonial-item .owl-controls .owl-buttons {
  223. position: relative;
  224. top: -160px;
  225. left: 0;
  226. }
  227. #testimonial-item .owl-controls .owl-buttons div.owl-prev {
  228. float: left;
  229. }
  230. .owl-theme .owl-buttons div i{
  231. color: #fff;
  232. font-size: 16px;
  233. line-height: 32px;
  234. background: #ea576e;
  235. width: 32px;
  236. height: 32px;
  237. border-radius: 50%;
  238. }
  239. #testimonial-item .owl-controls .owl-buttons div.owl-next {
  240. float: right !important;
  241. }
  242. #image-slider .owl-controls .owl-buttons {
  243. position: relative;
  244. top: -280px;
  245. left: 0;
  246. }
  247. #image-slider .owl-controls .owl-buttons div.owl-prev {
  248. float: left;
  249. margin-left: 45px;
  250. }
  251. #image-slider .owl-controls .owl-buttons div.owl-next {
  252. float: right !important;
  253. margin-right: 45px;
  254. }
  255. #posts-carousel-3col .owl-controls .owl-buttons {
  256. position: relative;
  257. top: -235px;
  258. left: 0;
  259. }
  260. #posts-carousel-3col .owl-controls .owl-buttons div.owl-prev {
  261. float: left;
  262. margin-left: -60px;
  263. }
  264. #posts-carousel-3col .owl-controls .owl-buttons div.owl-next {
  265. float: right !important;
  266. margin-right: -45px;
  267. }
  268. #posts-carousel .owl-controls .owl-buttons {
  269. position: relative;
  270. top: -235px;
  271. left: 0;
  272. }
  273. #posts-carousel .owl-controls .owl-buttons div.owl-prev {
  274. float: left;
  275. margin-left: -60px;
  276. }
  277. #posts-carousel .owl-controls .owl-buttons div.owl-next {
  278. float: right !important;
  279. margin-right: -45px;
  280. }