12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262 |
- /* 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;
- 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: 10%;
- top: 25%;
- z-index: 3;
- }
- .hero-orange-s {
- position: absolute;
- right: 40%;
- bottom: 15%;
- z-index: 3;
- }
- .hero-imgfr {
- width: 100%;
- height: 85%;
- }
- .hero-imgfr img {
- width: 100%;
- transform: translateY(-8rem);
- }
- /* 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: 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;
- }
- .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: 10rem 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 .features-col {
- position: relative;
- }
- .sec-features .features-col .features-block {
- position: absolute;
- left: 10rem;
- top: 6rem;
- display: flex;
- opacity: 0;
- transition: all 1s;
- }
- .sec-features .features-col .features-block.active {
- opacity: 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;
- }
- .sec-action .action-clip h2 {
- color: white;
- }
- .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;
- }
- @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;
- }
|