style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. * {
  2. box-sizing: border-box;
  3. }
  4. body {
  5. margin: 0;
  6. font-family: 'Roboto', sans-serif;
  7. }
  8. li {
  9. list-style: none;
  10. }
  11. a {
  12. text-decoration: none;
  13. }
  14. .header {
  15. position: relative;
  16. max-width: 1920px;
  17. }
  18. .header-container {
  19. width: 100%;
  20. height: 92px;
  21. display: flex;
  22. justify-content: space-between;
  23. position: absolute;
  24. padding: 62px 61px 0 61px;
  25. z-index: 10;
  26. /* display: none; */
  27. }
  28. .header__logo {
  29. /* width: 480px; */
  30. height: 100%;
  31. }
  32. .header__info {
  33. /* width: 960px; */
  34. height: 100%;
  35. }
  36. .header__nav {
  37. height: 100%;
  38. display: flex;
  39. }
  40. .info__list {
  41. display: flex;
  42. justify-content: flex-start;
  43. margin: 0;
  44. padding: 0;
  45. }
  46. .info__list a {
  47. color: rgba(255, 255, 255, 1);
  48. font-size: 14px;
  49. }
  50. .info__list li {
  51. margin-right: 59px;
  52. height: 20px;
  53. }
  54. .info__list li:last-child a {
  55. color: rgba(255, 202, 0, 1);
  56. }
  57. .info__list li:last-child {
  58. margin-right: 0;
  59. width: 105px;
  60. }
  61. .info__list li:nth-child(4) {
  62. border-right: 1px solid rgba(240, 240, 240, 1);
  63. width: 80px;
  64. margin-right: 41px;
  65. }
  66. .nav__email {
  67. display: flex;
  68. justify-content: space-between;
  69. }
  70. .nav__email a{
  71. color: white;
  72. }
  73. .nav__menu {
  74. margin-left: 0px;
  75. margin-right: 25px;
  76. }
  77. .nav__menu a {
  78. color: white;
  79. }
  80. .menu__btn {
  81. display: block;
  82. position: relative;
  83. }
  84. .menu__btn span {
  85. margin-top: 5px;
  86. }
  87. .menu__btn span,
  88. .menu__btn span::before {
  89. position: absolute;
  90. width: 50px;
  91. height: 1px;
  92. background-color: #ffffff;
  93. }
  94. .menu__btn span::before {
  95. content: '';
  96. display: block;
  97. transform: translateY(10px);
  98. }
  99. .asd {
  100. height: 600px;
  101. width: 100%;
  102. background-color: black;
  103. }
  104. .main {
  105. display: flex;
  106. justify-content: center;
  107. flex-direction: column;
  108. align-items: center;
  109. }
  110. .main-header {
  111. display: flex;
  112. justify-content: center;
  113. width: 100%;
  114. min-height: 100vh;
  115. position: relative;
  116. margin-bottom: 41px;
  117. background-color: black;
  118. z-index: 3;
  119. }
  120. .video__media {
  121. position: absolute;
  122. width: 100%;
  123. height: auto;
  124. top: 100px;
  125. left: calc(50% - 600px);
  126. z-index: 1;
  127. }
  128. .main-header__title {
  129. padding-top: 282px;
  130. width: 50%;
  131. }
  132. .welcome {
  133. font-family: Roboto;
  134. font-size: 18px;
  135. font-style: normal;
  136. font-weight: 300;
  137. line-height: 21px;
  138. margin-bottom: 23px;
  139. color: rgba(255, 255, 255, 1);
  140. }
  141. .web-production {
  142. font-family: Roboto;
  143. font-size: 64px;
  144. font-style: normal;
  145. font-weight: 700;
  146. line-height: 75px;
  147. margin-bottom: 100px;
  148. color: rgba(255, 255, 255, 1);
  149. }
  150. .discus-btn {
  151. width: 240px;
  152. height: 68px;
  153. display: flex;
  154. background-color: #FFCA00;
  155. align-items: center;
  156. justify-content: space-around;
  157. overflow: hidden;
  158. cursor: pointer;
  159. }
  160. .discus-btn:hover div:first-child {
  161. transition: 2s;
  162. transition-delay: 0.5s;
  163. transition-property: color;
  164. color: yellow;
  165. }
  166. .discus-btn__text {
  167. color: rgba(32, 32, 32, 1);
  168. position: relative;
  169. z-index: 5;
  170. }
  171. .dott {
  172. width: 8px;
  173. height: 8px;
  174. background-color: #202020;
  175. border-radius: 50%;
  176. }
  177. .discus-btn:hover div:last-child {
  178. transform: scale(70);
  179. transition: 1.5s;
  180. }
  181. .arrow {
  182. color: #fff;
  183. display: flex;
  184. align-items: center;
  185. position: absolute;
  186. bottom: 174px;
  187. left: 10px;
  188. transform: rotate(-90deg);
  189. }
  190. .arrow svg {
  191. transform: rotate(90deg);
  192. margin-right: 40px;
  193. }
  194. .chat {
  195. height: 76px;
  196. width: 76px;
  197. border-radius: 50%;
  198. background-color: rgba(255, 204, 0, 1);
  199. margin: 0;
  200. padding: 0;
  201. display: flex;
  202. justify-content: center;
  203. align-items: center;
  204. position: absolute;
  205. right: 68px;
  206. bottom: 109px;
  207. box-shadow: 0 0 0 24px rgba(255, 204, 0, 0.1);
  208. cursor: pointer;
  209. transition: 2s;
  210. }
  211. .chat:hover {
  212. background-color: white;
  213. transform: scale(1.8);
  214. box-shadow: 0 0 0 0;
  215. }
  216. .chat:hover svg{
  217. transform: scale(1.4);
  218. transition: 1s;
  219. color: green;
  220. }
  221. .main-content {
  222. margin-bottom: 123px;
  223. display: flex;
  224. justify-content: center;
  225. flex-direction: column;
  226. width: 50%;
  227. align-items: center;
  228. }
  229. .main-content__services {
  230. margin-bottom: 50px;
  231. height: 21px;
  232. width: 100%;
  233. display: flex;
  234. align-items: center;
  235. }
  236. .services {
  237. font-family: Roboto;
  238. font-size: 18px;
  239. font-style: normal;
  240. font-weight: 300;
  241. line-height: 21px;
  242. margin-left: 10px;
  243. }
  244. .main-content__wrap {
  245. width: 100%;
  246. display: flex;
  247. align-items: flex-start;
  248. flex-wrap: wrap;
  249. align-content: flex-start;
  250. }
  251. .main-content__blocks {
  252. width: 50%;
  253. height: 179px;
  254. display: flex;
  255. margin-bottom: 110px;
  256. }
  257. .main-content__blocks:last-child {
  258. margin-bottom: 181px;
  259. }
  260. .main-content__blocks__img {
  261. width: 130px;
  262. height: 130px;
  263. margin-right: 17px;
  264. }
  265. .main-content__blocks__text {
  266. width: 332px;
  267. height: 179px;
  268. border-bottom: 1px solid rgba(240, 240, 240, 1);
  269. }
  270. .blocks-name {
  271. width: 100%;
  272. height: 26px;
  273. font-family: Roboto;
  274. font-size: 22px;
  275. font-style: normal;
  276. font-weight: bold;
  277. line-height: 26px;
  278. color: rgba(32, 32, 32, 1);
  279. }
  280. .blocks-text {
  281. height: 88px;
  282. width: 100%;
  283. padding-top: 28px;
  284. font-family: Roboto;
  285. font-size: 14px;
  286. font-style: normal;
  287. font-weight: 400;
  288. line-height: 20px;
  289. color: rgba(126, 126, 126, 1);
  290. }
  291. .blocks-arrow {
  292. width: 100%;
  293. height: 65px;
  294. display: flex;
  295. align-items: center;
  296. }
  297. #learn-more {
  298. display: flex;
  299. }
  300. .learn-more__text {
  301. font-family: Roboto;
  302. font-size: 14px;
  303. font-style: normal;
  304. font-weight: bold;
  305. line-height: 16px;
  306. margin-right: 22px;
  307. }
  308. .main-content__portfolio {
  309. height: 21px;
  310. width: 100%;
  311. display: flex;
  312. justify-content: space-between;
  313. margin-bottom: 45px;
  314. }
  315. .main-content__portfolio-1 {
  316. display: flex;
  317. align-items: center;
  318. }
  319. .Portfolio {
  320. margin-left: 10px;
  321. font-family: Roboto;
  322. font-size: 18px;
  323. color: rgba(32, 32, 32, 1);
  324. margin: 0 0 0 10px;
  325. }
  326. .main-content__portfolio-2 {
  327. color: rgba(126, 126, 126, 1);
  328. font-size: 14px;
  329. }
  330. .main-content__projects {
  331. display: flex;
  332. justify-content: space-between;
  333. margin-bottom: 40px;
  334. }
  335. .projects__block {
  336. width: calc(33.33333% - 10px);
  337. height: 484px;
  338. }
  339. /* .projects__block:first-child div {
  340. height: 314px;
  341. } */
  342. .projects__picture1 {
  343. height: 314px;
  344. background-image: url(../img/Rectangle\ Copy\ 22.png);
  345. background-repeat: no-repeat;
  346. padding: 226px 145px 33px 30px;
  347. }
  348. .picture__text1 {
  349. color: rgba(152, 152, 152, 1);
  350. font-size: 14px;
  351. margin: 0 0 9px 0;
  352. }
  353. .picture__text2 {
  354. color: rgba(255, 255, 255, 1);
  355. font-size: 22px;
  356. margin: 0;
  357. }
  358. .projects__text {
  359. padding: 20px 26px 40px 30px;
  360. height: 170px;
  361. }
  362. .text__text {
  363. font-size: 14px;
  364. color: rgba(126, 126, 126, 1);
  365. margin: 0 0 31px 0;
  366. }
  367. .arrow__border {
  368. width: 100%;
  369. height: 38px;
  370. border-bottom: 1px solid rgba(240, 240, 240, 1);
  371. padding-left: 21px;
  372. }
  373. .projects__picture2 {
  374. height: 396px;
  375. background-image: url(../img/Rectangle\ Copy\ 24.jpg);
  376. background-repeat: no-repeat;
  377. padding: 308px 28px 28px 28px;
  378. }
  379. .projects__picture3 {
  380. height: 396px;
  381. background-image: url(../img/Rectangle\ Copy\ 30.jpg);
  382. background-repeat: no-repeat;
  383. padding: 308px 30px 28px 26px;
  384. }
  385. .btn-projects {
  386. width: 100%;
  387. height: 68px;
  388. border: 2px solid rgba(255, 202, 0, 1);
  389. font-size: 14px;
  390. font-weight: bold;
  391. background-color: #E5E5E5;
  392. margin-bottom: 150px;
  393. cursor: pointer;
  394. }
  395. .btn-projects:hover {
  396. transition: 1s;
  397. width: 70%;
  398. border-radius: 70%;
  399. }
  400. .btn-projects:hover span {
  401. animation-name: button;
  402. animation-duration: 3s;
  403. animation-iteration-count: infinite;
  404. animation-direction: normal;
  405. }
  406. @keyframes button {
  407. 0% {
  408. font-size: 14px;
  409. color: black;
  410. }
  411. 25% {
  412. font-size: 16px;
  413. color: blue;
  414. }
  415. 50% {
  416. font-size: 18px;
  417. color: red;
  418. }
  419. 75% {
  420. font-size: 20px;
  421. color: green;
  422. }
  423. 100% {
  424. font-size: 22px;
  425. color: yellow;
  426. }
  427. }
  428. .main-content__info {
  429. display: flex;
  430. justify-content: space-between;
  431. height: 355px;
  432. flex-wrap: wrap;
  433. margin-bottom: 180px;
  434. }
  435. @media (max-width: 1000px) {
  436. .main-content__info {
  437. display: block;
  438. }
  439. .info-block {
  440. width: 100%;
  441. }
  442. }
  443. .info-block {
  444. width: calc(50% - 8px);
  445. height: calc(50% - 15px);
  446. background-color: rgba(245, 247, 247, 1);
  447. padding: 0 19px 0 40px;
  448. display: flex;
  449. justify-content: center;
  450. align-items: center;
  451. }
  452. .info-block__img {
  453. width: 109px;
  454. height: 75px;
  455. }
  456. #info-block-img1 {
  457. width: 72px;
  458. height: 75px;
  459. margin-left: 22px;
  460. }
  461. .info-block__text {
  462. padding-left: 65px;
  463. padding-top: 11px;
  464. }
  465. .info__text1 {
  466. height: 26px;
  467. width: 100%;
  468. font-family: Roboto;
  469. font-size: 22px;
  470. font-style: normal;
  471. font-weight: 500;
  472. margin-bottom: 10px;
  473. }
  474. .info__text2 {
  475. font-family: Roboto;
  476. font-size: 14px;
  477. font-style: normal;
  478. font-weight: 400;
  479. color: rgba(126, 126, 126, 1);
  480. margin: 0;
  481. }
  482. .main-content__clients {
  483. height: 21px;
  484. width: 100%;
  485. display: flex;
  486. justify-content: space-between;
  487. margin-bottom: 23px;
  488. }
  489. .main-content__clients__blocks {
  490. display: flex;
  491. justify-content: space-between;
  492. width: 100%;
  493. margin-bottom: 158px;
  494. }
  495. .clients__blocks__block {
  496. height: 150px;
  497. width: 25%;
  498. margin-right: 16px;
  499. display: flex;
  500. justify-content: center;
  501. align-items: center;
  502. background-color: rgba(245, 247, 247, 1);
  503. }
  504. .clients__blocks__block:last-child {
  505. margin-right: 0;
  506. }
  507. .main-content__seo-text {
  508. width: 100%;
  509. }
  510. .seo-text__top {
  511. font-family: Roboto;
  512. font-size: 22px;
  513. font-style: normal;
  514. font-weight: 500;
  515. line-height: 26px;
  516. margin-bottom: 23px;
  517. }
  518. .seo-text__text {
  519. font-family: Roboto;
  520. font-size: 14px;
  521. font-style: normal;
  522. font-weight: 400;
  523. line-height: 24px;
  524. color: rgba(126, 126, 126, 1);
  525. margin-bottom: 20px;
  526. }
  527. .seo-text__read-more {
  528. display: flex;
  529. align-items: center;
  530. }
  531. .seo-text__read-more p {
  532. font-family: Roboto;
  533. font-size: 14px;
  534. font-style: normal;
  535. font-weight: 500;
  536. line-height: 16px;
  537. margin-right: 10px;
  538. }
  539. .footer {
  540. max-width: 1920px;
  541. height: 110px;
  542. background: rgba(18, 18, 18, 1);
  543. display: flex;
  544. justify-content: center;
  545. margin: 0 auto;
  546. border-top: 4px solid rgba(255, 202, 0, 1);
  547. }
  548. .footer-container {
  549. width: 50%;
  550. height: 100%;
  551. display: flex;
  552. justify-content: space-between;
  553. }
  554. .footer__logo {
  555. display: flex;
  556. align-items: center;
  557. }
  558. .footer__copyright {
  559. display: flex;
  560. align-items: center;
  561. color: rgba(126, 126, 126, 1);
  562. font-size: 12px;
  563. font-weight: 400;
  564. }
  565. .footer__contact {
  566. display: flex;
  567. align-items: center;
  568. justify-content: space-between;
  569. }
  570. .footer__contact a {
  571. font-family: Roboto;
  572. font-size: 16px;
  573. font-style: normal;
  574. font-weight: 500;
  575. line-height: 19px;
  576. color: rgba(255, 255, 255, 1);
  577. margin-left: 16px;
  578. }
  579. .social-box {
  580. width: 48px;
  581. height: 48px;
  582. display: flex;
  583. justify-content: center;
  584. align-items: center;
  585. background-color: rgba(255, 255, 255, 0.05);
  586. border-radius: 50%;
  587. }
  588. .social-box:hover {
  589. background-color: white;
  590. }
  591. .social-box:hover svg {
  592. fill: blue;
  593. }
  594. .social-box svg {
  595. margin: 0;
  596. fill: white;
  597. }
  598. .footer__social {
  599. display: flex;
  600. justify-content: space-between;
  601. align-items: center;
  602. }
  603. .footer__social {
  604. cursor: pointer;
  605. }
  606. .footer__social:last-child div {
  607. margin-left: 15px;
  608. }