style.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  2. .container {
  3. width: 1140px;
  4. margin: 0 auto;
  5. }
  6. h1{
  7. font-family: "Playfair Display", serif;
  8. font-size: 64px;
  9. }
  10. h1+p{
  11. font-family: "Roboto", sans-serif;
  12. font-weight: 300;
  13. font-size: 36px;
  14. }
  15. li, p, button{
  16. font-family: "Roboto", sans-serif;
  17. font-weight: 300;
  18. font-size: 24px;
  19. }
  20. h1, p{
  21. margin: 0;
  22. }
  23. h1{
  24. margin-bottom: 20px;
  25. }
  26. section {
  27. margin-bottom: 100px;
  28. }
  29. .nav_item
  30. {list-style: none;
  31. margin-left: 60px;
  32. }
  33. a{
  34. text-decoration: none;
  35. color: black;
  36. }
  37. ul{
  38. display: flex;
  39. }
  40. .header{
  41. display: flex ;
  42. justify-content: space-between;
  43. align-items: center;
  44. }
  45. button{
  46. padding: 20px 30px;
  47. border: 1px solid black;
  48. background-color: rgba(255, 255, 255, 0);
  49. color: black;
  50. margin-top: 30px;
  51. }
  52. button:hover{
  53. background-color: black;
  54. color: white;
  55. transition: 1s;
  56. }
  57. .cover{
  58. height: 80vh;
  59. display: flex;
  60. align-items: center;
  61. }
  62. #cover{
  63. background-image: url(images/main.png);
  64. background-repeat: no-repeat;
  65. background-size: cover;
  66. }
  67. .v10_52 {
  68. width: 100%;
  69. height: 669px;
  70. background: url("../images/v10_52.png");
  71. background-repeat: no-repeat;
  72. background-position: center center;
  73. background-size: cover;
  74. opacity: 1;
  75. position: absolute;
  76. top: 900px;
  77. left: 370px;
  78. overflow: hidden;
  79. }
  80. .v4_8 {
  81. width: 492px;
  82. height: 669px;
  83. background: url("images/v4_8.png");
  84. background-repeat: no-repeat;
  85. background-position: center center;
  86. background-size: cover;
  87. opacity: 1;
  88. position: absolute;
  89. top: 0px;
  90. left: 0px;
  91. overflow: hidden;
  92. }
  93. .v5_7 {
  94. width: 166px;
  95. color: rgba(0,0,0,1);
  96. position: absolute;
  97. top: 215px;
  98. left: 570px;
  99. font-family: Playfair Display;
  100. font-weight: Regular;
  101. font-size: 64px;
  102. opacity: 1;
  103. text-align: left;
  104. }
  105. .v10_7 {
  106. width: 520px;
  107. color: rgba(0,0,0,0.800000011920929);
  108. position: absolute;
  109. top: 317px;
  110. left: 570px;
  111. font-family: Inter;
  112. font-weight: Regular;
  113. font-size: 24px;
  114. opacity: 1;
  115. text-align: left;
  116. }