style.css 5.6 KB

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