123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- $header-color: #d4d5d7;
- $main-title-color: #3b3b3b;
- $main-color: #789084;
- $hover-color: #b1e8ca;
- $opacity-color: rgba(17,17,17,0.8);
- //
- body {
- font-family: 'Lato', sans-serif;
- font-size: 16px;
- }
- .main {
- background-image: url(../assets/images/fon6.jpg);
- background-size: cover;
- background-attachment: fixed;
- min-height: 100vh;
- scroll-behavior: smooth;
- // padding-top: 120px;
- }
- .container {
- background-image: url(../assets/images/fon1.jpg);
- background-size: cover;
- min-height: 100vh;
- }
- .wrapper,
- .info-wrap {
- max-width: 1280px;
- margin: 0 auto;
- }
- // header + navigation
- .header,
- .footer {
- width: 100%;
- padding: 10px;
- display: flex;
- justify-content: space-around;
- flex-wrap: wrap;
- margin: 0 auto ;
- vertical-align: middle;
- font-weight: 700;
- background-color: $opacity-color;
- position: fixed;
- top: 0;
- z-index: 99999;
- & .nav {
- margin-top: 25px;
- font-size: 14px;
- line-height: 24px;
- font-weight: bold;
- letter-spacing: 0.075em;
- @media (max-width: 768px) {
- margin-top: 10px;
- }
- }
- & .list {
- list-style: none;
- padding: 2px;
- margin: 0;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- text-transform: uppercase;
- @media (max-width: 768px) {
- display: none;
- }
- }
- & .item {
- padding: 0;
- &:not(:last-child) {
- margin-right: 25px;
- @media (max-width: 768px) {
- // margin-right: 10px;
- }
- }
- &:last-child a {
- color: $hover-color;
- &:hover {
- color: #4dea94;
- }
- }
- a {
- text-decoration: none;
- font-family: 'Montserrat', sans-serif;
- color: $header-color;
- padding: 20px 3px;
- &:hover {
- color: $hover-color;
- }
- }
- }
- .logo-box {
- margin-right: 50px;
- @media (max-width: 768px) {
- margin-right: 0;
- }
- }
- .logo-box img {
- width: 100px;
- @media (max-width: 768px) {
- // width: 150px;
- }
- }
- }
-
- // banner + title
- .title-box {
- color: $header-color;
- margin: 0px 40px;
- padding-bottom: 45px;
- display: flex;
- flex-direction: column;
- text-align: center;
- @media (max-width: 768px) {
- width: 100%;
- margin: 0;
- }
- img {
- margin: 150px auto 30px;
- max-width: 350px;
- @media (max-width: 768px) {
- max-width: 200px;
- }
- }
- h1{
- text-transform: uppercase;
- background-color: $opacity-color;
- width: 100%;
- font-size: 40px;
- padding: 35px;
- line-height: 50px;
- font-weight: bold;
- margin: 70px auto 0;
- text-align: center;
- @media (max-width: 768px) {
- font-size: 25px;
- padding: 15px;
- }
- }
- }
- // button
- .btn {
- display: block;
- min-height: 50px;
- width: 70%;
- margin: 20px auto;
- color: $main-color;
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 0.05em;
- font-size: 15px;
- font-weight: bold;
- line-height: 35px;
- padding-top: 7px;
- border: none;
- border-radius: 3px;
- background-color: $hover-color;
- transition-duration: 0.4s;
- &:hover {
- box-shadow: none;
- background-color: $main-color;
- color: $header-color;
- }
- &:focus {
- outline: none;
- }
- @media (max-width: 768px) {
- width: 100%;
- margin: 20px 0px;
- }
- }
- .link,
- .more {
- width: 100%;
- display: block;
- padding: 15px 2px;
- text-align: center;
- }
- .more {
- background-color: $opacity-color;
- &:hover {
- background-color: $main-color;
- }
- }
- .admin {
- width: 30%;
- }
- // section About Us
- .aboutsection,
- .team-container,
- .doctors-wrap,
- .info-wrap,
- h2 {
- background-color: $opacity-color;
- box-shadow: 0px 0px 15px 15px $opacity-color;
- font-size: 20px;
- line-height: 1.5em;
- font-family: 'Montserrat', sans-serif;
- color: $header-color;
- text-align: justify;
-
- padding: 15px 15px 50px;
- @media (max-width: 768px) {
- padding: 3px;
- margin: 25px 10px;
- }
- }
- h2 {
- // border: none;
- font-size: 36px;
- padding: 2px;
- background: none;
- box-shadow: none;
- color: $main-color;
- border-bottom: 1px solid $opacity-color;
- }
- // ____
- // second banner
- .case {
- position: relative;
- .banner {
- display: block;
- width: 100%;
- margin: 15px auto;
- padding: 15px 0;
- }
- .button-box {
- position: absolute;
- top: 70%;
- right: 0%;
- height: 90px;
- width: 100%;
- background-color: rgba(255,255,255,0.4);
- margin: 20px 0;
- text-align: center;
- .btn {
- width: 35%;
- float: right;
- margin: 20px;
- display: block;
- padding-top: 7px;
- @media (max-width: 768px) {
- width: 100%;
- margin: 20px 0px;
- }
- }
- @media (max-width: 768px) {
- top: 50%;
- }
- }
- }
- // shortly about doctors
- .team-container,
- .doctors-wrap {
- color: $header-color;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- align-items: stretch;
- padding: 15px 5px 50px;
- @media (max-width: 768px) {
- justify-content: center;
- }
- .item {
- width: 25%;
- margin: 10px;
- text-align: center;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- border-radius: 5px;
- box-shadow: 0px 2px 8px 1px $main-color;
- .photo {
- border-radius: 5px;
- img {
- border-radius: 5px;
- width: 100%;
- }
-
- }
- h3 {
- margin: 10px;
- // font-size: 18px;
- }
- p {
- margin: 5px;
- }
- // .link-box {
- // margin-top: 20px;
- // }
- @media (max-width: 768px) {
- width: 45%;
- }
- @media (max-width: 630px) {
- width: 100%;
- }
- }
- }
- .team-container {
- .item {
- max-height: 365px;
- position: relative;
- .desc {
- position: absolute;
- top: 0;
- left: 0;
- display: none;
- background-color: $opacity-color;
- height: 100%;
- }
- .photo {
- overflow: hidden;
- &:hover .desc {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- }
- }
- }
- // Footer
- .footer {
- font-family: 'Montserrat', sans-serif;
- position: static;
- background-image: url(../assets/images/bg2.jpg);
- background-size: cover;
- background-repeat: no-repeat;
- justify-content: space-between;
- padding: 0px 0px;
- color: $opacity-color;
- font-size: 1.3em;
- @media (max-width: 768px) {
- justify-content: center;
- }
- h4 {
- font-family: 'Montserrat', sans-serif;
- font-weight: 700;
- font-size: 1.3em;
- }
- .logo-box {
- margin-right: 0px;
- padding-top: 15px;
- @media (max-width: 768px) {
- margin-right: 0;
- order: -1;
- }
- }
- .logo-box img {
- width: 300px;
- @media (max-width: 768px) {
- width: 250px;
- }
- }
- .contacts {
- background-color: $opacity-color;
- color: $header-color;
- padding: 20px 15px;
- min-width: 30%;
- text-align: center;
- font-size: 1em;
- @media (max-width: 768px) {
- width: 100%;
- }
- }
-
- }
- // loadrer
- .loader-box {
- border: none;
- min-width: 100vw;
- min-height: 100vh;
- background-color: $opacity-color;
- .loader {
- margin: 0 auto;
- position: fixed;
- top: 30%;
- left: 40%;
- }
- }
- // _____DOCTORS_____
- .doctors-wrap {
- padding-top: 110px;
- }
- .info-wrap {
- padding: 110px 10px 25px;
- min-height: 100vh;
- }
- .card {
- display: flex;
- justify-content: space-around;
- flex-direction: row;
- flex-wrap: wrap;
- color: $header-color;
- h3 {
- margin: 0;
- font-size: 2em;
- line-height: 2em;
- text-align: center;
- @media (max-width: 768px) {
- text-align: center;
- }
- }
- .desc {
- width: 50%;
- @media (max-width: 768px) {
- width: 100%;
- }
- }
- .card-item {
- margin: 0 20px 10px;
- .highlights {
- font-weight: 700;
- color: $hover-color;
- }
- p {
- margin: 10px 0;
- }
- img {
- border-radius: 3px;
- box-shadow: 1px 1px 15px 1px $hover-color;
- }
- }
- }
- // _____t APPOINTMENT _________
- .appointment {
- width: 100%;
- display: flex;
- border: 1px solid $hover-color;
- border-radius: 3px;
- padding: 0.5rem;
- margin: 15px 0;
- &:focus {
- outline: none;
- }
- }
- // .comment {
- // margin: 15px 0;
- // }
- // __________SIDEBAR __________
- aside {
- position: fixed;
- top: 50%;
- right: 3%;
- z-index: 999999;
- .sidebar-ul {
- list-style: none;
- .sidebar-item {
- margin-top: 15px;
- }
-
- }
- .nav-link {
- text-decoration: none;
- margin-top: 15px;
- padding: 15px 0;
- }
- }
- // _______ADMIN PANEL __________
- .btn-box {
- display: flex;
- }
|