header.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .header {
  2. min-height: 880px;
  3. width: 100%;
  4. padding: 31px 0 240px 0;
  5. background: url(../../img/main_image.png) no-repeat 100% / cover;
  6. }
  7. .header__top {
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. margin-bottom: 292px;
  12. }
  13. .header__nav ul {
  14. display: flex;
  15. justify-content: space-between;
  16. list-style: none;
  17. }
  18. .header__nav li {
  19. padding-right: 30px;
  20. text-transform: uppercase;
  21. }
  22. .header__link a {
  23. text-decoration: none;
  24. text-shadow: -0.9px 0.5px 40px rgba(1, 1, 1, 0.55);
  25. font-family: Lato;
  26. font-size: 14px;
  27. font-stretch: normal;
  28. font-style: normal;
  29. line-height: 2.14;
  30. letter-spacing: 0.7px;
  31. text-align: left;
  32. color: #fff;
  33. }
  34. .header__nav {
  35. display: flex;
  36. justify-content: space-evenly;
  37. align-items: center;
  38. }
  39. .header__content {
  40. text-align: center;
  41. }
  42. .header__content h1 {
  43. text-shadow: -0.9px 0.5px 40px rgba(1, 1, 1, 0.55);
  44. font-family: Lato;
  45. font-size: 100px;
  46. font-weight: bold;
  47. font-stretch: normal;
  48. font-style: normal;
  49. letter-spacing: 5px;
  50. color: #fff;
  51. margin-bottom: 41px;
  52. }
  53. .header__content h2 {
  54. text-shadow: -0.9px 0.5px 40px rgba(1, 1, 1, 0.55);
  55. font-family: TimesNewRomanPS-MT;
  56. font-size: 36px;
  57. font-weight: bold;
  58. font-stretch: normal;
  59. font-style: italic;
  60. letter-spacing: 1.8px;
  61. color: rgba(255, 255, 255, 0.7);
  62. }
  63. .header__content h4 {
  64. text-shadow: -0.9px 0.5px 40px rgba(1, 1, 1, 0.55);
  65. font-family: Lato;
  66. font-weight: normal;
  67. font-stretch: normal;
  68. font-style: normal;
  69. letter-spacing: 0.7px;
  70. color: #fff;
  71. text-transform: uppercase;
  72. }
  73. .btn {
  74. margin: 0 auto;
  75. border: solid 3px #fff;
  76. }
  77. .btn_header {
  78. width: 280px;
  79. height: 68px;
  80. padding: 25px 0 30px 0;
  81. margin-bottom: 41px;
  82. }
  83. .btn_header a {
  84. text-decoration: none;
  85. font-family: Lato;
  86. font-size: 18px;
  87. font-weight: bold;
  88. font-stretch: normal;
  89. font-style: normal;
  90. line-height: 1.17;
  91. letter-spacing: 0.45px;
  92. text-align: center;
  93. color: #fff;
  94. }
  95. .btn_log {
  96. width: 80%;
  97. height: 50px;
  98. background-color: rgb(119, 22, 78);
  99. border: none;
  100. color: #fff;
  101. }