﻿/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --Black: #000000;
  --White: #ffffff;
  --body-text: #666666;
  --Primary: #45e77b;
  --Secondary: #266f5d;
  --Text-light: #fff;
  --Text-primary: #121212;
  --Text-secondary: #616161;
  --Text-muted: #a6a7ae;
  --Bg-light: #f8f7f4;
  --Bg-dark: #111111;
  --Line: #e5e7eb;
  --Bg-linear: linear-gradient(
      123.51deg,
      rgba(204, 235, 235, 0.01) -61.8%,
      rgba(215, 237, 237, 0.1) 100%
  );
  --Bg-linear-2: linear-gradient(
      123.51deg,
      rgba(215, 237, 237, 0.1) -61.8%,
      rgba(204, 235, 235, 0.01) 100%
  );
}

[data-color-primary=color-primary-1] {
  --Primary: #45e77b;
}

[data-color-primary=color-primary-2] {
  --Primary: #f8c736;
}

[data-color-primary=color-primary-3] {
  --Primary: #f5772e;
}

[data-color-primary=color-primary-4] {
  --Primary: #2ac6f8;
}

[data-color-primary=color-primary-5] {
  --Primary: #8dca37;
}

[data-color-primary=color-primary-6] {
  --Primary: #6c34fa;
}

[data-color-primary=color-primary-7] {
  --Primary: #f14444;
}

[data-color-primary=color-primary-8] {
  --Primary: #e14392;
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--White);
  line-height: 1;
  padding: 0 !important;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background: var(--On-surface);
  border-radius: 999px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

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

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Sora", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: var(--Text-light);
}

h1,
.h1 {
  font-size: 80px;
  line-height: 88px;
}

h2,
.h2 {
  font-size: 56px;
  line-height: 68px;
}

h3,
.h3 {
  font-size: 44px;
  line-height: 60px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 40px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}

.text-body-1 {
  font-size: 16px;
  line-height: 28px;
}

.text-body-2 {
  font-size: 18px;
  line-height: 30px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
}

.text-button {
  font-size: 16px;
  line-height: 24px;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2 {
  font-size: 12px;
  line-height: 20px;
}

.text-label {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1149px) {
  h1,
  .h1 {
    font-size: 66px;
    line-height: 74px;
  }
  h2,
  .h2 {
    font-size: 46px;
    line-height: 54px;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }
  h4,
  .h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 55px;
    line-height: 63px;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 46px;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 53px;
  }
  h2,
  .h2 {
    font-size: 31px;
    line-height: 39px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6,
  .h6 {
    font-size: 17px;
    line-height: 25px;
  }
  .text-body-1 {
    font-size: 14px;
    line-height: 22px;
  }
  .text-body-2 {
    font-size: 15px;
    line-height: 25px;
  }
  .text-title {
    font-size: 15px;
    line-height: 23pxpx;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
/* color-text
-------------------------------------------------------------- */
.text_white {
  color: var(--Text-light);
}

.text_primary-color {
  color: var(--Primary);
}

.text_secondary-color {
  color: var(--Text-secondary);
}

.text_muted-color {
  color: var(--Text-muted);
}

/* font
-------------------------------------------------------------- */
.font-2 {
  font-family: "Nasalization", sans-serif;
}

.font-3 {
  font-family: "Inter", sans-serif;
}

.font-4 {
  font-family: "Epilogue", sans-serif;
}

/* letter-spacing
-------------------------------------------------------------- */
.letter-spacing-1 {
  letter-spacing: 1.1px;
}

/* font-weight
-------------------------------------------------------------- */
.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

/* Line Clamp
-------------------------------------------------------------- */
.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box !important;
}

/* link style
-------------------------------------------------------------- */
a {
  display: inline-block;
  text-decoration: none;
  color: var(--Primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--Primary);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link {
  color: inherit;
}
.link:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Primary) !important;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1500px;
  max-width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 1150px) {
  .tf-container.w-3 {
    width: 1320px;
  }
  .tf-container.w-4 {
    width: 1910px;
  }
  .tf-container.w-5 {
    width: 1590px;
  }
  .tf-container.w-6 {
    width: 1320px;
  }
}
@media (max-width: 1149px) {
  .tf-container {
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .tf-container {
    width: 100% !important;
  }
}

/* grid-layout
-------------------------------------------------------------- */
.tf-grid-layout {
  --spacing: 30px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: var(--spacing);
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tf-grid-layout .wg-pagination {
  grid-column: 1/-1;
  width: 100%;
}
.tf-grid-layout .wd-load {
  grid-column: 1/-1;
}
.tf-grid-layout.gap30 {
  gap: 30px;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-grid-layout {
    --spacing: 20px;
    gap: var(--spacing);
  }
  .tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .tf-grid-layout {
    --spacing: 20px;
    gap: var(--spacing);
  }
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1025px) {
  .tf-grid-layout {
    --spacing: 20px;
    gap: var(--spacing);
  }
  .tf-grid-layout.llg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.llg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.llg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.llg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1150px) {
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Background
-------------------------------------------------------------- */
.bg_dark {
  background-color: var(--Bg-dark);
}

/* gap
-------------------------------------------------------------- */
.gap_4 {
  gap: 4px;
}

.gap_8 {
  gap: 8px;
}

.gap_12 {
  gap: 12px;
}

.gap_24 {
  gap: 24px;
}

/* padding
-------------------------------------------------------------- */
.pt_24 {
  padding-top: 24px;
}

/* margin
-------------------------------------------------------------- */
.mb_4 {
  margin-bottom: 4px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_47 {
  margin-bottom: 47px;
}

/* Extra classes
-------------------------------------------------------------- */
.z-2 {
  z-index: 2;
}

.spacing-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .spacing-1 {
    padding-top: 73px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .spacing-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.spacing-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .spacing-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.spacing-3 {
  padding-top: 59px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .spacing-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.spacing-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .spacing-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.spacing-5 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .spacing-5 {
    padding-top: 50px;
  }
}

.spacing-6 {
  padding-top: 71px;
}
@media (max-width: 767px) {
  .spacing-6 {
    padding-top: 50px;
  }
}

@media (max-width: 1149px) {
  .xl-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .llg-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lg-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .sm-hide {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.list-icon {
  gap: 8px 12px;
}
.list-icon li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
}
.list-icon li:hover > * {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}

.logo {
  color: var(--Text-light) !important;
  font-size: 36px;
  line-height: 36px;
  font-family: "Nasalization", sans-serif;
}

.toggle-switch-mode {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.toggle-switch-mode.active {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}

.header-mode-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
}
.header-mode-toggle:hover {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}

.lang-switch-mode {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  line-height: 1;
}
.header-lang-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 62px;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
}
.header-lang-toggle:hover,
.header-lang-toggle.active {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}

.body-overlay {
  position: fixed;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
}
.body-overlay svg {
  width: 100%;
}
.body-overlay svg rect {
  stroke: var(--Primary);
}
.body-overlay svg linearGradient stop {
  stop-color: var(--Primary);
}
.body-overlay .bg-shape {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask: none;
  mask: none;
  background: radial-gradient(circle at 50% 8%, rgba(69, 231, 123, 0.12) 0%, rgba(69, 231, 123, 0) 38%), linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.body-overlay.video-overlay .bg-shape {
  background: #070b11;
}
.body-overlay.video-overlay .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  z-index: 0;
  opacity: 0.4;
  filter: saturate(1.08) contrast(1.04);
}
.body-overlay.video-overlay .bg-shape::before,
.body-overlay.video-overlay .bg-shape::after {
  z-index: 1;
}
.body-overlay .bg-shape::before {
  content: "";
  position: absolute;
  inset: -16% -18% -10%;
  background: repeating-linear-gradient(to right, rgba(69, 231, 123, 0.11) 0 1px, transparent 1px 86px), repeating-linear-gradient(to bottom, rgba(69, 231, 123, 0.11) 0 1px, transparent 1px 86px);
  transform-origin: 50% 2%;
  transform: perspective(1200px) rotateX(74deg) scale(1.5);
  opacity: 0.52;
}
.body-overlay .bg-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(130% 90% at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 54%, rgba(0, 0, 0, 0.62) 100%);
}

.overlay-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.header {
  padding-top: 39px;
  isolation: isolate;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 1000;
}
html.intro-locked,
body.intro-locked {
  overflow: hidden;
  overscroll-behavior: none;
}
body.intro-locked #wrapper {
  pointer-events: none;
}
body.intro-locked .main-content .section:not(.first-section),
body.intro-locked .quick-contact-floating {
  opacity: 0;
  visibility: hidden;
}
body.intro-locked .intro-center-title {
  z-index: 1301;
}
.intro-center-title {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 88;
  pointer-events: none;
}
.intro-center-title__inner {
  --intro-title-impact-glow: 0;
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform-origin: 50% 24%;
  will-change: transform, filter;
}
.intro-center-title__line {
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  white-space: nowrap;
}
.intro-center-title__line--name {
  font-size: clamp(20px, 3.1vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.97);
  text-shadow:
    0 0 calc(14px + var(--intro-title-impact-glow) * 18px) rgba(69, 231, 123, calc(0.34 + var(--intro-title-impact-glow) * 0.24)),
    0 0 calc(var(--intro-title-impact-glow) * 56px) rgba(69, 231, 123, calc(var(--intro-title-impact-glow) * 0.28));
}
.intro-center-title__line--role {
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.44em;
  color: rgba(215, 255, 230, 0.88);
  text-shadow: 0 0 calc(2px + var(--intro-title-impact-glow) * 14px) rgba(162, 255, 201, calc(0.08 + var(--intro-title-impact-glow) * 0.24));
}
.intro-center-title__char {
  display: inline-block;
  transform-origin: 50% 72%;
  will-change: transform, opacity, filter, color;
}
.intro-center-title__char.is-space {
  width: 0.45em;
}
.intro-impact-splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 1304;
  opacity: 0;
  will-change: transform, opacity;
}
.intro-impact-splash__core,
.intro-impact-splash__ring,
.intro-impact-splash__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.intro-impact-splash__core {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 255, 248, 0.98) 0%, rgba(176, 255, 210, 0.94) 22%, rgba(86, 248, 144, 0.72) 46%, rgba(69, 231, 123, 0.16) 72%, rgba(69, 231, 123, 0) 100%);
  filter: blur(0.8px);
  box-shadow: 0 0 24px rgba(123, 255, 179, 0.48);
}
.intro-impact-splash__ring {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(215, 255, 230, 0.9);
  box-shadow: 0 0 24px rgba(120, 255, 175, 0.46),
    0 0 58px rgba(69, 231, 123, 0.22);
}
.intro-impact-splash__spark {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(241, 255, 246, 0.98) 0%, rgba(160, 255, 199, 0.94) 34%, rgba(69, 231, 123, 0.24) 72%, rgba(69, 231, 123, 0) 100%);
  box-shadow: 0 0 14px rgba(116, 255, 171, 0.44);
}
.intro-impact-splash__spark--line {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(236, 255, 243, 0.92) 0%, rgba(138, 255, 188, 0.64) 42%, rgba(69, 231, 123, 0) 100%);
  box-shadow: 0 0 16px rgba(118, 255, 173, 0.28);
}
@media (max-width: 767px) {
  .intro-center-title {
    width: 100vw;
    padding-left: 14px;
    padding-right: 14px;
  }
  .intro-center-title__inner {
    width: auto;
    padding: 0;
  }
  .intro-center-title__line {
    white-space: normal;
    text-align: center;
  }
  .intro-center-title__line--name {
    letter-spacing: 0.1em;
  }
  .intro-center-title__line--role {
    letter-spacing: 0.32em;
  }
}
@media (max-width: 1149px) {
  .header {
    padding-top: 20px;
  }
}

.header-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
  background: var(--Bg-linear-2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 160px;
  padding: 12px 20px 12px 12px;
  position: relative;
}
.header-sidebar .box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-sidebar .box .avatar,
.header-avatar-ghost {
  --avatar-ring-fade: rgba(69, 231, 123, 0.14);
  --avatar-ring-base: rgba(69, 231, 123, 0.22);
  --avatar-ring-glow: rgba(131, 255, 182, 0.98);
  --avatar-ring-glow-soft: rgba(91, 245, 144, 0.84);
  --avatar-ring-border: rgba(240, 255, 247, 0.62);
  --avatar-ring-shadow: rgba(69, 231, 123, 0.42);
  --avatar-ring-shadow-soft: rgba(69, 231, 123, 0.34);
  --avatar-ring-shadow-strong: rgba(69, 231, 123, 0.62);
  --avatar-ring-shadow-pop: rgba(139, 255, 187, 0.98);
  --avatar-ring-inner: rgba(69, 231, 123, 0.28);
  --avatar-ring-highlight: rgba(247, 255, 250, 0.98);
  --avatar-core-bright: rgba(208, 255, 232, 0.98);
  --avatar-core-glow: rgba(146, 255, 196, 0.82);
  --avatar-core-mid: rgba(76, 190, 114, 0.9);
  --avatar-core-deep: rgba(28, 98, 53, 0.88);
  --avatar-core-shadow: rgba(10, 42, 19, 0.9);
  --avatar-core-highlight: rgba(255, 255, 255, 0.34);
}
.header-sidebar .box .avatar {
  position: relative;
  border-radius: 50%;
  overflow: visible;
  isolation: isolate;
  flex-shrink: 0;
}
.header-sidebar .box .avatar::before,
.header-sidebar .box .avatar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.header-sidebar .box .avatar::before {
  inset: -6px;
  background: conic-gradient(
    from 210deg,
    var(--avatar-ring-fade) 0deg,
    var(--avatar-ring-glow) 70deg,
    var(--avatar-ring-base) 165deg,
    var(--avatar-ring-glow-soft) 245deg,
    var(--avatar-ring-fade) 360deg
  );
  filter: blur(0.4px);
  animation: header-avatar-liquid-spin 6s linear infinite,
    header-avatar-liquid-breathe 2.8s ease-in-out infinite;
  z-index: 0;
}
.header-sidebar .box .avatar::after {
  inset: -3px;
  border: 1px solid var(--avatar-ring-border);
  box-shadow: 0 0 18px var(--avatar-ring-shadow),
    0 0 34px var(--avatar-ring-shadow-soft), inset 0 0 10px var(--avatar-ring-inner);
  z-index: 1;
}
.header-sidebar .box .avatar .avatar-link::before {
  content: "";
  position: absolute;
  inset: 7px 10px 25px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.92;
  z-index: 3;
}
.header-sidebar .box .avatar.avatar-final-flash::after {
  animation: header-avatar-final-flash 0.46s cubic-bezier(0.2, 0.9, 0.25, 1)
    both;
}
.header-sidebar .box .avatar .avatar-link,
.header-avatar-ghost .avatar-link {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 34% 30%, var(--avatar-core-bright) 0%, var(--avatar-core-glow) 24%, rgba(69, 231, 123, 0.18) 46%, rgba(69, 231, 123, 0) 66%),
    radial-gradient(circle at 50% 45%, rgba(72, 216, 120, 0.4) 0%, var(--avatar-core-mid) 56%, var(--avatar-core-shadow) 100%),
    linear-gradient(180deg, var(--avatar-core-deep) 0%, var(--avatar-core-shadow) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -16px 26px rgba(2, 11, 6, 0.44), 0 8px 22px rgba(4, 18, 5, 0.32);
  z-index: 2;
}
.header-sidebar .box .avatar .avatar-link::after,
.header-avatar-ghost .avatar-link::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 24%, var(--avatar-core-highlight) 0%, rgba(255, 255, 255, 0.08) 24%, rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%, rgba(2, 11, 6, 0.22) 100%);
  box-shadow: inset 0 0 0 1px rgba(228, 255, 238, 0.12),
    inset 0 10px 16px rgba(255, 255, 255, 0.08), inset 0 -16px 20px rgba(2, 11, 6, 0.32);
  z-index: 1;
}
.header-sidebar .box .avatar .avatar-link img,
.header-avatar-ghost .avatar-link img {
  position: relative;
  display: block;
  transform: scale(0.9) translateY(1px);
  transform-origin: center;
  filter: drop-shadow(0 5px 12px rgba(4, 18, 5, 0.38)) saturate(1.08) contrast(1.08) brightness(1.03);
  z-index: 2;
}
.header-sidebar .box .avatar.avatar-inner-glow,
.header-avatar-ghost.avatar-inner-glow {
  border-radius: 50%;
  overflow: hidden;
}
.header-sidebar .box .avatar.avatar-inner-glow::before,
.header-sidebar .box .avatar.avatar-inner-glow::after,
.header-avatar-ghost.avatar-inner-glow::before,
.header-avatar-ghost.avatar-inner-glow::after {
  content: none;
}
.header-sidebar .box .avatar.avatar-inner-glow .avatar-link,
.header-avatar-ghost.avatar-inner-glow .avatar-link {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(16, 70, 30, 0.88) 0%, rgba(8, 36, 16, 0.94) 58%, rgba(4, 18, 8, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(228, 255, 238, 0.16),
    inset 0 0 22px rgba(69, 231, 123, 0.18),
    inset 0 0 44px rgba(69, 231, 123, 0.16);
}
.header-sidebar .box .avatar.avatar-inner-glow .avatar-link::before,
.header-avatar-ghost.avatar-inner-glow .avatar-link::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 255, 226, 0.5) 0%, rgba(150, 255, 193, 0.32) 30%, rgba(69, 231, 123, 0.2) 48%, rgba(69, 231, 123, 0.02) 66%, rgba(69, 231, 123, 0) 78%);
  mix-blend-mode: screen;
  opacity: 0.86;
  animation: header-avatar-inner-glow 2.4s ease-in-out infinite;
  z-index: 3;
}
.header-sidebar .box .avatar.avatar-inner-glow .avatar-link::after,
.header-avatar-ghost.avatar-inner-glow .avatar-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 34%, rgba(164, 255, 201, 0.12) 56%, rgba(69, 231, 123, 0.34) 74%, rgba(69, 231, 123, 0.04) 88%, rgba(69, 231, 123, 0) 100%);
  box-shadow: inset 0 0 16px rgba(160, 255, 197, 0.18),
    inset 0 0 34px rgba(69, 231, 123, 0.24);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: header-avatar-inner-glow-ring 2.4s ease-in-out infinite;
  z-index: 4;
}
.header-sidebar .box .avatar.avatar-inner-glow .avatar-link img,
.header-avatar-ghost.avatar-inner-glow .avatar-link img {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.12) brightness(1.06);
}
.header-sidebar .box .avatar.avatar-no-ring::before,
.header-sidebar .box .avatar.avatar-no-ring::after,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link::before,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link::after,
.header-avatar-ghost.avatar-no-ring::before,
.header-avatar-ghost.avatar-no-ring::after,
.header-avatar-ghost.avatar-no-ring .avatar-link::before,
.header-avatar-ghost.avatar-no-ring .avatar-link::after {
  content: none;
}
.header-sidebar .box .avatar.avatar-no-ring .avatar-link,
.header-avatar-ghost.avatar-no-ring .avatar-link {
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.header-sidebar .box .avatar.avatar-no-ring .avatar-link img,
.header-avatar-ghost.avatar-no-ring .avatar-link img {
  transform: scale(0.9) translateY(1px);
  transform-origin: center;
  filter: none;
}
.header-sidebar .box .avatar.avatar-no-ring,
.header-avatar-ghost.avatar-no-ring {
  --avatar-no-ring-aura-opacity: 0;
  --avatar-no-ring-aura-scale: 0.42;
  --avatar-no-ring-ring-opacity: 0;
  --avatar-no-ring-ring-scale: 0.74;
  --avatar-no-ring-streak-opacity: 0;
  --avatar-no-ring-streak-shift: -42px;
  --avatar-no-ring-flare-opacity: 0;
  --avatar-no-ring-flare-scale: 0.78;
  --avatar-no-ring-image-scale: 0.9;
  --avatar-no-ring-image-y: 1px;
  --avatar-no-ring-image-brightness: 1;
  --avatar-no-ring-image-saturate: 1;
  --avatar-no-ring-image-shadow-alpha: 0;
  --avatar-no-ring-tilt: 0deg;
  border-radius: 0;
  isolation: auto;
  box-shadow: none !important;
}
.header-sidebar .box .avatar.avatar-no-ring,
.header-sidebar .box .avatar.avatar-no-ring::before,
.header-sidebar .box .avatar.avatar-no-ring::after,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link::before,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link::after,
.header-sidebar .box .avatar.avatar-no-ring .avatar-link img,
.header-avatar-ghost.avatar-no-ring,
.header-avatar-ghost.avatar-no-ring::before,
.header-avatar-ghost.avatar-no-ring::after,
.header-avatar-ghost.avatar-no-ring .avatar-link,
.header-avatar-ghost.avatar-no-ring .avatar-link::before,
.header-avatar-ghost.avatar-no-ring .avatar-link::after,
.header-avatar-ghost.avatar-no-ring .avatar-link img {
  animation: none !important;
  box-shadow: none !important;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-final-flash::after,
.header-avatar-ghost.avatar-no-ring.avatar-final-flash::after {
  content: none;
  animation: none !important;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail {
  --avatar-live-tilt-x: 0deg;
  --avatar-live-tilt-y: 0deg;
  --avatar-live-image-x: 0px;
  --avatar-live-image-y: 0px;
  --avatar-live-image-scale: 0.9;
  --avatar-live-image-brightness: 1;
  --avatar-live-image-saturate: 1;
  --avatar-live-image-shadow-alpha: 0;
  --avatar-live-aura-x: 0px;
  --avatar-live-aura-y: 0px;
  --avatar-live-aura-opacity: 0;
  --avatar-live-aura-scale: 0.78;
  --avatar-live-ring-x: 0px;
  --avatar-live-ring-y: 0px;
  --avatar-live-ring-opacity: 0;
  --avatar-live-ring-scale: 0.9;
  --avatar-live-flare-x: 0px;
  --avatar-live-flare-y: 0px;
  --avatar-live-flare-opacity: 0;
  --avatar-live-flare-scale: 0.82;
  --avatar-live-streak-x: 0px;
  --avatar-live-streak-y: 0px;
  --avatar-live-streak-opacity: 0;
  --avatar-tail-opacity: 0;
  --avatar-tail-length: 34px;
  --avatar-tail-thickness: 10px;
  --avatar-tail-rotation: 0deg;
  --avatar-tail-blur: 8px;
  --avatar-tail-flare-opacity: 0;
  --avatar-tail-flare-scale: 0.78;
  perspective: 320px;
  transform-style: preserve-3d;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail.is-trail-active {
  z-index: 3;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(225, 255, 236, 0.84) 0%, rgba(164, 255, 199, 0.44) 18%, rgba(69, 231, 123, 0.16) 40%, rgba(69, 231, 123, 0) 76%),
    conic-gradient(from 218deg, rgba(255, 255, 255, 0) 0deg, rgba(223, 255, 234, 0.46) 80deg, rgba(120, 255, 171, 0.24) 164deg, rgba(255, 255, 255, 0) 264deg, rgba(255, 255, 255, 0) 360deg);
  mix-blend-mode: screen;
  opacity: var(--avatar-live-aura-opacity);
  transform: translate3d(var(--avatar-live-aura-x), var(--avatar-live-aura-y), 0)
    scale(var(--avatar-live-aura-scale));
  filter: blur(12px);
  z-index: 0;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 52%, rgba(223, 255, 235, 0.86) 66%, rgba(117, 255, 170, 0.34) 80%, rgba(69, 231, 123, 0) 100%);
  mix-blend-mode: screen;
  opacity: var(--avatar-live-ring-opacity);
  transform: translate3d(var(--avatar-live-ring-x), var(--avatar-live-ring-y), 0)
    scale(var(--avatar-live-ring-scale));
  filter: blur(0.6px);
  z-index: 1;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-link {
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateX(var(--avatar-live-tilt-x)) rotateY(var(--avatar-live-tilt-y));
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-link::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 18%,
    rgba(255, 255, 255, 0.72) 38%,
    rgba(196, 255, 218, 0.54) 50%,
    rgba(69, 231, 123, 0.18) 62%,
    rgba(255, 255, 255, 0) 80%
  );
  mix-blend-mode: screen;
  opacity: var(--avatar-live-streak-opacity);
  transform: translate3d(var(--avatar-live-streak-x), var(--avatar-live-streak-y), 0)
    rotate(var(--avatar-tail-rotation));
  filter: blur(0.6px) !important;
  z-index: 4;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-link::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, rgba(226, 255, 237, 0.54) 0%, rgba(172, 255, 203, 0.3) 24%, rgba(69, 231, 123, 0.1) 48%, rgba(69, 231, 123, 0) 78%);
  mix-blend-mode: screen;
  opacity: var(--avatar-live-flare-opacity);
  transform: translate3d(var(--avatar-live-flare-x), var(--avatar-live-flare-y), 0)
    scale(var(--avatar-live-flare-scale));
  z-index: 1;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-link img {
  transform: translate3d(var(--avatar-live-image-x), var(--avatar-live-image-y), 12px)
    scale(var(--avatar-live-image-scale));
  filter: drop-shadow(0 10px 26px rgba(132, 255, 181, var(--avatar-live-image-shadow-alpha)))
    brightness(var(--avatar-live-image-brightness))
    saturate(var(--avatar-live-image-saturate)) !important;
  will-change: transform, filter;
}
.header-avatar-ghost.avatar-no-ring.avatar-entrance-vfx::before {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(222, 255, 233, 0.82) 0%, rgba(154, 255, 193, 0.52) 16%, rgba(69, 231, 123, 0.22) 38%, rgba(69, 231, 123, 0.05) 58%, rgba(69, 231, 123, 0) 76%),
    conic-gradient(from 210deg, rgba(255, 255, 255, 0) 0deg, rgba(221, 255, 234, 0.44) 76deg, rgba(111, 255, 166, 0.28) 162deg, rgba(255, 255, 255, 0) 250deg, rgba(255, 255, 255, 0) 360deg);
  mix-blend-mode: screen;
  opacity: var(--avatar-no-ring-aura-opacity);
  transform: scale(var(--avatar-no-ring-aura-scale)) rotate(var(--avatar-no-ring-tilt));
  filter: blur(12px) !important;
  z-index: 0;
}
.header-avatar-ghost.avatar-no-ring.avatar-entrance-vfx::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(220, 255, 232, 0.86);
  box-shadow: 0 0 22px rgba(147, 255, 190, 0.42),
    0 0 50px rgba(69, 231, 123, 0.22), inset 0 0 16px rgba(223, 255, 234, 0.24) !important;
  opacity: var(--avatar-no-ring-ring-opacity);
  transform: scale(var(--avatar-no-ring-ring-scale))
    rotate(calc(-1 * var(--avatar-no-ring-tilt)));
  z-index: 1;
}
.header-avatar-ghost.avatar-no-ring.avatar-entrance-vfx .avatar-link::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 18%,
    rgba(255, 255, 255, 0.74) 38%,
    rgba(194, 255, 216, 0.56) 49%,
    rgba(69, 231, 123, 0.22) 60%,
    rgba(255, 255, 255, 0) 78%
  );
  mix-blend-mode: screen;
  opacity: var(--avatar-no-ring-streak-opacity);
  transform: translate3d(var(--avatar-no-ring-streak-shift), 0, 0)
    skewX(-18deg) rotate(var(--avatar-no-ring-tilt));
  filter: blur(0.5px) !important;
  z-index: 4;
}
.header-avatar-ghost.avatar-no-ring.avatar-entrance-vfx .avatar-link::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, rgba(223, 255, 234, 0.68) 0%, rgba(170, 255, 201, 0.42) 22%, rgba(69, 231, 123, 0.14) 46%, rgba(69, 231, 123, 0) 74%);
  mix-blend-mode: screen;
  opacity: var(--avatar-no-ring-flare-opacity);
  transform: scale(var(--avatar-no-ring-flare-scale));
  z-index: 1;
}
.header-avatar-ghost.avatar-no-ring.avatar-entrance-vfx .avatar-link img {
  transform: scale(var(--avatar-no-ring-image-scale))
    translateY(var(--avatar-no-ring-image-y));
  filter: drop-shadow(0 10px 24px rgba(132, 255, 181, var(--avatar-no-ring-image-shadow-alpha)))
    brightness(var(--avatar-no-ring-image-brightness))
    saturate(var(--avatar-no-ring-image-saturate)) !important;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-no-ring-reveal::before {
  content: "";
  position: absolute;
  inset: -26px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(226, 255, 236, 0.82) 0%, rgba(163, 255, 199, 0.54) 18%, rgba(69, 231, 123, 0.16) 46%, rgba(69, 231, 123, 0) 76%),
    conic-gradient(from 220deg, rgba(255, 255, 255, 0) 0deg, rgba(217, 255, 231, 0.46) 92deg, rgba(69, 231, 123, 0.18) 178deg, rgba(255, 255, 255, 0) 280deg, rgba(255, 255, 255, 0) 360deg);
  mix-blend-mode: screen;
  animation: header-avatar-no-ring-settle-aura 0.78s
    cubic-bezier(0.2, 0.88, 0.24, 1) both !important;
  z-index: 0;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-no-ring-reveal::after {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(223, 255, 235, 0.88);
  box-shadow: 0 0 20px rgba(149, 255, 191, 0.34),
    0 0 46px rgba(69, 231, 123, 0.18), inset 0 0 14px rgba(223, 255, 234, 0.22) !important;
  animation: header-avatar-no-ring-settle-ring 0.78s
    cubic-bezier(0.2, 0.88, 0.24, 1) both !important;
  z-index: 1;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-no-ring-reveal .avatar-link::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 16%,
    rgba(255, 255, 255, 0.78) 38%,
    rgba(198, 255, 219, 0.58) 50%,
    rgba(69, 231, 123, 0.18) 62%,
    rgba(255, 255, 255, 0) 80%
  );
  mix-blend-mode: screen;
  animation: header-avatar-no-ring-settle-streak 0.72s
    cubic-bezier(0.18, 0.86, 0.26, 1) both !important;
  z-index: 3;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-no-ring-reveal .avatar-link::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, rgba(225, 255, 236, 0.56) 0%, rgba(172, 255, 203, 0.34) 22%, rgba(69, 231, 123, 0.1) 44%, rgba(69, 231, 123, 0) 72%);
  mix-blend-mode: screen;
  animation: header-avatar-no-ring-settle-aura 0.72s
    cubic-bezier(0.18, 0.86, 0.26, 1) both !important;
  z-index: 1;
}
.header-sidebar .box .avatar.avatar-no-ring.avatar-no-ring-reveal .avatar-link img {
  animation: header-avatar-no-ring-settle-photo 0.78s
    cubic-bezier(0.18, 0.88, 0.24, 1) both !important;
}
.header-avatar-ghost {
  position: fixed;
  border-radius: 50%;
  overflow: visible;
  isolation: isolate;
  pointer-events: none;
  z-index: 1205;
  will-change: transform, filter, left, top, opacity;
}
.header-avatar-ghost.avatar-bounce-plain::before,
.header-avatar-ghost.avatar-bounce-plain::after {
  opacity: 0 !important;
  animation: none !important;
  box-shadow: none !important;
}
.header-avatar-ghost.avatar-bounce-plain .avatar-link {
  box-shadow: none !important;
}
.header-avatar-ghost.avatar-bounce-plain .avatar-bounce-tail,
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-live-tail {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
  opacity: var(--avatar-tail-opacity, 0);
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}
.header-avatar-ghost.avatar-bounce-plain .avatar-bounce-tail::before,
.header-avatar-ghost.avatar-bounce-plain .avatar-bounce-tail::after,
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-live-tail::before,
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-live-tail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
}
.header-avatar-ghost.avatar-bounce-plain .avatar-bounce-tail::before,
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-live-tail::before {
  width: var(--avatar-tail-length, 52px);
  height: var(--avatar-tail-thickness, 14px);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(69, 231, 123, 0) 0%,
    rgba(69, 231, 123, 0.22) 10%,
    rgba(69, 231, 123, 0.62) 34%,
    rgba(106, 255, 165, 0.92) 62%,
    rgba(186, 255, 216, 0.98) 84%,
    rgba(246, 255, 249, 1) 100%
  );
  transform: translateY(-50%) rotate(var(--avatar-tail-rotation, 0deg));
  transform-origin: 100% 50%;
  filter: blur(var(--avatar-tail-blur, 10px));
  box-shadow: 0 0 22px rgba(91, 245, 144, 0.36),
    0 0 42px rgba(69, 231, 123, 0.3),
    0 0 68px rgba(106, 255, 165, 0.18);
}
.header-avatar-ghost.avatar-bounce-plain .avatar-bounce-tail::after,
.header-sidebar .box .avatar.avatar-no-ring.avatar-live-trail .avatar-live-tail::after {
  width: calc(var(--avatar-tail-thickness, 14px) * 2);
  height: calc(var(--avatar-tail-thickness, 14px) * 2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(220, 255, 233, 0.98) 18%, rgba(145, 255, 194, 0.88) 42%, rgba(91, 245, 144, 0.54) 66%, rgba(69, 231, 123, 0) 100%);
  transform: translate(42%, -50%) scale(var(--avatar-tail-flare-scale, 0.92));
  opacity: var(--avatar-tail-flare-opacity, 0);
  filter: blur(calc(var(--avatar-tail-blur, 10px) * 0.42));
  box-shadow: 0 0 28px rgba(145, 255, 194, 0.42),
    0 0 46px rgba(91, 245, 144, 0.24);
}
.header-avatar-ghost.avatar-bounce-plain .avatar-link::before {
  opacity: 0 !important;
}
.header-avatar-ghost.avatar-bounce-plain.avatar-no-ring .avatar-link::after {
  opacity: 0 !important;
}
.header-avatar-ghost::before,
.header-avatar-ghost::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.header-avatar-ghost::before {
  inset: -6px;
  background: conic-gradient(
    from 210deg,
    var(--avatar-ring-fade) 0deg,
    var(--avatar-ring-glow) 70deg,
    var(--avatar-ring-base) 165deg,
    var(--avatar-ring-glow-soft) 245deg,
    var(--avatar-ring-fade) 360deg
  );
  filter: blur(0.4px);
  animation: header-avatar-liquid-spin 4.4s linear infinite,
    header-avatar-liquid-breathe 1.8s ease-in-out infinite;
  z-index: 0;
}
.header-avatar-ghost::after {
  inset: -3px;
  border: 1px solid var(--avatar-ring-border);
  box-shadow: 0 0 18px var(--avatar-ring-shadow-strong),
    0 0 28px var(--avatar-ring-shadow-soft), inset 0 0 10px var(--avatar-ring-inner);
  z-index: 1;
}
.header-avatar-ghost.is-rolling::before {
  filter: blur(1px);
}
.header-avatar-ghost.is-rolling::after {
  box-shadow: 0 0 18px var(--avatar-ring-shadow-strong),
    0 0 26px var(--avatar-ring-shadow-soft), 24px 0 24px rgba(141, 244, 68, 0.2),
    inset 0 0 8px var(--avatar-ring-inner);
}
.header-avatar-ghost .avatar-link::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 12%,
    rgba(206, 255, 225, 0.22) 40%,
    rgba(255, 255, 255, 0.06) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-12px);
}
.header-avatar-ghost.is-rolling .avatar-link::before {
  opacity: 0.38;
  transform: translateX(12px);
}
.header-sidebar .nav-menu {
  gap: 20px;
}
.header-sidebar .menu-button {
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  height: 48px;
  width: 48px;
  color: var(--Text-light);
}
.header-sidebar .list-icon {
  display: flex;
}
.header-sidebar.style-1 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  isolation: isolate;
}
.header-sidebar.style-1 > * {
  position: relative;
  z-index: 1;
}
.header-sidebar.style-1::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(-115%, 0, 0) skewX(-18deg);
  background: linear-gradient(
    108deg,
    rgba(255, 255, 255, 0) 27%,
    rgba(186, 255, 214, 0.18) 44%,
    rgba(69, 231, 123, 0.46) 51%,
    rgba(186, 255, 214, 0.16) 58%,
    rgba(255, 255, 255, 0) 73%
  );
}
.header-sidebar.style-1.is-intro-animating::after {
  animation: header-liquid-sweep 1.15s cubic-bezier(0.2, 0.9, 0.25, 1) 0.16s
    both;
}
@media (prefers-reduced-motion: reduce) {
  .header-sidebar .box .avatar::before {
    animation: none;
  }
  .header-sidebar.style-1.is-intro-animating::after {
    animation: none;
  }
}
.header-sidebar.style-1 .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-sidebar.style-1 .nav-menu {
  display: flex;
  gap: 40px;
}
.header-sidebar.style-horizontal {
  position: sticky;
  top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .header-sidebar.style-horizontal {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
    border: unset;
    border-radius: unset;
  }
  .header-sidebar.style-horizontal .nav-menu {
    display: none;
  }
}
.header-sidebar.style-vertical {
  margin-top: -20px;
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  backdrop-filter: blur(12px);
  border: unset;
  border-radius: unset;
}
@media (max-width: 575px) {
  .header-sidebar.style-vertical .nav-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-sidebar .box {
    gap: 8px;
  }
  .header-sidebar .box .avatar {
    width: 48px;
  }
}
@media (max-width: 767px) {
  .header-sidebar {
    padding-right: 12px;
  }
  .header-sidebar .box {
    flex: 1 1 auto;
    min-width: 0;
  }
  .header-sidebar .box .info {
    min-width: 0;
  }
  .header-sidebar .box .info h6 {
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-sidebar .box .info .text-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-sidebar > .d-flex {
    flex-shrink: 0;
  }
}
@media (max-width: 420px) {
  .header-sidebar .box .info .text-label {
    display: none;
  }
}

.right-bar {
  position: fixed;
  right: 42px;
  top: 100px;
  z-index: 99;
}
@media (max-width: 1440px) {
  .right-bar {
    right: 15px;
  }
}
@media (max-width: 1149px) {
  .right-bar {
    right: 15px;
    top: 30px;
  }
  .right-bar.style-1 {
    position: fixed;
    bottom: 20px;
    right: 15px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .right-bar {
    position: fixed;
    right: 20px;
    top: 119px;
  }
}

.nav-right {
  padding: 12px;
  border-radius: 160px;
  background: var(--Bg-linear-2);
  max-width: 72px;
  position: relative;
  margin-bottom: 21px;
}
.nav-right .list-icon {
  gap: 20px;
}
.nav-right .wrap {
  position: absolute;
  overflow: hidden;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.nav-right .item-shape {
  position: absolute;
  min-width: 100%;
  height: 100%;
  pointer-events: none;
}
.nav-right .item-shape img {
  position: absolute;
  height: 100%;
  min-width: 613px;
  transform: translate(-36%, -50%);
}
@media (max-width: 767px) {
  .nav-right {
    padding: 6px;
    background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}

.nav-menu li {
  position: relative;
}
.nav-menu li:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.nav-menu li .nav_link.active {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}
.nav-menu .tooltip {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  opacity: 0;
  visibility: hidden;
  padding: 8px 20px;
  color: var(--White);
  border-radius: 8px;
  z-index: 1;
  background: var(--Bg-linear-2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.nav-menu.style-1 {
  align-items: center;
}
.nav-menu.style-1 a {
  background: unset !important;
}
.nav-menu.style-1 li .nav_link {
  transition-delay: 0s;
}
.nav-menu.style-1 li .nav_link.active {
  background-color: unset !important;
  color: var(--Primary);
}
.nav-menu.style-1 .has-child {
  position: relative;
}
.nav-menu.style-1 .has-child > a {
  padding: 21px 0;
}
.nav-menu.style-1 .has-child .submenu {
  position: absolute;
  z-index: 999;
  min-width: max-content;
  background: var(--Bg-dark);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  padding: 16px 24px;
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.nav-menu.style-1 .has-child .submenu .active a {
  color: var(--Primary);
}
.nav-menu.style-1 .has-child a {
  color: var(--Text-light);
}
.nav-menu.style-1 .has-child a:hover {
  color: var(--Primary);
}
.nav-menu.style-1 .has-child:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.nav-menu.style-2 li:hover .tooltip {
  transform: translateX(50%) scale(1);
}
.nav-menu.style-2 .tooltip {
  right: 50%;
  top: calc(100% + 26px);
  transform: translateX(50%) scale(0.6);
}
.nav-menu.style-2 .tooltip::after {
  content: "";
  position: absolute;
  background-color: rgb(48, 50, 50);
  clip-path: polygon(49% 80%, 0 100%, 100% 100%);
  width: 13px;
  height: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-menu.style-3 {
  padding: 20px;
}
.nav-menu.style-3 li:not(:last-child) .nav_link {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 16px;
}
.nav-menu.style-3 li .nav_link.active {
  background: unset;
  border-color: var(--Text-light);
  color: var(--Primary);
}
.nav-menu.style-3 .menu-item-has-children-mobile {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 16px;
}
.nav-menu.style-3 .sub-mobile {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.nav-menu.style-3 .sub-mobile .active a {
  color: var(--Primary);
}
.nav-menu.style-3 .sub-mobile a {
  color: var(--Text-light);
}
/* Hide Demos item in desktop/mobile navbars */
.header-sidebar .nav-menu.style-1 > li.text-menu.has-child:first-child {
  display: none !important;
}
.popup-menu-mobile .nav-menu.style-3 > li.menu-item-has-children-mobile:first-child {
  display: none !important;
}

@media (max-width: 767px) {
  .menu-option li > * {
    background-color: var(--Bg-dark);
    color: var(--Text-light);
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}

.header.header-fixed {
  padding-top: 20px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  -webkit-transform: translateY(-150%);
  -khtml-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  pointer-events: none;
}
.header.header-fixed .header-sidebar {
  background: var(--Bg-linear-2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 991px) {
  .header.header-fixed.style-1 {
    padding: 0;
  }
  .header.header-fixed.style-1 .header-sidebar {
    border-radius: unset;
    background: var(--Bg-linear-2);
    backdrop-filter: blur(112px);
    border: none;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.header.header-fixed.style-1 .header-sidebar {
  margin-bottom: 0;
}
@media (min-width: 1150px) {
  .header.header-fixed.style-1 .style-horizontal {
    max-width: 727px;
  }
}
.header.header-fixed:not(.header.header-fixed.is-fixed) .nav-menu.style-3 {
  visibility: hidden;
  opacity: 0;
}
.header.header-fixed.is-fixed {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}

/*------------ footer ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tab-slide {
  max-width: 335px;
  padding: 4px;
  background: var(--Bg-linear-2);
  border-radius: 52px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-tab {
  position: relative;
}
.menu-tab li .tab-link {
  padding: 12px 27px;
  border-radius: 44px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Text-muted);
  font-weight: 600;
}
.menu-tab li.active .tab-link {
  color: var(--Text-light);
}
.menu-tab .item-slide-effect {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  position: absolute;
  height: 100%;
  border-radius: 44px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}
.menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.flat-animate-tab .tab-content {
  position: relative;
}
.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

/*------------ button ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-btn {
  height: 56px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  border-radius: 40px;
  width: max-content;
  gap: 8px;
}
.tf-btn i {
  font-size: 24px;
}
.tf-btn span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-btn.btn-w-full {
  width: 100%;
}
.tf-btn.style-border {
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--Text-light);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-border .bg_btn {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 40px;
}
.tf-btn.style-border .bg_btn::before {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  content: "";
  position: absolute;
  background: var(--Bg-linear-2);
  inset: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: inherit;
}
.tf-btn.style-border .bg_btn::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: inherit;
  background: var(--Bg-linear-2);
  inset: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.tf-btn.style-border .effect-shine {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 20%;
}
.tf-btn.style-border .title {
  position: relative;
  z-index: 2;
}
.tf-btn.style-border:hover {
  border-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-box-shadow: 0 8px 20px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px 0px rgba(255, 255, 255, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.tf-btn.style-border:hover .bg_btn::before {
  opacity: 0;
}
.tf-btn.style-border:hover .bg_btn::after {
  opacity: 1;
}
.tf-btn.style-border:hover .effect-shine {
  animation: shine 4.5s cubic-bezier(0.01, 0.56, 1, 1) infinite;
}
.tf-btn.style-1 {
  background-color: var(--Primary);
  color: var(--Text-primary);
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tf-btn {
    padding: 0px 18px;
    height: 40px;
  }
}

.animate-hover-btn {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animate-hover-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}
.animate-hover-btn:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.animate-hover-btn:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}
/*------------ form ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 12px 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--Text-light);
  overflow: hidden;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  color: var(--Text-secondary);
}
form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus {
  border-color: var(--Text-light);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  padding-top: 12px;
  height: 92px;
}

.form-contact {
  background: var(--Bg-linear-2);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 44px;
  overflow: hidden;
  z-index: 1;
}
.form-contact .heading-title {
  flex-wrap: wrap;
  gap: 8px 12px;
}
.form-contact .list-tag {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.form-contact .list-tag a {
  padding: 12px 24px;
  border-radius: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
}
.form-contact .item-shape {
  position: absolute;
  top: -45%;
  left: -15%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form-contact {
    padding: 28px 15px;
  }
  .form-contact .list-tag a {
    padding: 8px 12px;
  }
}

/*------------ slider ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.sw-button {
  height: 36px;
  width: 36px;
  font-size: 20px;
  border-radius: 50%;
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  color: var(--Text-light);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sw-button.swiper-button-disabled {
  background-color: var(--White);
  border-color: transparent;
  color: var(--Text-primary);
}
@media (min-width: 768px) {
  .sw-button {
    height: 60px;
    width: 60px;
    font-size: 32px;
  }
}

/*------------ off canvas ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.offcanvas-backdrop,
.overlay-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.7019607843);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas-backdrop.show,
.overlay-popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

.offcanvas .close-menu {
  font-size: 24px;
  color: var(--Text-light);
  cursor: pointer;
  padding: 4px;
}
.offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 3px;
}
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-radius: 999px;
}

.tf-sidebar-menu {
  max-width: 324px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--Bg-dark);
}
.tf-sidebar-menu .offcanvas-header {
  padding: 24px 15px;
}
.tf-sidebar-menu .tag-heading {
  color: var(--Text-light);
}
.tf-sidebar-menu .sidebar-menu-inner {
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-sidebar-menu .sidebar-menu-inner::-webkit-scrollbar {
  width: 0;
}
.tf-sidebar-menu .sidebar-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-end;
}
.tf-sidebar-menu .sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 10px;
  margin-bottom: 80px;
}
.tf-sidebar-menu .sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
  color: var(--Text-light);
}
.tf-sidebar-menu .sidebar-nav a .icon {
  font-size: 24px;
}
.tf-sidebar-menu .sidebar-nav a.active, .tf-sidebar-menu .sidebar-nav a:hover {
  color: var(--Primary);
}
.tf-sidebar-menu .sidebar-social .heading {
  margin-bottom: 24px;
}

.popup-show-bar {
  background-color: transparent;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1500px;
  max-width: 100%;
  z-index: 999;
}
.popup-show-bar .header-sidebar {
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.popup-show-bar .nav-menu .submenu {
  bottom: 100%;
}
.popup-show-bar.show {
  transform: translateY(-20px);
}

.popup-menu-mobile {
  position: absolute;
  background-color: rgba(18, 18, 18, 0.8);
  backdrop-filter: blur(12px);
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-menu-mobile .nav-menu {
  display: block !important;
}
.popup-menu-mobile.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.tf-setting-color {
  max-width: 700px;
  width: 100% !important;
  background: var(--Bg-dark);
}
.tf-setting-color .btn-setting-color {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  animation: spin 5s infinite linear;
}
.tf-setting-color .btn-setting-color:hover {
  color: var(--primary);
}
.tf-setting-color .setting-color-option {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
  padding: 40px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-setting-color .setting-color-option .heading {
  margin-bottom: 50px;
}
.tf-setting-color .setting-color-option .title {
  margin-bottom: 30px;
}
.tf-setting-color .settings-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 50px;
}
.tf-setting-color .settings-color a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.tf-setting-color .settings-color a:nth-child(1) {
  background: #45e77b;
}
.tf-setting-color .settings-color a:nth-child(2) {
  background: #f8c736;
}
.tf-setting-color .settings-color a:nth-child(3) {
  background: #f5772e;
}
.tf-setting-color .settings-color a:nth-child(4) {
  background: #2ac6f8;
}
.tf-setting-color .settings-color a:nth-child(5) {
  background: #8dca37;
}
.tf-setting-color .settings-color a:nth-child(6) {
  background: #6c34fa;
}
.tf-setting-color .settings-color a:nth-child(7) {
  background: #f14444;
}
.tf-setting-color .settings-color a:nth-child(8) {
  background: #e14392;
}
.tf-setting-color .settings-color a::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-setting-color .settings-color a.active::before {
  opacity: 1;
}
.tf-setting-color .settings-themes {
  display: flex;
  gap: 55px 80px;
  flex-wrap: wrap;
}
.tf-setting-color .settings-themes a {
  color: var(--Text-light);
}
.tf-setting-color .settings-themes a:hover, .tf-setting-color .settings-themes a.active {
  color: var(--Primary);
}
@media (min-width: 768px) {
  .tf-setting-color .setting-color-option {
    padding: 70px;
  }
  .tf-setting-color .settings-color a {
    width: 44px;
    height: 44px;
  }
  .tf-setting-color .settings-color a::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
@media (min-width: 1150px) {
  .tf-setting-color {
    max-width: 1043px;
  }
}

.popup-setting {
  background-color: var(--Bg-dark);
  min-height: 314px;
}
.popup-setting .offcanvas-body {
  padding: 0;
}
.popup-setting .wrap-features {
  padding: 0;
  border: unset;
  background: unset;
  padding: 24px 15px;
}
.popup-setting .close-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
@media (min-width: 992px) {
  .popup-setting .wrap-features {
    background-color: unset;
    padding: 40px 30px 0px 60px;
  }
}
@media (min-width: 1150px) {
  .popup-setting .wrap-features .line {
    margin-left: 60px;
    margin-right: 60px;
  }
}

/*------------ hover ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.hover-image .img-style,
.hover-image .article-thumb {
  position: relative;
  overflow: hidden;
}
.hover-image .img-style:after,
.hover-image .article-thumb:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.hover-image .img-style img,
.hover-image .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .img-style:after,
.hover-image:hover .article-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-image:hover .img-style img,
.hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow: hidden;
}
.hover-image-translate .img-style img {
  transition: all 0.5s;
  transform: scale(1.1);
  pointer-events: none;
}
.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-image-rotate .img-style {
  overflow: hidden;
}
.hover-image-rotate .img-style img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-underline-link {
  --underline-position-y: calc(100% + -2px);
  --underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}
.hover-underline-link:hover {
  animation: qode-inline-underline-initial-hover 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
@keyframes qode-inline-underline-initial-hover {
  0% {
    background-position: 100% var(--underline-position-y);
    background-size: 100% var(--underline-height);
  }
  35% {
    background-position: 100% var(--underline-position-y);
    background-size: 0 var(--underline-height);
  }
  36% {
    background-position: 0 var(--underline-position-y);
    background-size: 0 var(--underline-height);
  }
  100% {
    background-position: 0 var(--underline-position-y);
    background-size: 100% var(--underline-height);
  }
}

.effec-icon .icon img,
.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .tf-icon img,
.effec-icon .tf-icon i,
.effec-icon .tf-icon svg {
  transition: all 0.6s ease-in-out;
}
.effec-icon:hover .icon i,
.effec-icon:hover .icon img,
.effec-icon:hover .icon svg,
.effec-icon:hover .tf-icon i,
.effec-icon:hover .tf-icon img,
.effec-icon:hover .tf-icon svg {
  transform: rotateY(360deg);
}

.hover-line-text {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.hover-line-text:hover {
  background-size: 100% 2px;
}

/*------------ blog ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.testimonial-item {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Bg-linear-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonial-item .icon {
  margin-bottom: 21px;
  font-size: 34px;
  color: var(--Text-light);
}
.testimonial-item .item-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.testimonial-item .item-shape img {
  transform: translate(-36%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.section-testimonial .testimonial-item .item-shape {
  display: none;
}
@media (max-width: 767px) {
  .testimonial-item {
    padding: 28px 15px;
  }
}

/*------------ dark-mode ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.dark-mode {
  --Bg-dark: #ffffff;
  --Bg-linear: #ffffff;
  --Bg-linear-2: #ffffff;
  --Text-light: #121212;
  --Text-primary: #ffffff;
  --Text-muted: #121212;
}
.dark-mode .tf-btn.style-border {
  --Bg-linear-2: #ffffff;
  border: 1px solid #e5e7eb;
}
.dark-mode .body-overlay {
  display: block !important;
  opacity: 1;
}
.dark-mode .body-overlay.video-overlay .bg-video {
  display: none;
}
.dark-mode .body-overlay .bg-shape {
  background: #ffffff;
}
.dark-mode .body-overlay .bg-shape::before {
  display: none;
}
.dark-mode .body-overlay .bg-shape::after {
  display: none;
}
.dark-mode body,
.dark-mode #wrapper,
.dark-mode .bg_dark {
  background: #ffffff !important;
}
.dark-mode .popup-menu-mobile {
  background: #f8f7f4;
}
.dark-mode .header.header-fixed {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
@media (min-width: 992px) {
  .dark-mode .header.header-fixed {
    box-shadow: unset;
  }
  .dark-mode .header.header-fixed .header-sidebar {
    box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
  }
}
.dark-mode .header-sidebar {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(28, 36, 51, 0.1);
}
.dark-mode .user-bar {
  --userbar-shadow-base: 0 12px 28px rgba(28, 36, 51, 0.12);
  border-color: rgba(28, 36, 51, 0.14);
  border-top-color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--userbar-shadow-base);
}
.dark-mode .header-sidebar .nav-menu li > * {
  border: unset;
}
.dark-mode .header-sidebar .nav-menu li .nav_link.active, .dark-mode .header-sidebar .nav-menu li:hover a {
  --Text-primary: #121212;
  background: #f8f7f4;
}
.dark-mode .header-sidebar .menu-button {
  background: #f8f7f4;
}
.dark-mode .nav-menu .tooltip {
  color: var(--Text-light);
  border-radius: 8px;
}
.dark-mode .nav-menu .tooltip::after {
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .list-icon {
  column-gap: 8px;
}
.dark-mode .list-icon li > * {
  border: 1px solid #e5e7eb;
}
.dark-mode .list-icon li:hover > * {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}
.dark-mode .portfolio-item {
  background: radial-gradient(
      120% 90% at 18% -5%,
      rgba(69, 231, 123, 0.16) 0%,
      rgba(69, 231, 123, 0.04) 44%,
      rgba(69, 231, 123, 0) 74%
    ),
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 255, 249, 0.92) 100%);
  border-color: rgba(28, 36, 51, 0.08);
  border-top-color: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0px 12px 28px rgba(28, 36, 51, 0.12);
}
.dark-mode .about-title-follow,
.dark-mode .about-title-follow .about-title-word {
  color: var(--Primary);
}
.dark-mode .service-item .btn-arrow {
  --Bg-linear-2: #f8f7f4;
  --Text-primary: #121212;
  --Text-light: #f8f7f4;
  color: var(--Text-primary);
  border: unset;
}
.dark-mode .bs-light-mode {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .education-item:hover {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .education-item:hover .date {
  background-color: var(--Bg-dark);
}
.dark-mode .service-item:hover .content-inner {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .testimonial-item,
.dark-mode .form-contact,
.dark-mode .counter-item {
  --Bg-dark: #ffffff;
}
.dark-mode .sw-button {
  --White: #f8f7f4;
  --Text-primary: #121212;
}
.dark-mode .section-testimonial .swiper {
  padding: 10px;
  margin: -10px;
}
.dark-mode .section-testimonial .testimonial-item {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .tab-slide {
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
}
.dark-mode .tab-slide .item-slide-effect {
  background: #f8f7f4;
}
.dark-mode .section-pricing {
  --Bg-dark: #ffffff;
}
.dark-mode .section-pricing .tf-btn {
  --Text-primary: #121212;
}
.dark-mode .form-contact .list-tag a {
  background: #f8f7f4;
}
.dark-mode .form-contact .tf-btn {
  --Text-primary: #121212;
}
.dark-mode form fieldset input,
.dark-mode form fieldset textarea {
  border-color: #e5e7eb;
}
.dark-mode .item-shape {
  opacity: 0;
  visibility: hidden;
}
.dark-mode .menu-option li > * {
  --Text-primary: #121212;
  border: unset;
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1019607843);
  background: white;
}
.dark-mode .menu-option li:hover > * {
  color: #fff;
}
.dark-mode .tf-setting-color .settings-color a::before {
  border-color: #121212;
}

/*------------ landing ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.bg-landing {
  background-color: #0c0c0c;
}

.header-landing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.header-landing .site-logo {
  font-size: 36px;
  line-height: 50px;
  padding: 0 10px;
  color: var(--White);
}

.heading-top {
  position: relative;
}
.heading-top .item {
  z-index: 2;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .heading-top .item {
    display: block;
  }
  .heading-top .item-1 {
    bottom: 56px;
    left: 0;
  }
  .heading-top .item-2 {
    top: 104px;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .heading-top .item {
    width: 14%;
  }
}
@media (min-width: 1441px) {
  .heading-top .item-1 {
    bottom: 56px;
    left: 8%;
  }
  .heading-top .item-2 {
    top: 104px;
    right: 7.7%;
  }
}

.page-title {
  text-align: center;
  padding: 99px 0;
  position: relative;
}
.page-title .title-border-shape {
  background-color: #101010;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .page-title {
    padding: 50px 0;
  }
}

.bg-shape {
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  width: 100%;
}
.bg-shape img {
  object-fit: cover;
  width: 100%;
}

.bg-shape-2 {
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  width: 100%;
}
.bg-shape-2 img {
  object-fit: cover;
  width: 100%;
}

.bg-shape-3 {
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
  -webkit-mask: url("../images/item/bg-shape.svg") no-repeat center;
  -webkit-mask-size: cover;
  mask: url("../images/item/bg-shape.svg") no-repeat center;
  width: 100%;
  height: 100%;
  background: var(--Primary);
  mask-size: cover;
}

.bg-overlay-landing {
  top: 46%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.bg-overlay-landing img {
  width: 100%;
  object-fit: cover;
}

.home-box {
  padding: 24px;
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  text-align: center;
}
.home-box .title {
  padding: 34px 0 31px;
}
.home-box .thumbs {
  position: relative;
  overflow: hidden;
}
.home-box .thumbs img {
  width: 100%;
  object-fit: cover;
}
.home-box .thumbs::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(12, 8, 44, 0) 0%, var(--Primary) 200%);
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-box .tf-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 38px;
  z-index: 3;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.18s;
  height: 52px;
  padding: 0 52px;
}
.home-box:hover .thumbs::after {
  height: 131px;
}
.home-box:hover .tf-btn {
  transform: translateY(0);
  opacity: 1;
}

.wrap-features {
  display: flex;
  padding: 60px 60px 58px;
  border-radius: 60px;
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  z-index: 1;
  position: relative;
}
.wrap-features .feature-color {
  max-width: 283px;
}
.wrap-features .tf-setting-color {
  background-color: unset;
}
.wrap-features .settings-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 49px 32px;
  padding-left: 10px;
}
.wrap-features .wrap-feature-bg-item {
  gap: 18px 19px;
}
@media (min-width: 992px) {
  .wrap-features .line {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
}
@media (min-width: 1150px) {
  .wrap-features .line {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 991px) {
  .wrap-features {
    flex-direction: column;
  }
  .wrap-features .tf-setting-color {
    max-width: unset;
  }
  .wrap-features .settings-color {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
  }
}
@media (max-width: 767px) {
  .wrap-features {
    padding: 40px 10px 38px;
  }
}

.features-background {
  gap: 20px;
}

@media (max-width: 575px) {
  .wrap-feature-bg-item {
    gap: 8px;
  }
}

.feature-bg-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-top: 1px solid;
  border-image-source: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background: var(--Bg-linear-2);
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-bg-item img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.feature-bg-item a {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  padding: 24px;
}
.feature-bg-item:hover {
  border: 1px solid var(--Primary);
}
.feature-bg-item:hover img {
  opacity: 1;
}
@media (max-width: 1149px) {
  .feature-bg-item a {
    padding: 18px;
  }
}
@media (max-width: 991px) {
  .feature-bg-item a {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .feature-bg-item a {
    padding: 8px;
  }
}

.section-box-home .tf-grid-layout {
  gap: 10px;
}

.section-features {
  padding-top: 175px;
  position: relative;
}
.section-features .item {
  position: absolute;
}
.section-features .item-1 {
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
}
.section-features .item-2 {
  bottom: -104px;
  left: -4.7%;
}
.section-features .item-3 {
  opacity: 0.8;
  right: 16%;
  bottom: 14%;
}
@media (max-width: 991px) {
  .section-features {
    padding-top: 80px;
  }
  .section-features .item-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-features {
    padding-top: 50px;
  }
  .section-features .item {
    width: 30%;
  }
}

.footer-landing {
  padding-top: 105px;
  padding-bottom: 117px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.footer-landing .title-border-shape {
  background-color: #101010;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-landing .title {
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
}
.footer-landing .content {
  padding-top: 27px;
  position: relative;
  z-index: 3;
}
.footer-landing .bg-footer {
  position: absolute;
  inset: 0;
}
.footer-landing .item {
  top: 33px;
  right: 9.2%;
}
@media (max-width: 991px) {
  .footer-landing .item {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-landing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-landing .content {
    padding-top: 0;
  }
}

/*------------ animation ---------------- */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header-avatar-liquid-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes header-avatar-liquid-breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.04);
  }
}
@keyframes header-avatar-inner-glow {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}
@keyframes header-avatar-inner-glow-ring {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.92;
    transform: scale(1);
  }
}
@keyframes header-liquid-sweep {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: translate3d(-120%, 0, 0) skewX(-20deg);
  }
  24% {
    opacity: 0.24;
  }
  48% {
    opacity: 0.74;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    filter: blur(13px);
    transform: translate3d(118%, 0, 0) skewX(-14deg);
  }
}
@keyframes header-avatar-final-flash {
  0% {
    border-color: var(--avatar-ring-border);
    box-shadow: 0 0 16px var(--avatar-ring-shadow),
      inset 0 0 8px var(--avatar-ring-inner);
    transform: scale(1);
  }
  38% {
    border-color: var(--avatar-ring-highlight);
    box-shadow: 0 0 34px var(--avatar-ring-shadow-pop),
      0 0 82px rgba(170, 255, 97, 0.62), inset 0 0 16px rgba(255, 255, 255, 0.62);
    transform: scale(1.09);
  }
  100% {
    border-color: var(--avatar-ring-border);
    box-shadow: 0 0 16px var(--avatar-ring-shadow),
      inset 0 0 8px var(--avatar-ring-inner);
    transform: scale(1);
  }
}
@keyframes header-avatar-no-ring-settle-aura {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: scale(0.48);
  }
  26% {
    opacity: 0.92;
    filter: blur(12px);
    transform: scale(1.18);
  }
  64% {
    opacity: 0.34;
    filter: blur(9px);
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    filter: blur(14px);
    transform: scale(1.16);
  }
}
@keyframes header-avatar-no-ring-settle-ring {
  0% {
    opacity: 0;
    transform: scale(0.68);
  }
  34% {
    opacity: 0.76;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}
@keyframes header-avatar-no-ring-settle-streak {
  0% {
    opacity: 0;
    transform: translate3d(-42px, 0, 0) skewX(-18deg) scaleX(0.72);
  }
  24% {
    opacity: 0.78;
  }
  62% {
    opacity: 0.26;
    transform: translate3d(14px, 0, 0) skewX(-12deg) scaleX(1.08);
  }
  100% {
    opacity: 0;
    transform: translate3d(34px, 0, 0) skewX(-8deg) scaleX(1.18);
  }
}
@keyframes header-avatar-no-ring-settle-photo {
  0% {
    transform: scale(0.82) translateY(8px);
    filter: drop-shadow(0 0 0 rgba(132, 255, 181, 0)) brightness(1.16)
      saturate(1.14);
  }
  30% {
    transform: scale(1.02) translateY(-2px);
    filter: drop-shadow(0 10px 24px rgba(132, 255, 181, 0.26))
      brightness(1.1) saturate(1.12);
  }
  62% {
    transform: scale(0.92) translateY(1px);
    filter: drop-shadow(0 8px 20px rgba(132, 255, 181, 0.12))
      brightness(1.04) saturate(1.04);
  }
  100% {
    transform: scale(0.9) translateY(1px);
    filter: drop-shadow(0 0 0 rgba(132, 255, 181, 0)) brightness(1)
      saturate(1);
  }
}
.shape-animaiton1 {
  position: relative;
  animation-name: shape-animaiton1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.shape-animaiton2 {
  position: relative;
  animation-name: shape-animaiton2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton3 {
  position: relative;
  animation-name: shape-animaiton3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton4 {
  position: relative;
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate3 {
  position: relative;
  animation-name: animate3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate4 {
  position: relative;
  animation-name: animate4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate5 {
  position: relative;
  animation-name: animate5;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes heartbeat-strong {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.4);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
/*------------ widgets ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.user-bar {
  --userbar-intro-y: 0px;
  --userbar-shadow-base: 0 14px 34px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top-color: rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  overflow: hidden;
  background: var(--Bg-linear-2);
  z-index: 99;
  box-shadow: var(--userbar-shadow-base);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
  isolation: isolate;
  transform-origin: right center;
  will-change: transform, filter, opacity, box-shadow;
}
.user-bar > * {
  position: relative;
  z-index: 1;
}
.user-bar::before,
.user-bar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.user-bar::before {
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(130% 90% at 50% -8%, rgba(69, 231, 123, 0.42) 0%, rgba(69, 231, 123, 0.06) 42%, rgba(69, 231, 123, 0) 72%);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.45s ease;
  z-index: 0;
}
.user-bar::after {
  inset: -8% -42%;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.16) 45%, rgba(210, 255, 227, 0.72) 50%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0) 66%);
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(-70%, 0, 0) skewX(-18deg) scale(1.08);
  z-index: 0;
}
@media (max-width: 1440px) {
  .user-bar {
    max-width: 295px;
  }
}
.user-bar .name {
  margin-bottom: 12px;
}
.user-bar .img-style {
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
}
.user-bar .img-style img {
  width: 100%;
}
.user-bar .item-shape {
  position: absolute;
  top: -63px;
  left: -79px;
}
@media (max-width: 1440px) {
  .user-bar {
    left: 15px;
    max-height: 100vh;
    transform: translateY(-50%);
    top: 50%;
  }
}
@media (max-width: 1149px) {
  .user-bar {
    position: relative;
    top: unset;
    left: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .user-bar {
    padding: 28px 15px;
  }
}
.user-bar.style-1 {
  position: unset;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-animating {
  animation: user-bar-reveal 1.35s cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-animating::before {
  animation: user-bar-intro-orb 1.35s cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-animating::after {
  animation: user-bar-intro-sweep 1.2s cubic-bezier(0.2, 0.9, 0.25, 1) 0.08s forwards;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover,
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished.is-touch-active {
  box-shadow: 0 0 36px rgba(69, 231, 123, 0.42), 0 0 82px rgba(69, 231, 123, 0.2), var(--userbar-shadow-base);
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover {
  transform: translateY(-50%) perspective(1600px) rotateY(12deg) rotateX(1.5deg) scale(1.01);
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover::before,
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished.is-touch-active::before {
  opacity: 0.62;
  transform: scale(1);
}

@keyframes user-bar-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--userbar-intro-y) + 34px), 0) scale(0.88) rotateX(12deg);
    filter: blur(10px) saturate(1.2);
    box-shadow: var(--userbar-shadow-base);
  }
  36% {
    opacity: 1;
    transform: translate3d(0, calc(var(--userbar-intro-y) - 6px), 0) scale(1.018) rotateX(0deg);
    filter: blur(0) saturate(1.06);
    box-shadow: 0 0 42px rgba(69, 231, 123, 0.52), 0 0 94px rgba(69, 231, 123, 0.24), var(--userbar-shadow-base);
  }
  64% {
    transform: translate3d(0, calc(var(--userbar-intro-y) + 2px), 0) scale(0.995);
    box-shadow: 0 0 28px rgba(69, 231, 123, 0.34), 0 0 62px rgba(69, 231, 123, 0.15), var(--userbar-shadow-base);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, var(--userbar-intro-y), 0) scale(1);
    filter: blur(0) saturate(1);
    box-shadow: var(--userbar-shadow-base);
  }
}

@keyframes user-bar-intro-orb {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  40% {
    opacity: 0.88;
    transform: scale(1.04);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes user-bar-intro-sweep {
  0% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(-74%, 0, 0) skewX(-20deg) scale(1.1);
  }
  20% {
    opacity: 0.18;
  }
  45% {
    opacity: 0.78;
    filter: blur(9px);
  }
  70% {
    opacity: 0.34;
  }
  100% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(84%, 0, 0) skewX(-14deg) scale(1.02);
  }
}

@media (max-width: 1149px) {
  .wrap-user-bar {
    padding-top: 25px;
  }
}

.box-author {
  position: relative;
  z-index: 1;
}
.box-author .img-style {
  border-radius: 24px;
  overflow: hidden;
}
.box-author .name {
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  transform-origin: 50% 50%;
  will-change: transform, filter, text-shadow, letter-spacing, opacity;
}
.box-author .name .userbar-name-fill {
  display: inline-flex;
  align-items: baseline;
}
.box-author .name .userbar-name-fill__char {
  display: inline-block;
  min-width: 0.02em;
  will-change: transform, opacity, filter, text-shadow;
}
.box-author .name .userbar-name-fill__char.is-space {
  width: 0.36em;
}
.box-author .name.is-fill-hit {
  animation: userbar-name-fill-hit 0.74s cubic-bezier(0.2, 0.9, 0.25, 1) both;
}
@keyframes userbar-name-fill-hit {
  0% {
    transform: scale(0.92);
    filter: blur(3px) brightness(0.92);
    text-shadow: 0 0 0 rgba(69, 231, 123, 0);
  }
  42% {
    transform: scale(1.08);
    filter: blur(0px) brightness(1.2);
    text-shadow: 0 0 20px rgba(69, 231, 123, 0.62), 0 0 34px rgba(69, 231, 123, 0.28);
  }
  100% {
    transform: scale(1);
    filter: blur(0px) brightness(1);
    text-shadow: 0 0 0 rgba(69, 231, 123, 0);
  }
}
.box-author .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.box-author .info > .name,
.box-author .info > .text-label,
.box-author .info > a,
.box-author .info > p {
  margin-bottom: 0;
}
.box-author .info > a.hover-underline-link.text-body-2,
.box-author .author-email {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.box-author .info > a.hover-underline-link.text-body-2 {
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover .box-author .info > a.hover-underline-link.text-body-2 {
  color: var(--Primary);
  text-shadow: 0 0 16px rgba(69, 231, 123, 0.2);
  animation: qode-inline-underline-initial-hover 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.main-content.style-fullwidth .user-bar.style-1 .list-icon li > * {
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.25s ease, box-shadow 0.25s ease;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover .list-icon li > * {
  color: var(--Primary);
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 0 18px rgba(69, 231, 123, 0.22);
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover .list-icon li:nth-child(2) > * {
  transition-delay: 0.04s;
}
.main-content.style-fullwidth .user-bar.style-1.is-intro-finished:hover .list-icon li:nth-child(3) > * {
  transition-delay: 0.08s;
}
.tag-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--Text-muted);
}
.tag-heading::before {
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  background-color: var(--Primary);
  border-radius: 50%;
  animation: flickerAnimation 0.8s infinite;
}

.counter-item {
  --touch-x: 50%;
  --touch-y: 50%;
  --counter-odometer-digit-width: 40px;
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Bg-linear-2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.counter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(180px circle at var(--touch-x) var(--touch-y), rgba(69, 231, 123, 0.28), rgba(69, 231, 123, 0));
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.counter-item .odometer-inside {
  letter-spacing: -4px;
}
.counter-item .odometer-digit {
  width: var(--counter-odometer-digit-width);
}
.counter-item .counter-number {
  --counter-plus-width: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  width: calc(
    (var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1)) +
      var(--counter-plus-width)
  );
  min-width: calc(
    (var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1)) +
      var(--counter-plus-width)
  );
}
.counter-item .counter-number .odometer {
  width: calc(
    var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1)
  );
  min-width: calc(
    var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1)
  );
  max-width: calc(
    var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1)
  );
  flex: 0 0
    calc(var(--counter-odometer-digit-width) * var(--counter-odometer-digits, 1));
  text-align: left;
}
.counter-item .counter-number .sub {
  width: var(--counter-plus-width);
  min-width: var(--counter-plus-width);
  max-width: var(--counter-plus-width);
  flex: 0 0 var(--counter-plus-width);
  text-align: left;
}
.counter-item .counter-number,
.counter-item .counter-number .odometer,
.counter-item .counter-number .odometer-value,
.counter-item .counter-number .sub {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.counter-item span {
  font-family: "Sora", sans-serif;
}
.counter-item .item-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.counter-item .item-shape img {
  position: absolute;
  min-width: 611px;
  height: 678px;
  top: -195%;
  right: -141%;
}
.counter-item:hover {
  border: 1px solid transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.counter-item.is-touch-active::before {
  opacity: 1;
}
.counter-item:hover .counter-number,
.counter-item:hover .counter-number .odometer,
.counter-item:hover .counter-number .odometer-value,
.counter-item:hover .counter-number .sub,
.counter-item.is-touch-active .counter-number,
.counter-item.is-touch-active .counter-number .odometer,
.counter-item.is-touch-active .counter-number .odometer-value,
.counter-item.is-touch-active .counter-number .sub {
  color: var(--Primary) !important;
}
@media (min-width: 768px) {
  .counter-item .item-shape {
    opacity: 0;
  }
  .counter-item:hover .item-shape {
    animation: none;
    opacity: 0;
  }
}
@media (max-width: 1149px) {
  .counter-item {
    --counter-odometer-digit-width: 33px;
  }
}
@media (max-width: 991px) {
  .counter-item {
    --counter-odometer-digit-width: 28px;
  }
}
@media (max-width: 767px) {
  .counter-item {
    --counter-odometer-digit-width: 24px;
  }
  .counter-item .item-shape img {
    top: -81px;
    right: unset;
    left: 0;
  }
}
@media (max-width: 575px) {
  .counter-item {
    --counter-odometer-digit-width: 22px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideBg {
  100% {
    right: 50%;
  }
}
.education-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 20px 20px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.education-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 38px;
  padding: 0 16px;
  border-radius: 40px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.education-item .content {
  position: relative;
  z-index: 1;
}
.education-item .item-shape {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}
.education-item .item-shape img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  min-width: 611px;
  height: 678px;
  opacity: 0;
  transform: translate(-36%, -50%);
}
.education-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(69, 231, 123, 0.2) 48%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.education-item:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.education-item:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  .education-item {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}

.wrap-education-item {
  position: relative;
}
.wrap-education-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: var(--Text-light);
  opacity: 0.1;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap-education-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary);
  border-radius: 50%;
  border: 3px solid var(--Primary);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wrap-education-item:not(:first-child) .point::after {
    height: 128px;
  }
}

.effect-line-hover .wrap-education-item:hover:not(:first-child) .point::after, .effect-line-hover .wrap-education-item:has(~ .wrap-education-item:hover):not(:first-child) .point::after {
  opacity: 1;
}

.service-item {
  position: relative;
}
.service-item .content-inner {
  border-radius: 20px;
  padding: 43px 20px 37px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .content-inner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(69, 231, 123, 0.08) 0%, rgba(69, 231, 123, 0.22) 50%, rgba(69, 231, 123, 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(69, 231, 123, 0.12);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .content {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 23px;
  row-gap: 8px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.service-item .content .number {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}
.service-item .content h5 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.service-item .service-subtitle {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  max-width: 760px;
}
.service-item .btn-arrow {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  color: var(--Text-light);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  flex-shrink: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .btn-arrow i {
  position: relative;
  z-index: 2;
}
.service-item .btn-arrow::after {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--Bg-linear-2);
  opacity: 1;
}
.service-item .btn-arrow:hover {
  background-color: var(--Primary) !important;
}
.service-item .item-shape {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: none;
}
.service-item .item-shape img {
  transform: translate(-36%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.service-item .img-hover {
  position: absolute;
  left: 62%;
  top: 26%;
  opacity: 0;
  transform: rotate(4deg) scale(0.8) translateY(calc(-50% + 14px));
  transition: opacity 0.35s, transform 0.5s ease-out;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
.service-item .img-hover img {
  transform: rotate(0) scale(1.14);
  transition: transform 0.3s ease-out;
}
.service-item:hover .btn-arrow {
  background-color: var(--Text-light);
  color: var(--Text-primary);
}
.service-item:hover .img-hover {
  z-index: 2;
  transform: rotate(0) scale(1) translateY(-50%);
  opacity: 1;
}
.service-item:hover .img-hover img {
  transform: rotate(0) scale(1.01);
}
.service-item:hover .content-inner::after {
  opacity: 1;
}
.service-item:hover .content-inner {
  border-color: rgba(255, 255, 255, 0.1);
}
.service-item:hover .content .number,
.service-item:hover .content h5 .link {
  color: var(--Primary);
}
@media (max-width: 767px) {
  .service-item .content-inner {
    padding: 43px 20px 37px;
    padding: 24px 15px 24px;
  }
  .service-item .img-hover {
    width: 65px;
    left: 66%;
    top: 7%;
  }
  .service-item .btn-arrow {
    height: 38px;
    width: 38px;
    font-size: 16px;
  }
}

.portfolio-item {
  --portfolio-tilt-x: 0deg;
  --portfolio-tilt-y: 0deg;
  background: radial-gradient(
      120% 90% at 18% -5%,
      rgba(69, 231, 123, 0.28) 0%,
      rgba(69, 231, 123, 0.12) 42%,
      rgba(69, 231, 123, 0.02) 66%,
      rgba(69, 231, 123, 0) 80%
    ),
    linear-gradient(170deg, rgba(252, 255, 253, 0.18) 0%, rgba(228, 250, 239, 0.12) 100%),
    var(--Bg-linear-2);
  border: 1px solid transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0px 8px 16px 0px rgba(28, 36, 51, 0.12);
  backdrop-filter: blur(12px);
  padding: 28px 15px;
  border-radius: 40px;
  position: relative;
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, filter 0.3s ease;
  will-change: transform, box-shadow, filter;
  isolation: isolate;
}
.portfolio-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    240px circle at var(--touch-x, 50%) var(--touch-y, 50%),
    rgba(69, 231, 123, 0.35) 0%,
    rgba(69, 231, 123, 0.14) 36%,
    rgba(69, 231, 123, 0) 72%
  );
  transition: opacity 0.24s ease;
  z-index: 0;
}
.portfolio-item.is-tilt-active,
.portfolio-item:hover,
.portfolio-item.is-touch-active {
  transform: perspective(1200px) rotateX(var(--portfolio-tilt-y)) rotateY(var(--portfolio-tilt-x)) translate3d(0, -8px, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 34px rgba(6, 11, 10, 0.55);
  filter: saturate(1.08);
}
#portfolio.portfolio-reveal-complete .portfolio-item.is-tilt-active,
#portfolio.portfolio-reveal-complete .portfolio-item:hover,
#portfolio.portfolio-reveal-complete .portfolio-item.is-touch-active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 34px rgba(6, 11, 10, 0.55), 0 0 0 1px rgba(69, 231, 123, 0.38), 0 0 36px rgba(69, 231, 123, 0.46), 0 0 80px rgba(69, 231, 123, 0.24);
}
#portfolio.portfolio-reveal-complete .portfolio-item.is-tilt-active::before,
#portfolio.portfolio-reveal-complete .portfolio-item:hover::before,
#portfolio.portfolio-reveal-complete .portfolio-item.is-touch-active::before {
  opacity: 1;
}
.portfolio-item .img-style {
  display: block;
  line-height: 0;
  width: 100%;
  aspect-ratio: 582/388;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  background: rgba(10, 14, 18, 0.6);
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1);
  isolation: isolate;
}
.portfolio-item .img-style img,
.portfolio-item .img-style video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transform-origin: center;
  transition: transform 0.28s ease, filter 0.28s ease;
  will-change: transform, filter;
}
.portfolio-item .img-style video {
  pointer-events: none;
}
.portfolio-item.is-tilt-active .img-style img,
.portfolio-item:hover .img-style img,
.portfolio-item.is-touch-active .img-style img,
.portfolio-item.is-tilt-active .img-style video,
.portfolio-item:hover .img-style video,
.portfolio-item.is-touch-active .img-style video {
  transform: scale(1.08) translateZ(14px);
}
.portfolio-item .img-style .project-reveal-beam {
  position: absolute;
  inset: -28% -34%;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: rotate(16deg);
  background: linear-gradient(
    118deg,
    rgba(96, 248, 161, 0) 0%,
    rgba(171, 255, 215, 0.18) 38%,
    rgba(255, 255, 255, 0.75) 52%,
    rgba(171, 255, 215, 0.2) 66%,
    rgba(96, 248, 161, 0) 100%
  );
  filter: blur(0.5px);
  mix-blend-mode: screen;
}
.portfolio-item .tag {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  background-color: var(--Primary);
  position: absolute;
  left: 20px;
  color: var(--Text-primary);
  bottom: 20px;
  border-radius: 24px;
}
.portfolio-item .item-shape {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  inset: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: inherit;
}
.portfolio-item .item-shape img {
  position: absolute;
  top: -245px;
  left: -163px;
}
.section-portfolio .portfolio-item .item-shape {
  display: none;
}
.section-pricing .pricing-item .item-shape,
.section-partner .partner-item .item-shape,
.section-contact .form-contact .item-shape {
  display: none;
}
.portfolio-item:hover .item-shape {
  opacity: 1;
}
.portfolio-item:hover .title {
  color: var(--Primary);
}
#portfolio .portfolio-item.projects-reveal-ready {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, 64px, 0) rotateX(8deg) scale(0.94);
  filter: blur(3px) saturate(0.75);
  will-change: transform, opacity, filter;
  transition: transform 0.9s cubic-bezier(0.2, 0.78, 0.22, 1),
    opacity 0.65s ease, filter 0.75s ease;
  transition-delay: var(--project-reveal-delay, 0s);
  overflow: hidden;
}
#portfolio .portfolio-item.projects-reveal-ready::before {
  content: "";
  position: absolute;
  inset: -45% 55% -45% -85%;
  background: linear-gradient(
    120deg,
    rgba(69, 231, 123, 0) 0%,
    rgba(69, 231, 123, 0.28) 47%,
    rgba(69, 231, 123, 0) 72%
  );
  opacity: 0;
  transform: translateX(-25%) rotate(8deg);
  pointer-events: none;
  z-index: 2;
}
#portfolio .portfolio-item.projects-reveal-ready .img-style {
  transform: translateY(14px) scale(0.98);
  transition: transform 0.95s cubic-bezier(0.2, 0.78, 0.22, 1);
  transition-delay: calc(var(--project-reveal-delay, 0s) + 0.03s);
}
#portfolio .portfolio-item.projects-reveal-ready .img-style img {
  transform: scale(1.2);
  filter: saturate(0.84);
  transition: transform 1.05s cubic-bezier(0.2, 0.78, 0.22, 1),
    filter 0.8s ease;
  transition-delay: calc(var(--project-reveal-delay, 0s) + 0.03s);
}
#portfolio .portfolio-item.projects-reveal-ready .tag,
#portfolio .portfolio-item.projects-reveal-ready .title {
  opacity: 0;
  transform: translateY(18px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}
#portfolio .portfolio-item.projects-reveal-ready .tag {
  transition-delay: calc(var(--project-reveal-delay, 0s) + 0.18s);
}
#portfolio .portfolio-item.projects-reveal-ready .title {
  transition-delay: calc(var(--project-reveal-delay, 0s) + 0.24s);
}
#portfolio .portfolio-item.projects-reveal-ready.is-revealed {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0) scale(1);
  filter: blur(0) saturate(1);
}
#portfolio .portfolio-item.projects-reveal-ready.is-revealed::before {
  animation: featured-project-sweep 0.9s ease-out
    calc(var(--project-reveal-delay, 0s) + 0.16s) both;
}
#portfolio .portfolio-item.projects-reveal-ready.is-revealed .img-style {
  transform: translateY(0) scale(1);
}
#portfolio .portfolio-item.projects-reveal-ready.is-revealed .img-style img {
  transform: scale(1.04);
  filter: saturate(1);
}
#portfolio .portfolio-item.projects-reveal-ready.is-revealed .tag,
#portfolio .portfolio-item.projects-reveal-ready.is-revealed .title {
  opacity: 1;
  transform: translateY(0);
}
@keyframes featured-project-sweep {
  0% {
    opacity: 0;
    transform: translateX(-45%) rotate(8deg);
  }
  28% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: translateX(165%) rotate(8deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-item,
  .portfolio-item.is-tilt-active,
  .portfolio-item:hover,
  .portfolio-item.is-touch-active {
    transform: none !important;
    filter: none !important;
  }
  .portfolio-item::before {
    display: none !important;
  }
  #portfolio .portfolio-item.projects-reveal-ready,
  #portfolio .portfolio-item.projects-reveal-ready .img-style,
  #portfolio .portfolio-item.projects-reveal-ready .img-style img,
  #portfolio .portfolio-item.projects-reveal-ready .tag,
  #portfolio .portfolio-item.projects-reveal-ready .title,
  #portfolio .portfolio-item.projects-reveal-ready::before {
    transition: none !important;
    animation: none !important;
  }
}
@media (min-width: 768px) {
  .portfolio-item {
    padding: 40px 40px 40px;
  }
}

.pricing-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 58px 35px 60px 40px;
  border-radius: 20px;
  background: var(--Bg-linear-2);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  gap: 12px;
  z-index: 1;
}
.pricing-item .list-check {
  flex: 31.8%;
}
.pricing-item .list-check i {
  font-size: 24px;
  color: var(--Primary);
}
#standard-plan .list-check li,
#premium-plan .list-check li {
  position: relative;
  padding-left: 18px;
  gap: 0 !important;
}
#standard-plan .list-check li i,
#premium-plan .list-check li i {
  display: none;
}
#standard-plan .list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45e77b;
  box-shadow: 0 0 0 2px rgba(69, 231, 123, 0.18), 0 0 12px rgba(69, 231, 123, 0.5);
  transform: translateY(-50%);
}
#premium-plan .list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6c34fa;
  box-shadow: 0 0 0 2px rgba(108, 52, 250, 0.24), 0 0 12px rgba(108, 52, 250, 0.48), 0 0 20px rgba(108, 52, 250, 0.32);
  animation: premium-plan-dot-glow 1.8s ease-in-out infinite;
  transform: translateY(-50%);
}
@keyframes premium-plan-dot-glow {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(108, 52, 250, 0.24), 0 0 12px rgba(108, 52, 250, 0.48), 0 0 20px rgba(108, 52, 250, 0.32);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(108, 52, 250, 0.36), 0 0 18px rgba(108, 52, 250, 0.62), 0 0 28px rgba(108, 52, 250, 0.44);
  }
}
.pricing-item .item-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pricing-item .item-shape img {
  transform: translate(-36%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.pricing-item .title {
  flex: 11.4%;
}
.pricing-item .wrap-pricing {
  flex: 12.3%;
}
.pricing-item.style-1 .title {
  flex: 38.5%;
}
.pricing-item.style-1 .wrap-pricing {
  flex: 15.9%;
}
.pricing-item.style-1 .list-check {
  flex: 50.8%;
}
@media (min-width: 1441px) {
  .pricing-item .title {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .pricing-item {
    padding: 28px 15px;
  }
}
@media (max-width: 575px) {
  .pricing-item {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}

.partner-item {
  position: absolute;
  border-radius: 50%;
  background: var(--Bg-linear-2);
  width: max-content;
  overflow: hidden;
}
.partner-item.sz-80 > img {
  padding: 14px;
}
.partner-item.sz-60 > img {
  padding: 4px;
}
.partner-item.sz-100 > img {
  padding: 24px;
}
.partner-item.sz-120 > img {
  padding: 34px;
}
.partner-item.sz-160 > img {
  padding: 50px;
}
.partner-item.sz-200 > img {
  padding: 60px;
}
.partner-item > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 24px;
}
.partner-item .item-shape {
  position: absolute;
  pointer-events: none;
  inset: 0;
  width: 100%;
  height: 100%;
}
.partner-item .item-shape img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  min-width: 611px;
  height: 678px;
  top: -148%;
  left: -145px;
  opacity: 0;
}
.partner-item:hover > img {
  transform: rotate(25deg);
  animation: heartbeat-strong 2s infinite;
}
.partner-item:hover .item-shape img {
  opacity: 1;
}
@media (max-width: 991px) {
  .partner-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: unset !important;
    padding: 12px;
  }
  .partner-item > img {
    height: 52px;
    width: 52px;
    padding: 0 !important;
  }
}

.wrap-partner {
  position: relative;
  width: 100%;
  height: 338px;
}
.wrap-partner .partner-item {
  position: absolute;
}
.wrap-partner .item-1 {
  top: 161.74px;
  left: 0;
}
.wrap-partner .item-2 {
  bottom: 0%;
  left: 76px;
}
.wrap-partner .item-3 {
  top: 74.2px;
  left: 62px;
}
.wrap-partner .item-4 {
  top: 46px;
  left: 220.18px;
}
.wrap-partner .item-5 {
  top: 61px;
  right: 282px;
}
.wrap-partner .item-6 {
  top: 27px;
  right: 162.42px;
}
.wrap-partner .item-8 {
  top: 116.74px;
  left: 132px;
}
.wrap-partner .item-7 {
  bottom: 7.26px;
  right: 171px;
}
.wrap-partner .item-9 {
  top: 56.74px;
  left: 292px;
}
.wrap-partner .item-10 {
  top: 95.95px;
  right: 51px;
}
.wrap-partner .item-11 {
  bottom: 27.26px;
  left: 286.83px;
}
.wrap-partner .item-12 {
  bottom: 21.26px;
  right: 72.81px;
}
.wrap-partner.position-2 .item-1 {
  top: 133.74px;
  left: 21px;
}
.wrap-partner.position-2 .item-2 {
  bottom: 8%;
  left: 97px;
}
.wrap-partner.position-2 .item-3 {
  top: 47.2px;
  left: 83px;
}
.wrap-partner.position-2 .item-4 {
  top: 18px;
  left: 241.18px;
}
.wrap-partner.position-2 .item-5 {
  top: 34px;
  right: 231px;
}
.wrap-partner.position-2 .item-6 {
  top: 0px;
  right: 112.42px;
}
.wrap-partner.position-2 .item-8 {
  top: 88.74px;
  left: 153px;
}
.wrap-partner.position-2 .item-7 {
  bottom: 34.26px;
  right: 119px;
}
.wrap-partner.position-2 .item-9 {
  top: 29.74px;
  left: 314px;
}
.wrap-partner.position-2 .item-10 {
  top: 67.95px;
  right: 0px;
}
.wrap-partner.position-2 .item-11 {
  bottom: 54.26px;
  left: 305.83px;
}
.wrap-partner.position-2 .item-12 {
  bottom: 49.26px;
  right: 20.81px;
}
@media (max-width: 991px) {
  .wrap-partner {
    height: unset;
    padding: 24px 0;
  }
}

.footer-logo {
  margin-top: 26px;
}

.text-menu .toggle {
  display: grid;
}
.text-menu .toggle .text {
  grid-area: 1/1;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.text-menu .toggle .text .word {
  white-space: nowrap;
}
.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  backface-visibility: hidden;
  margin: 0 -0.02em;
}
.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}
.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}
.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}
.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}
.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}
.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

/*------------ sections ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@media (min-width: 1150px) {
  .main-content {
    padding-top: 70px;
  }
}
@media (min-width: 1441px) {
  .main-content {
    padding-top: 50px;
    margin-right: 77px;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 130px;
  }
}
.main-content.style-fullwidth {
  --first-fold-offset: 233.38px;
  --about-center-line: calc(var(--first-fold-offset) + ((100svh - var(--first-fold-offset)) / 2));
  padding-top: var(--first-fold-offset);
}
@media (min-width: 1150px) {
  .main-content.style-fullwidth {
    --first-fold-offset: clamp(150px, 14vh, 186px);
    --about-center-line: calc(var(--first-fold-offset) + ((100svh - var(--first-fold-offset)) / 2));
    padding-top: var(--first-fold-offset);
  }
}
@media (min-width: 768px) {
  .main-content.style-fullwidth {
    margin-right: 0;
  }
}
@media (max-width: 1149px) {
  .main-content.style-fullwidth {
    --first-fold-offset: 133px;
    padding-top: var(--first-fold-offset);
  }
}
.main-content.style-fullwidth .right-bar {
  top: 150px;
}
.main-content.style-fullwidth .user-bar {
  --userbar-intro-y: -50%;
  position: sticky;
  top: var(--about-center-line);
  max-height: calc(100svh - var(--first-fold-offset) - 24px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateY(-50%);
}
.main-content.style-fullwidth .user-bar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.main-content.style-fullwidth .section-about.first-section {
  min-height: calc(100svh - var(--first-fold-offset) - 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 96;
}
@media (min-width: 1150px) {
  .main-content.style-fullwidth .section-about.first-section {
    min-height: calc(100svh - var(--first-fold-offset));
  }
}
@media (min-width: 1150px) and (max-height: 860px) {
  .main-content.style-fullwidth .user-bar {
    padding: 20px 18px;
  }
  .main-content.style-fullwidth .user-bar .img-style {
    max-width: 250px;
  }
  .main-content.style-fullwidth .section-about.first-section .heading-section {
    margin-bottom: 24px;
  }
  .main-content.style-fullwidth .section-about.first-section .wrap-counter {
    gap: 12px;
  }
}
@media (max-width: 1149px) {
  .main-content.style-fullwidth .user-bar {
    --userbar-intro-y: 0px;
    position: relative;
    top: 0;
    max-height: none;
    max-width: 420px;
    overflow: visible;
    transform: none;
    margin: 24px auto 0;
    padding: 20px 18px;
  }
  .main-content.style-fullwidth .user-bar .img-style {
    max-width: 240px;
  }
  .main-content.style-fullwidth .user-bar .box-author .name {
    white-space: normal;
  }
  .main-content.style-fullwidth .section-about.first-section {
    min-height: auto;
    display: block;
  }
}
.main-content.style-3 {
  padding-top: 50px;
}
@media (max-width: 1440px) {
  .main-content.style-3 {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .main-content.style-3 {
    padding-top: 0;
  }
}
@media (max-width: 1149px) {
  .wrap-main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-main-content {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .heading-section {
    margin-bottom: 24px;
  }
  .heading-section .tag-heading {
    margin-bottom: 12px;
  }
}

.main-content-2 {
  padding-top: 100px;
}
@media (min-width: 1441px) {
  .main-content-2 {
    margin-right: 35px;
  }
}

.title-border-shape {
  position: relative;
  max-width: max-content;
  padding: 8px;
}
.title-border-shape .shape span {
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  background-color: var(--White);
  border: 2px solid var(--Primary);
  z-index: 1;
}
.title-border-shape .shape .shape-1 {
  left: -7px;
  top: -7px;
}
.title-border-shape .shape .shape-2 {
  right: -4px;
  top: -7px;
}
.title-border-shape .shape .shape-3 {
  right: -5px;
  bottom: -5px;
}
.title-border-shape .shape .shape-4 {
  left: -7px;
  bottom: -7px;
}
.title-border-shape .line-horizontal {
  background-color: var(--Primary);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.title-border-shape .line-vertical {
  background-color: var(--Primary);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.title-border-shape .vertical-1 {
  right: 0;
}
.title-border-shape .vertical-2 {
  left: 0;
}
.title-border-shape .horizontal-1 {
  top: 0;
}
.title-border-shape .horizontal-2 {
  bottom: 0;
}

.section-testimonial .swiper-slide {
  height: auto !important;
}
.section-testimonial .wrap-sw-button {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 40px;
}
.section-testimonial.style-1 .wrap-sw-button {
  position: unset;
}

.section-portfolio .portfolio-item:not(:last-child) {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .section-portfolio .portfolio-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.section-portfolio.style-1 .portfolio-item {
  margin-bottom: 0;
}
.section-portfolio.style-1 .tf-grid-layout {
  gap: 44px;
}

@media (min-width: 992px) {
  .section-partner .swiper-slide {
    position: unset;
  }
}
.section-partner.style-1 {
  padding-top: 22px;
}
@media (min-width: 992px) {
  .section-partner.style-1 .heading-section {
    padding-top: 71px;
  }
}
.about-title-follow {
  --about-title-glow: 0;
  cursor: default;
  perspective: 900px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  isolation: isolate;
  color: #ffffff;
  text-shadow: none;
}
.about-title-follow::before {
  display: none;
}
.about-title-follow::after {
  display: none;
}
.about-title-follow.is-title-revealing {
  will-change: transform, filter, text-shadow;
}
.about-title-follow .about-title-word {
  --about-word-motion-duration: 0.35s;
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: 50% 70%;
  color: #ffffff;
  will-change: transform, filter, color;
  transition: transform var(--about-word-motion-duration)
      cubic-bezier(0.22, 1, 0.36, 1),
    color 0.32s ease, text-shadow var(--about-word-motion-duration) ease,
    filter var(--about-word-motion-duration) ease;
}
.about-title-follow .about-title-word:hover,
.about-title-follow .about-title-word.is-active {
  color: #45e77b;
  filter: none;
  text-shadow: none;
}
.about-title-follow .about-title-word.is-releasing {
  --about-word-motion-duration: 0.72s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1), ease,
    cubic-bezier(0.2, 0.9, 0.26, 1), cubic-bezier(0.2, 0.9, 0.26, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about-title-follow::before,
  .about-title-follow::after {
    display: none;
  }
}

@media (min-width: 1441px) {
  .section-about.style-1,
  .section-resume.style-1 {
    margin-left: 80px;
  }
}

@media (min-width: 1150px) {
  .section-about {
    height: 73vh;
  }
}
@media (min-width: 1150px) {
  .section-about.v2 {
    height: 86vh;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .section-about.v2 {
    height: 100vh;
    padding-top: 50px;
  }
}
@media (max-width: 1440px) {
  .section-about.v2 {
    display: flex;
    align-items: center;
  }
}
.section-about.v3 {
  height: unset;
}

.section-contact.style-1 {
  padding-bottom: 40px;
}
.section-contact.style-1 .contact-row {
  align-items: flex-start;
}
.section-contact.style-1 .heading-section {
  --contact-equal-gap: 14px;
  display: flex;
  flex-direction: column;
  gap: var(--contact-equal-gap);
}
.section-contact.style-1 .heading-section .tag-heading,
.section-contact.style-1 .heading-section .title {
  margin-bottom: 0;
}
.section-contact.style-1 .heading-section .title,
.section-contact.style-1 .heading-section .heading-title {
  display: flex;
  flex-direction: column;
  gap: var(--contact-equal-gap);
}
.section-contact.style-1 .heading-section .heading-title > div,
.section-contact.style-1 .heading-section .heading-title h4,
.section-contact.style-1 .heading-section .heading-title .list-icon {
  margin: 0;
}
.section-contact.style-1 .heading-section .title h3 {
  margin: 0;
  line-height: 1.2;
}
.quick-contact-floating {
  --quick-contact-shadow-base: 0 14px 34px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  padding: 12px 10px;
  background: var(--Bg-linear-2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: var(--quick-contact-shadow-base);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.quick-contact-floating:hover,
.quick-contact-floating:focus-within,
.quick-contact-floating:active,
.quick-contact-floating.is-touch-active {
  box-shadow: var(--quick-contact-shadow-base);
}
.quick-contact-icons {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.quick-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--Text-light);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  transition: color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.quick-contact-link i {
  font-size: 24px;
  line-height: 1;
}
.quick-contact-link:hover,
.quick-contact-link:focus-visible,
.quick-contact-link:active {
  color: var(--Primary);
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(69, 231, 123, 0.32);
}
@media (min-width: 1150px) {
  .section-contact.style-1 .contact-row {
    flex-wrap: nowrap;
  }
  .section-contact.style-1 .heading-section {
    padding-top: 0;
  }
  .section-contact.style-1 .form-contact {
    margin-left: 35px;
    padding: 40px 60px;
  }
}

@media (max-width: 1149px) {
  .wrap-section .row {
    gap: 40px;
  }
  .section-contact.style-1 .contact-row {
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .quick-contact-floating {
    right: 14px;
    padding: 10px 8px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .quick-contact-floating {
    right: 10px;
    bottom: 18px;
    top: auto;
    transform: none;
  }
  .quick-contact-link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .quick-contact-link i {
    font-size: 22px;
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(12px);
}
.contact-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  z-index: 1;
}
.contact-modal__content .form-contact {
  margin-bottom: 0;
  padding: 40px 60px;
}
.contact-modal__content .form-contact .item-shape {
  display: none;
}
.contact-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  font-size: 32px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.contact-modal__close:hover,
.contact-modal__close:focus-visible {
  color: var(--Primary);
  transform: scale(1.04);
}
body.contact-modal-open {
  overflow: hidden;
}
.email-popup {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.email-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.email-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(12px);
}
.email-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  padding: 28px 22px 20px;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--Bg-linear-2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.email-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--Text-light);
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
.email-popup__close:hover,
.email-popup__close:focus-visible {
  color: var(--Primary);
  transform: scale(1.04);
}
.email-popup__title {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--Text-light);
}
.email-popup__address {
  margin: 0 0 18px;
  color: var(--Text-secondary);
  word-break: break-word;
}
.email-popup__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.email-popup__btn {
  width: 100%;
  min-height: 42px;
  border: none;
  border-radius: 12px;
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.12) -61.8%, rgba(204, 235, 235, 0.03) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.email-popup__btn:hover,
.email-popup__btn:focus-visible {
  color: var(--Primary);
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(69, 231, 123, 0.32);
}
.email-popup__btn--primary {
  color: var(--Primary);
}
.email-popup__status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--Text-secondary);
  font-size: 14px;
}
body.email-popup-open {
  overflow: hidden;
}

/* Featured Projects popup overlay */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.project-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1260;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.project-video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.project-video-modal:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.project-video-modal__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.project-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(calc((100vh - 56px) * 9 / 16), calc(100vw - 32px));
  width: min(calc((100dvh - 56px) * 9 / 16), calc(100vw - 32px));
}
.project-video-modal__frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}
.project-video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  background: #000;
}
.project-video-modal__close {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--Text-light);
  background: linear-gradient(123.51deg, rgba(215, 237, 237, 0.12) -61.8%, rgba(204, 235, 235, 0.04) 100%);
  font-size: 32px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.project-video-modal__close:hover,
.project-video-modal__close:focus-visible {
  color: var(--Primary);
  transform: scale(1.04);
}
body.project-video-modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-video-modal {
    padding: 10px;
  }
  .project-video-modal__dialog {
    width: min(calc((100vh - 32px) * 9 / 16), calc(100vw - 20px));
    width: min(calc((100dvh - 32px) * 9 / 16), calc(100vw - 20px));
  }
  .project-video-modal__frame {
    border-radius: 18px;
  }
  .project-video-modal__close {
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .contact-modal {
    padding: 14px;
  }
  .contact-modal__dialog {
    max-height: calc(100vh - 28px);
  }
  .contact-modal__content .form-contact {
    padding: 28px 15px;
  }
  .contact-modal__close {
    right: 10px;
    top: 10px;
  }
  .email-popup__dialog {
    width: min(100%, 340px);
    padding: 24px 16px 18px;
  }
  .email-popup__title {
    font-size: 20px;
  }
}

/* Hide setting button */
a[href="#setting-menu"],
a[aria-controls="setting-menu"] {
  display: none !important;
}
