custom.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262
  1. /* your styles go here */
  2. .text-center {
  3. text-align: center;
  4. }
  5. /* LP-components nav */
  6. #navigation .navbar-nav .main-link {
  7. background-color: white;
  8. border-top: none;
  9. color: black;
  10. font-weight: 400;
  11. padding: 3px 3px 3px 3px;
  12. margin: 18px 12px 18px 12px;
  13. font-size: 1.5rem;
  14. text-decoration: none;
  15. }
  16. #navigation .navbar-nav .dropdown.active .main-link {
  17. border-bottom: 3px solid #EA5413;
  18. }
  19. #navigation .navbar-nav .signin-link {
  20. padding: 8px 18px 8px 18px;
  21. margin: 13px 10px 13px 10px;
  22. text-decoration: none;
  23. color: #EA5413;
  24. font-size: 1.5rem;
  25. font-weight: 400;
  26. border: 1px solid #EA5413;
  27. border-radius: 3rem;
  28. }
  29. #navigation .navbar-nav .signin-link:hover, #navigation .navbar-nav .signin-link:focus {
  30. background-color: transparent;
  31. }
  32. #navigation .navbar-nav .signup-link {
  33. padding: 8px 18px 8px 18px;
  34. margin: 13px 10px 13px 10px;
  35. text-decoration: none;
  36. color: white;
  37. font-size: 1.5rem;
  38. font-weight: 400;
  39. border: 1px solid #EA5413;
  40. border-radius: 3rem;
  41. background-color: #EA5413;
  42. }
  43. #navigation .navbar-nav .signup-link:hover, #navigation .navbar-nav .signup-link:focus {
  44. background-color: #EA5413;
  45. }
  46. /* sec-hero */
  47. .sec-hero {
  48. padding: 6rem 0;
  49. padding-bottom: 0;
  50. margin-bottom: 0 !important;
  51. }
  52. .sec-hero .hero-title {
  53. font-size: 3.5rem;
  54. letter-spacing: 1px;
  55. padding-top: 2.5rem;
  56. }
  57. .sec-hero .hero-txt {
  58. font-size: 1.8rem;
  59. letter-spacing: 1px;
  60. }
  61. .sec-hero .hero-btn {
  62. border: none;
  63. outline: none;
  64. border-radius: 3rem;
  65. margin-top: 2rem;
  66. padding: 1rem 2.5rem;
  67. background: linear-gradient(20deg, #EA5413, #920783);
  68. color: white;
  69. font-size: 1.8rem;
  70. box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
  71. }
  72. .hero-orange {
  73. position: absolute;
  74. left: 10%;
  75. top: 0%;
  76. }
  77. .hero-purple {
  78. position: absolute;
  79. right: 10%;
  80. top: 25%;
  81. z-index: 3;
  82. }
  83. .hero-orange-s {
  84. position: absolute;
  85. right: 40%;
  86. bottom: 15%;
  87. z-index: 3;
  88. }
  89. .hero-imgfr {
  90. width: 100%;
  91. height: 85%;
  92. }
  93. .hero-imgfr img {
  94. width: 100%;
  95. transform: translateY(-8rem);
  96. }
  97. /* sec-usecase */
  98. .sec-usecase {
  99. padding: 3rem 0;
  100. position: relative;
  101. }
  102. .sec-usecase::after {
  103. content: " ";
  104. position: absolute;
  105. bottom: 0;
  106. left: 0;
  107. right: 0;
  108. height: 40%;
  109. width: 100%;
  110. background-color: #FFEBE2;
  111. z-index: -1;
  112. }
  113. .sec-usecase .usecase-title {
  114. font-size: 3rem;
  115. text-align: center;
  116. }
  117. .sec-usecase .usecase-sub {
  118. font-size: 1.8rem;
  119. text-align: center;
  120. }
  121. .sec-usecase .usecase-block {
  122. padding: 0 1rem;
  123. z-index: 3;
  124. }
  125. .sec-usecase .usecase-imgfr {
  126. width: 100%;
  127. height: 25rem;
  128. border-radius: 1rem;
  129. overflow: hidden;
  130. box-shadow: 0 3px 11px 3px rgba(192, 192, 192, 0.637);
  131. }
  132. .sec-usecase .usecase-imgfr img {
  133. width: 100%;
  134. height: 100%;
  135. }
  136. /* sec-steps */
  137. .sec-steps {
  138. padding: 6rem 0;
  139. }
  140. .sec-steps .steps-title {
  141. font-size: 3rem;
  142. text-align: center;
  143. letter-spacing: 1px;
  144. }
  145. .sec-steps .steps-title strong {
  146. font-size: 5rem;
  147. }
  148. .sec-steps .steps-block {
  149. padding: 0 1rem;
  150. display: flex;
  151. flex-direction: column;
  152. align-items: center;
  153. justify-content: center;
  154. position: relative;
  155. }
  156. .sec-steps .steps-block::after {
  157. position: absolute;
  158. bottom: -1rem;
  159. left: 0;
  160. width: 100%;
  161. height: 15rem;
  162. background-color: #FFEBE2;
  163. content: " ";
  164. z-index: -1;
  165. border-radius: 2rem;
  166. }
  167. .sec-steps .steps-imgfr {
  168. width: 75%;
  169. height: 23rem;
  170. }
  171. .sec-steps .steps-imgfr img {
  172. width: 100%;
  173. height: 100%;
  174. }
  175. .sec-steps .steps-txt {
  176. display: flex;
  177. align-items: center;
  178. }
  179. .sec-steps .steps-txt span {
  180. display: inline-block;
  181. width: 40px;
  182. height: 40px;
  183. background-color: #EA5413;
  184. color: white;
  185. font-size: 2.5rem;
  186. line-height: 40px;
  187. border-radius: 50%;
  188. text-align: center;
  189. margin-right: 1rem;
  190. }
  191. /* sec-features */
  192. .sec-features {
  193. padding: 5rem 0;
  194. }
  195. .sec-features .row {
  196. margin: 10rem 0;
  197. }
  198. .features-orangel {
  199. position: absolute;
  200. left: -150px;
  201. top: 5%;
  202. z-index: -1;
  203. }
  204. .features-purpler {
  205. position: absolute;
  206. right: -150px;
  207. top: 5%;
  208. z-index: -1;
  209. }
  210. .features-purplel {
  211. position: absolute;
  212. left: -150px;
  213. top: 5%;
  214. z-index: -1;
  215. }
  216. .features-oranger {
  217. position: absolute;
  218. right: -150px;
  219. top: 5%;
  220. z-index: -1;
  221. }
  222. .sec-features .features-col {
  223. position: relative;
  224. }
  225. .sec-features .features-col .features-block {
  226. position: absolute;
  227. left: 10rem;
  228. top: 6rem;
  229. display: flex;
  230. opacity: 0;
  231. transition: all 1s;
  232. }
  233. .sec-features .features-col .features-block.active {
  234. opacity: 1;
  235. }
  236. .sec-features .features-num {
  237. display: inline-block;
  238. font-size: 12rem;
  239. color: #F0F0F0;
  240. }
  241. .sec-features .features-title {
  242. font-size: 3rem;
  243. text-align: center;
  244. letter-spacing: 1px;
  245. padding-bottom: 6px;
  246. border-bottom: 8px solid #EA5413;
  247. display: inline-block;
  248. }
  249. .sec-features .features-title strong {
  250. font-size: 5rem;
  251. }
  252. .sec-features .features-imgfr {
  253. width: 100%;
  254. }
  255. .sec-features .features-imgfr video {
  256. width: 100%;
  257. }
  258. .sec-features .features-list {
  259. text-align: left;
  260. }
  261. .sec-blogtab {
  262. padding-bottom: 5rem;
  263. }
  264. .blog-tabs {
  265. display: flex;
  266. align-items: center;
  267. }
  268. .blogtab-title {
  269. font-size: 3rem;
  270. letter-spacing: 1px;
  271. padding-bottom: 6px;
  272. border-bottom: 8px solid #EA5413;
  273. display: inline-block;
  274. text-align: center;
  275. }
  276. .blog-tabs .blog-tabs-nav {
  277. width: 35%;
  278. background-color: #F0F0F0;
  279. padding: 4rem 2.5rem;
  280. list-style: none;
  281. box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
  282. text-align: left;
  283. }
  284. .blog-tabs .blog-tabs-nav li {
  285. padding: 10px;
  286. border-bottom: 1px dashed grey;
  287. }
  288. .blog-tabs .blog-tabs-nav li a {
  289. color: #EA5413;
  290. }
  291. .blog-tabs .blog-tabs-stage {
  292. width: 65%;
  293. padding: 3.5rem;
  294. padding-bottom: 8rem;
  295. box-shadow: 1px 1px 10px 2px grey;
  296. height: 48rem;
  297. overflow: hidden;
  298. text-align: left;
  299. }
  300. .blog-tab-box {
  301. height: 95%;
  302. overflow: scroll;
  303. }
  304. .blog-tabs .blog-tabs-stage .blog-txt {
  305. font-size: 1.6rem;
  306. }
  307. .btn-light {
  308. color: black;
  309. border: 1px solid #EA5413;
  310. padding: 1rem 2.5rem;
  311. outline: none;
  312. background-color: white;
  313. margin-top: 4rem;
  314. border-radius: 3rem;
  315. font-size: 1.8rem;
  316. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  317. }
  318. .btn-dark {
  319. color: white;
  320. border: 1px solid #EA5413;
  321. padding: 1rem 2.5rem;
  322. outline: none;
  323. background-color: #EA5413;
  324. margin-top: 4rem;
  325. border-radius: 3rem;
  326. font-size: 1.8rem;
  327. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  328. }
  329. .blog-tabs .btn-light {
  330. margin-top: 1.5rem;
  331. color: #EA5413;
  332. }
  333. /* sec-action */
  334. .sec-action {
  335. padding-bottom: 7rem;
  336. background-color: #FFEBE2;
  337. margin-bottom: 0 !important;
  338. }
  339. .sec-action .container-fluid {
  340. padding: 0;
  341. }
  342. .sec-action .action-clip {
  343. width: 100%;
  344. background-color: #EA5413;
  345. padding: 2rem 0;
  346. }
  347. .sec-action .action-clip h2 {
  348. color: white;
  349. }
  350. .sec-action form {
  351. padding: 4rem 0;
  352. }
  353. .sec-action form .action-input {
  354. padding: .8rem;
  355. display: block;
  356. width: 35rem;
  357. margin: 0 auto;
  358. border: 1px solid #9B9B9B;
  359. border-radius: 8px;
  360. outline: none;
  361. }
  362. .sec-action form .action-input::placeholder {
  363. color: #9B9B9B;
  364. }
  365. .sec-action form .action-input::-webkit-input-placeholder {
  366. color: #9B9B9B;
  367. }
  368. .sec-action form .action-input:-moz-input-placeholder{
  369. color: #9B9B9B;
  370. }
  371. .sec-action form .action-input:-ms-input-placeholder{
  372. color: #9B9B9B;
  373. }
  374. .sec-action .action-btn {
  375. border: none;
  376. outline: none;
  377. padding: .8rem 3.5rem;
  378. border-radius: 3rem;
  379. font-size: 2.2rem;
  380. background-color: white;
  381. color: #EA5413;
  382. margin-top: 3rem;
  383. }
  384. /* footer */
  385. .footer {
  386. background-color: #F0F0F0;
  387. padding: 3rem;
  388. }
  389. .footer .row{
  390. display: flex;
  391. align-items: center;
  392. }
  393. .footer .footer-aigirl {
  394. font-weight: 600;
  395. font-size: 2rem;
  396. margin-top: 1rem;
  397. margin-bottom: 2.5rem;
  398. }
  399. .footer .footer-follow {
  400. font-size: 1.6rem;
  401. margin-bottom: 1rem;
  402. }
  403. .footer .footer-socials a{
  404. margin-right: 5px;
  405. }
  406. #content .container {
  407. margin-top: 50px;
  408. }
  409. .box-image-text .image {
  410. min-height: 200px;
  411. max-height: 200px;
  412. }
  413. .box-simple {
  414. min-height: 200px;
  415. margin-bottom: 0;
  416. }
  417. .box-simple .video__desc {
  418. color: black;
  419. font-size: 1.8rem;
  420. text-align: left;
  421. padding-left: 1rem;
  422. padding-right: 1rem;
  423. }
  424. .goto__btn {
  425. text-align: center;
  426. margin-top: 2rem;
  427. margin-left: auto;
  428. margin-right: auto;
  429. }
  430. .container__footer {
  431. display: flex;
  432. align-items: center;
  433. }
  434. .box-simple .icon__feature {
  435. width: 120px;
  436. height: 120px;
  437. border-radius: 50%;
  438. display: flex;
  439. align-items: center;
  440. justify-content: center;
  441. margin-left: auto;
  442. margin-right: auto;
  443. }
  444. .box-simple .icon__feature > i {
  445. font-size: 4.5rem;
  446. }
  447. @media (max-width: 992px) {
  448. .container__footer {
  449. flex-direction: column;
  450. }
  451. .container__footer > div {
  452. margin-bottom: 1.5rem;
  453. }
  454. .video__col {
  455. margin-bottom: 2rem;
  456. }
  457. .mb-mobile {
  458. margin-bottom: 5rem;
  459. }
  460. .step__box {
  461. margin-bottom: 2rem;
  462. }
  463. }
  464. .btn {
  465. border: 2px solid #181c47;
  466. }
  467. .btn:hover {
  468. background-color: #181c47;
  469. color: white;
  470. }
  471. .box-steps {
  472. border: 1px solid #181c47;
  473. padding: 1rem;
  474. border-radius: 5rem;
  475. position: relative;
  476. }
  477. .box-steps .step__box {
  478. position: absolute;
  479. left: -5px;
  480. top: -5px;
  481. width: 4rem;
  482. height: 4rem;
  483. background-color: white;
  484. }
  485. .box-steps .step__box span {
  486. font-size: 3rem;
  487. font-weight: 600;
  488. color: #38a7bb;
  489. }
  490. .box-steps .icon {
  491. border: none;
  492. }
  493. .box-steps .icon > i {
  494. font-size: 3.5rem;
  495. }
  496. .box__video {
  497. min-height: 280px;
  498. }
  499. .footer__btn__text {
  500. font-size: 2rem;
  501. color: white;
  502. }
  503. .table {
  504. display: flex;
  505. /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */
  506. border-radius: 15px;
  507. align-items: center;
  508. height: 280px;
  509. }
  510. .table .column {
  511. min-height: 280px;
  512. background-color: white;
  513. padding: 10px 2rem;
  514. }
  515. .table .column .body__company {
  516. font-size: 1.6rem;
  517. font-weight: 500;
  518. }
  519. .fa-check {
  520. margin-left: 4px;
  521. color: rgb(5, 212, 5);
  522. }
  523. .table .column .body__head {
  524. color: gray;
  525. }
  526. .table .column__first {
  527. border-radius: 15px 0 0 15px;
  528. }
  529. .table .column__last {
  530. border-radius: 0 15px 15px 0;
  531. }
  532. .table .column__choozmo {
  533. border: 1px solid rgb(212, 212, 212);
  534. box-shadow: 0 0 5px 1px rgb(197, 197, 197);
  535. border-radius: 15px;
  536. height: 340px;
  537. }
  538. .table .column div {
  539. min-height: 65px;
  540. }
  541. .navbar-brand > img {
  542. display: inline-block;
  543. }
  544. @media (max-width: 767px){
  545. .visible-xs {
  546. display: inline-block!important;
  547. }
  548. }
  549. .logo {
  550. width: 187px;
  551. height: 48px;
  552. }
  553. .logo-sm {
  554. width: 110px;
  555. height: 30px;
  556. }
  557. .logo_text {
  558. vertical-align: middle;
  559. }
  560. .footer_img {
  561. height: 60px;
  562. }
  563. .followus {
  564. display: flex;
  565. align-items: center;
  566. justify-content: flex-start;
  567. margin-top: 1rem;
  568. }
  569. .followus__txt {
  570. display: inline-block;
  571. margin-right: 1rem;
  572. color: white;
  573. font-weight: 600;
  574. }
  575. .followus .followus__img {
  576. margin-right: 1rem;
  577. }
  578. .bar.mb-0 {
  579. margin-bottom: 0;
  580. }
  581. .headingvf {
  582. margin-bottom: 1.5rem;
  583. }
  584. .headingvf-sub {
  585. margin-bottom: 4rem;
  586. }
  587. .headingvf-sub h4 {
  588. color: grey;
  589. font-weight: 400;
  590. font-size: 1.6rem;
  591. line-height: 2.2rem;
  592. }
  593. .testimonial_img {
  594. width: 200px;
  595. border-radius: 50%;
  596. display: block;
  597. margin-left: auto;
  598. margin-right: auto;
  599. }
  600. .owl-item {
  601. height: 300px;
  602. overflow: hidden;
  603. }
  604. .testimonial-title {
  605. font-size: 2rem;
  606. }
  607. .testimonial-text {
  608. font-size: 1.6rem;
  609. }
  610. .testimonials__pro {
  611. margin-bottom: 1rem;
  612. }
  613. .testimonials__pro p {
  614. font-size: 1.6rem;
  615. }
  616. .testimonials__goto__btn a {
  617. animation-name: move;
  618. animation-duration: 1.5s;
  619. animation-delay: 0;
  620. animation-iteration-count: infinite;
  621. animation-direction: normal;
  622. animation-timing-function: linear;
  623. }
  624. @keyframes move {
  625. 0% {
  626. box-shadow: 0 0 0 transparent;
  627. }
  628. 50% {
  629. box-shadow: 5px 5px 4px #887e74;
  630. }
  631. 100% {
  632. box-shadow: 0 0 0 transparent;
  633. }
  634. }
  635. .row__rank {
  636. height: min-content;
  637. }
  638. .rank__box {
  639. min-height: min-content;
  640. }
  641. .rank .rank__word {
  642. display: inline-block;
  643. font-weight: 500;
  644. position: relative;
  645. }
  646. .rank .rank__word::after {
  647. position: absolute;
  648. content: " ";
  649. width: 100%;
  650. height: 2px;
  651. left: 20%;
  652. top: 90%;
  653. background-color: #499aa8af;
  654. }
  655. .rank__num {
  656. display: inline-block;
  657. font-size: 3.5rem;
  658. color: #38a7bb;
  659. font-style: italic;
  660. font-weight: 600;
  661. }
  662. .video__steps {
  663. margin-top: 6rem;
  664. }
  665. .btn-video {
  666. text-align: center;
  667. display: block;
  668. width: 18rem;
  669. margin: 1rem auto;
  670. }
  671. @media (max-width: 992px) {
  672. .video__steps {
  673. margin-top: 1rem;
  674. }
  675. }
  676. .video-steps {
  677. display: flex;
  678. text-align: center;
  679. }
  680. .steps__box {
  681. flex: 20%;
  682. position: relative;
  683. }
  684. .steps__icon {
  685. font-size: 5rem;
  686. color: #38a7bb;
  687. }
  688. .steps__name {
  689. font-size: 1.8rem;
  690. color: rgb(68, 67, 67);
  691. margin-bottom: 1rem;
  692. }
  693. .steps__num {
  694. position: absolute;
  695. left: 15%;
  696. top: -2.5rem;
  697. font-size: 4rem;
  698. color: #72969c;
  699. font-weight: 500;
  700. }
  701. #content .container_list {
  702. margin-top: 100px;
  703. }
  704. #post-content img {
  705. width: 100%;
  706. box-shadow: 0 11px 21px 0 rgba(194, 194, 194, 0.644);
  707. transition: all .3s;
  708. margin: 1.5rem 0;
  709. }
  710. #post-content img:hover {
  711. transform: translateY(-.125em);
  712. box-shadow: 0 5px 10px 0 rgba(grey, 0.3);
  713. }
  714. #post-content i {
  715. font-size: 2rem;
  716. vertical-align: middle;
  717. }
  718. #blog-post {
  719. padding-bottom: 3rem;
  720. }
  721. #blog-post h2 {
  722. font-family: "Proxima Nova",sans-serif;
  723. margin-right: 5px;
  724. }
  725. #blog-post p, #blog-post li{
  726. font-size: 1.8rem;
  727. font-family: "Proxima Nova",sans-serif;
  728. }
  729. #block-vtuber {
  730. padding: 30px 0;
  731. margin-bottom: 40px;
  732. font-family: "Proxima Nova",sans-serif;
  733. color: #181c47;
  734. }
  735. #block-vtuber h2 {
  736. font-family: 'Poppins', sans-serif;
  737. font-weight: bolder;
  738. font-size: 3.7rem;
  739. }
  740. #block-vtuber p {
  741. font-size: 1.8rem;
  742. line-height: 3rem;
  743. }
  744. .txt-block {
  745. padding: 4rem 0;
  746. }
  747. .sec {
  748. padding: 9rem 0;
  749. margin-bottom: 0;
  750. }
  751. .sec01 {
  752. padding-top: 2rem;
  753. }
  754. .sec01 .embed-container::after{
  755. position: absolute;
  756. content: " ";
  757. left: 3rem;
  758. top: 3rem;
  759. width: 100%;
  760. height: 100%;
  761. background: url("https://i.imgur.com/hm0lc6X.jpg");
  762. z-index: -2;
  763. }
  764. .sec02 {
  765. background-color: #f3f3f9;
  766. position: relative;
  767. /* clip-path: polygon(0% -10%, 100% 0%, 110% 100%, 0% 100%); */
  768. }
  769. .sec03, .sec04, .sec05 {
  770. text-align: center;
  771. padding: 12rem 0;
  772. }
  773. .sec04 {
  774. padding: 8rem 0;
  775. background-color: #f3f3f9;
  776. position: relative;
  777. padding-top: 3rem;
  778. }
  779. .sec04::after {
  780. content: "";
  781. position: absolute;
  782. top: -66px;
  783. left: 0;
  784. display: block;
  785. width: 100%;
  786. height: 66px;
  787. transform: rotate(180deg);
  788. background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
  789. background-size: 3840px 66px;
  790. background-position: 0 0;
  791. }
  792. .sec02::after {
  793. content: "";
  794. position: absolute;
  795. bottom: -66px;
  796. left: 0;
  797. display: block;
  798. width: 100%;
  799. height: 66px;
  800. background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
  801. background-size: 3840px 66px;
  802. background-position: 0 0;
  803. }
  804. .sec05 {
  805. position: relative;
  806. padding-top: 0;
  807. padding-bottom: 4rem;
  808. background-color: #f3f3f9;
  809. }
  810. .sec05::after {
  811. content: "";
  812. position: absolute;
  813. bottom: -66px;
  814. left: 0;
  815. display: block;
  816. width: 100%;
  817. height: 66px;
  818. background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
  819. background-size: 3840px 66px;
  820. background-position: 0 0;
  821. }
  822. .img_decor {
  823. position: absolute;
  824. left: 4rem;
  825. top: 1rem;
  826. }
  827. .project {
  828. max-height: 15rem;
  829. }
  830. .project .owl-pagination {
  831. display: none;
  832. }
  833. .owl-carousel.project .owl-buttons {
  834. bottom: 0;
  835. transform: translateX(-50%);
  836. }
  837. .owl-carousel.project .owl-buttons div {
  838. box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 8%), 0 -1px 8px 0 rgb(0 0 0 / 4%);
  839. padding: 1rem;
  840. width: 40px;
  841. height: 40px;
  842. border-radius: 50%;
  843. color: black;
  844. }
  845. .owl-carousel.project .owl-buttons div:hover {
  846. box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 3%), 0 -1px 8px 0 rgb(0 0 0 / 1%);
  847. }
  848. .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
  849. top: 110%;
  850. right: 50%;
  851. }
  852. .txt-block .rankblock {
  853. list-style: none;
  854. }
  855. .txt-block .rankblock li {
  856. font-size: 2.2rem;
  857. margin-bottom: 1rem;
  858. }
  859. .txt-block .rankblock span {
  860. display: inline-block;
  861. width: 45px;
  862. height: 45px;
  863. border-radius: 50%;
  864. background-color: #23408c;
  865. color: white;
  866. line-height: 35px;
  867. margin-right: 1rem;
  868. font-size: 1.6rem;
  869. padding-left: 6px;
  870. padding-top: 6px;
  871. }
  872. .btn-template-main {
  873. color: #181c47;
  874. }
  875. .btn {
  876. color: #181c47;
  877. border: 2px solid #181c47;
  878. }
  879. .btn:hover {
  880. background-color: #181c47;
  881. border: 2px solid #181c47;
  882. }
  883. #blog-listing-medium .post{
  884. color: #181c47;
  885. }
  886. #blog-listing-medium .tag-post .image {
  887. position: relative;
  888. overflow: visible;
  889. }
  890. #blog-listing-medium .tag-post .image::after {
  891. position: absolute;
  892. content: " ";
  893. right: 2rem;
  894. bottom: 2rem;
  895. width: 100%;
  896. height: 100%;
  897. z-index: -1;
  898. }
  899. #blog-listing-medium .tag-post .image img {
  900. border: 5px solid white;
  901. }
  902. #blog-listing-medium .tag-post:nth-of-type(3n+1) .image::after {
  903. background-color: thistle;
  904. }
  905. #blog-listing-medium .tag-post:nth-of-type(3n+2) .image::after {
  906. background-color: #f3f3f9;
  907. }
  908. #blog-listing-medium .tag-post:nth-of-type(3n) .image::after {
  909. background-color: #eba764;
  910. }
  911. .v-tabs {
  912. max-width: 100%;
  913. }
  914. .v-tabs-nav li {
  915. float: left;
  916. width: 25%;
  917. list-style: none;
  918. }
  919. .v-tabs-nav li a {
  920. color: #23408c;
  921. font-size: 2.5rem;
  922. letter-spacing: 2px;
  923. display: block;
  924. font-weight: 600;
  925. padding: 10px 0;
  926. text-align: center;
  927. text-decoration: none;
  928. }
  929. .v-tabs-nav li a:hover {
  930. color: black;
  931. }
  932. .v-tab-active a {
  933. background: #fff;
  934. border-bottom: 2px solid #23408c;
  935. color: #2db34a;
  936. cursor: default;
  937. }
  938. .v-tabs-stage {
  939. clear: both;
  940. padding: 40px 30px 10px 30px;
  941. position: relative;
  942. top: -1px;
  943. text-align: left;
  944. }
  945. #block-vtuber .v-tabs-stage h2 {
  946. font-size: 2.5rem;
  947. }
  948. .d-tabs {
  949. max-width: 100%;
  950. }
  951. .d-tabs-nav li {
  952. float: left;
  953. width: 50%;
  954. list-style: none;
  955. }
  956. .d-tabs-nav li a {
  957. color: #23408c;
  958. font-size: 2.5rem;
  959. letter-spacing: 2px;
  960. display: block;
  961. font-weight: 600;
  962. padding: 10px 0;
  963. text-align: center;
  964. text-decoration: none;
  965. }
  966. .d-tabs-nav li a:hover {
  967. color: black;
  968. }
  969. .d-tab-active a {
  970. background: transparent;
  971. border-bottom: 2px solid #23408c;
  972. color: #2db34a;
  973. cursor: default;
  974. }
  975. .d-tabs-stage {
  976. clear: both;
  977. padding: 40px 30px 10px 30px;
  978. position: relative;
  979. top: -1px;
  980. text-align: left;
  981. }
  982. #block-vtuber .d-tabs-stage h2 {
  983. font-size: 2.5rem;
  984. }
  985. .m-tabs {
  986. max-width: 100%;
  987. }
  988. .m-tabs-nav li {
  989. float: left;
  990. width: 50%;
  991. list-style: none;
  992. }
  993. .m-tabs-nav li a {
  994. color: #23408c;
  995. font-size: 2.5rem;
  996. letter-spacing: 2px;
  997. display: block;
  998. font-weight: 600;
  999. padding: 10px 0;
  1000. text-align: center;
  1001. text-decoration: none;
  1002. }
  1003. .m-tabs-nav li a:hover {
  1004. color: black;
  1005. }
  1006. .m-tab-active a {
  1007. background: #f3f3f9;
  1008. border-bottom: 2px solid #23408c;
  1009. color: #2db34a;
  1010. cursor: default;
  1011. }
  1012. .m-tabs-stage {
  1013. clear: both;
  1014. padding: 40px 30px 10px 30px;
  1015. position: relative;
  1016. top: -1px;
  1017. text-align: left;
  1018. }
  1019. #block-vtuber .m-tabs-stage h2 {
  1020. font-size: 2.5rem;
  1021. }
  1022. .sec06 {
  1023. text-align: center;
  1024. padding: 2rem 0;
  1025. }
  1026. .grow_title {
  1027. text-align: center;
  1028. }
  1029. .grow_txt {
  1030. font-size: 1.2rem;
  1031. }
  1032. .grow_call {
  1033. font-weight: 700;
  1034. font-family: Arial, Helvetica, sans-serif;
  1035. font-size: 2.3rem;
  1036. display: block;
  1037. margin-top: 1.5rem;
  1038. margin-bottom: 1rem;
  1039. }
  1040. .grow_btn {
  1041. padding: 1.2rem 7rem;
  1042. font-size: 2.5rem;
  1043. border: 2px solid #181c47;
  1044. background: transparent;
  1045. outline: none;
  1046. border-radius: 5rem;
  1047. transition: all .3s;
  1048. display: inline-block;
  1049. color: #181c47;
  1050. text-decoration: none;
  1051. }
  1052. .grow_btn:hover {
  1053. color: white;
  1054. background: #181c47;
  1055. text-decoration: none;
  1056. }
  1057. .grow_img {
  1058. display: block;
  1059. margin: 0 auto;
  1060. margin-top: 1rem;
  1061. }