course.css 12 KB

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