style.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. *{
  2. box-sizing:border-box;
  3. }
  4. #wrapper{
  5. max-width:1200px;
  6. margin: 0 auto;
  7. }
  8. .header{
  9. position:relative;
  10. height:675px;
  11. background: url('./images/bg1.PNG') no-repeat;
  12. background-size:100% 100%;
  13. padding:25px 0px 0px 35px;
  14. }
  15. .menu-icon{
  16. text-align:right;
  17. display:none;
  18. cursor:pointer;
  19. }
  20. .menu-icon img{
  21. width:32px;
  22. height:32px;
  23. }
  24. .fx{
  25. display:flex;
  26. }
  27. .position{
  28. position:fixed;
  29. width:1200px;
  30. padding:25px 0px 0px 35px;
  31. z-index:99;
  32. transition:1s;
  33. -moz-transition:1s;
  34. -webkit-transition:1s;
  35. }
  36. .glide{
  37. background-color:rgba(154, 175, 202,0.78);
  38. padding-bottom:23px;
  39. }
  40. .nav{
  41. margin-left:auto;
  42. margin-right:0px;
  43. padding-right:10px;
  44. }
  45. .menu{
  46. display:flex;
  47. padding-top:20px;
  48. }
  49. .menu li{
  50. margin-right:40px;
  51. }
  52. .menu li a{
  53. display:block;
  54. text-decoration:none;
  55. text-transform:uppercase;
  56. color:#fff;
  57. font:bold 24.62px 'PT Mono', monospace;
  58. transition:1s;
  59. -moz-transition:1s;
  60. -webkit-transition:1s;
  61. }
  62. .menu li:last-child a{
  63. color:#000;
  64. font-size:28px;
  65. }
  66. .menu li a:hover {
  67. color:#bfeff5;
  68. }
  69. .menu li:last-child a:hover{
  70. color:#000;
  71. }
  72. .room{
  73. position:absolute;
  74. width:43%;
  75. height:240px;
  76. padding:30px 40px 50px 50px;
  77. background:rgba(0, 0, 0, 0.3);
  78. right:0;
  79. bottom:0;
  80. }
  81. .room h2{
  82. text-transform:uppercase;
  83. color:#fff;
  84. font:bold 24.62px 'PT Mono', monospace;
  85. margin-bottom:60px;
  86. }
  87. .button{
  88. display:block;
  89. font:bold 24px Arial, sans-serif;
  90. color:#fff;
  91. text-decoration:none;
  92. text-transform:uppercase;
  93. background-color:#d4aa80;
  94. }
  95. .button-one{
  96. width:410px;
  97. padding:25px 60px 25px 105px;
  98. margin-left:auto;
  99. margin-right:0px;
  100. transition:1s;
  101. -moz-transition:1s;
  102. -webkit-transition:1s;
  103. }
  104. .block-two{
  105. position:relative;
  106. display:flex;
  107. height:auto;
  108. padding-bottom:150px;
  109. }
  110. .block-two .image-two{
  111. opacity: 0.5;
  112. }
  113. .content{
  114. width:610px;
  115. padding-left:60px;
  116. }
  117. .content h2{
  118. text-transform:uppercase;
  119. color:#000;
  120. font:bold 28px 'PT Mono', monospace;
  121. padding:50px 40px 40px 0px;
  122. }
  123. .content p{
  124. color:#7d7a7a;
  125. font:16px 'Open Sans', sans-serif;
  126. line-height:25px;
  127. margin-bottom:200px;
  128. }
  129. .image-three{
  130. position:absolute;
  131. left:33%;
  132. top:36%;
  133. }
  134. .button-two{
  135. width:300px;
  136. padding:30px 30px 20px 30px;
  137. margin-left:auto;
  138. margin-right:0px;
  139. transition:1s;
  140. -moz-transition:1s;
  141. -webkit-transition:1s;
  142. }
  143. .button-two:hover,
  144. .button-one:hover{
  145. background-color:#b18050;
  146. }
  147. .block-three{
  148. height:675px;
  149. background: url('./images/bg2.PNG') no-repeat;
  150. background-size:100% 100%;
  151. padding-top:210px;
  152. padding-left:40px;
  153. }
  154. .dis{
  155. width:340px;
  156. }
  157. .dis h2{
  158. text-transform:uppercase;
  159. color:#000;
  160. font:bold 28px 'PT Mono', monospace;
  161. padding-bottom:15px;
  162. text-align:center;
  163. }
  164. .dis p{
  165. font: 18px 'Arial',sans-serif;
  166. color:#000;
  167. line-height:23px;
  168. letter-spacing: 1px;
  169. }
  170. .block-four{
  171. position:relative;
  172. padding:0px 45px;
  173. height:920px;
  174. margin-bottom:50px;
  175. }
  176. .content-four{
  177. width:430px;
  178. padding-top:50px;
  179. z-index:10;
  180. }
  181. .content-four h2{
  182. text-transform:uppercase;
  183. color:#000;
  184. font:bold 28px 'PT Mono', monospace;
  185. padding-left:10px;
  186. padding-bottom:30px;
  187. }
  188. .content-four p{
  189. font: 18px 'Arial',sans-serif;
  190. color:#000;
  191. line-height:23px;
  192. }
  193. .block-four .fx img{
  194. margin-left:auto;
  195. z-index:10;
  196. }
  197. .image-four{
  198. position:absolute;
  199. top:38.5%;
  200. left:26%;
  201. opacity:0.5;
  202. z-index:7;
  203. }
  204. .footer{
  205. height:565px;
  206. background:#d4aa80;
  207. }
  208. .footer h2{
  209. display:block;
  210. width:555px;
  211. margin:0 auto;
  212. padding:65px 0px 55px 0px;
  213. font:bold 36px 'Arial', sans-serif;
  214. color:#fff;
  215. text-transform:uppercase;
  216. text-align:center;
  217. }
  218. .footer form{
  219. width:350px;
  220. margin:0 auto;
  221. }
  222. .footer form p{
  223. padding-bottom:10px;
  224. }
  225. .footer form p input{
  226. width:100%;
  227. font:18px 'Arial', sans-serif;
  228. color:#808080;
  229. padding:15px;
  230. border:none;
  231. }
  232. .footer form p .button-form{
  233. text-transform:uppercase;
  234. color:#fff;
  235. font-weight:bold;
  236. background-color:#a67a4f;
  237. cursor:pointer;
  238. transition:1s;
  239. -moz-transition:1s;
  240. -webkit-transition:1s;
  241. }
  242. .footer form p .button-form:hover{
  243. background-color:#bd8249;
  244. }
  245. /*Модульное окно*/
  246. #modal_form {
  247. width: 420px;
  248. height: 500px; /* Рaзмеры дoлжны быть фиксирoвaны */
  249. border-radius: 20px;
  250. background: rgba(198, 210, 212, 0.8);
  251. position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  252. top: 70%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  253. left: 50%; /* пoлoвинa экрaнa слевa */
  254. margin-top: -50px;
  255. margin-left: -200px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  256. display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  257. opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  258. z-index: 999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  259. padding:30px;
  260. text-align:center;
  261. }
  262. /* Кнoпкa зaкрыть для тех ктo в тaнке) */
  263. #modal_form #modal_close {
  264. display:none;
  265. width: 21px;
  266. height: 21px;
  267. position: absolute;
  268. top: 10px;
  269. right: 15px;
  270. cursor: pointer;
  271. }
  272. /* Пoдлoжкa */
  273. #overlay {
  274. z-index:998; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  275. position:fixed; /* всегдa перекрывaет весь сaйт */
  276. background-color:#000; /* чернaя */
  277. opacity:0.8; /* нo немнoгo прoзрaчнa */
  278. -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
  279. filter:alpha(opacity=80);
  280. width:100%;
  281. height:100%; /* рaзмерoм вo весь экрaн */
  282. top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  283. left:0;
  284. cursor:pointer;
  285. display:none; /* в oбычнoм сoстoянии её нет) */
  286. }
  287. #modal_form h2{
  288. font:bold 28px 'PT Mono', monospace;
  289. text-transform:uppercase;
  290. color:#fff;
  291. padding-bottom:10px;
  292. }
  293. #modal_form p{
  294. font:bold 18px 'PT Mono', monospace;
  295. color:#fff;
  296. padding-bottom:35px;
  297. }
  298. #modal_form form p{
  299. padding-bottom:25px;
  300. border-radius:50px;
  301. -webkit-border-radius:50px;
  302. -moz-border-radius:50px;
  303. }
  304. #modal_form form p input{
  305. width:100%;
  306. height:60px;
  307. border-radius:50px;
  308. -webkit-border-radius:50px;
  309. -moz-border-radius:50px;
  310. padding:5px 20px;
  311. background-color:rgba(198, 210, 212, 0.8);
  312. color:#fff;
  313. font:22px 'PT Mono', monospace;
  314. border:1px solid #7f999a;
  315. outline:none;
  316. }
  317. input::-webkit-outer-spin-button,
  318. input::-webkit-inner-spin-button {
  319. /* display: none; <- Crashes Chrome on hover */
  320. -webkit-appearance: none;
  321. margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  322. }
  323. #modal_form form :last-child input{
  324. background-color:#96a3a5;
  325. }
  326. #modal_form form :last-child input:hover{
  327. background-color:#66a0a9;
  328. border:1px solid #7f999a;
  329. }
  330. #modal_form form :last-child input:focus{
  331. background-color:#66a0a9;
  332. border:1px solid #7f999a;
  333. }
  334. #modal_form form p input:hover{
  335. border-color:#3f618c;
  336. cursor:pointer;
  337. }
  338. #modal_form form p input:focus{
  339. border-color:#053b69;
  340. border-radius:50px;
  341. -webkit-border-radius:50px;
  342. -moz-border-radius:50px;
  343. }