style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. html {
  2. scroll-behavior: smooth;
  3. }
  4. body {
  5. display: flex;
  6. flex-direction: column;
  7. min-height: 100vh;
  8. width: 100%;
  9. }
  10. a:hover {
  11. text-decoration: none;
  12. }
  13. footer {
  14. margin-top: auto;
  15. }
  16. [v-cloak] {
  17. display: none !important;
  18. }
  19. .form-control {
  20. font-weight: 600 !important;
  21. }
  22. .footer {
  23. margin-left: 200px;
  24. }
  25. .w-80 {
  26. width: 80%;
  27. }
  28. .btn-primary {
  29. background-color: #2AB7CA;
  30. border-color: #2AB7CA;
  31. }
  32. .text-blue {
  33. color: #08415C;
  34. }
  35. .sidenav {
  36. height: 100%;
  37. width: 250px;
  38. position: fixed;
  39. z-index: 1;
  40. top: 66px;
  41. left: 0;
  42. background-color: #eee;
  43. overflow-x: hidden;
  44. padding-top: 10px;
  45. padding-bottom: 100px;
  46. }
  47. .navbar {
  48. z-index: 100;
  49. }
  50. .nav-link {
  51. padding: 10px;
  52. }
  53. .nav-link{
  54. display: block;
  55. padding: 10px 0 10px 45px;
  56. font-weight: 300;
  57. border-bottom: 1px solid #ddd;
  58. color: #999;
  59. }
  60. .nav-link:hover {
  61. text-decoration: none;
  62. color: #000;
  63. }
  64. .nav-link.active, .nav-link.completed {
  65. color: #000 !important;
  66. font-weight: 500;
  67. }
  68. .nav-link.completed {
  69. padding-left: 20px;
  70. }
  71. .nav-link.completed::before {
  72. font-family: "Font Awesome 5 Free";
  73. font-weight: 900;
  74. content: "\f058";
  75. padding-right: 5px;
  76. color: #17a2b8;
  77. }
  78. .main {
  79. margin-left: 250px;
  80. margin-top: 60px;
  81. }
  82. .file {
  83. position: relative;
  84. overflow: hidden;
  85. cursor: pointer;
  86. }
  87. .input-file {
  88. position: absolute;
  89. font-size: 50px;
  90. opacity: 0;
  91. right: 0;
  92. top: 0;
  93. cursor: pointer;
  94. }
  95. video {
  96. background: #222;
  97. margin: 0 0 20px 0;
  98. --width: 100%;
  99. width: var(--width);
  100. height: 300px;
  101. }
  102. .hidden {
  103. display: none;
  104. }
  105. .blue-card {
  106. background-color: #EAFCFF;
  107. }
  108. .g-recaptcha {
  109. max-width: 100%;
  110. }
  111. .welcome-container .title {
  112. font-style: normal;
  113. font-weight: bold;
  114. font-size: 60px;
  115. line-height: 77px;
  116. color: #000000;
  117. }
  118. .welcome-container p, .welcome-container label, .welcome-container ul{
  119. color: #6E7884;
  120. font-style: normal;
  121. font-size: 15px;
  122. line-height: 29px;
  123. }
  124. .welcome-container h2 {
  125. font-weight: bold;
  126. font-size: 43px;
  127. line-height: 57px;
  128. color: #071232;
  129. }
  130. .flex-content {
  131. display: flex;
  132. align-items: center;
  133. justify-content: space-between;
  134. }
  135. .flex-content img {
  136. width: 100%;
  137. }
  138. .flex-content >div {
  139. flex-basis: 44%;
  140. }
  141. .bg-light-sec {
  142. background-color: #FEF9F3;
  143. }
  144. .why-us {
  145. padding: 50px 20px;
  146. }
  147. .why-us h5 {
  148. color: #FF9532;
  149. }
  150. .why-us p {
  151. padding: 20px 100px;
  152. }
  153. .support {
  154. display: flex;
  155. justify-content: space-between;
  156. max-width: 1800px;
  157. margin: auto;
  158. }
  159. .support >div {
  160. flex-basis: 50%;
  161. }
  162. .support p {
  163. margin: 0;
  164. }
  165. .support-content > div{
  166. padding: 50px 30px 50px 30%;
  167. }
  168. .support-img {
  169. margin-right: 50px;
  170. }
  171. .support-img img {
  172. background: #FFFFFF;
  173. box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.06);
  174. border-radius: 20px;
  175. padding: 10px;
  176. height: 60px;
  177. }
  178. .support-ways {
  179. position: relative;
  180. display: flex;
  181. justify-content: flex-end;
  182. align-items: flex-start;
  183. }
  184. .dark-card {
  185. background-color: #163042;
  186. color: #EAFCFF;
  187. padding: 20px 20px 400px 50px;
  188. width: 70%;
  189. image-rendering: pixelated;
  190. }
  191. .dark-card h3 {
  192. font-weight: 600;
  193. font-size: 64px;
  194. line-height: 76px;
  195. margin-right: 30px;
  196. }
  197. .rain{
  198. opacity: 0.1;
  199. margin-top: 20px;
  200. }
  201. .single {
  202. position: absolute;
  203. right:0;
  204. }
  205. .stetho {
  206. position: absolute;
  207. bottom:230px;
  208. right:310px;
  209. }
  210. .group {
  211. position: absolute;
  212. right:0;
  213. bottom:10px;
  214. }
  215. @media screen and (max-width:1414px) {
  216. .support-ways {
  217. display: none;
  218. }
  219. .support > div {
  220. flex-basis: 100%;
  221. }
  222. .support-content > div {
  223. padding: 50px;
  224. }
  225. }
  226. @media screen and (max-width:1024px) {
  227. .table-container {
  228. overflow-x: scroll;
  229. }
  230. .w-50, .w-80 {
  231. width: 100% !important;
  232. overflow-x: scroll;
  233. }
  234. }
  235. @media screen and (max-width:991px) {
  236. .sidenav {
  237. width: 200px;
  238. height: 100%;
  239. position: absolute;
  240. }
  241. .footer {
  242. margin-left: 0;
  243. }
  244. .main {
  245. margin-left: 200px;
  246. }
  247. .nav-link{
  248. display: block;
  249. padding: 10px 0 10px 35px;
  250. }
  251. .nav-link.completed {
  252. padding-left: 10px;
  253. }
  254. .flex-content {
  255. flex-wrap: wrap;
  256. }
  257. }
  258. @media screen and (min-width:650px) {
  259. #navbarNavDropdown {
  260. display: none !important;
  261. }
  262. }
  263. @media screen and (max-width:600px) {
  264. #navbarNavDropdown {
  265. position: absolute;
  266. top: 60px;
  267. background: #fff;
  268. z-index: 100;
  269. left: 0px;
  270. }
  271. .sidenav {
  272. display: none;
  273. }
  274. .flex-content >div {
  275. flex-basis: 100%;
  276. }
  277. .bottom {
  278. order: 1;
  279. margin-top: 15px;
  280. }
  281. .main {
  282. margin-left: 0;
  283. }
  284. .navbar-toggler {
  285. display: inline;
  286. }
  287. .welcome-container .title {
  288. font-style: normal;
  289. font-weight: bold;
  290. font-size: 50px;
  291. line-height: 57px;
  292. color: #000000;
  293. }
  294. .why-us p{
  295. padding: 00px;
  296. }
  297. .support-content >div {
  298. padding: 50px 20px;
  299. }
  300. .support-img {
  301. margin-right: 30px;
  302. }
  303. }
  304. @media screen and (max-width:500px) {
  305. .support-content >div {
  306. display: block !important;
  307. text-align: center;
  308. padding: 30px;
  309. }
  310. .support-img {
  311. margin-right: 0px;
  312. margin-bottom: 30px;
  313. }
  314. }
  315. .w-100px {
  316. width: 100px;
  317. }