Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /*--------------------------------------------------------------
  2. 19. Cards
  3. ----------------------------------------------------------------*/
  4. .cs_card.cs_style_1 {
  5. .cs_card_thumb {
  6. padding-right: 75px;
  7. @media (max-width: 1199px) {
  8. padding-right: 40px;
  9. }
  10. @media (max-width: 991px) {
  11. padding-right: 0px;
  12. }
  13. }
  14. .cs_card_title {
  15. margin-bottom: 27px;
  16. @media (max-width: 991px) {
  17. margin-bottom: 15px;
  18. }
  19. }
  20. .cs_card_subtitle {
  21. margin-bottom: 47px;
  22. @media (max-width: 991px) {
  23. margin-bottom: 30px;
  24. }
  25. }
  26. }
  27. .cs_card.cs_style_2 {
  28. .cs_card_thumb {
  29. width: 50vw;
  30. min-height: 650px;
  31. @media (max-width: 991px) {
  32. width: 100%;
  33. min-height: 350px;
  34. }
  35. }
  36. .cs_card_title {
  37. margin-bottom: 27px;
  38. @media (max-width: 991px) {
  39. margin-bottom: 15px;
  40. }
  41. }
  42. .cs_card_subtitle {
  43. margin-bottom: 47px;
  44. @media (max-width: 991px) {
  45. margin-bottom: 30px;
  46. }
  47. }
  48. @media (max-width: 991px) {
  49. .row {
  50. flex-direction: column-reverse;
  51. }
  52. }
  53. }
  54. .cs_card.cs_style_3 {
  55. background-color: rgba($accent, 0.3);
  56. padding: 0;
  57. .cs_card_thumb {
  58. height: 100%;
  59. img {
  60. height: 100%;
  61. width: 100%;
  62. object-fit: cover;
  63. }
  64. }
  65. .cs_card_info {
  66. padding: 120px 60px 130px 75px;
  67. @media (max-width: 1400px) {
  68. padding: 120px 40px 130px 25px;
  69. }
  70. @media (max-width: 991px) {
  71. padding: 30px 30px 45px;
  72. }
  73. @media (max-width: 575px) {
  74. padding: 25px 25px 40px;
  75. }
  76. }
  77. .cs_card_title {
  78. margin-bottom: 13px;
  79. }
  80. .cs_card_subtitle {
  81. margin-bottom: 30px;
  82. }
  83. }
  84. .cs_card.cs_style_4 {
  85. .cs_card_thumb {
  86. border-radius: 5px;
  87. overflow: hidden;
  88. position: relative;
  89. img {
  90. width: 100%;
  91. }
  92. }
  93. .cs_card_badge {
  94. position: absolute;
  95. bottom: 0;
  96. right: 0;
  97. border-radius: 50px 0px 0px 0px;
  98. background-color: rgba(255, 255, 255, 0.9);
  99. min-height: 234px;
  100. min-width: 244px;
  101. text-align: center;
  102. padding: 57px 50px;
  103. @media (max-width: 991px) {
  104. min-height: 194px;
  105. min-width: 200px;
  106. text-align: center;
  107. padding: 47px 40px;
  108. }
  109. .cs_shape_1 {
  110. position: absolute;
  111. top: 50px;
  112. left: 45px;
  113. display: flex;
  114. @media (max-width: 991px) {
  115. top: 45px;
  116. left: 40px;
  117. }
  118. }
  119. .cs_shape_2 {
  120. position: absolute;
  121. bottom: 48px;
  122. right: 43px;
  123. display: flex;
  124. @media (max-width: 991px) {
  125. bottom: 45px;
  126. right: 40px;
  127. }
  128. }
  129. }
  130. .cs_card_title {
  131. margin-bottom: 22px;
  132. }
  133. .cs_card_subtitle {
  134. margin-bottom: 34px;
  135. }
  136. .cs_card_feature_list {
  137. .cs_store_feature {
  138. padding-left: 38px;
  139. margin-bottom: 33px;
  140. &:last-child {
  141. margin-bottom: 43px;
  142. }
  143. .cs_feature_title {
  144. margin-bottom: 5px;
  145. }
  146. .cs_feature_icon {
  147. top: 3px;
  148. left: 0;
  149. }
  150. }
  151. }
  152. }