first commit

This commit is contained in:
2024-09-06 13:32:15 -04:00
commit 700e8a2948
2013 changed files with 447887 additions and 0 deletions
+190
View File
@@ -0,0 +1,190 @@
/* Global */
:root {
--lqd-container-width: 1060px;
--lqd-container-width-md: 100%;
--lqd-container-width-sm: 100%;
--lqd-row-gutter-x: 0;
--lqd-row-gutter-y: 0;
--lqd-color-primary: #675DE1;
--lqd-color-secondary: #6BCD94;
--lqd-color-dark: #292929;
--lqd-color-purple-500: #8745D5;
--lqd-color-blue-500: #007fff;
--lqd-color-blue-600: #354B60;
--lqd-color-blue-700: #032A3E;
--lqd-color-blue-900: #282734;
--lqd-color-brown-300: #F5DBB8;
--lqd-color-brown-500: #A25139;
--lqd-color-green-300: #82B541;
--lqd-color-green-400: #84F0B2;
--lqd-color-green-500: #49C193;
--lqd-color-green-700: #26372D;
--lqd-color-slate-100: rgba(110, 127, 153, 0.1);
--lqd-color-slate-200: #b4b6c6;
--lqd-color-slate-300: #9999A3;
--lqd-color-slate-400: #6e7f99;
--lqd-color-slate-500: rgba(69, 67, 113, 0.58);
--lqd-color-slate-600: #61969D;
--lqd-color-slate-700: #45485F;
--lqd-color-orange: #ed6a04;
--lqd-badge-color: #6E7F99;
--lqd-color-gradient-start: var(--lqd-color-purple-500);
--lqd-color-gradient-stop: var(--lqd-color-green-500);
--lqd-color-orange-100: rgba(196, 116, 66, 0.15);
--lqd-color-green-100: rgba(66, 196, 106, 0.2);
--lqd-color-purple-100: rgba(142, 114, 235, 0.17);
--lqd-color-yellow-100: rgba(249, 223, 104, 0.22);
--lqd-color-pink-100: rgba(196, 66, 132, 0.15);
--lqd-color-blue-100: rgba(47, 178, 187, 0.22);
--lqd-body-text-color: #3C4B62;
--lqd-body-font-family: 'Be Vietnam Pro', sans-serif;
--lqd-body-font-size: 17px;
--lqd-body-font-weight: 400;
--lqd-body-line-height: 1.35em;
--lqd-accent-font-family: 'Rubik',sans-serif;
--lqd-accent-font-size: 16px;
--lqd-accent-line-height: 2em;
--lqd-heading-color: var(--lqd-color-blue-900);
--lqd-heading-font-family: var(--lqd-body-font-family);
--lqd-h1-font-size: 40px;
--lqd-heading-font-weight: 700;
--lqd-heading-line-height: 1em;
--lqd-h1-letter-spacing: -1.5px;
--lqd-h2-font-size: 36px;
--lqd-h2-letter-spacing: -1.5px;
--lqd-h3-font-size: 32px;
--lqd-h4-font-size: 25px;
--lqd-h5-font-size: 21px;
--lqd-h6-font-size: 18px;
--lqd-cc-size-inner: 17px;
--lqd-cc-bg: rgb(255, 255, 255);
--lqd-cc-active-bw: 1px;
--lqd-cc-active-bg: rgb(255, 251, 251);
--lqd-cc-active-bc: rgb(255, 251, 251);
--lqd-cc-active-circle-txt: rgb(255, 251, 251);
--lqd-cc-blend-mode: difference;
}
@media (max-width: 1199px) {
.container {
--lqd-row-gutter-x: 40px;
}
}
@media (max-width: 767px) {
.module-content-col {
padding: 30px;
}
.module-first-col {
margin: 0 0 20px 0;
}
}
/* Titlebar */
.titlebar-inner h1 {
font-size: 72px;
}
@media (max-width: 767px) {
.titlebar-inner h1 {
font-size: 62px;
}
}
/* Button */
.nav-trigger .bars {
width: 41px;
height: 41px;
}
.nav-trigger.style-2 .bar {
width: 15px;
}
.module-btn-sm {
--btn-pt: 8px;
--btn-pe: 22px;
--btn-pb: 8px;
--btn-ps: 22px;
}
.module-btn-md {
--icon-ms: 12px;
--btn-pt: 1em;
--btn-pe: 1.66em;
--btn-pb: 1em;
--btn-ps: 1.66em;
}
.btn .btn-icon {
--icon-ms: 12px;
}
/* Main Header */
.main-header .main-nav {
--lqd-menu-items-top-padding: 15px;
--lqd-menu-items-right-padding: 22px;
--lqd-menu-items-bottom-padding: 15px;
--lqd-menu-items-left-padding: 22px;
}
.main-header .main-nav li a:before {
background-color: #F7F7F7;
}
.main-header .main-nav>li.is-active>a,
.main-header .main-nav>li.current-menu-item>a,
.main-header .main-nav>li.current-menu-ancestor>a,
.navbar-fullscreen .main-header .main-nav>li.is-active>a,
.navbar-fullscreen .main-header .main-nav>li.current-menu-item>a,
.navbar-fullscreen .main-header .main-nav>li.current-menu-ancestor>a {
color: #000000;
}
.site-header.is-stuck .module-bg {
background-color: #fff;
}
/* Left Side Drawer */
.main-header .ld-module-sd-left .ld-module-dropdown {
width: 40vw;
}
/* Sticky Bar Left */
.main-header .lqd-stickybar-left .btn {
box-shadow: 0 0 0 11px rgba(128, 179, 65, 0.27);
}
/* Lity Modal */
.lity-modal .ld-fancy-heading h2 span {
font-family: 'DM Serif Text', serif;
font-style: italic
}
.lity-modal .lqd-contact-form {
--inputs-margin: 0 0 30px 0;
--input-margin-bottom: 30px;
}
@media (max-width: 1199px) {
.lity-modal .module-content {
padding: 10px;
}
.lity-modal .ld-fancy-heading h2 {
font-size: 48px;
line-height: 1em;
}
}
@media (max-width: 767px) {
.lity-modal .ld-fancy-heading h2 {
font-size: 34px;
}
}
@@ -0,0 +1,213 @@
/* 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;
}
}
/* 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;
}
}
/* 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;
}
}
/* Testimonials About */
.testimonials-about .module-slider {
max-width: 470px;
}
.testimonials-about .lqd-shape-top svg {
width: calc(300% + 1.3px);
height: 100px;
transform: translateX(-50%) rotateY(180deg);
}
.testimonials-about .module-shape-1 {
right: 10%;
}
.testimonials-about .module-shape-2 {
left: 10%;
}
.testimonials-about .module-shape-3 {
left: 66%;
}
.testimonials-about .carousel-nav {
top: auto;
bottom: 80px;
}
.testimonials-about .carousel-nav .flickity-button {
color: #0E524A;
background: transparent;
}
.testimonials-about .carousel-nav .flickity-button svg {
fill: #0E524A;
}
.testimonials-about .carousel-nav .flickity-button.previous {
left: -100px;
}
.testimonials-about .carousel-nav .flickity-button.next {
right: -100px;
}
@media (max-width: 1199px) {
.testimonials-about .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;
}
}
@@ -0,0 +1,21 @@
/* Form */
.form .module-container {
max-width: 945px;
}
.form .module-form {
border-top: 10px solid #E66C6C;
}
@media (max-width: 1199px) {
.form {
padding: 0 10px;
}
.form .module-col {
padding-right: 10px;
padding-left: 10px;
}
}
@media (max-width: 767px) {
.form .module-form {
padding: 45px 30px;
}
}
@@ -0,0 +1,200 @@
/* Global */
:root {
--lqd-color-blue-100: #E3E4E8;
--lqd-color-blue-200: #D9F8EA;
--lqd-color-blue-300: #EBF8D9;
--lqd-color-blue-600: #696d79;
--lqd-color-gray-100: rgba(97, 150, 157, 0.18);
--lqd-color-green-100: #E1F2E6;
--lqd-color-green-200: #ECF0E7;
--lqd-color-green-400: #5AC394;
--lqd-color-green-500: #C7D0C1;
--lqd-color-green-600: #5e746a;
--lqd-color-slate-200: #e2e8f0;
--lqd-color-orange-100: #F0EBE7;
--lqd-color-orange-200: #F8E6D9;
--lqd-color-orange-300: #ffc29f;
--lqd-color-orange-600: #807264;
--lqd-color-yellow-100: rgba(255, 208, 118, 0.12);
--lqd-color-yellow-200: #F1F0E8;
--lqd-color-yellow-600: #84806f;
}
/* Design Services */
.design-services .lqd-iconbox-scale:hover {
background-color: #EBF0E6;
transform: scale(1.1);
}
@media (max-width: 1199px) {
.design-services .lqd-iconbox-scale {
padding: 35px 20px;
}
.design-services .module-iconbox {
padding-right: 20px;
padding-left: 20px;
}
}
@media (max-width: 767px) {
.design-services {
padding: 90px 20px;
}
.design-services .module-shape {
top: 3%;
}
.design-services .module-shape img {
width: 49px;
}
}
/* Services */
.services .carousel-nav .flickity-button {
width: 50px;
height: 50px;
color: #000000;
border-width: 1px;
border-radius: 12px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15);
background-color: transparent;
}
.services .carousel-nav {
width: 100%;
max-width: 100%;
}
.services .flickity-button:hover {
color: #FFFFFF;
border-style: solid;
border-color: #000000;
background-color: #000000;
}
.services .module-shape {
left: 30%;
}
@media (max-width: 1199px) {
.services {
padding: 50px 20px;
}
}
/* Our Vision */
.our-vision .lqd-section-flow-panel-end {
padding: 10% 8% 10% 8%;
}
.our-vision .lqd-throwable-scene {
height: 855px;
}
.our-vision .module-shape {
left: 43%;
}
.our-vision .iconbox-icon-ripple .iconbox-icon-container:before {
border-color: var(--lqd-color-accent);
}
@media (max-width: 1199px) {
.our-vision {
padding-bottom: 220px;
}
}
@media (max-width: 767px) {
.our-vision {
padding: 90px 20px 390px 20px;
}
.our-vision .lqd-section-flow-panel-end {
padding: 0;
}
.our-vision .module-content {
padding-bottom: 30px;
}
}
/* Testimonials Services */
.testimonials-services .star-rating {
font-family: Arial, Helvetica, sans-serif;
}
.testimonials-services .carousel-dots {
top: auto;
right: auto;
bottom: -65px;
left: auto;
}
.testimonials-services .carousel-dots:not(.carousel-dots-inside) {
position: relative;
}
.testimonials-services .module-shape-1 {
left: 13%;
}
.testimonials-services .module-shape-2 {
right: 23%;
}
@media (max-width: 1199px) {
.testimonials-services .carousel-item {
padding-right: 15px;
padding-left: 15px;
}
.testimonials-services .module-shape-2 {
top: 14%;
}
.testimonials-services .module-shape-1 {
left: 3%;
}
.testimonials-services .module-shape-2 {
right: 8%;
}
}
@media (max-width: 767px) {
.testimonials-services .col-12:first-child {
margin-bottom: 40px;
}
.testimonials-services .carousel-item {
padding-right: 20px;
padding-left: 20px;
}
.testimonials-services .module-shape-2 {
top: 4%;
}
}
/* Clients */
@media (max-width: 1199px) {
.clients {
padding: 50px 0 100px 0;
}
}
@media (max-width: 767px) {
.clients {
padding-top: 50px;
padding-bottom: 90px;
}
.clients .carousel-item {
width: calc(100% / 2);
flex: 0 0 auto;
}
}
@@ -0,0 +1,274 @@
/* ***** Banner ***** */
.banner .module-inner {
padding: 7% 0;
}
.banner .module-shape-1 {
left: 14%;
}
.banner .module-shape-2 {
right: 13%;
}
.banner .module-shape-3 {
right: 14%;
}
@media (max-width: 1199px) {
.banner {
padding-top: 5%;
padding-bottom: 5%;
}
.banner .module-shape-1 {
top: 14%;
}
.banner .module-shape-2 {
top: 40%;
}
.banner .module-shape-3 {
top: 13%;
}
.banner .module-shape-1 {
left: 4%;
}
.banner .module-shape-2 {
right: 4%;
}
.banner .module-shape-3 {
right: 7%;
}
}
@media (max-width: 767px) {
.banner {
padding: 15px;
}
.banner .module-btn {
margin-bottom: 30px;
}
.banner .module-inner {
padding: 15% 5% 20% 5%;
}
.banner .btn-solid {
margin-bottom: 20px;
}
.banner .module-client {
margin-bottom: 20px;
}
.banner .module-shape-1 {
width: 110px;
max-width: 110px;
z-index: 0;
}
.banner .module-shape-2 {
top: 31%;
z-index: 0;
}
.banner .module-shape-3 {
top: 8%;
}
.banner .module-shape-1 {
left: -10%;
}
.banner .module-shape-2 {
right: -17%;
}
.banner .module-shape-3 {
right: -12%;
}
}
/* ***** Banner Navigation ***** */
.banner-navigation .lqd-fancy-menu>.reset-ul>li>a:hover,
.banner-navigation .lqd-fancy-menu li.is-active>a {
background: #F7F7F7;
color: #000000;
}
/* ***** Business Solutions ***** */
.business-solutions .module-iconbox-1:hover path,
.business-solutions .module-iconbox-1:hover .lqd-iconbox-heading {
fill: #C45B42;
color: #C45B42;
}
.business-solutions .module-iconbox-2:hover path,
.business-solutions .module-iconbox-2:hover .lqd-iconbox-heading {
fill: #42C46A;
color: #42C46A;
}
.business-solutions .module-iconbox-3:hover path,
.business-solutions .module-iconbox-3:hover .lqd-iconbox-heading {
fill: #8F72ED;
color: #8F72ED;
}
.business-solutions .module-iconbox-4:hover path,
.business-solutions .module-iconbox-4:hover .lqd-iconbox-heading {
fill: #DBBC32;
color: #DBBC32;
}
.business-solutions .module-iconbox-5:hover path,
.business-solutions .module-iconbox-5:hover .lqd-iconbox-heading {
fill: #C44284;
color: #C44284;
}
.business-solutions .module-iconbox-6:hover path,
.business-solutions .module-iconbox-6:hover .lqd-iconbox-heading {
fill: #2FB2BB;
color: #2FB2BB;
}
@media (max-width: 767px) {
.business-solutions .lqd-iconbox-scale {
margin-bottom: 10px;
}
}
/* ***** Select Projects ***** */
@media (max-width: 1199px) {
.select-projects {
padding-top: 0;
padding-bottom: 30px;
}
}
/* ***** Case Studies ***** */
.case-studies .lqd-progressbar-inner {
box-shadow: 0 0 0 1px rgba(112, 112, 112, 0.15) inset;
}
/* ***** How It Work ***** */
.how-it-work .fit-aspect-ratio {
padding-bottom: 177.8%;
}
@media (max-width: 767px) {
.how-it-work .flex-box-text .iconbox {
padding: 0 0 20px 0;
}
}
/* ***** New Features ***** */
.new-features .border-1:hover {
background-color: rgba(103, 93, 225, 0.16);
border-style: solid;
border-color: rgba(103, 93, 225, 0);
}
.new-features .ld-fh-element:hover,
.new-features .ld-fh-element:hover a {
color: #675DE1;
}
/* ***** Contact ***** */
.contact .module-shape-3 {
--float-animate-from: -25%;
--float-animation-ease: ease-in-out;
}
.contact .module-shape-3 {
right: 9%;
}
.contact .module-shape-2 {
left: 7%;
}
.contact .lqd-contact-form {
--inputs-margin: 0 0 35px 0;
--input-margin-bottom: 35px;
}
@media (max-width: 1199px) {
.contact .module-shape-2 {
left: 6.898%;
}
.contact .module-shape-3 {
right: 9.1%;
}
}
@media (min-width: 768px) {
.contact .module-form {
width: 625px;
}
}
/* ***** Digital Solution ***** */
.digital-solution .ld-fancy-heading .txt-rotate-keywords {
--visible-words: 7;
color: #d0d2e2;
}
.digital-solution .ld-fancy-heading .txt-rotate-keywords-inner {
--lqd-color-start: #84F0B2;
--lqd-color-stop: #5F91A7;
}
@media (max-width: 767px) {
.digital-solution .module-content {
padding: 50px 30px;
}
.digital-solution .module-shape {
top: -42%;
}
.digital-solution .module-shape {
left: -50%;
}
.digital-solution .lqd-lottie {
width: 100vw;
}
.digital-solution .module-title h2 {
font-size: 12vw;
margin: 0 0 0.25em 0;
}
.digital-solution .ld-fancy-heading p {
margin-bottom: 1em;
}
.digital-solution .module-text-rotate h2 {
font-size: 10vw;
}
}
/* ***** Footer ***** */
.main-footer .link-badge {
font-size: 10px;
}
@media (max-width: 767px) {
.main-footer>section {
padding-top: 70px;
}
.main-footer .module-text {
padding-bottom: 20px;
}
}