all.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. $header-color: #d4d5d7;
  2. $main-title-color: #3b3b3b;
  3. $main-text-color: #101010;
  4. $main-color: #789084;
  5. $hover-color: #b1e8ca;
  6. $opacity-color: rgba(17,17,17,0.8);
  7. //
  8. body {
  9. font-family: 'Lato', sans-serif;
  10. font-size: 16px;
  11. }
  12. .main {
  13. background-image: url(../assets/images/fon6.jpg);
  14. background-size: cover;
  15. background-attachment: fixed;
  16. min-height: 100vh;
  17. padding-top: 120px;
  18. }
  19. .container {
  20. background-image: url(../assets/images/fon1.jpg);
  21. // background-size: cover;
  22. min-height: 100vh;
  23. }
  24. .wrapper {
  25. max-width: 1280px;
  26. margin: 0 auto;
  27. }
  28. // header + navigation
  29. .header,
  30. .footer {
  31. width: 100%;
  32. padding: 10px;
  33. display: flex;
  34. justify-content: space-around;
  35. flex-wrap: wrap;
  36. margin: 0 auto ;
  37. vertical-align: middle;
  38. font-weight: 700;
  39. background-color: $opacity-color;
  40. position: fixed;
  41. top: 0;
  42. z-index: 99999;
  43. & .nav {
  44. margin-top: 25px;
  45. font-size: 14px;
  46. line-height: 24px;
  47. font-weight: bold;
  48. letter-spacing: 0.075em;
  49. @media (max-width: 768px) {
  50. margin-top: 10px;
  51. }
  52. }
  53. & .list {
  54. list-style: none;
  55. padding: 2px;
  56. margin: 0;
  57. display: flex;
  58. justify-content: space-between;
  59. flex-wrap: wrap;
  60. text-transform: uppercase;
  61. @media (max-width: 768px) {
  62. display: none;
  63. }
  64. }
  65. & .item {
  66. padding: 0;
  67. &:not(:last-child) {
  68. margin-right: 25px;
  69. @media (max-width: 768px) {
  70. // margin-right: 10px;
  71. }
  72. }
  73. &:last-child a {
  74. color: $hover-color;
  75. &:hover {
  76. color: $main-title-color;
  77. }
  78. }
  79. a {
  80. text-decoration: none;
  81. color: $header-color;
  82. &:hover {
  83. color: $hover-color;
  84. }
  85. }
  86. }
  87. .logo-box {
  88. margin-right: 50px;
  89. @media (max-width: 768px) {
  90. margin-right: 0;
  91. }
  92. }
  93. .logo-box img {
  94. width: 100px;
  95. @media (max-width: 768px) {
  96. // width: 150px;
  97. }
  98. }
  99. }
  100. // banner + title
  101. .title-box {
  102. color: $header-color;
  103. margin: 0px 40px;
  104. padding-bottom: 45px;
  105. display: flex;
  106. flex-direction: column;
  107. text-align: center;
  108. @media (max-width: 768px) {
  109. width: 100%;
  110. margin: 0;
  111. }
  112. img {
  113. margin: 150px auto 30px;
  114. max-width: 350px;
  115. @media (max-width: 768px) {
  116. max-width: 200px;
  117. }
  118. }
  119. h1{
  120. text-transform: uppercase;
  121. background-color: $opacity-color;
  122. width: 100%;
  123. font-size: 40px;
  124. padding: 35px;
  125. line-height: 50px;
  126. font-weight: bold;
  127. margin: 70px auto 0;
  128. text-align: center;
  129. @media (max-width: 768px) {
  130. font-size: 25px;
  131. padding: 15px;
  132. }
  133. }
  134. }
  135. // button
  136. .btn {
  137. min-height: 50px;
  138. width: 70%;
  139. margin: 20px auto;
  140. color: $main-color;
  141. text-transform: uppercase;
  142. text-decoration: none;
  143. letter-spacing: 0.05em;
  144. font-size: 15px;
  145. font-weight: bold;
  146. line-height: 35px;
  147. border: none;
  148. border-radius: 3px;
  149. background-color: $hover-color;
  150. transition-duration: 0.4s;
  151. &:hover {
  152. box-shadow: none;
  153. background-color: $opacity-color;
  154. color: $header-color;
  155. }
  156. &:focus {
  157. outline: none;
  158. }
  159. @media (max-width: 768px) {
  160. width: 100%;
  161. margin: 20px 0px;
  162. }
  163. }
  164. // section About Us
  165. .aboutsection,
  166. .team-container,
  167. .doctors-wrap,
  168. h2 {
  169. background-color: $opacity-color;
  170. box-shadow: 0px 0px 15px 15px $opacity-color;
  171. font-size: 20px;
  172. line-height: 1.5em;
  173. font-family: 'Montserrat', sans-serif;
  174. color: $header-color;
  175. text-align: justify;
  176. padding: 15px 15px 50px;
  177. @media (max-width: 768px) {
  178. padding: 3px;
  179. margin: 25px 10px;
  180. }
  181. }
  182. h2 {
  183. // border: none;
  184. font-size: 36px;
  185. padding: 2px;
  186. background: none;
  187. box-shadow: none;
  188. color: $main-color;
  189. border-bottom: 1px solid $opacity-color;
  190. }
  191. // ____
  192. // second banner
  193. .case {
  194. position: relative;
  195. .banner {
  196. display: block;
  197. width: 100%;
  198. margin: 15px auto;
  199. padding: 15px 0;
  200. }
  201. .button-box {
  202. position: absolute;
  203. top: 70%;
  204. right: 0%;
  205. height: 90px;
  206. width: 100%;
  207. background-color: rgba(255,255,255,0.4);
  208. margin: 20px 0;
  209. text-align: right;
  210. .btn {
  211. width: 35%;
  212. margin: 20px 10px;
  213. @media (max-width: 768px) {
  214. width: 100%;
  215. margin: 20px 0px;
  216. }
  217. }
  218. @media (max-width: 768px) {
  219. top: 50%;
  220. }
  221. }
  222. }
  223. // shortly about doctors
  224. .team-container,
  225. .doctors-wrap {
  226. color: $header-color;
  227. display: flex;
  228. flex-wrap: wrap;
  229. justify-content: space-around;
  230. align-items: stretch;
  231. padding: 15px 5px 50px;
  232. @media (max-width: 768px) {
  233. justify-content: center;
  234. }
  235. .item {
  236. width: 25%;
  237. margin: 10px;
  238. text-align: center;
  239. display: flex;
  240. flex-direction: column;
  241. border-radius: 5px;
  242. box-shadow: 0px 2px 8px 1px $main-color;
  243. .photo {
  244. border-radius: 5px;
  245. img {
  246. border-radius: 5px;
  247. width: 100%;
  248. }
  249. }
  250. h3 {
  251. margin: 10px;
  252. }
  253. p {
  254. margin: 5px;
  255. }
  256. .link-box {
  257. margin-top: 20px;
  258. }
  259. .link {
  260. width: 100%;
  261. display: block;
  262. padding: 15px 2px;
  263. }
  264. .more {
  265. background-color: $opacity-color;
  266. &:hover {
  267. background-color: $main-color;
  268. }
  269. }
  270. @media (max-width: 768px) {
  271. width: 45%;
  272. }
  273. @media (max-width: 630px) {
  274. width: 100%;
  275. }
  276. }
  277. }
  278. // Footer
  279. .footer {
  280. position: static;
  281. background-image: url(../assets/images/bg2.jpg);
  282. background-size: cover;
  283. background-repeat: no-repeat;
  284. justify-content: space-between;
  285. padding: 0px 0px;
  286. color: $opacity-color;
  287. font-size: 1.3em;
  288. @media (max-width: 768px) {
  289. justify-content: center;
  290. }
  291. .logo-box {
  292. margin-right: 50px;
  293. padding-top: 15px;
  294. @media (max-width: 768px) {
  295. margin-right: 0;
  296. }
  297. }
  298. .logo-box img {
  299. width: 300px;
  300. @media (max-width: 768px) {
  301. width: 250px;
  302. }
  303. }
  304. .contacts {
  305. background-color: $opacity-color;
  306. color: $header-color;
  307. padding: 20px 15px;
  308. min-width: 30%;
  309. text-align: center;
  310. @media (max-width: 768px) {
  311. width: 100%;
  312. }
  313. }
  314. }
  315. // loadrer
  316. .loader-box {
  317. border: none;
  318. min-width: 100vw;
  319. min-height: 100vh;
  320. position: fixed;
  321. top: 0;
  322. left: 0;
  323. // background-color: $opacity-color;
  324. .loader {
  325. margin: 0 auto;
  326. }
  327. }
  328. // _____DOCTORS_____
  329. .doctors-wrap {
  330. // margin-top: 120px;
  331. }