@charset "UTF-8";
/*===========
   Theme Name: AliThemes - Bootstrap Dev Starter
   Author : alithemes
   Support: https://alithemes.ticksy.com
   Version: 1.0
=======
Table of contents
    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer
==============*/
:root {
  --tc-body-font-family: "Urbanist", sans-serif;
  --tc-heading-font-family: "Urbanist", sans-serif;
  --tc-display-font-family: "Urbanist", sans-serif;
  --tc-body-font-size: 16px;
  --tc-fs-1: 2.5rem; /* 40px */
  --tc-fs-2: 2.0625rem; /* 33px */
  --tc-fs-3: 1.95rem; /* 28px */
  --tc-fs-4: 1.4375rem; /* 23px */
  --tc-fs-5: 1.1875rem; /* 19px */
  --tc-fs-6: 1rem; /* 16px */
  --tc-fs-7: 0.875rem; /* 14px */
  --tc-fs-8: 0.75rem; /* 12px */
  --tc-ds-1: 5rem; /* 80px */
  --tc-ds-2: 4.5rem; /* 72px */
  --tc-ds-3: 4rem; /* 64px */
  --tc-body-line-height: 1.5;
  --tc-heading-line-height: 1.2;
  --tc-theme-primary-1: #62a92b;
  --tc-theme-primary-2: #62a92b;
  --tc-theme-primary-3: #be6895;
  --tc-theme-secondary-1: #21212d;
  --tc-theme-secondary-3: #b2a4ab;
  --tc-theme-dark-primary-1: #a8ff53;
  --tc-theme-dark-primary-2: #a8ff53;
  --tc-theme-dark-primary-3: #fcc6e2;
  --tc-theme-dark-secondary-1: #21212d;
  --tc-theme-dark-secondary-2: #f778ba;
  --tc-theme-dark-secondary-3: #40363b;
  --tc-neutral-0: #1f1f24;
  --tc-neutral-100: #272730;
  --tc-neutral-200: #565662;
  --tc-neutral-300: #5e5e65;
  --tc-neutral-400: #6d6d72;
  --tc-neutral-500: #858587;
  --tc-neutral-600: #969698;
  --tc-neutral-700: #b2b2ba;
  --tc-neutral-800: #c5c5ca;
  --tc-neutral-900: #edeaf8;
  --tc-neutral-1000: #ffffff;
  --tc-neutral-dark-0: #ffffff;
  --tc-neutral-dark-100: #e9e9ea;
  --tc-neutral-dark-200: #bcbcbe;
  --tc-neutral-dark-300: #8f8f92;
  --tc-neutral-dark-400: #79797c;
  --tc-neutral-dark-500: #636366;
  --tc-neutral-dark-600: #3b3b41;
  --tc-neutral-dark-700: #2a2a31;
  --tc-neutral-dark-800: #24242d;
  --tc-neutral-dark-900: #272730;
  --tc-neutral-dark-1000: #1f1f24;
  --tc-system-success: #64e1b0;
  --tc-system-info: #5577a7;
  --tc-system-warning: #ffd45d;
  --tc-system-danger: #ec4040;
  --tc-system-muted: #9ca3af;
  --tc-system-dark-success: #10b983;
  --tc-system-dark-info: #0f172e;
  --tc-system-dark-warning: #fcd34e;
  --tc-system-dark-danger: #fca5a7;
  --tc-system-dark-muted: #9ca3af;
  --tc-bg-1: #edeaf8;
  --tc-bg-2: #6e4ef2;
  --tc-bg-3: #ffffff;
  --tc-bg-4: #fbf8f9;
  --tc-bg-5: #e8e8e8;
  --tc-bg-6: #ffffff;
  --tc-bg-dark-1: #24242d;
  --tc-bg-dark-2: #272730;
  --tc-bg-dark-3: #272730;
  --tc-bg-dark-4: #1f1f24;
  --tc-bg-dark-5: #1f1f24;
  --tc-bg-dark-6: #161313;
  --tc-border-1: #c0dcbc;
  --tc-border-dark-1: #3b413d;
  --tc-linear-1: linear-gradient(90deg, #6d4df2 0%, #8c71ff 100%);
  --tc-linear-2: linear-gradient(-180deg, #6e4ef2 0%, transparent 100%);
  --tc-linear-3: linear-gradient(-180deg, #dfdfea 0%, rgba(223, 223, 234, 0.31) 31%, rgba(223, 223, 234, 0) 100%);
  --tc-linear-4: linear-gradient(-90deg, #33a381 0%, #129840 100%);
  --tc-linear-5: linear-gradient(-90deg, rgba(31, 31, 36, 0.45) 0%, rgb(31, 31, 36) 100%);
  --tc-linear-dark-1: linear-gradient(90deg, #6d4df2 0%, #8c71ff 100%);
  --tc-linear-dark-2: linear-gradient(-180deg, #6e4ef2 0%, transparent 100%);
  --tc-linear-dark-3: linear-gradient(-180deg, #5e5e63 0%, transparent 100%);
  --tc-linear-dark-4: linear-gradient(-90deg, #659932 0%, #a8ff53 100%);
  --tc-linear-dark-5: linear-gradient(-90deg, rgba(255, 255, 255, 0.32) 0%, rgb(255, 255, 255) 100%);
  --tc-shadow-1: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  --tc-shadow-2: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  --tc-fw-black: 900;
  --tc-fw-extra-bold: 800;
  --tc-fw-bold: 700;
  --tc-fw-semi-bold: 600;
  --tc-fw-medium: 500;
  --tc-fw-regular: 400;
  --tc-fw-light: 300;
  --tc-theme-primary-1-rgb: 110, 78, 242; /* Sesuaikan dengan warna RGB dari --tc-theme-primary-1 */
  --tc-theme-primary-2-rgb: 98, 169, 43; /* Sesuaikan dengan warna RGB dari --tc-theme-primary-2 */
  --tc-theme-dark-primary-1-rgb: 168, 255, 83; /* Sesuaikan dengan warna RGB dari --tc-theme-dark-primary-1 */
  --tc-theme-dark-primary-2-rgb: 168, 255, 83; /* Sesuaikan dengan warna RGB dari --tc-theme-dark-primary-2 */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*=============================
    Keyframe Animation
===============================*/
.zoom-img {
  transform: translateZ(0);
  overflow: hidden;
}
.zoom-img img {
  display: block;
  transition: transform 0.35s ease-in-out;
}
.zoom-img:hover img {
  transform: scale(1.05);
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.box-linear-animation {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(var(--tc-bg-3), var(--tc-bg-3)) padding-box, linear-gradient(var(--angle), var(--tc-bg-3) 90%, var(--tc-theme-primary-2) 100%) border-box;
  animation: 8s rotate linear infinite;
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
@keyframes flicker {
  0% {
    color: transparent;
  }
  50% {
    color: var(--tc-neutral-0);
  }
  100% {
    color: transparent;
  }
}
.flicker {
  animation: flicker 800ms infinite;
}
@keyframes flickering {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.9);
  }
}
/* polygon */

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}

@keyframes ribbonRotate {
  0%,
  100% {
    transform: rotate(0);
  }
  25%,
  75% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(30deg);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes animation__shape {
  0% {
    stroke-dashoffset: 12;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-two {
  0% {
    stroke-dashoffset: 18;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-three {
  0% {
    stroke-dashoffset: 24;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-four {
  0% {
    stroke-dashoffset: 14;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-five {
  0% {
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*img-animation**********************/

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .img-custom-anim-top {
    animation: none;
    opacity: 1;
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Scroll to top*/
.btn-scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0.1rem rgba(227, 229, 233, 0.25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
  background-color: var(--tc-theme-primary-1);
}
.btn-scroll-top:after {
  position: absolute;
  font-family: "remixicon";
  content: "\ea76";
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
  color: var(--tc-neutral-1000);
  left: 0;
  top: 0;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}
.btn-scroll-top.active-progress {
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 320px) {
  .btn-scroll-top.active-progress {
    opacity: 1;
  }
}
.btn-scroll-top svg path {
  fill: none;
}
.btn-scroll-top svg.progress-square path {
  stroke: var(--tc-neutral-0);
  stroke-width: 1;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.btn-scroll-top.style-btn-2 {
  background-color: var(--tc-bg-3);
}
.btn-scroll-top.style-btn-2:after {
  color: var(--tc-theme-primary-2);
}
.btn-scroll-top.style-btn-2 svg.progress-square path {
  stroke: var(--tc-theme-primary-2);
}

.btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 17px;
  --bs-btn-font-family: "Urbanist", sans-serif;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 14px;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 15px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background: var(--bs-btn-bg);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-gradient {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--tc-linear-1);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--tc-linear-1);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--tc-linear-1);
  --bs-btn-active-border-color: var(--tc-linear-1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-theme-primary-1);
  --bs-btn-disabled-border-color: var(--tc-theme-primary-1);
}

.btn-primary {
  --bs-btn-color: var(--tc-neutral-1000);
  --bs-btn-bg: var(--tc-theme-primary-1);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-neutral-1000);
  --bs-btn-hover-bg: var(--tc-theme-primary-1);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-theme-primary-1);
  --bs-btn-active-border-color: var(--tc-theme-primary-1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-theme-primary-1);
  --bs-btn-disabled-border-color: var(--tc-theme-primary-1);
}

.btn-primary-2 {
  --bs-btn-color: var(--tc-neutral-1000);
  --bs-btn-bg: var(--tc-theme-primary-2);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-neutral-1000);
  --bs-btn-hover-bg: var(--tc-theme-primary-2);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-theme-primary-2);
  --bs-btn-active-border-color: var(--tc-theme-primary-2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-theme-primary-2);
  --bs-btn-disabled-border-color: var(--tc-theme-primary-2);
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.icon_80 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-200);
  line-height: var(--tc-body-line-height);
}
body.home-page-2 {
  background: var(--tc-bg-5);
  font-family: "DM Mono", monospace;
}
body.home-page-2 a:hover {
  color: var(--tc-theme-primary-2);
  text-decoration: none;
}

.fs-4 {
  font-size: var(--tc-fs-4) !important;
}

.fs-5 {
  font-size: var(--tc-fs-5) !important;
}

.fs-6 {
  font-size: var(--tc-fs-6) !important;
}

.fs-7 {
  font-size: var(--tc-fs-7) !important;
}

.fs-26 {
  font-size: 1.625rem; /* 26px */
}

.fs-18 {
  font-size: 1.125rem; /* 18px */
}

.fs-50 {
  font-size: 2.5rem !important; /* 50px */
}

.fs-280 {
  font-size: 17.5rem !important; /* 280px */
}

/* Media query untuk layar yang lebih kecil */
@media (max-width: 768px) {
  .fs-50 {
    font-size: 2rem !important;
  }

  .fs-280 {
    font-size: 8rem !important;
  }
}

/* Menggunakan vw untuk ukuran font yang sangat besar pada layar lebar */
@media (min-width: 1200px) {
  .fs-280 {
    font-size: 14.5vw !important;
  }
}

.ds-1 {
  font-size: var(--tc-ds-1) !important;
}

.ds-3 {
  font-size: var(--tc-ds-3) !important;
}

.h1 {
  font-size: 3.75rem !important; /* 60px */
  font-weight: bold;
}

.h2 {
  font-size: 3rem; /* 48px */
  font-weight: bold;
}

.h3 {
  font-size: 2.375rem; /* 38px */
  font-weight: bold;
}

.h4 {
  font-size: 1.9375rem; /* 31px */
  font-weight: bold;
}

.h5 {
  font-size: 1.5625rem; /* 25px */
  font-weight: bold;
}

.h6 {
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
}

/* Media query untuk layar yang lebih kecil */
@media (max-width: 768px) {
  .h1 {
    font-size: 2.5rem !important; /* 40px */
  }

  .h2 {
    font-size: 2.25rem; /* 36px */
  }

  .h3 {
    font-size: 2rem; /* 32px */
  }

  .h4 {
    font-size: 1.75rem; /* 28px */
  }

  .h5 {
    font-size: 1.5rem; /* 24px */
  }

  .h6 {
    font-size: 1.25rem; /* 20px, tidak berubah */
  }
}

.fw-regular {
  font-weight: var(--tc-fw-regular);
}

.fw-medium {
  font-weight: var(--tc-fw-medium);
}

.fw-bold {
  font-weight: var(--tc-fw-bold);
}

i {
  font-size: 1.5rem; /* 24px */
  line-height: 1.5rem; /* 24px */
}

img,
.img {
  max-width: 100%;
  transition: 0.3s;
}

a,
button {
  color: var(--tc-neutral-0);
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: var(--tc-theme-primary-1);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.form-control {
  background: var(--tc-neutral-1000) !important;
  min-height: 58px !important;
  color: var(--tc-neutral-0) !important;
}
.form-control::-moz-placeholder {
  color: var(--tc-neutral-400) !important;
}
.form-control::placeholder {
  color: var(--tc-neutral-400) !important;
}
.form-control:focus {
  border-color: var(--tc-neutral-800) !important;
  box-shadow: none;
}

body.home-page-2 h1,
body.home-page-2 h2,
body.home-page-2 h3,
body.home-page-2 h4,
body.home-page-2 h5,
body.home-page-2 h6 {
  font-family: "DM Mono", monospace;
  font-weight: var(--tc-fw-medium);
}
body.home-page-2 p {
  font-family: "DM Mono", monospace;
  font-weight: var(--tc-fw-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-heading-font-family);
  color: var(--tc-neutral-0);
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: var(--tc-fw-bold);
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  line-height: var(--tc-body-line-height);
  font-weight: var(--tc-fw-medium);
  color: var(--tc-neutral-200);
  margin-bottom: 15px;
}

label {
  color: #000000;
  cursor: pointer;
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-medium);
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: white;
}

*::-moz-placeholder {
  color: white;
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: white;
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.clear {
  clear: both;
}

:root {
  --bs-primary-rgb: 110, 78, 242;
  --bs-dark-rgb: 31, 31, 36;
}

.text-200 {
  color: var(--tc-neutral-200) !important;
}

.text-300 {
  color: var(--tc-neutral-300) !important;
}

.text-400 {
  color: var(--tc-neutral-400) !important;
}

.text-900 {
  color: var(--tc-neutral-900) !important;
}

.text-white {
  color: var(--tc-neutral-1000) !important;
}

.text-white-keep {
  color: #ffffff !important;
}

.text-dark {
  color: var(--tc-neutral-0) !important;
}

.text-primary-2 {
  color: var(--tc-theme-primary-2) !important;
}

.text-secondary-2 {
  color: var(--tc-theme-secondary-2) !important;
}

.text-linear-4 {
  background: var(--tc-linear-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
}

.text-linear-new {
  background: var(--tc-linear-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-white {
  background-color: var(--tc-neutral-1000) !important;
}

.bg-secondary-1 {
  background-color: var(--tc-theme-secondary-1) !important;
}

.bg-3 {
  background-color: var(--tc-bg-3) !important;
}

.bg-6 {
  background-color: var(--tc-bg-6) !important;
}

.bg-600 {
  background-color: var(--tc-neutral-600) !important;
}

.bg-900 {
  background-color: var(--tc-neutral-900) !important;
}

.bg-primary-dark {
  background-color: var(--tc-theme-primary-dark) !important;
}

.bg-linear-1 {
  background-image: var(--tc-linear-1) !important;
}

.border-linear-2 {
  background: linear-gradient(var(--tc-neutral-1000), var(--tc-neutral-1000)) padding-box, linear-gradient(to bottom, #6e4ef2, transparent) border-box;
  border: 1px solid transparent;
}

.border-linear-3 {
  background: linear-gradient(var(--tc-neutral-1000), var(--tc-neutral-1000)) padding-box, var(--tc-linear-3) border-box;
  border: 1px solid transparent;
}

.border-1 {
  --bs-border-color: var(--tc-border-1) !important;
}

.border-600 {
  --bs-border-color: var(--tc-neutral-600) !important;
}

@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 100% 50%;
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  max-width: 380px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--tc-neutral-1000);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1006;
}
.mobile-header-wrapper-style.sidebar-visible,
.mobile-header-wrapper-style.sidebar-canvas-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .burger-icon {
  top: 25px;
  right: 30px;
  position: absolute;
  height: 34px;
  width: 34px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo {
  padding: 20px 24px;
  border-bottom: 1px solid var(--tc-neutral-200);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo .burger-icon {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--tc-neutral-900);
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px 13px 10px;
  background-color: var(--tc-neutral-0);
  align-items: center;
  align-self: center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .box-author-profile {
  margin-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 0px 30px 0px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 0px 0;
  margin-bottom: 20px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 46px;
  top: 0px;
  color: var(--tc-neutral-900);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  height: 24px;
  width: 24px;
  display: inline-block;
  opacity: 1;
  background: url(../imgs/template/icons/arrow-right-big.svg) no-repeat center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i {
  background: url(../imgs/template/icons/arrow-down-big.svg) no-repeat center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--tc-neutral-0);
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 0px 0;
  margin-bottom: 12px;
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  color: var(--tc-neutral-500);
  padding-left: 0px;
  position: relative;
  transition-duration: 0.2s;
  padding-left: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: var(--tc-theme-primary-1);
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--tc-neutral-200);
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--tc-neutral-900);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: var(--tc-theme-primary-1);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: var(--tc-theme-primary-1);
  margin-right: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: var(--tc-theme-primary-1);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: var(--tc-neutral-900);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 14px;
  color: var(--tc-neutral-800);
}

.burger-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  background-color: var(--tc-neutral-900);
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 1px;
}
.burger-icon > span.burger-icon-top {
  top: 13px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 12px;
}
.burger-icon > span.burger-icon-mid {
  top: 19px;
}
.burger-icon img {
  display: inline-block;
  vertical-align: middle;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 18px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 19px;
  transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--tc-neutral-0);
}

@media (max-width: 992px) {
  .burger-icon {
    display: block;
    top: 20px;
    right: 18px;
  }
  .header-4 .burger-icon {
    display: block;
    top: 16px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .burger-icon {
    display: block;
    top: 21px;
    right: 24px;
  }
}
.offCanvas__info {
  background: var(--tc-neutral-1000) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 1500;
  overflow-y: scroll;
  transform: translateX(-100%);
}
.offCanvas__info.active {
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
  display: none;
}
.offCanvas__info.style-2 .offCanvas__side-info {
  border-top: 1px solid var(--tc-theme-primary-2);
}
.offCanvas__info.style-2 .offCanvas__close-icon button {
  color: var(--tc-theme-primary-2);
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tc-theme-primary-1);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.offCanvas__logo img {
  max-height: 34px;
}
.offCanvas__side-info {
  border-top: 1px solid var(--tc-theme-primary-1);
  padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
  color: var(--tc-neutral-0);
  font-weight: 700;
  font-size: 18px;
}
.offCanvas__side-info .contact-list p {
  color: var(--tc-neutral-200);
  margin: 0;
  margin-bottom: 2px;
  hyphens: auto;
}
.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.offCanvas__social-icon a:hover {
  color: var(--tc-theme-secondary);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
  transition-duration: 0.3s;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.navbar {
  padding: 0.5rem;
  background-color: var(--tc-theme-primary-1);
}
@media (max-width: 990px) {
  .navbar {
    padding: 0.75rem 0.5rem;
  }
}
.navbar .navbar-menu {
  background: rgba(255, 255, 255, 0.05);
}
.navbar .navbar-menu i {
  color: #ffffff;
}
.navbar .dark-light-switcher {
  background: rgba(255, 255, 255, 0.05);
}
.navbar .navbar-brand {
  color: #ffffff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .navbar-social a {
  color: #ffffff;
}
.navbar .navbar-toggler {
  border: 2px solid var(--tc-neutral-900);
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  color: var(--tc-neutral-900);
}
.navbar .navbar-toggler:focus {
  outline: 0rem;
  box-shadow: none;
}
.navbar .dropdown-menu {
  top: 100%;
  color: var(--tc-neutral-800);
  border: none;
  min-width: 12rem;
  box-shadow: var(--tc-shadow-1);
  border-radius: 0.5rem;
  margin-top: 0rem;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu {
    box-shadow: none;
    min-width: 0 !important;
    background-color: transparent;
  }
}
.navbar .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1rem;
}
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  top: -18px;
  right: auto;
  left: 100%;
  box-shadow: var(--tc-shadow-1);
  min-width: 12rem;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    box-shadow: none;
  }
}
.navbar .dropdown-fullwidth {
  position: static;
}
.navbar .dropdown-fullwidth .dropdown-menu {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
  right: 0 !important;
  top: 100%;
  transform: none !important;
}
@media (min-width: 990px) {
  .navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 0;
    transform: translate(0%, 30px);
  }
}
.navbar .navbar-nav .dropend > .dropdown-menu {
  transform: translateY(10px);
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--tc-neutral-0);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0rem !important;
    border-bottom: 1px solid var(--tc-neutral-200);
    border-radius: 0rem;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-neutral-900);
    background-color: transparent !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--tc-theme-primary-1);
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--tc-theme-primary-1);
}
.navbar.navbar-home-2 {
  position: absolute !important;
  top: 22px !important;
  left: 0px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #4a5349;
  background: #333a32;
}
.navbar.navbar-home-2 .navbar-brand span {
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.32) 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
@media (max-width: 992px) {
  .navbar.navbar-home-2 .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0rem !important;
    border-bottom: 1px solid var(--tc-neutral-200);
    border-radius: 0rem;
  }
  .navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-neutral-900);
    background-color: transparent !important;
  }
}
.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}
.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar.navbar-home-2 .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
.navbar.navbar-home-2 .dark-light-switcher .ri-contrast-2-line {
  color: var(--tc-system-warning) !important;
}
.navbar.navbar-home-2 .navbar-social a:hover {
  color: var(--tc-theme-primary-2);
}
.navbar.navbar-home-3 {
  position: relative !important;
  background-color: transparent;
}
.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--tc-neutral-0);
  font-weight: 500;
  opacity: 0.5;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
@media (max-width: 992px) {
  .navbar.navbar-home-3 .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0rem !important;
    border-bottom: 1px solid var(--tc-neutral-200);
    border-radius: 0rem;
  }
  .navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-neutral-900);
    background-color: transparent !important;
  }
}
.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}
.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link:hover {
  color: var(--tc-neutral-0);
  opacity: 1;
}
.navbar.navbar-home-3 .navbar-nav .nav-item .nav-link.active {
  color: var(--tc-neutral-0);
  opacity: 1;
}
.navbar.navbar-home-3 .dark-light-switcher .ri-contrast-2-line {
  color: var(--tc-neutral-300) !important;
}
.navbar.navbar-home-3 .navbar-social a {
  color: var(--tc-neutral-0);
}
.navbar.navbar-home-3 .navbar-social a:hover {
  color: var(--tc-theme-primary-3);
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu.show {
    display: none;
  }
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }
}
.navbar-dark {
  transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-brand {
  filter: brightness(0) invert(1);
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--tc-neutral-300) !important;
}
@media (max-width: 990px) {
  .navbar-dark .navbar-nav .nav-link {
    color: var(--tc-neutral-00) !important;
  }
}
.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
  color: var(--tc-neutral-300);
}
@media (max-width: 990px) {
  .navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
    color: var(--tc-neutral-00) !important;
  }
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: white;
  opacity: 0.5;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: white;
  opacity: 1;
  background-color: transparent;
}

.navbar-transparent {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1009;
  left: 0;
  right: 0;
  box-shadow: none;
}
.navbar-transparent .navbar-toggler {
  border-color: var(--tc-neutral-0);
  color: var(--tc-neutral-0);
}

@media (max-width: 990px) {
  .navbar-transparent.navbar-clone .navbar-brand {
    filter: brightness(0) invert(1);
  }
  .navbar-transparent.navbar-clone .navbar-toggler {
    border-color: var(--tc-neutral-00);
    color: var(--tc-neutral-00);
  }
  .navbar-transparent.navbar-stick .navbar-brand {
    filter: brightness(1) invert(0);
  }
}
.navbar-clone {
  position: fixed !important;
  z-index: 1008;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
  box-shadow: none;
}

.navbar-stick {
  transform: translateY(0%);
}
.navbar-stick:not(.navbar-dark) {
  box-shadow: var(--tc-shadow-1);
}
.navbar-stick:not(.navbar-dark).navbar-brand {
  filter: brightness(0) invert(1);
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas {
  height: 100vh;
}

.z-999 {
  z-index: 999 !important;
}

.dark-light-switcher {
  cursor: pointer;
}

/*=============================
Preloader
===============================*/
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #1f1f24;
}
#preloader .loader-cover .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
#preloader .loader-cover .loader-container .loader-icon {
  width: 30px;
  aspect-ratio: 1.154;
  position: relative;
  background: conic-gradient(from 120deg at 50% 64%, rgba(0, 0, 0, 0), #62a92b 1deg 120deg, rgba(0, 0, 0, 0) 121deg);
  animation: l27-0 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}
#preloader .loader-cover .loader-container .loader-icon:before,
#preloader .loader-cover .loader-container .loader-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transform-origin: 50% 66%;
  animation: l27-1 1.5s infinite;
}
#preloader .loader-cover .loader-container .loader-icon:after {
  --s: -1;
}
#preloader .loader-cover .loader-container .loader-icon-2 {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  animation: l9 5s infinite cubic-bezier(0.3, 1, 0, 1);
}
#preloader .loader-cover .loader-container .loader-icon-2:before {
  content: "Loading...";
}

@keyframes l27-0 {
  0%,
  30% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(120deg);
  }
  70.01%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes l27-1 {
  0% {
    transform: rotate(calc(var(--s, 1) * 120deg)) translate(0);
  }
  30%,
  70% {
    transform: rotate(calc(var(--s, 1) * 120deg)) translate(calc(var(--s, 1) * -2px), 5px);
  }
  100% {
    transform: rotate(calc(var(--s, 1) * 120deg)) translate(0);
  }
}
@keyframes l9 {
  0% {
    text-shadow: 0 0 #fcd34e, 11ch 0 #62a92b, 22ch 0 #f778ba, 33ch 0 #00a0b0, 44ch 0 #fcd34e;
  }
  25% {
    text-shadow: -11ch 0 #fcd34e, 0ch 0 #62a92b, 11ch 0 #f778ba, 22ch 0 #00a0b0, 33ch 0 #fcd34e;
  }
  50% {
    text-shadow: -22ch 0 #fcd34e, -11ch 0 #62a92b, 0ch 0 #f778ba, 11ch 0 #00a0b0, 22ch 0 #fcd34e;
  }
  75% {
    text-shadow: -33ch 0 #fcd34e, -22ch 0 #62a92b, -11ch 0 #f778ba, 0ch 0 #00a0b0, 11ch 0 #fcd34e;
  }
  100% {
    text-shadow: -44ch 0 #fcd34e, -33ch 0 #62a92b, -22ch 0 #f778ba, -11ch 0 #00a0b0, 0ch 0 #fcd34e;
  }
}
@keyframes l4 {
  0%,
  70%,
  100% {
    background-position: 0% 100%, 33.3333333333% 100%, 66.6666666667% 100%, 100% 100%;
  }
  17.5% {
    background-position: 0% 0, 33.3333333333% 100%, 66.6666666667% 100%, 100% 100%;
  }
  35% {
    background-position: 0% 0, 33.3333333333% 0, 66.6666666667% 100%, 100% 100%;
  }
  52.5% {
    background-position: 0% 0, 33.3333333333% 0, 66.6666666667% 0, 100% 100%;
  }
  69.99% {
    background-position: 0% 0, 33.3333333333% 0, 66.6666666667% 0, 100% 0;
  }
}
.section-padding {
  padding: 150px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.w-40 {
  width: 40%;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}
.pt-100 {
  padding-top: 0.3rem;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 24px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--tc-neutral-1000);
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 24px;
  border-radius: 30px;
  right: 0 !important;
  left: 0 !important;
  background-color: var(--tc-border-1);
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: var(--tc-neutral-0);
}
.swiper-button-next:hover,
.swiper-button-next :active,
.swiper-button-prev:hover,
.swiper-button-prev :active {
  background-color: var(--tc-border-1) !important;
  --swiper-navigation-color: var(--tc-system-black-1);
}
.swiper-button-next:hover svg path,
.swiper-button-next :active svg path,
.swiper-button-prev:hover svg path,
.swiper-button-prev :active svg path {
  fill: var(--tc-theme-primary-2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.3;
  background: var(--tc-theme-primary-1);
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  color: #fff;
  background: var(--tc-theme-primary-1);
}

.pagination_item {
  color: #ffffff;
}
.pagination_item:hover {
  color: var(--tc-theme-primary-1) !important;
  transition: 0.3s ease-in-out;
}
.pagination_item:focus {
  box-shadow: none;
  background-color: var(--tc-theme-primary-1) !important;
  border-color: var(--tc-theme-primary-1);
  color: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}

.hover-up {
  transition: all 0.3s ease-in-out;
}
.hover-up:hover {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

/* 2 columns */

textarea.form-control {
  min-height: 204px !important;
}

.section-blog-list .blog-card {
  padding: 14px 14px 44px 14px;
  border: 2px solid transparent;
  background: linear-gradient(var(--tc-neutral-1000), var(--tc-neutral-1000)) padding-box, var(--tc-linear-3) border-box;
}
.section-blog-list .blog-card .blog-card__image .blog-card__link {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.section-blog-list .blog-card .blog-card__content .blog-card__title {
  transition: all 0.2s ease-in-out;
}
.section-blog-list .blog-card .blog-card__content:hover .blog-card__title {
  color: var(--tc-theme-primary-1);
}
.section-blog-list .blog-card:hover {
  background: linear-gradient(var(--tc-neutral-1000), var(--tc-neutral-1000)) padding-box, var(--tc-linear-2) border-box;
}
.section-blog-list .blog-card:hover .blog-card__image .blog-card__link {
  opacity: 1;
}

.stroke {
  background: var(--tc-linear-dark-3);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  text-wrap: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  paint-order: stroke fill;
}

.section-pricing-1 .card-pricing-1 {
  background: linear-gradient(var(--tc-bg-1), var(--tc-bg-1)) padding-box, var(--tc-linear-3) border-box;
  border: 1px solid transparent;
}
.section-pricing-1 .accordion .card {
  background: linear-gradient(var(--tc-bg-1), var(--tc-bg-1)) padding-box, var(--tc-linear-3) border-box;
  border: 1px solid transparent;
}
.section-pricing-1 .accordion .card .card-header {
  background-color: transparent;
}
.section-pricing-1 .accordion .card .card-header a .arrow {
  transform: rotate(-45deg);
  transition: all 0.08s linear;
}
.section-pricing-1 .accordion .card .card-header a .arrow i {
  color: var(--tc-theme-primary-1);
}
.section-pricing-1 .accordion .card .card-header a.collapsed .arrow {
  transform: rotate(0deg);
}

.section-service-list .card-scroll .cards {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}
.section-service-list .card-scroll .cards .card-custom {
  position: sticky;
  top: 0;
}
.section-service-list .card-scroll .cards .card-custom .card__inner {
  will-change: transform;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
  transform-origin: center top;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title h3 {
  transition: all 0.2s ease-in-out;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover .card-icon {
  color: var(--tc-neutral-1000) !important;
  border: none !important;
  transform: rotate(45deg);
  background: var(--tc-linear-1);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover h3 {
  color: var(--tc-theme-primary-1);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container {
  display: flex;
  width: 100%;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
  width: 100%;
  height: 400px;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--tc-neutral-600);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.section-work .card-scroll .cards {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}
.section-work .card-scroll .cards .card-custom {
  position: sticky;
  top: 0;
}
.section-work .card-scroll .cards .card-custom .card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
  transform-origin: center top;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
  display: flex;
  border-radius: 11px;
  flex-shrink: 0;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content {
  padding: 40px 0px 40px 40px;
  display: flex;
  flex-direction: column;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
  transition: all 0.2s ease-in-out;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
  color: var(--tc-theme-primary-1);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
  color: var(--tc-neutral-1000) !important;
  border: none !important;
  transform: rotate(45deg);
  background: var(--tc-linear-1);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--tc-neutral-600);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}

@media (max-width: 991.98px) {
  .fs-280 {
    font-size: 110px !important;
  }
  .section-work .card-scroll .cards {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 40px 0;
  }
  .section-work .card-scroll .cards .card-custom {
    position: sticky;
    top: 0;
  }
  .section-work .card-scroll .cards .card-custom .card__inner {
    will-change: transform;
    background: white;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
    transform-origin: center top;
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
    display: flex;
    border-radius: 11px;
    height: 300px;
    flex-shrink: 0;
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
    transition: all 0.2s ease-in-out;
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
    color: var(--tc-theme-primary-1);
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
    color: var(--tc-neutral-1000) !important;
    border: none !important;
    transform: rotate(45deg);
    background: var(--tc-linear-1);
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--tc-neutral-600);
  }
  .section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
    line-height: 1.4;
    font-size: 24px;
    color: #16263a;
  }
}

.section-work .card-scroll .cards {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}
.section-work .card-scroll .cards .card-custom {
  position: sticky;
  top: 0;
}
.section-work .card-scroll .cards .card-custom .card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
  transform-origin: center top;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__image-container {
  display: flex;
  border-radius: 11px;
  height: 200px;
  flex-shrink: 0;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content {
  display: flex;
  flex-direction: column;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title h3 {
  transition: all 0.2s ease-in-out;
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover h3 {
  color: var(--tc-theme-primary-1);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .card__title:hover .card-icon {
  color: var(--tc-neutral-1000) !important;
  border: none !important;
  transform: rotate(45deg);
  background: var(--tc-linear-1);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--tc-neutral-600);
}
.section-work .card-scroll .cards .card-custom .card__inner .card__content .content .card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}
.section-service-list .card-scroll .cards {
  width: 100%;

  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}
.section-service-list .card-scroll .cards .card-custom {
  position: sticky;
  top: 0;
}
.section-service-list .card-scroll .cards .card-custom .card__inner {
  will-change: transform;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
  transform-origin: center top;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title h3 {
  transition: all 0.2s ease-in-out;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover .card-icon {
  color: var(--tc-neutral-1000) !important;
  border: none !important;
  transform: rotate(45deg);
  background: var(--tc-linear-1);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__title:hover h3 {
  color: var(--tc-theme-primary-1);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container {
  display: flex;
  width: 100%;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__image-container .card__image {
  width: 100%;
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--tc-neutral-600);
}
.section-service-list .card-scroll .cards .card-custom .card__inner .card__content .content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*-----------------------------------------------------------------
 --------------- START THEME CUSTOMIZE ----------------------------
-----------------------------------------------------------------*/
::-moz-selection {
  background: var(--tc-theme-primary-1);
  opacity: 0.1;
  color: var(--tc-neutral-0);
}
::selection {
  background: var(--tc-theme-primary-1);
  opacity: 0.1;
  color: var(--tc-neutral-0);
}

::-moz-selection {
  background: var(--tc-theme-primary-1);
  opacity: 0.2;
}

strong {
  font-weight: bolder;
  color: var(--tc-theme-primary);
}

.m-0 {
  margin: 0 !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-8 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

.pe-10 {
  padding-right: 6rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-3 {
  padding-left: 1rem !important;
}
@media (min-width: 768px) {
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-250 {
    padding-bottom: 250px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  br {
    display: none !important;
  }
  .navbar .dark-light-switcher {
    background: none;
  }
  .section-hero-2 .line-left {
    top: 22px !important;
    height: 90%;
    left: 4px;
  }
  .section-service-2 .card-servies-2 {
    padding: 70px 35px 35px 35px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .section-service-2 .card-servies-2 {
    padding: 70px 30px 30px 30px !important;
  }
}
.section-footer .navigation a {
  color: var(--tc-neutral-0);
}
.section-footer .navigation a:hover {
  color: var(--tc-theme-primary-1);
}

.section-footer-2 .main-logo span {
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--tc-linear-5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-footer-2 .navigation a {
  color: var(--tc-neutral-0);
  opacity: 0.5;
}
.section-footer-2 .navigation a:hover {
  color: var(--tc-neutral-0);
  opacity: 1;
}
.section-hero-2 .carouselTicker__item {
  margin: 0 10px;
  float: left;
  text-align: center;
}
.section-hero-2 .brand-logo {
  transition: all 0.3s ease;
  background-color: #f8f8f8;
  border: 1px solid var(--tc-border-1);
}
.section-hero-2 .brand-logo:hover {
  transition: all 0.3s ease;
  background-color: #242424;
  border: none;
}

.bg-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 80%;
  width: 100%;
}

.line-left {
  top: 40px;
  height: 90%;
  left: 5px;
}

.fill-primary-2 {
  fill: var(--tc-theme-primary-2);
}

.section-service-2 .card-servies-2 {
  padding: 93px 42px 42px 42px;
  background-color: var(--tc-bg-3);
  border: 1px solid var(--tc-border-1);
}
.section-service-2 .card-servies-2 svg path {
  fill: var(--tc-neutral-0);
  transition: all 0.3s ease;
}
.section-service-2 .card-servies-2:hover svg path {
  fill: var(--tc-theme-primary-2);
  transition: all 0.3s ease;
}
.section-service-2 .decorate {
  bottom: -20px;
  right: -20px;
}
.section-service-2 .decorate .circle-1-1 {
  width: 160px;
  height: 160px;
  border: 0.4px solid var(--tc-border-1);
  border-radius: 50%;
}
.section-service-2 .decorate .circle-1-2 {
  width: 100px;
  height: 100px;
  border: 0.4px solid var(--tc-border-1);
  border-radius: 50%;
}
.section-service-2 .decorate .circle-1-3 {
  width: 75px;
  height: 75px;
  border: 0.4px solid var(--tc-border-1);
  border-radius: 50%;
}

/* skills slide */
.section-skills-cosmic {
  position: relative;
  overflow: hidden;
  padding: 0; 
  z-index: 1;
}

.cosmic-skills-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}

.cosmic-skills-title h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.cosmic-skills-title p {
  font-size: 1rem;
}

#cosmic-skills-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.cosmic-skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.cosmic-skill-item {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cosmic-skill-item img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cosmic-skill-item:hover {
  transform: rotate(360deg) scale(1.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.cosmic-skill-item:hover img {
  transform: rotate(-360deg) scale(0.8);
  opacity: 0.1;
}

.cosmic-skill-item::before {
  content: attr(data-skill);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  padding: 2px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cosmic-skill-item:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .cosmic-skill-item {
    width: 80px;
    height: 80px;
  }
}

/* end skills slide */
.section-service-2 .card-servies-2 {
  padding: 93px 42px 42px 42px;
  background-color: var(--tc-bg-3);
  border: 1px solid var(--tc-border-1);
}
.section-service-2 .card-servies-2 svg path {
  fill: var(--tc-neutral-0);
  transition: all 0.3s ease;
}
.section-service-2 .card-servies-2:hover svg path {
  fill: var(--tc-theme-primary-2);
  transition: all 0.3s ease;
}

.section-experience .technology:hover {
  background-color: var(--tc-border-1) !important;
}

.section-blog-2 .blog-card {
  padding: 14px 14px 44px 14px;
  border: 2px solid transparent;
  background: linear-gradient(var(--tc-bg-3), var(--tc-bg-3)) padding-box, var(--tc-linear-3) border-box;
}
.section-blog-2 .blog-card .blog-card__image .blog-card__link {
  background: var(--tc-theme-primary-2);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.section-blog-2 .blog-card .blog-card__image .blog-card__link i {
  color: #000;
}
.section-blog-2 .blog-card .blog-card__image .text-white-keep:hover {
  color: var(--tc-theme-primary-2) !important;
  border-color: var(--tc-theme-primary-2) !important;
}
.section-blog-2 .blog-card .blog-card__content .blog-card__title {
  transition: all 0.2s ease-in-out;
}
.section-blog-2 .blog-card .blog-card__content:hover .blog-card__title {
  color: var(--tc-theme-primary-2);
}
.section-blog-2 .blog-card:hover .blog-card__image .blog-card__link {
  opacity: 1;
}

[data-bs-theme="dark"] {
  --tc-theme-primary-1: var(--tc-theme-dark-primary-1);
  --tc-theme-primary-2: var(--tc-theme-dark-primary-2);
  --tc-theme-primary-3: var(--tc-theme-dark-primary-3);
  --tc-theme-secondary-1: var(--tc-theme-dark-secondary-1);
  --tc-theme-secondary-2: var(--tc-theme-dark-secondary-2);
  --tc-theme-secondary-3: var(--tc-theme-dark-secondary-3);
  --tc-neutral-0: var(--tc-neutral-dark-0);
  --tc-neutral-100: var(--tc-neutral-dark-100);
  --tc-neutral-200: var(--tc-neutral-dark-200);
  --tc-neutral-300: var(--tc-neutral-dark-300);
  --tc-neutral-400: var(--tc-neutral-dark-400);
  --tc-neutral-500: var(--tc-neutral-dark-500);
  --tc-neutral-600: var(--tc-neutral-dark-600);
  --tc-neutral-700: var(--tc-neutral-dark-700);
  --tc-neutral-800: var(--tc-neutral-dark-800);
  --tc-neutral-900: var(--tc-neutral-dark-900);
  --tc-neutral-1000: var(--tc-neutral-dark-1000);
  --tc-system-success: var(--tc-system-dark-success);
  --tc-system-info: var(--tc-system-dark-info);
  --tc-system-warning: var(--tc-system-dark-warning);
  --tc-system-danger: var(--tc-system-dark-danger);
  --tc-system-dark: var(--tc-system-dark-dark);
  --tc-system-muted: var(--tc-system-dark-muted);
  --tc-border-1: var(--tc-border-dark-1);
  --tc-border-2: var(--tc-border-dark-2);
  --tc-bg-1: var(--tc-bg-dark-1);
  --tc-bg-2: var(--tc-bg-dark-2);
  --tc-bg-3: var(--tc-bg-dark-3);
  --tc-bg-4: var(--tc-bg-dark-4);
  --tc-bg-5: var(--tc-bg-dark-5);
  --tc-bg-6: var(--tc-bg-dark-6);
  --tc-bg-7: var(--tc-bg-dark-7);
  --tc-linear-1: var(--tc-linear-dark-1);
  --tc-linear-2: var(--tc-linear-dark-2);
  --tc-linear-3: var(--tc-linear-dark-3);
  --tc-linear-4: var(--tc-linear-dark-4);
  --tc-linear-5: var(--tc-linear-dark-5);
  --tc-shadow-1: var(--tc-shadow-dark-1);
  --tc-shadow-2: var(--tc-shadow-dark-2);
}
[data-bs-theme="dark"] body {
  background: var(--tc-system-dark-white);
}
[data-bs-theme="dark"] body.home-page-2 {
  background: var(--tc-bg-5);
}
[data-bs-theme="dark"] .navbar {
  background-color: var(--tc-bg-2);
}
[data-bs-theme="dark"] .navbar .navbar-social a:hover {
  color: var(--tc-theme-primary-1);
}
[data-bs-theme="dark"] .navbar.navbar-home-2 {
  background-color: var(--tc-bg-3);
}
[data-bs-theme="dark"] .navbar.navbar-home-2 .navbar-social a:hover {
  color: var(--tc-theme-primary-2);
}
[data-bs-theme="dark"] .navbar.navbar-home-3 {
  background-color: transparent;
}
[data-bs-theme="dark"] .navbar.navbar-home-3 .navbar-social a:hover {
  color: var(--tc-theme-primary-3);
}
[data-bs-theme="dark"] .navbar.navbar-home-3 .dark-light-switcher {
  background: transparent;
}
[data-bs-theme="dark"] .brand-logo {
  background-color: var(--tc-neutral-800);
}
[data-bs-theme="dark"] .brand-logo:hover {
  background-color: #242424;
  border: 0px !important;
}
[data-bs-theme="dark"] .bg-overlay {
  background: linear-gradient(180deg, rgba(39, 39, 48, 0) 0%, #272730 100%);
}
[data-bs-theme="dark"] .filter-invert {
  filter: invert(100%);
}
.judul-depan {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .judul-depan {
    font-size: 1.65rem;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.icon-container {
  position: absolute;
  right: 10px;
  bottom: 10px;
  animation: float 3s ease-in-out infinite;
}

.icon-container {
  animation: float 3s ease-in-out infinite;
}
.btn-custom {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  background: linear-gradient(45deg, #3498db, #2ecc71);
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
}

.btn-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.btn-custom:hover .btn-icon {
  transform: scale(1.1);
}

.btn-text {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2ecc71, #3498db);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
}

.btn-custom:hover::before {
  opacity: 1;
}

.btn-custom:hover .btn-text {
  letter-spacing: 1px;
}

/* Modern Skill Bars */
.skill-item {
  transition: all 0.3s ease;
}

.skill-item:hover {
  transform: translateY(-5px);
}

.skill-info {
  font-size: 0.9rem;
  color: var(--tc-neutral-600);
}

.skill-percentage {
  font-weight: 500;
}

.skill-bar {
  height: 5px;
  background-color: var(--tc-neutral-200); /* Latar belakang yang jelas */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Bayangan dalam untuk efek kedalaman */
}

.skill-progress {
  height: 100%;
  width: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.skill-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.bg-html {
  animation: htmlAnimation 5s infinite alternate;
}

.bg-css {
  animation: cssAnimation 5s infinite alternate;
}

.bg-javascript {
  animation: javascriptAnimation 5s infinite alternate;
}

.bg-php {
  animation: phpAnimation 5s infinite alternate;
}

@keyframes htmlAnimation {
  0% {
    background-color: #e34f26;
  }
  100% {
    background-color: #f06529;
  }
}

@keyframes cssAnimation {
  0% {
    background-color: #1572b6;
  }
  100% {
    background-color: #33a9dc;
  }
}

@keyframes javascriptAnimation {
  0% {
    background-color: #f7df1e;
  }
  100% {
    background-color: #f9e64f;
  }
}

@keyframes phpAnimation {
  0% {
    background-color: #777bb4;
  }
  100% {
    background-color: #8892be;
  }
}

/* Dark mode adjustments */
[data-bs-theme="dark"] .skill-info {
  color: var(--tc-neutral-400);
}

[data-bs-theme="dark"] .skill-bar {
  background-color: var(--tc-neutral-700);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Tambahkan efek gelap untuk dark mode */
[data-bs-theme="dark"] .skill-info {
  color: var(--tc-neutral-400);
}

[data-bs-theme="dark"] .skill-bar {
  background-color: var(--tc-neutral-700);
}

/* services */
.service-card {
  background-color: var(--tc-bg-1); /* Changed from --tc-bg-3 to --tc-bg-2 for a lighter background */
  background-image: linear-gradient(var(--angle), var(--tc-bg-1) 90%, var(--tc-theme-pri)); /* Updated to match the new background color */
  
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.service-title {
  color: var(--tc-theme-primary-1);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.service-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--tc-neutral-300);
}

.service-card:hover,
.service-card:active {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 20px 30px rgba(var(--tc-theme-primary-2-rgb), 0.2);
}

.service-card:hover .service-icon,
.service-card:active .service-icon {
  color: #62a92b;
  transform: translateZ(20px);
}

.service-card:hover .service-title,
.service-card:active .service-title {
  transform: translateZ(15px);
}

.service-card:hover .service-description,
.service-card:active .service-description {
  transform: translateZ(10px);
}

.dark-theme .service-card {
  background-color: var(--tc-bg-dark-3);
}

.dark-theme .service-icon {
  color: var(--tc-theme-dark-primary-2);
}

.dark-theme .service-title {
  color: var(--tc-theme-dark-primary-1);
}

.dark-theme .service-description {
  color: var(--tc-neutral-dark-300);
}

.dark-theme .service-card:hover,
.dark-theme .service-card:active {
  box-shadow: 0 20px 30px rgba(var(--tc-theme-dark-primary-2-rgb), 0.2);
}

.dark-theme .service-card:hover .service-icon,
.dark-theme .service-card:active .service-icon {
  color: var(--tc-theme-dark-primary-1);
}
/* experience */
.experience-section {
  --card-bg: var(--tc-bg-3);
  --card-border: var(--tc-neutral-200);
  --text-primary: var(--tc-neutral-100);
  --text-secondary: var(--tc-neutral-300);
  --accent-color: var(--tc-theme-primary-2);
}

.dark-theme .experience-section {
  --card-bg: var(--tc-bg-dark-3);
  --card-border: var(--tc-neutral-dark-200);
  --text-primary: var(--tc-neutral-dark-100);
  --text-secondary: var(--tc-neutral-dark-300);
  --accent-color: var(--tc-theme-dark-primary-2);
}

.experience-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.experience-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.experience-date {
  font-size: 0.9rem;
}

.experience-list {
  list-style-type: none;
  padding-left: 0;
}

.experience-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.experience-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-color);
}
