style.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. :root {
  2. --header-color: #d4d5d7;;
  3. --hover-color: #b1e8ca;
  4. --opacity-color: rgba(17,17,17,0.8);
  5. }
  6. @font-face {
  7. font-family: 'icomoon';
  8. src: url('../assets/fonts/icomoon.eot?slshll');
  9. src: url('../assets/fonts/icomoon.eot?slshll#iefix') format('embedded-opentype'),
  10. url('../assets/fonts/icomoon.ttf?slshll') format('truetype'),
  11. url('../assets/fonts/icomoon.woff?slshll') format('woff'),
  12. url('../assets/fonts/icomoon.svg?slshll#icomoon') format('svg');
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. [class^="icon-"], [class*=" icon-"] {
  17. /* use !important to prevent issues with browser extensions that change fonts */
  18. font-family: 'icomoon' !important;
  19. speak: none;
  20. font-style: normal;
  21. font-weight: normal;
  22. font-variant: normal;
  23. text-transform: none;
  24. line-height: 1;
  25. /* Better Font Rendering =========== */
  26. -webkit-font-smoothing: antialiased;
  27. -moz-osx-font-smoothing: grayscale;
  28. }
  29. .icon-dehaze:before {
  30. content: "\e903";
  31. display: none;
  32. color: var(--header-color);
  33. font-size: 35px;
  34. position: relative;
  35. top: 15%;
  36. }
  37. @media (max-width: 768px) {
  38. .icon-dehaze:before {
  39. display: block;
  40. }
  41. }
  42. .icon-angle-left:before {
  43. content: "\f104";
  44. color: var(--opacity-color);
  45. font-size: 1.7em;
  46. font-weight: 700;
  47. }
  48. .icon-angle-right:before {
  49. content: "\f105";
  50. color: var(--opacity-color);
  51. font-size: 1.7em;
  52. font-weight: 700;
  53. }
  54. .icon-angle-down:before {
  55. content: "\f107";
  56. color: var(--hover-color);
  57. position: absolute;
  58. right: 15px;
  59. top: 22%;
  60. }
  61. .icon-lens:before {
  62. content: "\e901";
  63. color: var(--opacity-color);
  64. font-size: 1.6em;
  65. margin: 15px 0;
  66. }
  67. @media (max-width: 1024px) {
  68. .icon-lens:before {
  69. color: var(--hover-color);
  70. }
  71. }
  72. @media (max-width: 414px) {
  73. .icon-lens:before {
  74. color: var(--hover-color);
  75. font-size: 1em;
  76. }
  77. }
  78. @media (max-width: 375px) {
  79. .icon-lens:before {
  80. /* color: var(--hover-color); */
  81. font-size: 0.9em;
  82. }
  83. }
  84. @media (max-width: 320px) {
  85. .icon-lens:before {
  86. color: var(--opacity-color);
  87. /* font-size: 0.9em; */
  88. }
  89. }
  90. .icon-calendar:before {
  91. content: "\f073";
  92. }
  93. .icon-commenting-o:before {
  94. content: "\f27b";
  95. }
  96. .icon-phone:before {
  97. content: "\e942";
  98. }
  99. .icon-clock:before {
  100. content: "\e94e";
  101. }
  102. .icon-bubbles4:before {
  103. content: "\e970";
  104. }
  105. .icon-user:before {
  106. content: "\e971";
  107. }
  108. .icon-exit:before {
  109. content: "\ea14";
  110. color: var(--opacity-color);
  111. font-size: 1.6em;
  112. }
  113. .icon-location:before {
  114. content: "\e947";
  115. font-size: 35px;
  116. }
  117. .icon-phone:before {
  118. content: "\e942";
  119. font-size: 35px;
  120. }