123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587 |
- /* your styles go here */
- .text-center {
- text-align: center;
- }
- .text-left {
- text-align: left;
- }
- /* 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;
- padding-bottom: 0;
- margin-bottom: 0 !important;
- }
- .sec-hero .hero-title {
- font-size: 3.5rem;
- letter-spacing: 1px;
- padding-top: 2.5rem;
- }
- .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);
- }
- .hero-orange {
- position: absolute;
- left: 10%;
- top: 0%;
- }
- .hero-purple {
- position: absolute;
- right: 0%;
- top: -10%;
- z-index: -1;
- width: 180px;
- }
- .hero-orange-s {
- position: absolute;
- left: -5%;
- bottom: 13%;
- z-index: -1;
- animation: floating 8s infinite ease-in-out;
- width: 80px;
- }
- .hero-textgrp {
- z-index: 3;
- position: absolute;
- left: 5%;
- top: 10%;
- animation: floating3 6s infinite 1s ease-in-out;
- width: 300px;
- }
- .hero-video {
- z-index: 3;
- position: absolute;
- right: 3%;
- top: -5%;
- animation: floating 8s infinite 1.5s ease-in-out;
- width: 120px;
- }
- .hero-amplify {
- z-index: 3;
- position: absolute;
- bottom: 5%;
- right: 0;
- animation: floating2 5s infinite ease-in-out;
- width: 120px;
- }
- .hero-imgfr {
- width: 100%;
- height: 95%;
- }
- .hero-imgfr img {
- width: 100%;
- }
- @keyframes floating {
- from { transform: translate(0px, 0); }
- 65% { transform: translate(25px, 0); }
- to { transform: translate(0, -0px); }
- }
- @keyframes floating3 {
- from { transform: translate(0px, 0); }
- 65% { transform: translate(-20px, 0); }
- to { transform: translate(0, -0px); }
- }
- @keyframes floating2 {
- from { transform: translate(0px, 0); }
- 65% { transform: translate(0px, 10px); }
- to { transform: translate(0, -0px); }
- }
- /* sec-usecase */
- .sec-usecase {
- padding: 6rem 0;
- position: relative;
- margin-bottom: 0 !important;
- }
- .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-sub i {
- color: #EA5413;
- }
- .sec-usecase .usecase-block {
- padding: 0 1rem;
- z-index: 3;
- }
- .sec-usecase .usecase-imgfr {
- width: 100%;
- height: 25rem;
- border-radius: 1rem;
- overflow: hidden;
- 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;
- padding-bottom: 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: 75%;
- height: 23rem;
- }
- .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 .row {
- margin: 8rem 0;
- }
- .sec-features .row:nth-of-type(1) {
- margin: 4rem 0;
- }
- .sec-features .row:nth-of-type(4) {
- margin-bottom: 0;
- }
- .features-orangel {
- position: absolute;
- left: -150px;
- top: 5%;
- z-index: -1;
- }
- .features-purpler {
- position: absolute;
- right: -150px;
- top: 5%;
- z-index: -1;
- }
- .features-purplel {
- position: absolute;
- left: -150px;
- top: 5%;
- z-index: -1;
- }
- .features-oranger {
- position: absolute;
- right: -150px;
- top: 5%;
- z-index: -1;
- }
- .sec-features .row .d-block {
- display: none;
- }
- .sec-features .features-col {
- position: relative;
- }
- .sec-features .features-col .features-block {
- position: absolute;
- left: 10rem;
- top: 6rem;
- display: flex;
- opacity: 0;
- transition: all .8s;
- }
- .sec-features .features-col .block-right {
- transform: translateX(-30%) scale(0.95);
- }
- .sec-features .features-col .block-left {
- transform: translateX(30%) scale(0.95);
- }
- .sec-features .features-col .features-block.active {
- opacity: 1;
- transform: translateX(0%) scale(1);
- }
- .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 video {
- width: 100%;
- }
- .sec-features .features-list {
- text-align: left;
- }
- .sec-blogtab {
- padding-bottom: 5rem;
- }
- .blog-tabs {
- display: flex;
- align-items: center;
- }
- .blogtab-title {
- font-size: 3rem;
- letter-spacing: 1px;
- padding-bottom: 6px;
- border-bottom: 8px solid #EA5413;
- display: inline-block;
- text-align: center;
- }
- .blog-tabs .blog-tabs-nav {
- width: 35%;
- background-color: #F0F0F0;
- padding: 4rem 2.5rem;
- list-style: none;
- box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
- text-align: left;
- }
- .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: 48rem;
- overflow: hidden;
- text-align: left;
- }
- .blog-tab-box {
- height: 95%;
- overflow: scroll;
- }
- .blog-tabs .blog-tabs-stage .blog-txt {
- font-size: 1.6rem;
- }
- .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;
- color: #EA5413;
- }
- /* sec-action */
- .sec-action {
- padding-bottom: 7rem;
- background-color: #FFEBE2;
- margin-bottom: 0 !important;
- }
- .sec-action .container-fluid {
- padding: 0;
- }
- .sec-action .action-clip {
- width: 100%;
- background-color: #EA5413;
- padding: 2rem 0;
- border-color: #EA5413;
- }
- .sec-action .action-clip h2 {
- color: white;
- }
- .sec-action .action-triangle {
- clip-path: polygon(0 0, 50% 60%, 100% 0);
- -webkit-clip-path: polygon(0 0, 50% 60%, 100% 0);
- background: #EA5413;
- height: 8rem;
- border-color: #EA5413;
- }
- .sec-action form {
- padding: 4rem 0;
- }
- .sec-action form .action-input {
- padding: .8rem;
- display: block;
- width: 35rem;
- margin: 0 auto;
- border: 1px solid #9B9B9B;
- border-radius: 8px;
- outline: none;
- }
- .sec-action form .action-input::placeholder {
- color: #9B9B9B;
- }
- .sec-action form .action-input::-webkit-input-placeholder {
- color: #9B9B9B;
- }
- .sec-action form .action-input:-moz-input-placeholder{
- color: #9B9B9B;
- }
- .sec-action form .action-input:-ms-input-placeholder{
- color: #9B9B9B;
- }
- .sec-action .action-btn {
- border: none;
- outline: none;
- padding: .8rem 3.5rem;
- border-radius: 3rem;
- font-size: 2.2rem;
- background-color: white;
- color: #EA5413;
- margin-top: 3rem;
- }
- /* footer */
- .footer {
- background-color: #F0F0F0;
- padding: 3rem;
- }
- .footer .row{
- display: flex;
- align-items: center;
- }
- .footer .footer-aigirl {
- font-weight: 600;
- font-size: 2rem;
- margin-top: 1rem;
- margin-bottom: 2.5rem;
- }
- .footer .footer-follow {
- font-size: 1.6rem;
- margin-bottom: 1rem;
- }
- .footer .footer-socials a{
- margin-right: 5px;
- }
-
- #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;
- }
- #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;
- }
- .sec-right {
- position: absolute;
- right: -15%;
- top: 10%;
- }
- .sec02 {
- background-color: #FFEBE2;
- 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: #FFEBE2;
- position: relative;
- padding-top: 3rem;
- }
- .sec04::after {
- display: none;
- content: "";
- position: absolute;
- top: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- transform: rotate(180deg);
- background-image: url("https://i.imgur.com/fR4Tz5V.png");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .sec02::after {
- display: none;
- content: "";
- position: absolute;
- bottom: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- background-image: url("https://i.imgur.com/fR4Tz5V.png");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .sec05 {
- position: relative;
- padding-top: 0;
- padding-bottom: 4rem;
- background-color: #FFEBE2;
- }
- .sec05::after {
- display: none;
- content: "";
- position: absolute;
- bottom: -66px;
- left: 0;
- display: block;
- width: 100%;
- height: 66px;
- background-image: url("https://i.imgur.com/fR4Tz5V.png");
- background-size: 3840px 66px;
- background-position: 0 0;
- }
- .img_decor {
- position: absolute;
- left: 4rem;
- top: 1rem;
- }
- .project {
- max-height: 16rem;
- }
- .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;
- padding: 0;
- }
- .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: #EA5413;
- color: white;
- line-height: 35px;
- margin-right: 1rem;
- font-size: 1.6rem;
- padding-left: 6px;
- padding-top: 6px;
- }
- .btn-template-main {
- color: #EA5413;
- }
- .btn {
- color: #EA5413;
- border: 2px solid #EA5413;
- border-radius: 2rem;
- }
- .btn:hover {
- background-color: #EA5413;
- border: 2px solid #EA5413;
- }
- #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: grey;
- 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 grey;
- 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;
- }
- #block-vtuber .v-tabs .owl-page span {
- background: #EA5413;
- }
- .d-tabs {
- max-width: 100%;
- }
- .d-tabs-nav li {
- float: left;
- width: 50%;
- list-style: none;
- }
- .d-tabs-nav li a {
- color: grey;
- 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 grey;
- 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: grey;
- 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: transparent;
- border-bottom: 2px solid grey;
- 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;
- position: relative;
- color: black;
- }
- .sec06-left {
- position: absolute;
- left: 2rem;
- top: -10rem;
- }
- .sec06-right {
- position: absolute;
- right: 2rem;
- bottom: 5rem;
- }
- .sec06 > .container {
- box-shadow: 0px 0px 8px 2px rgb(212, 212, 212);
- transform: translateY(-12rem);
- background-color: white;
- padding: 3rem 0;
- padding-bottom: 7rem;
- position: relative;
- }
- .sec06 .sec06-icons {
- position: absolute;
- left: 4rem;
- bottom: 2rem;
- }
- .sec06 .sec06-icons img {
- margin-right: 1rem;
- }
- .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;
- color: #EA5413;
- }
- .grow_btn {
- padding: 1.2rem 7rem;
- font-size: 2.5rem;
- border: 2px solid #EA5413;
- background: transparent;
- outline: none;
- border-radius: 5rem;
- transition: all .3s;
- display: inline-block;
- color: #EA5413;
- text-decoration: none;
- }
- .grow_btn:hover {
- color: white;
- background: #EA5413;
- text-decoration: none;
- }
- .grow_img {
- display: block;
- margin: 0 auto;
- margin-top: 1rem;
- }
- .owl-item {
- height: 300px;
- overflow: hidden;
- }
- .advantages-list {
- text-align: left;
- }
- .txt-block .advantages-list span {
- text-align: center;
- }
- @media (max-width: 992px) {
- .sec-steps .steps-block {
- padding: 0rem;
- }
-
- .sec-steps .steps-block::after {
- width: 100%;
- height: 12rem;
- }
-
- .sec-steps .steps-imgfr {
- width: 100%;
- height: 20rem;
- }
-
- .sec-steps .steps-imgfr img {
- width: 100%;
- }
- .sec-steps .steps-txt h3.steps-sub {
- font-size: 1.3rem;
- }
-
- .sec-steps .steps-txt span {
- width: 25px;
- height: 25px;
- background-color: #EA5413;
- font-size: 1.3rem;
- line-height: 25px;
- }
- .sec-features .row {
- margin: 5rem 0;
- }
- .sec-features .features-col {
- position: relative;
- height: 25vh;
- }
- .sec-features .features-col .features-block {
- left: 2rem;
- top: 1rem;
- }
- .sec-features .row .d-md-block {
- display: none;
- }
- .sec-features .row .d-block {
- display: block;
- }
- .sec-hero .col-left {
- margin-top: 2.5rem;
- }
- }
- @media (max-width: 765px) {
- .sec-steps .steps-block {
- padding: 2rem 15rem;
- }
- .sec-steps .steps-imgfr {
- width: 100%;
- height: 32vh;
- }
- .sec-usecase .row>div {
- width: 50%;
- }
- .sec-features {
- margin-bottom: 0;
- }
-
- .blog-tabs {
- flex-direction: column;
- }
- .blog-tabs .blog-tabs-stage {
- width: 95%;
- margin-top: -4rem;
- background-color: white;
- }
- .blog-tabs .blog-tabs-nav {
- width: 95%;
- background-color: #F0F0F0;
- padding: 4rem 2.5rem;
- list-style: none;
- box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
- text-align: left;
- }
- .blog-tabs .blog-tabs-nav li {
- padding: 10px;
- border-bottom: 1px dashed grey;
- }
- .blog-tabs .blog-tabs-nav li a {
- color: #EA5413;
- }
- .footer .container .row {
- flex-direction: column;
- text-align: center;
- }
- .navbar-collapse .navbar-nav li {
- display: inline-block;
-
- }
- .nav>li {
- display: inline-block;
- }
- }
- @media (max-width: 576px) {
- .sec {
- padding-left: 2rem;
- padding-right: 2rem;
- }
- .sec-hero {
- padding: 4rem 0;
- }
- .sec-hero .hero-title {
- font-size: 2.5rem;
- }
- .sec-steps .steps-block {
- padding: 2rem 6rem;
- }
- .sec-steps .steps-imgfr {
- width: 100%;
- height: 20rem;
- }
- .sec-steps .steps-txt h3.steps-sub {
- font-size: 1.5rem;
- }
- .sec-usecase .row>div {
- width: 100%;
- }
- .sec-usecase .usecase-block {
- padding: 0 4rem;
- }
- .hero-purple {
- width: 130px;
- }
-
- .hero-orange-s {
- left: 0%;
- width: 60px;
- }
-
- .hero-textgrp {
- left: 8%;
- width: 200px;
- }
-
- .hero-video {
- right: 5%;
- width: 90px;
- }
-
- .hero-amplify {
- width: 90px;
- }
- #content .container {
- margin-top: 0;
- }
- .sec01 {
- padding-top: 0;
- }
- #heading-breadcrumbs {
- margin-bottom: 0;
- background: white, url('https://i.imgur.com/N7tVTSh.png');
- }
- #block-vtuber {
- padding: 0;
- }
- #blog-listing-medium .tag-post:nth-of-type(3n+1) .image::after {
- background-color: transparent;
- }
-
- #blog-listing-medium .tag-post:nth-of-type(3n+2) .image::after {
- background-color: transparent;
- }
-
- #blog-listing-medium .tag-post:nth-of-type(3n) .image::after {
- background-color: transparent;
- }
- .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
- top: 130%;
- }
- .owl-item {
- height: unset;
- }
- .v-tabs-nav {
- padding: 0 30px;
- }
- .d-tabs-nav {
- padding: 0 30px;
- }
- .m-tabs-nav {
- padding: 0 30px;
- }
- }
- @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:hover {
- 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: 150px;
- height: 40px;
- }
- .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;
- }
- .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;
- }
|