custom.css 23 KB

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