style.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. *,
  2. *::before,
  3. *::after {
  4. box-sizing: border-box;
  5. font-family: "Open Sans", sans-serif;
  6. font-size: 14px;
  7. border: none;
  8. }
  9. body{
  10. font-family: "Open Sans", sans-serif;
  11. font-size: 14px;
  12. }
  13. a {
  14. text-decoration: none;
  15. }
  16. /* THE ALL SITE */
  17. .wrapper {
  18. display: flex;
  19. flex-direction: column;
  20. /* max-width: 100%; */
  21. width: 1920px;
  22. min-height: 100vh;
  23. }
  24. /* THE ALL SITE */
  25. /* HEADER */
  26. .header {
  27. height: 100px;
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. }
  32. .content-head {
  33. width: 820px;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. margin-right: 71px;
  38. }
  39. .nav-right > .menu-box {
  40. display: flex;
  41. justify-content: flex-end;
  42. }
  43. .menu-box > li {
  44. display: inline;
  45. }
  46. .menu-box > li > a {
  47. color: #555555;
  48. padding: 0 13px;
  49. font-weight: bold;
  50. }
  51. .link {
  52. position: relative;
  53. }
  54. .menu-box .active {
  55. color: #5363db;
  56. }
  57. .active:after {
  58. content: "";
  59. display: block;
  60. width: 30px;
  61. height: 1px;
  62. background: #5363db;
  63. position: absolute;
  64. top: 100%;
  65. left: 32%;
  66. margin-top: 1px;
  67. }
  68. .logo {
  69. display: flex;
  70. flex-direction: column;
  71. align-items: center;
  72. padding: 4px 0 2px 0;
  73. }
  74. .logo > h1 {
  75. font-family: "Champagne & Limousines", sans-serif;
  76. font-weight: bold;
  77. font-size: 24px;
  78. color: #6a78e0;
  79. padding: 5px 0 0 3px;
  80. letter-spacing: 2px;
  81. }
  82. /* HEADER */
  83. /* MAIN */
  84. .main {
  85. flex-grow: 1;
  86. }
  87. .first-content {
  88. background: url("../img/slider-bg.png") no-repeat;
  89. background-size: 100%;
  90. width: 100%;
  91. height: 100vh;
  92. display: flex;
  93. justify-content: center;
  94. }
  95. .form-text {
  96. display: flex;
  97. justify-content: space-between;
  98. width: 930px;
  99. height: 390px;
  100. margin: 100px;
  101. margin-left: 340px;
  102. }
  103. .form {
  104. position: relative;
  105. background: white;
  106. border-radius: 20px;
  107. box-shadow: 2px 2px 15px #4553c0;
  108. display: flex;
  109. flex-direction: column;
  110. align-content: center;
  111. width: 300px;
  112. }
  113. .form > p {
  114. color: #5363db;
  115. font-weight: bold;
  116. font-size: 25.64px;
  117. margin: 38px 0 29px 30px;
  118. padding-left: 4px;
  119. }
  120. .form > input {
  121. width: 230px;
  122. height: 50px;
  123. background: #f2f2f2;
  124. border-radius: 8px;
  125. margin-left: 30px;
  126. }
  127. .form > input:nth-child(2) {
  128. padding: 0 10px 8px;
  129. margin-bottom: 15px;
  130. }
  131. .form > input:nth-child(3) {
  132. padding: 0 10px 2px;
  133. margin-bottom: 17px;
  134. }
  135. .form > input:nth-child(4) {
  136. padding: 0 10px;
  137. margin-bottom: 15px;
  138. }
  139. /* input:nth-child(4):after{
  140. content: '56';
  141. background: red;
  142. } */
  143. .form-button {
  144. background: #475bf1;
  145. border-radius: 8px;
  146. cursor: pointer;
  147. color: white;
  148. text-align: center;
  149. word-spacing: 2px;
  150. margin: 17px 0 0 95px;
  151. width: 170px;
  152. padding: 13px 0 15px;
  153. font-weight: bold;
  154. font-size: 16px;
  155. }
  156. /* .form>select{
  157. width: 15px;
  158. left: 205px;
  159. bottom: 115px;
  160. border: 1px #f2f2f2 solid;
  161. background: #f2f2f2;
  162. position: absolute;
  163. }*/
  164. .text-on-fone {
  165. width: 570px;
  166. height: 265px;
  167. margin-top: 58px;
  168. padding-left: 35px;
  169. display: flex;
  170. flex-direction: column;
  171. color: white;
  172. }
  173. .text-on-fone > h1 {
  174. font-size: 48px;
  175. text-transform: uppercase;
  176. font-weight: bold;
  177. line-height: 1.46;
  178. letter-spacing: 0.8px;
  179. display: inline;
  180. }
  181. .text-on-fone > p {
  182. display: inline;
  183. font-size: 40px;
  184. letter-spacing: 2px;
  185. line-height: 0.88;
  186. word-spacing: 5px;
  187. font-family: "Freestyle Script";
  188. }
  189. /* TWO CONENT */
  190. .two-content{
  191. height: 1000px;
  192. display: flex;
  193. align-items: center;
  194. justify-content: center;
  195. }
  196. .block3{
  197. width: 1170px;
  198. height: 825px;
  199. margin-bottom: 125px;
  200. margin-top: 50px;
  201. display: flex;
  202. align-items: center;
  203. justify-content: center;
  204. flex-direction: column;
  205. }
  206. .block3-text{
  207. max-width: 420px;
  208. height: 90px;
  209. margin-top: 42px;
  210. display: flex;
  211. flex-direction: column;
  212. align-items: center;
  213. }
  214. .block3-text>h1{
  215. color: #5b6ceb;
  216. font-weight: bold;
  217. font-size: 30px;
  218. text-transform: uppercase;
  219. padding-top: 2px;
  220. letter-spacing: 0.4px;
  221. }
  222. .block3-text>p{
  223. color: #777777;
  224. font-size: 40.99px;
  225. padding-right: 5px;
  226. padding-top: 17px;
  227. word-spacing: 2px;
  228. letter-spacing: 1.4px;
  229. font-family: "Freestyle Script";
  230. }
  231. .block3-boxs{
  232. /* border: 1px yellow solid; */
  233. width: 1170px;
  234. height: 625px;
  235. margin-top: 67px;
  236. display: flex;
  237. flex-wrap: wrap;
  238. justify-content: space-between;
  239. align-content: space-between;
  240. }
  241. .box-info{
  242. width: 570px;
  243. height: 300px;
  244. box-shadow: 3px 3px 15px #e4e4e4;
  245. }
  246. .box-info>img{
  247. float: left;
  248. }
  249. .box-text{
  250. margin-left: 300px;
  251. width: 245px;
  252. }
  253. .box-text>h1{
  254. font-size: 20px;
  255. font-weight: bold;
  256. text-transform: uppercase;
  257. padding-top: 47px;
  258. letter-spacing: 0.3px;
  259. }
  260. .box-text>blockquote{
  261. color: #6c6c6c;
  262. margin-top: 28px;
  263. line-height: 1.6;
  264. margin-top: 28px;
  265. margin-bottom: 10px;
  266. }
  267. .box-text>cite{
  268. color: #999999;
  269. }
  270. /* THREE CONTENT */
  271. .gallery{
  272. width: 100%;
  273. display: flex;
  274. flex-wrap: wrap;
  275. }
  276. /* FOUR CONTENT */
  277. .four-content{
  278. height: 550px;
  279. display: flex;
  280. align-items: center;
  281. justify-content: center;
  282. }
  283. .about-us{
  284. width: 1170px;
  285. height: 300px;
  286. display: flex;
  287. justify-content: space-between;
  288. }
  289. .about-us-text>h1{
  290. font-size: 30px;
  291. font-weight: bold;
  292. color: #5b6ceb;
  293. text-transform: uppercase;
  294. padding-top: 20px;
  295. margin-bottom: 20px;
  296. word-spacing: 1px;
  297. letter-spacing: 0.1px;
  298. }
  299. .about-us-text>p{
  300. line-height: 1.7;
  301. }
  302. .about-us-img{
  303. border-radius: 5px;
  304. box-shadow: 3px 3px 15px #c3c3c3;
  305. }
  306. .about-us-img::before{
  307. content: "sdfs";
  308. width: 50px;
  309. height: 50px;
  310. background: #0c0c0c;
  311. border: 1px black solid;
  312. position: relative;
  313. z-index: 1;
  314. }
  315. /* MAIN */
  316. .footer {
  317. background: black;
  318. color: white;
  319. /* height: 100px; */
  320. }
  321. /* @media(max-width: 1580px){
  322. .form-text{
  323. width: 50%;
  324. }
  325. } */
  326. @media (max-width: 1365px) {
  327. .form-text {
  328. width: 850px;
  329. height: 320px;
  330. margin: 30px;
  331. margin-left: 250px;
  332. }
  333. .form {
  334. width: 240px;
  335. }
  336. .form > p {
  337. margin: 20px 20px 20px;
  338. }
  339. .form > input {
  340. width: 190px;
  341. height: 45px;
  342. margin-left: 20px;
  343. }
  344. .form-button {
  345. margin: 5px 0 0 95px;
  346. width: 115px;
  347. }
  348. .text-on-fone {
  349. margin-top: 40px;
  350. }
  351. .text-on-fone > h1 {
  352. font-size: 43px;
  353. }
  354. .text-on-fone > p {
  355. font-size: 37px;
  356. }
  357. .block3{
  358. margin-top: -350px;
  359. }
  360. .gallery{
  361. margin-top: -230px;
  362. }
  363. .gallery>img{
  364. width: 25%;
  365. }
  366. .about-us{
  367. width: 1100px;
  368. }
  369. }