暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_home.scss 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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-image: url(../../dist/assets/imgs/Home/banner.png);
  20. // background-color: #cccccc;
  21. background-size: cover;
  22. background-repeat: no-repeat;
  23. background-position: center center;
  24. background-position-y: -100px;
  25. // home-banner
  26. .banner-main-container {
  27. height: 620px;
  28. }
  29. }
  30. .home-main-container .offer-main-sec {
  31. .offer-sec {
  32. margin-top: -35px;
  33. }
  34. }
  35. .home-main-container .aw-feature-name {
  36. h5 {
  37. transform: rotate(180deg);
  38. transform-origin: center center 0;
  39. writing-mode: vertical-rl;
  40. }
  41. }
  42. .home-main-container .out-of-world .card {
  43. background-color: #0FA5C5;
  44. }
  45. .home-main-container .aw-support-sec {
  46. .aw-support-sec-main-container {
  47. background-color: #F2F9FB;
  48. }
  49. .news-letter-sec .news-letter-email:focus {
  50. border-bottom: 1px solid white;
  51. outline: none;
  52. }
  53. .news-letter-sec .news-letter-email::placeholder {
  54. color: white;
  55. }
  56. }
  57. .home-main-container .owl-carousel.star-products-img-sec .owl-dots {
  58. text-align: left;
  59. .owl-dot span {
  60. height: 3px;
  61. width: 25px;
  62. }
  63. .owl-dot.active {
  64. color: #000000;
  65. }
  66. }
  67. .home-main-container .owl-carousel.star-products-img-sec .owl-nav {
  68. text-align: right;
  69. margin-right: 5rem;
  70. }
  71. @media (min-width:1900px) {
  72. .hero-banner {
  73. background-size: 100% 100%;
  74. }
  75. .products-main-container .col-md-6 {
  76. text-align: center !important;
  77. .product-heading span {
  78. text-align: center !important;
  79. margin: auto !important;
  80. }
  81. }
  82. }
  83. @media (min-width:769px) and (max-width:1024px) {
  84. .home-main-container {
  85. .aw-partners.sec-space-1 {
  86. margin-top: 0px;
  87. }
  88. .aw-partners .sec-space-3 {
  89. margin-right: 60px;
  90. }
  91. .offer-main-sec {
  92. .offer-sec {
  93. margin-top: -30%;
  94. }
  95. }
  96. .news-letter-sec {
  97. .card-body.px-5 {
  98. padding: 20px !important;
  99. }
  100. }
  101. .news-letter-sec {
  102. a.button_dark {
  103. padding: 10px 5px;
  104. }
  105. }
  106. }
  107. }
  108. @media (min-width:278px) and (max-width:767px) {
  109. .home-main-container {
  110. h5,
  111. h6 {
  112. font-size: 1rem;
  113. }
  114. .sec-space-1,
  115. .sec-space-2 {
  116. margin-top: 40px;
  117. }
  118. .banner-main-container {
  119. height: 550px;
  120. display: block !important;
  121. text-align: center;
  122. .col-md-6 {
  123. padding-top: 7rem;
  124. .button_dark{
  125. display: none;
  126. }
  127. }
  128. .mobile-home-img{
  129. width: 85%;
  130. }
  131. h1 {
  132. font-size: 2rem;
  133. }
  134. }
  135. .hero-banner {
  136. // background: url(../../dist/assets/imgs/Home/All-in-one.png);
  137. // background-size: cover;
  138. background-position: 0;
  139. }
  140. .aw-main-features{
  141. display: none;
  142. }
  143. .mobile-text-center {
  144. text-align: center;
  145. }
  146. // .aw-partners img {
  147. // width: 150px;
  148. // height: 50px;
  149. // }
  150. // .aw-partners .windows-icon-mb img {
  151. // width: 60px;
  152. // height: 50px;
  153. // }
  154. .aw-feature-name h5 {
  155. transform: rotate(0deg);
  156. writing-mode: horizontal-tb;
  157. }
  158. .products-main-container {
  159. .enterprise-prd,.consumer-prd {
  160. margin-top: 10px;
  161. }
  162. }
  163. .news-letter-sec {
  164. a.button_dark {
  165. padding: 10px 5px;
  166. }
  167. }
  168. .owl-carousel.star-products-img-sec .owl-nav {
  169. text-align: center;
  170. margin-right: 0px;
  171. }
  172. .star-products {
  173. .owl-dots {
  174. display: none;
  175. }
  176. }
  177. .aw-support-sec-main-container {
  178. .row {
  179. margin: 0px !important;
  180. text-align: center;
  181. }
  182. .col-md-4 {
  183. border: none !important;
  184. }
  185. .support-sec-heading {
  186. padding: 0 !important;
  187. }
  188. }
  189. .offer-main-sec{
  190. margin-bottom: 0 !important;
  191. padding: 0 !important;
  192. }
  193. .offer-sec{
  194. p{
  195. font-size: 0.85rem;
  196. }
  197. }
  198. }
  199. .footer-wrapper {
  200. .accordion-button,
  201. .accordion-body {
  202. font-family: "Satoshi", sans-serif;
  203. color: white;
  204. background-color: #000000;
  205. }
  206. .accordion-button:not(.collapsed)::after,
  207. .accordion-button.collapsed::after {
  208. 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");
  209. }
  210. }
  211. }
  212. // index styles
  213. .feature-bg-image.animated-feature-img {
  214. animation: slide 1s ease .2s forwards;
  215. opacity: 0;
  216. // transform-origin: left top;
  217. }
  218. @keyframes slide {
  219. from {
  220. opacity: 0;
  221. }
  222. to {
  223. opacity: 1;
  224. }
  225. }
  226. [alt=footer-rocket-img]{
  227. cursor: pointer;
  228. }
  229. .partners-img{
  230. height:60px;
  231. }
  232. @media (min-width:405px) and (max-width:570px) {
  233. .home-main-container .banner-main-container .mobile-home-img{
  234. width: 60%;
  235. }
  236. }
  237. @media (min-width:1800px) {
  238. .banner-wrapper {
  239. position: relative;
  240. }
  241. .banner-main-container {
  242. height: 900px !important;
  243. }
  244. .offer-main-sec{
  245. position: absolute;
  246. bottom: 40%;
  247. right: 20%;
  248. width: 60%;
  249. }
  250. }