custom.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. /* your styles go here */
  2. .box-image-text .image {
  3. min-height: 200px;
  4. max-height: 200px;
  5. }
  6. .box-simple {
  7. min-height: 200px;
  8. margin-bottom: 0;
  9. }
  10. .box-simple .video__desc {
  11. color: black;
  12. font-size: 1.8rem;
  13. text-align: left;
  14. padding-left: 1rem;
  15. padding-right: 1rem;
  16. }
  17. .goto__btn {
  18. text-align: center;
  19. margin-top: 2rem;
  20. margin-left: auto;
  21. margin-right: auto;
  22. }
  23. .container__footer {
  24. display: flex;
  25. align-items: center;
  26. }
  27. .box-simple .icon__feature {
  28. width: 120px;
  29. height: 120px;
  30. border-radius: 50%;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. margin-left: auto;
  35. margin-right: auto;
  36. }
  37. .box-simple .icon__feature > i {
  38. font-size: 4.5rem;
  39. }
  40. @media (max-width: 992px) {
  41. .container__footer {
  42. flex-direction: column;
  43. }
  44. .container__footer > div {
  45. margin-bottom: 1.5rem;
  46. }
  47. .video__col {
  48. margin-bottom: 2rem;
  49. }
  50. .mb-mobile {
  51. margin-bottom: 5rem;
  52. }
  53. .step__box {
  54. margin-bottom: 2rem;
  55. }
  56. }
  57. .btn {
  58. border: 2px solid #38a7bb;
  59. }
  60. .btn:hover {
  61. background-color: #38a7bb;
  62. color: white;
  63. }
  64. .box-steps {
  65. border: 1px solid #38a7bb;
  66. padding: 1rem;
  67. border-radius: 5rem;
  68. position: relative;
  69. }
  70. .box-steps .step__box {
  71. position: absolute;
  72. left: -5px;
  73. top: -5px;
  74. width: 4rem;
  75. height: 4rem;
  76. background-color: white;
  77. }
  78. .box-steps .step__box span {
  79. font-size: 3rem;
  80. font-weight: 600;
  81. color: #38a7bb;
  82. }
  83. .box-steps .icon {
  84. border: none;
  85. }
  86. .box-steps .icon > i {
  87. font-size: 3.5rem;
  88. }
  89. .box__video {
  90. min-height: 280px;
  91. }
  92. .footer__btn__text {
  93. font-size: 2rem;
  94. color: white;
  95. }
  96. .table {
  97. display: flex;
  98. /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */
  99. border-radius: 15px;
  100. align-items: center;
  101. height: 280px;
  102. }
  103. .table .column {
  104. min-height: 280px;
  105. background-color: white;
  106. padding: 10px 2rem;
  107. }
  108. .table .column .body__company {
  109. font-size: 1.6rem;
  110. font-weight: 500;
  111. }
  112. .fa-check {
  113. margin-left: 4px;
  114. color: rgb(5, 212, 5);
  115. }
  116. .table .column .body__head {
  117. color: gray;
  118. }
  119. .table .column__first {
  120. border-radius: 15px 0 0 15px;
  121. }
  122. .table .column__last {
  123. border-radius: 0 15px 15px 0;
  124. }
  125. .table .column__choozmo {
  126. border: 1px solid rgb(212, 212, 212);
  127. box-shadow: 0 0 5px 1px rgb(197, 197, 197);
  128. border-radius: 15px;
  129. height: 340px;
  130. }
  131. .table .column div {
  132. min-height: 65px;
  133. }
  134. .navbar-brand > img {
  135. display: inline-block;
  136. }
  137. @media (max-width: 767px){
  138. .visible-xs {
  139. display: inline-block!important;
  140. }
  141. }
  142. .logo {
  143. width: 187px;
  144. height: 48px;
  145. }
  146. .logo-sm {
  147. width: 110px;
  148. height: 30px;
  149. }
  150. .logo_text {
  151. vertical-align: middle;
  152. }
  153. .footer_img {
  154. height: 60px;
  155. }
  156. .followus {
  157. display: flex;
  158. align-items: center;
  159. justify-content: flex-start;
  160. margin-top: 1rem;
  161. }
  162. .followus__txt {
  163. display: inline-block;
  164. margin-right: 1rem;
  165. color: white;
  166. font-weight: 600;
  167. }
  168. .followus .followus__img {
  169. margin-right: 1rem;
  170. }
  171. .bar.mb-0 {
  172. margin-bottom: 0;
  173. }
  174. .headingvf {
  175. margin-bottom: 1.5rem;
  176. }
  177. .headingvf-sub {
  178. margin-bottom: 4rem;
  179. }
  180. .headingvf-sub h4 {
  181. color: grey;
  182. font-weight: 400;
  183. font-size: 1.6rem;
  184. line-height: 2.2rem;
  185. }
  186. .testimonial_img {
  187. width: 200px;
  188. border-radius: 50%;
  189. display: block;
  190. margin-left: auto;
  191. margin-right: auto;
  192. }
  193. .owl-item {
  194. height: 300px;
  195. overflow: hidden;
  196. }
  197. .testimonial-title {
  198. font-size: 2rem;
  199. }
  200. .testimonial-text {
  201. font-size: 1.6rem;
  202. }
  203. .testimonials__pro {
  204. margin-bottom: 1rem;
  205. }
  206. .testimonials__pro p {
  207. font-size: 1.6rem;
  208. }
  209. .testimonials__goto__btn a {
  210. animation-name: move;
  211. animation-duration: 1.5s;
  212. animation-delay: 0;
  213. animation-iteration-count: infinite;
  214. animation-direction: normal;
  215. animation-timing-function: linear;
  216. }
  217. @keyframes move {
  218. 0% {
  219. box-shadow: 0 0 0 transparent;
  220. }
  221. 50% {
  222. box-shadow: 5px 5px 4px #887e74;
  223. }
  224. 100% {
  225. box-shadow: 0 0 0 transparent;
  226. }
  227. }
  228. .row__rank {
  229. height: min-content;
  230. }
  231. .rank__box {
  232. min-height: min-content;
  233. }
  234. .rank .rank__word {
  235. display: inline-block;
  236. font-weight: 500;
  237. position: relative;
  238. }
  239. .rank .rank__word::after {
  240. position: absolute;
  241. content: " ";
  242. width: 100%;
  243. height: 2px;
  244. left: 20%;
  245. top: 90%;
  246. background-color: #499aa8af;
  247. }
  248. .rank__num {
  249. display: inline-block;
  250. font-size: 3.5rem;
  251. color: #38a7bb;
  252. font-style: italic;
  253. font-weight: 600;
  254. }
  255. .video__steps {
  256. margin-top: 6rem;
  257. }
  258. .btn-video {
  259. text-align: center;
  260. display: block;
  261. width: 18rem;
  262. margin: 1rem auto;
  263. }
  264. @media (max-width: 992px) {
  265. .video__steps {
  266. margin-top: 1rem;
  267. }
  268. }
  269. .video-steps {
  270. display: flex;
  271. text-align: center;
  272. }
  273. .steps__box {
  274. flex: 20%;
  275. position: relative;
  276. }
  277. .steps__icon {
  278. font-size: 5rem;
  279. color: #38a7bb;
  280. }
  281. .steps__name {
  282. font-size: 1.8rem;
  283. color: rgb(68, 67, 67);
  284. margin-bottom: 1rem;
  285. }
  286. .steps__num {
  287. position: absolute;
  288. left: 15%;
  289. top: -2.5rem;
  290. font-size: 4rem;
  291. color: #72969c;
  292. font-weight: 500;
  293. }
  294. #post-content img {
  295. width: 100%;
  296. box-shadow: 0 11px 21px 0 rgba(194, 194, 194, 0.644);
  297. transition: all .3s;
  298. margin: 1.5rem 0;
  299. }
  300. #post-content img:hover {
  301. transform: translateY(-.125em);
  302. box-shadow: 0 5px 10px 0 rgba(grey, 0.3);
  303. }
  304. #post-content i {
  305. font-size: 2rem;
  306. vertical-align: middle;
  307. }
  308. #blog-post {
  309. padding-bottom: 3rem;
  310. }
  311. #blog-post h2 {
  312. font-family: "Proxima Nova",sans-serif;
  313. margin-right: 5px;
  314. }
  315. #blog-post p, #blog-post li{
  316. font-size: 1.8rem;
  317. font-family: "Proxima Nova",sans-serif;
  318. }
  319. #block-vtuber {
  320. padding: 20px 0;
  321. margin-bottom: 40px;
  322. font-family: "Proxima Nova",sans-serif;
  323. }
  324. #block-vtuber h2 {
  325. font-family: 'Poppins', sans-serif;
  326. font-weight: bolder;
  327. font-size: 3.7rem;
  328. }
  329. #block-vtuber p {
  330. font-size: 1.8rem;
  331. line-height: 3rem;
  332. }
  333. .txt-block {
  334. padding: 5rem 0;
  335. }
  336. .embed-container::after{
  337. position: absolute;
  338. content: " ";
  339. left: 3rem;
  340. top: 3rem;
  341. width: 100%;
  342. height: 100%;
  343. background: url("https://pixabay.com/get/g429f3dae72cb0be8dd348c3a5fcc041e19c6577b6a05f5f86d1a351c9bbd3841b828184e3e063fa39ce129dd51e8e950_640.jpg");
  344. z-index: -2;
  345. }