style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. font-family: 微軟正黑體;
  8. }
  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. body {
  18. font-family: "Montserrat", sans-serif;
  19. background-color: white;
  20. font-size: 1.05rem;
  21. }
  22. .ml {
  23. margin-left: 10px;
  24. }
  25. .mr {
  26. margin-right: 10px;
  27. }
  28. .mb {
  29. margin-bottom: 12px;
  30. }
  31. .top {
  32. margin-top: 20px;
  33. position: -webkit-sticky;
  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. .bg-item {
  54. display: none;
  55. }
  56. .bg-item2 {
  57. display: none;
  58. }
  59. .bg-item2 img {
  60. -webkit-animation-name: BgFadein;
  61. animation-name: BgFadein;
  62. -webkit-animation-duration: 3s;
  63. animation-duration: 3s;
  64. -webkit-animation-timing-function: ease-out;
  65. animation-timing-function: ease-out;
  66. }
  67. .bg-active {
  68. display: block;
  69. }
  70. @-webkit-keyframes BgFadein {
  71. 0% {
  72. opacity: 0.5;
  73. }
  74. 50% {
  75. opacity: 0.8;
  76. }
  77. 100% {
  78. opacity: 1;
  79. }
  80. }
  81. @keyframes BgFadein {
  82. 0% {
  83. opacity: 0.5;
  84. }
  85. 50% {
  86. opacity: 0.8;
  87. }
  88. 100% {
  89. opacity: 1;
  90. }
  91. }
  92. .sec-usecase .usecase-block {
  93. border: none;
  94. position: relative;
  95. background-color: transparent;
  96. }
  97. .sec-usecase .usecase-block::after {
  98. position: absolute;
  99. bottom: -1rem;
  100. left: 5%;
  101. width: 90%;
  102. height: 8rem;
  103. background-color: #FFEBE2;
  104. content: " ";
  105. z-index: -1;
  106. border-radius: 2rem;
  107. margin-left: auto;
  108. margin-right: auto;
  109. }
  110. .sec-usecase .usecase-block .usecase-imgfr {
  111. width: 85%;
  112. margin: 0 auto;
  113. height: 45vh;
  114. background-position: center center;
  115. background-size: contain;
  116. background-repeat: no-repeat;
  117. margin-bottom: 1.5rem;
  118. }
  119. .sec-usecase .usecase-block .usecase-sub {
  120. background-color: transparent;
  121. }
  122. .sec-usecase .usecase-block .usecase-sub i {
  123. color: #EA5413;
  124. }
  125. .sec-steps .container {
  126. width: 100%;
  127. }
  128. .sec-steps .steps-title {
  129. font-size: 3rem;
  130. text-align: center;
  131. letter-spacing: 1px;
  132. }
  133. .sec-steps .steps-title strong {
  134. font-size: 5rem;
  135. }
  136. .sec-steps .steps-block {
  137. padding: 0 1rem;
  138. display: -webkit-box;
  139. display: -ms-flexbox;
  140. display: flex;
  141. -webkit-box-orient: vertical;
  142. -webkit-box-direction: normal;
  143. -ms-flex-direction: column;
  144. flex-direction: column;
  145. -webkit-box-align: center;
  146. -ms-flex-align: center;
  147. align-items: center;
  148. -webkit-box-pack: center;
  149. -ms-flex-pack: center;
  150. justify-content: center;
  151. position: relative;
  152. }
  153. .sec-steps .steps-block::after {
  154. position: absolute;
  155. bottom: -1rem;
  156. left: 0;
  157. width: 100%;
  158. height: 15rem;
  159. background-color: #FFEBE2;
  160. content: " ";
  161. z-index: -1;
  162. border-radius: 2rem;
  163. }
  164. .sec-steps .steps-block .steps-imgfr {
  165. width: 85%;
  166. margin: 0 auto;
  167. height: 45vh;
  168. background-position: center center;
  169. background-size: contain;
  170. background-repeat: no-repeat;
  171. margin-bottom: 1.5rem;
  172. }
  173. .sec-steps .steps-block .steps-txt {
  174. display: -webkit-box;
  175. display: -ms-flexbox;
  176. display: flex;
  177. -webkit-box-align: center;
  178. -ms-flex-align: center;
  179. align-items: center;
  180. }
  181. .sec-steps .steps-block .steps-txt span {
  182. display: inline-block;
  183. width: 35px;
  184. height: 35px;
  185. background-color: #EA5413;
  186. color: white;
  187. font-size: 1.4rem;
  188. line-height: 35px;
  189. border-radius: 50%;
  190. text-align: center;
  191. margin-right: .6rem;
  192. }
  193. .sec-steps .steps-block .steps-txt .steps-sub {
  194. font-size: 1.6rem;
  195. }
  196. .sec-steps .step-videofr {
  197. width: 100%;
  198. }
  199. .sec-steps .step-videofr video {
  200. width: 100%;
  201. }
  202. .btn-dark {
  203. display: inline-block;
  204. text-decoration: none;
  205. color: white;
  206. border: 1px solid #EA5413;
  207. padding: 1rem 2.5rem;
  208. outline: none;
  209. background-color: #EA5413;
  210. margin-top: 4rem;
  211. border-radius: 3rem;
  212. font-size: 1.8rem;
  213. -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  214. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  215. }
  216. /* sec-hero */
  217. .sec-hero {
  218. padding: 6rem 0;
  219. padding-bottom: 0;
  220. margin-bottom: 0 !important;
  221. }
  222. .sec-hero h1,
  223. .sec-hero h2,
  224. .sec-hero h3,
  225. .sec-hero h4,
  226. .sec-hero h5,
  227. .sec-hero h6,
  228. .sec-hero .h1,
  229. .sec-hero .h2,
  230. .sec-hero .h3,
  231. .sec-hero .h4,
  232. .sec-hero .h5,
  233. .sec-hero .h6 {
  234. font-family: "Roboto", Helvetica, Arial, sans-serif;
  235. font-weight: 900;
  236. line-height: 1.1;
  237. color: #333333;
  238. }
  239. .sec-hero .hero-title {
  240. font-size: 3.5rem;
  241. letter-spacing: 1px;
  242. padding-top: 0rem;
  243. }
  244. .sec-hero .hero-txt {
  245. font-size: 1.5em;
  246. letter-spacing: 1px;
  247. }
  248. .sec-hero .hero-btn {
  249. border: none;
  250. outline: none;
  251. border-radius: 3rem;
  252. margin-top: 2rem;
  253. padding: 1rem 2.5rem;
  254. background: linear-gradient(20deg, #EA5413, #920783);
  255. color: white;
  256. font-size: 1.8rem;
  257. -webkit-box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
  258. box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
  259. }
  260. .hero-orange {
  261. position: absolute;
  262. left: 10%;
  263. top: 0%;
  264. }
  265. .hero-purple {
  266. position: absolute;
  267. right: 0%;
  268. top: -10%;
  269. z-index: -1;
  270. width: 180px;
  271. }
  272. .hero-orange-s {
  273. position: absolute;
  274. left: -5%;
  275. bottom: 13%;
  276. z-index: -1;
  277. -webkit-animation: floating 8s infinite ease-in-out;
  278. animation: floating 8s infinite ease-in-out;
  279. width: 80px;
  280. }
  281. .hero-textgrp {
  282. z-index: 3;
  283. position: absolute;
  284. left: 5%;
  285. top: 10%;
  286. -webkit-animation: floating3 6s infinite 1s ease-in-out;
  287. animation: floating3 6s infinite 1s ease-in-out;
  288. width: 300px;
  289. }
  290. .hero-video {
  291. z-index: 3;
  292. position: absolute;
  293. right: 3%;
  294. top: -5%;
  295. -webkit-animation: floating 8s infinite 1.5s ease-in-out;
  296. animation: floating 8s infinite 1.5s ease-in-out;
  297. width: 120px;
  298. }
  299. .hero-amplify {
  300. z-index: 3;
  301. position: absolute;
  302. bottom: 5%;
  303. right: 0;
  304. -webkit-animation: floating2 5s infinite ease-in-out;
  305. animation: floating2 5s infinite ease-in-out;
  306. width: 120px;
  307. }
  308. .hero-imgfr {
  309. width: 100%;
  310. height: 95%;
  311. }
  312. .hero-imgfr img {
  313. width: 100%;
  314. }
  315. @-webkit-keyframes floating {
  316. from {
  317. -webkit-transform: translate(0px, 0);
  318. transform: translate(0px, 0);
  319. }
  320. 65% {
  321. -webkit-transform: translate(25px, 0);
  322. transform: translate(25px, 0);
  323. }
  324. to {
  325. -webkit-transform: translate(0, 0px);
  326. transform: translate(0, 0px);
  327. }
  328. }
  329. @keyframes floating {
  330. from {
  331. -webkit-transform: translate(0px, 0);
  332. transform: translate(0px, 0);
  333. }
  334. 65% {
  335. -webkit-transform: translate(25px, 0);
  336. transform: translate(25px, 0);
  337. }
  338. to {
  339. -webkit-transform: translate(0, 0px);
  340. transform: translate(0, 0px);
  341. }
  342. }
  343. @-webkit-keyframes floating3 {
  344. from {
  345. -webkit-transform: translate(0px, 0);
  346. transform: translate(0px, 0);
  347. }
  348. 65% {
  349. -webkit-transform: translate(-20px, 0);
  350. transform: translate(-20px, 0);
  351. }
  352. to {
  353. -webkit-transform: translate(0, 0px);
  354. transform: translate(0, 0px);
  355. }
  356. }
  357. @keyframes floating3 {
  358. from {
  359. -webkit-transform: translate(0px, 0);
  360. transform: translate(0px, 0);
  361. }
  362. 65% {
  363. -webkit-transform: translate(-20px, 0);
  364. transform: translate(-20px, 0);
  365. }
  366. to {
  367. -webkit-transform: translate(0, 0px);
  368. transform: translate(0, 0px);
  369. }
  370. }
  371. @-webkit-keyframes floating2 {
  372. from {
  373. -webkit-transform: translate(0px, 0);
  374. transform: translate(0px, 0);
  375. }
  376. 65% {
  377. -webkit-transform: translate(0px, 10px);
  378. transform: translate(0px, 10px);
  379. }
  380. to {
  381. -webkit-transform: translate(0, 0px);
  382. transform: translate(0, 0px);
  383. }
  384. }
  385. @keyframes floating2 {
  386. from {
  387. -webkit-transform: translate(0px, 0);
  388. transform: translate(0px, 0);
  389. }
  390. 65% {
  391. -webkit-transform: translate(0px, 10px);
  392. transform: translate(0px, 10px);
  393. }
  394. to {
  395. -webkit-transform: translate(0, 0px);
  396. transform: translate(0, 0px);
  397. }
  398. }
  399. /* sec-features */
  400. .ai-spokesgril {
  401. margin-top: 50px;
  402. display: -webkit-box;
  403. display: -ms-flexbox;
  404. display: flex;
  405. -webkit-box-align: center;
  406. -ms-flex-align: center;
  407. align-items: center;
  408. -webkit-box-pack: justify;
  409. -ms-flex-pack: justify;
  410. justify-content: space-between;
  411. }
  412. .ai-spokesgril .nav-link {
  413. border: none;
  414. outline: none;
  415. background-color: transparent;
  416. color: black;
  417. }
  418. .ai-spokesgril .dropdown-toggle {
  419. text-decoration: none;
  420. }
  421. .ai-spokesgril .dropdown-toggle:hover {
  422. text-decoration: none;
  423. }
  424. .sec-features {
  425. padding: 5rem 0;
  426. }
  427. .sec-features .row {
  428. margin: 8rem 0;
  429. }
  430. .sec-features .row:nth-of-type(1) {
  431. margin: 4rem 0;
  432. }
  433. .sec-features .row:nth-of-type(4) {
  434. margin-bottom: 0;
  435. }
  436. .features-orangel {
  437. position: absolute;
  438. left: -150px;
  439. top: 5%;
  440. z-index: -1;
  441. }
  442. .features-purpler {
  443. position: absolute;
  444. right: -150px;
  445. top: 5%;
  446. z-index: -1;
  447. }
  448. .features-purplel {
  449. position: absolute;
  450. left: -150px;
  451. top: 5%;
  452. z-index: -1;
  453. }
  454. .features-oranger {
  455. position: absolute;
  456. right: -150px;
  457. top: 5%;
  458. z-index: -1;
  459. }
  460. .sec-features .row .d-block {
  461. display: none;
  462. }
  463. .sec-features .features-col {
  464. position: relative;
  465. }
  466. .sec-features .features-col .features-block {
  467. position: absolute;
  468. left: 10rem;
  469. top: 6rem;
  470. display: -webkit-box;
  471. display: -ms-flexbox;
  472. display: flex;
  473. opacity: 0;
  474. -webkit-transition: all .8s;
  475. transition: all .8s;
  476. }
  477. .sec-features .features-col .features-block h3 {
  478. font-family: "Roboto", Helvetica, Arial, sans-serif;
  479. font-weight: 900;
  480. line-height: 1.1;
  481. color: #333333;
  482. }
  483. .sec-features .features-col .block-right {
  484. -webkit-transform: translateX(-30%) scale(0.95);
  485. transform: translateX(-30%) scale(0.95);
  486. }
  487. .sec-features .features-col .block-left {
  488. -webkit-transform: translateX(30%) scale(0.95);
  489. transform: translateX(30%) scale(0.95);
  490. }
  491. .sec-features .features-col .features-block.active {
  492. opacity: 1;
  493. -webkit-transform: translateX(0%) scale(1);
  494. transform: translateX(0%) scale(1);
  495. }
  496. .sec-features .features-num {
  497. display: inline-block;
  498. font-size: 14rem;
  499. color: #F0F0F0;
  500. }
  501. .sec-features .features-title {
  502. font-size: 3rem;
  503. text-align: center;
  504. letter-spacing: 1px;
  505. padding-bottom: 6px;
  506. border-bottom: 8px solid #EA5413;
  507. display: inline-block;
  508. }
  509. .sec-features .features-title strong {
  510. font-size: 5rem;
  511. }
  512. .sec-features .features-imgfr {
  513. width: 100%;
  514. }
  515. .sec-features .features-imgfr video {
  516. width: 100%;
  517. }
  518. .sec-features .features-list {
  519. text-align: left;
  520. }
  521. .features-list {
  522. padding-left: 40px;
  523. font-size: 18px;
  524. }
  525. .sec-blogtab {
  526. padding-bottom: 5rem;
  527. }
  528. .blog-tabs {
  529. display: -webkit-box;
  530. display: -ms-flexbox;
  531. display: flex;
  532. -webkit-box-align: center;
  533. -ms-flex-align: center;
  534. align-items: center;
  535. }
  536. .blogtab-title {
  537. font-size: 3rem;
  538. letter-spacing: 1px;
  539. padding-bottom: 6px;
  540. border-bottom: 8px solid #EA5413;
  541. display: inline-block;
  542. text-align: center;
  543. }
  544. .blog-tabs .blog-tabs-nav {
  545. width: 35%;
  546. background-color: #F0F0F0;
  547. padding: 4rem 2.5rem;
  548. list-style: none;
  549. -webkit-box-shadow: 0 2px 5px -2px #adadad;
  550. box-shadow: 0 2px 5px -2px #adadad;
  551. text-align: left;
  552. }
  553. .blog-tabs .blog-tabs-nav li {
  554. padding: 10px;
  555. border-bottom: 1px dashed grey;
  556. }
  557. .blog-tabs .blog-tabs-nav li a {
  558. color: #EA5413;
  559. }
  560. .blog-tabs .blog-tabs-stage {
  561. width: 65%;
  562. padding: 3.5rem;
  563. padding-bottom: 6rem;
  564. -webkit-box-shadow: 1px 1px 10px 2px grey;
  565. box-shadow: 1px 1px 10px 2px grey;
  566. height: 48rem;
  567. overflow: hidden;
  568. text-align: left;
  569. position: relative;
  570. }
  571. .blog-tab-box {
  572. height: 90%;
  573. overflow: scroll;
  574. }
  575. .blog-tabs .blog-tabs-stage .blog-txt {
  576. font-size: 1.6rem;
  577. }
  578. .btn-light {
  579. color: black;
  580. border: 1px solid #EA5413;
  581. padding: 1rem 2.5rem;
  582. outline: none;
  583. background-color: white;
  584. margin-top: 4rem;
  585. border-radius: 3rem;
  586. font-size: 1.8rem;
  587. -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  588. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  589. }
  590. .btn-dark {
  591. text-decoration: none;
  592. color: white;
  593. border: 1px solid #EA5413;
  594. padding: 1rem 2.5rem;
  595. outline: none;
  596. background-color: #EA5413;
  597. margin-top: 4rem;
  598. border-radius: 3rem;
  599. font-size: 1.8rem;
  600. -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  601. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  602. }
  603. .blog-tabs .btn-light {
  604. margin-top: 1.5rem;
  605. color: #EA5413;
  606. position: absolute;
  607. bottom: 1rem;
  608. left: 3.5rem;
  609. }
  610. .video-int .video-box {
  611. margin-top: 30px;
  612. }
  613. .video-int .video-box .video-btn {
  614. padding: 15px 50px;
  615. width: 280px;
  616. background: #fff;
  617. font-size: 32px;
  618. }
  619. .home-page .home-box {
  620. text-align: center;
  621. }
  622. .home-page .home-box .home-btn {
  623. width: 200px;
  624. background: #fff;
  625. font-size: 32px;
  626. padding: 10px 20px;
  627. }
  628. .demo-btn {
  629. width: 90%;
  630. margin: 0 auto;
  631. background: #3f4c72;
  632. font-size: 32px;
  633. padding: 10px 20px;
  634. text-decoration: none;
  635. color: white;
  636. border: none;
  637. display: block;
  638. padding: 6rem 0;
  639. text-align: center;
  640. }
  641. .demo-btn:hover {
  642. color: white;
  643. }
  644. .features-nav .dropdown-toggle::after {
  645. display: inline-block;
  646. margin-left: .255em;
  647. vertical-align: .255em;
  648. content: "";
  649. border-top: .3em solid;
  650. border-right: .3em solid transparent;
  651. border-bottom: 0;
  652. border-left: .3em solid transparent;
  653. }
  654. .video-sec01 {
  655. height: 100vh;
  656. }
  657. .video-sec01 .video-int .video-box {
  658. margin-top: 30px;
  659. }
  660. .video-sec01 .video-int .video-box .video-btn {
  661. padding: 15px 50px;
  662. width: 250px;
  663. background: #fff;
  664. font-size: 32px;
  665. }
  666. #gotop {
  667. cursor: pointer;
  668. position: fixed;
  669. bottom: 50px;
  670. right: 50px;
  671. }
  672. .sec-video {
  673. height: 50vh;
  674. }
  675. .video-img {
  676. cursor: pointer;
  677. }
  678. /*# sourceMappingURL=style.css.map */