course.css 12 KB

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