| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078 |
- /* your styles go here */
- .text-center {
- text-align: center;
- }
- /* LP-components nav */
- #navigation .navbar-nav .main-link {
- background-color: white;
- border-top: none;
- color: black;
- font-weight: 400;
- padding: 3px 3px 3px 3px;
- margin: 18px 12px 18px 12px;
- font-size: 1.5rem;
- text-decoration: none;
- }
- #navigation .navbar-nav .dropdown.active .main-link {
- border-bottom: 3px solid #EA5413;
- }
- #navigation .navbar-nav .signin-link {
- padding: 8px 18px 8px 18px;
- margin: 13px 10px 13px 10px;
- text-decoration: none;
- color: #EA5413;
- font-size: 1.5rem;
- font-weight: 400;
- border: 1px solid #EA5413;
- border-radius: 3rem;
- }
- #navigation .navbar-nav .signin-link:hover, #navigation .navbar-nav .signin-link:focus {
-
- background-color: transparent;
- }
- #navigation .navbar-nav .signup-link {
- padding: 8px 18px 8px 18px;
- margin: 13px 10px 13px 10px;
- text-decoration: none;
- color: white;
- font-size: 1.5rem;
- font-weight: 400;
- border: 1px solid #EA5413;
- border-radius: 3rem;
- background-color: #EA5413;
- }
- #navigation .navbar-nav .signup-link:hover, #navigation .navbar-nav .signup-link:focus {
- background-color: #EA5413;
- }
- /* sec-hero */
- .sec-hero {
- padding: 6rem 0;
- }
- .sec-hero .hero-title {
- font-size: 3.5rem;
- letter-spacing: 1px;
- }
- .sec-hero .hero-txt {
- font-size: 1.8rem;
- letter-spacing: 1px;
- }
- .sec-hero .hero-btn {
- border: none;
- outline: none;
- border-radius: 3rem;
- margin-top: 2rem;
- padding: 1rem 2.5rem;
- background: linear-gradient(20deg, #EA5413, #920783);
- color: white;
- font-size: 1.8rem;
- box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
- }
- /* sec-usecase */
- .sec-usecase {
- padding: 3rem 0;
- position: relative;
- }
- .sec-usecase::after {
- content: " ";
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 40%;
- width: 100%;
- background-color: #FFEBE2;
- z-index: -1;
- }
- .sec-usecase .usecase-title {
- font-size: 3rem;
- text-align: center;
- }
- .sec-usecase .usecase-sub {
- font-size: 1.8rem;
- text-align: center;
- }
- .sec-usecase .usecase-block {
- padding: 0 1rem;
- z-index: 3;
- }
- .sec-usecase .usecase-imgfr {
- width: 100%;
- height: 25rem;
- border-radius: 3px;
- box-shadow: 0 3px 11px 3px rgba(192, 192, 192, 0.637);
- }
- .sec-usecase .usecase-imgfr img {
- width: 100%;
- height: 100%;
- }
- /* sec-steps */
- .sec-steps {
- padding: 6rem 0;
- }
- .sec-steps .steps-title {
- font-size: 3rem;
- text-align: center;
- letter-spacing: 1px;
- }
- .sec-steps .steps-title strong {
- font-size: 5rem;
- }
- .sec-steps .steps-block {
- padding: 0 1rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .sec-steps .steps-block::after {
- position: absolute;
- bottom: -1rem;
- left: 0;
- width: 100%;
- height: 15rem;
- background-color: #FFEBE2;
- content: " ";
- z-index: -1;
- border-radius: 2rem;
- }
- .sec-steps .steps-imgfr {
- width: 100%;
- height: 22rem;
- border-radius: 3px;
- box-shadow: 0 3px 11px 3px rgba(192, 192, 192, 0.637);
- }
- .sec-steps .steps-imgfr img {
- width: 100%;
- height: 100%;
- }
- .sec-steps .steps-txt {
- display: flex;
- align-items: center;
- }
- .sec-steps .steps-txt span {
- display: inline-block;
- width: 40px;
- height: 40px;
- background-color: #EA5413;
- color: white;
- font-size: 2.5rem;
- line-height: 40px;
- border-radius: 50%;
- text-align: center;
- margin-right: 1rem;
- }
- /* sec-features */
- .sec-features {
- padding: 5rem 0;
- }
- .sec-features .features-col {
- position: relative;
- }
- .sec-features .features-col .features-block {
- position: absolute;
- left: 10rem;
- top: 15rem;
- display: flex;
- }
- .sec-features .features-num {
- display: inline-block;
- font-size: 12rem;
- color: #F0F0F0;
- }
- .sec-features .features-title {
- font-size: 3rem;
- text-align: center;
- letter-spacing: 1px;
- padding-bottom: 6px;
- border-bottom: 8px solid #EA5413;
- display: inline-block;
- }
- .sec-features .features-title strong {
- font-size: 5rem;
- }
- .sec-features .features-imgfr {
- width: 100%;
- }
- .sec-features .features-imgfr img {
- width: 100%;
- }
- .sec-features .features-list {
- text-align: left;
- }
- .blog-tabs {
- display: flex;
- }
- .blog-tabs .blog-tabs-nav {
- width: 35%;
- background-color: #F0F0F0;
- padding: 4rem 1.5rem;
- list-style: none;
- }
- .blog-tabs .blog-tabs-nav li {
- padding: 10px;
- border-bottom: 1px dashed grey;
- }
- .blog-tabs .blog-tabs-nav li a {
- color: #EA5413;
- }
- .blog-tabs .blog-tabs-stage {
- width: 65%;
- padding: 3.5rem;
- padding-bottom: 8rem;
- box-shadow: 1px 1px 10px 2px grey;
- height: 40rem;
- overflow: hidden;
- }
- .blog-tab-box {
- height: 95%;
- overflow: scroll;
- }
- .btn-light {
- color: black;
- border: 1px solid #EA5413;
- padding: 1rem 2.5rem;
- outline: none;
- background-color: white;
- margin-top: 4rem;
- border-radius: 3rem;
- font-size: 1.8rem;
- box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
- }
- .btn-dark {
- color: white;
- border: 1px solid #EA5413;
- padding: 1rem 2.5rem;
- outline: none;
- background-color: #EA5413;
- margin-top: 4rem;
- border-radius: 3rem;
- font-size: 1.8rem;
- box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
- }
- .blog-tabs .btn-light {
- margin-top: 1.5rem;
- }
- #content .container {
- margin-top: 50px;
- }
- .box-image-text .image {
- min-height: 200px;
- max-height: 200px;
- }
- .box-simple {
- min-height: 200px;
- margin-bottom: 0;
- }
- .box-simple .video__desc {
- color: black;
- font-size: 1.8rem;
- text-align: left;
- padding-left: 1rem;
- padding-right: 1rem;
- }
- .goto__btn {
- text-align: center;
- margin-top: 2rem;
- margin-left: auto;
- margin-right: auto;
- }
- .container__footer {
- display: flex;
- align-items: center;
- }
- .box-simple .icon__feature {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: auto;
- margin-right: auto;
- }
- .box-simple .icon__feature > i {
- font-size: 4.5rem;
- }
- @media (max-width: 992px) {
- .container__footer {
- flex-direction: column;
- }
- .container__footer > div {
- margin-bottom: 1.5rem;
- }
- .video__col {
- margin-bottom: 2rem;
- }
- .mb-mobile {
- margin-bottom: 5rem;
- }
- .step__box {
- margin-bottom: 2rem;
- }
- }
- .btn {
- border: 2px solid #181c47;
- }
- .btn:hover {
- background-color: #181c47;
- color: white;
- }
- .box-steps {
- border: 1px solid #181c47;
- padding: 1rem;
- border-radius: 5rem;
- position: relative;
- }
- .box-steps .step__box {
- position: absolute;
- left: -5px;
- top: -5px;
- width: 4rem;
- height: 4rem;
- background-color: white;
- }
- .box-steps .step__box span {
- font-size: 3rem;
- font-weight: 600;
- color: #38a7bb;
- }
- .box-steps .icon {
- border: none;
- }
- .box-steps .icon > i {
- font-size: 3.5rem;
- }
- .box__video {
- min-height: 280px;
- }
- .footer__btn__text {
- font-size: 2rem;
- color: white;
- }
- .table {
- display: flex;
- /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */
- border-radius: 15px;
- align-items: center;
- height: 280px;
- }
- .table .column {
- min-height: 280px;
- background-color: white;
- padding: 10px 2rem;
- }
- .table .column .body__company {
- font-size: 1.6rem;
- font-weight: 500;
- }
- .fa-check {
- margin-left: 4px;
- color: rgb(5, 212, 5);
- }
- .table .column .body__head {
- color: gray;
- }
- .table .column__first {
- border-radius: 15px 0 0 15px;
- }
- .table .column__last {
- border-radius: 0 15px 15px 0;
- }
- .table .column__choozmo {
- border: 1px solid rgb(212, 212, 212);
- box-shadow: 0 0 5px 1px rgb(197, 197, 197);
- border-radius: 15px;
- height: 340px;
- }
- .table .column div {
- min-height: 65px;
- }
- .navbar-brand > img {
- display: inline-block;
- }
- @media (max-width: 767px){
- .visible-xs {
- display: inline-block!important;
- }
- }
- .logo {
- width: 187px;
- height: 48px;
- }
- .logo-sm {
- width: 110px;
- height: 30px;
- }
- .logo_text {
- vertical-align: middle;
- }
- .footer_img {
- height: 60px;
- }
- .followus {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- margin-top: 1rem;
- }
- .followus__txt {
- display: inline-block;
- margin-right: 1rem;
- color: white;
- font-weight: 600;
- }
- .followus .followus__img {
- margin-right: 1rem;
- }
- .bar.mb-0 {
- margin-bottom: 0;
- }
- .headingvf {
- margin-bottom: 1.5rem;
- }
- .headingvf-sub {
- margin-bottom: 4rem;
- }
- .headingvf-sub h4 {
- color: grey;
- font-weight: 400;
- font-size: 1.6rem;
- line-height: 2.2rem;
- }
- .testimonial_img {
- width: 200px;
- border-radius: 50%;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .owl-item {
- height: 300px;
- overflow: hidden;
- }
- .testimonial-title {
- font-size: 2rem;
- }
- .testimonial-text {
- font-size: 1.6rem;
- }
- .testimonials__pro {
- margin-bottom: 1rem;
- }
- .testimonials__pro p {
- font-size: 1.6rem;
- }
- .testimonials__goto__btn a {
- animation-name: move;
- animation-duration: 1.5s;
- animation-delay: 0;
- animation-iteration-count: infinite;
- animation-direction: normal;
- animation-timing-function: linear;
- }
- @keyframes move {
- 0% {
- box-shadow: 0 0 0 transparent;
- }
- 50% {
- box-shadow: 5px 5px 4px #887e74;
- }
- 100% {
- box-shadow: 0 0 0 transparent;
- }
- }
- .row__rank {
- height: min-content;
- }
- .rank__box {
- min-height: min-content;
- }
- .rank .rank__word {
- display: inline-block;
- font-weight: 500;
- position: relative;
- }
- .rank .rank__word::after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 2px;
- left: 20%;
- top: 90%;
- background-color: #499aa8af;
- }
- .rank__num {
- display: inline-block;
- font-size: 3.5rem;
- color: #38a7bb;
- font-style: italic;
- font-weight: 600;
- }
- .video__steps {
- margin-top: 6rem;
- }
- .btn-video {
- text-align: center;
- display: block;
- width: 18rem;
- margin: 1rem auto;
- }
- @media (max-width: 992px) {
- .video__steps {
- margin-top: 1rem;
- }
- }
- .video-steps {
- display: flex;
- text-align: center;
- }
- .steps__box {
- flex: 20%;
- position: relative;
- }
- .steps__icon {
- font-size: 5rem;
- color: #38a7bb;
- }
- .steps__name {
- font-size: 1.8rem;
- color: rgb(68, 67, 67);
- margin-bottom: 1rem;
- }
- .steps__num {
- position: absolute;
- left: 15%;
- top: -2.5rem;
- font-size: 4rem;
- color: #72969c;
- font-weight: 500;
- }
- #content .container_list {
- margin-top: 100px;
- }
- #post-content img {
- width: 100%;
- box-shadow: 0 11px 21px 0 rgba(194, 194, 194, 0.644);
- transition: all .3s;
- margin: 1.5rem 0;
- }
- #post-content img:hover {
- transform: translateY(-.125em);
- box-shadow: 0 5px 10px 0 rgba(grey, 0.3);
- }
- #post-content i {
- font-size: 2rem;
- vertical-align: middle;
- }
- #blog-post {
- padding-bottom: 3rem;
- }
- #blog-post h2 {
- font-family: "Proxima Nova",sans-serif;
- margin-right: 5px;
- }
- #blog-post p, #blog-post li{
- font-size: 1.8rem;
- font-family: "Proxima Nova",sans-serif;
- }
- #block-vtuber {
- padding: 30px 0;
- margin-bottom: 40px;
- font-family: "Proxima Nova",sans-serif;
- color: #181c47;
- }
- #block-vtuber h2 {
- font-family: 'Poppins', sans-serif;
- font-weight: bolder;
- font-size: 3.7rem;
- }
- #block-vtuber p {
- font-size: 1.8rem;
- line-height: 3rem;
- }
- .txt-block {
- padding: 4rem 0;
- }
- .sec {
- padding: 9rem 0;
- margin-bottom: 0;
- }
- .sec01 {
- padding-top: 2rem;
- }
- .sec01 .embed-container::after{
- position: absolute;
- content: " ";
- left: 3rem;
- top: 3rem;
- width: 100%;
- height: 100%;
- background: url("https://i.imgur.com/hm0lc6X.jpg");
- z-index: -2;
- }
- .sec02 {
- background-color: #f3f3f9;
- position: relative;
- /* clip-path: polygon(0% -10%, 100% 0%, 110% 100%, 0% 100%); */
- }
- .sec03, .sec04, .sec05 {
- text-align: center;
- padding: 12rem 0;
- }
- .sec04 {
- padding: 8rem 0;
- background-color: #f3f3f9;
- position: relative;
- padding-top: 3rem;
- }
- .sec04::after {
- content: "";
- position: absolute;
- top: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- transform: rotate(180deg);
- background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .sec02::after {
- content: "";
- position: absolute;
- bottom: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .sec05 {
- position: relative;
- padding-top: 0;
- padding-bottom: 4rem;
- background-color: #f3f3f9;
- }
- .sec05::after {
- content: "";
- position: absolute;
- bottom: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- background-image: url("https://animoto.com/static/desktop-wiggle-6af922ddb441fd9fda898e14ecad1127.svg");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .img_decor {
- position: absolute;
- left: 4rem;
- top: 1rem;
- }
- .project {
- max-height: 15rem;
- }
- .project .owl-pagination {
- display: none;
- }
- .owl-carousel.project .owl-buttons {
- bottom: 0;
- transform: translateX(-50%);
- }
- .owl-carousel.project .owl-buttons div {
- box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 8%), 0 -1px 8px 0 rgb(0 0 0 / 4%);
- padding: 1rem;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- color: black;
- }
- .owl-carousel.project .owl-buttons div:hover {
- box-shadow: 3px 3px 16px 0 rgb(98 125 152 / 3%), 0 -1px 8px 0 rgb(0 0 0 / 1%);
- }
- .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
- top: 110%;
- right: 50%;
- }
- .txt-block .rankblock {
- list-style: none;
- }
- .txt-block .rankblock li {
- font-size: 2.2rem;
- margin-bottom: 1rem;
- }
- .txt-block .rankblock span {
- display: inline-block;
- width: 45px;
- height: 45px;
- border-radius: 50%;
- background-color: #23408c;
- color: white;
- line-height: 35px;
- margin-right: 1rem;
- font-size: 1.6rem;
- padding-left: 6px;
- padding-top: 6px;
- }
- .btn-template-main {
- color: #181c47;
- }
- .btn {
- color: #181c47;
- border: 2px solid #181c47;
- }
- .btn:hover {
- background-color: #181c47;
- border: 2px solid #181c47;
- }
- #blog-listing-medium .post{
- color: #181c47;
- }
- #blog-listing-medium .tag-post .image {
- position: relative;
- overflow: visible;
- }
- #blog-listing-medium .tag-post .image::after {
- position: absolute;
- content: " ";
- right: 2rem;
- bottom: 2rem;
- width: 100%;
- height: 100%;
- z-index: -1;
- }
- #blog-listing-medium .tag-post .image img {
- border: 5px solid white;
- }
- #blog-listing-medium .tag-post:nth-of-type(3n+1) .image::after {
- background-color: thistle;
- }
- #blog-listing-medium .tag-post:nth-of-type(3n+2) .image::after {
- background-color: #f3f3f9;
- }
- #blog-listing-medium .tag-post:nth-of-type(3n) .image::after {
- background-color: #eba764;
- }
- .v-tabs {
- max-width: 100%;
- }
- .v-tabs-nav li {
- float: left;
- width: 25%;
- list-style: none;
- }
- .v-tabs-nav li a {
- color: #23408c;
- font-size: 2.5rem;
- letter-spacing: 2px;
- display: block;
- font-weight: 600;
- padding: 10px 0;
- text-align: center;
- text-decoration: none;
- }
- .v-tabs-nav li a:hover {
- color: black;
- }
- .v-tab-active a {
- background: #fff;
- border-bottom: 2px solid #23408c;
- color: #2db34a;
- cursor: default;
- }
- .v-tabs-stage {
- clear: both;
- padding: 40px 30px 10px 30px;
- position: relative;
- top: -1px;
- text-align: left;
- }
- #block-vtuber .v-tabs-stage h2 {
- font-size: 2.5rem;
- }
- .d-tabs {
- max-width: 100%;
- }
- .d-tabs-nav li {
- float: left;
- width: 50%;
- list-style: none;
- }
- .d-tabs-nav li a {
- color: #23408c;
- font-size: 2.5rem;
- letter-spacing: 2px;
- display: block;
- font-weight: 600;
- padding: 10px 0;
- text-align: center;
- text-decoration: none;
- }
- .d-tabs-nav li a:hover {
- color: black;
- }
- .d-tab-active a {
- background: transparent;
- border-bottom: 2px solid #23408c;
- color: #2db34a;
- cursor: default;
- }
- .d-tabs-stage {
- clear: both;
- padding: 40px 30px 10px 30px;
- position: relative;
- top: -1px;
- text-align: left;
- }
- #block-vtuber .d-tabs-stage h2 {
- font-size: 2.5rem;
- }
- .m-tabs {
- max-width: 100%;
- }
- .m-tabs-nav li {
- float: left;
- width: 50%;
- list-style: none;
- }
- .m-tabs-nav li a {
- color: #23408c;
- font-size: 2.5rem;
- letter-spacing: 2px;
- display: block;
- font-weight: 600;
- padding: 10px 0;
- text-align: center;
- text-decoration: none;
- }
- .m-tabs-nav li a:hover {
- color: black;
- }
- .m-tab-active a {
- background: #f3f3f9;
- border-bottom: 2px solid #23408c;
- color: #2db34a;
- cursor: default;
- }
- .m-tabs-stage {
- clear: both;
- padding: 40px 30px 10px 30px;
- position: relative;
- top: -1px;
- text-align: left;
- }
- #block-vtuber .m-tabs-stage h2 {
- font-size: 2.5rem;
- }
- .sec06 {
- text-align: center;
- padding: 2rem 0;
- }
- .grow_title {
- text-align: center;
- }
- .grow_txt {
- font-size: 1.2rem;
- }
- .grow_call {
- font-weight: 700;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 2.3rem;
- display: block;
- margin-top: 1.5rem;
- margin-bottom: 1rem;
- }
- .grow_btn {
- padding: 1.2rem 7rem;
- font-size: 2.5rem;
- border: 2px solid #181c47;
- background: transparent;
- outline: none;
- border-radius: 5rem;
- transition: all .3s;
- display: inline-block;
- color: #181c47;
- text-decoration: none;
- }
- .grow_btn:hover {
- color: white;
- background: #181c47;
- text-decoration: none;
- }
- .grow_img {
- display: block;
- margin: 0 auto;
- margin-top: 1rem;
- }
|