@charset "UTF-8";
/* Creovio - Creative Agency & Portfolio HTML Template

Template Name: Creovio
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-digitaal.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}

/*@keyframes glowMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}*/
:root {
  --r: 30px;
  /* radius */
  --s: 50px;
  /* size of the inner curve*/
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%,
      #0000 72%) no-repeat;
  --theme-color1: #bff747;
  --theme-color2: #030303;
  --theme-color1-text-color: #111;
  --theme-color2-text-color: #fff;
  --theme-color1-rgb: 191, 247, 71;
  --theme-color2-rgb: 3, 3, 3;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-lighter: #f8f8f8;
  --review-color: #ffaa18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #030303;
  --theme-color-dark-rgb: 3, 3, 3;
  --theme-color-dark2: #0b0b0b;
  --theme-color-dark3: #242424;
  --theme-color-gray: #f7f8ed;
  --gradient-1: linear-gradient(126.22deg, #c9f31d 43.13%, #bff747 73.9%, #9cfe4f 92.62%);
  --gradient-2: linear-gradient(270deg, #10551f 0%, #c7dc49 125.41%);
  --text-color: #e5e5e5;
  --text-color2: #eaeaea;
  --headings-color: #ffffff;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Manrope", sans-serif;
  --heading-font-family: "ClashDisplay", sans-serif;
  --body-bg: var(--theme-color-dark);
  --body-font-size: 16px;
  --body-line-height: 1.7;
  --body-font-weight: 400;
  --line-height-heading-h1: 85px;
  --line-height-heading-h2: 48px;
  --line-height-heading: 30px;
  --line-height-heading-small: 26px;
  --h1-font-size: 72px;
  --h2-font-size: 40px;
  --h3-font-size: 32px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: var(--h6-font-size);
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: var(--line-height-heading-small);
  --sec-title-color: var(--theme-color-white);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --container-width: 1384px;
  --small-container-width: 1000px;
  --large-container-width: 1750px;
}

@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

[data-tm-layout=lemon] body {
  background-color: var(--dark-color1);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
  letter-spacing: 0;
  transition: all 300ms ease;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b,
a strong {
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

@media (max-width: 1439.98px) {
  br {
    display: none;
  }
}

.text-theme-colored1 {
  color: var(--theme-color1) !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 24px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}

/*=== Default Form ===*/
.form-control,
.input-text {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-color: rgba(255, 255, 255, 0.17);
  height: calc(2.25rem + 27px);
  outline: 0;
  padding: 14px 30px;
  width: 100%;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: rgba(12, 47, 37, 0.6);
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: rgba(12, 47, 37, 0.6);
}

.form-control:focus,
.input-text:focus {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

textarea.form-control::-moz-placeholder {
  color: var(--text-color);
}

textarea.form-control::placeholder {
  color: var(--text-color);
}

textarea:focus {
  box-shadow: none;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}

.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 100px !important;
  }

  .pb-120 {
    padding-bottom: 100px !important;
  }

  .mt-120 {
    margin-top: 100px !important;
  }

  .mb-120 {
    margin-bottom: 100px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .pt-60 {
    padding-top: 40px !important;
  }

  .pb-60 {
    padding-bottom: 40px !important;
  }

  .mt-60 {
    margin-top: 40px !important;
  }

  .mb-60 {
    margin-bottom: 40px !important;
  }

  .pt-50 {
    padding-top: 30px !important;
  }

  .pb-50 {
    padding-bottom: 30px !important;
  }

  .mt-50 {
    margin-top: 30px !important;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }
}

/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 3.1rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 3rem;
  }
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.page-wrapper-shape .anim-icons {
  pointer-events: none;
}

.page-wrapper-shape .anim-icons .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.page-wrapper-shape .anim-icons .image-2 {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.color1 {
  color: var(--theme-color3);
}

[data-tm-layout=lemon] .color1 {
  color: var(--dark-color2);
}

.color1-1 {
  color: var(--theme-color3);
}

.color2 {
  color: var(--theme-color1);
}

.color3 {
  color: var(--theme-color2);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}

.sticky-section {
  position: sticky;
  top: 120px;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=== List Style One ===*/
.link-style-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  color: var(--theme-color-dark);
}

.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--theme-color3);
  content: "";
  transition: all 300ms ease;
}

.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  transform: rotate(45deg);
}

.link-style-one:hover {
  color: var(--theme-color3);
}

.link-style-one:hover:before {
  right: 100%;
}

.list-style-one {
  position: relative;
  display: flex;
  padding: 0;
}

.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-dark);
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.list-style-one li:last-child {
  margin-right: 0 !important;
}

.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 27px;
}

.list-style-one li a {
  display: block;
  color: var(--theme-color-dark);
  transition: all 300ms ease;
}

.list-style-one li a:hover {
  color: var(--theme-color3);
}

.list-style-one.light li {
  color: var(--theme-color-light);
}

.list-style-one.light li a {
  color: var(--theme-color-light);
}

.list-style-one.light li a:hover {
  color: var(--theme-color3);
}

.list-style-one.light i {
  color: var(--theme-color-light);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 25px;
  font-weight: 600;
  color: var(--theme-color-dark);
  transition: all 300ms ease;
  margin-bottom: 15px;
}

.list-style-two li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 24px;
  transition: all 300ms ease;
}

.list-style-two li a {
  display: inline-block;
  font-weight: inherit;
  transition: all 300ms ease;
}

.list-style-two li a:hover {
  color: var(--theme-color3);
}

.list-style-two.two-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.list-style-two.two-column li {
  width: 50%;
}

@media (max-width: 767.98px) {
  .list-style-two.two-column li {
    width: 100%;
  }
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.social-icon-one li {
  position: relative;
  margin-left: 21px;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--theme-color3);
}

.social-icon-one.light li a {
  color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
  color: var(--theme-color3);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: flex;
}

.social-icon-two li {
  position: relative;
  display: flex;
  margin-left: 10px;
}

.social-icon-two li:first-child {
  margin-left: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 300ms ease;
}

.social-icon-two li a i {
  position: relative;
}

.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  background-color: var(--theme-color3);
  content: "";
  transition: all 300ms ease;
  border-radius: 50px;
}

.social-icon-two li a:hover {
  color: #fff;
}

.social-icon-two li a:hover:before {
  transform: scale(1);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-1.png);
}

.bg-pattern-2 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-2.png);
}

.bg-pattern-3 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-3.png);
}

.bg-pattern-4 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-4.png);
}

.bg-pattern-5 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-5.png);
}

.bg-pattern-6 {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-6.png);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*======================
    Media Play Button 
======================*/
.playbtnanim {
  position: relative;
  z-index: 1;
}

.playbtnanim::after,
.playbtnanim::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid var(--theme-color-white);
  opacity: 0.2;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

.playbtnanim::before {
  animation-delay: 1s;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}

.info-btn:hover .icon {
  transform: scaleX(-1);
}

.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color3);
}

@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}

.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}

@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.info-btn:hover {
  color: var(--theme-color3);
}

.info-btn-two {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}

.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}

.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color3);
}

.info-btn-two:hover {
  color: var(--theme-color3);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}

.styled-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #c2a74e 100%);
}

.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color3);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 24px;
}

.swiper-horizontal>.styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #c2a74e 100%);
}

.swiper-horizontal>.styled-scrollbar>.swiper-scrollbar-drag {
  background-color: var(--theme-color3);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}

.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-family: var(--body-font-family);
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  transition: all 3000ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--theme-color1);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color3);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color3);
  border-radius: 50%;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}

.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  box-shadow: 0;
  border: 1px solid var(--theme-color1);
}

.custom-navs .owl-nav {
  display: flex;
  align-items: center;
}

.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
  position: relative;
  display: flex;
  height: 50px;
  width: 87px;
  padding-left: 20px;
  align-items: center;
  transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color3);
  opacity: 0.1;
  content: "";
  border-radius: 50px;
  transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
  padding: 0 17px;
}

.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
  width: 100%;
}

.custom-navs .owl-nav .owl-next {
  padding-left: 0;
  padding-right: 20px;
  justify-content: flex-end;
}

.custom-navs .owl-nav .owl-next:before {
  left: auto;
  right: 0;
}

.custom-navs-two .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  justify-content: center;
}

.custom-navs-two .owl-nav:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  left: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}

.custom-navs-two .owl-nav:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  right: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}

.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
  background-color: #f9f6f1;
  color: var(--theme-color-dark);
  font-size: 8px;
  position: relative;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  transition: all 300ms ease;
  opacity: 1;
}

.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}

.custom-navs-two .owl-nav .owl-next {
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

.disable-navs .owl-nav {
  display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}

.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}

.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}

.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color3);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  box-shadow: none;
  font-family: var(--heading-font-family);
  font-weight: 600;
  margin-bottom: 30px;
}

.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color3);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  box-shadow: none !important;
}

.button-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}

.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}

.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color3);
  font-size: 34px;
}

.button-circle .inner .text-circle-box {
  position: relative;
}

.button-circle .inner .text-circle-box svg {
  fill: #fff;
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--theme-color-black);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: var(--theme-color1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  color: var(--theme-color1);
  font-weight: var(--wt-fw-regular);
  letter-spacing: 15px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  z-index: 20;
}

@media (max-width: 575.98px) {
  .preloader .preloader-heading .load-text {
    font-size: 22px;
    letter-spacing: 10px;
  }
}

.preloader .preloader-heading .load-text span {
  animation: loading 1s infinite alternate;
}

.preloader .preloader-heading .load-text span:nth-child(1) {
  animation-delay: 0s;
}

.preloader .preloader-heading .load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.preloader .preloader-heading .load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.preloader .preloader-heading .load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.preloader .preloader-heading .load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.preloader .preloader-heading .load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.preloader .preloader-heading .load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-wrapper .back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--theme-color1);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--theme-color-black);
  border-radius: 50%;
  transition: 0.4s;
}

.back-to-top-wrapper .back-to-top-btn:hover {
  transform: translateY(-4px);
}

@media (max-width: 767.98px) {
  .back-to-top-wrapper {
    right: 20px;
  }

  .back-to-top-wrapper.back-to-top-btn-show {
    bottom: 20px;
  }
}

/***
==================================================================
Btn Style One
==================================================================
***/
.btn-style-one {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 7px 7px 7px 25px;
  color: var(--theme-color-dark);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 0;
  transition: all 300ms ease;
}

.btn-style-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}

.btn-style-one::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}

.btn-style-one .dot-box {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  transition: all 300ms ease;
}

.btn-style-one .dot-box .dot-item {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  left: calc(50% + 2px);
  top: calc(50% - 2px);
  transition: all 300ms ease;
}

.btn-style-one .dot-box .dot-item::before,
.btn-style-one .dot-box .dot-item::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  transition: all 300ms ease;
}

.btn-style-one .dot-box .dot-item::before {
  left: -5px;
  top: -5px;
}

.btn-style-one .dot-box .dot-item::after {
  left: -5px;
  bottom: -5px;
}

.btn-style-one:focus::before,
.btn-style-one:hover::before {
  width: 100%;
  left: unset;
  right: 0;
}

.btn-style-one:focus::after,
.btn-style-one:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.btn-style-one:focus,
.btn-style-one:hover {
  color: var(--theme-color-dark);
}

.btn-style-one:focus .dot-box .dot-item,
.btn-style-one:hover .dot-box .dot-item {
  left: calc(50% - 5px);
  top: calc(50% - 2px);
}

.btn-style-one:focus .dot-box .dot-item::before,
.btn-style-one:hover .dot-box .dot-item::before {
  left: 5px;
  top: 5px;
}

.btn-style-one:focus .dot-box .dot-item::after,
.btn-style-one:hover .dot-box .dot-item::after {
  left: 5px;
  bottom: 5px;
}

@media (max-width: 575.98px) {
  .btn-style-one {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    gap: 10px;
  }

  .btn-style-one .dot-box {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

/***
==================================================================
More Btn
==================================================================
***/
.read-more-btn {
  display: inline-block;
  font-weight: 600;
  color: var(--theme-color2);
  transition: 0.3s;
}

.read-more-btn i {
  display: inline-block;
  color: #42990e;
  margin-left: 8px;
  transition: 0.3s;
}

.read-more-btn:hover {
  color: var(--theme-color2);
}

.read-more-btn:hover i {
  transform: rotate(45deg);
  color: #42990e;
}

.btn-link {
  text-decoration: none;
}

.arry-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arry-btns button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color-white);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: linear-gradient(180deg, #040b1d 0%, #0f3184 100%);
  background-repeat: no-repeat;
  transition: 0.5s;
}

.arry-btns button:hover {
  background: var(--theme-color3);
}

.btn-move {
  display: inline-block;
}

.circle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.circle-btn span {
  display: block;
  margin-top: 10px;
}

.circle-btn i {
  display: inline-block;
  transition: all 300ms ease;
  font-size: 18px;
  line-height: 18px;
}

.circle-btn::after {
  position: absolute;
  bottom: -30px;
  right: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
  content: "";
  transition: all 300ms ease;
  z-index: -1;
}

.circle-btn:hover {
  color: var(--theme-color-dark);
}

.circle-btn:hover::after {
  width: 150%;
  height: 150%;
  bottom: -50px;
  right: -50px;
}

.circle-btn:hover i {
  transform: rotate(135deg);
}

.accordion-arrow-icon .accordion-box .block .acc-btn .arrow-icon {
  background-color: var(--theme-color3);
  color: var(--body-bg);
  border-radius: 50%;
  float: right;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  text-align: center;
  width: 25px;
  transition: all 500ms ease;
}

.accordion-arrow-icon .accordion-box .block .acc-btn.active .arrow-icon {
  background-color: rgba(255, 255, 255, 0.102);
  color: var(--theme-color-white);
  transform: rotate(-90deg);
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  background-color: rgba(var(--theme-color-white-rgb), 0.02);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  border-radius: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 33px 30px;
  position: relative;
}

@media (max-width: 575.98px) {
  .accordion-box .block {
    padding: 33px 45px 33px 30px;
  }
}

.accordion-box .block .acc-btn {
  color: #8B8B8B;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 16px);
  transition: all 500ms ease;
  width: 40px;
}

@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn .icon {
    right: -30px;
    top: calc(50% - 26px);
  }
}

.accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
}

.accordion-box .block .acc-btn.active .icon {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.accordion-box .block .acc-content {
  display: none;
  margin-top: 25px;
  position: relative;
}

.accordion-box .block .acc-content .content {
  position: relative;
}

.accordion-box .block .acc-content .content .text {
  display: block;
  line-height: 28px;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block.active-block {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-bottom: none;
  border-radius: 6px;
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.anim-icons .shape-leaf1 {
  position: absolute;
  left: 39px;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf1 {
    display: none;
  }
}

.anim-icons .shape-leaf2 {
  position: absolute;
  right: 39px;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf2 {
    display: none;
  }
}

.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
  bottom: auto;
  top: 0;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
  pointer-events: none;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-bounce {
  animation: icon-bounce 1s infinite ease;
  /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
  -webkit-animation: icon-bounce 1s infinite ease;
}

@keyframes icon-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  animation: zoom-two 5s infinite linear;
}

.zoom-three {
  animation: zoom-three 3s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes zoom-one {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.95);
  }
}

@keyframes zoom-two {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoom-three {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes round-shape-anim {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}

.overlay-anim {
  position: relative;
}

.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms linear;
}

@keyframes sway {
  0% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.sway__animation {
  animation: sway 3s linear infinite alternate;
}

@keyframes swayX {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.sway__animationX {
  animation: swayX 3s linear infinite alternate;
}

@keyframes sway_Y {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate;
}

@keyframes floatBob {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

.animation__floatBob {
  animation-name: floatBob;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes sunMove {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(90deg);
  }

  75% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.animation__sunMove {
  animation: sunMove 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animation__rotate {
  animation: rotate 30s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.animation__rotateY {
  animation: rotateY 10s linear infinite;
}

@keyframes rotateX {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animation__rotateX {
  animation: rotateX 30s linear infinite;
}

@keyframes rotateX {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotateX {
  animation: rotateX 30s linear infinite;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}

@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}

@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  animation: circlezoomrotate 15s infinite linear;
  animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}

@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}

@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 500ms ease;
}

.owl-carousel .animate-x {
  opacity: 0;
  transform: translateX(100px);
  transition: all 500ms ease;
}

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  transform: translateY(0);
}

.owl-carousel .active .animate-2 {
  transition-delay: 300ms;
}

.owl-carousel .active .animate-3 {
  transition-delay: 600ms;
}

.owl-carousel .active .animate-4 {
  transition-delay: 900ms;
}

.owl-carousel .active .animate-5 {
  transition-delay: 1200ms;
}

.owl-carousel .active .animate-6 {
  transition-delay: 1500ms;
}

.owl-carousel .active .animate-7 {
  transition-delay: 1800ms;
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

.imageUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}

.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}

.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}

.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}

.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.pxl-image-zoom {
  animation: pxl_zoom_reverse 5s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.6, 0.6);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.6, 0.6);
  }
}

.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 20s linear infinite;
}

@keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }
}

.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@keyframes pxl_right_left {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(40px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(-40px);
  }

  100% {
    transform: translateX(0);
  }
}

.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@keyframes pxl_left_right {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-40px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0);
  }
}

.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.slide-up-down {
  animation: pxl_float_two 2s ease infinite alternate;
}

@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateY(40px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@keyframes pxl_effect1 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(40px, -5px);
  }

  40% {
    transform: translate(60px, 40px);
  }

  60% {
    transform: translate(40px, 60px);
  }

  80% {
    transform: translate(-40px, 60px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@keyframes pxl_effect2 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-30px, 40px);
  }

  40% {
    transform: translate(60px, 60px);
  }

  60% {
    transform: translate(70px, 40px);
  }

  80% {
    transform: translate(40px, -70px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@keyframes pxl_effect3 {
  0% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(40px, 60px);
  }

  45% {
    transform: translate(80px, 90px);
  }

  65% {
    transform: translate(40px, 110px);
  }

  75% {
    transform: translate(20px, 800px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateY(-40px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}

.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ring__animation {
  animation: ring-animation 1.5s ease-in-out infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(0.9);
  }

  100% {
    transform: translateY(-20px) scale(1);
  }
}

.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate;
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes goAll {
  0% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }

  17% {
    transform: translate(600px, 400px);
    opacity: 40%;
  }

  33% {
    transform: translate(600px, 600px);
    opacity: 70%;
  }

  50% {
    transform: translate(400px, 800px);
    opacity: 20%;
  }

  66% {
    transform: translate(200px, 600px);
    opacity: 60%;
  }

  83% {
    transform: translate(200px, 400px);
    opacity: 30%;
  }

  100% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}

@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}

@keyframes left {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.animation__goLeft {
  animation: left infinite 6s;
}

@keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.animation__topBottom {
  animation: top-bottom 2s infinite;
}

@keyframes goAll3 {
  0% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

.animation__goAll {
  animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  animation: goAll3 30s infinite linear;
}

@keyframes iconHover1 {
  0% {
    transform: translate(0);
  }

  40% {
    transform: translate(-10px);
  }
}

@keyframes iconBounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.gsap__parallax {
  overflow: hidden;
}

.gsap__parallax-zoom {
  overflow: hidden;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  overflow: hidden;
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .search-back-drop {
  background-color: var(--dark-color1);
}

.search-popup .search-back-drop {
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
}

[data-tm-layout=lemon] .search-popup .close-search {
  color: var(--headings-color);
}

.search-popup .close-search {
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: flex;
  align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
}

[data-tm-layout=lemon] .search-popup .form-group input[type=search],
[data-tm-layout=lemon] .search-popup .form-group input[type=text] {
  background: var(--dark-color2);
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  border-radius: 5px;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color1);
}

.search-popup .form-group button {
  background: #ffffff;
  border-radius: 5px;
  color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button {
  background: var(--dark-color1);
  color: var(--dark-color2);
}

.search-popup .form-group button {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button:hover {
  color: var(--dark-color2);
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.main-header-style .main-box {
  padding: 0 80px;
}

@media (max-width: 1439.98px) {
  .main-header-style .main-box {
    padding: 0 40px;
  }
}

@media (max-width: 991.98px) {
  .main-header-style .main-box {
    padding: 0 15px;
  }
}

.main-header-style .main-box .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-header-style .main-box .outer-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-header-style .main-box .outer-box .social-link {
  margin-right: 25px;
}

.main-header-style .main-box .outer-box .social-link a {
  color: var(--theme-color-white);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.main-header-style .main-box .outer-box .social-link a:hover {
  color: var(--theme-color1);
}

@media (max-width: 1439.98px) {
  .main-header-style .main-box .outer-box .social-link {
    display: none;
  }
}

.main-header-style .main-box .ui-btn-outer .header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1;
}

@media (max-width: 1439.98px) {
  .main-header-style .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}

.main-header-style .main-box .ui-btn-outer .header-contact .social-icon {
  gap: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #c0c0c0;
  padding-right: 30px;
}

.main-header-style .main-box .ui-btn-outer .header-contact .social-icon a {
  color: #cfcfcf;
  font-size: 18px;
}

.main-header-style .main-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: var(--headings-color);
}

.main-header-style .main-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
  color: var(--theme-color-white);
}

.main-header-style .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .main-header-style .main-box .btn-style-one {
    display: none;
  }
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation>li {
  float: left;
  margin-right: 35px;
  padding: 30px 0px;
  position: relative;
  transition: all 300ms ease;
}

@media (max-width: 1799.98px) {
  .main-menu .navigation>li {
    margin-right: 30px;
  }
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation>li>a {
  color: var(--theme-color-white);
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  font-family: var(--body-font-family);
}

@media (max-width: 1799.98px) {
  .main-menu .navigation>li>a {
    font-size: 15px;
  }
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation>li.current>a {
  color: var(--theme-color1);
  font-weight: 700;
}

.main-menu .navigation>li.dropdown:hover>ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation>li>ul {
  background-color: var(--body-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 100;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #1d2022;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  text-align: left;
  font-family: var(--body-font-family);
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--theme-color1);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 600;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  background-color: var(--body-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #1d2022;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background-color: rgba(10, 8, 8, 0.9843137255);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  border-bottom: 1px solid #242424;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  max-height: 60px;
}

.sticky-header .nav-outer {
  background: none;
  position: relative;
}

.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991.98px) {
  .sticky-header .inner-container {
    padding: 15px 0;
  }
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 45px;
  padding: 0;
}

.sticky-header .main-menu .navigation>li>a {
  color: var(--theme-color-white);
  padding: 30px 0;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color1);
}

.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}

/*** 
====================================================================
 Header Style One
====================================================================
***/
.header-style-one,
.header-style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-style-one .header-left,
.header-style-two .header-left {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1599.98px) {

  .header-style-one .header-left,
  .header-style-two .header-left {
    gap: 150px;
  }
}

.header-style-one .ui-btn-outer .ui-btn-search,
.header-style-two .ui-btn-outer .ui-btn-search {
  align-items: center;
  display: flex;
  gap: 10px;
}

.header-style-one .ui-btn-outer .ui-btn-search .search-btn,
.header-style-two .ui-btn-outer .ui-btn-search .search-btn {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 18px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.header-style-one .ui-btn-outer .ui-btn-search .header-btn,
.header-style-two .ui-btn-outer .ui-btn-search .header-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 49px;
  padding: 0 26px;
  transition: all 300ms ease;
}

.header-style-one .ui-btn-outer .ui-btn-search .header-btn:hover,
.header-style-two .ui-btn-outer .ui-btn-search .header-btn:hover {
  background-color: var(--theme-color-white);
}

.header-style-one .mobile-nav-toggler,
.header-style-two .mobile-nav-toggler {
  margin-left: 0;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 43px;
  border: 1px solid var(--theme-color-white);
  border-radius: 50%;
  transition: all 300ms ease;
  cursor: pointer;
}

.header-style-one .mobile-nav-toggler svg path,
.header-style-two .mobile-nav-toggler svg path {
  transition: all 300ms ease;
}

.header-style-one .mobile-nav-toggler span,
.header-style-two .mobile-nav-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--theme-color1);
  overflow: hidden;
}

.header-style-one .mobile-nav-toggler span:first-child,
.header-style-two .mobile-nav-toggler span:first-child {
  top: 0;
  background: var(--theme-color1);
  left: 0;
  width: 40px;
}

.header-style-one .mobile-nav-toggler span:nth-child(2),
.header-style-two .mobile-nav-toggler span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  left: initial;
  right: 0;
  background: var(--theme-color1);
  margin-top: 5px;
}

.header-style-one .mobile-nav-toggler span:last-child,
.header-style-two .mobile-nav-toggler span:last-child {
  bottom: -9px;
  background: var(--theme-color1);
  width: 20px;
  left: initial;
  right: 0;
}

.header-style-one .mobile-nav-toggler.active span:first-child,
.header-style-two .mobile-nav-toggler.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}

.header-style-one .mobile-nav-toggler.active span:nth-child(2),
.header-style-two .mobile-nav-toggler.active span:nth-child(2) {
  opacity: 0;
}

.header-style-one .mobile-nav-toggler.active span:last-child,
.header-style-two .mobile-nav-toggler.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-style-one .mobile-nav-toggler:hover,
.header-style-two .mobile-nav-toggler:hover {
  border-color: var(--theme-color1);
}

.header-style-one .mobile-nav-toggler:hover svg path,
.header-style-two .mobile-nav-toggler:hover svg path {
  fill: var(--theme-color1);
}

.header-style-one.innerpage-style,
.innerpage-style.header-style-two {
  background-color: #030303;
}

/*** 
====================================================================
 Header Style Two
====================================================================
***/
.header-style-two .main-box {
  padding: 0 !important;
}

@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box .ui-btn-outer {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .main-header-style .header-lower .logo-box {
    margin-right: 30px;
  }

  .main-menu .navigation>li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1439px) {
  .main-menu .navigation>li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-top {
    margin-left: 0;
    padding: 0;
  }

  .main-header .main-box {
    align-items: center;
  }

  .main-header .header-lower .logo-box {
    margin-top: 0;
    min-height: auto;
  }
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {

  .header-top,
  .main-header .main-menu {
    display: none;
  }

  .main-header .logo {
    min-width: auto;
  }

  .main-header .logo img,
  .sticky-header .main-header .logo img {
    width: auto;
    max-width: none;
    max-height: 45px;
  }

  .main-header .header-lower {
    padding: 15px 0;
  }

  .mobile-nav-toggler {
    display: block !important;
  }

  .main-header .main-box .nav-outer {
    width: auto;
  }

  .main-header .main-box {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .title {
    padding: 7px 20px;
  }

  .main-slider .title:before {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .main-header .header-lower .logo-box {
    padding-left: 0;
    min-width: auto;
    margin-right: 0px;
    max-width: 140px;
  }

  .main-header .header-lower .logo-box .logo img {
    max-width: 140px;
  }
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
  position: relative;
  z-index: 1;
}

.about-section .image-column .inner-column .image {
  margin-bottom: 0;
  border-radius: 24px;
  overflow: hidden;
}

.about-section .image-column .inner-column .image img {
  width: 100%;
}

.about-section .shadow1 {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}

.about-section .shadow2 {
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
}

.about-section .shadow3 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.about-section .shadow4 {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}

.about-section .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-section .shape-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-section .object-left {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .about-section .object-left {
    display: none;
  }
}

.about-section .object-right {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}

.about-block .inner-block {
  text-align: center;
  padding: 20px;
  padding-top: 30px;
  border-radius: 24px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.about-block .inner-block .author {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.about-block .inner-block .author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 300ms ease;
}

.about-block .inner-block .content-box .title {
  margin: 8px 0;
  color: var(--theme-color-dark);
}

.about-block .inner-block .content-box .text {
  font-weight: 500;
  color: var(--theme-color-dark);
}

.about-block .inner-block .content-box .sign {
  margin-top: 10px;
}

.about-block .inner-block:hover .author img {
  transform: scale(1.1);
}

.about-block-count {
  max-width: 220px;
  margin-left: auto;
  margin-bottom: 10px;
}

.about-block-count .inner-block {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-block-count .inner-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.3) 0%, rgba(3, 3, 3, 0.5) 100%);
  z-index: 0;
}

.about-block-count .inner-block .image {
  margin-bottom: 0;
}

.about-block-count .inner-block .image img {
  width: 100%;
}

.about-block-count .inner-block .content-box {
  position: absolute;
  z-index: 1;
  left: 25px;
  bottom: 25px;
}

.about-block-count .inner-block .content-box .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.about-block-count .inner-block .content-box .text {
  color: var(--theme-color-white);
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .about-block-count {
    max-width: 100%;
    margin: 0;
  }
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  z-index: 1;
}

.about-section-two .shadow1 {
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
}

.about-section-two .shadow2 {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
}

.about-section-two .object1 {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .about-section-two .object1 {
    display: none;
  }
}

.about-section-two .object2 {
  position: absolute;
  bottom: 100px;
  left: 160px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .about-section-two .object2 {
    display: none;
  }
}

.about-section-two .image-column .inner-column {
  max-width: 636px;
}

.about-section-two .image-column .inner-column .image {
  margin-bottom: 0;
  overflow: hidden;
}

.about-section-two .image-column .inner-column .image img {
  width: 100%;
}

.about-section-two .image-column .inner-column .image.image-one {
  border-radius: 160px 160px 0 160px;
}

.about-section-two .image-column .inner-column .image.image-two {
  border-radius: 160px 160px 160px 0;
}

.about-section-two .image-column .inner-column .image.image-three {
  border-radius: 160px 160px 0 160px;
}

@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column {
    max-width: 100%;
  }
}

.about-section-two .content-column .inner-column {
  max-width: 630px;
  margin-left: auto;
}

.about-section-two .content-column .inner-column .about-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: var(--theme-color-white);
}

.about-section-two .content-column .inner-column .about-list li:last-child {
  margin-bottom: 0;
}

.about-section-two .content-column .inner-column .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-section-two .content-column .inner-column .info-box .adjust-box {
  display: flex;
  align-items: center;
}

.about-section-two .content-column .inner-column .info-box .info {
  width: 220px;
  height: 120px;
  background: var(--theme-color1);
  border-radius: 0 0 120px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  margin-right: -70px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.about-section-two .content-column .inner-column .info-box .info .title {
  color: var(--theme-color-dark);
  font-weight: 700;
  margin-bottom: 5px;
}

.about-section-two .content-column .inner-column .info-box .info .text {
  color: var(--theme-color-dark);
  font-weight: 500;
}

.about-section-two .content-column .inner-column .info-box .video-box {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.about-section-two .content-column .inner-column .info-box .video-box .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 24px;
  color: var(--theme-color-white);
}

.about-section-two .content-column .inner-column .info-box .video-box .video-popup:hover {
  color: var(--theme-color1);
}

.about-section-two .content-column .inner-column .info-box .video-box img {
  width: 100%;
  transition: all 500ms ease;
}

.about-section-two .content-column .inner-column .info-box .video-box:hover img {
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box {
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column {
    max-width: 100%;
    margin: 0;
  }
}

/*** 

====================================================================
    About Section Three
====================================================================

***/
.about-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-section-three .image-column .inner-column .image {
  margin-bottom: 0;
  -webkit-mask-image: url(../images/mask/about-three-image-mask.png);
  mask-image: url(../images/mask/about-three-image-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

.about-section-three .image-column .inner-column .image img {
  width: 100%;
}

.about-section-three .content-column .inner-column .about-count-block {
  padding: 30px 30px 40px;
  border-radius: 28px;
  backdrop-filter: blur(15px);
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

.about-section-three .content-column .inner-column .about-count-block .content-box {
  padding-left: 40px;
}

.about-section-three .content-column .inner-column .about-count-block .content-box .title {
  font-size: 75px;
  line-height: 1.2;
  color: var(--theme-color1);
  margin-bottom: 0;
}

.about-section-three .content-column .inner-column .about-count-block .content-box .text {
  font-weight: 600;
  color: var(--theme-color-white);
}

.about-section-three .content-column .inner-column .about-count-block .content-box.have-border {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding-top: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.about-section-three .content-column .inner-column .about-count-block .content-box.have-border::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 6px;
  background-color: #b51c1d;
  border-radius: 6px;
}

.about-section-three .content-column .inner-column .info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 25px;
  border-radius: 76px;
  border: 1px solid rgba(255, 255, 255, 0.051);
  background-color: #0b0b0b;
}

.about-section-three .content-column .inner-column .info-box .mix-client img {
  border: 2px solid var(--theme-color-white);
  width: 40px;
  height: 40px;
}

.about-section-three .content-column .inner-column .info-box .mix-client span {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.about-section-three .content-column .inner-column .info-box .text {
  line-height: 24px;
}

.about-section-three .content-box .title {
  color: var(--text-color);
}

.about-block-three .inner-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-block-three .inner-block .icon {
  display: inline-block;
  border: 1px solid rgba(191, 247, 71, 0.102);
  border-radius: 12px;
  background-color: var(--theme-color-dark2);
  min-width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  transition: 300ms;
  position: relative;
}

.about-block-three .inner-block .icon svg path {
  transition: all 300ms ease;
}

.about-block-three .inner-block .icon i {
  color: var(--theme-color-white);
  font-size: 40px;
}

.about-block-three .inner-block .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(134.27deg, #bff747 3.78%, rgba(191, 247, 71, 0) 26.86%, rgba(191, 247, 71, 0) 50.02%, rgba(191, 247, 71, 0) 72.47%, #bff747 95.65%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 575.98px) {
  .about-block-three .inner-block .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.about-block-three .inner-block .content .title {
  margin-bottom: 10px;
}

.about-block-three .inner-block .content .text {
  color: #e5e5e5;
  margin-bottom: 0;
}

.about-block-three .inner-block:hover .icon {
  color: var(--theme-color1);
}

.about-block-three .inner-block:hover .icon svg path {
  stroke: var(--theme-color1);
}

.about-block-three .inner-block:hover .icon i {
  color: var(--theme-color1);
}

.about-block-three .inner-block:hover .icon::before {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .about-block-three .inner-block {
    gap: 15px;
  }
}

.about-block-three.first-block {
  border-bottom: 1px solid #242424;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

/*** 

====================================================================
    Mix Client
====================================================================

***/
.mix-client {
  display: flex;
  align-items: center;
}

.mix-client img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.mix-client .icon-1 {
  margin-right: -10px;
}

.mix-client .icon-2 {
  margin-right: -10px;
}

.mix-client .icon-3 {
  margin-right: -10px;
}

.mix-client .icon-4 {
  margin-right: -10px;
}

.mix-client span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color-white);
  color: var(--theme-color-dark);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  text-align: center;
}

/*** 

====================================================================
    Award Section
====================================================================

***/
.award-section {
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

.award-section .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: #151414;
  border: 1px solid rgba(36, 36, 36, 0.6);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .award-section .outer-container {
    padding: 100px 0;
  }
}

.award-activity-items {
  position: relative;
  z-index: 1;
  padding: 25px;
  background-color: rgba(36, 36, 36, 0.2509803922);
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 300ms ease;
}

.award-activity-items .award-text {
  color: #e5e5e5;
  font-weight: 500;
  margin: 0;
  transition: all 300ms ease;
}

.award-activity-items .award-text.title {
  font-weight: 600;
  color: var(--theme-color-white);
}

.award-activity-items .hover-image {
  width: 158px;
  height: 247px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  visibility: hidden;
}

.award-activity-items:hover {
  background-color: rgba(36, 36, 36, 0.698);
}

.award-activity-items:hover .award-text {
  color: var(--theme-color-white);
}

.award-activity-items:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

/*** 

====================================================================
    Award Section Three
====================================================================

***/
.award-section-three {
  overflow: hidden;
  padding: 0 12px;
}

.award-section-three .outer-container {
  max-width: 1600px;
  margin: 0 auto;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.award-section-three .outer-container .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.award-section-three .outer-container .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .award-section-three .outer-container {
    padding: 100px 0;
  }
}

.award-section-three .sec-title .sub-title {
  color: var(--theme-color-dark2);
}

.award-section-three .sec-title .title {
  color: var(--theme-color-dark);
}

.award-section-three .image-column .inner-column .image {
  margin-bottom: 0;
  margin-top: -43%;
}

@media (max-width: 1439.98px) {
  .award-section-three .image-column .inner-column .image {
    margin-top: -10%;
  }
}

@media (max-width: 1199.98px) {
  .award-section-three .image-column .inner-column .image {
    margin-top: 10%;
  }
}

@media (max-width: 991.98px) {
  .award-section-three .image-column .inner-column .image {
    margin-top: 0;
    text-align: center;
  }
}

.award-section-three .award-activity-items {
  padding: 38px 25px;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  border-top: 1px solid #333333;
}

.award-section-three .award-activity-items .award-text {
  color: var(--theme-color-dark2);
}

.award-section-three .award-activity-items .award-text .title {
  color: var(--theme-color-dark);
}

.award-section-three .award-activity-items .hover-image {
  width: 72px;
  height: 178px;
}

.award-section-three .award-activity-items:hover {
  background-color: #0b0b0b;
}

.award-section-three .award-activity-items:hover .award-text {
  color: var(--theme-color-white);
}

.award-section-three .award-activity-items:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color-white);
  display: none;
  top: 0;
  margin-left: 20px;
  order: 8;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color-dark);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-red {
  background-color: #ff3838;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-dark {
  background-color: #222429;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: var(--theme-color3);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li a {
  color: #ffffff;
  transition: all 300ms ease;
}

.contact-list-one li a:hover {
  color: var(--theme-color3);
}

.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color3);
}

.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-list-one li .text {
  color: var(--theme-color-light);
}

.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--theme-color3);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}

.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}

.toggle-hidden-bar .line:nth-child(1) {
  width: 24px;
  top: 0;
}

.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
  width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}

.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}

.hidden-bar .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}

.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}

.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-two li:last-child {
  margin-right: 0;
}

.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color3);
}

.contact-list-two li .contact-info-box a {
  color: var(--theme-color3);
  transition: all 300ms ease;
}

.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-light);
}

.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}

.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  transition: all 300ms ease;
}

.hidden-bar .social-links li a:hover {
  color: var(--theme-color3);
}

/***

==================================================================
    Gallery Section
==================================================================

***/
.gallery-section {
  overflow: hidden;
}

.gallery-block .inner-box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-block .inner-box img {
  width: 100%;
}

.gallery-block .inner-box .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  background-color: rgba(var(--theme-color3-rgb), 0.95);
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s;
  opacity: 0;
}

.gallery-block .inner-box .content-box .icon {
  text-align: right;
  margin: 30px;
}

.gallery-block .inner-box .content-box .icon i {
  color: var(--theme-color-dark);
  transition: all 0.3s;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
}

.gallery-block .inner-box .content-box .icon i:hover {
  transform: rotate(90deg);
}

@media (max-width: 575.98px) {
  .gallery-block .inner-box .content-box .icon {
    margin: 15px;
  }
}

.gallery-block .inner-box .content-box .content {
  margin: 30px;
}

.gallery-block .inner-box .content-box .content .title {
  font-size: 30px;
  line-height: 30px;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.gallery-block .inner-box .content-box .content .sub-title {
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

@media (max-width: 575.98px) {
  .gallery-block .inner-box .content-box .content {
    margin: 15px;
  }

  .gallery-block .inner-box .content-box .content .title {
    font-size: 24px;
    line-height: 20px;
  }
}

.gallery-block .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/***

==================================================================
    Gallery Section Four
==================================================================

***/
.gallery-section-four {
  overflow: hidden;
}

.gallery-block-four .inner-box {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
}

.gallery-block-four .inner-box img {
  width: 100%;
}

.gallery-block-four .inner-box .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  background-color: rgba(var(--theme-color3-rgb), 0.95);
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s;
  opacity: 0;
}

.gallery-block-four .inner-box .content-box .icon {
  text-align: right;
  margin: 30px;
}

.gallery-block-four .inner-box .content-box .icon i {
  color: var(--theme-color-dark);
  transition: all 0.3s;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
}

.gallery-block-four .inner-box .content-box .icon i:hover {
  transform: rotate(90deg);
}

@media (max-width: 575.98px) {
  .gallery-block-four .inner-box .content-box .icon {
    margin: 15px;
  }
}

.gallery-block-four .inner-box .content-box .content {
  margin: 30px;
}

.gallery-block-four .inner-box .content-box .content .title {
  font-size: 30px;
  line-height: 30px;
  color: var(--theme-color-white);
  margin-bottom: 0px;
}

.gallery-block-four .inner-box .content-box .content .sub-title {
  color: rgba(var(--theme-color-white-rgb), 0.8);
  padding: 6px 25px;
  border: 1px solid rgba(255, 255, 255, 0.141);
  border-radius: 100px;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .gallery-block-four .inner-box .content-box .content {
    margin: 15px;
  }

  .gallery-block-four .inner-box .content-box .content .title {
    font-size: 24px;
    line-height: 20px;
  }
}

.gallery-block-four .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.gallery-row-four {
  display: flex;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1439.98px) {
  .gallery-row-four {
    flex-direction: column;
    width: 100%;
  }
}

.gallery-row-four .box-column-first .gallery-block-four .inner-box .content-box .content {
  margin: 20px;
}

.gallery-row-four .box-column-first .gallery-block-four .inner-box .content-box .content .title {
  font-size: 24px;
  line-height: 30px;
}

.gallery-row-four .box-column-first .gallery-block-four .inner-box .content-box .content .sub-title {
  padding: 4px 18px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .gallery-row-four .box-column-first .gallery-block-four .inner-box .content-box .content {
    margin: 15px;
  }

  .gallery-row-four .box-column-first .gallery-block-four .inner-box .content-box .content .title {
    font-size: 24px;
    line-height: 20px;
  }
}

.gallery-row-four .box-column-last .gallery-block-four .inner-box .content-box .content {
  margin: 20px;
}

.gallery-row-four .box-column-last .gallery-block-four .inner-box .content-box .content .title {
  font-size: 16px;
  line-height: 28px;
}

.gallery-row-four .box-column-last .gallery-block-four .inner-box .content-box .content .sub-title {
  padding: 2px 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

/***

==================================================================
    Gallery Section Five
==================================================================

***/
.gallery-section-five {
  overflow: hidden;
}

.gallery-block-five {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gallery-block-five .image {
  margin-bottom: 0;
}

.gallery-block-five .image img {
  width: 100%;
  transition: 0.5s;
}

.gallery-block-five .content {
  backdrop-filter: blur(57px);
  border: 1px solid rgba(255, 255, 255, 0.039);
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 600;
  color: var(--theme-color-white);
  position: absolute;
  border-radius: 25px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 12px 20px;
  padding-left: 30px;
  opacity: 0;
  visibility: visible;
  transition: 0.3s;
}

.gallery-block-five:hover .image img {
  transform: scale(1.05);
}

.gallery-block-five:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

/***

==================================================================
    Case Section
==================================================================

***/
/***

==================================================================
    Choose Section
==================================================================

***/
.choose-section {
  position: relative;
  z-index: 1;
}

.choose-section .content-column .inner-column .list {
  border-top: 1px solid var(--theme-color-dark3);
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.choose-section .content-column .inner-column .list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 575.98px) {
  .choose-section .content-column .inner-column .list {
    flex-direction: column;
    align-items: start;
  }
}

.choose-section .image-column .inner-column .image {
  margin-bottom: 0;
  margin-left: auto;
  max-width: 594px;
/*  -webkit-mask-image: url(../images/mask/choose-image-mask.png);
  mask-image: url(../images/mask/choose-image-mask.png);*/
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top center;
  mask-position: top center;
}

.choose-section .image-column .inner-column .image img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .choose-section .image-column .inner-column .image {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.choose-section .shadow3 {
  position: absolute;
  top: -80%;
  left: 0;
  z-index: -1;
}

.choose-section .shadow4 {
  position: absolute;
  top: -75%;
  right: 0;
  z-index: -1;
}

.choose-section .object1 {
  position: absolute;
  top: 52%;
  right: 70px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .choose-section .object1 {
    display: none;
  }
}

.choose-block .inner-block .icon {
  display: inline-block;
  border: 1px solid rgba(191, 247, 71, 0.102);
  border-radius: 12px;
  background-color: var(--theme-color-dark2);
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 30px;
  transition: 300ms;
  position: relative;
}

.choose-block .inner-block .icon svg path {
  transition: all 300ms ease;
}

.choose-block .inner-block .icon i {
  color: var(--theme-color-white);
  font-size: 40px;
}

.choose-block .inner-block .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(134.27deg, #bff747 3.78%, rgba(191, 247, 71, 0) 26.86%, rgba(191, 247, 71, 0) 50.02%, rgba(191, 247, 71, 0) 72.47%, #bff747 95.65%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.choose-block .inner-block .content .title {
  margin-bottom: 10px;
}

.choose-block .inner-block .content .text {
  margin-bottom: 20px;
}

.choose-block .inner-block:hover .icon {
  color: var(--theme-color1);
}

.choose-block .inner-block:hover .icon svg path {
  fill: var(--theme-color1);
}

.choose-block .inner-block:hover .icon::before {
  opacity: 1;
}

/***

==================================================================
    Choose Section Two
==================================================================

***/
.choose-section-two {
  position: relative;
  z-index: 1;
}

.choose-section-two .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.choose-section-two .image-column .inner-column .image {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 32px;
  max-width: 427px;
}

.choose-section-two .image-column .inner-column .image img {
  width: 100%;
}

.choose-section-two .image-column .inner-column .image.image-two {
  padding: 8px;
  background-color: var(--theme-color-dark);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.choose-section-two .image-column .inner-column .image.image-two img {
  border-radius: 32px;
}

@media (max-width: 575.98px) {
  .choose-section-two .image-column .inner-column .image.image-two {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: -50%;
  }
}

@media (max-width: 575.98px) {
  .choose-section-two .image-column .inner-column .image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.choose-section-two .shadow1 {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
}

.choose-section-two .object1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .choose-section-two .object1 {
    display: none;
  }
}

.choose-section-two .object2 {
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .choose-section-two .object2 {
    display: none;
  }
}

.choose-block-two .inner-block {
  position: relative;
  z-index: 1;
}

.choose-block-two .inner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 25px;
  height: 95%;
  border-right: 1px dashed var(--theme-color1);
  -o-border-image: repeating-linear-gradient(to bottom, var(--theme-color1) 0, var(--theme-color1) 8px, transparent 8px, transparent 15px) 1;
  border-image: repeating-linear-gradient(to bottom, var(--theme-color1) 0, var(--theme-color1) 8px, transparent 8px, transparent 15px) 1;
}

@media (max-width: 575.98px) {
  .choose-block-two .inner-block::before {
    display: none;
  }
}

.choose-block-two .inner-block .block-list {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.choose-block-two .inner-block .block-list .number {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.choose-block-two .inner-block .block-list .content-box .title {
  margin-bottom: 5px;
}

.choose-block-two .inner-block .block-list .content-box .text {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .choose-block-two .inner-block .block-list {
    flex-direction: column;
    align-items: start;
  }
}

/***

==================================================================
    Choose Section Three
==================================================================

***/
.choose-section-three {
  overflow: hidden;
  padding: 0 12px;
}

.choose-section-three .outer-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  background-color: rgba(16, 16, 16, 0.6);
  border: 1px solid rgba(36, 36, 36, 0.6);
  padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
  .choose-section-three .outer-container {
    padding: 100px 0 60px;
  }
}

.choose-section-three .image-column .inner-column .image {
  margin-bottom: 0;
  margin-left: auto;
  max-width: 594px;
  -webkit-mask-image: url(../images/mask/choose-image-mask.png);
  mask-image: url(../images/mask/choose-image-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top center;
  mask-position: top center;
}

.choose-section-three .image-column .inner-column .image img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .choose-section-three .image-column .inner-column .image {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.choose-block-three .inner-block {
  display: flex;
  gap: 20px;
}

.choose-block-three .inner-block .number {
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  min-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--theme-color-dark);
}

.choose-block-three .inner-block .content .title {
  margin-bottom: 5px;
}

/***

==================================================================
    Call to Action Section
==================================================================

***/
.cta-section {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

@media (max-width: 1199.98px) {
  .cta-section {
    padding-top: 0;
  }
}

.cta-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 80px;
  border-radius: 32px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.cta-section .inner-container .image {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .cta-section .inner-container .image {
    display: none;
  }
}

.cta-section .inner-container .sec-arrow {
  position: absolute;
  top: 0;
  left: 45%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .cta-section .inner-container .sec-arrow {
    display: none;
  }
}

.cta-section .inner-container .sec-shape {
  position: absolute;
  bottom: 35px;
  right: 35%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .cta-section .inner-container {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .cta-section .inner-container {
    padding: 30px 20px;
  }
}

.cta-section .content-column .inner-column .sec-title .sub-title {
  color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .sec-title .title {
  color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box {
  display: flex;
  align-items: center;
}

.cta-section .content-column .inner-column .info-box .btn-style-one {
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .btn-style-one .dot-box {
  background-color: var(--theme-color-white);
}

.cta-section .content-column .inner-column .info-box .btn-style-one .dot-box .dot-item {
  background-color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .btn-style-one .dot-box .dot-item::before,
.cta-section .content-column .inner-column .info-box .btn-style-one .dot-box .dot-item::after {
  background-color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .btn-style-one:hover {
  color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .btn-style-one:hover .dot-box {
  background-color: var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .btn-style-one:hover .dot-box .dot-item {
  background-color: var(--theme-color-white);
}

.cta-section .content-column .inner-column .info-box .btn-style-one:hover .dot-box .dot-item::before,
.cta-section .content-column .inner-column .info-box .btn-style-one:hover .dot-box .dot-item::after {
  background-color: var(--theme-color-white);
}

.cta-section .content-column .inner-column .info-box .info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid var(--theme-color-dark);
}

.cta-section .content-column .inner-column .info-box .info .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  border-radius: 50%;
}

.cta-section .content-column .inner-column .info-box .info .text {
  color: var(--theme-color-dark);
  font-weight: 600;
}

.cta-section .content-column .inner-column .info-box .info .title {
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .cta-section .content-column .inner-column .info-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cta-section .content-column .inner-column .info-box .info {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .cta-section .content-column .inner-column .info-box .info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.cta-section .shadow1 {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
}

.cta-section .shadow2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cta-section .shadow3 {
  position: absolute;
  top: -130%;
  right: 0;
  z-index: -1;
}

.cta-section .shadow4 {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: -1;
}

.cta-section .object1 {
  position: absolute;
  top: -18%;
  left: -140px;
  z-index: -1;
}

.cta-section .object2 {
  position: absolute;
  top: -34%;
  right: 20px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .cta-section .object2 {
    display: none;
  }
}

.cta-section .object3 {
  position: absolute;
  top: 150%;
  left: 0;
  z-index: -1;
}

.cta-section .object4 {
  position: absolute;
  bottom: -164%;
  right: 80px;
  z-index: -1;
}

/***

==================================================================
    Call to Action Section
==================================================================

***/
.cta-section-three {
  position: relative;
  z-index: 1;
}

.cta-section-three .outer-container {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
}

.cta-section-three .outer-container .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.cta-section-three .outer-container .sec-bg img {
  width: 100%;
}

.cta-section-three .content-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-section-three .content-box .title {
  color: var(--theme-color-white);
  font-size: 200px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.cta-section-three .content-box .title span {
  font-weight: 500;
  display: block;
  font-size: 100px;
}

.cta-section-three .content-box .text {
  font-size: 100px;
  line-height: 1;
  color: var(--theme-color-white);
  font-weight: 700;
  text-transform: capitalize;
}

.cta-section-three .content-box .circle-btn {
  width: 180px;
  height: 180px;
  border: none;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.cta-section-three .content-box .circle-btn span {
  color: var(--theme-color-dark);
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}

.cta-section-three .content-box .circle-btn i {
  color: var(--theme-color-dark);
  font-size: 24px;
}

.cta-section-three .content-box .circle-btn::after {
  background-color: rgba(0, 0, 0, 0.05);
}

.cta-section-three .content-box .btn-move {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .cta-section-three .content-box .title {
    font-size: 150px;
  }

  .cta-section-three .content-box .title span {
    font-size: 80px;
  }

  .cta-section-three .content-box .text {
    font-size: 80px;
  }

  .cta-section-three .content-box .circle-btn {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 991.98px) {
  .cta-section-three .content-box .title {
    font-size: 100px;
  }

  .cta-section-three .content-box .title span {
    font-size: 60px;
  }

  .cta-section-three .content-box .text {
    font-size: 60px;
  }

  .cta-section-three .content-box .circle-btn {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .cta-section-three .content-box .title {
    font-size: 80px;
  }

  .cta-section-three .content-box .title span {
    font-size: 40px;
  }

  .cta-section-three .content-box .text {
    font-size: 50px;
  }

  .cta-section-three .content-box .circle-btn {
    width: 100px;
    height: 100px;
  }

  .cta-section-three .content-box .circle-btn span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .cta-section-three .content-box .circle-btn i {
    font-size: 18px;
  }
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .sec-title {
    margin-bottom: 40px;
  }
}

.sec-title .sub-title {
  color: var(--sec-title-subtitle-color);
  font-family: var(--sec-title-subtitle-font-family);
  font-size: var(--sec-title-subtitle-font-size);
  font-weight: var(--sec-title-subtitle-font-weight);
  line-height: var(--sec-title-subtitle-line-height);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
  text-transform: uppercase;
}

.sec-title .title {
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
}

@media (max-width: 1439.98px) {
  .sec-title .title {
    font-size: 36px;
  }

  .sec-title .title br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 28px;
  }

  .sec-title .title br {
    display: none;
  }
}

.sec-title .text {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  .sec-title .text br {
    display: none;
  }
}

/*** 
====================================================================
  Banner Section
====================================================================
***/
.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner-section .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .outer-box {
  padding: 250px 80px 160px 80px;
}

@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 150px 20px 80px 20px;
  }
}

.banner-section .content-box {
  max-width: 880px;
  position: relative;
  z-index: 2;
}

.banner-section .content-box .sub-title {
  text-transform: uppercase;
  color: var(--theme-color1);
  margin-bottom: 10px;
}

.banner-section .content-box .title {
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Improved readability */
}

.banner-section .content-box .title span {
  display: inline-block;
  padding: 16px 30px;
  font-size: 48px;
  line-height: 48px;
  border-radius: 100px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  transform: rotate(-4deg);
}

@media (max-width: 991.98px) {
  .banner-section .content-box .title {
    font-size: 32px; /* Smaller font on mobile */
    line-height: 1.3;
  }

  .banner-section .content-box .title span {
    font-size: 32px;
    line-height: 32px;
    padding: 6px 20px;
    margin: 5px 0;
  }
}

@media (max-width: 575.98px) {
  .banner-section .content-box .title {
    font-size: 26px; /* Even smaller for very small screens */
  }
}

.banner-section .content-box .text {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .banner-section .content-box .text {
    font-size: 16px;
  }
}

.banner-section .content-box .info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.banner-section .content-box .info .ratings {
  margin-bottom: 0;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  .banner-section .content-box .info {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 1439.98px) {
  .banner-section .content-box {
    max-width: 100%;
  }

  .banner-section .content-box .title {
    margin-bottom: 40px;
  }

  .banner-section .content-box .text {
    max-width: 750px;
  }
}

.banner-section .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  /* Mobile styles here */
  .banner-section .banner-image::after {

    background: rgb(0 0 0 / 63%) !important; /* Slightly darker overlay for better text contrast */
  
}
}


.sub-title img {
    width: 4%;
}

.banner-section .banner-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Slightly darker overlay for better text contrast */
  z-index: 1;
}

.banner-section .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section .banner-image:hover::after {
  height: 100%;
  opacity: 1;
}


.banner-section .banner-image img {
  width: 100%;
}

@media (max-width: 1599.98px) {
  .banner-section .banner-image {
    max-width: 100%;
    bottom: 0;
  }
}

@media (max-width: 1439.98px) {
  .banner-section .banner-image {
    display: block;
  }
}

.banner-section .object1 {
  position: absolute;
  bottom: 30px;
  left: 40%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .banner-section .object1 {
    display: none;
  }
}

.banner-section .object2 {
  position: absolute;
  top: 120px;
  left: 47%;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .banner-section .object2 {
    display: none;
  }
}

.banner-section .object3 {
  position: absolute;
  top: 150px;
  right: 260px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .banner-section .object3 {
    display: none;
  }
}

/*** 
====================================================================
  Banner Section Two
====================================================================
***/
.banner-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 250px 0;
}

@media (max-width: 991.98px) {
  .banner-section-two {
    padding: 160px 0 80px;
  }
}

.banner-section-two .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section-two .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section-two .content-box {
  position: relative;
  z-index: 1;
}

.banner-section-two .content-box .sub-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--theme-color-white);
  padding-left: 15px;
}

.banner-section-two .content-box .sub-title::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  content: "";
  z-index: 1;
}

.banner-section-two .content-box .title {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-section-two .content-box .title span {
  color: var(--theme-color1);
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .banner-section-two .content-box .title {
    font-size: 110px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .content-box .title {
    font-size: 85px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .content-box .title {
    font-size: 65px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .content-box .title {
    font-size: 44px;
  }
}

.banner-section-two .content-box .text {
  font-size: 18px;
  line-height: 1.5;
}

.banner-section-two .content-box .info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.banner-section-two .content-box .info .stars i {
  color: #ffb400;
}

.banner-section-two .content-box .info .btn-style-one {
  background-color: transparent;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}

.banner-section-two .content-box .info .btn-style-one .dot-box {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.banner-section-two .content-box .info .btn-style-one .dot-box .dot-item {
  background-color: var(--theme-color-dark);
}

.banner-section-two .content-box .info .btn-style-one .dot-box .dot-item::before,
.banner-section-two .content-box .info .btn-style-one .dot-box .dot-item::after {
  background-color: var(--theme-color-dark);
}

.banner-section-two .content-box .info .btn-style-one:hover {
  color: var(--theme-color-dark);
}

.banner-section-two .content-box .info .btn-style-one:hover .dot-box {
  background-color: var(--theme-color-dark);
}

.banner-section-two .content-box .info .btn-style-one:hover .dot-box .dot-item {
  background-color: var(--theme-color-white);
}

.banner-section-two .content-box .info .btn-style-one:hover .dot-box .dot-item::before,
.banner-section-two .content-box .info .btn-style-one:hover .dot-box .dot-item::after {
  background-color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .banner-section-two .content-box .info {
    flex-direction: column;
    align-items: start;
  }
}

.banner-section-two .banner-image {
  position: absolute;
  right: 140px;
  bottom: 0;
}

@media (max-width: 1799.98px) {
  .banner-section-two .banner-image {
    right: 20px;
  }
}

@media (max-width: 1439.98px) {
  .banner-section-two .banner-image {
    display: none;
  }
}

.banner-section-two .copyrgiht-text {
  max-width: 350px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  right: 80px;
  z-index: 1;
}

.banner-section-two .copyrgiht-text .cr-title {
  color: var(--theme-color1);
  margin-bottom: 5px;
}

.banner-section-two .copyrgiht-text .cr-text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
  .banner-section-two .copyrgiht-text {
    display: none;
  }
}

.banner-section-two .object1 {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .banner-section-two .object1 {
    display: none;
  }
}

.banner-section-two .object2 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .banner-section-two .object2 {
    display: none;
  }
}

.banner-section-two br {
  display: inline-block;
}

/*** 
====================================================================
  Banner Section Three
====================================================================
***/
.banner-section-three {
  overflow: hidden;
  padding: 100px 12px 80px;
}

.banner-section-three .outer-box {
  position: relative;
  z-index: 1;
  padding: 320px 80px 270px;
  border-radius: 35px;
  overflow: hidden;
  max-width: 1760px;
  margin: 0 auto;
}

.banner-section-three .outer-box .banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .banner-section-three .outer-box .banner-image {
    display: none;
  }
}

.banner-section-three .outer-box .object1 {
  position: absolute;
  bottom: -12%;
  left: -7%;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .banner-section-three .outer-box .object1 {
    display: none;
  }
}

.banner-section-three .outer-box .object2 {
  position: absolute;
  top: 135px;
  right: 40%;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .banner-section-three .outer-box .object2 {
    display: none;
  }
}

.banner-section-three .outer-box .object3 {
  position: absolute;
  bottom: 170px;
  right: 25%;
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .banner-section-three .outer-box .object3 {
    display: none;
  }
}

.banner-section-three .outer-box .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.banner-section-three .outer-box .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1439.98px) {
  .banner-section-three .outer-box {
    padding: 200px 20px 150px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three .outer-box {
    padding: 150px 12px 100px;
  }
}

.banner-section-three .content-box {
  max-width: 1160px;
}

.banner-section-three .content-box .title {
  background: linear-gradient(180deg, #ffffff 0%, #bff747 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 280px;
  line-height: 230px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .banner-section-three .content-box .title {
    font-size: 220px;
    line-height: 1;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three .content-box .title {
    font-size: 170px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-three .content-box .title {
    font-size: 120px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-three .content-box .title {
    font-size: 80px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section-three .content-box .title {
    font-size: 60px;
  }
}

.banner-section-three .content-box .content {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  margin-left: 15px;
}

.banner-section-three .content-box .content .text {
  max-width: 350px;
  width: 100%;
  font-weight: 700;
}

.banner-section-three .content-box .content .sub-title {
  font-size: 80px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: var(--theme-color1);
  letter-spacing: 32px;
}

.banner-section-three .content-box .content a {
  display: inline-block;
  width: 175px;
  padding: 16px 25px;
  border: 2px solid var(--theme-color-white);
  text-align: right;
  border-radius: 171px;
  transition: all 300ms ease;
}

.banner-section-three .content-box .content a:hover {
  padding-right: 70px;
}

@media (max-width: 1199.98px) {
  .banner-section-three .content-box .content {
    justify-content: start;
  }

  .banner-section-three .content-box .content .sub-title {
    font-size: 50px;
  }

  .banner-section-three .content-box .content a {
    width: 150px;
    padding: 12px 20px;
  }

  .banner-section-three .content-box .content a:hover {
    padding-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three .content-box .content {
    flex-direction: column;
    margin-left: 0;
  }

  .banner-section-three .content-box .content .sub-title {
    font-size: 40px;
  }

  .banner-section-three .content-box .content .text {
    max-width: 575px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-three .content-box .content .sub-title {
    letter-spacing: 20px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section-three .content-box .content .text {
    font-size: 14px;
    font-weight: 400;
  }
}

.banner-section-three .circle-text {
  position: absolute;
  bottom: 100px;
  right: 70px;
  z-index: 1;
}

.banner-section-three .circle-text .this-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--theme-color-dark);
}

.banner-section-three .circle-text .this-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1439.98px) {
  .banner-section-three .circle-text {
    display: none;
  }
}

/***

====================================================================
    Projects Section
====================================================================

***/
.projects-section {
  overflow: hidden;
}

/***

====================================================================
    Projects Section Two
====================================================================

***/
.projects-section-two {
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

.projects-section-two .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: #151414;
  border: 1px solid rgba(36, 36, 36, 0.6);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0 90px;
}

@media (max-width: 991.98px) {
  .projects-section-two .outer-container {
    padding: 60px 0 40px;
  }
}

.projects-block-two .inner-block {
  margin-bottom: 20px;
  background-color: #151414;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.projects-block-two .inner-block .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
}

.projects-block-two .inner-block .image img {
  width: 100%;
  transition: all 500ms ease;
}

.projects-block-two .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.projects-block-two .inner-block .content-box {
  padding: 20px 12px;
}

.projects-block-two .inner-block .content-box .project-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.projects-block-two .inner-block .content-box .project-tags li a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #e5e5e5;
  border: 1px solid var(--theme-color1);
  border-radius: 32px;
}

.projects-block-two .inner-block .content-box .project-tags li a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
}

.projects-block-two .inner-block .content-box .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.projects-block-two .inner-block .content-box .content .title {
  font-size: 32px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.projects-block-two .inner-block .content-box .content .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .projects-block-two .inner-block .content-box .content .title {
    font-size: 24px;
  }
}

.projects-block-two .inner-block .content-box .content .view-more-btn {
  transition: all 300ms ease;
  display: inline-block;
}

.projects-block-two .inner-block .content-box .content .view-more-btn svg path {
  transition: all 300ms ease;
}

.projects-block-two .inner-block .content-box .content .view-more-btn:hover {
  transform: rotate(45deg);
}

@media (max-width: 575.98px) {
  .projects-block-two .inner-block .content-box .content .view-more-btn {
    width: 25px;
    height: 25px;
  }

  .projects-block-two .inner-block .content-box .content .view-more-btn svg {
    width: 18px;
    height: 18px;
  }
}

.projects-block-two .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.projects-block-two .inner-block:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.projects-block-two .inner-block:hover .content-box .content .title::before {
  width: 100%;
  left: 0;
  right: unset;
}

.projects-block-two .inner-block:hover .content-box .content .view-more-btn svg path {
  fill: var(--theme-color1);
}

/***
====================================================================
  Haztab Section
====================================================================
***/
.hzAccordion-section {
  overflow: hidden;
  padding: 120px 0 150px;
  position: relative;
}

@media (max-width: 991.98px) {
  .hzAccordion-section {
    padding: 60px 0;
  }
}

.hzAccordion-section .options {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin-top: -12px;
  transition-delay: 300ms;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .hzAccordion-section .options {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .hzAccordion-section .options {
    flex-direction: column;
  }
}

.hzAccordion-section .options .option {
  background: var(--gradient-21);
  background-size: auto 100%;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  border-radius: 30px;
  cursor: pointer;
  height: 500px;
  margin: 10px;
  min-width: 272px;
  overflow: hidden;
  position: relative;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.28s;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option {
    height: 170px;
    min-width: inherit;
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option {
    height: 220px;
  }
}

.hzAccordion-section .options .option .default-content {
  align-items: start;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 400ms ease;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option .default-content {
    margin: 0;
    padding: 30px;
    right: auto;
  }
}

.hzAccordion-section .options .option .default-content .title {
  bottom: 187px;
  font-weight: 600;
  left: -30px;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  transform: rotate(-90deg);
  transition: all 400ms ease;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option .default-content .title {
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option .default-content .title {
    font-size: 24px;
  }
}

.hzAccordion-section .options .option .default-content .text {
  bottom: 245px;
  color: rgba(var(--theme-color2-rgb), 0.6);
  font-weight: 500;
  left: 20px;
  min-width: 300px;
  position: relative;
  transition: all 400ms ease;
  transform: rotate(-90deg);
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option .default-content .text {
    bottom: 0;
    max-width: 80%;
    left: 0;
    transform: rotate(0deg);
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option .default-content .text {
    min-width: inherit;
  }
}

.hzAccordion-section .options .option .label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.28s;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .hzAccordion-section .options .option .label {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option .label {
    top: 40%;
  }
}

.hzAccordion-section .options .option .label .info {
  padding: 50px 40px;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease;
  transition-delay: 300ms;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option .label .info {
    padding: 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option .label .info {
    padding: 0;
  }
}

.hzAccordion-section .options .option .label .info .cont .count {
  bottom: -70px;
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  left: 15px;
  letter-spacing: -0.03em;
  position: relative;
}

.hzAccordion-section .options .option .label .info .cont .count span {
  color: var(--theme-color3);
}

.hzAccordion-section .options .option .label .info .cont .sub-title {
  color: var(--theme-color-white);
  letter-spacing: -0.03em;
  font-weight: 600;
}

.hzAccordion-section .options .option .label .info .cont .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-weight: 500;
  letter-spacing: -0.02em;
  padding-right: 30px;
}

.hzAccordion-section .options .option .label .info .lg-count {
  color: rgba(var(--theme-color-white-rgb), 0.05);
  font-size: 234px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-size: clamp(80px, 14.62vw, 234px);
  line-height: 1;
}

.hzAccordion-section .options .option .search-icon {
  bottom: -10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.hzAccordion-section .options .option .search-icon .count {
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.03em;
}

.hzAccordion-section .options .option .search-icon .count span {
  color: var(--theme-color3);
}

.hzAccordion-section .options .option:not(.active) {
  background: linear-gradient(168.16deg, #ffffff -0.39%, #f1f3e2 96.18%);
  border-radius: 20px;
  flex-grow: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.28s;
}

.hzAccordion-section .options .option:not(.active) .default-content {
  display: flex !important;
}

.hzAccordion-section .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}

.hzAccordion-section .options .option:not(.active) .label .info {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}

.hzAccordion-section .options .option:not(.active) .info>div {
  left: 20px;
  opacity: 0;
}

.hzAccordion-section .options .option.active {
  background: linear-gradient(180deg, rgba(29, 129, 51, 0.95) 0%, #10551f 100%);
  background-size: auto 100%;
  border-radius: 30px;
  flex-grow: 10000;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.28s;
  position: relative;
}

@media (max-width: 1199.98px) {
  .hzAccordion-section .options .option.active {
    height: 300px;
    min-width: inherit;
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .hzAccordion-section .options .option.active {
    padding: 30px 20px;
  }
}

.hzAccordion-section .options .option.active .search-icon {
  display: none;
}

.hzAccordion-section .options .option.active .search-icon {
  position: relative;
}

.hzAccordion-section .options .option.active .search-icon .lg-count {
  opacity: 1;
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  position: relative;
  z-index: 1;
}

.pricing-section .pricing-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.pricing-section .pricing-info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .pricing-section .pricing-info ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.pricing-section .shadow264-1 {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
}

.pricing-section .object1 {
  position: absolute;
  top: 23%;
  left: 0;
  z-index: -1;
}

.pricing-block .inner-block {
  background-color: #0b0b0b;
  border: 1px solid #242424;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.pricing-block .inner-block .top-content {
  padding: 20px 40px 30px 40px;
}

.pricing-block .inner-block .top-content .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-block .inner-block .top-content .title-box .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin: 0;
}

.pricing-block .inner-block .top-content .title-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #242424;
  margin-right: -20px;
  transition: all 300ms ease;
}

.pricing-block .inner-block .top-content .title-box .icon svg {
  transition: all 500ms ease;
}

.pricing-block .inner-block .top-content .title-box .icon svg path {
  transition: all 300ms ease;
}

.pricing-block .inner-block .top-content .price {
  border-bottom: 1px solid #242424;
  font-size: 56px;
  padding-bottom: 15px;
  line-height: 60px;
  margin-bottom: 25px;
  transition: all 300ms ease;
}

.pricing-block .inner-block .top-content .price .period {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.pricing-block .inner-block .top-content .text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@media (max-width: 575.98px) {
  .pricing-block .inner-block .top-content {
    padding: 20px;
  }

  .pricing-block .inner-block .top-content .title-box .title {
    font-size: 20px;
  }

  .pricing-block .inner-block .top-content .title-box .icon {
    width: 60px;
    height: 60px;
    margin-right: -10px;
  }

  .pricing-block .inner-block .top-content .price {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}

.pricing-block .inner-block .bottom-content {
  background: linear-gradient(180deg, #161616 0%, #0b0b0b 100%);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 0px;
  border-top: 2px solid #242424;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.pricing-block .inner-block .bottom-content .pricing-list {
  margin-bottom: 30px;
}

.pricing-block .inner-block .bottom-content .pricing-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e5e5e5;
  margin-bottom: 10px;
}

.pricing-block .inner-block .bottom-content .pricing-list li:last-child {
  margin-bottom: 0;
}

.pricing-block .inner-block .bottom-content .pricing-list li svg path {
  transition: all 300ms ease;
}

.pricing-block .inner-block .bottom-content .this-btn {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
  transition: all 300ms ease;
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-block .inner-block .bottom-content .this-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block .inner-block .bottom-content .this-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block .inner-block .bottom-content .this-btn:hover::before {
  width: 100%;
  left: unset;
  right: 0;
}

.pricing-block .inner-block .bottom-content .this-btn:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.pricing-block .inner-block .bottom-content .this-btn:hover {
  color: var(--theme-color-dark);
}

.pricing-block .inner-block .bottom-content .block-shadow-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .pricing-block .inner-block .bottom-content {
    padding: 20px;
  }

  .pricing-block .inner-block .bottom-content .this-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.pricing-block .inner-block .block-shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pricing-block .inner-block:hover .top-content .title-box .icon {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block .inner-block:hover .top-content .title-box .icon svg {
  transform: rotate(360deg);
}

.pricing-block .inner-block:hover .top-content .title-box .icon svg path {
  stroke: var(--theme-color-dark);
}

.pricing-block .inner-block:hover .top-content .price {
  color: var(--theme-color1);
}

.pricing-block .inner-block:hover .bottom-content {
  border-color: var(--theme-color1);
}

.pricing-block .inner-block:hover .bottom-content .pricing-list li svg path {
  fill: var(--theme-color1);
}

.pricing-block.active .inner-block .top-content .title-box .icon {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block.active .inner-block .top-content .title-box .icon svg path {
  stroke: var(--theme-color-dark);
}

.pricing-block.active .inner-block .top-content .price {
  color: var(--theme-color1);
}

.pricing-block.active .inner-block .bottom-content {
  border-color: var(--theme-color1);
}

.pricing-block.active .inner-block .bottom-content .pricing-list li svg path {
  fill: var(--theme-color1);
}

.pricing-block.active .inner-block .bottom-content .this-btn {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color2);
}

.pricing-block.active .inner-block .bottom-content .this-btn::before,
.pricing-block.active .inner-block .bottom-content .this-btn::after {
  background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

.pricing-block.active .inner-block:hover .top-content .title-box .icon svg {
  transform: rotate(360deg);
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section-three {
  position: relative;
  z-index: 1;
}

.pricing-block-three .inner-block {
  background-color: #0b0b0b;
  border: 1px solid #242424;
  padding: 20px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.pricing-block-three .inner-block .top-content {
  padding: 40px;
  background-color: #0b0b0b;
  border: 1px solid rgba(60, 60, 60, 0.5019607843);
  border-radius: 24px;
  transition: all 500ms ease;
}

.pricing-block-three .inner-block .top-content .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 5px;
  transition: all 500ms ease;
}

.pricing-block-three .inner-block .top-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #242424;
  margin-bottom: 20px;
  transition: all 300ms ease;
}

.pricing-block-three .inner-block .top-content .icon svg {
  transition: all 500ms ease;
}

.pricing-block-three .inner-block .top-content .icon svg path {
  transition: all 500ms ease;
}

.pricing-block-three .inner-block .top-content .price {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 0;
  transition: all 500ms ease;
}

.pricing-block-three .inner-block .top-content .price .period {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .pricing-block-three .inner-block .top-content {
    padding: 20px;
  }

  .pricing-block-three .inner-block .top-content .title {
    font-size: 20px;
  }

  .pricing-block-three .inner-block .top-content .icon {
    width: 60px;
    height: 60px;
    margin-right: -10px;
  }

  .pricing-block-three .inner-block .top-content .price {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}

.pricing-block-three .inner-block .bottom-content {
  padding: 40px;
  padding-top: 20px;
}

.pricing-block-three .inner-block .bottom-content .text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pricing-block-three .inner-block .bottom-content .pricing-list {
  margin: 30px 0;
}

.pricing-block-three .inner-block .bottom-content .pricing-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e5e5e5;
  margin-bottom: 14px;
}

.pricing-block-three .inner-block .bottom-content .pricing-list li:last-child {
  margin-bottom: 5px;
}

.pricing-block-three .inner-block .bottom-content .pricing-list li svg path {
  transition: all 300ms ease;
}

.pricing-block-three .inner-block .bottom-content .this-btn {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
  transition: all 300ms ease;
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-block-three .inner-block .bottom-content .this-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block-three .inner-block .bottom-content .this-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block-three .inner-block .bottom-content .this-btn:hover::before {
  width: 100%;
  left: unset;
  right: 0;
}

.pricing-block-three .inner-block .bottom-content .this-btn:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.pricing-block-three .inner-block .bottom-content .this-btn:hover {
  color: var(--theme-color-dark);
}

.pricing-block-three .inner-block .bottom-content .block-shadow-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .pricing-block-three .inner-block .bottom-content {
    padding: 20px;
  }

  .pricing-block-three .inner-block .bottom-content .this-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.pricing-block-three .inner-block .block-shadow-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pricing-block-three .inner-block .block-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.pricing-block-three .inner-block:hover .top-content {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.pricing-block-three .inner-block:hover .top-content .icon {
  background-color: #333333;
}

.pricing-block-three .inner-block:hover .top-content .icon svg {
  transform: rotateY(360deg);
}

.pricing-block-three .inner-block:hover .top-content .icon svg path {
  stroke: var(--theme-color-white);
}

.pricing-block-three .inner-block:hover .top-content .title {
  color: var(--theme-color-dark);
}

.pricing-block-three .inner-block:hover .top-content .price {
  color: var(--theme-color-dark);
}

.pricing-block-three .inner-block:hover .bottom-content .pricing-list li svg path {
  fill: var(--theme-color1);
}

.pricing-block-three.active .inner-block .top-content {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  position: relative;
  z-index: 1;
}

.pricing-block-three.active .inner-block .top-content .icon {
  background-color: #333333;
}

.pricing-block-three.active .inner-block .top-content .icon svg path {
  stroke: var(--theme-color-white);
}

.pricing-block-three.active .inner-block .top-content .title {
  color: var(--theme-color-dark);
}

.pricing-block-three.active .inner-block .top-content .price {
  color: var(--theme-color-dark);
}

.pricing-block-three.active .inner-block .top-content .popular-tag {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.pricing-block-three.active .inner-block .top-content .block-object {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.pricing-block-three.active .inner-block .bottom-content .pricing-list li svg path {
  fill: var(--theme-color1);
}

/*** 

====================================================================
    Feature Section Two
====================================================================

***/
.feature-section-two {
  position: relative;
  z-index: 1;
}

.feature-section-two .outer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.feature-section-two .shadow1 {
  position: absolute;
  top: -78%;
  left: 0;
  z-index: -1;
}

.feature-section-two .shadow2 {
  position: absolute;
  top: -80%;
  right: 0;
  z-index: -1;
}

.feature-section-two .shadow3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.feature-section-two .object1 {
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .feature-section-two .object1 {
    display: none;
  }
}

.feature-block-two {
  position: relative;
  width: calc((100% - 144px) / 7);
}

@media (max-width: 1439.98px) {
  .feature-block-two {
    width: calc((100% - 72px) / 6);
  }
}

@media (max-width: 1199.98px) {
  .feature-block-two {
    width: calc((100% - 48px) / 5);
  }
}

@media (max-width: 991.98px) {
  .feature-block-two {
    width: calc((100% - 24px) / 4);
  }
}

@media (max-width: 767.98px) {
  .feature-block-two {
    width: calc((100% - 24px) / 3);
  }
}

@media (max-width: 575.98px) {
  .feature-block-two {
    width: calc((100% - 24px) / 2);
  }
}

.feature-block-two {
  margin-bottom: 0;
}

.feature-block-two .inner-block {
  position: relative;
  border-radius: 120px;
  overflow: hidden;
  background-color: #0b0b0b;
  border: 1px solid #17161a;
  transition: all 300ms ease;
  min-height: 335px;
}

.feature-block-two .inner-block:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  transition: all 300ms ease;
}

.feature-block-two .inner-block .inner-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 120px;
  min-height: 330px;
  background-color: #0b0b0b;
  z-index: 2;
  overflow: hidden;
  padding: 12px;
  padding-bottom: 40px;
}

.feature-block-two .inner-block .icon {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(36, 36, 36, 0.302);
}

.feature-block-two .inner-block .icon img {
  transition: all 900ms ease;
}

@media (max-width: 575.98px) {
  .feature-block-two .inner-block .icon {
    width: 130px;
    height: 130px;
  }
}

.feature-block-two .inner-block .title {
  margin-bottom: 5px;
}

.feature-block-two .inner-block.active,
.feature-block-two .inner-block:hover {
  background-color: transparent;
}

.feature-block-two .inner-block.active:before,
.feature-block-two .inner-block:hover:before {
  background: var(--theme-color1);
}

.feature-block-two .inner-block.active .inner-box .icon img,
.feature-block-two .inner-block:hover .inner-box .icon img {
  transform: rotateY(360deg);
}

/*** 

====================================================================
    Feature Section Three
====================================================================

***/
.feature-section-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-section-three .image-column .inner-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 520px;
  margin-left: auto;
}

.feature-section-three .image-column .inner-column .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.feature-section-three .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 500ms ease;
}

.feature-section-three .image-column .inner-column .image:hover img {
  transform: scale(1.1);
}

.feature-section-three .image-column .inner-column .icon-block {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color-black);
}

.feature-section-three .image-column .inner-column .icon-block img {
  transition: all 700ms ease;
}

.feature-section-three .image-column .inner-column .icon-block:hover img {
  transform: rotateY(360deg);
}

@media (max-width: 1199.98px) {
  .feature-section-three .image-column .inner-column {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .feature-section-three .image-column .inner-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-section-three .content-column .inner-column {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 30px;
}

.feature-section-three .content-column .inner-column .skill-list {
  max-width: 560px;
}

.feature-section-three .content-column .inner-column .skill-list li {
  padding: 20px 20px;
  padding-bottom: 45px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: -10px;
}

.feature-section-three .content-column .inner-column .skill-list li span {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color-black);
}

.feature-section-three .content-column .inner-column .skill-list li:first-child {
  width: 70%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  margin: 0;
}

.feature-section-three .content-column .inner-column .skill-list li:nth-child(2) {
  width: 80%;
  background-color: var(--theme-color-white);
}

.feature-section-three .content-column .inner-column .skill-list li:nth-child(3) {
  width: 90%;
  background-color: #242424;
}

.feature-section-three .content-column .inner-column .skill-list li:nth-child(3) span {
  color: var(--theme-color-white);
}

.feature-section-three .content-column .inner-column .skill-list li:last-child {
  background-color: #0b0b0b;
}

.feature-section-three .content-column .inner-column .skill-list li:last-child span {
  color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
  .feature-section-three .content-column .inner-column {
    border-right: none;
    padding-right: 0;
  }

  .feature-section-three .content-column .inner-column .skill-list {
    max-width: 100%;
  }
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.multiple-marquee {
  overflow: hidden;
  padding: 70px 0;
}

@media (max-width: 991.98px) {
  .multiple-marquee {
    padding: 0;
  }
}

.marquee-section {
  position: relative;
  z-index: 2;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  padding: 28px 0;
}

.marquee-section.style-one {
  transform: rotate(4deg);
  background-color: var(--theme-color-white);
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 991.98px) {
  .marquee-section.style-one {
    transform: rotate(0deg);
    margin: 0;
  }
}

.marquee-section.style-one .marquee-group {
  animation: scroll2 var(--duration) linear infinite;
}

.marquee-section.style-two {
  transform: rotate(-4deg);
  margin-top: -60px;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 991.98px) {
  .marquee-section.style-two {
    transform: rotate(0deg);
    margin: 0;
  }
}

@media (max-width: 1199.98px) {
  .marquee-section {
    padding: 20px 0;
  }
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee .text {
  font-size: 48px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--theme-color-black);
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  font-family: var(--heading-font-family);
  display: flex;
  align-items: center;
  gap: 20px;
}

.marquee .text span {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .marquee .text {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    animation-play-state: paused;
  }
}

/***

====================================================================
    Marquee Section Three
====================================================================

***/
.marquee-section-three {
  overflow: hidden;
  padding: 70px 0;
}

.marquee-section-three .marquee-section {
  transform: rotate(-4deg);
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 991.98px) {
  .marquee-section-three .marquee-section {
    transform: rotate(0deg);
    margin: 0;
  }
}

.marquee-section-three-light {
  background-color: transparent;
  padding: 0;
}

.marquee-section-three-light .marquee .text {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 80px;
  text-transform: uppercase;
  gap: 10px;
  margin: 0 30px;
}

.marquee-section-three-light .marquee .text span {
  color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .marquee-section-three-light .marquee .text {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  .marquee-section-three-light .marquee .text {
    font-size: 40px;
    margin: 0 15px;
  }
}

/***

====================================================================
    Marquee Section Brand
====================================================================

***/
.marquee-section-brand {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.marquee-section-brand .sec-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1920px;
  z-index: -1;
}

.marquee-section-brand .sec-bg img {
  width: 100%;
}

@media (max-width: 1599.98px) {
  .marquee-section-brand .sec-bg {
    display: none;
  }
}

.marquee-section-brand .marquee .text {
  gap: 35px;
  margin: 0;
}

.marquee-section-brand .marquee .marquee-group {
  min-width: auto;
  gap: 35px;
  margin-right: 35px;
}

@media (max-width: 991.98px) {
  .marquee-section-brand .marquee .text {
    gap: 20px;
  }

  .marquee-section-brand .marquee .marquee-group {
    gap: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .marquee-section-brand {
    padding: 20px 0;
  }
}

/***

====================================================================
    Marquee Section Brand
====================================================================

***/
.marquee-section-award {
  overflow: hidden;
  padding: 0 12px;
}

.marquee-section-award .outer-box {
  max-width: 1840px;
  margin: 0 auto;
  padding: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.102);
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .marquee-section-award .outer-box {
    padding: 60px 0;
  }
}

.marquee-section-award .outer-box .sec-name {
  position: absolute;
  top: 42%;
  left: 70px;
  transform: rotate(-90deg);
  z-index: 1;
}

.marquee-section-award .outer-box .sec-name .title {
  margin: 0;
  color: #696969;
}

@media (max-width: 1199.98px) {
  .marquee-section-award .outer-box .sec-name {
    display: none;
  }
}

.marquee-section-award .marquee {
  max-width: 1600px;
  margin-left: 180px;
}

.marquee-section-award .marquee .image {
  gap: 35px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.marquee-section-award .marquee .image .light-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.marquee-section-award .marquee .image:hover .light-image {
  opacity: 1;
  visibility: visible;
}

.marquee-section-award .marquee .marquee-group {
  min-width: auto;
  gap: 140px;
  margin-right: 140px;
}

@media (max-width: 991.98px) {
  .marquee-section-award .marquee .marquee-group {
    gap: 70px;
    margin-right: 70px;
  }
}

@media (max-width: 575.98px) {
  .marquee-section-award .marquee .marquee-group {
    gap: 30px;
    margin-right: 30px;
  }

  .marquee-section-award .marquee .marquee-group .image {
    width: 100px;
  }
}

@media (max-width: 1199.98px) {
  .marquee-section-award .marquee {
    margin-left: 0;
  }
}

/* Global keyframes — declared only once */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(calc(-100% - var(--gap)));
  }

  100% {
    transform: translateX(0);
  }
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.service-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0 12px;
}

.service-section .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: var(--theme-color-dark);
  border: 1px solid rgba(255, 255, 255, 0.129);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .service-section .outer-container {
    padding: 100px 0;
  }
}

.service-section .this-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--theme-color1);
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.service-section .this-cta .icon {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
}

.service-section .this-cta .text {
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 40px;
}

.service-section .this-cta .text a {
  text-decoration: underline;
  color: var(--theme-color-white);
  font-weight: 700;
  margin-left: 8px;
}

.service-section .this-cta .text a:hover {
  color: var(--theme-color1);
}

@media (max-width: 767.98px) {
  .service-section .this-cta .text {
    margin-right: 10px;
    font-size: 16px;
  }
}

.service-block {
  position: relative;
  z-index: 1;
}

.service-block .inner-block {
  padding: 30px;
  border-radius: 24px;
  background-color: var(--theme-color-dark2);
  border: 1px solid rgba(36, 36, 36, 0.4);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.5s, -webkit-mask-size 0.5s ease-in-out;
  transition: background-color 0.5s, mask-size 0.5s ease-in-out;
  transition: background-color 0.5s, mask-size 0.5s ease-in-out, -webkit-mask-size 0.5s ease-in-out;
}

.service-block .inner-block .block-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service-block .inner-block .block-dots {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-block .inner-block .block-dots img {
  width: 100%;
}

.service-block .inner-block .block-dots-active {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: visible;
}

.service-block .inner-block .block-dots-active img {
  width: 100%;
}

.service-block .inner-block .icon-box {
  margin-bottom: 75px;
}

.service-block .inner-block .icon-box .icon {
  width: 48px;
  height: 48px;
  color: var(--theme-color-white);
  display: inline-block;
}

.service-block .inner-block .icon-box .icon svg {
  transition: all 500ms ease;
}

.service-block .inner-block .icon-box .icon svg path {
  fill: var(--theme-color-white);
}

.service-block .inner-block .title {
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.service-block .inner-block .text {
  margin: 0;
  transition: all 300ms ease;
}

.service-block .btn-more {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  transition: 0.1s;
  visibility: hidden;
  opacity: 0;
}

.service-block .btn-more:hover {
  transform: rotate(45deg);
}

.service-block:hover .inner-block {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  -webkit-mask-image: url(../images/mask/service-block-mask.png);
  mask-image: url(../images/mask/service-block-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top right;
  mask-position: top right;
}

.service-block:hover .inner-block .icon-box .icon svg {
  transform: scaleX(-1);
}

.service-block:hover .inner-block .icon-box .icon svg path {
  fill: var(--theme-color-dark);
}

.service-block:hover .inner-block .title {
  color: var(--theme-color-dark);
}

.service-block:hover .inner-block .text {
  color: var(--theme-color-dark3);
}

.service-block:hover .inner-block .block-dots {
  opacity: 0;
  visibility: hidden;
}

.service-block:hover .inner-block .block-dots-active {
  opacity: 1;
  visibility: visible;
}

.service-block:hover .btn-more {
  visibility: visible;
  opacity: 1;
  top: 0;
  right: 0;
}

/***

====================================================================
    Services Section Two
====================================================================

***/
.service-section-two {
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.service-section-two .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: var(--theme-color-dark);
  border: 1px solid rgba(36, 36, 36, 0.6);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .service-section-two .outer-container {
    padding: 100px 0;
  }
}

.service-section-two .shadow1 {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: -1;
}

.service-block-two {
  max-width: 720px;
}

.service-block-two .nav .nav-item {
  width: 100%;
}

.service-block-two .nav .nav-item .nav-link {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 22px 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #242424;
  text-transform: uppercase;
}

.service-block-two .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.service-block-two .nav .nav-item .nav-link .head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-block-two .nav .nav-item .nav-link .head .num {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  transition: all 500ms ease;
  margin: 0;
  color: #333333;
}

@media (max-width: 1199.98px) {
  .service-block-two .nav .nav-item .nav-link .head .num {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .service-block-two .nav .nav-item .nav-link .head .num {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .nav .nav-item .nav-link .head .num {
    font-size: 24px;
    line-height: 28px;
  }
}

.service-block-two .nav .nav-item .nav-link .head .title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  transition: all 500ms ease;
  margin: 0;
  color: #333333;
}

@media (max-width: 1199.98px) {
  .service-block-two .nav .nav-item .nav-link .head .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .service-block-two .nav .nav-item .nav-link .head .title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .nav .nav-item .nav-link .head .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .nav .nav-item .nav-link .head {
    gap: 10px;
  }
}

.service-block-two .nav .nav-item .nav-link.active::after,
.service-block-two .nav .nav-item .nav-link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.service-block-two .nav .nav-item .nav-link.active .head .num,
.service-block-two .nav .nav-item .nav-link:hover .head .num {
  color: var(--theme-color-white);
}

.service-block-two .nav .nav-item .nav-link.active .head .title,
.service-block-two .nav .nav-item .nav-link:hover .head .title {
  color: var(--theme-color-white);
}

.service-block-two .nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}

.service-two-hover-block {
  background-color: rgba(36, 36, 36, 0.4);
  border: 1px solid #242424;
  padding: 15px;
  border-radius: 24px;
  text-align: center;
}

.service-two-hover-block .image {
  margin-bottom: 15px;
}

.service-two-hover-block .image img {
  width: 100%;
  border-radius: 24px;
}

.service-two-hover-block .image .icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 6px solid #1a1a1a;
  margin: 0 auto;
  margin-top: -40px;
}

.service-two-hover-block .image .icon svg {
  width: 40px;
  height: 40px;
  transition: all 700ms ease;
}

.service-two-hover-block .image .icon svg path {
  fill: var(--theme-color-dark);
}

.service-two-hover-block .content-box {
  padding: 20px;
}

.service-two-hover-block .content-box .title {
  text-transform: capitalize;
  margin-bottom: 10;
}

.service-two-hover-block .content-box .text {
  margin: 0;
}

.service-two-hover-block:hover .image .icon svg {
  transform: rotateY(360deg);
}

.service-hover-box-item .service-hover-image {
  position: relative;
}

.service-hover-box-item .service-hover-image .image-box {
  display: none;
}

.service-hover-box-item .service-hover-image .more-btn {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  padding: 13px 20px;
  border-radius: 16px;
  transition: all 300ms ease;
}

.service-hover-box-item .service-hover-image .more-btn span,
.service-hover-box-item .service-hover-image .more-btn i {
  display: inline-block;
  color: var(--theme-color-dark);
}

.service-hover-box-item .service-hover-image .more-btn i {
  font-size: 18px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  margin-right: -10px;
  transition: all 300ms ease;
}

.service-hover-box-item .service-hover-image .more-btn span {
  font-weight: 600;
  height: 30px;
  border-radius: 6px;
  line-height: 30px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  padding: 0 10px;
  transition: all 300ms ease;
  margin-left: -10px;
}

.service-hover-box-item .service-hover-image .more-btn:hover {
  background-color: var(--theme-color-white);
}

.service-hover-box-item .service-hover-image .more-btn:hover i {
  margin-right: 0px;
  transform: rotate(180deg);
}

.service-hover-box-item .service-hover-image .more-btn:hover span {
  margin-left: 0px;
}

.service-hover-box-item .service-hover-image .image-box {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  visibility: hidden;
  width: 100%;
}

.service-hover-box-item .service-hover-image .image-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/***

====================================================================
    Services Section Three
====================================================================

***/
.service-section-three {
  overflow: hidden;
}

.service-section-three .this-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.service-section-three .this-cta .icon {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme-color-dark);
  border-radius: 50%;
}

.service-section-three .this-cta .text {
  color: var(--theme-color-dark);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
}

.service-section-three .this-cta .text a {
  text-decoration: underline;
  color: var(--theme-color-dark);
  font-weight: 700;
  margin-left: 8px;
  display: inline-block;
  margin-right: 10px;
}

.service-section-three .this-cta .text a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .service-section-three .this-cta .text {
    margin-right: 10px;
    font-size: 16px;
  }
}

.service-block-three {
  height: 100%;
}

.service-block-three .inner-block {
  padding: 60px;
  padding-bottom: 50px;
  border-radius: 14px;
  background-color: #0b0b0b;
  border: 1px solid rgba(36, 36, 36, 0.4);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.service-block-three .inner-block .block-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.service-block-three .inner-block .block-shadow img {
  width: 100%;
}

.service-block-three .inner-block .block-dots {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-block-three .inner-block .block-dots img {
  width: 100%;
}

.service-block-three .inner-block .block-dots-active {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: visible;
}

.service-block-three .inner-block .block-dots-active img {
  width: 100%;
}

.service-block-three .inner-block .icon-box {
  margin-bottom: 40px;
}

.service-block-three .inner-block .icon-box .icon {
  color: var(--theme-color-white);
  display: inline-block;
}

.service-block-three .inner-block .icon-box .icon svg {
  transition: all 500ms ease;
}

.service-block-three .inner-block .icon-box .icon svg path {
  fill: var(--theme-color-white);
}

.service-block-three .inner-block .title {
  margin-bottom: 170px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.service-block-three .inner-block .text {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.122);
  transition: all 300ms ease;
}

.service-block-three .inner-block .btn-more {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-color-white);
  transition: all 300ms ease;
}

.service-block-three .inner-block .btn-more svg path {
  transition: all 300ms ease;
  fill: var(--theme-color-white);
}

.service-block-three .inner-block .btn-more:hover {
  gap: 10px;
}

@media (max-width: 575.98px) {
  .service-block-three .inner-block {
    padding: 40px;
  }

  .service-block-three .inner-block .title {
    margin-bottom: 30px;
  }
}

.service-block-three .inner-block:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.service-block-three .inner-block:hover .icon-box .icon svg {
  transform: scaleX(-1);
}

.service-block-three .inner-block:hover .icon-box .icon svg path {
  fill: var(--theme-color-dark);
}

.service-block-three .inner-block:hover .title {
  color: var(--theme-color-dark);
}

.service-block-three .inner-block:hover .text {
  color: #030303;
  border-color: rgba(18, 18, 18, 0.122);
}

.service-block-three .inner-block:hover .block-dots {
  opacity: 0;
  visibility: hidden;
}

.service-block-three .inner-block:hover .block-dots-active {
  opacity: 1;
  visibility: visible;
}

.service-block-three .inner-block:hover .btn-more {
  color: var(--theme-color-dark);
}

.service-block-three .inner-block:hover .btn-more svg path {
  fill: var(--theme-color-dark);
}

/***

====================================================================
    Services Section Four
====================================================================

***/
.service-block-four {
  background: #0b0b0b;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.service-block-four:before {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  left: 0;
  position: absolute;
  top: 0;
  width: 101%;
  height: 100%;
  content: "";
  border-radius: 0;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 0;
}

.service-block-four:hover:before {
  transform: scale(1, 1);
  transform-origin: top;
}

.service-block-four:hover .inner-block:before {
  background-image: url(../images/service/service-block-dots-active.png);
}

.service-block-four:hover .inner-block .icon i {
  transform: scaleX(-1);
}

.service-block-four:hover .inner-block .icon img {
  filter: invert(1);
  transform: scaleX(-1);
}

.service-block-four:hover .inner-block .icon svg {
  transform: scaleX(-1);
}

.service-block-four:hover .inner-block .icon svg path {
  fill: var(--theme-color1-text-color);
}

.service-block-four:hover .inner-block .title {
  color: var(--theme-color1-text-color);
}

.service-block-four:hover .inner-block .text {
  border-bottom-color: rgba(18, 18, 18, 0.12);
  color: var(--theme-color1-text-color);
}

.service-block-four:hover .inner-block .read-more {
  color: var(--theme-color1-text-color);
}

.service-block-four:hover .inner-block .read-more img {
  filter: invert(1);
}

.service-block-four .inner-block {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: 642px;
  justify-content: space-between;
  overflow: hidden;
  padding: 50px 60px;
  position: relative;
  transition: background-color 0.5s, -webkit-mask-size 0.5s ease-in-out;
  transition: background-color 0.5s, mask-size 0.5s ease-in-out;
  transition: background-color 0.5s, mask-size 0.5s ease-in-out, -webkit-mask-size 0.5s ease-in-out;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .service-block-four .inner-block {
    padding: 40px 30px;
  }
}

.service-block-four .inner-block:before {
  background-image: url(../images/service/service-block-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 212px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.service-block-four .inner-block:after {
  background: linear-gradient(126.22deg, #c9f31d 43.13%, #bff747 73.9%, #9cfe4f 92.62%);
  bottom: 0;
  content: "";
  filter: blur(160px);
  height: 158px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 158px;
  z-index: -1;
}

.service-block-four .inner-block .icon {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
}

.service-block-four .inner-block .icon i {
  transition: all 500ms ease;
}

.service-block-four .inner-block .icon img {
  width: 60px;
  transition: all 500ms ease;
}

.service-block-four .inner-block .icon svg {
  transition: all 500ms ease;
}

.service-block-four .inner-block .icon svg path {
  fill: #fff;
}

.service-block-four .inner-block .title {
  margin-bottom: 0px;
  text-transform: capitalize;
  transition: all 400ms ease;
}

.service-block-four .inner-block .text {
  border-bottom: 1px solid rgba(182, 182, 182, 0.12);
  padding-bottom: 32px;
  margin-bottom: 43px;
  transition: all 400ms ease;
}

.service-block-four .inner-block .read-more {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 17px;
}

.service-block-four .inner-block .read-more i {
  transition: all 400ms ease;
}

.service-block-four .inner-block .read-more img {
  width: 16px;
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a {
  color: #fff;
  display: inline-flex;
  gap: 17px;
  line-height: 1;
}

.service-block-four .inner-block .btn-box a .arrow-left {
  transform: scale(1);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a .btn-title {
  transform: translateX(0px);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a .arrow-right {
  transform: scale(0) translateX(-17px);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a:hover .arrow-left {
  transform: scale(0);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a:hover .btn-title {
  transform: translateX(-17px);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a:hover .arrow-right {
  transform: scale(1) translateX(-17px);
  transition: all 400ms ease;
}

.service-block-four .inner-block .btn-box a i {
  font-size: 14px;
  transition: all 400ms ease;
}

/***

==================================================================
    Video Section
==================================================================

***/
/***

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.contact-section .inner-container {
  padding: 12px;
  border-radius: 32px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.contact-section.margin-minus {
  margin-bottom: -100px;
}

.contact-block .inner-block {
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #121310;
}

.contact-block .inner-block .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color-white);
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.contact-block .inner-block .icon i {
  display: inline-block;
  transition: all 700ms ease;
}

.contact-block .inner-block .title {
  margin-bottom: 0;
  font-weight: 500;
}

.contact-block .inner-block:hover .icon {
  color: var(--theme-color1);
  border-color: var(--theme-color1);
}

.contact-block .inner-block:hover .icon i {
  transform: rotateY(360deg);
}

/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faqs-section {
  position: relative;
  z-index: 1;
}

.faqs-section .shadow264-1 {
  left: 0;
  position: absolute;
  top: 25%;
  z-index: -1;
}

.faqs-section .shadow264-2 {
  position: absolute;
  right: 0;
  top: -15%;
  z-index: -1;
}

.faqs-section .shadow1 {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: -1;
}

.faqs-section .object1 {
  position: absolute;
  left: 30px;
  top: 45%;
  z-index: -1;
}

.faqs-tabs .nav.nav-tabs {
  border-bottom: none;
  gap: 10px;
}

.faqs-tabs .nav.nav-tabs .nav-item .nav-link {
  font-weight: 600;
  color: var(--theme-color-white);
  font-size: 16px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.102);
  padding: 15px 30px;
  border: none;
  box-shadow: none;
}

.faqs-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
}

.faqs-accordion .accordion-box {
  position: relative;
  max-width: 100%;
  padding: 0;
}

.faqs-accordion .accordion-box .block {
  position: relative;
  background: #111111;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.102);
  box-shadow: none;
  border-radius: 20px;
  backdrop-filter: blur(66.1999969482px);
  padding: 0;
}

.faqs-accordion .accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  font-family: var(--heading-font-family);
  line-height: 24px;
  color: var(--headings-color);
  font-weight: 500;
  cursor: pointer;
  padding: 30px 30px;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .faqs-accordion .accordion-box .block .acc-btn {
    padding: 30px 20px;
    padding-right: 60px;
    display: flex;
    align-items: start;
    gap: 15px;
  }
}

.faqs-accordion .accordion-box .block .acc-btn .number {
  color: var(--theme-color1);
  margin-right: 5px;
}

.faqs-accordion .accordion-box .block .acc-btn .icon {
  background: #1c1c1c;
  position: absolute;
  right: 30px;
  top: calc(50% - 17px);
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: var(--headings-color);
  transition: all 500ms ease;
}

.faqs-accordion .accordion-box .block .acc-btn .icon::before {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .faqs-accordion .accordion-box .block .acc-btn .icon {
    right: 15px;
    top: 25px;
  }
}

.faqs-accordion .accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
}

.faqs-accordion .accordion-box .block .acc-btn.active .icon {
  background: var(--theme-color1);
}

.faqs-accordion .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--theme-color-dark);
  font-weight: 700;
}

.faqs-accordion .accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.faqs-accordion .accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 30px 25px 30px;
  margin-bottom: 0;
}

.faqs-accordion .accordion-box .block .acc-content .content .text {
  display: block;
  margin-bottom: 0;
  line-height: 26px;
  max-width: 930px;
  color: rgba(204, 204, 204, 0.8);
}

@media (max-width: 991.98px) {
  .faqs-accordion .accordion-box .block .acc-content .content .text br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .faqs-accordion .accordion-box .block .acc-content .content {
    padding: 0px 20px 25px 20px;
  }
}

.faqs-accordion .accordion-box .block .acc-content.current {
  display: block;
  margin-bottom: 0;
}

/*** 

====================================================================
    FAQ's Section Two
====================================================================

***/
.faqs-section-two {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.faqs-section-two .image-column .inner-column .image {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 32px;
}

.faqs-section-two .image-column .inner-column .image img {
  width: 100%;
}

.faqs-section-two .content-column .inner-column {
  padding-left: 60px;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box {
  position: relative;
  max-width: 100%;
  padding: 0;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block {
  position: relative;
  background: transparent;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  backdrop-filter: blur(0);
}

@media (max-width: 575.98px) {
  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block {
    margin-bottom: 10px;
  }
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 20px;
  padding-left: 90px !important;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 0;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn .icon {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  color: var(--headings-color);
  transition: all 500ms ease;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn .icon::before {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn .icon {
    width: 40px;
    top: 15px;
  }
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
  padding: 20px;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn.active .icon {
  background: var(--theme-color1);
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn.active .icon:before {
  content: "\f067";
  color: var(--theme-color-dark);
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn.active .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575.98px) {
  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-btn {
    padding-left: 60px !important;
    font-size: 18px;
  }
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content .content {
  position: relative;
  padding: 0;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content .content .text {
  display: block;
  margin-bottom: 0;
  line-height: 26px;
  color: #e5e5e5;
  max-width: 730px;
}

@media (max-width: 575.98px) {
  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content .content {
    padding-left: 60px;
  }

  .faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}

.faqs-section-two .content-column .inner-column .faqs-accordion .accordion-box .block .acc-content.current {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .faqs-section-two .content-column .inner-column {
    padding-left: 0;
  }
}

/*** 

====================================================================
    FunFact Section
====================================================================

***/
.funfact-section {
  overflow: hidden;
  padding-top: 70px;
}

.funfact-block .inner-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.141);
}

.funfact-block .inner-block .title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.funfact-block .inner-block .text {
  font-weight: 500;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

@media (max-width: 991.98px) {
  .funfact-block .inner-block {
    justify-content: center;
  }

  .funfact-block .inner-block br {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .funfact-block .inner-block .title {
    font-size: 60px;
  }
}

/***

====================================================================
Multiple Section
====================================================================

***/
.multiple-section {
  position: relative;
  z-index: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.multiple-section .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
}

.multiple-section .outer-container .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.multiple-section .outer-container .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.multiple-section .shadow264-1 {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .multiple-section .shadow264-1 {
    display: none;
  }
}

.multiple-section .shadow-center {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.multiple-section .shadow264-2 {
  position: absolute;
  top: -30%;
  right: 0;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .multiple-section .shadow264-2 {
    display: none;
  }
}

.multiple-section .shadow264-3 {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}

.multiple-section .shadow264-4 {
  position: absolute;
  bottom: -42%;
  right: 0;
  z-index: -1;
}

.multiple-section .shadow1 {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: -1;
}

.multiple-section .object1 {
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 1;
}

@media (max-width: 1439.98px) {
  .multiple-section .object1 {
    display: none;
  }
}

.multiple-section .object2 {
  position: absolute;
  top: 53%;
  left: 70px;
  z-index: 1;
}

@media (max-width: 1439.98px) {
  .multiple-section .object2 {
    display: none;
  }
}

.multiple-section .object3 {
  position: absolute;
  top: 36%;
  right: -48px;
  z-index: -1;
}

/***

====================================================================
Swiper Array Button
====================================================================

***/
.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}

.array-button .array-prev,
.array-button .array-next {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  background: var(--theme-color-dark);
  color: var(--theme-color-white);
  font-size: 18px;
  height: 50px;
  width: 50px;
  transition: 300ms;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
  color: var(--theme-color-black);
  background: var(--theme-color1);
  border: none;
}

/***

====================================================================
Circle Box
====================================================================

***/
.circle-box {
  position: relative;
  width: 300px;
  height: 300px;
}

.circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  transform: rotate(135deg);
  animation: rotate 30s linear infinite;
}

.circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 6px;
}

.circle-box .circle-text .highlight {
  fill: var(--text-color);
}

.circle-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-box .highlight-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.des-work-wrap .des-work-panel {
  margin-bottom: 30px !important;
}

.tp-stacked-content {
  position: relative;
}

.tp-stacked-card {
  position: relative;
  transform-origin: top center;
  will-change: transform;
}

/***

==================================================================
    Testimonial Section 
==================================================================

***/
.testimonial-section.inner-style {
  background-color: var(--theme-color-dark2);
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-section .content-column-left .inner-column {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  margin-right: 50px;
  padding: 120px 0;
}

@media (max-width: 1199.98px) {
  .testimonial-section .content-column-left .inner-column {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section .content-column-left .inner-column {
    padding: 0;
  }
}

@media (max-width: 375.98px) {
  .testimonial-section .content-column-left .inner-column {
    border: none;
    margin: 0 0 30px;
  }
}

.testimonial-section .content-column-left .inner-column .circle-box {
  margin: 0 auto;
}

@media (max-width: 375.98px) {
  .testimonial-section .content-column-left .inner-column .circle-box {
    width: 250px;
  }
}

.testimonial-section .content-column-right .inner-column {
  position: relative;
  z-index: 1;
}

.testimonial-section .content-column-right .inner-column .array-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .testimonial-section .content-column-right .inner-column .array-button {
    position: static;
    margin-top: 20px;
  }
}

.testimonial-block .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  padding-bottom: 50px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767.98px) {
  .testimonial-block .text {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-block .text {
    font-size: 20px;
  }
}

.testimonial-block .info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
}

@media (max-width: 1199.98px) {
  .testimonial-block .info {
    padding-top: 30px;
  }
}

.testimonial-block .info .image {
  height: 60px;
  width: 60px;
}

.testimonial-block .info .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-block .info .name {
  margin-bottom: 5px;
}

/***

==================================================================
    Testimonial Section Two
==================================================================

***/
.testimonial-section-two {
  padding: 0 12px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.testimonial-section-two .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: #151414;
  border: 1px solid rgba(36, 36, 36, 0.6);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
}

.testimonial-section-two .outer-container .object1 {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-container .object1 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-two .outer-container {
    padding: 60px 0 50px;
  }
}

.testimonial-section-two .slider-box {
  margin-right: -15%;
  overflow: hidden;
}

.testimonial-section-two .slider-box .testimonial-slider-two {
  padding: 0;
  margin-right: -5%;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .slider-box {
    margin: 0;
  }

  .testimonial-section-two .slider-box .testimonial-slider-two {
    margin: 0;
  }
}

.testimonial-section-two .swiper-dot {
  text-align: center;
}

.testimonial-section-two .swiper-dot .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background-color: #242424;
  border-radius: 24px;
  opacity: 1;
}

.testimonial-section-two .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color-white);
}

.testimonial-block-two .inner-block {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1294117647);
  background: var(--theme-color-black);
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 40px;
  transition: all 300ms ease;
  z-index: 1;
}

.testimonial-block-two .inner-block .star {
  color: var(--theme-color1);
}

.testimonial-block-two .inner-block .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  padding: 20px 0 40px;
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-block-two .inner-block .clints-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.testimonial-block-two .inner-block .clints-info .image {
  height: 60px;
  position: relative;
  width: 60px;
}

.testimonial-block-two .inner-block .clints-info .image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  z-index: -1;
}

.testimonial-block-two .inner-block .clints-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-block-two .inner-block .clints-info .infu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-block-two .inner-block .clints-info .infu .name {
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-block-two .inner-block .clints-info .infu .designation {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 375.98px) {
  .testimonial-block-two .inner-block .clints-info .infu {
    flex-wrap: wrap;
  }
}

.testimonial-block-two .inner-block .clints-info .icon {
  transition: all 300ms ease;
}

.testimonial-block-two .inner-block:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #0d0d0d 55.18%);
}

@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block {
    padding: 30px;
  }
}

.testimonial-section-extra {
  overflow: hidden;
}

.testimonial-block-extra .inner-block {
  display: flex;
  gap: 24px;
  margin-right: 40px;
}

.testimonial-block-extra .inner-block .icon {
  transition: all 300ms ease;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.testimonial-block-extra .inner-block .inner-box {
  width: 100%;
}

.testimonial-block-extra .inner-block .inner-box .content-box {
  margin-bottom: 50px;
}

.testimonial-block-extra .inner-block .inner-box .content-box .ratings {
  color: #ffb400;
  margin-bottom: 20px;
}

.testimonial-block-extra .inner-block .inner-box .content-box .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: var(--theme-color-white);
}

.testimonial-block-extra .inner-block .inner-box .content-box .text span {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 575.98px) {
  .testimonial-block-extra .inner-block .inner-box .content-box .text {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-block-extra .inner-block .inner-box .info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #242424;
}

.testimonial-block-extra .inner-block .inner-box .info-box .info .name {
  margin-bottom: 0;
}

.testimonial-block-extra .inner-block .inner-box .info-box .info .designation {
  color: #e5e5e5;
}

.testimonial-block-extra .inner-block .inner-box .info-box .image {
  height: 52px;
  width: 52px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block-extra .inner-block .inner-box .info-box .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 300ms ease;
}

.testimonial-block-extra .inner-block:hover .icon {
  transform: rotate(180deg);
}

.testimonial-block-extra .inner-block:hover .inner-box .info-box .image img {
  transform: scale(1.1);
}

@media (max-width: 1199.98px) {
  .testimonial-block-extra .inner-block {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-block-extra .inner-block {
    flex-direction: column;
    gap: 15px;
  }
}

/***

==================================================================
    Testimonial Section Three
==================================================================

***/
.testimonial-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}

.testimonial-section-three .outer-container {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #0b0b0b;
  border: 1px solid #3c3c3c;
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .testimonial-section-three .outer-container {
    padding: 100px 0;
  }
}

.testimonial-block-three-ratings .inner-block {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.testimonial-block-three-ratings .inner-block .image {
  background-color: var(--theme-color-black);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.testimonial-block-three-ratings .inner-block .image .block-object {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.testimonial-block-three-ratings .inner-block .content-box {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.testimonial-block-three-ratings .inner-block .content-box .title {
  font-size: 80px;
  line-height: 70px;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

.testimonial-block-three-ratings .inner-block .content-box .ratings {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
}

.testimonial-block-three-ratings .inner-block .content-box .ratings li {
  font-size: 20px;
  color: var(--theme-color-dark);
}

.testimonial-block-three-ratings .inner-block .content-box .text {
  margin-top: 5px;
  color: var(--theme-color-dark);
}

.testimonial-block-three {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.149);
  padding: 60px;
  position: relative;
  z-index: 1;
}

.testimonial-block-three .block-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.testimonial-block-three .inner-block {
  position: relative;
  z-index: 1;
  max-width: 750px;
}

.testimonial-block-three .inner-block .icon {
  margin-bottom: 30px;
}

.testimonial-block-three .inner-block .icon svg {
  transition: all 500ms ease;
}

.testimonial-block-three .inner-block .text {
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  color: rgba(229, 229, 229, 0.6);
}

@media (max-width: 575.98px) {
  .testimonial-block-three .inner-block .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial-block-three .inner-block .author {
  margin-top: 30px;
}

.testimonial-block-three .inner-block .author .title {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 26px;
}

.testimonial-block-three .inner-block .author .sub-title {
  color: #7e8596;
}

.testimonial-block-three .inner-block:hover .icon svg {
  transform: rotate(180deg);
}

.testimonial-block-three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.testimonial-block-three::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 100%;
  background: linear-gradient(277.9deg, #151515 -0.44%, #bff747 93.91%);
  z-index: -2;
  border-radius: 20px;
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  .testimonial-block-three {
    padding: 30px 20px;
  }
}

/***

====================================================================
Process Section
====================================================================

***/
.process-section {
  overflow: hidden;
  padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
  .process-section {
    padding: 60px 0 0;
  }
}

.process-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.process-block {
  margin-bottom: 50px;
  margin-top: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-block:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -71px;
  width: calc(100% + 24px);
}

@media (max-width: 1199.98px) {
  .process-block:before {
    width: calc(100% + 0px);
  }
}

.process-block::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.2);
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: -70px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.process-block .step-btn {
  background-color: var(--theme-color-black);
  border-radius: 40px;
  color: var(--theme-color-white);
  padding: 5px 20px;
  position: absolute;
  rotate: -30deg;
  text-align: center;
  top: -111px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .process-block .step-btn {
    rotate: 0deg;
    top: -90px;
  }
}

.process-block .inner-box {
  background-color: var(--theme-color-black);
  border: 1px solid var(--theme-color1-border);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 30px 60px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.process-block .inner-box:before {
  background-color: #111111;
  bottom: auto;
  content: "";
  clip-path: polygon(382.68px 38.3898px, 382.68px 38.3898px, 337.615016px 41.5418496px, 302.562088px 50.0974128px, 275.598252px 62.7056112px, 254.800544px 78.0155664px, 238.246px 94.6764px, 224.011656px 111.3372336px, 210.174548px 126.6471888px, 194.811712px 139.2553872px, 176.000184px 147.8109504px, 151.817px 150.963px, 151.817px 150.963px, 125.9586136px 147.8109504px, 105.6682488px 139.2553872px, 89.0888972px 126.6471888px, 74.3635504px 111.3372336px, 59.6352px 94.6764px, 43.0468376px 78.0155664px, 22.7414548px 62.7056112px, -3.1379568px 50.0974128px, -36.4484056px 41.5418496px, -79.0469px 38.3898px, -79.0469px 38.3898px, -76.0252837px 24.80746688px, -67.2773136px 11.92290544px, -53.2783079px -0.09148344px, -34.5035848px -11.06329888px, -11.4284625px -20.82014px, 15.4717408px -29.18960592px, 45.7217069px -35.99929576px, 78.8461176px -41.07680864px, 114.3696547px -44.24974368px, 151.817px -45.3457px, 151.817px -45.3457px, 189.26415px -44.24974368px, 224.78752px -41.07680864px, 257.91179px -35.99929576px, 288.16164px -29.18960592px, 315.06175px -20.82014px, 338.1368px -11.06329888px, 356.91147px -0.09148344px, 370.91044px 11.92290544px, 379.65839px 24.80746688px, 382.68px 38.3898px);
  height: 151px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .process-block .inner-box:before {
    clip-path: none;
  }
}

.process-block .inner-box .icon svg {
  transition: all 900ms ease;
  display: inline-block;
}

.process-block .inner-box .title {
  color: var(--theme-color-white);
  margin-top: 100px;
  margin-bottom: 20px;
  transition: all 300ms ease;
}

.process-block .inner-box .text {
  margin-bottom: 0;
}

.process-block:hover .step-btn {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: #151414;
}

.process-block:hover .icon svg {
  transform: rotateY(360deg);
}

/***

====================================================================
    Event Section
====================================================================

***/
.event-section {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .event-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .event-wrapper {
    grid-template-columns: auto;
  }
}

.event-block .inner-box {
  align-items: center;
  background-color: var(--theme-color-gray);
  border-radius: 40px;
  display: grid;
  gap: 80px;
  grid-template-columns: auto auto;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

@media (max-width: 1399.98px) {
  .event-block .inner-box {
    gap: 40px;
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .event-block .inner-box {
    grid-template-columns: auto;
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .event-block .inner-box {
    border-radius: 30px;
    padding: 25px 20px;
  }
}

.event-block .inner-box .image-box .image {
  border-radius: 30px;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .event-block .inner-box .image-box .image {
    max-width: 100%;
  }
}

.event-block .inner-box .image-box .image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 85, 31, 0) 70.98%, #0c2f25 100%);
  content: "";
  z-index: 0;
}

.event-block .inner-box .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all 500ms ease;
}

.event-block .inner-box .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.event-block .inner-box .image-box .image .tag {
  width: 120px;
  height: 120px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: inline-block;
  color: var(--theme-color3);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

.event-block .inner-box .image-box .image .tag span {
  display: block;
  font-size: 50px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .event-block .inner-box .image-box .image .tag {
    font-size: 20px;
    height: 80px;
    padding-top: 10px;
    width: 80px;
  }

  .event-block .inner-box .image-box .image .tag span {
    font-size: 30px;
  }
}

.event-block .inner-box .content-box {
  max-width: 587px;
  padding-right: 35px;
}

@media (max-width: 1399.98px) {
  .event-block .inner-box .content-box {
    padding-right: 0px;
  }
}

@media (max-width: 1199.98px) {
  .event-block .inner-box .content-box {
    max-width: none;
  }
}

.event-block .inner-box .content-box .title {
  color: var(--theme-color2);
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .event-block .inner-box .content-box .title {
    font-size: 24px;
  }
}

.event-block .inner-box .content-box .title a {
  color: var(--theme-color2);
}

.event-block .inner-box .content-box .text {
  margin-bottom: 33px;
  letter-spacing: -0.02em;
}

.event-block .inner-box .content-box .info {
  background-color: var(--theme-color-white);
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 34px 40px 33px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .event-block .inner-box .content-box .info {
    border-left: 3px solid var(--theme-color1);
    gap: 20px;
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .event-block .inner-box .content-box .info {
    padding: 20px;
  }
}

.event-block .inner-box .content-box .info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  content: "";
}

@media (max-width: 1199.98px) {
  .event-block .inner-box .content-box .info::before {
    display: none;
  }
}

.event-block .inner-box .content-box .info-title {
  align-items: center;
  color: var(--theme-color3);
  display: flex;
  gap: 25px;
  margin: 0;
}

.event-block .inner-box .content-box .info-title:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .event-block .inner-box .content-box .info-title {
    font-size: 20px;
    gap: 5px;
    flex-wrap: wrap;
  }
}

.event-block .inner-box .content-box .info-title span {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .event-block .inner-box .content-box .info {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .event-block .inner-box .content-box {
    padding: 0;
  }
}

.event-block .inner-box:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.event-block .inner-box:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

/***

====================================================================
    Event Section Two
====================================================================

***/
.event-section-two {
  overflow: hidden;
}

.event-block-two {
  overflow: hidden;
  border-radius: 10px;
  background-color: #0e3e23;
}

@media (max-width: 1199.98px) {
  .event-block-two {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .event-block-two {
    padding: 20px;
  }
}

.event-block-two .image {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.event-block-two .image img {
  width: 100%;
  transition: all 0.5s ease;
}

.event-block-two .image .tag {
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: inline-block;
  color: var(--theme-color3);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

.event-block-two .image .tag span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-family: var(--heading-font-family);
}

@media (max-width: 575.98px) {
  .event-block-two .image .tag {
    width: 70px;
    height: 70px;
    padding-top: 10px;
  }

  .event-block-two .image .tag span {
    font-size: 25px;
    line-height: 25px;
  }
}

.event-block-two .content-box .content {
  padding: 10px 30px;
}

@media (max-width: 1199.98px) {
  .event-block-two .content-box .content {
    padding: 20px 0;
  }
}

.event-block-two .content-box .content .title {
  margin-bottom: 20px;
  color: var(--theme-color-white);
}

.event-block-two .content-box .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.8);
  margin-bottom: 0;
}

.event-block-two .content-box .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.102);
  padding: 10px 30px;
  margin-top: 30px;
  padding-top: 30px;
}

.event-block-two .content-box .info-title {
  color: var(--theme-color-white);
  margin: 0;
}

@media (max-width: 575.98px) {
  .event-block-two .content-box .info {
    padding: 20px;
  }
}

.event-block-two .content-box .info .event-btn {
  padding: 0;
}

.event-block-two .content-box .info .event-btn i {
  margin: 0;
  background-color: var(--theme-color-white);
  color: var(--theme-color-dark);
}

@media (max-width: 1199.98px) {
  .event-block-two .content-box .info {
    padding: 20px 0;
    margin-top: 0;
  }
}

.event-block-two .content-box span.info-title {
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

.event-block-two:hover .image img {
  transform: scale(1.05);
}

.event-block-two:hover .content-box .info .event-btn i {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

/***

==================================================================
    Event Section Four
==================================================================

***/
.event-section-four {
  overflow: hidden;
}

.event-block-four {
  padding: 10px;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color3);
}

.event-block-four .image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0;
}

.event-block-four .image img {
  width: 100%;
  transition: all 0.5s ease;
}

.event-block-four .content {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  padding: 40px;
  border-radius: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: 0.3s;
}

.event-block-four .content .title {
  color: var(--theme-color2);
  margin-bottom: 10px;
}

.event-block-four .content .text {
  margin: 0;
  color: rgba(var(--theme-color2-rgb), 0.6);
}

.event-block-four .content .btn-more {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color3);
  color: var(--theme-color-white);
  transition: 0.7s;
  font-size: 18px;
  -webkit-mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/case-three-btn-mask.png);
  mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/case-three-btn-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

.event-block-four .content .btn-more i {
  transition: 0.3s;
}

.event-block-four .content .btn-more:hover i {
  transform: rotate(45deg);
}

@media (max-width: 575.98px) {
  .event-block-four .content {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
}

.event-block-four:hover .image img {
  transform: scale(1.05);
}

.event-block-four:hover .content .btn-more {
  transform: rotate(360deg);
}

/***

====================================================================
    Time Section
====================================================================

***/
.time-section {
  position: relative;
  z-index: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.time-section .sec-title .sub-title {
  background-color: var(--theme-color-white);
}

.time-section .outer-box {
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .time-section .outer-box {
    max-width: 720px;
    padding: 0 12px;
  }
}

.time-section .sec-bg {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1840px;
  z-index: -1;
}

.time-section .sec-bg img {
  width: 100%;
}

@media (max-width: 1439.98px) {
  .time-section {
    margin: 0;
    padding-top: 0 !important;
  }

  .time-section .sec-bg {
    display: none;
  }
}

.time-block {
  align-items: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  display: flex;
  -webkit-mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/time-item-mask.png);
  mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/time-item-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  max-width: 312px;
  margin-bottom: 24px;
  transition: 0.3s;
}

@media (max-width: 1199.98px) {
  .time-block {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .time-block {
    margin: 0 auto 24px;
  }
}

.time-block .icon {
  color: var(--theme-color3);
  text-align: center;
  width: 70px;
  margin-right: 10px;
  margin-left: 40px;
}

@media (max-width: 1199.98px) {
  .time-block .icon {
    margin-right: 10px;
    margin-left: 20px;
  }
}

.time-block .icon .title {
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--theme-color2);
  transition: 0.3s;
  letter-spacing: -1.2px;
}

.time-block .icon svg {
  transition: 0.3s;
}

.time-block .content {
  border-left: 1px solid rgba(12, 47, 37, 0.2);
  padding: 20px 0;
  padding-right: 35px;
}

@media (max-width: 1199.98px) {
  .time-block .content {
    padding-right: 20px;
  }
}

.time-block .content .title {
  color: var(--theme-color2);
  padding-left: 15px;
  margin-bottom: 0;
  transition: 0.3s;
}

.time-block .content .title span {
  display: inline-block;
  width: 70px;
  color: inherit;
}

.time-block .content .title:first-child {
  border-bottom: 1px solid rgba(12, 47, 37, 0.2);
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.time-block:hover {
  background-color: var(--theme-color3);
}

.time-block:hover .icon svg {
  transform: rotateY(180deg);
}

.time-block:hover .icon svg path {
  fill: var(--theme-color1);
}

.time-block:hover .icon .title {
  color: var(--theme-color1);
}

.time-block:hover .content .title {
  color: var(--theme-color-white);
}

/***

====================================================================
    Time Section Two
====================================================================

***/
.time-section-two {
  overflow: hidden;
}

.time-section-two .sec-title .sub-title {
  background-color: rgba(var(--theme-color2-rgb), 0.2);
  color: var(--theme-color-white);
}

.time-section-two .sec-title .title {
  color: var(--theme-color-white);
}

.time-section-two .outer-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 90px 0 25px;
}

.time-section-two .outer-container .container-box {
  max-width: 1150px;
  margin: 0 auto;
}

.time-section-two .outer-container .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.time-section-two .outer-container .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.time-section-two .outer-box {
  max-width: 984px;
  position: relative;
}

@media (max-width: 991.98px) {
  .time-section-two .outer-box {
    max-width: 720px;
    padding: 0 12px;
  }
}

.time-block-two {
  align-items: center;
  background-color: var(--theme-color-white);
  display: flex;
  -webkit-mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/time-item-mask.png);
  mask-image: url(https://html.kodesolution.com/2026/creovio-html/images/mask/time-item-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  max-width: 312px;
  margin-bottom: 24px;
  transition: 0.3s;
}

@media (max-width: 1199.98px) {
  .time-block-two {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .time-block-two {
    margin: 0 auto 24px;
  }
}

.time-block-two .icon {
  color: var(--theme-color3);
  text-align: center;
  width: 70px;
  margin-right: 10px;
  margin-left: 40px;
}

@media (max-width: 1199.98px) {
  .time-block-two .icon {
    margin-right: 10px;
    margin-left: 20px;
  }
}

.time-block-two .icon .title {
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--theme-color2);
  transition: 0.3s;
  letter-spacing: -1.2px;
}

.time-block-two .icon svg {
  transition: 0.3s;
}

.time-block-two .content {
  border-left: 1px solid rgba(12, 47, 37, 0.2);
  padding: 20px 0;
  padding-right: 35px;
}

@media (max-width: 1199.98px) {
  .time-block-two .content {
    padding-right: 20px;
  }
}

.time-block-two .content .title {
  color: var(--theme-color2);
  padding-left: 15px;
  margin-bottom: 0;
  transition: 0.3s;
}

.time-block-two .content .title span {
  display: inline-block;
  width: 70px;
  color: inherit;
}

.time-block-two .content .title:first-child {
  border-bottom: 1px solid rgba(12, 47, 37, 0.2);
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.time-block-two:hover {
  background-color: var(--theme-color3);
}

.time-block-two:hover .icon svg {
  transform: rotateY(180deg);
}

.time-block-two:hover .icon svg path {
  fill: var(--theme-color1);
}

.time-block-two:hover .icon .title {
  color: var(--theme-color1);
}

.time-block-two:hover .content .title {
  color: var(--theme-color-white);
}

/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  z-index: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.team-section .outer-container {
  position: relative;
  z-index: 1;
  background-color: #151414;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.129);
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .team-section .outer-container {
    padding: 100px 0;
  }
}

.team-section .outer-container .inner-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.team-section .outer-container .inner-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.team-section .shadow264-1 {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
}

.team-section .object1 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

@media (max-width: 1799.98px) {
  .team-section .object1 {
    display: none;
  }
}

.team-section .object2 {
  position: absolute;
  bottom: -30px;
  left: 10px;
  z-index: 1;
}

@media (max-width: 1439.98px) {
  .team-section .object2 {
    display: none;
  }
}

.team-section .object3 {
  position: absolute;
  top: -2%;
  right: -80px;
  z-index: -1;
}

.team-block .inner-block .image {
  margin-bottom: 0;
  border-radius: 24px;
  overflow: hidden;
  transition: all 300ms ease;
}

.team-block .inner-block .image img {
  transition: all 300ms ease;
  width: 100%;
}

.team-block .inner-block .content {
  padding: 20px 30px;
  background-color: #0b0b0b;
  border: 1px solid #242424;
  border-radius: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
  margin-top: -50px;
  transition: all 300ms ease;
}

.team-block .inner-block .content .sub-title {
  color: #e5e5e5;
}

.team-block .inner-block .content .title {
  font-weight: 500;
  margin-bottom: 5px;
}

.team-block .inner-block .content .socials {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #0b0b0b;
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.team-block .inner-block .content .socials ul {
  width: 55px;
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
  background-color: #0b0b0b;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 8px 0;
}

.team-block .inner-block .content .socials ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.102);
  color: var(--theme-color-white);
  border-radius: 50%;
}

.team-block .inner-block .content .socials ul li i {
  transition: all 900ms ease;
}

.team-block .inner-block .content .socials ul li:hover a {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: #030303;
}

.team-block .inner-block .content .socials ul li:hover i {
  transform: rotateY(360deg);
}

.team-block .inner-block .content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0b0b0b;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px;
  transition: all 300ms ease;
}

.team-block .inner-block:hover .image {
  overflow: hidden;
}

.team-block .inner-block:hover .image img {
  transform: scale(1.05);
}

.team-block .inner-block:hover .content .socials {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.team-block .inner-block:hover .content .socials ul {
  visibility: visible;
}

.team-block .inner-block:hover .content {
  border: 1px solid #0b0b0b;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.team-block .inner-block:hover .content::after {
  bottom: 3px;
}

/***

====================================================================
    Team Section Two
====================================================================

***/
.team-section-two {
  position: relative;
  z-index: 1;
}

.team-section-two .shadow1 {
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
}

.team-section-two .shadow2 {
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
}

.team-section-two .shadow3 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.team-section-two .object1 {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .team-section-two .object1 {
    display: none;
  }
}

.team-section-two .object2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .team-section-two .object2 {
    display: none;
  }
}

.team-block-two .inner-block {
  padding: 40px;
  border: 1px solid #242424;
  background-color: #0b0b0b;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-block-two .inner-block .mix-client {
  margin-bottom: 30px;
}

.team-block-two .inner-block .content-box .content .sub-title {
  margin-bottom: 10px;
}

.team-block-two .inner-block .content-box .content .title {
  margin-bottom: 25px;
}

.team-block-two .inner-block .block-shadow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.team-block-two {
  height: 100%;
  padding-bottom: 52px;
}

@media (max-width: 767.98px) {
  .team-block-two {
    padding-bottom: 0px;
  }
}

/***

====================================================================
    Team Section
====================================================================

***/
.team-section-three {
  overflow: hidden;
}

.team-slider-three {
  padding-bottom: 0;
  margin-right: -51%;
}

@media (max-width: 1439.98px) {
  .team-slider-three {
    margin-right: -35%;
  }
}

@media (max-width: 991.98px) {
  .team-slider-three {
    margin-right: 0;
  }
}

.team-block-three .inner-block {
  background-color: #0b0b0b;
  border: 1px solid #242424;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team-block-three .inner-block .image {
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

.team-block-three .inner-block .image img {
  transition: all 500ms ease;
  width: 100%;
}

.team-block-three .inner-block .content {
  padding: 30px 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.team-block-three .inner-block .content .sub-title {
  color: #e5e5e5;
}

.team-block-three .inner-block .content .title {
  margin-bottom: 5px;
}

.team-block-three .inner-block .content .title a:hover {
  color: var(--theme-color1);
}

.team-block-three .inner-block .content .socials {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 15px;
  cursor: pointer;
  font-size: 14px;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.team-block-three .inner-block .content .socials ul {
  width: 55px;
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 8px 0;
}

.team-block-three .inner-block .content .socials ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-white);
  border-radius: 50%;
}

.team-block-three .inner-block .content .socials ul li i {
  transition: all 900ms ease;
}

.team-block-three .inner-block .content .socials ul li:hover a {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: #030303;
}

.team-block-three .inner-block .content .socials ul li:hover i {
  transform: rotateY(360deg);
}

.team-block-three .inner-block:hover .image {
  overflow: hidden;
}

.team-block-three .inner-block:hover .image img {
  transform: scale(1.05);
}

.team-block-three .inner-block:hover .content .socials {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.team-block-three .inner-block:hover .content .socials ul {
  visibility: visible;
}

.team-block-three .inner-block .block-shadow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-block-three-more {
  height: 100%;
}

.team-block-three-more .inner-block {
  background-color: #0b0b0b;
  border: 1px solid #242424;
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}

.team-block-three-more .inner-block .icon {
  padding: 10px;
}

.team-block-three-more .inner-block .content .sub-title {
  color: #e5e5e5;
  margin-bottom: 10px;
}

.team-block-three-more .inner-block .content .title {
  margin-bottom: 30px;
}

.team-block-three-more .inner-block .block-shadow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section,
.clients-section-crm,
.clients-section-helpdesk,
.clients-section-payment,
.clients-section-marketing {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 991.98px) {

  .clients-section,
  .clients-section-crm,
  .clients-section-helpdesk,
  .clients-section-payment,
  .clients-section-marketing {
    padding: 100px 0;
  }
}

.clients-section .client-title,
.clients-section-crm .client-title,
.clients-section-helpdesk .client-title,
.clients-section-payment .client-title,
.clients-section-marketing .client-title {
  color: var(--theme-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}

.clients-section .client-title img,
.clients-section-crm .client-title img,
.clients-section-helpdesk .client-title img,
.clients-section-payment .client-title img,
.clients-section-marketing .client-title img {
  position: relative;
  top: -4px;
}

@media (max-width: 991.98px) {

  .clients-section .client-title,
  .clients-section-crm .client-title,
  .clients-section-helpdesk .client-title,
  .clients-section-payment .client-title,
  .clients-section-marketing .client-title {
    margin-bottom: 30px;
  }
}

.clients-section .outer-box,
.clients-section-crm .outer-box,
.clients-section-helpdesk .outer-box,
.clients-section-payment .outer-box,
.clients-section-marketing .outer-box {
  position: relative;
}

.clients-section .outer-box:before,
.clients-section-crm .outer-box:before,
.clients-section-helpdesk .outer-box:before,
.clients-section-payment .outer-box:before,
.clients-section-marketing .outer-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(-270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
  width: 207px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 991.98px) {

  .clients-section .outer-box:before,
  .clients-section-crm .outer-box:before,
  .clients-section-helpdesk .outer-box:before,
  .clients-section-payment .outer-box:before,
  .clients-section-marketing .outer-box:before {
    display: none;
  }
}

.clients-section .outer-box:after,
.clients-section-crm .outer-box:after,
.clients-section-helpdesk .outer-box:after,
.clients-section-payment .outer-box:after,
.clients-section-marketing .outer-box:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(270deg, #040b1d 28.33%, rgba(4, 11, 29, 0) 100%);
  width: 207px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 991.98px) {

  .clients-section .outer-box:after,
  .clients-section-crm .outer-box:after,
  .clients-section-helpdesk .outer-box:after,
  .clients-section-payment .outer-box:after,
  .clients-section-marketing .outer-box:after {
    display: none;
  }
}

.clients-section .swiper-horizontal,
.clients-section-crm .swiper-horizontal,
.clients-section-helpdesk .swiper-horizontal,
.clients-section-payment .swiper-horizontal,
.clients-section-marketing .swiper-horizontal {
  padding: 0;
}

.client-block .inner-box:hover .image-box .image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.client-block .inner-box:hover .image-box .image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.client-block .inner-box .image-box .image {
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-block .inner-box .image-box .image img {
  background-size: cover;
  transition: 0.5s;
  max-width: 210px;
}

.client-block .inner-box .image-box .image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.client-block .inner-box .image-box .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(-50%);
}

/***

====================================================================
    Clients Section Marketing
====================================================================

***/
.clients-section-marketing .client-title {
  color: var(--theme-color5);
}

.clients-section-marketing .outer-box {
  position: relative;
}

.clients-section-marketing .outer-box:before {
  background: linear-gradient(-270deg, #0b0b15 28.33%, rgba(11, 11, 21, 0) 100%);
}

.clients-section-marketing .outer-box:after {
  background: linear-gradient(270deg, #0b0b15 28.33%, rgba(11, 11, 21, 0) 100%);
}

/***

====================================================================
    Clients Section Payment
====================================================================

***/
.clients-section-payment .outer-box {
  position: relative;
}

.clients-section-payment .outer-box:before {
  background: linear-gradient(-270deg, #0d0d0d 28.33%, rgba(13, 13, 13, 0) 100%);
}

.clients-section-payment .outer-box:after {
  background: linear-gradient(270deg, #0d0d0d 28.33%, rgba(13, 13, 13, 0) 100%);
}

/***

====================================================================
    Clients Section Helpdesk
====================================================================

***/
.clients-section-helpdesk .outer-box {
  position: relative;
}

.clients-section-helpdesk .outer-box:before {
  background: linear-gradient(-270deg, #000002 28.33%, rgba(11, 11, 21, 0) 100%);
}

.clients-section-helpdesk .outer-box:after {
  background: linear-gradient(270deg, #000002 28.33%, rgba(11, 11, 21, 0) 100%);
}

/***

====================================================================
    Clients Section CRM
====================================================================

***/
.clients-section-crm .outer-box {
  position: relative;
}

.clients-section-crm .outer-box:before {
  background: linear-gradient(-270deg, #090401 28.33%, rgba(9, 4, 1, 0) 100%);
}

.clients-section-crm .outer-box:after {
  background: linear-gradient(270deg, #090401 28.33%, rgba(9, 4, 1, 0) 100%);
}

/*** 

====================================================================
    Subscribe Section
====================================================================

***/
/*** 

====================================================================
    Subscribe Section Two
====================================================================

***/
.subscribe-section-two .inner-box {
  padding: 25px 80px;
  background: linear-gradient(90deg, #c7dc49 0%, #deffe5 100%);
  border: 1px solid rgba(106, 151, 116, 0.502);
  border-radius: 30px;
  background-repeat: no-repeat;
}

.subscribe-section-two .content-column .inner-column {
  display: flex;
  align-items: center;
  gap: 40px;
}

.subscribe-section-two .content-column .inner-column .icon {
  min-width: 138px;
  height: 138px;
  line-height: 138px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.subscribe-section-two .content-column .inner-column .title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
}

/***

====================================================================
    Work Section
====================================================================

***/
.work-section {
  position: relative;
  z-index: 1;
}

.work-section .shadow1 {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: -1;
}

.work-section .shadow2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.work-section .shadow3 {
  position: absolute;
  bottom: -15%;
  right: 0;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .work-section .shadow3 {
    display: none;
  }
}

.work-section .object1 {
  position: absolute;
  top: 50px;
  left: 5px;
  z-index: -1;
}

@media (max-width: 1439.98px) {
  .work-section .object1 {
    display: none;
  }
}

.work-section .object2 {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

.work-block .inner-block {
  align-items: center;
  background-color: var(--theme-color-dark2);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991.98px) {
  .work-block .inner-block {
    grid-template-columns: 1fr;
  }
}

.work-block .inner-block {
  margin-bottom: 24px;
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
}

.work-block .inner-block .image-box .image {
  border-radius: 24px;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.work-block .inner-block .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all 500ms ease;
}

.work-block .inner-block .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.work-block .inner-block .content-box {
  padding: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.work-block .inner-block .content-box .icon {
  display: inline-block;
  border: 1px solid rgba(191, 247, 71, 0.102);
  border-radius: 12px;
  background-color: var(--theme-color-dark2);
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: 300ms;
  position: relative;
}

.work-block .inner-block .content-box .icon svg {
  transition: all 500ms ease;
}

.work-block .inner-block .content-box .icon svg path {
  transition: all 300ms ease;
}

.work-block .inner-block .content-box .icon i {
  color: var(--theme-color-white);
  font-size: 40px;
}

.work-block .inner-block .content-box .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(134.27deg, #bff747 3.78%, rgba(191, 247, 71, 0) 26.86%, rgba(191, 247, 71, 0) 50.02%, rgba(191, 247, 71, 0) 72.47%, #bff747 95.65%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.work-block .inner-block .content-box .content .title {
  margin-bottom: 20px;
}

.work-block .inner-block .content-box .content .text {
  margin-bottom: 45px;
}

@media (max-width: 575.98px) {
  .work-block .inner-block .content-box .content .text {
    margin-bottom: 20px;
  }
}

.work-block .inner-block .content-box .content .btn-more {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  transition: 500ms;
}

.work-block .inner-block .content-box .content .btn-more:hover {
  transform: rotate(405deg);
}

@media (max-width: 1199.98px) {
  .work-block .inner-block .content-box {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .work-block .inner-block .content-box {
    padding: 20px 0;
    padding-top: 0;
  }
}

.work-block .inner-block .content-box .block-shape {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: -1;
}

.work-block .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.work-block .inner-block:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.work-block .inner-block:hover .content-box .icon svg {
  transform: rotateY(180deg);
}

.work-block .inner-block .block-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.work-block .inner-block .block-shadow-bottom {
  position: absolute;
  bottom: 0;
  right: 18%;
  z-index: -1;
}

/***

====================================================================
    Work Section Two
====================================================================

***/
.work-section-two {
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

.work-section-two .outer-container {
  max-width: 1800px;
  margin: 0 auto;
  background-color: #151414;
  border: 1px solid rgba(36, 36, 36, 0.6);
  overflow: hidden;
  border-radius: 40px;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .work-section-two .outer-container {
    padding: 100px 0;
  }
}

.work-section-two .outer-box {
  position: relative;
  z-index: 1;
}

.work-section-two .outer-box::after {
  content: "";
  position: absolute;
  top: 265px;
  left: 50%;
  width: 65%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .work-section-two .outer-box::after {
    display: none;
  }
}

.work-block-two .inner-block {
  padding: 0 30px;
  text-align: center;
}

.work-block-two .inner-block .image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.work-block-two .inner-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 500ms ease;
}

.work-block-two .inner-block .content-box .work-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-white);
  background-color: var(--body-bg);
  transition: all 500ms ease;
}

.work-block-two .inner-block .content-box .content .title {
  margin-bottom: 10px;
}

.work-block-two .inner-block:hover .image img {
  transform: scale(1.1);
}

.work-block-two .inner-block:hover .content-box .work-number {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
}

/*** 

====================================================================
    Work Section Three
====================================================================

***/
.work-section-three {
  overflow: hidden;
}

.work-section-three .swiper-dot {
  text-align: center;
}

.work-section-three .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--theme-color-white);
  border-radius: 5px;
  opacity: 0.3;
  transition: all 300ms ease;
}

.work-section-three .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  width: 30px;
  opacity: 1;
}

.work-section-three .info-line {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.work-section-three .info-line .list {
  display: flex;
  align-items: center;
}

.work-section-three .info-line .list .image {
  min-width: 30px;
  width: 30px;
  height: 30px;
}

.work-section-three .info-line .list .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-section-three .info-line .list .icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
  margin-left: -10px;
}

.work-section-three .info-line {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-white);
}

.work-section-three .info-line a {
  color: var(--theme-color1);
  text-decoration: underline;
}

.work-section-three .info-line a:hover {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .work-section-three .info-line {
    font-size: 16px;
    line-height: 24px;
  }
}

.work-block-three .inner-block {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.work-block-three .inner-block .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

.work-block-three .inner-block .image img {
  width: 100%;
  transition: all 500ms ease;
}

.work-block-three .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.work-block-three .inner-block .image .tag {
  position: absolute;
  bottom: 20px;
  right: 30px;
  background-color: #0b0b0b;
  width: 80px;
  height: 84px;
  padding-top: 20px;
  text-align: center;
  border-radius: 12px;
  z-index: 2;
}

.work-block-three .inner-block .image .tag .date {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: var(--heading-font-family);
  display: block;
}

.work-block-three .inner-block .image .tag .month {
  color: var(--theme-color-white);
  display: block;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .work-block-three .inner-block .image .tag {
    right: 20px;
    width: 70px;
    height: 74px;
    padding-top: 15px;
  }

  .work-block-three .inner-block .image .tag .date {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 2px;
  }
}

.work-block-three .inner-block .content {
  background-color: rgba(3, 3, 3, 0.502);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  padding: 20px 35px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.work-block-three .inner-block .content .title {
  margin-bottom: 0;
}

.work-block-three .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.work-block-three .inner-block:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.work-block-three .inner-block:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  overflow: hidden;
}

.blog-block .inner-block {
  position: relative;
  z-index: 1;
  background-color: #0b0b0b;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 24px;
  overflow: hidden;
}

.blog-block .inner-block .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

.blog-block .inner-block .image img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-block .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-block .inner-block .image .tag {
  position: absolute;
  bottom: 20px;
  right: 30px;
  background-color: #0b0b0b;
  width: 80px;
  height: 84px;
  padding-top: 20px;
  text-align: center;
  border-radius: 12px;
  z-index: 2;
}

.blog-block .inner-block .image .tag .date {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: var(--heading-font-family);
  display: block;
}

.blog-block .inner-block .image .tag .month {
  color: var(--theme-color-white);
  display: block;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .blog-block .inner-block .image .tag {
    right: 20px;
    width: 70px;
    height: 74px;
    padding-top: 15px;
  }

  .blog-block .inner-block .image .tag .date {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 2px;
  }
}

.blog-block .inner-block .content {
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}

.blog-block .inner-block .content .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.blog-block .inner-block .content .info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
}

.blog-block .inner-block .content .info li a {
  color: rgba(229, 229, 229, 0.8);
}

.blog-block .inner-block .content .info li a:hover {
  color: var(--theme-color-white);
}

.blog-block .inner-block .content .title {
  margin-bottom: 30px;
}

.blog-block .inner-block .content .btn-more {
  display: inline-block;
  color: var(--theme-color-white);
}

.blog-block .inner-block .content .btn-more i {
  display: inline-block;
  transition: all 300ms ease;
  margin-left: 8px;
}

.blog-block .inner-block .content .btn-more:hover i {
  transform: rotate(45deg);
}

.blog-block .inner-block .content .block-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
}

.blog-block .inner-block .content .block-shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-block .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.blog-block .inner-block:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

/*** 

====================================================================
    Blog Section Two
====================================================================

***/
.blog-section-two {
  position: relative;
  z-index: 1;
}

.blog-section-two .shadow1 {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
}

.blog-section-two .shadow2 {
  position: absolute;
  top: -45%;
  right: 0;
  z-index: -1;
}

.blog-section-two .object1 {
  position: absolute;
  top: 0;
  right: -85px;
  z-index: -1;
}

@media (max-width: 1799.98px) {
  .blog-section-two .object1 {
    display: none;
  }
}

.blog-block-two .inner-block .image {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  margin: 0;
}

.blog-block-two .inner-block .image img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-block-two .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-block-two .inner-block .image .btn-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-dark);
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: 2;
  font-size: 20px;
}

.blog-block-two .inner-block .image .btn-more i {
  display: inline-block;
  transition: all 300ms ease;
}

.blog-block-two .inner-block .image .btn-more:hover i {
  transform: rotate(90deg);
}

.blog-block-two .inner-block .content-box {
  padding: 24px;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background-color: #101010;
  border: 1px solid rgba(36, 36, 36, 0.6);
  margin-top: 15px;
  transition: all 300ms ease;
}

.blog-block-two .inner-block .content-box .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.blog-block-two .inner-block .content-box .info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
}

.blog-block-two .inner-block .content-box .info li a {
  color: rgba(229, 229, 229, 0.8);
}

.blog-block-two .inner-block .content-box .info li a:hover {
  color: var(--theme-color-white);
}

.blog-block-two .inner-block .content-box .title {
  margin-bottom: 0;
}

.blog-block-two .inner-block .content-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #101010;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px;
  transition: all 300ms ease;
}

.blog-block-two .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.blog-block-two .inner-block:hover .image img:last-child {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-block-two .inner-block:hover .image .btn-more {
  transform: rotate(90deg);
}

.blog-block-two .inner-block:hover .content-box {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-color: #101010;
}

.blog-block-two .inner-block:hover .content-box::after {
  bottom: 3px;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-middle {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .footer-middle {
    padding-bottom: 50px;
  }
}

.footer-widget .widget-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.footer-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

@media (max-width: 991.98px) {
  .footer-widget .widget-title {
    margin-bottom: 10px;
  }
}

.footer-widget .widget-content .user-links {
  position: relative;
}

.footer-widget .widget-content .user-links li {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}

.footer-widget .widget-content .user-links li:last-child {
  margin-bottom: 0;
}

.footer-widget .widget-content .user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  transition: all 300ms ease;
}

.footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color1);
}

.footer-widget .widget-content .text {
  color: var(--text-color);
}

.footer-widget.news-widget .ft-news-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-widget.news-widget .ft-news-block .image {
  min-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 12px;
}

.footer-widget.news-widget .ft-news-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 500ms ease;
}

.footer-widget.news-widget .ft-news-block .title {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 24px;
}

.footer-widget.news-widget .ft-news-block:hover .image img {
  transform: scale(1.1);
}

.footer-bottom .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #242424;
}

@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    flex-direction: column;
    gap: 10px;
  }
}

.footer-bottom .copyright-text {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a {
  color: var(--theme-color1);
}

/***

==================================================================
 Footer Style One
==================================================================

***/
.footer-style-one {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 220px;
}

@media (max-width: 991.98px) {
  .footer-style-one {
    padding-top: 150px;
  }
}

.footer-style-one .sec-object1 {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-style-one .sec-object1 {
    display: none;
  }
}

.footer-style-one .sec-object2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}

.footer-style-one .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-style-one .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-style-one .footer-widget .logo {
  margin-bottom: 30px;
  display: inline-block;
  width: 190px;
}

.footer-style-one .footer-widget .logo img {
  width: 100%;
}

.footer-style-one .footer-widget .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.footer-style-one .footer-widget .socials li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #222222;
  font-size: 18px;
  color: var(--theme-color-white);
  border-radius: 50%;
}

.footer-style-one .footer-widget .socials li a i {
  display: inline-block;
  transition: 0.5s;
}

.footer-style-one .footer-widget .socials li a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-black);
}

.footer-style-one .footer-widget .socials li a:hover i {
  transform: rotateY(360deg);
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild input {
  background-color: transparent;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #242424;
  padding: 10px 15px;
  color: var(--text-color);
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild input::-moz-placeholder {
  color: var(--text-color);
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild input::placeholder {
  color: var(--text-color);
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild button {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 4px;
  padding-left: 15px;
  background-color: #333333;
  color: #ffffff;
  font-weight: 500;
  transition: all 300ms ease;
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild button i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-black);
  border-radius: 8px;
  transition: all 300ms ease;
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild button:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-black);
}

.footer-style-one .footer-widget.newsletter-widget .input-fuild button:hover i {
  background-color: var(--theme-color-white);
}

/***

====================================================================
    Products details
====================================================================

***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
  background-color: var(--theme-color-gray);
}

.product-details .bxslider .image-box img {
  width: 100%;
}

.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
  background-color: var(--theme-color-gray);
}

.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}

.product-details .bx-wrapper {
  margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}

.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color3);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}

.product-details .product-info .product-details__content .product-details__content-text1 {
  color: var(--theme-color-lighter2);
}

.product-details .product-info .product-details__content .product-details__content-text2 strong {
  color: var(--theme-color-lighter2);
}

.product-details .product-info .product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: var(--review-color);
}

.product-details .product-info .product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color3);
  margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: var(--theme-color-lighter2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}

.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color3);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color3);
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}

.product-details .product-info .product-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}

.product-details .product-info .product-details__social .title h3 {
  color: var(--theme-color-lighter2);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}

.product-details .product-info .product-details__social .social-icon-one li a {
  color: var(--theme-color-lighter2);
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
  }

  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border: 1px solid var(--theme-color-gray);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color3);
}

.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--theme-color-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--theme-color3);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 300ms ease;
}

.product-details__quantity .quantity-box button:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-light);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}

.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}

.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: var(--theme-color-lighter2);
}

.product-discription .product-description__text2 {
  color: var(--theme-color-lighter2);
}

.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-discription .product-description__list ul {
  position: relative;
  display: block;
}

.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--theme-color-lighter2);
}

.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color3);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}

.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}

.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color-gray);
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color3);
  color: var(--theme-color-gray);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: var(--theme-color-gray);
  padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}

.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: var(--theme-color-gray);
  padding: 51px 60px 60px 60px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}

.product-discription .comment-box .form-control,
.product-discription .comment-box .input-text {
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color-gray);
  border-color: rgba(255, 255, 255, 0.17);
}

.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}

.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}

.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.product-discription .comment-box input::-moz-placeholder,
.product-discription .comment-box textarea::-moz-placeholder {
  color: var(--text-color);
}

.product-discription .comment-box input::placeholder,
.product-discription .comment-box textarea::placeholder {
  color: var(--text-color);
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }

  .product-details__title span {
    margin-left: 0;
    display: block;
  }

  .product-details__buttons {
    flex-direction: column;
    align-items: baseline;
  }

  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}

.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color2);
  content: "";
  z-index: 1;
}

.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}

.category-block .inner-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
  transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/cat-4-bg.png);
}

.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.category-block .image img {
  transition: all 300ms ease;
}

.category-block h4 {
  font-size: 20px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 10px;
}

.category-block h4 a {
  transition: all 300ms ease;
}

.category-block h4 a:hover {
  color: var(--theme-color3);
}

.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}

.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}

.category-block-two .inner-box:hover .image:before {
  left: 100%;
  transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
  transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color3);
}

.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}

.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}

.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}

.category-block-two .image img {
  transition: all 300ms ease;
}

.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 15px;
}

.category-block-two h4 a {
  color: var(--theme-color2);
  transition: all 300ms ease;
}

.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  transition: all 300ms ease;
}

.category-block-two .link:hover {
  transform: rotate(270deg);
}

.category-block-two.child-two .link {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}

.category-block-two.child-two .content:before {
  background: #f0e2e3;
}

.category-block-two.child-two .content:after {
  color: #f0e2e3;
}

.category-block-two.child-three .link {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}

.category-block-two.child-three .content:before {
  background: #f1ede1;
}

.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(https://html.kodesolution.com/2026/creovio-html/images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color3);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color2);
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color3);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: flex;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color2);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(https://html.kodesolution.com/2026/creovio-html/images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 12px 0;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  color: var(--theme-color3);
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #ffc737;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color3);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  transform: scale(1.15);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color3);
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color3);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-lighter2);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
  background-color: var(--theme-color3);
  color: var(--theme-color-dark);
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 10px;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-light);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
.table {
  border-color: rgba(255, 255, 255, 0.17);
}

.table> :not(caption)>*>* {
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color-gray);
  border-color: rgba(255, 255, 255, 0.17);
}

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
  min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
  width: 64px;
  box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
  color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 24px;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-black);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
  color: var(--theme-color-lighter2);
}

.cart-form .form-control {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-color: rgba(255, 255, 255, 0.17);
}

.cart-form .form-control::-moz-placeholder {
  color: var(--text-color);
}

.cart-form .form-control::placeholder {
  color: var(--text-color);
}

.cart-form .form-control {
  color: var(--text-color);
}

.page-cart .form-control::-moz-placeholder {
  color: var(--text-color);
}

.page-cart .form-control::placeholder {
  color: var(--text-color);
}

.section-content form .form-control,
.section-content form .input-text {
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color-gray);
  border-color: rgba(255, 255, 255, 0.17);
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: var(--theme-color-gray);
  padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block .acc-content {
  background: var(--theme-color-gray);
}

.payment-method .accordion-box .block {
  background: var(--theme-color6);
  box-shadow: none;
  margin-bottom: 20px;
}

.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
  margin-bottom: 0;
  background-color: var(--theme-color-gray);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #fff;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-theme-color3);
}

.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

#checkout-form label {
  margin-bottom: 10px;
}

#checkout-form .form-control::-moz-placeholder {
  color: var(--text-color);
}

#checkout-form .form-control::placeholder {
  color: var(--text-color);
}

#checkout-form textarea {
  height: auto;
  color: var(--text-color);
}

.shop-sidebar {
  position: relative;
  display: block;
}

.shop-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: var(--theme-color-gray);
  border: 1px solid var(--theme-color-lighter2);
  border-radius: 5px;
  color: var(--theme-color-lighter2);
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-moz-placeholder {
  color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::placeholder {
  color: var(--text-color);
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search]:focus {
  border-color: var(--theme-color3);
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-black);
  background-color: var(--theme-color3);
  cursor: pointer;
  border-radius: 3px;
  transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--theme-color-light);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--theme-color-gray);
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
  color: var(--theme-color-lighter);
}

.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-lighter2);
  font-weight: 400;
  padding-left: 20px;
}

.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-lighter);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color3);
}

.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}

.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-lighter2);
  margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--theme-color-white);
}

.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color3);
}

.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color3);
}

.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}

.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}

.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: var(--theme-color-lighter2);
  font-size: 18px;
}

.range-slider p {
  position: relative;
  display: inline-block;
  color: var(--theme-color-lighter2);
  margin-right: 10px !important;
}

.range-slider .input {
  color: var(--theme-color-lighter2);
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}

.range-slider .input input {
  background: none;
  color: var(--theme-color-lighter2);
  font-size: 15px;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--theme-color3);
}

.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color3);
}

.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-light);
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color3);
}

.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-light);
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

.range-slider input[type=submit] {
  position: relative;
  display: block;
  background: var(--theme-color3);
  color: var(--theme-color-black);
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color-light);
}

/*** 

====================================================================
Page Title
====================================================================

***/
.page-title {
  padding-bottom: 72px !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 275px 0 175px;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.7;
  content: "";
}

.page-title .title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 17px;
}

@media (max-width: 575.98px) {
  .page-title .title {
    font-size: 50px;
    line-height: 60px;
  }
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-title .image-curve {
  background-image: url(https://html.kodesolution.com/2026/creovio-html/images/main-slider/slide-shape-bottom.png);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.page-title .large-title {
  color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  font-size: 216px;
  line-height: normal;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .page-title .large-title {
    bottom: -30px;
    font-size: 150px;
  }
}

@media (max-width: 767.98px) {
  .page-title .large-title {
    display: none;
  }
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: var(--theme-color-light);
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}

.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color3);
}

.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}

.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(245, 245, 245, 0.06);
  font-size: 14px;
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 7px;
}

.error-page__inner .error-page__form input[type=search]::-moz-placeholder {
  color: var(--text-color);
}

.error-page__inner .error-page__form input[type=search]::placeholder {
  color: var(--text-color);
}

.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  outline: none;
  border: none;
  color: var(--theme-color-white);
  display: flex;
  align-items: center;
  padding: 0;
}

.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***
=============================================
  Services Details
=============================================
***/
.service-sidebar {
  display: block;
  max-width: 365px;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .service-sidebar {
    max-width: 100%;
  }
}

.service-sidebar .service-sidebar-single {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services {
  background: #f6f4ec;
  border-radius: 10px;
  display: block;
  padding: 35px 30px 25px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services .title {
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 30px;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color3);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color3);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color3);
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  transition: all 600ms ease;
  font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .service-details-image {
  border-radius: 10px;
  overflow: hidden;
}

.services-details__content .image {
  margin: 30px 0;
}

.services-details__content .text {
  color: #8f8c94;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color3);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color1-text-color);
}

.services-details__content .accordion-box {
  padding: 50px 30px;
}

@media (max-width: 767.98px) {
  .services-details__content .accordion-box .block .acc-btn {
    font-size: 16px;
  }
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-list li:last-child {
  margin-bottom: 0px;
}

.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 500;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
  color: var(--text-color-bg-theme-color3);
  background-color: var(--theme-color3);
  padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--theme-color1-text-color);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.service-list li i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}

.sidebar-service-list li+li {
  margin-top: 10px;
}

.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  color: var(--theme-color-lighter2);
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 15px;
  padding: 19px 40px;
}

.sidebar-service-list li a:hover {
  color: var(--theme-color1-text-color);
}

.sidebar-service-list li a:hover i {
  transform: translateY(-50%);
  color: #fff;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
}

.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  color: var(--theme-color1-text-color);
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}

.sidebar-service-list li.current a,
.sidebar-service-list li:hover a {
  color: var(--theme-color1);
}

.sidebar-service-list li.current a i,
.sidebar-service-list li:hover a i {
  transform: translateY(-50%);
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}

.service-details-help {
  background-color: #1a1a1a;
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  mix-blend-mode: soft-light;
  border-radius: 186px;
  transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 500ms ease;
}

.help-icon:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

.help-title {
  font-size: 38px;
  color: var(--theme-color-gray);
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 500;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}

.help-contact p {
  font-size: 14px;
  color: var(--theme-color-gray);
  margin: 0;
  line-height: 32px;
  font-weight: 500;
  opacity: 0.7;
}

.help-contact a {
  font-size: 30px;
  color: var(--theme-color-gray);
  font-weight: 500;
  transition: all 500ms ease;
}

.help-contact a:hover {
  color: var(--theme-color1);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .project-details__img {
    height: 470px;
  }
}

@media (max-width: 767.98px) {
  .project-details__img {
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .project-details__img {
    height: 250px;
  }
}

.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content .title {
  margin-top: 50px;
  font-weight: 500;
}

.project-details__content .text {
  color: #8f8c94;
}

.project-details__content .project-title-big-title {
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .project-details__content .project-title-big-title {
    font-size: 40px;
    line-height: 60px;
  }
}

.project-details__content .feature-list {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.project-details__content .feature-list ul {
  max-width: 45%;
  width: 100%;
}

.project-details__content .feature-list ul li {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 10px;
}

.project-details__content .feature-list ul li .icon {
  color: var(--theme-color1);
}

.project-details__content-left {
  display: block;
  margin-top: 31px;
  position: relative;
}

.project-details__content-right {
  display: block;
  margin-top: 40px;
  position: relative;
}

.project-details__details-box {
  position: relative;
}

.project-details__details-list {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991.98px) {
  .project-details__details-list {
    border: none;
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .project-details__details-list {
    gap: 0;
  }
}

.project-details__details-list li {
  position: relative;
  display: block;
  padding: 12px 0;
  max-width: 25%;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .project-details__details-list li {
    max-width: 45%;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .project-details__details-list li {
    max-width: 100%;
  }
}

.project-details__details-list li:after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 88px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1199.98px) {
  .project-details__details-list li:after {
    display: none;
  }
}

.project-details__details-list li:last-child:after {
  display: none;
}

.project-details__client {
  font-size: 16px;
  color: var(--theme-color-lighter2);
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-color-white);
}

.project-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color3);
  color: var(--text-color-bg-theme-color3);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.project-details__social a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

.project-details__social a+a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}

.project-details__pagination li {
  display: flex;
  align-items: center;
}

.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.project-details__pagination li a:hover {
  color: var(--theme-color3);
}

.project-details__pagination li a:hover i {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
  border: 2px solid var(--theme-color1);
}

.project-details__pagination li .content {
  position: relative;
  display: block;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.project-details__pagination li.next .content {
  text-align: left;
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  text-align: center;
  padding: 21px 24px 20px;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  flex-direction: column;
}

.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__content .blog-details__text-2 {
  color: var(--theme-color-lighter2);
}

.blog-details__meta {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: rgba(var(--theme-color-white-rgb), 0.05);
}

.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: 500;
}

.blog-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--theme-color-lighter2);
  font-size: 20px;
  margin-right: 14px;
  font-weight: 600;
}

.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color-white);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: 600;
  transition: all 500ms ease;
  border-radius: 35px;
}

.blog-details__tags a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
  text-decoration: none;
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: flex;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color-white);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--theme-color1-text-color);
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}

.blog-details__pagenation li:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .nav-links {
    flex-direction: column;
    gap: 20px;
  }
}

.nav-links .prev {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links>div {
  transition: all 500ms ease;
}

.nav-links>div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: 500;
  transition: all 500ms ease;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color-white);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border: none;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 74px;
  outline: none;
  padding-right: 80px;
  padding-left: 50px;
  width: 100%;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.5);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-light-background-text-color);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: flex;
  align-items: center;
  padding: 16px 20px 17px;
  transition: all 400ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover h3 a {
  color: var(--theme-color1);
}

.sidebar__post .sidebar__post-list li+li {
  margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  flex: 70px 0 0;
  margin-right: 20px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
  border-radius: 10px;
  width: 80px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  transition: all 400ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--theme-color-white-rgb), 0.5);
  transition: all 400ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color-white);
  font-size: 14px;
  padding-right: 3px;
  transition: all 400ms ease;
}

.sidebar__category {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 10px;
  display: block;
  color: var(--theme-light-background-text-color);
  overflow: hidden;
  padding: 45px 30px 38px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}

.sidebar__category-list li a:hover {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color1-text-color);
}

.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li.active a {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color1-text-color);
}

.sidebar__category-list li.active a span {
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: block;
  overflow: hidden;
  padding: 46px 45px 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  background: var(--theme-color1);
  border-radius: 30px;
  color: var(--theme-color1-text-color);
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  transition: all 400ms ease;
}

.sidebar__tags-list a:hover {
  background: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-light-background-text-color);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  align-items: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: flex;
  font-size: 15px;
  height: 45px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  transition: all 400ms ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: var(--theme-color-white);
}

.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  font-weight: 500;
  margin-bottom: 30px;
}

.comment-one .comment-one__single {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding-bottom: 60px;
  margin-bottom: 60px;
  align-items: top;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    flex-direction: column;
  }
}

.comment-one .comment-one__content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
  }
}

.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin-bottom: 24px;
}

.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}

.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  flex: 100px 0 0;
}

.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  font-weight: 500;
  margin-top: -7px;
}

.comment-form .form-control::-moz-placeholder {
  color: var(--text-color);
}

.comment-form .form-control::placeholder {
  color: var(--text-color);
}

.comment-form .form-control,
.comment-form .input-text {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-color: rgba(255, 255, 255, 0.17);
  color: var(--theme-color-lighter2);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  display: block;
  position: relative;
}

.team-details-shape-1 {
  bottom: -270px;
  position: absolute;
  opacity: 0.5;
  right: 0;
  z-index: 2;
}

.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  display: block;
  margin-right: -48px;
  position: relative;
}

@media (max-width: 1439.98px) {
  .team-details__top-left {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .team-details__top-left {
    margin-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .team-details__top-left {
    margin-right: 0px;
  }
}

.team-details__top-img {
  border-radius: 30px;
  display: block;
  position: relative;
}

.team-details__top-img img {
  border-radius: 30px;
  width: 100%;
}

.team-details__big-text {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35em;
  line-height: 30px;
  padding: 15px 30px 20px 30px;
  position: absolute;
  transform: rotate(90deg);
  top: calc(50% - 30px);
  right: -185px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .team-details__big-text {
    left: 0;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    right: auto;
    transform: rotate(0);
    top: 30px;
    text-align: center;
  }
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 100px;
}

@media (max-width: 1439.98px) {
  .team-details__top-right {
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .team-details__top-right {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color1);
}

.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  align-items: center;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
  width: 40px;
}

.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__top-right .team-details__top-name {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 15px;
}

.team-details__top-right .team-details__top-name .text-theme-colored1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color1);
}

.team-details__top-right .team-details__text-1 {
  color: #8c8f94;
}

.team-details__top-right .team-details__text-2 {
  color: #8c8f94;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.team-details__top-right .info-outer-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.team-details__top-right .info-outer-box .team-details-contact .title {
  font-size: 18px;
  color: #eeeeee;
  font-weight: 500;
  margin-bottom: 0;
}

.team-details__top-right .info-outer-box .team-details-contact .text {
  font-size: 16px;
  color: #8c8f94;
}

.team-details__bottom {
  position: relative;
  display: block;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

@media (max-width: 1439.98px) {
  .team-details__bottom-left {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .team-details__bottom-left {
    margin-bottom: 40px;
  }
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.team-details__bottom-left-text {
  color: #8c8f94;
  margin-bottom: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}

@media (max-width: 1439.98px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #121310;
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  border-radius: 7px;
  display: block;
  height: 13px;
  position: relative;
  width: 0px;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: #8c8f94;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.team-details__progress-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.team-details__bottom .form-control,
.team-details__bottom .input-text,
.team-details__bottom input[type=text],
.team-details__bottom input[type=email] {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: none;
  color: #fff;
}

.team-details__bottom .form-control:focus,
.team-details__bottom .input-text:focus,
.team-details__bottom input[type=text]:focus,
.team-details__bottom input[type=email]:focus {
  border-color: var(--theme-color2);
}

.team-details__bottom textarea {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  height: 95px;
}

.team-details__bottom button {
  border-radius: 10px;
  height: 60px;
  width: 100%;
}

/***
====================================================================
  Contact
====================================================================
***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background: linear-gradient(270deg, #00F5FF, #7B2CFF, #FF4ECD);
  background-size: 600% 600%;
  background: linear-gradient(270deg, #00FFA3, #00C853, #B2FF59);
  background-size: 600% 600%;
  animation: glowMove 8s ease infinite;
  color: var(--theme-color1-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
}

.contact-details__info li .icon span {
  font-size: 25px;
  transition: all 400ms ease;
}

.contact-details__info li:hover .icon {
  background-color: #1d1d1d;
  color: #fff;
}

.contact-details__info li:hover .text a {
  color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text {
  margin-left: 30px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  transition: all 400ms ease;
}

.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}

.contact-details__info li+li {
  margin-top: 19px;
}

.contact-details .sec-title {
  margin-bottom: 20px;
}

.contact-details .sec-title .sub-title {
  color: #4f515d;
}

.contact-details .sec-title h2 {
  color: var(--headings-color);
}

.contact-details .sec-title .text {
  color: #4f515d;
}

.map {
  height: 550px;
}

/*# sourceMappingURL=style.css.map */
/* Value Block Styles */
.value-block {
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 400ms ease;
    overflow: hidden;
}

.value-block:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

.value-block .inner-block {
    position: relative;
    z-index: 1;
}

.value-block .icon {
    margin-bottom: 25px;
    display: inline-block;
}

.value-block .icon svg {
    transition: all 400ms ease;
}

.value-block:hover .icon svg {
    transform: scale(1.1);
}

.value-block .title {
    margin-bottom: 15px;
    font-weight: 700;
}

.value-block .text {
    line-height: 1.7;
    opacity: 0.8;
}

/* Accent Colors */
.value-block.accent-blue .icon svg path { stroke: #00F5FF; }
.value-block.accent-blue:hover { box-shadow: 0 10px 40px rgba(0, 245, 255, 0.05); border-color: rgba(0, 245, 255, 0.3); }

.value-block.accent-lime .icon svg path { stroke: #BFF747; }
.value-block.accent-lime:hover { box-shadow: 0 10px 40px rgba(191, 247, 71, 0.05); border-color: rgba(191, 247, 71, 0.3); }

.value-block.accent-cyan .icon svg path { stroke: #00FFFF; }
.value-block.accent-cyan:hover { box-shadow: 0 10px 40px rgba(0, 255, 255, 0.05); border-color: rgba(0, 255, 255, 0.3); }

/* Circle decoration behind icon */
.value-block::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, currentColor 0%, transparent 70%);
    opacity: 0.05;
    border-radius: 50%;
    transition: all 400ms ease;
}

.value-block.accent-blue::before { color: #00F5FF; }
.value-block.accent-lime::before { color: #BFF747; }
.value-block.accent-cyan::before { color: #00FFFF; }

.value-block:hover::before {
    transform: scale(1.5);
    opacity: 0.1;
}

/* Stack Block Styles */
.stack-block {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.stack-block:hover {
    transform: translateY(-15px) scale(1.02);
    background: rgba(255, 255, 255, 0.04);
}

.stack-block .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
    transition: all 500ms ease;
    background-size: cover;
    background-position: center;
}

.stack-block:hover .image-layer {
    opacity: 0.3;
    transform: scale(1.1);
}

.stack-block .content-layer {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stack-block .category-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    align-self: flex-start;
}

.stack-block .title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.stack-block .stack-list {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stack-block .stack-item {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 300ms ease;
}

.stack-block:hover .stack-item {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Category Specific Accents */
.stack-core .category-label { background: rgba(0, 245, 255, 0.1); color: #00F5FF; }
.stack-core:hover { border-color: rgba(0, 245, 255, 0.4); box-shadow: 0 20px 50px rgba(0, 245, 255, 0.1); }

.stack-ai .category-label { background: rgba(191, 247, 71, 0.1); color: #BFF747; }
.stack-ai:hover { border-color: rgba(191, 247, 71, 0.4); box-shadow: 0 20px 50px rgba(191, 247, 71, 0.1); }

.stack-frontend .category-label { background: rgba(255, 0, 255, 0.1); color: #FF00FF; }
.stack-frontend:hover { border-color: rgba(255, 0, 255, 0.4); box-shadow: 0 20px 50px rgba(255, 0, 255, 0.1); }

.stack-cloud .category-label { background: rgba(255, 165, 0, 0.1); color: #FFA500; }
.stack-cloud:hover { border-color: rgba(255, 165, 0, 0.4); box-shadow: 0 20px 50px rgba(255, 165, 0, 0.1); }

.stack-block .glow-effect {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}
.stack-core .glow-effect { background: #00F5FF; }
.stack-ai .glow-effect { background: #BFF747; }
.stack-frontend .glow-effect { background: #FF00FF; }
.stack-cloud .glow-effect { background: #FFA500; }

/* --- Updated Tech Stack Section --- */
.tech-stack-section {
  position: relative;
  z-index: 1;
  background-color: #050505;
}

.tech-block {
  margin-bottom: 30px;
  perspective: 1000px;
}

.tech-block .inner-block {
  background: rgba(15, 15, 15, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.tech-block .inner-block .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tech-block .inner-block .icon-box i,
.tech-block .inner-block .icon-box img,
.tech-block .inner-block .icon-box svg {
  font-size: 40px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-block .inner-block .h5.title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

.tech-block .inner-block .category {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--theme-color1);
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}

/* Hover Effects */
.tech-block .inner-block:hover {
  transform: translateY(-15px) rotateX(10deg);
  border-color: var(--theme-color1);
  background: rgba(20, 20, 20, 0.9);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(191, 247, 71, 0.1);
}

.tech-block .inner-block:hover .icon-box {
  background: linear-gradient(135deg, var(--theme-color1), #00C853);
  transform: rotateY(180deg);
  box-shadow: 0 0 30px rgba(191, 247, 71, 0.4);
  border-color: transparent;
}

.tech-block .inner-block:hover .icon-box i,
.tech-block .inner-block:hover .icon-box img,
.tech-block .inner-block:hover .icon-box svg {
  transform: rotateY(-180deg) scale(1.2);
  color: #000;
}

.tech-block .inner-block:hover .h5.title {
  color: var(--theme-color1);
  transform: scale(1.1);
}

.tech-block .inner-block .glow-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(191, 247, 71, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.tech-block .inner-block:hover .glow-layer {
  opacity: 1;
}

/* Glow Move Animation */
/*@keyframes glowMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
*/
/* ===== CTA Robot Image - transparent blend on dark background ===== */
.cta-section .image img {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 0 30px rgba(191, 247, 71, 0.35)) drop-shadow(0 0 60px rgba(0, 210, 255, 0.2));
}

/* ===== Project Detail Pages ===== */

/* Highlight Grid */
.proj-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 575px) {
  .proj-highlight-grid { grid-template-columns: repeat(2, 1fr); }
}
.proj-highlight-item {
  background: #11161d;
  border: 1px solid rgba(191, 247, 71, 0.15);
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.proj-highlight-item:hover {
  border-color: rgba(191, 247, 71, 0.5);
  transform: translateY(-3px);
}
.proj-highlight-item .icon {
  font-size: 26px;
  color: #bff747;
  margin-bottom: 10px;
}
.proj-highlight-item .label {
  font-size: 13px;
  font-weight: 600;
  color: #d0d6de;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Feature List */
.proj-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.proj-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9ba3ac;
  font-size: 15px;
  line-height: 1.6;
}
.proj-feature-list li:last-child { border-bottom: none; }
.proj-feature-list li i {
  color: #bff747;
  margin-top: 4px;
  flex-shrink: 0;
}
.proj-feature-list li strong { color: #e5e5e5; }

/* Tech Stack Grid */
.tech-stack-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tech-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(191, 247, 71, 0.07);
  border: 1px solid rgba(191, 247, 71, 0.2);
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #bff747;
  transition: background 0.3s ease;
}
.tech-tag:hover { background: rgba(191, 247, 71, 0.15); }

/* Info Box */
.proj-info-box {
  background: #11161d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px 26px;
}
.proj-info-box .h4 { color: #fff; }
.proj-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.proj-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14px;
  color: #9ba3ac;
}
.proj-info-list li:last-child { border-bottom: none; }
.proj-info-list li span:first-child { color: #bff747; font-weight: 600; }
.proj-info-list li a { color: #bff747; }
.proj-info-list li a:hover { text-decoration: underline; }

/* Badge */
.badge-live {
  display: inline-block;
  background: rgba(191, 247, 71, 0.15);
  color: #bff747;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(191, 247, 71, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Play Store Badge */
.proj-store-btn {
  text-align: center;
}
.play-store-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #11161d;
  border: 1px solid rgba(191, 247, 71, 0.2);
  border-radius: 16px;
  padding: 16px 24px;
  color: #e5e5e5;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.play-store-badge:hover {
  border-color: rgba(191, 247, 71, 0.6);
  transform: translateY(-2px);
  color: #bff747;
}
.play-store-badge strong { color: #bff747; }

/* Service details image in project pages */
.project-detail-content .service-details-image {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
}
.project-detail-content .service-details-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.project-detail-content .service-details-image:hover img {
  transform: scale(1.03);
}

/* Project detail content links */
.project-detail-content a:not(.btn-style-one) {
  color: #bff747;
}
.project-detail-content a:not(.btn-style-one):hover {
  color: #d2ff6a;
  text-decoration: underline;
}

