realla.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. body {
  2. font-family: "Poppins", sans-serif !important;
  3. }
  4. .realla-menu {
  5. height: 72px !important;
  6. width: 100% !important;
  7. background-color: #252526 !important;
  8. position: fixed !important;
  9. top: 0px !important;
  10. display: flex;
  11. flex-flow: row wrap;
  12. align-content: center;
  13. justify-content: center;
  14. vertical-align: middle;
  15. z-index: 999;
  16. .realla-logo {
  17. margin-right: 7%;
  18. cursor: pointer;
  19. img {
  20. height: 40px;
  21. }
  22. }
  23. .realla-menuitems {
  24. padding-top: 0.5rem;
  25. text-align: right;
  26. a {
  27. color: white;
  28. font-size: 16px;
  29. padding-left: 16px;
  30. padding-right: 16px;
  31. text-decoration: none;
  32. }
  33. a:last-of-type {
  34. padding-left: 0px;
  35. padding-right: 0px;
  36. }
  37. }
  38. }
  39. .slide {
  40. margin-top: 72px !important;
  41. }
  42. .realla-search {
  43. margin-top: 72px !important;
  44. display: block;
  45. width: 100%;
  46. height: 60%;
  47. min-height: 60%;
  48. max-height: 60%;
  49. background-image: url('https://rockhome.hu/static/uploads/thumbs/banner_1557750073.jpg');
  50. background-repeat: no-repeat;
  51. background-size: cover;
  52. background-position: center center;
  53. .realla-main-content {
  54. padding-top: 10%;
  55. padding-bottom: 14%;
  56. }
  57. .realla-title {
  58. color: white;
  59. text-align: center;
  60. width: 100%;
  61. font-size: 40px;
  62. font-weight: 500;
  63. text-decoration: none;
  64. }
  65. .sugessionWrap {
  66. border: none;
  67. margin-top: 132px;
  68. border-radius: 30px;
  69. height: 64px;
  70. min-height: 64px;
  71. max-height: 64px;
  72. }
  73. .hidden-overlow {
  74. width: 200px;
  75. min-width: 200px;
  76. max-width: 200px;
  77. }
  78. .show-maximized {
  79. width: 200px;
  80. }
  81. .sugessionTags {
  82. width: 200px;
  83. }
  84. #tipus {
  85. padding: 0px;
  86. padding-top: 0px;
  87. background-position-x: 92%;
  88. background-position-y: center;
  89. }
  90. #ertekesites {
  91. background-position-x: 85%;
  92. }
  93. .suggestSubmit {
  94. border-radius: 30px;
  95. margin-top: 12px;
  96. margin-right: 12px;
  97. width: 40px !important;
  98. height: 40px !important;
  99. }
  100. }
  101. #properties {
  102. margin-top: 0px !important;
  103. padding-bottom: 96px;
  104. .content-wrap-main {
  105. padding-top: 96px !important;
  106. }
  107. ul {
  108. padding-bottom: 40px !important;
  109. text-align: center;
  110. li {
  111. h3 {
  112. font-size: 32px;
  113. font-weight: 500;
  114. }
  115. }
  116. }
  117. .result-item {
  118. border-radius: 6px;
  119. float: none;
  120. background-color: #fff;
  121. border: solid 1px #ddd;
  122. height: 330px;
  123. figure {
  124. border-radius: 0px;
  125. border-top-left-radius: 6px;
  126. border-top-right-radius: 6px;
  127. height: auto;
  128. aspect-ratio: 4 / 3;
  129. }
  130. .teaser {
  131. border-radius: 12px;
  132. line-height: normal;
  133. padding-top: 4px;
  134. padding-bottom: 4px;
  135. padding-left: 8px;
  136. padding-right: 8px;
  137. margin-top: -187px;
  138. margin-left: 8px;
  139. small {
  140. font-size: 12px;
  141. font-weight: 600;
  142. }
  143. }
  144. .price {
  145. font-size: 20px;
  146. font-weight: 500;
  147. padding-top: 8px;
  148. padding-left: 8px;
  149. }
  150. .size {
  151. padding-left: 8px;
  152. padding-top: 0px;
  153. font-size: 12px;
  154. font-weight: 500;
  155. font-family: "Poppins", sans-serif !important;
  156. small {
  157. font-family: "Poppins", sans-serif !important;
  158. font-size: 12px;
  159. font-weight: 300;
  160. }
  161. }
  162. .site {
  163. padding-left: 8px;
  164. padding-top: 0px;
  165. font-size: 12px;
  166. font-weight: 500;
  167. font-family: "Poppins", sans-serif !important;
  168. small {
  169. font-family: "Poppins", sans-serif !important;
  170. font-size: 12px;
  171. font-weight: 300;
  172. }
  173. }
  174. .rooms {
  175. padding-left: 8px;
  176. padding-top: 0px;
  177. font-size: 12px;
  178. font-weight: 500;
  179. font-family: "Poppins", sans-serif !important;
  180. small {
  181. font-family: "Poppins", sans-serif !important;
  182. font-size: 12px;
  183. font-weight: 300;
  184. }
  185. }
  186. .address {
  187. font-family: "Poppins", sans-serif !important;
  188. font-size: 12px;
  189. font-weight: 300;
  190. min-height: 20px;
  191. padding-bottom: 0px;
  192. }
  193. .employee {
  194. width: 94%;
  195. border-top: solid 1px #ddd;
  196. font-family: "Poppins", sans-serif !important;
  197. font-size: 12px;
  198. font-weight: 300;
  199. display: block;
  200. margin-left: 8px;
  201. padding-top: 8px;
  202. margin-top: 8px;
  203. }
  204. }
  205. }
  206. .content-wrap-main .result-item {
  207. margin-right: 16px !important;
  208. margin-bottom: 16px !important;
  209. }
  210. .props-container {
  211. padding-left: 0px !important;
  212. width: 100%;
  213. display: flex;
  214. flex-wrap: wrap;
  215. justify-content: center;
  216. }
  217. .we-help-you {
  218. margin-top: 96px;
  219. h3 {
  220. font-size: 32px;
  221. font-weight: 500;
  222. text-align: center;
  223. }
  224. .helps-container {
  225. display: grid;
  226. grid-template-columns: 1fr 1fr 1fr;
  227. margin-top: 40px;
  228. margin-left: 45px;
  229. margin-right: 45px;
  230. margin-bottom: 96px;
  231. gap: 16px;
  232. .helps-box {
  233. border: solid 1px #ddd;
  234. border-radius: 12px;
  235. min-height: 350px;
  236. padding-left: 40px;
  237. padding-right: 40px;
  238. figure {
  239. display: block;
  240. margin: 0 auto;
  241. margin-top: 40px;
  242. margin-bottom: 24px;
  243. width: 90px;
  244. height: 90px;
  245. font-size: 36px;
  246. border-radius: 90px;
  247. background-color: #2eac59;
  248. color: #fff;
  249. text-align: center;
  250. i {
  251. margin-top: 26px;
  252. }
  253. }
  254. h4 {
  255. margin-bottom: 24px;
  256. text-align: center;
  257. font-size: 16px;
  258. font-weight: 600;
  259. }
  260. p {
  261. font-size: 14px;
  262. font-weight: 200;
  263. text-align: left;
  264. margin-bottom: 40px;
  265. line-height: 26px;
  266. }
  267. }
  268. }
  269. }
  270. .blog {
  271. margin-top: 96px;
  272. h3 {
  273. font-size: 32px;
  274. font-weight: 500;
  275. text-align: center;
  276. }
  277. .blog-container {
  278. display: grid;
  279. grid-template-columns: 1fr 1fr 1fr;
  280. margin-top: 40px;
  281. margin-left: 45px;
  282. margin-right: 45px;
  283. gap: 16px;
  284. .blog-box {
  285. border: solid 1px #ddd;
  286. border-radius: 12px;
  287. min-height: 350px;
  288. padding: 0px;
  289. padding-bottom: 40px;
  290. figure {
  291. display: block;
  292. margin: 0px;
  293. padding: 0px;
  294. width: 100%;
  295. height: auto;
  296. img {
  297. width: 100%;
  298. height: 100%;
  299. aspect-ratio: 16 / 9;
  300. border-top-left-radius: 12px;
  301. border-top-right-radius: 12px;
  302. }
  303. }
  304. h4 {
  305. margin-bottom: 24px;
  306. text-align: left;
  307. font-size: 16px;
  308. font-weight: 600;
  309. margin-left: 40px;
  310. margin-right: 40px;
  311. }
  312. p {
  313. font-size: 14px;
  314. font-weight: 200;
  315. text-align: left;
  316. margin-bottom: 24px;
  317. margin-left: 40px;
  318. margin-right: 40px;
  319. line-height: 26px;
  320. }
  321. a {
  322. font-size: 14px;
  323. font-weight: 400;
  324. text-decoration: none;
  325. color: #222;
  326. padding-left: 40px;
  327. }
  328. }
  329. }
  330. }
  331. .footer-menu-container {
  332. width: 100%;
  333. height: auto;
  334. background-color: #f4f4f6;
  335. padding-top: 96px;
  336. padding-bottom: 96px;
  337. .footer-wrap-main {
  338. display: grid;
  339. grid-template-columns: 1fr 1fr 1fr;
  340. gap: 16px;
  341. margin-top: 0px;
  342. padding-top: 0px;
  343. .footer-menu-block-container {
  344. .footer-menu-block {
  345. list-style: none;
  346. padding: 0px;
  347. li {
  348. font-size: 14px;
  349. font-weight: 200;
  350. padding-bottom: 8px;
  351. color: #717171;
  352. a {
  353. text-decoration: none;
  354. color: #717171;
  355. }
  356. }
  357. }
  358. h5 {
  359. padding: 0px;
  360. margin: 0px;
  361. margin-bottom: 32px;
  362. font-size: 20px;
  363. font-weight: 500;
  364. }
  365. }
  366. }
  367. }