123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- * {
- padding: 0;
- margin: 0;
- }
- input[type=text]::-ms-clear { display: none; width : 0; height: 0; }
- input[type=text]::-ms-reveal { display: none; width : 0; height: 0; }
- input::-webkit-search-decoration,
- input::-webkit-search-cancel-button,
- input::-webkit-search-results-button,
- input::-webkit-search-results-decoration { display: none; }
- hr {
- border: none;
- background-color: #707070;
- height: 1px;
- width: auto;
- margin: 0 auto;
- }
- @font-face {
- font-family: 'monsterrat_regular';
- src: url('fonts/monsterrat/Montserrat-Regular.ttf');
- }
- @font-face {
- font-family: 'monsterrat_bold';
- src: url('fonts/monsterrat/Montserrat-Bold.ttf');
- }
- .wrapper {
- max-width: 1200px;
- margin: 0 auto;
- background: linear-gradient(#ffffff, #d1e3ff, #a5c8ff);
- box-shadow: 0 0 60px #b5d2ff;
- padding: 0 20px;
- }
- .header {
- display: flex;
- max-width: 1042px;
- justify-content: space-between;
- margin-bottom: 29px !important;
- margin: 0 auto;
- padding: 20px 0 0 0;
- }
- .logo_name {
- display: flex;
- width: 340px;
- justify-content: space-between;
- align-items: center;
- }
- .logo_name > p {
- width: 218px;
- font-size: 20px;
- font-family: 'monsterrat_regular';
- }
- .header_buttons {
- width: 630px;
- margin-top: 20px;
- position: relative;
- }
- .top_header {
- width: 630px;
- }
- .top_header > h1 {
- font-family: 'monsterrat_bold';
- text-shadow: 0 5px 6px #00000063;
- font-size: 35px;
- text-align: center;
- }
- .top_buttons {
- width: 330px;
- display: flex;
- justify-content: space-between;
- position: absolute;
- right: 20px;
- }
- .top_buttons > button {
- font-family: 'monsterrat_regular';
- background-color: #ffffff;
- border: 1px solid #707070;
- box-shadow: 0 3px 6px #00000063;
- padding: 5px 25px;
- border-radius: 17px;
- font-size: 20px;
- height: 45px;
- }
- .top_buttons > button:hover {
- cursor: pointer;
- }
- #hr_between {
- margin: 0 20px;
- }
- .quick_links_search {
- display: flex;
- max-width: 1200px;
- height: 100px;
- margin: 0 auto;
- position: relative;
- }
- .quick_links_search > .link_buttons {
- width: 390px !important;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 0px;
- }
- .hide_first_top_menu {
- position: absolute;
- top: 118.5px;
- width: 360px;
- height: 150px;
- background-color: #ffffff;
- border: 1px solid #707070;
- border-radius: 35px;
- box-shadow: 0 3px 6px #707070;
- display: flex;
- align-items: center;
- justify-content: center;
- display: none;
- }
- .hide_first_top_menu > ul {
- padding: 0;
- list-style-type: none;
- text-align: center;
- line-height: 2.5;
- font-family: 'monsterrat_regular';
- font-size: 20px;
- }
- .hide_first_top_menu > ul > li > a {
- text-decoration: none;
- color: #000000;
- }
- .hide_second_top_menu {
- position: absolute;
- top: 118.5px;
- width: 360px;
- height: 350px;
- background-color: #ffffff;
- border: 1px solid #707070;
- border-radius: 35px;
- box-shadow: 0 3px 6px #707070;
- display: flex;
- align-items: center;
- justify-content: center;
- display: none;
- z-index: 9 !important;
- }
- .hide_second_top_menu > ul {
- padding: 0;
- list-style-type: none;
- text-align: center;
- line-height: 2.5;
- font-family: 'monsterrat_regular';
- font-size: 20px;
- }
- .hide_second_top_menu > ul > li > a {
- text-decoration: none;
- color: #000000;
- }
- .link_buttons > button {
- font-family: 'monsterrat_regular';
- background-color: #ffffff;
- border: 1px solid #707070;
- box-shadow: 0 3px 6px #00000063;
- padding: 5px 25px;
- border-radius: 17px;
- font-size: 20px;
- height: 45px;
- }
- .link_buttons > button:hover {
- cursor: pointer;
- }
- .link_buttons > button[id='top_btn_2'] {
- padding: 5px 27px;
- width: 200px;
- }
- .quick_links_search > hr {
- border: none;
- width: 1px;
- background-color: #707070;
- height: 100px;
- margin: 0;
- }
- .quick_links_search > .search_field {
- width: 780px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .search_field > form {
- width: 727px;
- height: 45px;
- display: flex;
- position: relative;
- border-radius: 17px;
- }
- .search_field > form > input[id="search_input_top"] {
- width: 727px;
- border-radius: 17px;
- border: 1px solid #707070;
- text-align: center;
- font-size: 20px;
- font-family: 'monsterrat_regular';
- }
- .search_field > form > button[id="send_btn_1"] {
- position: absolute;
- right: 0;
- border: none;
- background: none;
- height: 45px;
- width: 45px;
- }
- .search_field > form > button[id="send_btn_1"]:hover {
- cursor: pointer;
- }
- .search_field > form > button[id="send_btn_2"] {
- position: absolute;
- right: 0;
- border: none;
- background: none;
- height: 45px;
- width: 45px;
- display: none;
- }
- .search_field > form > button[id="send_btn_2"]:hover {
- cursor: pointer;
- }
- .page_header {
- max-width: 1200px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 20px;
- font-family: 'monsterrat_regular';
- }
- .page_header h1 {
- text-align: center;
- }
- main {
- height: 1200px;
- max-width: 1200px;
- margin: 0 auto;
- margin-top: 20px;
- display: flex;
- flex-wrap: wrap;
- padding-top: 30px;
- background-color: #ffffff;
- border-radius: 10px;
- flex-direction: column;
- position: relative;
- }
- main .this_course {
- display: flex;
- justify-content: space-evenly;
- max-width: 1100px;
- margin: 0 auto;
- height: 1100px;
- flex-direction: column;
- font-family: 'monsterrat_regular';
- padding: 0 10px;
- }
- .teacher_first {
- display: flex;
- flex-direction: row !important;
- align-items: center;
- justify-content: space-evenly;
- }
- main .this_course #btn_order {
- width: 210px;
- height: 40px;
- background-color: #ffffff;
- border: 2px solid #707070;
- border-radius: 17px;
- font-family: 'monsterrat_regular';
- font-size: 16px;
- }
- main #btn_back {
- width: 50px;
- height: 50px;
- margin-left: 100px;
- margin-top: 15px;
- }
- #img2 {
- transform: scale(0.7);
- margin-left: 20px;
- }
- main #btn_back, #btn_back button {
- width: 70px;
- height: 50px;
- border-radius: 17px;
- position: relative;
- }
- #btn_back button {
- background-color: #a5c8ff;
- border: 1px solid #000000;
- }
- #btn_back button:hover {
- cursor: pointer;
- }
- main .this_course p strong {
- font-weight: bold;
- font-size: 18px;
- }
- #left{
- float: left;
- }
- #right{
- margin-top: 20px;
- float: right;
- }
- footer {
- max-width: 1121px !important;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- margin-top: 20px;
- flex-wrap: wrap;
- border-top: 1px solid #707070;
- padding: 20px 0;
- }
- #right > p, #left > p {
- font-family: 'monsterrat_regular';
- display: flex;
- align-items: center;
- }
- #left {
- display: inline-flex;
- justify-content: space-between;
- align-items: center;
- width: 460px;
- }
- #left img {
- float: left;
- }
- .fa-map {
- color: #00923e;
- }
- .fa-phone {
- color: #00923e;
- }
- @media (max-width: 1121px) {
- .wrapper {
- max-width: 1000px;
- }
- .top_header > h1 {
- font-size: 30px;
- text-align: center;
- }
- .top_buttons > button {
- height: 35px;
- }
- .quick_links_search {
- max-width: 1000px;
- height: 75px;
- }
- #hr_between {
- height: 75px;
- }
- .link_buttons > button {
- font-size: 16px;
- height: 35px;
- }
- .search_field {
- width: 500px;
- }
- .search_field > form {
- width: 650px;
- height: 35px;
- }
- #send_btn_1 {
- height: 35px;
- width: 35px;
- margin-right: 10px;
- }
- .hide_first_top_menu {
- top: 90px;
- width: 330px;
- height: 120px;
- }
- .hide_first_top_menu > ul {
- font-size: 16px;
- }
- .hide_second_top_menu {
- top: 90px;
- width: 330px;
- height: 280px;
- }
- .hide_second_top_menu > ul {
- font-size: 16px;
- }
- }
- @media (max-width: 1000px) {
- .wrapper {
- max-width: 850px;
- }
- .logo_name > p {
- font-size: 16px;
- width: 180px;
- }
- .top_header {
- width: 500px;
- }
- .top_header > h1 {
- font-size: 25px;
- }
- .top_buttons {
- width: 270px;
- }
- .top_buttons > button {
- height: 28px;
- font-size: 16px;
- }
- .quick_links_search {
- max-width: 850px;
- height: 75px;
- }
- #hr_between {
- height: 75px;
- }
- .link_buttons {
- width: 260px !important;
- }
- .link_buttons > button {
- font-size: 16px;
- height: 28px;
- font-size: 14px;
- }
- .search_field {
- width: 530px !important;
- }
- .search_field > form {
- width: 530px;
- height: 28px;
- }
- #send_btn_1 {
- display: none;
- }
- #send_btn_2 {
- display: block;
- width: 28px;
- height: 28px;
- }
- .link_buttons > button[id='top_btn_2'] {
- padding: 5px 20px;
- }
- .search_field > form > input[id="search_input_top"] {
- font-size: 16px;
- }
- .hide_first_top_menu {
- top: 90px;
- width: 280px;
- height: 105px;
- }
- .hide_first_top_menu > ul {
- font-size: 14px;
- }
- .hide_second_top_menu {
- top: 90px;
- width: 280px;
- height: 245px;
- }
- .hide_second_top_menu > ul {
- font-size: 14px;
- }
- }
- @media (max-width: 850px) {
- .wrapper {
- max-width: 650px;
- }
- .logo_name > img {
- transform: scale(0.8);
- }
- .header {
- max-width: 650px !important;
- margin-bottom: 10px !important;
- }
- .logo_name > p {
- font-size: 14px;
- width: 150px;
- }
- .header_buttons {
- width: 500px;
- }
- .header_buttons > .top_header {
- width: 400px;
- }
- .top_header > h1 {
- font-size: 22px;
- }
- .search_field {
- width: 350px !important;
- }
- .search_field > form {
- width: 350px;
- }
- main {
- margin-top: 10px;
- height: 1300px;
- justify-content: space-between;
- }
- .this_course {
- padding: 0 10px;
- }
- #btn_back {
- margin-bottom: 20px;
- margin-left: 20px !important;
- }
- #right {
- margin-top: 20px;
- margin: 0 auto;
- }
- }
- @media (max-width: 690px) {
- .header {
- flex-wrap: wrap;
- justify-content: center;
- margin-bottom: 15px !important;
- }
- .top_buttons {
- position: static;
- margin: 0 auto;
- }
- .logo_name {
- width: 270px;
- }
- .logo_name > p {
- font-size: 21px;
- width: 170px;
- }
- .header_buttons {
- margin-top: 10px !important;
- }
- .top_header {
- margin: 0 auto;
- }
- .quick_links_search {
- flex-wrap: wrap;
- max-width: 500px;
- justify-content: center;
- padding: 15px 0;
- }
- #hr_between {
- display: none;
- }
- .search_field {
- margin-top: 10px;
- }
- .hide_first_top_menu, .hide_second_top_menu {
- top: 60px;
- z-index: 1;
- width: 350px;
- border-radius: 10px;
- }
- #left {
- margin-left: 20px;
- }
- }
- @media (max-width: 520px) {
- .this_course {
- height: 1400px !important;
- }
- main {
- height: 1600px !important;
- }
- }
- @media (max-width: 490px) {
- #left > p {
- width: 150px;
- }
- #left {
- width: 300px;
- justify-content: space-around;
- margin: 0 auto;
- }
- #right {
- margin-top: 20px;
- }
- .teacher_first {
- flex-wrap: wrap-reverse;
- }
- }
- @media (max-width: 420px) {
- .top_header {
- width: 250px !important;
- }
- .top_header > h1 {
- font-size: 23px;
- }
- .search_field, form {
- width: 250px !important;
- }
- .hide_first_top_menu, .hide_second_top_menu {
- width: 250px;
- }
- }
- @media (max-width: 400px) {
- .this_course {
- max-width: 300px !important;
- }
- }
- @media (max-width: 350px) {
- #right {
- width: 250px !important;
- }
- .fa-map {
- margin-right: 10px;
- }
- main {
- height: 1800px !important;
- }
- .this_course {
- max-width: 250px !important;
- text-align: justify;
- height: 1700px !important;
- }
- #img2 {
- margin-left: 0;
- }
- #t_first {
- margin-top: 40px;
- }
- #t_second {
- margin-bottom: 40px !important;
- }
- #btn_order {
- margin-top: 40px;
- }
- }
|