style.scss 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. font-family: 微軟正黑體;
  6. }
  7. $moblie: 767px;
  8. $desktop: 1025px;
  9. html {
  10. min-height: 100%;
  11. height: auto;
  12. /*Image only BG fallback*/
  13. /*background = gradient + image pattern combo*/
  14. /* background:
  15. linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
  16. }
  17. // basic reset
  18. body {
  19. font-family: "Montserrat", sans-serif;
  20. background-color: white;
  21. font-size: 1.05rem;
  22. }
  23. .ml {
  24. margin-left: 10px;
  25. }
  26. .mr {
  27. margin-right: 10px;
  28. }
  29. .mb {
  30. margin-bottom: 12px;
  31. }
  32. .top {
  33. margin-top: 20px;
  34. position: sticky;
  35. top: 0;
  36. left: 50%;
  37. z-index: 20;
  38. background-color: inherit;
  39. }
  40. .copy {
  41. cursor: pointer;
  42. }
  43. .navbar {
  44. background-color: white;
  45. }
  46. .propertytitle{
  47. -webkit-text-stroke:0.7px #fff;
  48. -moz-text-stroke:0.7px #fff;
  49. }
  50. p{
  51. font-size: 24px;
  52. }
  53. // .bgslider{
  54. // position: relative;
  55. // width: 100% !important;
  56. // }
  57. // ul{
  58. // list-style-type: none;
  59. // width: 100% !important;
  60. // }
  61. // ul>li{
  62. // position: absolute;
  63. // width: 100% !important;
  64. // }
  65. // ul>li:nth-child(3){
  66. // animation: li3 12s infinite;
  67. // }
  68. // ul>li:nth-child(2){
  69. // animation: li2 12s infinite;
  70. // }
  71. // ul>li:nth-child(1){
  72. // animation: li1 12s infinite;
  73. // }
  74. // @keyframes li3{
  75. // 0%{
  76. // opacity: 1;
  77. // }
  78. // 35%{
  79. // opacity: 0;
  80. // }
  81. // 75%{
  82. // opacity: 0;
  83. // }
  84. // }
  85. // @keyframes li2{
  86. // 40%{
  87. // opacity: 1;
  88. // }
  89. // 80%{
  90. // opacity: 0;
  91. // }
  92. // 75%{
  93. // opacity: 0;
  94. // }
  95. // }
  96. // @keyframes li1{
  97. // 80%{
  98. // opacity: 1;
  99. // }
  100. // 95%{
  101. // opacity: 0;
  102. // }
  103. // }
  104. .bg-item{
  105. display: none;
  106. // img{
  107. // // opacity: 0;
  108. // // animation-name:BgFadein;
  109. // // animation-duration: 5s;
  110. // // animation-delay: -3s;
  111. // // animation-fill-mode:forwards;
  112. // // animation-fill-mode:backwards;
  113. // // animation-timing-function:ease-out;
  114. // }
  115. }
  116. .bg-item2{
  117. display: none;
  118. img{
  119. animation-name:BgFadein;
  120. animation-duration: 3s;
  121. animation-timing-function:ease-out;
  122. }
  123. }
  124. .bg-active{
  125. display: block;
  126. }
  127. @keyframes BgFadein {
  128. 0% {
  129. opacity: 0.5;
  130. }
  131. 50% {opacity: 0.8;}
  132. // 50% {opacity: 1;}
  133. 100%{
  134. opacity: 1;
  135. }
  136. }
  137. // sec-usecase
  138. .sec-usecase {
  139. .usecase-block {
  140. border: none;
  141. position: relative;
  142. background-color: transparent;
  143. &::after {
  144. position: absolute;
  145. bottom: -1rem;
  146. left: 5%;
  147. width: 90%;
  148. height: 8rem;
  149. background-color: #FFEBE2;
  150. content: " ";
  151. z-index: -1;
  152. border-radius: 2rem;
  153. margin-left: auto;
  154. margin-right: auto;
  155. }
  156. .usecase-imgfr {
  157. width: 85%;
  158. margin: 0 auto;
  159. height: 45vh;
  160. background-position: center center;
  161. background-size: contain;
  162. background-repeat: no-repeat;
  163. margin-bottom: 1.5rem;
  164. }
  165. .usecase-sub {
  166. background-color: transparent;
  167. i {
  168. color: #EA5413;
  169. }
  170. }
  171. }
  172. }
  173. .sec-steps {
  174. .container {
  175. width: 100%;
  176. }
  177. .steps-title {
  178. font-size: 3rem;
  179. text-align: center;
  180. letter-spacing: 1px;
  181. }
  182. .steps-title strong {
  183. font-size: 5rem;
  184. }
  185. .steps-block {
  186. padding: 0 1rem;
  187. display: flex;
  188. flex-direction: column;
  189. align-items: center;
  190. justify-content: center;
  191. position: relative;
  192. &::after {
  193. position: absolute;
  194. bottom: -1rem;
  195. left: 0;
  196. width: 100%;
  197. height: 15rem;
  198. background-color: #FFEBE2;
  199. content: " ";
  200. z-index: -1;
  201. border-radius: 2rem;
  202. }
  203. .steps-imgfr {
  204. width: 85%;
  205. margin: 0 auto;
  206. height: 45vh;
  207. background-position: center center;
  208. background-size: contain;
  209. background-repeat: no-repeat;
  210. margin-bottom: 1.5rem;
  211. }
  212. .steps-txt {
  213. display: flex;
  214. align-items: center;
  215. span {
  216. display: inline-block;
  217. width: 35px;
  218. height: 35px;
  219. background-color: #EA5413;
  220. color: white;
  221. font-size: 1.4rem;
  222. line-height: 35px;
  223. border-radius: 50%;
  224. text-align: center;
  225. margin-right: .6rem;
  226. }
  227. .steps-sub {
  228. font-size: 1.6rem;
  229. }
  230. }
  231. }
  232. .step-videofr {
  233. width: 100%;
  234. }
  235. .step-videofr video {
  236. width: 100%;
  237. }
  238. }
  239. .btn-dark {
  240. text-decoration: none;
  241. color: white;
  242. border: 1px solid #EA5413;
  243. padding: 1rem 2.5rem;
  244. outline: none;
  245. background-color: #EA5413;
  246. margin-top: 4rem;
  247. border-radius: 3rem;
  248. font-size: 1.8rem;
  249. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  250. }
  251. /* sec-hero */
  252. .sec-hero {
  253. padding: 6rem 0;
  254. padding-bottom: 0;
  255. margin-bottom: 0 !important;
  256. h1,
  257. h2,
  258. h3,
  259. h4,
  260. h5,
  261. h6,
  262. .h1,
  263. .h2,
  264. .h3,
  265. .h4,
  266. .h5,
  267. .h6 {
  268. font-family: "Roboto", Helvetica, Arial, sans-serif;
  269. font-weight: 900;
  270. line-height: 1.1;
  271. color: #333333;
  272. }
  273. }
  274. .sec-hero .hero-title {
  275. font-size: 3.5rem;
  276. letter-spacing: 1px;
  277. padding-top: 0rem;
  278. }
  279. .sec-hero .hero-txt {
  280. font-size: 1.5em;
  281. letter-spacing: 1px;
  282. }
  283. .sec-hero .hero-btn {
  284. border: none;
  285. outline: none;
  286. border-radius: 3rem;
  287. margin-top: 2rem;
  288. padding: 1rem 2.5rem;
  289. background: linear-gradient(20deg, #EA5413, #920783);
  290. color: white;
  291. font-size: 1.8rem;
  292. box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
  293. }
  294. .hero-orange {
  295. position: absolute;
  296. left: 10%;
  297. top: 0%;
  298. }
  299. .hero-purple {
  300. position: absolute;
  301. right: 0%;
  302. top: -10%;
  303. z-index: -1;
  304. width: 180px;
  305. }
  306. .hero-orange-s {
  307. position: absolute;
  308. left: -5%;
  309. bottom: 13%;
  310. z-index: -1;
  311. animation: floating 8s infinite ease-in-out;
  312. width: 80px;
  313. }
  314. .hero-textgrp {
  315. z-index: 3;
  316. position: absolute;
  317. left: 5%;
  318. top: 10%;
  319. animation: floating3 6s infinite 1s ease-in-out;
  320. width: 300px;
  321. }
  322. .hero-video {
  323. z-index: 3;
  324. position: absolute;
  325. right: 3%;
  326. top: -5%;
  327. animation: floating 8s infinite 1.5s ease-in-out;
  328. width: 120px;
  329. }
  330. .hero-amplify {
  331. z-index: 3;
  332. position: absolute;
  333. bottom: 5%;
  334. right: 0;
  335. animation: floating2 5s infinite ease-in-out;
  336. width: 120px;
  337. }
  338. .hero-imgfr {
  339. width: 100%;
  340. height: 95%;
  341. }
  342. .hero-imgfr img {
  343. width: 100%;
  344. }
  345. @keyframes floating {
  346. from { transform: translate(0px, 0); }
  347. 65% { transform: translate(25px, 0); }
  348. to { transform: translate(0, -0px); }
  349. }
  350. @keyframes floating3 {
  351. from { transform: translate(0px, 0); }
  352. 65% { transform: translate(-20px, 0); }
  353. to { transform: translate(0, -0px); }
  354. }
  355. @keyframes floating2 {
  356. from { transform: translate(0px, 0); }
  357. 65% { transform: translate(0px, 10px); }
  358. to { transform: translate(0, -0px); }
  359. }
  360. /* sec-features */
  361. .ai-spokesgril{
  362. margin-top: 50px;
  363. }
  364. .sec-features {
  365. padding: 5rem 0;
  366. }
  367. .sec-features .row {
  368. margin: 8rem 0;
  369. }
  370. .sec-features .row:nth-of-type(1) {
  371. margin: 4rem 0;
  372. }
  373. .sec-features .row:nth-of-type(4) {
  374. margin-bottom: 0;
  375. }
  376. .features-orangel {
  377. position: absolute;
  378. left: -150px;
  379. top: 5%;
  380. z-index: -1;
  381. }
  382. .features-purpler {
  383. position: absolute;
  384. right: -150px;
  385. top: 5%;
  386. z-index: -1;
  387. }
  388. .features-purplel {
  389. position: absolute;
  390. left: -150px;
  391. top: 5%;
  392. z-index: -1;
  393. }
  394. .features-oranger {
  395. position: absolute;
  396. right: -150px;
  397. top: 5%;
  398. z-index: -1;
  399. }
  400. .sec-features .row .d-block {
  401. display: none;
  402. }
  403. .sec-features .features-col {
  404. position: relative;
  405. }
  406. .sec-features .features-col .features-block {
  407. position: absolute;
  408. left: 10rem;
  409. top: 6rem;
  410. display: flex;
  411. opacity: 0;
  412. transition: all .8s;
  413. h3{
  414. font-family: "Roboto", Helvetica, Arial, sans-serif;
  415. font-weight: 900;
  416. line-height: 1.1;
  417. color: #333333;
  418. }
  419. }
  420. .sec-features .features-col .block-right {
  421. transform: translateX(-30%) scale(0.95);
  422. }
  423. .sec-features .features-col .block-left {
  424. transform: translateX(30%) scale(0.95);
  425. }
  426. .sec-features .features-col .features-block.active {
  427. opacity: 1;
  428. transform: translateX(0%) scale(1);
  429. }
  430. .sec-features .features-num {
  431. display: inline-block;
  432. font-size: 14rem;
  433. color: #F0F0F0;
  434. }
  435. .sec-features .features-title {
  436. font-size: 3rem;
  437. text-align: center;
  438. letter-spacing: 1px;
  439. padding-bottom: 6px;
  440. border-bottom: 8px solid #EA5413;
  441. display: inline-block;
  442. }
  443. .sec-features .features-title strong {
  444. font-size: 5rem;
  445. }
  446. .sec-features .features-imgfr {
  447. width: 100%;
  448. }
  449. .sec-features .features-imgfr video {
  450. width: 100%;
  451. }
  452. .sec-features .features-list {
  453. text-align: left;
  454. }
  455. .features-list{
  456. padding-left:40px;
  457. font-size: 18px;
  458. }
  459. .sec-blogtab {
  460. padding-bottom: 5rem;
  461. }
  462. .blog-tabs {
  463. display: flex;
  464. align-items: center;
  465. }
  466. .blogtab-title {
  467. font-size: 3rem;
  468. letter-spacing: 1px;
  469. padding-bottom: 6px;
  470. border-bottom: 8px solid #EA5413;
  471. display: inline-block;
  472. text-align: center;
  473. }
  474. .blog-tabs .blog-tabs-nav {
  475. width: 35%;
  476. background-color: #F0F0F0;
  477. padding: 4rem 2.5rem;
  478. list-style: none;
  479. box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
  480. text-align: left;
  481. }
  482. .blog-tabs .blog-tabs-nav li {
  483. padding: 10px;
  484. border-bottom: 1px dashed grey;
  485. }
  486. .blog-tabs .blog-tabs-nav li a {
  487. color: #EA5413;
  488. }
  489. .blog-tabs .blog-tabs-stage {
  490. width: 65%;
  491. padding: 3.5rem;
  492. padding-bottom: 6rem;
  493. box-shadow: 1px 1px 10px 2px grey;
  494. height: 48rem;
  495. overflow: hidden;
  496. text-align: left;
  497. position: relative;
  498. }
  499. .blog-tab-box {
  500. height: 90%;
  501. overflow: scroll;
  502. }
  503. .blog-tabs .blog-tabs-stage .blog-txt {
  504. font-size: 1.6rem;
  505. }
  506. .btn-light {
  507. color: black;
  508. border: 1px solid #EA5413;
  509. padding: 1rem 2.5rem;
  510. outline: none;
  511. background-color: white;
  512. margin-top: 4rem;
  513. border-radius: 3rem;
  514. font-size: 1.8rem;
  515. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  516. }
  517. .btn-dark {
  518. text-decoration: none;
  519. color: white;
  520. border: 1px solid #EA5413;
  521. padding: 1rem 2.5rem;
  522. outline: none;
  523. background-color: #EA5413;
  524. margin-top: 4rem;
  525. border-radius: 3rem;
  526. font-size: 1.8rem;
  527. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  528. }
  529. .blog-tabs .btn-light {
  530. margin-top: 1.5rem;
  531. color: #EA5413;
  532. position: absolute;
  533. bottom: 1rem;
  534. left: 3.5rem;
  535. }