custom.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. /* your styles go here */
  2. #content .container {
  3. margin-top: 50px;
  4. }
  5. .box-image-text .image {
  6. min-height: 200px;
  7. max-height: 200px;
  8. }
  9. .box-simple {
  10. min-height: 200px;
  11. margin-bottom: 0;
  12. }
  13. .box-simple .video__desc {
  14. color: black;
  15. font-size: 1.8rem;
  16. text-align: left;
  17. padding-left: 1rem;
  18. padding-right: 1rem;
  19. }
  20. .goto__btn {
  21. text-align: center;
  22. margin-top: 2rem;
  23. margin-left: auto;
  24. margin-right: auto;
  25. }
  26. .container__footer {
  27. display: flex;
  28. align-items: center;
  29. }
  30. .box-simple .icon__feature {
  31. width: 120px;
  32. height: 120px;
  33. border-radius: 50%;
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. margin-left: auto;
  38. margin-right: auto;
  39. }
  40. .box-simple .icon__feature > i {
  41. font-size: 4.5rem;
  42. }
  43. @media (max-width: 992px) {
  44. .container__footer {
  45. flex-direction: column;
  46. }
  47. .container__footer > div {
  48. margin-bottom: 1.5rem;
  49. }
  50. .video__col {
  51. margin-bottom: 2rem;
  52. }
  53. .mb-mobile {
  54. margin-bottom: 5rem;
  55. }
  56. .step__box {
  57. margin-bottom: 2rem;
  58. }
  59. }
  60. .btn {
  61. border: 2px solid #181c47;
  62. }
  63. .btn:hover {
  64. background-color: #181c47;
  65. color: white;
  66. }
  67. .box-steps {
  68. border: 1px solid #181c47;
  69. padding: 1rem;
  70. border-radius: 5rem;
  71. position: relative;
  72. }
  73. .box-steps .step__box {
  74. position: absolute;
  75. left: -5px;
  76. top: -5px;
  77. width: 4rem;
  78. height: 4rem;
  79. background-color: white;
  80. }
  81. .box-steps .step__box span {
  82. font-size: 3rem;
  83. font-weight: 600;
  84. color: #38a7bb;
  85. }
  86. .box-steps .icon {
  87. border: none;
  88. }
  89. .box-steps .icon > i {
  90. font-size: 3.5rem;
  91. }
  92. .box__video {
  93. min-height: 280px;
  94. }
  95. .footer__btn__text {
  96. font-size: 2rem;
  97. color: white;
  98. }
  99. .table {
  100. display: flex;
  101. /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */
  102. border-radius: 15px;
  103. align-items: center;
  104. height: 280px;
  105. }
  106. .table .column {
  107. min-height: 280px;
  108. background-color: white;
  109. padding: 10px 2rem;
  110. }
  111. .table .column .body__company {
  112. font-size: 1.6rem;
  113. font-weight: 500;
  114. }
  115. .fa-check {
  116. margin-left: 4px;
  117. color: rgb(5, 212, 5);
  118. }
  119. .table .column .body__head {
  120. color: gray;
  121. }
  122. .table .column__first {
  123. border-radius: 15px 0 0 15px;
  124. }
  125. .table .column__last {
  126. border-radius: 0 15px 15px 0;
  127. }
  128. .table .column__choozmo {
  129. border: 1px solid rgb(212, 212, 212);
  130. box-shadow: 0 0 5px 1px rgb(197, 197, 197);
  131. border-radius: 15px;
  132. height: 340px;
  133. }
  134. .table .column div {
  135. min-height: 65px;
  136. }
  137. .navbar-brand > img {
  138. display: inline-block;
  139. }
  140. @media (max-width: 767px){
  141. .visible-xs {
  142. display: inline-block!important;
  143. }
  144. }
  145. .logo {
  146. width: 187px;
  147. height: 48px;
  148. }
  149. .logo-sm {
  150. width: 110px;
  151. height: 30px;
  152. }
  153. .logo_text {
  154. vertical-align: middle;
  155. }
  156. .footer_img {
  157. height: 60px;
  158. }
  159. .followus {
  160. display: flex;
  161. align-items: center;
  162. justify-content: flex-start;
  163. margin-top: 1rem;
  164. }
  165. .followus__txt {
  166. display: inline-block;
  167. margin-right: 1rem;
  168. color: white;
  169. font-weight: 600;
  170. }
  171. .followus .followus__img {
  172. margin-right: 1rem;
  173. }
  174. .bar.mb-0 {
  175. margin-bottom: 0;
  176. }
  177. .headingvf {
  178. margin-bottom: 1.5rem;
  179. }
  180. .headingvf-sub {
  181. margin-bottom: 4rem;
  182. }
  183. .headingvf-sub h4 {
  184. color: grey;
  185. font-weight: 400;
  186. font-size: 1.6rem;
  187. line-height: 2.2rem;
  188. }
  189. .testimonial_img {
  190. width: 200px;
  191. border-radius: 50%;
  192. display: block;
  193. margin-left: auto;
  194. margin-right: auto;
  195. }
  196. .owl-item {
  197. height: 300px;
  198. overflow: hidden;
  199. }
  200. .testimonial-title {
  201. font-size: 2rem;
  202. }
  203. .testimonial-text {
  204. font-size: 1.6rem;
  205. }
  206. .testimonials__pro {
  207. margin-bottom: 1rem;
  208. }
  209. .testimonials__pro p {
  210. font-size: 1.6rem;
  211. }
  212. .testimonials__goto__btn a {
  213. animation-name: move;
  214. animation-duration: 1.5s;
  215. animation-delay: 0;
  216. animation-iteration-count: infinite;
  217. animation-direction: normal;
  218. animation-timing-function: linear;
  219. }
  220. @keyframes move {
  221. 0% {
  222. box-shadow: 0 0 0 transparent;
  223. }
  224. 50% {
  225. box-shadow: 5px 5px 4px #887e74;
  226. }
  227. 100% {
  228. box-shadow: 0 0 0 transparent;
  229. }
  230. }
  231. .row__rank {
  232. height: min-content;
  233. }
  234. .rank__box {
  235. min-height: min-content;
  236. }
  237. .rank .rank__word {
  238. display: inline-block;
  239. font-weight: 500;
  240. position: relative;
  241. }
  242. .rank .rank__word::after {
  243. position: absolute;
  244. content: " ";
  245. width: 100%;
  246. height: 2px;
  247. left: 20%;
  248. top: 90%;
  249. background-color: #499aa8af;
  250. }
  251. .rank__num {
  252. display: inline-block;
  253. font-size: 3.5rem;
  254. color: #38a7bb;
  255. font-style: italic;
  256. font-weight: 600;
  257. }
  258. .video__steps {
  259. margin-top: 6rem;
  260. }
  261. .btn-video {
  262. text-align: center;
  263. display: block;
  264. width: 18rem;
  265. margin: 1rem auto;
  266. }
  267. @media (max-width: 992px) {
  268. .video__steps {
  269. margin-top: 1rem;
  270. }
  271. }
  272. .video-steps {
  273. display: flex;
  274. text-align: center;
  275. }
  276. .steps__box {
  277. flex: 20%;
  278. position: relative;
  279. }
  280. .steps__icon {
  281. font-size: 5rem;
  282. color: #38a7bb;
  283. }
  284. .steps__name {
  285. font-size: 1.8rem;
  286. color: rgb(68, 67, 67);
  287. margin-bottom: 1rem;
  288. }
  289. .steps__num {
  290. position: absolute;
  291. left: 15%;
  292. top: -2.5rem;
  293. font-size: 4rem;
  294. color: #72969c;
  295. font-weight: 500;
  296. }
  297. #post-content img {
  298. width: 100%;
  299. box-shadow: 0 11px 21px 0 rgba(194, 194, 194, 0.644);
  300. transition: all .3s;
  301. margin: 1.5rem 0;
  302. }
  303. #post-content img:hover {
  304. transform: translateY(-.125em);
  305. box-shadow: 0 5px 10px 0 rgba(grey, 0.3);
  306. }
  307. #post-content i {
  308. font-size: 2rem;
  309. vertical-align: middle;
  310. }
  311. #blog-post {
  312. padding-bottom: 3rem;
  313. }
  314. #blog-post h2 {
  315. font-family: "Proxima Nova",sans-serif;
  316. margin-right: 5px;
  317. }
  318. #blog-post p, #blog-post li{
  319. font-size: 1.8rem;
  320. font-family: "Proxima Nova",sans-serif;
  321. }
  322. #block-vtuber {
  323. padding: 30px 0;
  324. margin-bottom: 40px;
  325. font-family: "Proxima Nova",sans-serif;
  326. color: #181c47;
  327. }
  328. #block-vtuber h2 {
  329. font-family: 'Poppins', sans-serif;
  330. font-weight: bolder;
  331. font-size: 3.7rem;
  332. }
  333. #block-vtuber p {
  334. font-size: 1.8rem;
  335. line-height: 3rem;
  336. }
  337. .txt-block {
  338. padding: 4rem 0;
  339. }
  340. .sec {
  341. padding: 9rem 0;
  342. margin-bottom: 0;
  343. }
  344. .sec01 {
  345. padding-top: 2rem;
  346. }
  347. .sec01 .embed-container::after{
  348. position: absolute;
  349. content: " ";
  350. left: 3rem;
  351. top: 3rem;
  352. width: 100%;
  353. height: 100%;
  354. background: url("https://i.imgur.com/hm0lc6X.jpg");
  355. z-index: -2;
  356. }
  357. .sec02 {
  358. background-color: #f3f3f9;
  359. position: relative;
  360. /* clip-path: polygon(0% -10%, 100% 0%, 110% 100%, 0% 100%); */
  361. }
  362. .sec03, .sec04 {
  363. text-align: center;
  364. padding: 12rem 0;
  365. }
  366. .sec04 {
  367. padding: 8rem 0;
  368. background-color: #f3f3f9;
  369. position: relative;
  370. padding-top: 3rem;
  371. }
  372. .sec04::after {
  373. content: "";
  374. position: absolute;
  375. top: -66px;
  376. left: 0;
  377. display: block;
  378. width: 100%;
  379. height: 66px;
  380. transform: rotate(180deg);
  381. background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
  382. background-size: 3840px 66px;
  383. background-position: 0 0;
  384. }
  385. .sec02::after {
  386. content: "";
  387. position: absolute;
  388. bottom: -66px;
  389. left: 0;
  390. display: block;
  391. width: 100%;
  392. height: 66px;
  393. background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
  394. background-size: 3840px 66px;
  395. background-position: 0 0;
  396. }
  397. .project {
  398. max-height: 15rem;
  399. }
  400. .project .owl-pagination {
  401. display: none;
  402. }
  403. .owl-carousel.project .owl-buttons {
  404. bottom: 0;
  405. transform: translateX(-50%);
  406. }
  407. .owl-carousel.project .owl-buttons div {
  408. box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 8%), 0 -1px 8px 0 rgb(0 0 0 / 4%);
  409. padding: 1rem;
  410. width: 40px;
  411. height: 40px;
  412. border-radius: 50%;
  413. color: black;
  414. }
  415. .owl-carousel.project .owl-buttons div:hover {
  416. box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 3%), 0 -1px 8px 0 rgb(0 0 0 / 1%);
  417. }
  418. .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
  419. top: 110%;
  420. right: 50%;
  421. }
  422. .txt-block .rankblock {
  423. list-style: none;
  424. }
  425. .txt-block .rankblock li {
  426. font-size: 2.2rem;
  427. margin-bottom: 1rem;
  428. }
  429. .txt-block .rankblock span {
  430. display: inline-block;
  431. width: 45px;
  432. height: 45px;
  433. border-radius: 50%;
  434. background-color: #23408c;
  435. color: white;
  436. line-height: 35px;
  437. margin-right: 1rem;
  438. font-size: 1.6rem;
  439. padding-left: 6px;
  440. padding-top: 6px;
  441. }
  442. .btn-template-main {
  443. color: #181c47;
  444. }
  445. .btn {
  446. color: #181c47;
  447. border: 2px solid #181c47;
  448. }
  449. .btn:hover {
  450. background-color: #181c47;
  451. border: 2px solid #181c47;
  452. }
  453. #blog-listing-medium .post{
  454. color: #181c47;
  455. }
  456. #blog-listing-medium .tag-post .image {
  457. position: relative;
  458. overflow: visible;
  459. }
  460. #blog-listing-medium .tag-post .image::after {
  461. position: absolute;
  462. content: " ";
  463. right: 2rem;
  464. bottom: 2rem;
  465. width: 100%;
  466. height: 100%;
  467. z-index: -1;
  468. }
  469. #blog-listing-medium .tag-post .image img {
  470. border: 5px solid white;
  471. }
  472. #blog-listing-medium .tag-post:nth-of-type(3n+1) .image::after {
  473. background-color: thistle;
  474. }
  475. #blog-listing-medium .tag-post:nth-of-type(3n+2) .image::after {
  476. background-color: #f3f3f9;
  477. }
  478. #blog-listing-medium .tag-post:nth-of-type(3n) .image::after {
  479. background-color: #eba764;
  480. }
  481. .v-tabs {
  482. max-width: 100%;
  483. }
  484. .v-tabs-nav li {
  485. float: left;
  486. width: 33.3%;
  487. list-style: none;
  488. }
  489. .v-tabs-nav li a {
  490. color: #23408c;
  491. font-size: 2.5rem;
  492. letter-spacing: 2px;
  493. display: block;
  494. font-weight: 600;
  495. padding: 10px 0;
  496. text-align: center;
  497. text-decoration: none;
  498. }
  499. .v-tabs-nav li a:hover {
  500. color: black;
  501. }
  502. .v-tab-active a {
  503. background: #fff;
  504. border-bottom: 2px solid #23408c;
  505. color: #2db34a;
  506. cursor: default;
  507. }
  508. .v-tabs-stage {
  509. clear: both;
  510. padding: 40px 30px 10px 30px;
  511. position: relative;
  512. top: -1px;
  513. text-align: left;
  514. }
  515. #block-vtuber .v-tabs-stage h2 {
  516. font-size: 2.5rem;
  517. }
  518. .d-tabs {
  519. max-width: 100%;
  520. }
  521. .d-tabs-nav li {
  522. float: left;
  523. width: 50%;
  524. list-style: none;
  525. }
  526. .d-tabs-nav li a {
  527. color: #23408c;
  528. font-size: 2.5rem;
  529. letter-spacing: 2px;
  530. display: block;
  531. font-weight: 600;
  532. padding: 10px 0;
  533. text-align: center;
  534. text-decoration: none;
  535. }
  536. .d-tabs-nav li a:hover {
  537. color: black;
  538. }
  539. .d-tab-active a {
  540. background: transparent;
  541. border-bottom: 2px solid #23408c;
  542. color: #2db34a;
  543. cursor: default;
  544. }
  545. .d-tabs-stage {
  546. clear: both;
  547. padding: 40px 30px 10px 30px;
  548. position: relative;
  549. top: -1px;
  550. text-align: left;
  551. }
  552. #block-vtuber .d-tabs-stage h2 {
  553. font-size: 2.5rem;
  554. }