index.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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. }
  245. main > .course {
  246. height: 350px;
  247. width: 250px;
  248. border: 2px solid #707070;
  249. border-radius: 10px;
  250. display: flex;
  251. flex-direction: column;
  252. justify-content: space-between;
  253. align-items: center;
  254. position: relative;
  255. box-shadow: 0 0 10px #707070;
  256. margin-bottom: 30px;
  257. }
  258. main > .course > a:hover {
  259. transition: all .5s;
  260. }
  261. .course:hover > .course_img {
  262. filter: brightness(50%);
  263. transition: all .5s;
  264. }
  265. .course a:hover > .course_description p {
  266. opacity: 1 !important;
  267. transition: all .5s;
  268. }
  269. .course > a {
  270. display: flex;
  271. flex-direction: column;
  272. justify-content: space-between;
  273. align-items: center;
  274. text-decoration: none;
  275. color: #000000;
  276. transition: .5s;
  277. z-index: 2;
  278. width: 250px;
  279. height: 350px;
  280. }
  281. .course_img {
  282. width: 250px;
  283. height: 350px;
  284. overflow: hidden;
  285. position: absolute;
  286. z-index: 1;
  287. border-radius: 5px;
  288. transition: all .5s;
  289. }
  290. .course_img > #course_img_1 {
  291. position: relative;
  292. bottom: 150px;
  293. }
  294. .course_img > #course_img_2 {
  295. position: relative;
  296. bottom: -20px;
  297. right: 210px;
  298. transform: scale(1.2);
  299. }
  300. .course_img > #course_img_3 {
  301. position: relative;
  302. bottom: 0px;
  303. left: -50px;
  304. transform: scale(1.5);
  305. }
  306. .course_img > #course_img_4 {
  307. position: relative;
  308. left: -190px;
  309. }
  310. .course_img > #course_img_5 {
  311. position: relative;
  312. bottom: 0px;
  313. left: -380px;
  314. transform: scale(1.1);
  315. }
  316. .course_img > #course_img_6 {
  317. position: relative;
  318. left: -340px;
  319. bottom: 130px;
  320. transform: scale(0.6);
  321. }
  322. .course_img > #course_img_7 {
  323. position: relative;
  324. bottom: 0px;
  325. left: -180px;
  326. }
  327. .course_img > #course_img_8 {
  328. position: relative;
  329. bottom: 0px;
  330. left: -150px;
  331. }
  332. .course_img > #course_img_9 {
  333. position: relative;
  334. bottom: 0px;
  335. left: -100px;
  336. transform: scale(1.5);
  337. }
  338. a > .course_name {
  339. margin-top: 20px;
  340. width: 100%;
  341. text-align: center;
  342. }
  343. .course_name > h2 {
  344. font-family: 'monsterrat_regular';
  345. color: #ffffff;
  346. text-shadow: 0 0 5px #000000, 0 0 5px #000000;
  347. }
  348. a > .course_description {
  349. width: 100%;
  350. text-align: start;
  351. padding: 0 0 10px 20px;
  352. }
  353. .course_description > p {
  354. font-family: 'monsterrat_regular';
  355. line-height: 1.5;
  356. color: #ffffff;
  357. opacity: 0;
  358. transition: all .5s;
  359. }
  360. #left{
  361. float: left;
  362. }
  363. #right{
  364. margin-top: 20px;
  365. float: right;
  366. }
  367. footer {
  368. max-width: 1121px !important;
  369. margin: 0 auto;
  370. display: flex;
  371. justify-content: space-between;
  372. margin-top: 20px;
  373. flex-wrap: wrap;
  374. border-top: 1px solid #707070;
  375. padding: 20px 0;
  376. }
  377. #right > p, #left > p {
  378. font-family: 'monsterrat_regular';
  379. display: flex;
  380. align-items: center;
  381. }
  382. #left {
  383. display: inline-flex;
  384. justify-content: space-between;
  385. align-items: center;
  386. width: 460px;
  387. }
  388. #left img {
  389. float: left;
  390. }
  391. .fa-map {
  392. color: #00923e;
  393. }
  394. .fa-phone {
  395. color: #00923e;
  396. }
  397. @media (max-width: 1121px) {
  398. .wrapper {
  399. max-width: 1000px;
  400. }
  401. .top_header > h1 {
  402. font-size: 30px;
  403. text-align: center;
  404. }
  405. .top_buttons > button {
  406. height: 35px;
  407. }
  408. .quick_links_search {
  409. max-width: 1000px;
  410. height: 75px;
  411. }
  412. #hr_between {
  413. height: 75px;
  414. }
  415. .link_buttons > button {
  416. font-size: 16px;
  417. height: 35px;
  418. }
  419. .search_field {
  420. width: 500px;
  421. }
  422. .search_field > form {
  423. width: 650px;
  424. height: 35px;
  425. }
  426. #send_btn_1 {
  427. height: 35px;
  428. width: 35px;
  429. margin-right: 10px;
  430. }
  431. .hide_first_top_menu {
  432. top: 90px;
  433. width: 330px;
  434. height: 120px;
  435. }
  436. .hide_first_top_menu > ul {
  437. font-size: 16px;
  438. }
  439. .hide_second_top_menu {
  440. top: 90px;
  441. width: 330px;
  442. height: 280px;
  443. }
  444. .hide_second_top_menu > ul {
  445. font-size: 16px;
  446. }
  447. }
  448. @media (max-width: 1000px) {
  449. .wrapper {
  450. max-width: 850px;
  451. }
  452. .logo_name > p {
  453. font-size: 16px;
  454. width: 180px;
  455. }
  456. .top_header {
  457. width: 500px;
  458. }
  459. .top_header > h1 {
  460. font-size: 25px;
  461. }
  462. .top_buttons {
  463. width: 270px;
  464. }
  465. .top_buttons > button {
  466. height: 28px;
  467. font-size: 16px;
  468. }
  469. .quick_links_search {
  470. max-width: 850px;
  471. height: 75px;
  472. }
  473. #hr_between {
  474. height: 75px;
  475. }
  476. .link_buttons {
  477. width: 260px !important;
  478. }
  479. .link_buttons > button {
  480. font-size: 16px;
  481. height: 28px;
  482. font-size: 14px;
  483. }
  484. .search_field {
  485. width: 530px !important;
  486. }
  487. .search_field > form {
  488. width: 530px;
  489. height: 28px;
  490. }
  491. #send_btn_1 {
  492. display: none;
  493. }
  494. #send_btn_2 {
  495. display: block;
  496. width: 28px;
  497. height: 28px;
  498. }
  499. .link_buttons > button[id='top_btn_2'] {
  500. padding: 5px 20px;
  501. }
  502. .search_field > form > input[id="search_input_top"] {
  503. font-size: 16px;
  504. }
  505. .hide_first_top_menu {
  506. top: 90px;
  507. width: 280px;
  508. height: 105px;
  509. }
  510. .hide_first_top_menu > ul {
  511. font-size: 14px;
  512. }
  513. .hide_second_top_menu {
  514. top: 90px;
  515. width: 280px;
  516. height: 245px;
  517. }
  518. .hide_second_top_menu > ul {
  519. font-size: 14px;
  520. }
  521. }
  522. @media (max-width: 850px) {
  523. .wrapper {
  524. max-width: 650px;
  525. }
  526. .logo_name > img {
  527. transform: scale(0.8);
  528. }
  529. .header {
  530. max-width: 650px !important;
  531. margin-bottom: 10px !important;
  532. }
  533. .logo_name > p {
  534. font-size: 14px;
  535. width: 150px;
  536. }
  537. .header_buttons {
  538. width: 500px;
  539. }
  540. .header_buttons > .top_header {
  541. width: 400px;
  542. }
  543. .top_header > h1 {
  544. font-size: 22px;
  545. }
  546. .search_field {
  547. width: 350px !important;
  548. }
  549. .search_field > form {
  550. width: 350px;
  551. }
  552. #right {
  553. margin-top: 20px;
  554. margin: 0 auto;
  555. }
  556. }
  557. @media (max-width: 690px) {
  558. .header {
  559. flex-wrap: wrap;
  560. justify-content: center;
  561. margin-bottom: 15px !important;
  562. }
  563. .top_buttons {
  564. position: static;
  565. margin: 0 auto;
  566. }
  567. .logo_name {
  568. width: 270px;
  569. }
  570. .logo_name > p {
  571. font-size: 21px;
  572. width: 170px;
  573. }
  574. .header_buttons {
  575. margin-top: 10px !important;
  576. }
  577. .top_header {
  578. margin: 0 auto;
  579. }
  580. .quick_links_search {
  581. flex-wrap: wrap;
  582. max-width: 500px;
  583. justify-content: center;
  584. padding: 15px 0;
  585. }
  586. #hr_between {
  587. display: none;
  588. }
  589. .search_field {
  590. margin-top: 10px;
  591. }
  592. .hide_first_top_menu, .hide_second_top_menu {
  593. top: 60px;
  594. z-index: 1;
  595. width: 350px;
  596. border-radius: 10px;
  597. }
  598. #left {
  599. margin-left: 20px;
  600. }
  601. }
  602. @media (max-width: 490px) {
  603. #left > p {
  604. width: 150px;
  605. }
  606. #left {
  607. width: 300px;
  608. justify-content: space-around;
  609. margin: 0 auto;
  610. }
  611. #right {
  612. margin-top: 20px;
  613. }
  614. }
  615. @media (max-width: 420px) {
  616. .top_header {
  617. width: 250px !important;
  618. }
  619. .top_header > h1 {
  620. font-size: 23px;
  621. }
  622. .search_field, form {
  623. width: 250px !important;
  624. }
  625. .hide_first_top_menu, .hide_second_top_menu {
  626. width: 250px;
  627. }
  628. }
  629. @media (max-width: 350px) {
  630. #right {
  631. width: 250px !important;
  632. }
  633. .fa-map {
  634. margin-right: 10px;
  635. }
  636. }