style.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  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% {
  132. opacity: 0.8;
  133. }
  134. // 50% {opacity: 1;}
  135. 100% {
  136. opacity: 1;
  137. }
  138. }
  139. // sec-usecase
  140. .sec-usecase {
  141. .usecase-block {
  142. border: none;
  143. position: relative;
  144. background-color: transparent;
  145. z-index: 1;
  146. &::after {
  147. position: absolute;
  148. bottom: 0rem;
  149. left: 5%;
  150. width: 90%;
  151. height: 10rem;
  152. background-color: #D4DAEC;
  153. content: " ";
  154. z-index: -1;
  155. border-radius: 2rem;
  156. margin-left: auto;
  157. margin-right: auto;
  158. }
  159. .usecase-imgfr {
  160. width: 85%;
  161. margin: 0 auto;
  162. height: 40vh;
  163. background-position: center center;
  164. background-size: contain;
  165. background-repeat: no-repeat;
  166. margin-bottom: 1.5rem;
  167. }
  168. .usecase-sub {
  169. background-color: transparent;
  170. color: #193179;
  171. i {
  172. color: #193179;
  173. }
  174. }
  175. }
  176. }
  177. .sec-steps {
  178. .container {
  179. width: 100%;
  180. }
  181. .steps-title {
  182. font-size: 3rem;
  183. text-align: center;
  184. letter-spacing: 1px;
  185. }
  186. .steps-title strong {
  187. font-size: 5rem;
  188. }
  189. .steps-block {
  190. padding: 0 1rem;
  191. display: flex;
  192. flex-direction: column;
  193. align-items: center;
  194. justify-content: center;
  195. position: relative;
  196. &::after {
  197. position: absolute;
  198. bottom: -1rem;
  199. left: 0;
  200. width: 100%;
  201. height: 15rem;
  202. background-color: #ffebe2;
  203. content: " ";
  204. z-index: -1;
  205. border-radius: 2rem;
  206. }
  207. .steps-imgfr {
  208. width: 85%;
  209. margin: 0 auto;
  210. height: 45vh;
  211. background-position: center center;
  212. background-size: contain;
  213. background-repeat: no-repeat;
  214. margin-bottom: 1.5rem;
  215. }
  216. .steps-txt {
  217. display: flex;
  218. align-items: center;
  219. span {
  220. display: inline-block;
  221. width: 35px;
  222. height: 35px;
  223. background-color: #ea5413;
  224. color: white;
  225. font-size: 1.4rem;
  226. line-height: 35px;
  227. border-radius: 50%;
  228. text-align: center;
  229. margin-right: 0.6rem;
  230. }
  231. .steps-sub {
  232. font-size: 1.6rem;
  233. }
  234. }
  235. }
  236. .step-videofr {
  237. width: 100%;
  238. }
  239. .step-videofr video {
  240. width: 100%;
  241. }
  242. }
  243. .btn-dark {
  244. display: inline-block;
  245. text-decoration: none;
  246. color: white;
  247. border: 1px solid #ea5413;
  248. padding: 1rem 2.5rem;
  249. outline: none;
  250. background-color: #ea5413;
  251. margin-top: 4rem;
  252. border-radius: 3rem;
  253. font-size: 1.8rem;
  254. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  255. }
  256. /* sec-hero */
  257. .sec-hero {
  258. padding: 6rem 0;
  259. padding-bottom: 0;
  260. margin-bottom: 0 !important;
  261. h1,
  262. h2,
  263. h3,
  264. h4,
  265. h5,
  266. h6,
  267. .h1,
  268. .h2,
  269. .h3,
  270. .h4,
  271. .h5,
  272. .h6 {
  273. font-family: "Roboto", Helvetica, Arial, sans-serif;
  274. font-weight: 900;
  275. line-height: 1.1;
  276. color: #e95412;
  277. }
  278. }
  279. .sec-hero .hero-title {
  280. font-size: 48px;
  281. letter-spacing: 1px;
  282. padding-top: 0rem;
  283. }
  284. .sec-hero .hero-txt {
  285. font-size:30px;
  286. letter-spacing: 1px;
  287. }
  288. .sec-hero .hero-btn {
  289. border: none;
  290. outline: none;
  291. border-radius: 3rem;
  292. margin-top: 2rem;
  293. padding: 0.5rem 2.5rem;
  294. // background: linear-gradient(20deg, #ea5413, #920783);
  295. background:#e95412 ;
  296. color: white;
  297. font-size: 1.8rem;
  298. box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
  299. }
  300. .hero-orange {
  301. position: absolute;
  302. left: 10%;
  303. top: 0%;
  304. }
  305. .hero-purple {
  306. position: absolute;
  307. right: 0%;
  308. top: -10%;
  309. z-index: -1;
  310. width: 180px;
  311. }
  312. .hero-orange-s {
  313. position: absolute;
  314. left: -5%;
  315. bottom: 13%;
  316. z-index: -1;
  317. animation: floating 8s infinite ease-in-out;
  318. width: 80px;
  319. }
  320. .hero-slide{
  321. width: 100px;
  322. z-index: 3;
  323. position: absolute;
  324. top: 1%;
  325. left: -1%;
  326. animation: floating2 5s infinite ease-in-out;
  327. }
  328. .hero-textgrp {
  329. z-index: 3;
  330. position: absolute;
  331. left: -10%;
  332. bottom: 10%;
  333. animation: floating3 6s infinite 1s ease-in-out;
  334. width: 300px;
  335. }
  336. .hero-aips{
  337. z-index: 3;
  338. position: absolute;
  339. right: 0%;
  340. bottom: 10%;
  341. animation: floating3 6s infinite 1s ease-in-out;
  342. width: 250px;
  343. }
  344. .hero-video {
  345. z-index: 3;
  346. position: absolute;
  347. right: 10%;
  348. top: -10%;
  349. animation: floating 8s infinite 1.5s ease-in-out;
  350. width: 120px;
  351. }
  352. .hero-amplify {
  353. z-index: 3;
  354. position: absolute;
  355. bottom: 5%;
  356. right: 0;
  357. animation: floating2 5s infinite ease-in-out;
  358. width: 120px;
  359. }
  360. .hero-imgfr {
  361. width: 100%;
  362. height: 95%;
  363. }
  364. .hero-imgfr img {
  365. width: 100%;
  366. }
  367. @keyframes floating {
  368. from {
  369. transform: translate(0px, 0);
  370. }
  371. 65% {
  372. transform: translate(25px, 0);
  373. }
  374. to {
  375. transform: translate(0, -0px);
  376. }
  377. }
  378. @keyframes floating3 {
  379. from {
  380. transform: translate(0px, 0);
  381. }
  382. 65% {
  383. transform: translate(-20px, 0);
  384. }
  385. to {
  386. transform: translate(0, -0px);
  387. }
  388. }
  389. @keyframes floating2 {
  390. from {
  391. transform: translate(0px, 0);
  392. }
  393. 65% {
  394. transform: translate(0px, 30px);
  395. }
  396. to {
  397. transform: translate(0, -0px);
  398. }
  399. }
  400. .nav-link {
  401. border: none;
  402. outline: none;
  403. background-color: transparent;
  404. color: black;
  405. }
  406. /* sec-features */
  407. .ai-spokesgril {
  408. display: flex;
  409. align-items: center;
  410. justify-content: space-between;
  411. .nav-link {
  412. border: none;
  413. outline: none;
  414. background-color: transparent;
  415. color: black;
  416. }
  417. .dropdown-toggle {
  418. text-decoration: none;
  419. &:hover {
  420. text-decoration: none;
  421. }
  422. }
  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: flex;
  471. opacity: 0;
  472. transition: all 0.8s;
  473. }
  474. .sec-features{
  475. h3 {
  476. font-family: "Roboto", Helvetica, Arial, sans-serif;
  477. font-weight: 900;
  478. line-height: 1.1;
  479. color:#e95412;
  480. }
  481. }
  482. .sec-features .features-col .block-right {
  483. transform: translateX(-30%) scale(0.95);
  484. }
  485. .sec-features .features-col .block-left {
  486. transform: translateX(30%) scale(0.95);
  487. }
  488. .sec-features .features-col .features-block.active {
  489. opacity: 1;
  490. transform: translateX(0%) scale(1);
  491. }
  492. .sec-features .features-num {
  493. display: inline-block;
  494. font-size: 14rem;
  495. color: #f0f0f0;
  496. }
  497. .sec-features .features-title {
  498. font-size: 3rem;
  499. text-align: center;
  500. letter-spacing: 1px;
  501. padding-bottom: 6px;
  502. border-bottom: 8px solid #ea5413;
  503. display: inline-block;
  504. }
  505. .sec-features .features-title strong {
  506. font-size: 5rem;
  507. }
  508. .sec-features .features-imgfr {
  509. width: 100%;
  510. }
  511. .sec-features .features-imgfr video {
  512. width: 100%;
  513. }
  514. .sec-features .features-list {
  515. text-align: left;
  516. }
  517. .features-list {
  518. padding-left: 40px;
  519. font-size: 18px;
  520. }
  521. .sec-blogtab {
  522. padding-bottom: 5rem;
  523. }
  524. .blog-tabs {
  525. display: flex;
  526. align-items: center;
  527. }
  528. .blogtab-title {
  529. font-size: 3rem;
  530. letter-spacing: 1px;
  531. padding-bottom: 6px;
  532. border-bottom: 8px solid #ea5413;
  533. display: inline-block;
  534. text-align: center;
  535. }
  536. .blog-tabs .blog-tabs-nav {
  537. width: 35%;
  538. background-color: #f0f0f0;
  539. padding: 4rem 2.5rem;
  540. list-style: none;
  541. box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
  542. text-align: left;
  543. }
  544. .blog-tabs .blog-tabs-nav li {
  545. padding: 10px;
  546. border-bottom: 1px dashed grey;
  547. }
  548. .blog-tabs .blog-tabs-nav li a {
  549. color: #ea5413;
  550. }
  551. .blog-tabs .blog-tabs-stage {
  552. width: 65%;
  553. padding: 3.5rem;
  554. padding-bottom: 6rem;
  555. box-shadow: 1px 1px 10px 2px grey;
  556. height: 48rem;
  557. overflow: hidden;
  558. text-align: left;
  559. position: relative;
  560. }
  561. .blog-tab-box {
  562. height: 90%;
  563. overflow: scroll;
  564. }
  565. .blog-tabs .blog-tabs-stage .blog-txt {
  566. font-size: 1.6rem;
  567. }
  568. .btn-light {
  569. color: black;
  570. border: 1px solid #ea5413;
  571. padding: 1rem 2.5rem;
  572. outline: none;
  573. background-color: white;
  574. margin-top: 4rem;
  575. border-radius: 3rem;
  576. font-size: 1.8rem;
  577. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  578. }
  579. .btn-dark {
  580. text-decoration: none;
  581. color: white;
  582. border: 1px solid #ea5413;
  583. padding: 1rem 2.5rem;
  584. outline: none;
  585. background-color: #ea5413;
  586. margin-top: 4rem;
  587. border-radius: 3rem;
  588. font-size: 1.8rem;
  589. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  590. }
  591. .blog-tabs .btn-light {
  592. margin-top: 1.5rem;
  593. color: #ea5413;
  594. position: absolute;
  595. bottom: 1rem;
  596. left: 3.5rem;
  597. }
  598. // 影片導覽區塊
  599. .video-int {
  600. .video-btn {
  601. padding: 15px 0px;
  602. margin: 5px;
  603. width: 180px;
  604. border:none;
  605. color:#fff;
  606. background: #3C57A7;
  607. font-size: 28px;
  608. }
  609. }
  610. ::-webkit-scrollbar-track {
  611. display: none;
  612. }
  613. ::-webkit-scrollbar {
  614. display: none;
  615. }
  616. ::-webkit-scrollbar-thumb {
  617. display: none;
  618. }
  619. :fullscreen {
  620. #expand {
  621. display: none;
  622. }
  623. .home-page {
  624. @media screen and(max-width:1280px) {
  625. height: 100vh;
  626. }
  627. }
  628. .home-box {
  629. height: 350px;
  630. @media screen and(max-width:1280px) {
  631. height: 250px;
  632. }
  633. }
  634. }
  635. #compression {
  636. display: none;
  637. }
  638. // 首頁
  639. .home-page {
  640. position: relative;
  641. height: 100vh;
  642. @media screen and(max-width:1280px) {
  643. height: 130vh;
  644. }
  645. @media screen and(max-width:1080px) {
  646. height: 100vh;
  647. }
  648. .home-box {
  649. height: 33vh;
  650. }
  651. .homebutton-box {
  652. background-image: url(./img/BG_3png.webp);
  653. background-size: cover;
  654. background-repeat: no-repeat;
  655. // height: 65vh;
  656. .homebtn-icon {
  657. h1 {
  658. font-size: 32px;
  659. text-align: center;
  660. transition: 0.5s;
  661. }
  662. img {
  663. width: 100px;
  664. transition: 0.5s;
  665. filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
  666. }
  667. &:hover {
  668. h1 {
  669. font-size: 26px;
  670. }
  671. img {
  672. transform: scale(0.75);
  673. }
  674. }
  675. }
  676. }
  677. .homepage-title {
  678. h1 {
  679. color: #e95412;
  680. font-weight: 900;
  681. font-size: 48px;
  682. }
  683. }
  684. .homepage-line {
  685. // position: fixed;
  686. position: absolute;
  687. bottom: 50px;
  688. width: 70vw;
  689. @media screen and(max-width:1280px) {
  690. bottom: 30px;
  691. }
  692. }
  693. // #wheel{
  694. // animation-name: wheel;
  695. // animation-duration: 10s;
  696. // }
  697. }
  698. .home-btn{
  699. filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
  700. }
  701. // @keyframes wheel {
  702. // 0%{
  703. // transform: rotate(0);
  704. // }
  705. // 100%{
  706. // transform: rotate(10deg);
  707. // }
  708. // }
  709. // demo
  710. .demo-btn {
  711. width: 90%;
  712. margin: 0 auto;
  713. // background: #3f4c72;
  714. font-size: 32px;
  715. padding: 10px 20px;
  716. text-decoration: none;
  717. color: white;
  718. border: none;
  719. display: block;
  720. padding: 3rem 0;
  721. text-align: center;
  722. &:hover {
  723. color: white;
  724. }
  725. }
  726. .demo-box{
  727. background:#E2E2E2;
  728. width: 90%;
  729. margin:0 auto ;
  730. .demo-card{
  731. padding: 4rem 30px;
  732. }
  733. li{
  734. font-size: 17px;
  735. }
  736. .demo-CTA{
  737. color:#fff;
  738. padding: 15px 50px;
  739. font-size: 24px;
  740. transition: 1s;
  741. &:hover{
  742. opacity: 0.7;
  743. }
  744. }
  745. }
  746. .features-nav {
  747. .dropdown-toggle {
  748. &::after {
  749. display: inline-block;
  750. margin-left: 0.255em;
  751. vertical-align: 0.255em;
  752. content: "";
  753. border-top: 0.3em solid;
  754. border-right: 0.3em solid transparent;
  755. border-bottom: 0;
  756. border-left: 0.3em solid transparent;
  757. }
  758. }
  759. }
  760. #gotop {
  761. cursor: pointer;
  762. position: fixed;
  763. bottom: 50px;
  764. right: 50px;
  765. }
  766. .sec-video {
  767. margin-bottom: 100px;
  768. }
  769. .video-img {
  770. cursor: pointer;
  771. }
  772. .aboutpage{
  773. height:100vh;
  774. }