/*
Theme Name: KimiLewis
Theme URL: 
Author: TemplatesJungle
Author URL: https://templatesjungle.com/
Description: KimiLewis is a Free Bootstrap Website Template for Portfolio Template by TemplatesJungle.
Version: 1.0
*/
/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*------------------------------------*\
    Table of contents
\*------------------------------------*/
/** Base Styles
--------------------------------------------------------------*/ :root {
  --accent-color: #0010b9;
  --secondary-color: ;
  --dark-color: #2D2D2D;
  --white-color: #FFFFFF;
  --grey-color: #777777;
  --body-text-color: #333333;
  --light-text-color: #929292;
  --link-color: #0010b9;
  --background-color: #FAFAFA;
  /* bootstrap color-scheme */
  --bs-dark-rgb: 80, 80, 80;
  --bs-gray-100: #EAE5DD;
  --bs-gray-300: #DCDCDC;
  --bs-body-color-rgb: 53, 53, 53;
  --bs-primary-rgb: 0, 16, 185;
  --bs-secondary-rgb: 249, 246, 243;
  --color-accent-rgb: 0, 45, 204;
  --card-glow: rgba(0, 41, 200, 0.25);
}
/*  General Styles
    /*----------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
/** Typography
--------------------------------------------------------------*/
body {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.688rem;
  background-color: #000000;
  color: var(--white-color);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--heading-font);
  font-weight: 800;
  color: var(--white-color);
  text-transform: capitalize;
}
a {
  color: var(--white-color);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
.letter-space {
  letter-spacing: 5px;
}
.page-width {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* Section Padding
  --------------------------------------------------------------*/
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.padding-large {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.padding-side {
  padding-right: 10rem;
  padding-left: 10rem;
}
@media only screen and (max-width: 1200px) {
  .padding-side {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/* Section Margin
  --------------------------------------------------------------*/
.margin-small {
  margin-top: 2em;
  margin-bottom: 2em;
}
.margin-medium {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.margin-large {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
/* bootstrap button override
  --------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.btn-gradient {
  --bs-btn-color: #fff;
  background-image: linear-gradient(to right, #0010BA, #0060FD);
  border: 0;
}
/* button effect */
.button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0010BA;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.button:hover {
  color: white;
  background: #0010BA;
}
.button span {
  position: relative;
  pointer-events: none;
}
.button::before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #0060FD, transparent);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;
}
.button:hover::before {
  --size: 400px;
}
/* bootstrap Dropdown override
  --------------------------------------------------------------*/
.dropdown-item.active, .dropdown-item:active {
  --bs-dropdown-link-active-color: var(--white-color);
  --bs-dropdown-link-active-bg: var(--light-text-color);
}
/* bootstrap Pagination override
  --------------------------------------------------------------*/
.pagination {
  --bs-pagination-color: var(--body-text-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--accent-color);
  --bs-pagination-hover-border-color: var(--accent-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--accent-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--accent-color);
  --bs-pagination-active-border-color: var(--accent-color);
}
/* bootstrap accordion override
  --------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
  color: var(--body-text-color);
  background-color: transparent;
  box-shadow: none;
}
.accordion {
  font-weight: 400;
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
}
.accordion-item {
  border: solid rgba(255, 255, 255, 0.226) 1px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  ;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  ;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  box-shadow: none;
}
/* swiper style override
  --------------------------------------------------------------*/
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--accent-color);
}
/* Preloader
------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: #000000;
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0010BA;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0060FD;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #B775FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Section Styles
/*----------------------------------------------*/
/*---- navigation section style start ----*/
/*nav.navbar {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}*/
nav.navbar {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  top: 20px;
  border-radius: 20px;
}
nav.navbar {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(29, 29, 31, 0.1);
  backdrop-filter: blur(10px);
  padding: 6px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
  }
}
.navbar-nav .nav-link {
  color: var(--white-color);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {}
a.nav-link:focus, a.nav-link:hover {}
@media only screen and (max-width: 991px) {
  nav.navbar {
    font-size: 25px;
    border-bottom: #2D2D2D;
  }
}
/*---- hero section style start ----*/
@media only screen and (min-width: 999px) {
  .banner-size {
    font-size: 320px;
  }
}
/*---- portfolio section style start ----*/
button.filter-button {
  border: none;
  background-color: #423B4A;
  color: var(--white-color);
  border-radius: 30px;
}
button.filter-button.active {
  background-image: linear-gradient(to right, #0010BA, #0060FD);
}
button.filter-button:hover {
  background-image: linear-gradient(to right, #0010BA, #0060FD);
}
/* Image zoom effect on hover */
.image-zoom {
  overflow: hidden;
}
.image-zoom img {
  transition: transform 0.3s ease-out;
}
.image-zoom:hover img {
  transform: scale(1.1);
}
/* 1) Tokens */ :root {
  --bg: #0b0d12;
  --panel: #0f1420;
  --ring: #23283a;
  --ink: #f67d19;
  /*--theme-dark: #0010b9;
  --theme-light: #0060FD;*/
  --theme-dark: #ff6a00;
  --theme-light: #ee0979;
  --muted: #9aa3b2;
  --accent: #7c8cff;
  --accent-ink: #0b0d12;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
/*GSAP Scroll Text Color Fill*/
/* 4) Rows */
.row-text-color-fill-wrapper {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(100px, 20vh, 60px);
  overflow: clip;
  font-weight: 800;
  line-height: 1;
  outline: none;
}
.row-text-color-fill-wrapper:last-of-type {}
.row-text-color-fill-wrapper:focus-visible {
  box-shadow: 0 0 0 2px var(--accent) inset;
}
/* The text: layer 1 = ink (GSAP animates its size)
   layer 2 = sheen (runs across on hover) */
.text-color-fill {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(10px, 2.6vh, 22px) 0;
  font-size: clamp(24px, 5.5vw, 70px);
  color: rgba(231, 236, 243, 0.22);
  background-image: linear-gradient(90deg, var(--theme-dark), var(--theme-light)), linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 0% 100%, 35% 100%;
  /* ink starts at 0%, sheen width fixed */
  background-position: 0 0, -150% 0;
  /* sheen starts off-screen left */
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-size 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
  text-transform: uppercase;
}
.row-text-color-fill-wrapper:hover .text-color-fill::after, .row-text-color-fill-wrapper:focus-within .text-color-fill::after {
  transform: scaleX(1);
}
/* Trigger sheen animation on hover/focus (only moves the 2nd bg) */
@keyframes sheen-move {
  0% {
    background-position: 0 0, -150% 0;
  }
  100% {
    background-position: 0 0, 150% 0;
  }
}
.row-text-color-fill-wrapper:hover .text-color-fill, .row-text-color-fill-wrapper:focus-within .text-color-fill {
  animation: sheen-move 950ms ease;
}
/* No-JS fallback */
.no-js .text-color-fill {
  background-size: 100% 100%, 35% 100%;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .text-color-fill::after, .row-text-color-fill-wrapper, .text-color-fill {
    transition: none;
    animation: none;
  }
}
.scrolling-text {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--color-just-black);
}
.scrolling-text .rail {
  display: flex;
}
element.style {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(-17.9829%, 0%) translate3d(0px, 0px, 0px);
}
.scrolling-text .rail h4 {
  white-space: nowrap;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 0 10px 0 0;
  color: #2F3031;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  align-items: center;
  display: flex;
}
.display-1 {
  font-weight: 800;
  line-height: 1.2;
}
/*Testimonial*/
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
  border-radius: 10px;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #0010BA;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #0010BA;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: linear-gradient(to right, #0010BA, #0060FD);
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background: linear-gradient(to right, #0010BA, #0060FD);
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #0010BA;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #0010BA;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #0010BA;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}
@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}
/*Creative Text*/
h2.th-creative-text {
  position: relative;
  font-size: 14vw;
  color: #FAFAFA;
  -webkit-text-stroke: 0.3vw #FAFAFA;
  text-transform: uppercase;
  font-weight: bold;
}
h2.th-creative-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000EB0;
  -webkit-text-stroke: 0vw #000EB0;
  border-right: 2px solid #000EB0;
  overflow: hidden;
  animation: animate_creative_text 6s linear infinite;
}
@keyframes animate_creative_text {
  0%, 10%, 100% {
    width: 0;
  }
  70%, 90% {
    width: 100%;
  }
}
/*Dynamic Scroll*/
/* ATTENTION PLEASE, DO NOT REMOVE DEFAULT CODE  */ :root {
  --white: #ffffff;
  --white04: rgba(255, 255, 255, 0.04);
  --black: #000000;
  --hover: darkorange;
  --yellow: #eaf259;
  --gold: #ecbd22;
  --blue: #2faee8;
  --green: #23fa7d;
  --pink: #f629cb;
  --purple: #b520ff;
  --anim-gap: 16px;
}
/* END DEFAULT CODE */
/* START DYNAMIC SCROLL MARQUEE ANIMATION CODE */
.animated-marquee-sec {
  overflow: hidden;
}
.anim-marquee-wrapper {
  width: 100%;
  margin-top: 32px;
}
.anim-marquee-slider-wrapper {
  will-change: transform;
  display: flex;
  position: relative;
  width: 100%;
}
.anim-marquee-slider-innerwrap {
  will-change: transform;
  display: flex;
  position: relative;
}
.anim-marquee-wrap {
  margin-left: var(--anim-gap);
  width: calc((100vw - (var(--anim-gap) * 5)) / 6);
  /* 	aspect-ratio: 16/9; */
}
.anim-marquee-item {
  border: 1px solid var(--white04);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  width: 100%;
  height: 100%;
}
.anim-marquee-item img {
  width: 60%;
  height: 80%;
  object-fit: contain;
}
/* END DYNAMIC SCROLL MARQUEE ANIMATION CODE */
/* START RESPONSIVE CODE */
@media screen and (max-width: 1366px) {
  .anim-marquee-wrap {
    width: calc((100vw - (var(--anim-gap) * 3)) / 5);
  }
}
@media screen and (max-width: 991px) {
  .anim-marquee-wrap {
    width: calc((100vw - (var(--anim-gap) * 3)) / 4);
  }
}
@media screen and (max-width: 767px) {
  .anim-marquee-wrap {
    width: calc((100vw - (var(--anim-gap) * 3)) / 3);
  }
}
@media screen and (max-width: 516px) {
  .anim-marquee-wrap {
    width: calc((100vw - (var(--anim-gap) * 3)) / 2);
  }
}
/* END RESPONSIVE CODE */
/*FAQ*/
.faq .faq-container .faq-item {
  background: linear-gradient(to right, #0010BA, #0060FD);
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 10px;
  overflow: hidden
}
.faq .faq-container .faq-item:last-child {
  margin-bottom: 0
}
.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center
}
.faq .faq-container .faq-item h3:hover {}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer
}
.faq .faq-container .faq-item .faq-toggle:hover {}
.faq .faq-container .faq-item .faq-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
  padding-top: 0
}
.faq .faq-container .faq-active .faq-content {
  opacity: 1;
  visibility: visible;
  padding-top: 10px
}
.faq .faq-container .faq-active {
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%)
}
.faq .faq-container .faq-active h3 {}
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color)
}
.faq .faq-container .faq-item ul {
  padding-left: 1.2rem;
  margin: 0
}
/*Spotlight*/
.icon-features {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
/*GASP Cursor Animation*/
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #800000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}
.grow, .grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
}
.grow-small {
  transform: scale(2);
}
/*Scroll Portfolio*/
.horizontal-scroll-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.scroll-track {
  display: flex;
  gap: 20px;
}
.scroll-card {
  flex: 0 0 45vw; /* Show 2 per screen */
  background: var(--card-bg);
  border-radius: 16px;
  /*       padding: 20px; */
}
.scroll-card .scroll-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.scroll-meta {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .scroll-card {
    flex: 0 0 90vw; /* On mobile: show 1 */
  }
}
/*Scrollbar*/
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.force-overflow {
  min-height: 450px;
}
/*
 *  STYLE 1
 */
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
/*
 *  STYLE 2
 */
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #D62929;
}
/*
 *  STYLE 3
 */
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}
/*
 *  STYLE 4
 */
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
/*
 *  STYLE 5
 */
#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-5::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
/*
 *  STYLE 6
 */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-6::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
/*
 *  STYLE 7
 */
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}
/*
 *  STYLE 8
 */
#style-8::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #F5F5F5;
}
#style-8::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-8::-webkit-scrollbar-thumb {
  background-color: #000000;
}
/*
 *  STYLE 9
 */
#style-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-9::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-9::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
/*
 *  STYLE 10
 */
#style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#style-10::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-10::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}
/*
 *  STYLE 11
 */
#style-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#style-11::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-11::-webkit-scrollbar-thumb {
  background-color: #3366FF;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent)
}
/*
 *  STYLE 12
 */
#style-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #444444;
}
#style-12::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#style-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}
/*
 *  STYLE 13
 */
#style-13::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}
#style-13::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#style-13::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}
/*
 *  STYLE 14
 */
#style-14::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #CCCCCC;
}
#style-14::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-14::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent)
}
/*
 *  STYLE 15
 */
#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#0011BB), to(#005FFC), color-stop(.6, #0011BB))
}
/*
 *  STYLE 16
 */
#style-16::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
#style-16::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#style-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}
/* Scrollbar Track */ ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
/* Scrollbar */ ::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
/* Scrollbar Thumb */ ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#0011BB), to(#005FFC), color-stop(.6, #0011BB));
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 18px;
  }
}
.border-radius-10 {
  border-radius: 10px;
}
/*Features Cards*/
.offer-item {
  border-radius: 10px;
}
.product-item img, .product-item svg {
  max-width: 100px;
  max-height: 100px;
}
.woo-cards {
  background: linear-gradient(45deg, #0011BB, #005FFC);
}
.elementor-cards {
  background: linear-gradient(45deg, #0011BB, #005FFC);
}
.bootstrap-cards {
  background: linear-gradient(45deg, #0011BB, #005FFC);
}
.hero-section {
  background-image: url(images/bg-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: grid;
}
.bg-footer {
  background-image: url(images/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-gradient {
  background: linear-gradient(45deg, #0011BB, #005FFC);
}
.navbar-brand img {
  max-width: 200px;
}
.hero-subtitle {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  margin-bottom: 0px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.02);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.06);
  border-image: initial;
}
.text-faded-big {
  font-size: 400px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 400px;
  background-size: 200% 100%;
  background-image: linear-gradient(180deg, #cacaca 0%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media (max-width:991px) {
  .text-faded-big {
    font-size: 130px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 150px;
  }
}
@media (max-width:768px) {
  .text-faded-big {
    font-size: 110px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
  }
  .theme-demo-title {
    padding-top: 40px;
  }
}
@media (max-width:450px) {
  .text-faded-big {
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
  }
  .theme-demo-title {
    padding-top: 40px;
  }
}
.hero-content-feature {
  padding: 40px 20px;
  /* min-height: 150px; */
  min-width: 200px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(29, 29, 31, 0.1);
  backdrop-filter: blur(10px);
  /* aspect-ratio: 4 / 3; */
  transition: border 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
}
.hero-content-feature1 {
  left: 10%;
  top: 20%;
}
.hero-content-feature2 {
  left: 5%;
  top: 40%;
}
.hero-content-feature3 {
  right: 5%;
  top: 40%;
}
.hero-content-feature4 {
  right: 10%;
  top: 20%;
}
.hero-content-feature5 {
  left: 10%;
  top: 60%;
}
.hero-content-feature6 {
  right: 10%;
  top: 60%;
}
.stat-number {
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--font-secondary);
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.woo-text {
  background: linear-gradient(90deg, #7B51AD, #905F8E, #7B51AD);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.elementor-text {
  background: linear-gradient(135deg, #E2395C, #542C6C, #E2395C);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.dark-light-text {
  background: linear-gradient(90deg, #000000, #ffffff, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.updates-text {
  background: linear-gradient(90deg, #32A350, #0D622C, #32A350);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.typography-text {
  background: linear-gradient(90deg, #E34133 0%, #F3B604 25%, #F7F7F7 50%, #196FE1 75%, #E34133 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient_animate 10s linear infinite;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.demo-gradient-text {
  background: linear-gradient(180deg, #3F4041 0%, #000000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.demo-counter-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.theme-demo-title {
  padding-top: 250px;
}
.portfolio-cat {
  font-size: 14px;
  color: #FFFFFF;
}
.section-headings {
  max-width: 1000px;
  margin: 0 auto;
}
.faq.section {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0;
}
@media (max-width:989px) {
  .theme-demo-title {
    padding-top: 70px;
  }
}
@media (max-width:768px) {
  .hero-content-feature {
    display: none;
  }
  .faq.section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theme-demo-title {
    padding-top: 60px;
  }
}
.display-6 {
  font-size: calc(10px + 6px);
  font-weight: 400;
  line-height: 1.2;
}
.rail-svg {
  fill: #2F3031;
  color: #2F3031;
}
/*Animations*/
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to original */
  }
}
@keyframes floatDownUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px); /* Move up */
  }
  100% {
    transform: translateY(0px); /* Back to original */
  }
}
.float-animation {
  animation: floatUpDown 3s ease-in-out infinite;
}
.float-animation-down-up {
  animation: floatDownUp 3s ease-in-out infinite;
}
/*Text effects*/
/* 1. Soft Glow */
.glow-text {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6);
}
/* 2. Retro 3D */
.retro-text {
  color: #f25f5c;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #f4a261, 3px 3px 0 #2a9d8f;
}
/* 3. Neon Green */
.neon-text {
  color: #39ff14;
  text-shadow: 0 0 5px #39ff14, 0 0 10px #39ff14, 0 0 20px #39ff14, 0 0 40px #39ff14;
}
/* 4. Frosted Glass */
.frosted-text {
  color: #e0f7fa;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* 5. Layered Shadow */
.layered-text {
  color: #333;
  text-shadow: 2px 2px 0 #eee, 4px 4px 0 #ddd, 6px 6px 0 #ccc;
}
/* 6. Electric Blue Neon */
.electric-blue {
  color: #0ff;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff, 0 0 80px #0ff;
}
/* 7. Rainbow Text */
.rainbow-text {
  color: #fff;
  text-shadow: 1px 1px 0 red, 2px 2px 0 orange, 3px 3px 0 yellow, 4px 4px 0 green, 5px 5px 0 blue, 6px 6px 0 indigo, 7px 7px 0 violet;
}
/* 8. Metallic Shine */
.metallic-text {
  color: #aaa;
  text-shadow: 1px 1px 2px #444, -1px -1px 2px #eee, 2px 2px 6px #999;
}
/* 9. Embossed */
.embossed-text {
  color: #333;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000;
}
/* 10. Fire Glow */
.fire-text {
  color: #ff6a00;
  text-shadow: 0 0 5px #ff6a00, 0 0 10px #ff3300, 0 0 20px #ff0000, 0 0 30px #ff0000;
}
/* 11. Moonlight Glow */
.moonlight-text {
  color: #e0e0e0;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
}
/* 12. Pixel Shadow */
.pixel-text {
  color: #00ff90;
  text-shadow: 4px 4px 0 #222;
}
/* 13. Glassmorphism */
.glass-text {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 4px 6px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
}
/* 14. Burst Effect */
.burst-text {
  color: #fff;
  text-shadow: 0 0 5px #ff0, 0 0 10px #f00, 0 0 20px #f00, 0 0 40px #ff0, 0 0 80px #fff;
}
/* 15. Soft Elegant Shadow */
.soft-shadow-text {
  color: #222;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
/*Post card image distortion*/
.th-card-image {
  position: relative;
  display: flex; /* makes it wrap to image size */
  overflow: hidden;
  border-radius: 4px;
}
.th-post-card-image {
  display: block;
  width: 100%;
  height: auto; /* let image define height */
  transition: 0.5s;
}
.th-post-card-image:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.th-card-image:hover .th-post-card-image:nth-child(1) {
  transform: translateX(0%) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.th-card-image:hover .th-post-card-image:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.portfolio-image-wrapper {
  position: relative;
  overflow: hidden;
}
.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8); /* <-- Start slightly smaller */
  transition:
    opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s; /* delay visibility hide */
  height: 100px;
}
.portfolio-image-wrapper:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1); /* <-- Zoom in */
  transition:
    opacity 0.3s ease, transform 0.3s ease, visibility 0s; /* no delay when showing */
}
.portfolio-overlay .btn {
  padding: 8px 15px;
  border-radius: 10px;
}
.product-item {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 20px;
  }
}
@keyframes gradient_animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.hero-content-feature {
  padding: 20px;
  min-height: 150px;
  min-width: 200px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(29, 29, 31, 0.1);
  backdrop-filter: blur(10px);
  aspect-ratio: 4 / 3;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
}
/* Glow on hover */
.hero-content-feature:hover {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow:
    0 0 12px rgba(0, 140, 255, 0.5), 0 0 25px rgba(0, 140, 255, 0.5);
}
.offer-item h4 {
  font-weight: 600;
}
#GoToTop {
  position: fixed;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all .3s ease;
  padding: 13px
}
.gototop, .gototop svg {
  color: #FFFFFF;
}
.gototop {
  background: linear-gradient(90deg, #000eb8 0%, #0060fd 100%);
  background: -moz-linear-gradient(0deg, #000eb8 0%, #0060fd 100%);
  background: -webkit-linear-gradient(0deg, #000eb8 0%, #0060fd 100%);
  background: -o-linear-gradient(0deg, #000eb8 0%, #0060fd 100%);
  background: -ms-linear-gradient(0deg, #000eb8 0%, #0060fd 100%);
}
.round-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(from 0deg, rgba(var(--color-accent-rgb), 0) 0%, rgba(var(--color-accent-rgb), .95) 15%, rgba(var(--color-accent-rgb), .95) 35%, rgba(var(--color-accent-rgb), .95) 55%, rgba(var(--color-accent-rgb), 0) 70% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 6px));
  filter: blur(.3px);
  animation: spin 2.4s linear infinite;
}
.round-btn::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(79, 140, 255, .35), rgba(79, 140, 255, 0) 70%);
  opacity: .6;
  filter: blur(10px);
  transition: opacity .25s ease;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.anim-marquee-wrapper-inner-pages .anim-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.theme-demo-section, .image-scroll-text-section, .service-section, .faq-section, .spotlight-section, .about-section, .tips-section, .image-scroll-text-section, .responsive-design-section, .installation-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.responsive-icons svg {
  fill: #ffffff;
  width: 100px;
  height: auto;
}
.responsive-icons {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width:768px) {
  .responsive-icons svg {
    width: 40px;
  }
}
.hero-section {
  top: -100px;
  position: relative;
}
.color-odd {
  background: #111111;
}
.img-wrap {
  position: relative;
  display: inline-block;
}
.img-wrap::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 20px; /* match your PNG shape if needed */
  background: radial-gradient(circle, rgba(3, 33, 199, 0.4), transparent 70%);
  filter: blur(30px);
  z-index: 0;
  animation: glowPulse 3s ease-in-out infinite;
}
.img-wrap img {
  position: relative;
  z-index: 1;
  display: block;
}
@keyframes glowPulse {
  0% {
    opacity: 0.3;
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    filter: blur(35px);
  }
  100% {
    opacity: 0.3;
    filter: blur(20px);
  }
}
.elementor-features {
  gap: 10px;
  display: flex;
  align-items: center;
}
.install-wrapper {
  gap: 20px;
}
.install-content {
  gap: 10px;
}
.installation-section {
  border-radius: 20px;
  padding: 50px;
  background: linear-gradient(90deg, #002AC9, #005FF6, #002AC9);
  animation: gradient_animate 10s linear infinite;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.elementor-section {
  border-radius: 20px;
  padding: 50px;
  background: linear-gradient(90deg, #D82B59, #2D2265, #D82B59);
  animation: gradient_animate 10s linear infinite;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.woocommerce-section {
  border-radius: 20px;
  padding: 50px;
  background: linear-gradient(90deg, #96598B, #7B51AD, #96598B);
  animation: gradient_animate 10s linear infinite;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
.cta-section {
  border-radius: 20px;
  padding: 50px;
  background: linear-gradient(90deg, #111111, #000000, #111111);
  animation: gradient_animate 10s linear infinite;
  background-size: 400%;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width:768px) {
  nav.navbar {
    backdrop-filter: inherit;
  }
  .nav-link {
    font-size: 14px;
  }
}
.offer-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(45deg, var(--card-glow), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.offer-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(var(--color-accent-rgb), 0.1);
}
.offer-item:hover::before {
  opacity: 1;
}
.offer-item img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, var(--card-glow), transparent 70%);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.5;
  }
}
.button-wiggle {
  -webkit-animation: wiggle 4s 2s infinite;
  animation: wiggle 4s 2s infinite;
}
@-webkit-keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
.button-float {
  -webkit-animation: float 1.5s linear alternate infinite;
  animation: float 1.5s linear alternate infinite;
}
@-webkit-keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(-18px);
  }
}
@keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(-18px);
  }
}
.particletext {
  position: relative;
  color: transparent;
  font-weight: 800;
  background-color: #1e80db !important;
  background-position: 50% 50%;
  background: url("images/particles.png") repeat-y;
  -webkit-background-clip: text;
  animation: slide 2s linear infinite;
}
@keyframes slide {
  0% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 60% 100%;
  }
}
:root {
  --shiny-cta-bg: #000000;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: #0029c8;
  --shiny-cta-highlight-subtle: #8484ff;
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}
.shiny-cta {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  padding: 15px 30px;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
  &::before, &::after, span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }
  &:active {
    translate: 0 1px;
  }
}
/* Dots pattern */
.shiny-cta::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}
/* Inner shimmer */
.shiny-cta::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(-50deg, transparent, var(--shiny-cta-highlight), transparent);
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}
.shiny-cta span {
  z-index: 1;
  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}
/* Animate */
.shiny-cta {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
  &, &::before, &::after {
    animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }
  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}
.shiny-cta:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);
  &, &::before, &::after {
    animation-play-state: running;
  }
  span::before {
    opacity: 1;
  }
}
@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}
@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}
@keyframes breathe {
  from, to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
.woocommerce-integration-inner.section, .elementor-section-inner.section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width:768px) {
  .woocommerce-integration-inner.section, .elementor-section-inner.section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.installation-section-inner .text-color-fill, .woocommerce-integration-inner .text-color-fill, .elementor-section-inner .text-color-fill, .cta-purchase  .text-color-fill {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(10px, 2.6vh, 22px) 0;
  font-size: clamp(24px, 5.5vw, 30px);
  color: rgba(231, 236, 243, 0.22);
  background-image: linear-gradient(90deg, var(--theme-dark), var(--theme-light)), linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 0% 100%, 35% 100%;
  background-position: 0 0, -150% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-size 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
  text-transform: uppercase;
}

.theme-hero-subheading {
    font-size: 30px;
    font-weight: bold;
}
