_slider.scss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. .slider_bg_1{
  2. background-image: url(../img/banner/banner.png);
  3. }
  4. .slider_bg_2{
  5. background-image: url(../img/banner/banner2.png);
  6. }
  7. .slider_area{
  8. position: relative;
  9. z-index: 0;
  10. // &::before{
  11. // background: #001D38;
  12. // position: absolute;
  13. // left: 0;
  14. // top: 0;
  15. // width: 100%;
  16. // height: 100%;
  17. // content: '';
  18. // opacity: .6;
  19. // }
  20. .single_slider{
  21. height: 900px;
  22. background-size: cover;
  23. background-repeat: no-repeat;
  24. background-position: center center;
  25. &.single_slider2{
  26. height: 450px;
  27. @media #{$mobile_device} {
  28. height: auto;
  29. }
  30. .property_wrap{
  31. position: relative;
  32. top: 166px;
  33. @media #{$mobile_device} {
  34. top: 0;
  35. }
  36. .slider_text{
  37. h3{
  38. font-size: 42px;
  39. margin-bottom: 51px;
  40. }
  41. }
  42. .property_form{
  43. background: #001D38;
  44. }
  45. }
  46. }
  47. @media #{$mobile_device} {
  48. height: auto;
  49. }
  50. @media #{$tablet_device} {
  51. height: 600px;
  52. }
  53. .slider_text{
  54. @media #{$mobile_device}{
  55. margin: 100px 0 50px 0;
  56. }
  57. h3{
  58. font-family: $font2;
  59. font-size: 60px;
  60. text-transform: capitalize;
  61. letter-spacing: 2px;
  62. font-weight: 600;
  63. line-height: 70px;
  64. margin-bottom: 27px;
  65. color: #fff;
  66. span{
  67. font-weight: 700;
  68. }
  69. @media #{$mobile_device} {
  70. font-size: 30px;
  71. // letter-spacing: 3px;
  72. line-height: 45px;
  73. }
  74. @media #{$tablet_device} {
  75. font-size: 54px;
  76. }
  77. // @media #{$mid_device} {
  78. // font-size: 35px;
  79. // }
  80. }
  81. p{
  82. font-size: 20px;
  83. font-weight: 400;
  84. color: #FFF;
  85. margin-bottom: 24px;
  86. margin-top: 10px;
  87. @media #{$mid_device} {
  88. font-size: 16px;
  89. }
  90. @media #{$mobile_device} {
  91. font-size: 16px;
  92. }
  93. }
  94. .video_service_btn> a{
  95. margin-right: 15px;
  96. @media #{$mobile_device} {
  97. margin-bottom: 20px;
  98. }
  99. }
  100. }
  101. .property_form{
  102. @media #{$mobile_device}{
  103. margin-bottom: 30px;
  104. }
  105. padding: 30px;
  106. background: rgba(0, 28, 56,0.6);
  107. @include border-radius(10px);
  108. .form_wrap{
  109. @media #{$mobile_device} {
  110. display: block !important;
  111. }
  112. @media #{$tablet_device} {
  113. -ms-flex-wrap: wrap;
  114. flex-wrap: wrap;
  115. }
  116. }
  117. }
  118. }
  119. .serach_icon a {
  120. width: 45px;
  121. height: 45px;
  122. background: #FD8E5E;
  123. text-align: center;
  124. line-height: 45px;
  125. color: #fff;
  126. border-radius: 5px;
  127. display: inline-block;
  128. @media #{$mobile_device} {
  129. width: 100%;
  130. margin-bottom: 15px;
  131. }
  132. @media #{$tablet_device} {
  133. width: 50%;
  134. }
  135. }
  136. .serach_icon {
  137. @include flexbox();
  138. @include align-items(end);
  139. @media #{$mobile_device} {
  140. display: block;
  141. }
  142. @media #{$tablet_device} {
  143. width: 50%;
  144. align-items: center;
  145. margin-top: 12px;
  146. }
  147. }
  148. .single-field{
  149. @media #{$tablet_device} {
  150. margin-bottom: 20px;
  151. }
  152. &.range_slider{
  153. width: 100%;
  154. #slider{
  155. margin: 0;
  156. }
  157. }
  158. .nice-select .list {
  159. color: #000;
  160. border-radius: 0;
  161. }
  162. &.max_width{
  163. margin-right: 24px;
  164. @media #{$mobile_device} {
  165. margin-right: 0;
  166. }
  167. label{
  168. display: block;
  169. font-size: 15px;
  170. color: #FDAE5C;
  171. }
  172. .nice-select.wide {
  173. width: 166px;
  174. background: transparent;
  175. color: #C7C7C7;
  176. font-size: 15px;
  177. font-weight: 400;
  178. border: 1px solid rgba(255,255,255,.40);
  179. height: 45px;
  180. line-height: 45px;
  181. @media #{$mobile_device} {
  182. width: 100%;
  183. margin-bottom: 15px;
  184. }
  185. }
  186. .nice-select::after {
  187. content: "\e64b";
  188. display: block;
  189. height: 5px;
  190. margin-top: -5px;
  191. pointer-events: none;
  192. position: absolute;
  193. right: 30px;
  194. top: 8px;
  195. transition: all 0.15s ease-in-out;
  196. width: 5px;
  197. font-family: 'themify';
  198. color: #ddd;
  199. color: #FFFFFF;
  200. top: 5px;
  201. font-size: 12px;
  202. }
  203. }
  204. &.min_width{
  205. margin-right: 24px;
  206. @media #{$mobile_device} {
  207. margin-right: 0;
  208. margin-bottom: 20px;
  209. }
  210. label{
  211. display: block;
  212. font-size: 15px;
  213. color: #FDAE5C;
  214. }
  215. .nice-select.wide {
  216. width: 110px;
  217. background: transparent;
  218. color: #C7C7C7;
  219. font-size: 15px;
  220. font-weight: 400;
  221. border: 1px solid rgba(255,255,255,.40);
  222. height: 45px;
  223. line-height: 45px;
  224. @media #{$mobile_device} {
  225. width: 100%;
  226. margin-bottom: 15px;
  227. }
  228. }
  229. .nice-select::after {
  230. content: "\e64b";
  231. display: block;
  232. height: 5px;
  233. margin-top: -5px;
  234. pointer-events: none;
  235. position: absolute;
  236. right: 30px;
  237. top: 8px;
  238. transition: all 0.15s ease-in-out;
  239. width: 5px;
  240. font-family: 'themify';
  241. color: #ddd;
  242. color: #FFFFFF;
  243. top: 5px;
  244. font-size: 12px;
  245. }
  246. }
  247. }
  248. .owl-carousel .owl-nav div {
  249. height: 120px;
  250. left: 0px;
  251. width: 50px;
  252. color: #fff;
  253. background-color: transparent;
  254. @include border-radius(0);
  255. left: 50px;
  256. font-size: 14px;
  257. border: none;
  258. left: 150px;
  259. line-height: 120px;
  260. background: rgba(255,255,255,.2);
  261. left: 0;
  262. border: none !important;
  263. &.owl-next{
  264. right: 0;
  265. left: auto;
  266. }
  267. &:hover{
  268. background: rgba(255,255,255,255);
  269. color:#001D38 ;
  270. border: none;
  271. }
  272. }
  273. }
  274. .property_bg{
  275. background-image: url(../img/banner/property.png);
  276. }