custom.css 17 KB

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