first commit
This commit is contained in:
@@ -0,0 +1,194 @@
|
||||
/* ***** Global ***** */
|
||||
:root {
|
||||
--lqd-container-width: 1140px;
|
||||
--lqd-container-width-sm: 100%;
|
||||
--lqd-container-width-md: 100%;
|
||||
--bs-gutter-x: 20px;
|
||||
--lqd-row-gutter-y: 20px;
|
||||
--lqd-row-gutter-x: 20px;
|
||||
|
||||
--lqd-color-primary: #032A3E;
|
||||
--lqd-color-accent: #45485F;
|
||||
--lqd-color-purple-500: #7A25FF;
|
||||
--lqd-color-darkpurple: #330C60;
|
||||
--lqd-color-green-500: #00CB99;
|
||||
--lqd-color-darkpink: #671E3F;
|
||||
--lqd-badge-color: #f36861;
|
||||
--lqd-color-dark: #292929;
|
||||
--lqd-color-gradient-start: #007fff;
|
||||
--lqd-color-gradient-stop: #ff4d54;
|
||||
--lqd-color-purple-100: #F4EDFF;
|
||||
--lqd-color-brown-300: #F5DBB8;
|
||||
--lqd-color-brown-500: #A25139;
|
||||
--lqd-color-blue-100: #F2FDFF;
|
||||
--lqd-color-blue-200: #E7F3FF;
|
||||
--lqd-color-blue-300: #00BCF1;
|
||||
--lqd-color-blue-500: #3481D9;
|
||||
--lqd-color-blue-600: #283C62;
|
||||
--lqd-color-blue-700: #0152c5;
|
||||
--lqd-color-gray-100: #F7F7F8;
|
||||
--lqd-color-gray-400: #8e929b;
|
||||
--lqd-color-gray-700: #22272F;
|
||||
--lqd-color-gray-900: #1C1C1C;
|
||||
--lqd-color-green-100: #E1F2E6;
|
||||
--lqd-color-slate-100: rgba(116, 159, 239, 0.2);
|
||||
--lqd-color-slate-200: rgba(128, 130, 145, 0.77);
|
||||
--lqd-color-slate-300: #b4b6c6;
|
||||
--lqd-color-slate-400: #4B6E84;
|
||||
--lqd-color-slate-600: #225469;
|
||||
--lqd-color-orange-100: #F0EBE7;
|
||||
--lqd-color-pink-100: #FFD3D3;
|
||||
--lqd-color-purple-200: #F0EBFF;
|
||||
--lqd-color-purple-400: #a876f1;
|
||||
--lqd-color-purple-500: #3700CB;
|
||||
--lqd-color-red-200: #FFE6F9;
|
||||
--lqd-color-red-500: #A0124F;
|
||||
--lqd-color-red-700: #c50101;
|
||||
--lqd-color-yellow-100: #EDEBE2;
|
||||
--lqd-color-yellow-500: #c59801;
|
||||
--lqd-body-text-color: #737588;
|
||||
|
||||
--lqd-text-font-family: 'Rubik', sans-serif;
|
||||
--lqd-text-font-size: 13px;
|
||||
--lqd-accent-font-family: var(--lqd-text-font-family);
|
||||
--lqd-accent-font-size: 16px;
|
||||
--lqd-accent-line-height: 2em;
|
||||
|
||||
--lqd-body-font-family: 'Be Vietnam Pro', sans-serif;
|
||||
--lqd-body-font-size: 16px;
|
||||
--lqd-body-font-weight: 400;
|
||||
--lqd-body-line-height: 22px;
|
||||
|
||||
--lqd-heading-color: var(--lqd-color-accent);
|
||||
--lqd-heading-font-family: var(--lqd-text-font-family);
|
||||
--lqd-heading-font-weight: 600;
|
||||
--lqd-heading-line-height: 1.2em;
|
||||
--lqd-h1-font-size: 65px;
|
||||
--lqd-h1-line-height: 57px;
|
||||
--lqd-h1-letter-spacing: -1.96px;
|
||||
--lqd-h2-font-size: 40px;
|
||||
--lqd-h2-line-height: 1.1em;
|
||||
--lqd-h2-letter-spacing: -0.5px;
|
||||
--lqd-h3-font-size: 36px;
|
||||
--lqd-h4-font-size: 32px;
|
||||
--lqd-h5-font-size: 20px;
|
||||
--lqd-h6-font-size: 17px;
|
||||
|
||||
--lqd-cc-bc: var(--lqd-color-primary);
|
||||
--lqd-cc-bg: var(--lqd-color-primary);
|
||||
--lqd-cc-size-outer: 35px;
|
||||
--lqd-cc-size-inner: 7px;
|
||||
--lqd-cc-bw: 1px;
|
||||
--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
|
||||
--lqd-cc-active-bc: var(--lqd-color-primary);
|
||||
--lqd-cc-active-bg: var(--lqd-color-primary);
|
||||
--lqd-cc-active-bw: 1px;
|
||||
--lqd-cc-active-circle-color: #fff;
|
||||
--lqd-cc-active-circle-txt: #000;
|
||||
}
|
||||
|
||||
/* ***** Button ***** */
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
.btn {
|
||||
font-family: var(--lqd-text-font-family);
|
||||
}
|
||||
|
||||
/* ***** Main Header ***** */
|
||||
.main-header .lqd-hide-onstuck {
|
||||
background-size: 91px auto;
|
||||
}
|
||||
|
||||
.main-header .lqd-hide-onstuck a:before {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.social-icon:hover {
|
||||
opacity: .9;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.main-header .module-primary-nav a:hover,
|
||||
.main-header .module-primary-nav li.is-active,
|
||||
.social-icon:hover i {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.main-header.is-stuck .module-logo {
|
||||
padding-top: 18px;
|
||||
padding-inline-end: 0;
|
||||
padding-bottom: 18px;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.main-header .module-primary-nav .navbar-collapse {
|
||||
margin-right: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Sticky Bar ***** */
|
||||
.main-header .lqd-stickybar-left .btn:before {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
/* ***** Mobile Header ***** */
|
||||
@media (max-width: 767px) {
|
||||
.main-header .lqd-mobile-sec .navbar-brand img {
|
||||
max-width: 171px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Main Footer ***** */
|
||||
.main-footer .module-bg {
|
||||
background-position: 50% 100px;
|
||||
}
|
||||
|
||||
.main-footer .module-icon-bg-1,
|
||||
.main-footer .module-icon-bg-5 {
|
||||
background-color: rgba(112, 112, 112, 0.2);
|
||||
}
|
||||
|
||||
.main-footer .module-icon-bg-2,
|
||||
.main-footer .module-icon-bg-4 {
|
||||
background-color: rgba(112, 112, 112, 0.5);
|
||||
}
|
||||
|
||||
.main-footer .module-icon-bg-3 {
|
||||
background-color: #707070;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.main-footer .module-bg {
|
||||
padding: 70px 40px 50px 40px;
|
||||
}
|
||||
|
||||
.main-footer .footer-info {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.footer-content .module-last {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.footer-menu .module-last {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.footer-info .module-social,
|
||||
.footer-info .module-copyright {
|
||||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.main-footer .module-bg {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.footer-menu .module-third,
|
||||
.footer-menu .module-last {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
/* Testi Pricing */
|
||||
.testi-pricing {
|
||||
--lqd-color-blue-100: #E3E4E8;
|
||||
}
|
||||
.testi-pricing .star-rating {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.testi-pricing .carousel-dots {
|
||||
top: auto;
|
||||
right: auto;
|
||||
bottom: -65px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.testi-pricing .carousel-dots:not(.carousel-dots-inside) {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[data-elementor-device-mode*=tablet] .testi-pricing .carousel-dots-mobile,
|
||||
[data-elementor-device-mode*=mobile] .testi-pricing .carousel-dots-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-1 {
|
||||
left: 13%;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-2 {
|
||||
right: 23%;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.testi-pricing {
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.testi-pricing .carousel-item {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-2 {
|
||||
top: 14%;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-1 {
|
||||
left: 3%;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-2 {
|
||||
right: 8%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.testi-pricing .col-12:first-child {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.testi-pricing .carousel-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.testi-pricing .module-shape-2 {
|
||||
top: 4%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,603 @@
|
||||
/* ***** Banner ***** */
|
||||
.banner .btn-solid {
|
||||
--btn-pt: 16px;
|
||||
--btn-pe: 31px;
|
||||
--btn-pb: 16px;
|
||||
--btn-ps: 31px;
|
||||
--icon-mt: 0;
|
||||
--icon-me: 18px;
|
||||
--icon-mb: 0;
|
||||
--icon-ms: 0;
|
||||
}
|
||||
|
||||
.banner .btn-icon-right {
|
||||
--icon-mt: 2px;
|
||||
--icon-ms: 10px;
|
||||
}
|
||||
|
||||
.banner .btn-txt small {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.banner .lqd-imggrp-single[data-float] {
|
||||
--float-animate-to: 1%;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.banner {
|
||||
padding: 40px 40px 0 40px;
|
||||
}
|
||||
|
||||
.banner .ld-fancy-heading p {
|
||||
padding: 0 15%;
|
||||
}
|
||||
|
||||
.banner .module-img {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.banner {
|
||||
padding: 20px 20px 180px 20px;
|
||||
}
|
||||
|
||||
.banner .ld-fancy-heading p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.banner .btn-icon-right {
|
||||
margin: 20px 30px 0 30px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Fixed Navigation ***** */
|
||||
.fixed-navigation {
|
||||
border-radius: 55px 55px 0 0;
|
||||
}
|
||||
|
||||
.fixed-navigation .lqd-fancy-menu>.reset-ul>li>a:hover,
|
||||
.fixed-navigation .lqd-fancy-menu li.is-active>a {
|
||||
color: #FFFFFF;
|
||||
background: var(--lqd-color-primary);
|
||||
}
|
||||
|
||||
/* ***** Clients ***** */
|
||||
.clients .lqd-imggrp-single:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.clients {
|
||||
padding: 50px 40px;
|
||||
}
|
||||
|
||||
.clients .module-img {
|
||||
margin: 30px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.clients {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Features ***** */
|
||||
.features .lqd-iconbox-scale:hover {
|
||||
transform: scale(1.1);
|
||||
background-color: #fff;
|
||||
box-shadow: 0px 20px 70px 0px rgb(0 0 0 / 10%);
|
||||
}
|
||||
|
||||
.features .iconbox-side .iconbox-icon-wrap {
|
||||
margin-inline-end: 24px;
|
||||
}
|
||||
|
||||
.features .lqd-iconbox-scale:hover .iconbox-heading-arrow-onhover h3 svg {
|
||||
opacity: 1;
|
||||
transform: translateX(.5em);
|
||||
}
|
||||
|
||||
.features .iconbox h3 {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.features {
|
||||
padding: 100px 20px;
|
||||
}
|
||||
|
||||
.features .lqd-iconbox-scale {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.features .col-12:first-child .d-flex {
|
||||
margin: 0 0 30px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.features {
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.features .lqd-iconbox-scale {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Payments ***** */
|
||||
.payments .iconbox:last-child .iconbox-icon-wrap:before {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.payments .module-icon-1 {
|
||||
left: -7px;
|
||||
}
|
||||
|
||||
.payments .module-icon-2 {
|
||||
left: 229px;
|
||||
}
|
||||
|
||||
.payments .module-icon-3 {
|
||||
left: 36px;
|
||||
}
|
||||
|
||||
.payments .module-icon-4 {
|
||||
left: 411px;
|
||||
}
|
||||
|
||||
.payments .module-icon-5 {
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.payments .module-icon-6 {
|
||||
left: 351px;
|
||||
}
|
||||
|
||||
.payments .lqd-imggrp-single[data-float] {
|
||||
--float-animate-from: 0;
|
||||
--float-animate-to: 1%;
|
||||
--float-animation-ease: ease-in-out;
|
||||
}
|
||||
|
||||
.payments .iconbox-circle:hover .iconbox-icon-container {
|
||||
color: #F2FDFF;
|
||||
background-color: #00BFF1;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.payments {
|
||||
padding: 50px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.payments {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Carousel Text LG ***** */
|
||||
.carousel-text-lg .carousel-item-content {
|
||||
font-size: 12vw;
|
||||
}
|
||||
|
||||
.carousel-text-lg .carousel-item-content>* {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.carousel-text-lg .module-title-top h2 {
|
||||
background: linear-gradient(to right, #CCD0FB, #CCD0FB, #4452F2);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.carousel-text-lg .module-title-bottom h2 {
|
||||
-webkit-text-stroke-color: #000;
|
||||
-webkit-text-stroke-width: 1px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.carousel-text-lg .carousel-item-content {
|
||||
font-size: 17vw;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Solutions ***** */
|
||||
.solutions .lqd-section-scroll-dots {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.solutions .lqd-section-scroll-dot {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50em;
|
||||
}
|
||||
|
||||
.solutions .lqd-overlay {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.solutions .module-img-1 .block-revealer__element {
|
||||
background-color: #F0EBFF;
|
||||
}
|
||||
|
||||
.solutions .module-img-2 .block-revealer__element {
|
||||
background-color: #EBF3FF;
|
||||
}
|
||||
|
||||
.solutions .module-img-3 .block-revealer__element {
|
||||
background-color: #FFEBEB;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.solutions {
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.solutions .lqd-section-scroll-inner {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.solutions .module-col {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.solutions {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Subscribe ***** */
|
||||
.subscribe>.container {
|
||||
max-width: 850px;
|
||||
}
|
||||
|
||||
.subscribe .module-lines {
|
||||
--divider-border-style: solid;
|
||||
--divider-border-width: 4px;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.subscribe .module-lines .divider:first-child {
|
||||
--divider-color: #F69F29;
|
||||
}
|
||||
|
||||
.subscribe .module-lines .divider:nth-child(2) {
|
||||
--divider-color: #B469FF;
|
||||
}
|
||||
|
||||
.subscribe .module-lines .divider:nth-child(3) {
|
||||
--divider-color: #FFC221;
|
||||
}
|
||||
|
||||
.subscribe .module-lines .divider:last-child {
|
||||
--divider-color: #30C469;
|
||||
}
|
||||
|
||||
.subscribe .lqd-shape-top svg {
|
||||
width: calc(300% + 1.3px);
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.subscribe {
|
||||
padding: 0 20px 50px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.subscribe .module-section {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Tab Box ***** */
|
||||
.tab-box .lqd-tabs-nav {
|
||||
--icon-size: 1em;
|
||||
}
|
||||
|
||||
.tab-box .lqd-tabs .lqd-tabs-nav li a.active,
|
||||
.tab-box .lqd-tabs-style-5 .lqd-tabs-nav a:after {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(180deg, rgb(234, 244, 243) 0%, rgb(255, 255, 255) 100%);
|
||||
}
|
||||
|
||||
.tab-box .lqd-tabs-nav>li>a,
|
||||
.tab-box .lqd-tabs-nav .h3,
|
||||
.tab-box .lqd-tabs-nav>li>a .lqd-tabs-nav-txt {
|
||||
font-family: var(--lqd-accent-font-family), Sans-serif;
|
||||
font-size: var(--lqd-accent-font-size);
|
||||
line-height: var(--lqd-accent-line-height);
|
||||
letter-spacing: var(--lqd-accent-letter-spacing);
|
||||
word-spacing: var(--lqd-accent-word-spacing);
|
||||
}
|
||||
|
||||
.tab-box .lqd-tabs .lqd-tabs-nav li a.active {
|
||||
color: #35399F;
|
||||
}
|
||||
|
||||
.lqd-tabs-style-13 .lqd-tabs-nav li a.active .lqd-tabs-nav-ext {
|
||||
display: block;
|
||||
color: var(--lqd-body-text-color);
|
||||
}
|
||||
|
||||
.tab-box .lqd-tabs .lqd-tabs-nav .lqd-tabs-nav-ext {
|
||||
font-family: var(--lqd-body-font-family);
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.tab-box .lqd-counter-element {
|
||||
margin-bottom: .3em;
|
||||
font-size: 51px;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.tab-box {
|
||||
padding: 50px 40px;
|
||||
}
|
||||
|
||||
.tab-box .module-clients {
|
||||
margin-top: 30px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.lqd-tabs-style-13 {
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.tab-box {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.tab-box .module-clients {
|
||||
margin-top: 30px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.tab-box .lqd-counter-element {
|
||||
font-size: 12vw;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Pricing ***** */
|
||||
.pricing .lqd-shape-top svg {
|
||||
width: calc(300% + 1.3px);
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.pricing .module-shape-1 {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs .lqd-tabs-nav a {
|
||||
color: #545767;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs .lqd-tabs-nav a.active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.lqd-tabs-style-10 .lqd-tabs-nav li a.active:before {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs .lqd-tabs-nav a:after {
|
||||
background-color: #49C193;
|
||||
}
|
||||
|
||||
.pricing .iconbox-icon-wrap {
|
||||
margin-inline-end: 24px;
|
||||
}
|
||||
|
||||
.pricing .iconbox-icon-container {
|
||||
min-width: 49px;
|
||||
font-size: 49px;
|
||||
width: 74px;
|
||||
height: 74px;
|
||||
background-color: #D5F9EE;
|
||||
}
|
||||
|
||||
.pricing .lqd-imggrp-single[data-float] {
|
||||
--float-animate-to: 16%;
|
||||
--float-animation-ease: ease;
|
||||
}
|
||||
|
||||
.pricing .badge-lqd-shape {
|
||||
right: -27px;
|
||||
}
|
||||
|
||||
.pricing .icon-list-item>.icon-list-text,
|
||||
.pricing .icon-list-item>a {
|
||||
font-family: var(--lqd-text-font-family), Sans-serif;
|
||||
font-size: var(--lqd-text-font-size);
|
||||
line-height: var(--lqd-text-line-height);
|
||||
letter-spacing: var(--lqd-text-letter-spacing);
|
||||
word-spacing: var(--lqd-text-word-spacing);
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs-content {
|
||||
--divider-border-style: solid;
|
||||
--divider-color: #F1F2F5;
|
||||
--divider-border-width: 1px;
|
||||
}
|
||||
|
||||
.pricing .badge-shape {
|
||||
right: -27px;
|
||||
}
|
||||
|
||||
.pricing .badge-text {
|
||||
right: -10px;
|
||||
}
|
||||
|
||||
.pricing .module-btn-1:before {
|
||||
background-color: var(--lqd-color-green-500);
|
||||
}
|
||||
|
||||
.pricing .module-btn-2:before {
|
||||
background-color: var(--lqd-color-gradient-start);
|
||||
}
|
||||
|
||||
.pricing .module-btn-3:before {
|
||||
background-color: var(--lqd-color-darkpink);
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.pricing {
|
||||
padding: 50px 40px;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs-content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.pricing {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs .py-50 {
|
||||
padding: 10px 20px 50px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 479px) {
|
||||
.pricing .lqd-tabs-style-10 .lqd-tabs-nav li:last-child a {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs-style-10 .lqd-tabs-nav li a:before {
|
||||
left: 10px;
|
||||
bottom: 10px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.pricing .lqd-tabs-style-10 .lqd-tabs-nav li a:after {
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Testimonials ***** */
|
||||
.testimonials .module-slider {
|
||||
max-width: 470px;
|
||||
}
|
||||
|
||||
.testimonials .lqd-shape-top svg {
|
||||
width: calc(300% + 1.3px);
|
||||
height: 100px;
|
||||
transform: translateX(-50%) rotateY(180deg);
|
||||
}
|
||||
|
||||
.testimonials .module-shape-1 {
|
||||
right: 10%;
|
||||
}
|
||||
|
||||
.testimonials .module-shape-2 {
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
.testimonials .module-shape-3 {
|
||||
left: 66%;
|
||||
}
|
||||
|
||||
.testimonials .carousel-nav {
|
||||
top: auto;
|
||||
bottom: 80px;
|
||||
}
|
||||
|
||||
.testimonials .carousel-nav .flickity-button {
|
||||
color: #0E524A;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.testimonials .carousel-nav .flickity-button svg {
|
||||
fill: #0E524A;
|
||||
}
|
||||
|
||||
.testimonials .carousel-nav .flickity-button.previous {
|
||||
left: -100px;
|
||||
}
|
||||
|
||||
.testimonials .carousel-nav .flickity-button.next {
|
||||
right: -100px;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.testimonials .module-shape-1 {
|
||||
right: -31px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Faq ***** */
|
||||
.faq .accordion-item.active .accordion-title a {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.faq {
|
||||
padding: 50px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.faq {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Blog ***** */
|
||||
.blog .lqd-shape-top svg {
|
||||
width: calc(300% + 1.3px);
|
||||
}
|
||||
|
||||
.blog .iconbox h3 {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.blog .module-color,
|
||||
.blog .module-color-1 {
|
||||
--lqd-color-primary: var(--lqd-color-blue-700);
|
||||
}
|
||||
|
||||
.blog .module-color-2 {
|
||||
--lqd-color-primary: var(--lqd-color-green-500);
|
||||
}
|
||||
|
||||
.blog .module-color-3 {
|
||||
--lqd-color-primary: var(--lqd-color-red-700);
|
||||
}
|
||||
|
||||
.blog .module-color-4 {
|
||||
--lqd-color-primary: var(--lqd-color-yellow-500);
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.blog {
|
||||
padding: 0 40px 50px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.blog {
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user