You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

402 lines
4.4 KiB

  1. @charset "utf-8";
  2. /* CSS Document */
  3. /******************************
  4. [Table of Contents]
  5. 1. 1600px
  6. 2. 1440px
  7. 3. 1280px
  8. 4. 1199px
  9. 5. 1024px
  10. 6. 991px
  11. 7. 959px
  12. 8. 880px
  13. 9. 768px
  14. 10. 767px
  15. 11. 539px
  16. 12. 479px
  17. 13. 400px
  18. ******************************/
  19. @media only screen and (max-width: 1600px)
  20. {
  21. .zeta_card
  22. {
  23. padding-left: 80px;
  24. padding-right: 60px;
  25. }
  26. }
  27. /************
  28. 2. 1440px
  29. ************/
  30. @media only screen and (max-width: 1440px)
  31. {
  32. }
  33. /************
  34. 3. 1380px
  35. ************/
  36. @media only screen and (max-width: 1380px)
  37. {
  38. }
  39. /************
  40. 3. 1280px
  41. ************/
  42. @media only screen and (max-width: 1280px)
  43. {
  44. .super_container
  45. {
  46. padding-left: 0px;
  47. padding-right: 0px;
  48. }
  49. }
  50. /************
  51. 4. 1199px
  52. ************/
  53. @media only screen and (max-width: 1199px)
  54. {
  55. .zeta_card
  56. {
  57. padding-left: 30px;
  58. padding-right: 20px;
  59. }
  60. }
  61. /************
  62. 4. 1100px
  63. ************/
  64. @media only screen and (max-width: 1100px)
  65. {
  66. }
  67. /************
  68. 5. 1024px
  69. ************/
  70. @media only screen and (max-width: 1024px)
  71. {
  72. }
  73. /************
  74. 6. 991px
  75. ************/
  76. @media only screen and (max-width: 991px)
  77. {
  78. h1{font-size: 48px;}
  79. .main_nav
  80. {
  81. display: none;
  82. }
  83. .hamburger_container
  84. {
  85. display: block;
  86. }
  87. .discover_button
  88. {
  89. margin-top: 37px;
  90. }
  91. .home_social_container
  92. {
  93. right: 0;
  94. }
  95. .service_item
  96. {
  97. margin-bottom: 50px;
  98. }
  99. .service_item h3
  100. {
  101. margin-bottom: 15px;
  102. }
  103. .icon_container
  104. {
  105. margin-bottom: 30px;
  106. }
  107. .services_button
  108. {
  109. margin-top: 40px;
  110. margin-left: 0px;
  111. margin-right: 0px;
  112. }
  113. .zeta_card_content
  114. {
  115. max-width: 720px;
  116. margin: 0 auto;
  117. padding-left: 15px;
  118. padding-right: 15px;
  119. }
  120. .zeta_card
  121. {
  122. padding-top: 120px;
  123. padding-bottom: 110px;
  124. padding-left: 0px;
  125. padding-right: 0px;
  126. }
  127. .pic_box
  128. {
  129. margin-bottom: 82px;
  130. }
  131. .pic_box:last-child
  132. {
  133. margin-bottom: 0px;
  134. }
  135. }
  136. /************
  137. 7. 959px
  138. ************/
  139. @media only screen and (max-width: 959px)
  140. {
  141. }
  142. /************
  143. 8. 880px
  144. ************/
  145. @media only screen and (max-width: 880px)
  146. {
  147. }
  148. /************
  149. 9. 768px
  150. ************/
  151. @media only screen and (max-width: 768px)
  152. {
  153. }
  154. /************
  155. 10. 767px
  156. ************/
  157. @media only screen and (max-width: 767px)
  158. {
  159. .footer_social li
  160. {
  161. margin-left: 4px;
  162. }
  163. .footer_social li i
  164. {
  165. font-size: 13px;
  166. }
  167. .zeta_card_content
  168. {
  169. max-width: 540px;
  170. }
  171. }
  172. /************
  173. 11. 575px
  174. ************/
  175. @media only screen and (max-width: 575px)
  176. {
  177. h2{font-size:24px;}
  178. p{font-size:14px;}
  179. .header
  180. {
  181. padding-left: 15px;
  182. padding-right: 15px;
  183. }
  184. .logo
  185. {
  186. margin-left: 4px;
  187. }
  188. .fs_menu_shapes
  189. {
  190. width: 30%;
  191. bottom: 35px;
  192. left: -30px;
  193. }
  194. .fs_menu_list li a
  195. {
  196. font-size: 48px;
  197. }
  198. .fs_menu_container
  199. {
  200. padding-right: 30px;
  201. }
  202. .fs_social_container
  203. {
  204. right: 20px;
  205. }
  206. .footer
  207. {
  208. padding-top: 30px;
  209. padding-bottom: 30px;
  210. }
  211. .footer_content
  212. {
  213. height: auto;
  214. }
  215. .cr p
  216. {
  217. font-size: 13px;
  218. margin-bottom: 15px;
  219. }
  220. }
  221. /************
  222. 11. 539px
  223. ************/
  224. @media only screen and (max-width: 539px)
  225. {
  226. }
  227. /************
  228. 12. 480px
  229. ************/
  230. @media only screen and (max-width: 480px)
  231. {
  232. }
  233. /************
  234. 13. 479px
  235. ************/
  236. @media only screen and (max-width: 479px)
  237. {
  238. h1{font-size: 24px;}
  239. h2{font-size: 16px;}
  240. h3{font-size: 16px;}
  241. p{font-size: 13px;}
  242. .fs_menu_container.active
  243. {
  244. padding-top: 100px;
  245. }
  246. .fs_menu_list li a
  247. {
  248. font-size: 24px;
  249. }
  250. .fs_menu_list li a > span::after
  251. {
  252. bottom: 0px;
  253. height: 2px;
  254. }
  255. .fs_menu_list li a span span
  256. {
  257. top: 0;
  258. left: -2px;
  259. }
  260. .fs_social li
  261. {
  262. margin-left: 5px;
  263. }
  264. .main_slider_content p
  265. {
  266. font-size: 13px;
  267. }
  268. .button
  269. {
  270. width: 170px;
  271. height: 50px;
  272. }
  273. .button a
  274. {
  275. font-size: 9px;
  276. line-height: 50px;
  277. }
  278. .discover_button
  279. {
  280. margin-top: 28px;
  281. }
  282. .parallax-window
  283. {
  284. min-height: 266px;
  285. }
  286. .home
  287. {
  288. height: 266px;
  289. }
  290. .home_content
  291. {
  292. margin-top: 114px;
  293. }
  294. .home_content h1
  295. {
  296. margin-bottom: 0px;
  297. }
  298. .home_content span
  299. {
  300. font-size: 10px;
  301. letter-spacing: 0.5em;
  302. }
  303. .home_social_container
  304. {
  305. display: none !important;
  306. }
  307. .header
  308. {
  309. height: 90px;
  310. }
  311. .section_title h2::before
  312. {
  313. bottom: 51px;
  314. }
  315. .services
  316. {
  317. padding-top: 100px;
  318. padding-bottom: 100px;
  319. }
  320. .service_item
  321. {
  322. margin-bottom: 40px;
  323. }
  324. .services_button
  325. {
  326. margin-top: 10px;
  327. }
  328. .icon_container
  329. {
  330. margin-bottom: 25px;
  331. }
  332. .service_item h3
  333. {
  334. margin-bottom: 10px;
  335. }
  336. .services_shapes
  337. {
  338. top: 0;
  339. text-align: right;
  340. }
  341. .services_shapes img
  342. {
  343. width: 70%;
  344. }
  345. .contact_button
  346. {
  347. margin-top: 45px;
  348. }
  349. }
  350. /************
  351. 14. 400px
  352. ************/
  353. @media only screen and (max-width: 400px)
  354. {
  355. }