index.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. input[type=text]::-ms-clear { display: none; width : 0; height: 0; }
  6. input[type=text]::-ms-reveal { display: none; width : 0; height: 0; }
  7. input::-webkit-search-decoration,
  8. input::-webkit-search-cancel-button,
  9. input::-webkit-search-results-button,
  10. input::-webkit-search-results-decoration { display: none; }
  11. hr {
  12. border: none;
  13. background-color: #707070;
  14. height: 1px;
  15. width: auto;
  16. margin: 0 auto;
  17. }
  18. @font-face {
  19. font-family: 'monsterrat_regular';
  20. src: url('fonts/monsterrat/Montserrat-Regular.ttf');
  21. }
  22. @font-face {
  23. font-family: 'monsterrat_bold';
  24. src: url('fonts/monsterrat/Montserrat-Bold.ttf');
  25. }
  26. .wrapper {
  27. max-width: 1200px;
  28. margin: 0 auto;
  29. background: linear-gradient(#ffffff, #d1e3ff, #a5c8ff);
  30. box-shadow: 0 0 60px #b5d2ff;
  31. padding: 0 20px;
  32. }
  33. .header {
  34. display: flex;
  35. max-width: 1042px;
  36. justify-content: space-between;
  37. margin-bottom: 29px !important;
  38. margin: 0 auto;
  39. padding: 20px 0 0 0;
  40. }
  41. .logo_name {
  42. display: flex;
  43. width: 340px;
  44. justify-content: space-between;
  45. align-items: center;
  46. }
  47. .logo_name > p {
  48. width: 218px;
  49. font-size: 20px;
  50. font-family: 'monsterrat_regular';
  51. }
  52. .header_buttons {
  53. width: 630px;
  54. margin-top: 20px;
  55. position: relative;
  56. }
  57. .top_header {
  58. width: 630px;
  59. }
  60. .top_header > h1 {
  61. font-family: 'monsterrat_bold';
  62. text-shadow: 0 5px 6px #00000063;
  63. font-size: 35px;
  64. text-align: center;
  65. }
  66. .top_buttons {
  67. width: 330px;
  68. display: flex;
  69. justify-content: space-between;
  70. position: absolute;
  71. right: 20px;
  72. }
  73. .top_buttons > button {
  74. font-family: 'monsterrat_regular';
  75. background-color: #ffffff;
  76. border: 1px solid #707070;
  77. box-shadow: 0 3px 6px #00000063;
  78. padding: 5px 25px;
  79. border-radius: 17px;
  80. font-size: 20px;
  81. height: 45px;
  82. }
  83. .top_buttons > button:hover {
  84. cursor: pointer;
  85. }
  86. #hr_between {
  87. margin: 0 20px;
  88. }
  89. .quick_links_search {
  90. display: flex;
  91. max-width: 1200px;
  92. height: 100px;
  93. margin: 0 auto;
  94. position: relative;
  95. }
  96. .quick_links_search > .link_buttons {
  97. width: 390px !important;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. margin-right: 0px;
  102. }
  103. .hide_first_top_menu {
  104. position: absolute;
  105. top: 118.5px;
  106. width: 360px;
  107. height: 150px;
  108. background-color: #ffffff;
  109. border: 1px solid #707070;
  110. border-radius: 35px;
  111. box-shadow: 0 3px 6px #707070;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. display: none;
  116. }
  117. .hide_first_top_menu > ul {
  118. padding: 0;
  119. list-style-type: none;
  120. text-align: center;
  121. line-height: 2.5;
  122. font-family: 'monsterrat_regular';
  123. font-size: 20px;
  124. }
  125. .hide_first_top_menu > ul > li > a {
  126. text-decoration: none;
  127. color: #000000;
  128. }
  129. .hide_second_top_menu {
  130. position: absolute;
  131. top: 118.5px;
  132. width: 360px;
  133. height: 350px;
  134. background-color: #ffffff;
  135. border: 1px solid #707070;
  136. border-radius: 35px;
  137. box-shadow: 0 3px 6px #707070;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. display: none;
  142. z-index: 9 !important;
  143. }
  144. .hide_second_top_menu > ul {
  145. padding: 0;
  146. list-style-type: none;
  147. text-align: center;
  148. line-height: 2.5;
  149. font-family: 'monsterrat_regular';
  150. font-size: 20px;
  151. }
  152. .hide_second_top_menu > ul > li > a {
  153. text-decoration: none;
  154. color: #000000;
  155. }
  156. .link_buttons > button {
  157. font-family: 'monsterrat_regular';
  158. background-color: #ffffff;
  159. border: 1px solid #707070;
  160. box-shadow: 0 3px 6px #00000063;
  161. padding: 5px 25px;
  162. border-radius: 17px;
  163. font-size: 20px;
  164. height: 45px;
  165. }
  166. .link_buttons > button:hover {
  167. cursor: pointer;
  168. }
  169. .link_buttons > button[id='top_btn_2'] {
  170. padding: 5px 27px;
  171. width: 200px;
  172. }
  173. .quick_links_search > hr {
  174. border: none;
  175. width: 1px;
  176. background-color: #707070;
  177. height: 100px;
  178. margin: 0;
  179. }
  180. .quick_links_search > .search_field {
  181. width: 780px;
  182. display: flex;
  183. align-items: center;
  184. justify-content: center;
  185. }
  186. .search_field > form {
  187. width: 727px;
  188. height: 45px;
  189. display: flex;
  190. position: relative;
  191. border-radius: 17px;
  192. }
  193. .search_field > form > input[id="search_input_top"] {
  194. width: 727px;
  195. border-radius: 17px;
  196. border: 1px solid #707070;
  197. text-align: center;
  198. font-size: 20px;
  199. font-family: 'monsterrat_regular';
  200. }
  201. .search_field > form > button[id="send_btn_1"] {
  202. position: absolute;
  203. right: 0;
  204. border: none;
  205. background: none;
  206. height: 45px;
  207. width: 45px;
  208. }
  209. .search_field > form > button[id="send_btn_1"]:hover {
  210. cursor: pointer;
  211. }
  212. .search_field > form > button[id="send_btn_2"] {
  213. position: absolute;
  214. right: 0;
  215. border: none;
  216. background: none;
  217. height: 45px;
  218. width: 45px;
  219. display: none;
  220. }
  221. .search_field > form > button[id="send_btn_2"]:hover {
  222. cursor: pointer;
  223. }
  224. .page_header {
  225. max-width: 1200px;
  226. display: flex;
  227. align-items: center;
  228. justify-content: center;
  229. margin-top: 20px;
  230. font-family: 'monsterrat_regular';
  231. }
  232. main {
  233. height: 800px;
  234. max-width: 1200px;
  235. margin: 0 auto;
  236. margin-top: 20px;
  237. display: flex;
  238. justify-content: space-around;
  239. flex-wrap: wrap;
  240. padding-top: 30px;
  241. background-color: #ffffff;
  242. border-radius: 10px;
  243. overflow: scroll;
  244. scrollbar-width: none;
  245. }
  246. main > .course {
  247. height: 350px;
  248. width: 250px;
  249. border: 2px solid #707070;
  250. border-radius: 10px;
  251. display: flex;
  252. flex-direction: column;
  253. justify-content: space-between;
  254. align-items: center;
  255. position: relative;
  256. box-shadow: 0 0 10px #707070;
  257. margin-bottom: 30px;
  258. }
  259. main > .course > a:hover {
  260. transition: all .5s;
  261. }
  262. .course:hover > .course_img {
  263. filter: brightness(50%);
  264. transition: all .5s;
  265. }
  266. .course a:hover > .course_description p {
  267. opacity: 1 !important;
  268. transition: all .5s;
  269. }
  270. .course > a {
  271. display: flex;
  272. flex-direction: column;
  273. justify-content: space-between;
  274. align-items: center;
  275. text-decoration: none;
  276. color: #000000;
  277. transition: .5s;
  278. z-index: 2;
  279. width: 250px;
  280. height: 350px;
  281. }
  282. .course_img {
  283. width: 250px;
  284. height: 350px;
  285. overflow: hidden;
  286. position: absolute;
  287. z-index: 1;
  288. border-radius: 5px;
  289. transition: all .5s;
  290. }
  291. .course_img > #course_img_1 {
  292. position: relative;
  293. bottom: 150px;
  294. }
  295. .course_img > #course_img_2 {
  296. position: relative;
  297. bottom: -20px;
  298. right: 210px;
  299. transform: scale(1.2);
  300. }
  301. .course_img > #course_img_3 {
  302. position: relative;
  303. bottom: 0px;
  304. left: -50px;
  305. transform: scale(1.5);
  306. }
  307. .course_img > #course_img_4 {
  308. position: relative;
  309. left: -190px;
  310. }
  311. .course_img > #course_img_5 {
  312. position: relative;
  313. bottom: 0px;
  314. left: -380px;
  315. transform: scale(1.1);
  316. }
  317. .course_img > #course_img_6 {
  318. position: relative;
  319. left: -340px;
  320. bottom: 130px;
  321. transform: scale(0.6);
  322. }
  323. .course_img > #course_img_7 {
  324. position: relative;
  325. bottom: 0px;
  326. left: -180px;
  327. }
  328. .course_img > #course_img_8 {
  329. position: relative;
  330. bottom: 0px;
  331. left: -150px;
  332. }
  333. .course_img > #course_img_9 {
  334. position: relative;
  335. bottom: 0px;
  336. left: -100px;
  337. transform: scale(1.5);
  338. }
  339. a > .course_name {
  340. margin-top: 20px;
  341. width: 100%;
  342. text-align: center;
  343. }
  344. .course_name > h2 {
  345. font-family: 'monsterrat_regular';
  346. color: #ffffff;
  347. text-shadow: 0 0 5px #000000, 0 0 5px #000000;
  348. }
  349. a > .course_description {
  350. width: 100%;
  351. text-align: start;
  352. padding: 0 0 10px 20px;
  353. }
  354. .course_description > p {
  355. font-family: 'monsterrat_regular';
  356. line-height: 1.5;
  357. color: #ffffff;
  358. opacity: 0;
  359. transition: all .5s;
  360. }
  361. #left{
  362. float: left;
  363. }
  364. #right{
  365. margin-top: 20px;
  366. float: right;
  367. }
  368. footer {
  369. max-width: 1121px !important;
  370. margin: 0 auto;
  371. display: flex;
  372. justify-content: space-between;
  373. margin-top: 20px;
  374. flex-wrap: wrap;
  375. border-top: 1px solid #707070;
  376. padding: 20px 0;
  377. }
  378. #right > p, #left > p {
  379. font-family: 'monsterrat_regular';
  380. display: flex;
  381. align-items: center;
  382. }
  383. #left {
  384. display: inline-flex;
  385. justify-content: space-between;
  386. align-items: center;
  387. width: 460px;
  388. }
  389. #left img {
  390. float: left;
  391. }
  392. .fa-map {
  393. color: #00923e;
  394. }
  395. .fa-phone {
  396. color: #00923e;
  397. }
  398. @media (max-width: 1121px) {
  399. .wrapper {
  400. max-width: 1000px;
  401. }
  402. .top_header > h1 {
  403. font-size: 30px;
  404. text-align: center;
  405. }
  406. .top_buttons > button {
  407. height: 35px;
  408. }
  409. .quick_links_search {
  410. max-width: 1000px;
  411. height: 75px;
  412. }
  413. #hr_between {
  414. height: 75px;
  415. }
  416. .link_buttons > button {
  417. font-size: 16px;
  418. height: 35px;
  419. }
  420. .search_field {
  421. width: 500px;
  422. }
  423. .search_field > form {
  424. width: 650px;
  425. height: 35px;
  426. }
  427. #send_btn_1 {
  428. height: 35px;
  429. width: 35px;
  430. margin-right: 10px;
  431. }
  432. .hide_first_top_menu {
  433. top: 90px;
  434. width: 330px;
  435. height: 120px;
  436. }
  437. .hide_first_top_menu > ul {
  438. font-size: 16px;
  439. }
  440. .hide_second_top_menu {
  441. top: 90px;
  442. width: 330px;
  443. height: 280px;
  444. }
  445. .hide_second_top_menu > ul {
  446. font-size: 16px;
  447. }
  448. }
  449. @media (max-width: 1000px) {
  450. .wrapper {
  451. max-width: 850px;
  452. }
  453. .logo_name > p {
  454. font-size: 16px;
  455. width: 180px;
  456. }
  457. .top_header {
  458. width: 500px;
  459. }
  460. .top_header > h1 {
  461. font-size: 25px;
  462. }
  463. .top_buttons {
  464. width: 270px;
  465. }
  466. .top_buttons > button {
  467. height: 28px;
  468. font-size: 16px;
  469. }
  470. .quick_links_search {
  471. max-width: 850px;
  472. height: 75px;
  473. }
  474. #hr_between {
  475. height: 75px;
  476. }
  477. .link_buttons {
  478. width: 260px !important;
  479. }
  480. .link_buttons > button {
  481. font-size: 16px;
  482. height: 28px;
  483. font-size: 14px;
  484. }
  485. .search_field {
  486. width: 530px !important;
  487. }
  488. .search_field > form {
  489. width: 530px;
  490. height: 28px;
  491. }
  492. #send_btn_1 {
  493. display: none;
  494. }
  495. #send_btn_2 {
  496. display: block;
  497. width: 28px;
  498. height: 28px;
  499. }
  500. .link_buttons > button[id='top_btn_2'] {
  501. padding: 5px 20px;
  502. }
  503. .search_field > form > input[id="search_input_top"] {
  504. font-size: 16px;
  505. }
  506. .hide_first_top_menu {
  507. top: 90px;
  508. width: 280px;
  509. height: 105px;
  510. }
  511. .hide_first_top_menu > ul {
  512. font-size: 14px;
  513. }
  514. .hide_second_top_menu {
  515. top: 90px;
  516. width: 280px;
  517. height: 245px;
  518. }
  519. .hide_second_top_menu > ul {
  520. font-size: 14px;
  521. }
  522. }
  523. @media (max-width: 850px) {
  524. .wrapper {
  525. max-width: 650px;
  526. }
  527. .logo_name > img {
  528. transform: scale(0.8);
  529. }
  530. .header {
  531. max-width: 650px !important;
  532. margin-bottom: 10px !important;
  533. }
  534. .logo_name > p {
  535. font-size: 14px;
  536. width: 150px;
  537. }
  538. .header_buttons {
  539. width: 500px;
  540. }
  541. .header_buttons > .top_header {
  542. width: 400px;
  543. }
  544. .top_header > h1 {
  545. font-size: 22px;
  546. }
  547. .search_field {
  548. width: 350px !important;
  549. }
  550. .search_field > form {
  551. width: 350px;
  552. }
  553. #right {
  554. margin-top: 20px;
  555. margin: 0 auto;
  556. }
  557. }
  558. @media (max-width: 690px) {
  559. .header {
  560. flex-wrap: wrap;
  561. justify-content: center;
  562. margin-bottom: 15px !important;
  563. }
  564. .top_buttons {
  565. position: static;
  566. margin: 0 auto;
  567. }
  568. .logo_name {
  569. width: 270px;
  570. }
  571. .logo_name > p {
  572. font-size: 21px;
  573. width: 170px;
  574. }
  575. .header_buttons {
  576. margin-top: 10px !important;
  577. }
  578. .top_header {
  579. margin: 0 auto;
  580. }
  581. .quick_links_search {
  582. flex-wrap: wrap;
  583. max-width: 500px;
  584. justify-content: center;
  585. padding: 15px 0;
  586. }
  587. #hr_between {
  588. display: none;
  589. }
  590. .search_field {
  591. margin-top: 10px;
  592. }
  593. .hide_first_top_menu, .hide_second_top_menu {
  594. top: 60px;
  595. z-index: 1;
  596. width: 350px;
  597. border-radius: 10px;
  598. }
  599. #left {
  600. margin-left: 20px;
  601. }
  602. }
  603. @media (max-width: 490px) {
  604. #left > p {
  605. width: 150px;
  606. }
  607. #left {
  608. width: 300px;
  609. justify-content: space-around;
  610. margin: 0 auto;
  611. }
  612. #right {
  613. margin-top: 20px;
  614. }
  615. }
  616. @media (max-width: 420px) {
  617. .top_header {
  618. width: 250px !important;
  619. }
  620. .top_header > h1 {
  621. font-size: 23px;
  622. }
  623. .search_field, form {
  624. width: 250px !important;
  625. }
  626. .hide_first_top_menu, .hide_second_top_menu {
  627. width: 250px;
  628. }
  629. }
  630. @media (max-width: 350px) {
  631. #right {
  632. width: 250px !important;
  633. }
  634. .fa-map {
  635. margin-right: 10px;
  636. }
  637. }