Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

_home.scss 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. /* home page */
  2. .button_dark.btn-dark {
  3. background-color: #000000 !important;
  4. font-family: "Satoshi", sans-serif;
  5. }
  6. .button_dark.btn-dark:hover {
  7. background-color: #000000 !important;
  8. font-family: "Satoshi", sans-serif;
  9. opacity: 1 !important;
  10. }
  11. .home-main-container #navbar-head {
  12. .navbar-nav .nav-item .nav-link {
  13. color: #000000;
  14. font-family: "Satoshi", sans-serif;
  15. }
  16. }
  17. .hero-banner {
  18. background-image: url(../../dist/assets/imgs/Home/banner.png);
  19. // background-color: #cccccc;
  20. background-size: cover;
  21. background-repeat: no-repeat;
  22. background-position: center center;
  23. background-position-y: -100px;
  24. // home-banner
  25. .banner-main-container {
  26. height: 475px;
  27. }
  28. }
  29. .home-main-container .offer-main-sec {
  30. .offer-sec {
  31. margin-top: -35px;
  32. }
  33. }
  34. .home-main-container .aw-feature-name {
  35. h5 {
  36. transform: rotate(180deg);
  37. transform-origin: center center 0;
  38. writing-mode: vertical-rl;
  39. }
  40. }
  41. .home-main-container .out-of-world .card {
  42. background-color: #0FA5C5;
  43. }
  44. .home-main-container .aw-support-sec {
  45. .aw-support-sec-main-container {
  46. background-color: #F2F9FB;
  47. }
  48. .news-letter-sec .news-letter-email:focus {
  49. border-bottom: 1px solid white;
  50. outline: none;
  51. }
  52. .news-letter-sec .news-letter-email::placeholder {
  53. color: white;
  54. }
  55. }
  56. .home-main-container .owl-carousel.star-products-img-sec .owl-dots {
  57. text-align: left;
  58. .owl-dot span {
  59. height: 3px;
  60. width: 25px;
  61. }
  62. .owl-dot.active {
  63. color: #000000;
  64. }
  65. }
  66. .home-main-container .owl-carousel.star-products-img-sec .owl-nav {
  67. text-align: right;
  68. margin-right: 5rem;
  69. }
  70. @media (min-width:1900px) {
  71. .hero-banner {
  72. background-size: 100% 100%;
  73. }
  74. .products-main-container .col-md-6 {
  75. text-align: center !important;
  76. .product-heading span {
  77. text-align: center !important;
  78. margin: auto !important;
  79. }
  80. }
  81. }
  82. @media (min-width:769px) and (max-width:1024px) {
  83. .home-main-container {
  84. .aw-partners.sec-space-1 {
  85. margin-top: 0px;
  86. }
  87. .aw-partners .sec-space-3 {
  88. margin-right: 60px;
  89. }
  90. .offer-main-sec {
  91. .offer-sec {
  92. margin-top: -30%;
  93. }
  94. }
  95. .news-letter-sec {
  96. .card-body.px-5 {
  97. padding: 20px !important;
  98. }
  99. }
  100. .news-letter-sec {
  101. a.button_dark {
  102. padding: 10px 5px;
  103. }
  104. }
  105. }
  106. }
  107. @media (min-width:298px) and (max-width:768px) {
  108. .home-main-container {
  109. h5,
  110. h6 {
  111. font-size: 1rem;
  112. }
  113. .sec-space-1,
  114. .sec-space-2 {
  115. margin-top: 40px;
  116. }
  117. .banner-main-container {
  118. text-align: center;
  119. .col-md-6 {
  120. margin-top: 0px;
  121. .button_dark{
  122. display: none;
  123. }
  124. }
  125. h1 {
  126. font-size: 2rem;
  127. }
  128. }
  129. .hero-banner {
  130. // background: url(../../dist/assets/imgs/Home/All-in-one.png);
  131. // background-size: cover;
  132. background-position: 0;
  133. }
  134. .aw-main-features{
  135. display: none;
  136. }
  137. .mobile-text-center {
  138. text-align: center;
  139. }
  140. // .aw-partners img {
  141. // width: 150px;
  142. // height: 50px;
  143. // }
  144. // .aw-partners .windows-icon-mb img {
  145. // width: 60px;
  146. // height: 50px;
  147. // }
  148. .aw-feature-name h5 {
  149. transform: rotate(0deg);
  150. writing-mode: horizontal-tb;
  151. }
  152. .products-main-container {
  153. .enterprise-prd {
  154. margin-top: 10px;
  155. }
  156. }
  157. .news-letter-sec {
  158. a.button_dark {
  159. padding: 10px 5px;
  160. }
  161. }
  162. .owl-carousel.star-products-img-sec .owl-nav {
  163. text-align: center;
  164. margin-right: 0px;
  165. }
  166. .star-products {
  167. .owl-dots {
  168. display: none;
  169. }
  170. }
  171. .aw-support-sec-main-container {
  172. .row {
  173. margin: 0px !important;
  174. text-align: center;
  175. }
  176. .col-md-4 {
  177. border: none !important;
  178. }
  179. .support-sec-heading {
  180. padding: 0 !important;
  181. }
  182. }
  183. .offer-main-sec{
  184. margin-bottom: 0 !important;
  185. padding: 0 !important;
  186. }
  187. .offer-sec{
  188. p{
  189. font-size: 0.85rem;
  190. }
  191. }
  192. }
  193. .footer-wrapper {
  194. .accordion-button,
  195. .accordion-body {
  196. font-family: "Satoshi", sans-serif;
  197. color: white;
  198. background-color: #000000;
  199. }
  200. .accordion-button:not(.collapsed)::after,
  201. .accordion-button.collapsed::after {
  202. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  203. }
  204. }
  205. }