/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url(./bootstrap-select.min.css);
:root {
  --body-background-color: #1f2025;
  --body-background-color2: #131216;
  --sub-color: #e5e0ff;
  --sub-color2: #5736fd;
  --primary: #0c5af5;
  --secondary: #16171b;
  --third: #f9f9fa;
  --four: #eaecf7;
  --five: #f2f0ed;
  --six: #e4e0dc;
  --body-color: #7e8695;
  --white: #ffffff;
  --green: #2df494;
  --mono-gray: #7e8695;
  --mono-gray2: #5f697c;
  --mono-gray3: #474e5c;
  --mono-gray4: #9da5b4;
  --mono-gray5: #2b303b;
  --mono-gray6: #f0f2f4;
  --mono-gray7: #bbc1ce;
  --mono-gray8: #8d8d8d;
  --mono-gray9: #d9dce3;
  --mono-gray10: #f0f2f4;
  --mono-gray11: #666666;
  --black: #000000;
  --bright-orange: #f24903;
  --dark-color: #111317;
  --dark-color2: #2b303b;
  --dark-color3: #222126;
  --dark-color4: #151515;
  --color-text: #494949;
  --color-text2: #808080;
  --color-text3: #f0f2f4;
  --border: #d9dce3;
}

.primary-2 {
  --primary: #f24903;
}

.primary-3 {
  --primary: #2db04c;
}

.primary-4 {
  --primary: #5736fd;
}

/*---------- Reset css styles ----------- */
/* 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 {
  line-height: 1;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
}

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: "Inter", 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: 15px;
  line-height: 25px;
}

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;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  -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;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Red Hat Display", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  color: var(--dark-color);
}

h1,
.h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
}

h5,
.h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.text-display {
  font-size: 128px;
  line-height: 128px;
  font-weight: 600;
}

.text-display-2 {
  font-size: 96px;
  line-height: 96px;
  font-weight: 600;
}

.sub-heading {
  font-size: 20px;
  line-height: 28px;
}

.text-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.text-body-2 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-body-3 {
  font-size: 14px;
  line-height: 20px;
}

.text-body-4 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.text-caption {
  font-size: 12px;
  line-height: 16px;
}

.text-caption-1 {
  font-size: 10px;
  line-height: 16px;
}

.text-caption-2 {
  font-size: 16px;
  line-height: 19.36px;
}

.text-caption-3 {
  font-size: 12px !important;
  line-height: 14.52px !important;
}

.fs-18 {
  font-size: 18px;
}

.font2 {
  font-family: "Red Hat Display", sans-serif;
}

.font3 {
  font-family: "IBM Plex Sans", sans-serif;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.letter-spacing-1 {
  letter-spacing: -0.01em;
}

.letter-spacing-2 {
  letter-spacing: -0.02em;
}

.letter-spacing-3 {
  letter-spacing: 0.01em;
}

.letter-spacing-4 {
  letter-spacing: 0.02em;
}

.letter-spacing-5 {
  letter-spacing: 0.1px;
}

/* link style
-------------------------------------------------------------- */
.link {
  -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: inherit;
}
.link:hover {
  color: var(--primary) !important;
}
.link.link-white:hover {
  color: var(--white) !important;
}
.link.style-2:hover {
  color: #0c5af5 !important;
}

a {
  -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;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
a:focus, a: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;
  text-decoration: none;
  outline: 0;
}

/* text color
-------------------------------------------------------------- */
.text_primary {
  color: var(--primary);
}

.text_mono-gray {
  color: var(--mono-gray) !important;
}

.text_mono-gray2 {
  color: var(--mono-gray2) !important;
}

.text_mono-gray3 {
  color: var(--mono-gray3) !important;
}

.text_mono-gray6 {
  color: var(--mono-gray6);
}

.text_mono-gray4 {
  color: var(--mono-gray4);
}

.text_mono-gray7 {
  color: var(--mono-gray7);
}

.text_mono-gray8 {
  color: var(--mono-gray8);
}

.text_mono-gray9 {
  color: var(--mono-gray9);
}

.text_mono-gray10 {
  color: var(--mono-gray10);
}

.text_mono-gray11 {
  color: var(--mono-gray11);
}

.text_dark-color {
  color: var(--dark-color);
}

.text_dark-color2 {
  color: var(--dark-color2);
}

.text_dark-color4 {
  color: var(--dark-color4);
}

.text_color-text {
  color: var(--color-text);
}

.text_color-text2 {
  color: var(--color-text2) !important;
}

.text_color-text3 {
  color: var(--color-text3);
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 999px;
}

#wrapper {
  overflow-x: clip;
}

/* container
-------------------------------------------------------------- */
.row {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tf-container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tf-container-inner {
  max-width: 1326px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tf-container-inner.w-1154 {
  max-width: 1154px;
}

.inner2 {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrap {
  border-radius: 24px;
}

.tf-wrap-content {
  display: flex;
  flex-wrap: wrap;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

/* backgroud
-------------------------------------------------------------- */
.bg_1 {
  background-color: var(--body-background-color);
}

.bg_2 {
  background-color: var(--body-background-color2);
}

.bg_white {
  background-color: var(--white);
}

.bg_primary {
  background-color: var(--primary);
}

.bg_secondary {
  background-color: var(--secondary);
}

.bg_third {
  background-color: var(--third);
}

.bg_four {
  background-color: var(--four);
}

.bg_five {
  background-color: var(--five);
}

.bg_six {
  background-color: var(--six);
}

.bg_seven {
  background-color: #f4f4f4;
}

.bg_dark-color {
  background-color: var(--dark-color);
}

.bg_mono-gray6 {
  background-color: var(--mono-gray6);
}

.bg_mono-gray7 {
  background-color: var(--mono-gray7);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
}
.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;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-9 {
  gap: 9px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-13 {
  gap: 13px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-19 {
  gap: 19px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-22 {
  gap: 22px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-46 {
  gap: 46px !important;
}

/* margin
-------------------------------------------------------------- */
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}

.ml_5 {
  margin-left: 5px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.-mt_6 {
  margin-top: -6px;
}

.-mt_7 {
  margin-top: -7px !important;
}

.-mt_9 {
  margin-top: -9px;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_96 {
  margin-top: 96px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 37px;
}

.mb_39 {
  margin-bottom: 37px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.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;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 66px;
}

.mb_70 {
  margin-bottom: 72px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

/* padding
-------------------------------------------------------------- */
.py_10 {
  padding: 10px 0;
}

.py_12 {
  padding: 12px 0;
}

.py_14 {
  padding: 14px 0;
}

.py_32 {
  padding: 32px 0;
}

.py_50 {
  padding: 50px 0;
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pt_13 {
  padding-top: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_18 {
  padding-top: 18px;
}

.pt_21 {
  padding-top: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pt_26 {
  padding-top: 26px;
}

.pt_31 {
  padding-top: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_34 {
  padding-top: 34px;
}

.pt_66 {
  padding-top: 66px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_111 {
  padding-top: 111px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pb_14 {
  padding-bottom: 14px !important;
}

.pb_18 {
  padding-bottom: 18px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_61 {
  padding-bottom: 61px;
}

/* Extra classes
-------------------------------------------------------------- */
.w-100vw {
  width: 100vw;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tecko-spacing {
  padding-top: 160px;
  padding-bottom: 160px;
}

.tecko-spacing-2 {
  padding-bottom: 74px;
}

.tecko-spacing-3 {
  padding-top: 160px;
  padding-bottom: 117px;
}

.tecko-spacing-4 {
  padding-top: 73px;
  padding-bottom: 87px;
}

.tecko-spacing-5 {
  padding-top: 73px;
  padding-bottom: 80px;
}

.tecko-spacing-6 {
  padding-top: 176px;
  padding-bottom: 162px;
}

.tecko-spacing-7 {
  padding-top: 153px;
  padding-bottom: 174px;
}

.tecko-spacing-8 {
  padding-top: 118px;
  padding-bottom: 121px;
}

.tecko-spacing-9 {
  padding-top: 119px;
  padding-bottom: 162px;
}

.tecko-spacing-10 {
  padding-top: 119px;
  padding-bottom: 104px;
}

.tecko-spacing-11 {
  padding-top: 118px;
  padding-bottom: 162px;
}

.tecko-spacing-12 {
  padding-top: 160px;
  padding-bottom: 102px;
}

.tecko-spacing-13 {
  padding-top: 118px;
  padding-bottom: 164px;
}

.tecko-spacing-14 {
  padding-bottom: 130px;
}

.tecko-spacing-15 {
  padding-top: 88px;
  padding-bottom: 79px;
}

.tecko-spacing-16 {
  padding-top: 97px;
  padding-bottom: 73px;
}

.tecko-spacing-17 {
  padding-top: 184px;
  padding-bottom: 189px;
}

.tecko-spacing-18 {
  padding-top: 67px;
  padding-bottom: 95px;
}

.tecko-spacing-19 {
  padding-top: 93px;
  padding-bottom: 95px;
}

.tecko-spacing-20 {
  padding-top: 95px;
  padding-bottom: 98px;
}

.tecko-spacing-21 {
  padding-bottom: 186px;
}

.tecko-spacing-22 {
  padding-top: 158px;
  padding-bottom: 153px;
}

.tecko-spacing-23 {
  padding-top: 153px;
  padding-bottom: 160px;
}

.tecko-spacing-24 {
  padding-bottom: 166px;
}

.tecko-spacing-25 {
  padding-top: 92px;
  padding-bottom: 119px;
}

.tecko-spacing-26 {
  padding-top: 120px;
  padding-bottom: 125px;
}

.tecko-spacing-27 {
  padding-top: 115px;
  padding-bottom: 225px;
}

.tecko-spacing-28 {
  padding-top: 123px;
  padding-bottom: 122px;
}

.tecko-spacing-29 {
  padding-bottom: 90px;
}

.tecko-spacing-30 {
  padding-top: 74px;
  padding-bottom: 204px;
}

.tecko-spacing-31 {
  padding-top: 69px;
  padding-bottom: 23px;
}

.tecko-spacing-32 {
  padding-top: 73px;
  padding-bottom: 102px;
}

.tecko-spacing-33 {
  padding-top: 73px;
  padding-bottom: 85px;
}

.tecko-spacing-34 {
  padding-bottom: 113px;
}

.tecko-spacing-35 {
  padding-top: 116px;
  padding-bottom: 119px;
}

.tecko-spacing-36 {
  padding-top: 110px;
  padding-bottom: 96px;
}

.tecko-spacing-37 {
  padding-top: 73px;
  padding-bottom: 26px;
}

.tecko-spacing-38 {
  padding-top: 149px;
  padding-bottom: 160px;
}

.tecko-spacing-39 {
  padding-bottom: 152px;
}

.tecko-spacing-40 {
  padding-top: 153px;
  padding-bottom: 160px;
}

.tecko-spacing-41 {
  padding-top: 160px;
  padding-bottom: 151px;
}

.tecko-spacing-42 {
  padding-top: 155px;
  padding-bottom: 160px;
}

.tecko-spacing-43 {
  padding-top: 99px;
  padding-bottom: 121px;
}

.tecko-spacing-44 {
  padding-bottom: 157px;
}

.tecko-spacing-45 {
  padding-top: 89px;
  padding-bottom: 81px;
}

.tecko-spacing-46 {
  padding-top: 160px;
  padding-bottom: 156px;
}

.tecko-spacing-47 {
  padding-top: 160px;
  padding-bottom: 119px;
}

.tecko-spacing-48 {
  padding-bottom: 153px;
}

.tecko-spacing-49 {
  padding-top: 73px;
  padding-bottom: 149px;
}

.tecko-spacing-50 {
  padding-bottom: 22px;
}

.tecko-spacing-51 {
  padding-top: 97px;
  padding-bottom: 191px;
}

.border-top {
  border-top: 1px solid var(--dark-color2) !important;
}

.list {
  display: grid;
}
.list li {
  display: flex;
  align-items: center;
}

.sticky-element {
  position: sticky;
  top: 30px;
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 999px;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.topbar .left p {
  display: flex;
  gap: 8px;
}
.topbar p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.topbar.style-1 {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
}
.topbar.style-1::after, .topbar.style-1::before {
  position: absolute;
  content: "";
  background-color: var(--black);
  width: 40%;
  height: 64px;
  border-color: #2b303b;
  border-style: solid;
  border-radius: 4px;
  border-width: 0px 1px 1px 0px;
  top: -27px;
}
.topbar.style-1::after {
  left: -161px;
  transform: matrix(1, 0, -0.62, 0.78, 0, 0);
}
.topbar.style-1::before {
  right: -161px;
  transform: matrix(-1, 0, 0.62, 0.78, 0, 0);
}
.topbar.style-1 p {
  position: relative;
}
.topbar.style-1 p::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--mono-gray3);
  right: -9px;
}
.topbar.style-1 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar.style-1 a 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;
}
.topbar.style-1 a:hover svg path {
  stroke: var(--primary);
}
.topbar.style-2 {
  background-color: var(--dark-color);
}
.topbar.style-2 .tf-btn {
  height: 28px;
  background-color: #2b303b;
  padding: 0 8px;
}
.topbar.style-2 .tf-btn span {
  color: var(--white);
  font-size: 12px;
  line-height: 18px;
}
.topbar.style-2 .tf-btn .bg-effect {
  background: var(--primary);
}

.point {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.point::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  flex-shrink: 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;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  background: var(--green);
  animation: flickerAnimation 0.8s infinite;
}
.point.point-primary::before {
  background-color: var(--primary);
}
.point.point-color-1::before {
  background-color: #412df4;
}

.header {
  position: relative;
  z-index: 9999;
}
.header .header-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-right {
  display: flex;
  align-items: center;
}
.header .mobile-button {
  font-size: 30px;
  color: var(--primary);
  cursor: pointer;
}
.header.style-default .header-inner-wrap {
  padding-top: 39px;
}
.header.style-default .header-right {
  gap: 24px;
}
.header.style-default .header-right .login {
  gap: 12px;
  color: var(--white);
}
.header.style-default .header-right .login i {
  font-size: 24px;
}
.header.style-default .header-right .cart {
  position: relative;
}
.header.style-default .header-right .cart span {
  top: -3px;
  right: -7px;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
}
.header.style-default .header-right .cart,
.header.style-default .header-right .find {
  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;
  font-size: 24px;
  color: var(--mono-gray);
}
.header.style-default .header-right .cart:hover i,
.header.style-default .header-right .find:hover i {
  color: var(--primary);
}
.header.style-2 .header-inner-wrap, .header.style-4 .header-inner-wrap {
  padding: 14px 0;
}
.header.style-2 .navigation > li::before, .header.style-4 .navigation > li::before {
  display: none;
}
.header.style-2 .navigation > li > a, .header.style-4 .navigation > li > a {
  color: var(--mono-gray);
}
.header.style-2 .navigation > li:hover > a, .header.style-2 .navigation > li.current-menu > a, .header.style-4 .navigation > li:hover > a, .header.style-4 .navigation > li.current-menu > a {
  color: var(--dark-color);
}
.header.style-2 .navigation > li:hover > a::after, .header.style-2 .navigation > li.current-menu > a::after, .header.style-4 .navigation > li:hover > a::after, .header.style-4 .navigation > li.current-menu > a::after {
  color: var(--dark-color);
}
.header.style-2 .tf-btn, .header.style-4 .tf-btn {
  height: 36px;
  padding: 0 15px;
}
.header.style-2 .tf-btn i, .header.style-4 .tf-btn i {
  color: var(--mono-gray);
  -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-size: 12px;
}
.header.style-2 {
  background: rgba(255, 255, 255, 0.6);
}
.header.style-3 .header-inner {
  position: relative;
  z-index: 5;
  margin-bottom: -88px;
}
.header.style-3 .header-inner-wrap {
  padding: 23px 0 23px;
}
.header.style-3 .header-right {
  flex-grow: 1;
  justify-content: end;
}
.header.style-3 .header-left {
  flex-grow: 1;
  gap: 30px;
}
.header.style-3 .mobile-button {
  color: var(--white);
}
.header.style-4 {
  background-color: var(--five);
}
.header.style-4 .tf-btn i {
  color: var(--dark-color);
}
.header.style-5 .tf-btn {
  height: 48px;
  padding: 0 12px;
}
.header.style-5 .header-inner-wrap {
  padding: 36px 0 16px;
}
.header.style-6 {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 5;
}
.header.style-6 .header-inner-wrap {
  padding: 16px 0 16px;
}
.header.style-6 .mobile-button {
  color: var(--dark-color);
}
.header.style-6 .tf-btn {
  padding: 0 19px;
  height: 36px;
}
.header.style-6 .site-logo {
  width: 24px;
}

.main-menu .navigation li {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}
.main-menu .navigation li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -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;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  animation: flickerAnimation 0.8s infinite;
  background: var(--primary);
  visibility: hidden;
  opacity: 0;
}
.main-menu .navigation li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.main-menu .navigation li:hover::before, .main-menu .navigation li.current-menu::before, .main-menu .navigation li.current-menu-item::before {
  opacity: 1;
  visibility: visible;
}
.main-menu.style-2 .navigation {
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-radius: 48px;
  background-color: var(--white);
  gap: 0;
}
.main-menu.style-2 .navigation > li::before {
  display: none;
}
.main-menu.style-2 .navigation > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 20px;
  color: var(--black);
  border-radius: 48px;
}
.main-menu.style-2 .navigation > li > a::after {
  display: none;
}
.main-menu.style-2 .navigation > li:hover > a {
  color: var(--primary);
}
.main-menu.style-2 .navigation > li.current-menu > a {
  background-color: var(--primary);
  color: var(--white);
}
.main-menu.style-3 .navigation > li::before {
  display: none;
}
.main-menu.style-3 .navigation > li > a {
  color: #333333;
  padding-right: 0;
}
.main-menu.style-3 .navigation > li > a::after {
  display: none;
}
.main-menu.style-3 .navigation > li:hover > a, .main-menu.style-3 .navigation > li.current-menu > a {
  color: var(--dark-color2);
}
.main-menu.style-3 .navigation > li.current-menu > a {
  font-weight: 600;
}

.navigation {
  display: flex;
  gap: 37px;
}
.navigation > li > a {
  color: var(--mono-gray);
}
.navigation > li:hover > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 42px;
  z-index: 1;
}
.navigation .has-child > a {
  position: relative;
  padding-right: 20px;
}
.navigation .has-child > a::after {
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: bold;
  color: var(--mono-gray);
  right: 0;
  top: -1px;
}
.navigation .has-child .submenu {
  min-width: 250px;
  background-color: var(--white);
  top: calc(100% + 13px);
  position: absolute;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  padding: 25px 20px;
  z-index: 3;
  pointer-events: none;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  border-radius: 12px;
  -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;
}
.navigation .has-child .submenu > li > a {
  color: var(--dark-color);
}
.navigation .has-child:hover .submenu {
  margin-top: 0;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.canvas-mb {
  z-index: 9999999;
  background-color: var(--secondary);
}
.canvas-mb.style-2 {
  background-color: var(--white);
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item .mb-menu-link {
  color: var(--dark-color);
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item .btn-open-sub::after,
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item .btn-open-sub::before {
  background-color: var(--dark-color);
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: #5736fd;
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item.active .btn-open-sub::after,
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item.active .btn-open-sub::before {
  background-color: #5736fd;
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: #5736fd;
}
.canvas-mb.style-2 .nav-ul-mb .nav-mb-item .sub-nav-link {
  color: var(--dark-color);
}
.canvas-mb.style-2 .mb-info li span,
.canvas-mb.style-2 .mb-info li p {
  color: var(--dark-color) !important;
}
.canvas-mb.style-3 {
  background-color: var(--six);
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item .mb-menu-link {
  color: var(--dark-color);
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item .btn-open-sub::after,
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item .btn-open-sub::before {
  background-color: var(--dark-color);
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: #f24903;
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item.active .btn-open-sub::after,
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item.active .btn-open-sub::before {
  background-color: #f24903;
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: #f24903;
}
.canvas-mb.style-3 .nav-ul-mb .nav-mb-item .sub-nav-link {
  color: var(--dark-color);
}
.canvas-mb.style-3 .mb-info li span,
.canvas-mb.style-3 .mb-info li p {
  color: var(--dark-color) !important;
}
.canvas-mb.style-4 {
  background-color: var(--white);
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item .mb-menu-link {
  color: var(--dark-color);
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item .btn-open-sub::after,
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item .btn-open-sub::before {
  background-color: var(--dark-color);
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: #2DB04C;
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item.active .btn-open-sub::after,
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item.active .btn-open-sub::before {
  background-color: #2DB04C;
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: #2DB04C;
}
.canvas-mb.style-4 .nav-ul-mb .nav-mb-item .sub-nav-link {
  color: var(--dark-color);
}
.canvas-mb.style-4 .mb-info li span,
.canvas-mb.style-4 .mb-info li p {
  color: var(--dark-color) !important;
}
.canvas-mb.style-5 {
  background-color: var(--white);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item .mb-menu-link {
  color: var(--dark-color);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item .btn-open-sub::after,
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item .btn-open-sub::before {
  background-color: var(--dark-color);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: var(--primary);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item.active .btn-open-sub::after,
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item.active .btn-open-sub::before {
  background-color: var(--primary);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: var(--primary);
}
.canvas-mb.style-5 .nav-ul-mb .nav-mb-item .sub-nav-link {
  color: var(--dark-color);
}
.canvas-mb.style-5 .mb-info li span,
.canvas-mb.style-5 .mb-info li p {
  color: var(--dark-color) !important;
}
.canvas-mb .mb-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .mb-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}
.canvas-mb .mb-body::-webkit-scrollbar {
  width: 3px;
}
.canvas-mb .mb-bottom {
  padding-right: 15px;
  padding-left: 15px;
}
.canvas-mb .mb-bottom .btn-select {
  padding: 10px 0px;
}
.canvas-mb .mb-canvas-content {
  min-width: 100%;
  max-width: min(90%, 320px);
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
}
.canvas-mb .close-menu {
  font-size: 20px;
  color: var(--mono-gray4);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid var(--mono-gray4);
}

.nav-ul-mb .sub-nav-menu {
  padding-left: 10px;
  margin-bottom: 15px;
}
.nav-ul-mb .sub-nav-menu.sub-menu-level-2 {
  margin-bottom: 5px;
}
.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--mono-gray4);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .nav-mb-item {
  padding: 2px 0px;
}
.nav-ul-mb .nav-mb-item:not(:last-child) {
  border-bottom: 1px solid var(--dark-color2);
}
.nav-ul-mb .nav-mb-item .mb-menu-link {
  min-height: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  color: var(--mono-gray4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: var(--white);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::before {
  background-color: var(--white);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: var(--white);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::before {
  background-color: var(--white);
}
.nav-ul-mb .sub-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--mono-gray4);
}
.nav-ul-mb .sub-nav-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .sub-nav-link .btn-open-sub::after, .nav-ul-mb .sub-nav-link .btn-open-sub::before {
  background-color: var(--black);
}

.header.header-sticky {
  top: var(--admin-bar-height);
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  -webkit-transform: translateY(-120%);
  -khtml-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -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);
  visibility: hidden;
}
.header.header-sticky.style-default {
  background-color: #16171b;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-default .navigation .has-child .submenu {
  top: calc(100% + 25px);
}
.header.header-sticky.style-2 {
  background-color: var(--white);
}
.header.header-sticky.style-3 {
  height: 66px;
  background-color: var(--white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-3 .tf-btn-effec-arrow .button-text,
.header.header-sticky.style-3 .tf-btn-effec-arrow .button-icon {
  background-color: var(--primary);
  color: var(--white);
}
.header.header-sticky.style-4 {
  background-color: var(--white);
}
.header.header-sticky.style-4 .header-inner-wrap {
  padding: 15px 0;
}
.header.header-sticky.style-6, .header.header-sticky.style-5 {
  background-color: var(--white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-6 .mobile-button, .header.header-sticky.style-5 .mobile-button {
  color: var(--dark-color);
}
.header.header-sticky.style-6 .tf-btn, .header.header-sticky.style-5 .tf-btn {
  background-color: var(--dark-color2);
}
.header.header-sticky.style-6 .tf-btn span, .header.header-sticky.style-5 .tf-btn span {
  color: var(--white);
}
.header.header-sticky.style-6 .tf-btn .bg-effect, .header.header-sticky.style-5 .tf-btn .bg-effect {
  background-color: var(--primary);
}
.header.header-sticky.style-6 .tf-btn:hover, .header.header-sticky.style-5 .tf-btn:hover {
  background-color: var(--primary);
}
.header.header-sticky.is-sticky {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header.header-sticky .header-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*------------ footer ---------------- */
#footer .footer-top {
  padding: 38px 0 39px;
}
#footer .footer-top.style-1 {
  padding: 27px 0 39px;
}
#footer .footer-body {
  padding-top: 30px;
}
#footer .footer-body .top {
  display: flex;
  gap: 40px 30px;
}
#footer:not(#footer.style-2, #footer.style-3, #footer.style-4, #footer.style-5, #footer.style-6) {
  border-radius: 24px 24px 0 0;
  padding: 0 15px;
}
#footer:not(#footer.style-2, #footer.style-3, #footer.style-4, #footer.style-5, #footer.style-6) .footer-body {
  background-color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 24px 24px 0 0;
}
#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--dark-color);
  margin-top: 96px;
}
#footer .footer-bottom ul {
  display: flex;
  gap: 40px;
}
#footer .footer-bottom ul a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--mono-gray);
}
#footer .footer-heading {
  color: var(--white);
  margin-bottom: 23px;
  font-weight: 500;
}
#footer .footer-heading.point::before {
  background-color: var(--primary);
}
#footer .box-tag {
  gap: 10px;
}
#footer .infiniteslide {
  display: flex;
  gap: 31.63px;
}
#footer .footer-logo {
  width: 132px;
}
#footer .contact .footer-heading {
  margin-bottom: 31px;
}
#footer .contact .tf-collapse-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer .tf-btn {
  padding: 0 32px;
}
#footer.style-2 .footer-heading {
  color: var(--dark-color);
  margin-bottom: 16px;
}
#footer.style-2 .footer-body {
  background-color: var(--third);
}
#footer.style-2 .footer-bottom {
  border-color: var(--border);
}
#footer.style-2 .social i {
  font-size: 24px;
}
#footer.style-2 .tf-btn {
  padding: 0px 20px;
}
#footer.style-2 .footer-bottom {
  margin-top: 44px;
}
#footer.style-2 .contact .footer-heading {
  margin-bottom: 25px;
}
#footer.style-3, #footer.style-6 {
  background-color: var(--white);
}
#footer.style-3 .footer-heading, #footer.style-6 .footer-heading {
  font-weight: 600;
  color: #333333;
}
#footer.style-3 .footer-bottom, #footer.style-6 .footer-bottom {
  border-color: #dddddd;
}
#footer.style-3 .footer-col-block, #footer.style-6 .footer-col-block {
  flex: 1;
}
#footer.style-3 .contact li,
#footer.style-3 .contact a, #footer.style-6 .contact li,
#footer.style-6 .contact a {
  color: #333333;
}
#footer.style-3 .service li, #footer.style-6 .service li {
  color: #494949;
}
#footer.style-3 .infor li, #footer.style-6 .infor li {
  color: #808080;
}
#footer.style-3 .tecko-social a {
  border-radius: 999px;
}
#footer.style-3 .content-left .content {
  height: 100%;
}
#footer.style-3 .content-left .content {
  gap: 13px;
}
#footer.style-3 .footer-bottom {
  margin-top: 22px;
}
#footer.style-4 {
  background-color: var(--white);
}
#footer.style-4 .footer-heading {
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 24px;
}
#footer.style-4 .footer-body .top {
  gap: 0;
}
#footer.style-4 .footer-bottom {
  border-style: dashed;
  border-color: var(--border);
}
#footer.style-4 .footer-bottom ul a {
  font-weight: 400;
  color: var(--dark-color);
}
#footer.style-5 .footer-body .top {
  gap: 25px !important;
}
#footer.style-5 .content-left {
  flex-shrink: 1;
}
#footer.style-5 .content-right {
  flex-shrink: 1;
  gap: 60px;
}
#footer.style-5 .footer-heading {
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
}
#footer.style-5 .footer-bottom {
  padding: 0;
  border: none;
  margin-top: 111px;
}
#footer.style-5 .footer-bottom .left,
#footer.style-5 .footer-bottom .right {
  width: 100%;
  flex-shrink: 1;
}
#footer.style-5 .footer-bottom .right .wrap {
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
}
#footer.style-6 .footer-bottom {
  padding: 19px 0;
  margin-top: 63px;
}

.career-footer {
  padding: 40px 0 51px;
}
.career-footer .list li {
  padding-top: 25px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.career-footer .list li:not(:last-child) {
  margin-bottom: 22px;
}
.career-footer .list li div,
.career-footer .list li a {
  color: var(--mono-gray3);
  -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;
}
.career-footer .list li div {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.career-footer .list li:hover div,
.career-footer .list li:hover a {
  color: var(--black);
}

.wrap-footer .infiniteslide_wrap {
  max-height: 576px;
}

/*------------ tabs ---------------- */
.tabs-hover-wrap.style-1 .tab-pricing {
  padding: 24px 16px 9px;
  background-color: var(--dark-color3);
  border-radius: 16px;
}
.tabs-hover-wrap.style-1 .pricing-item {
  opacity: 0.5;
  -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;
}
.tabs-hover-wrap.style-1 .item:not(:last-child) {
  margin-bottom: 11px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark-color2);
}
.tabs-hover-wrap.style-1 .item.active .pricing-item {
  opacity: 1;
  background-color: var(--dark-color);
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow: hidden;
}
.tabs-hover-wrap .tab-content-wrap.style-2 .tab-content.active {
  animation: fadeInRight;
  animation-duration: 300ms;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.tabs-hover-wrap .item {
  -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;
}
.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 36px 40px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  -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;
}
.tabs-hover-wrap .tab-content.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 0.35s ease-in-out 0.35s;
}

.wrap-switch-tabs-content {
  position: relative;
}
.wrap-switch-tabs-content .tabs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 95px;
  gap: 16px;
}
.wrap-switch-tabs-content .tab-title-text .title {
  color: var(--white);
  opacity: 0.5;
  -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-switch-tabs-content .tab-title-text span {
  color: #2df494;
}
.wrap-switch-tabs-content .tab-title-text.is-active .title {
  opacity: 1;
}
.wrap-switch-tabs-content .tab-item {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.2s ease-in-out;
}
.wrap-switch-tabs-content .tab-item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 0.45s ease-in-out 0.2s;
  z-index: 2;
}

.switch-button {
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.switch-button .switch-button-bg {
  background-image: linear-gradient(269.94deg, rgba(166, 149, 243, 0.2) -14.99%, rgba(166, 149, 243, 0.1) -6.8%, var(--border-color, rgba(166, 149, 243, 0.8)) 50.52%, rgba(166, 149, 243, 0.1) 101.59%, rgba(166, 149, 243, 0.2) 110.99%);
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
}
.switch-button .switch-button-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--background-color, #1f2025);
  border: 1px solid transparent;
  background-clip: content-box;
  border-radius: inherit;
  transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  -khtml-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
}
.switch-button .switch-button-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(85, 29, 255, 0.05);
  border: 1px solid transparent;
  background-clip: content-box;
  border-radius: inherit;
  transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  -khtml-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
}
.switch-button .toggle-slide {
  background: linear-gradient(123.56deg, rgba(97, 105, 229, 0.9) -18.34%, rgba(97, 105, 229, 0.4) 101.52%);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  bottom: 5px;
  border-radius: 20px;
  transition-property: width, left;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.switch-button .switch-button-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.switch-button .switch-button-item.is-active {
  pointer-events: none;
}
.switch-button.style-1 .toggle-slide {
  background: var(--white);
}
.switch-button.style-1 .switch-button-bg {
  background: var(--dark-color2);
}
.switch-button.style-1 .switch-button-bg::after, .switch-button.style-1 .switch-button-bg::before {
  background: unset;
}

.nav-pricing-wrap.style-1 {
  border: 1px solid #bbc1ce;
  padding: 8px 12px;
  width: max-content;
  border-radius: 8px;
  display: flex;
  gap: 32px;
}
.nav-pricing-wrap.style-1 .nav-link {
  width: 119px;
  height: 36px;
  border-radius: 4px;
  color: var(--black);
}
.nav-pricing-wrap.style-1 .nav-link.active {
  background-color: var(--primary);
}
.nav-pricing-wrap.style-2 {
  padding: 4px;
  background-color: #f4f4f4;
  border-radius: 12px;
  max-width: max-content;
}
.nav-pricing-wrap.style-2 .nav-link {
  height: 36px;
  padding: 0 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border-radius: 12px;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
}
.nav-pricing-wrap.style-2 .nav-link.active {
  background-color: var(--black);
  color: var(--white);
}

.flat-animate-tab {
  height: 100%;
}
.flat-animate-tab .tab-content {
  position: relative;
  height: 100%;
}
.flat-animate-tab .tab-pane {
  position: absolute;
  display: block;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  z-index: 1;
}
.flat-animate-tab .tab-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 0.35s ease-in-out 0.35s;
}
.flat-animate-tab.style-1 {
  position: relative;
}
.flat-animate-tab.style-1::after {
  content: "";
  position: absolute;
  display: block;
  max-width: 1004px;
  width: 100%;
  height: 100%;
  max-height: 743px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #2db04c;
  opacity: 0.05;
  filter: blur(150px);
}

.nav-tab-filter {
  display: flex;
  gap: 16px;
}
.nav-tab-filter .nav-link-item {
  padding: 9px;
  border-radius: 10px;
  background-color: var(--white);
}
.nav-tab-filter .nav-link-item.active {
  background-color: var(--primary);
}
.nav-tab-filter .nav-link-item.active svg path,
.nav-tab-filter .nav-link-item.active svg circle,
.nav-tab-filter .nav-link-item.active svg rect {
  stroke: white;
}

.widget-tabs.style-1 .widget-menu-tab {
  display: flex;
  gap: 36px;
  padding-bottom: 44px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--dark-color2);
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
  cursor: pointer;
  position: relative;
  color: var(--mono-gray3);
  -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;
}
.widget-tabs.style-1 .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--white);
  -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;
}
.widget-tabs.style-1 .widget-menu-tab .item-title:hover, .widget-tabs.style-1 .widget-menu-tab .item-title.active {
  color: var(--white);
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  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;
}
.widget-tabs .widget-content-tab .widget-content-inner.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;
}

.tab-description {
  display: grid;
  gap: 24px;
}

.tab-reviews .tab-reviews-heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.tab-reviews .tab-reviews-heading .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  max-width: 597px;
  gap: 30px;
}
.tab-reviews .tab-reviews-heading .top .list-start {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 7px;
  margin-top: 1px;
  font-size: 17px;
}
.tab-reviews .rating-score {
  width: 100%;
  max-width: 365px;
}
.tab-reviews .rating-score .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-reviews .rating-score .number-1 {
  width: 12px;
  text-align: end;
}
.tab-reviews .rating-score .icon {
  font-size: 16px;
  margin-left: 1px;
  color: var(--mono-gray);
}
.tab-reviews .rating-score .number-2 {
  width: 17px;
}
.tab-reviews .rating-score .line-bg {
  margin: 0 8px;
  width: 100%;
  height: 8px;
  background-color: var(--white);
}
.tab-reviews .rating-score .line-bg div {
  height: 100%;
  background-color: var(--mono-gray4);
}
.tab-reviews .list-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-reviews .list-star i {
  font-size: 20px;
}

/*------------ button ---------------- */
.tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 46px;
  padding: 0 24px;
  background-color: var(--primary);
  -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: 12px;
  -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: relative !important;
  overflow: hidden;
  z-index: 1;
}
.tf-btn span {
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 600;
  color: var(--white);
  -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;
  white-space: nowrap;
}
.tf-btn .bg-effect {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--white);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tf-btn.btn-white {
  background-color: var(--white);
}
.tf-btn.btn-white span {
  color: var(--dark-color);
}
.tf-btn.btn-white .bg-effect {
  background-color: var(--primary);
}
.tf-btn.btn-white:hover {
  background-color: var(--primary);
  color: var(--white);
}
.tf-btn.btn-white:hover span {
  color: var(--white) !important;
}
.tf-btn.btn-white.bg-effect-dark-color .bg-effect {
  background-color: var(--dark-color2);
}
.tf-btn.btn-primary2 {
  background-color: var(--primary);
}
.tf-btn.btn-primary2 span {
  color: var(--white);
}
.tf-btn.btn-primary2 .bg-effect {
  background-color: var(--dark-color);
}
.tf-btn.btn-primary2:hover {
  background-color: var(--dark-color);
}
.tf-btn.btn-primary2:hover span {
  color: var(--white);
}
.tf-btn.btn-dark {
  background-color: var(--dark-color);
}
.tf-btn.btn-dark span {
  color: var(--white);
}
.tf-btn.btn-dark i {
  color: var(--dark-color);
  -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.btn-dark .bg-effect {
  background-color: var(--primary);
}
.tf-btn.btn-dark:hover {
  background-color: var(--primary);
}
.tf-btn.btn-dark:hover span {
  color: var(--white);
}
.tf-btn.btn-dark:hover i {
  color: var(--white);
}
.tf-btn.btn-dark-2 {
  background-color: var(--dark-color2);
}
.tf-btn.btn-dark-2 span {
  color: var(--white);
}
.tf-btn.btn-dark-2 i {
  color: var(--dark-color);
  -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.btn-dark-2 .bg-effect {
  background-color: var(--white);
}
.tf-btn.btn-dark-2:hover {
  background-color: var(--white);
}
.tf-btn.btn-dark-2:hover span {
  color: var(--dark-color2);
}
.tf-btn.btn-dark-2:hover i {
  color: var(--dark-color2);
}
.tf-btn.btn-black {
  background-color: var(--black);
  padding: 0 20px;
}
.tf-btn.btn-black span {
  color: var(--white);
  font-size: 12px;
  line-height: 14.52px;
}
.tf-btn.btn-black i {
  color: var(--white);
  -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.btn-black .bg-effect {
  background-color: var(--white);
}
.tf-btn.btn-black:hover {
  background-color: var(--white);
}
.tf-btn.btn-black:hover span {
  color: var(--dark-color2);
}
.tf-btn.btn-black:hover i {
  color: var(--black);
}
.tf-btn.btn-black2 {
  background-color: var(--black);
  padding: 0 20px;
}
.tf-btn.btn-black2 span {
  color: var(--white);
  font-size: 12px;
  line-height: 14.52px;
}
.tf-btn.btn-black2 i {
  color: var(--white);
  -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.btn-black2 .bg-effect {
  background-color: var(--primary);
}
.tf-btn.btn-black2:hover {
  background-color: var(--primary);
}
.tf-btn.btn-black2:hover span {
  color: var(--white);
}
.tf-btn.btn-black2:hover i {
  color: var(--white);
}
.tf-btn.btn-border {
  background-color: transparent;
  border: 1px solid #d9dce3;
}
.tf-btn.btn-border.border-1 {
  border: 1px solid var(--mono-gray7);
}
.tf-btn.btn-border span {
  color: var(--black);
}
.tf-btn.btn-border .bg-effect {
  background-color: var(--primary);
}
.tf-btn.btn-border:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.tf-btn.btn-border:hover span {
  color: var(--white);
}
.tf-btn.btn-bright-orange {
  background-color: var(--bright-orange);
}
.tf-btn.btn-bright-orange span {
  color: var(--dark-color);
}
.tf-btn.btn-bright-orange i {
  color: var(--dark-color);
  -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.btn-bright-orange .bg-effect {
  background-color: var(--dark-color);
}
.tf-btn.btn-bright-orange:hover {
  background-color: var(--dark-color);
}
.tf-btn.btn-bright-orange:hover span {
  color: var(--white);
}
.tf-btn.btn-bright-orange:hover i {
  color: var(--white);
}
.tf-btn.h36 {
  height: 36px;
}
.tf-btn:hover {
  transition-delay: 0.25s;
  background-color: var(--white);
}
.tf-btn:hover span {
  color: var(--dark-color);
}
.tf-btn:hover .bg-effect {
  width: 225%;
  height: calc(var(--tecko-button-width) * 2.25);
}
.tf-btn.h-48 {
  height: 48px;
}

.btn-line {
  width: max-content;
}
.btn-line span {
  font-size: 14px;
  line-height: 16.94px;
  color: var(--white);
  position: relative;
  -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;
}
.btn-line span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  left: 0;
  bottom: -2px;
  -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;
}
.btn-line:hover span {
  color: var(--primary);
}
.btn-line:hover span::after {
  background-color: var(--primary);
}

.tf-btn-effec-arrow {
  --btn-height: 36px;
  display: inline-flex;
  position: relative;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  height: var(--btn-height);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  color: var(--white);
}
.tf-btn-effec-arrow .button-text {
  padding: 0 15px;
  border-radius: 9999px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  -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;
  white-space: nowrap;
}
.tf-btn-effec-arrow .button-icon {
  width: 36px;
  border-radius: 9999px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  -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-effec-arrow svg {
  position: absolute;
  inset: 0;
  visibility: hidden;
  width: 100%;
}
.tf-btn-effec-arrow:hover .button-icon {
  transform: translateX(8px) rotate(45deg);
}
.tf-btn-effec-arrow.btn-white .button-text {
  background-color: var(--white);
  color: var(--black);
}
.tf-btn-effec-arrow.btn-white .button-icon {
  background-color: var(--white);
  color: var(--black);
}
.tf-btn-effec-arrow.btn-dark .button-text {
  background-color: var(--black);
  color: var(--white);
}
.tf-btn-effec-arrow.btn-dark .button-icon {
  background-color: var(--black);
  color: var(--white);
}

/*------------ pricing ---------------- */
.pricing-item {
  padding: 30px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.pricing-item .price {
  flex: 0 0 25%;
}
.pricing-item .description {
  flex: 1 1 auto;
}
.pricing-item .tf-btn {
  flex: 0 0 auto;
  background-color: var(--sub-color2);
}

.content-pricing {
  background-color: var(--dark-color3);
  border-radius: 16px;
}
.content-pricing .list-check {
  margin-top: 32px;
  display: grid;
  gap: 24px;
}
.content-pricing .list-check li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.5;
}
.content-pricing .list-check li i {
  color: var(--sub-color2);
  font-size: 26px;
}
.content-pricing .list-check li.active {
  opacity: 1;
}
.content-pricing .tab-content {
  background-color: var(--dark-color3);
}

.pricing-table.border_primary {
  border: 1px solid var(--primary) !important;
}
.pricing-table.bg_primary {
  background-color: var(--primary);
}
.pricing-table .list-check {
  display: grid;
}
.pricing-table.style-1 {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #bbbbbb;
  border-radius: 23px;
}
.pricing-table.style-1 .heading {
  gap: 21px;
  margin-bottom: 10px;
}
.pricing-table.style-1 .price-wrap {
  align-items: end;
  gap: 4px;
  margin-bottom: 9px;
}
.pricing-table.style-1 p {
  color: #808080 !important;
  margin-bottom: 45px;
}
.pricing-table.style-1 .list-check {
  margin-bottom: 37px;
  gap: 15px;
}
.pricing-table.style-1 .list-check li {
  padding: 8px 4px 7px;
  color: var(--black);
  font-weight: 500;
}
.pricing-table.style-1 .list-check i {
  color: var(--primary);
  font-size: 22px;
}
.pricing-table.style-1 .list-check.style-1 li {
  border-radius: 16px;
  background-color: #f3f3fb;
  color: #151515;
}
.pricing-table.style-1 .list-check.style-1 i {
  color: var(--mono-gray3);
}
.pricing-table.style-1 .list-check.style-2 i {
  color: var(---black);
}
.pricing-table.style-1 .tag {
  width: 80px;
  height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddddf9;
  border-radius: 30px;
}
.pricing-table.style-1 .tf-btn {
  border-radius: 49px;
}
.pricing-table.style-2 {
  padding: 54px 24px 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  position: relative;
}
.pricing-table.style-2 .content {
  margin-bottom: 48px;
}
.pricing-table.style-2 .tag {
  position: absolute;
  width: 137px;
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--dark-color);
  color: var(--white);
  border-radius: 4px;
  left: 0;
  right: 0;
  font-weight: 500;
  top: -17px;
}
.pricing-table.style-2 .list-check {
  gap: 24px;
}
.pricing-table.style-2 .list-check.style-2 i {
  color: var(--border);
}
.pricing-table.style-2 .list-check li {
  color: var(--dark-color3);
  padding-top: 24px;
  border-top: 1px dashed var(--border);
}
.pricing-table.style-2 .list-check i {
  font-size: 24px;
  color: #bbc1ce;
}
.pricing-table.style-2 .tf-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: var(--dark-color);
}
.pricing-table.style-2 .tf-btn i {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.pricing-table.style-3 {
  padding: 29px 24px;
  border: 1px solid #f4f4f4;
  background-color: var(--white);
  border-radius: 16px;
}
.pricing-table.style-3 .heading {
  margin-bottom: 29px;
}
.pricing-table.style-3 h6 {
  margin-bottom: 14px;
}
.pricing-table.style-3 .tf-btn {
  height: 36px;
  padding: 0 20px;
  gap: 8px;
  border-radius: 12px;
}
.pricing-table.style-3 .tf-btn i {
  color: var(--white);
}
.pricing-table.style-3 .content,
.pricing-table.style-3 .list-check {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.pricing-table.style-3 .list-check {
  gap: 16px;
}
.pricing-table.style-3 .usage {
  display: grid;
  gap: 20px;
}
.pricing-table.style-4 {
  padding: 40px 40px 45px;
  border-radius: 24px;
  border: 1px solid var(--dark-color2);
  position: relative;
}
.pricing-table.style-4 .wrap > span {
  margin-bottom: 25px;
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--mono-gray3);
}
.pricing-table.style-4 .price-wrap h6 {
  margin-left: -5px;
}
.pricing-table.style-4 .list-check {
  gap: 21px;
}
.pricing-table.style-4 .list-check i {
  font-size: 24px;
  color: var(--primary);
}
.pricing-table.style-4 .btn-white {
  background-color: var(--color-text3);
}
.pricing-table.style-4.center {
  background-color: var(--white);
  border-radius: 0 0 24px 24px;
  border: 2px solid var(--primary);
}
.pricing-table.style-4.center .list-check > span {
  border-color: #bbc1ce;
}
.pricing-table.style-4.center .wrap > span {
  margin-bottom: 22px;
}
.pricing-table.style-4:not(.center) {
  margin-top: 49px;
}

.feature-content {
  display: flex;
  column-gap: 12px;
  color: white;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  border-radius: 24px 24px 0px 0px;
  background: #0c5af5;
  height: 48px;
  padding: 0 48px;
}

/*------------ form ---------------- */
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] {
  font-family: "Inter", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 18px 15px 18px;
  width: 100%;
  background: var(--dark-color);
  color: var(--mono-gray);
  font-weight: 500;
  border-radius: 12px;
  height: 46px;
  box-sizing: border-box;
  border: none;
}
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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mono-gray);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 180px;
}
form.style-line-bot fieldset input {
  padding: 8px 40px 9px 0px;
  border-bottom: 1px solid var(--mono-gray3);
  border-radius: unset;
  height: max-content;
  background-color: transparent;
}
form.style-line-bot button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: 0;
}
form.style-line-bot button i {
  font-size: 20px;
}
form.style-line-bot button svg path {
  stroke: var(--white);
}
form.style-line-bot button:hover svg path {
  stroke: var(--primary);
}
form.style-line-bot.style-2 fieldset input {
  color: var(--mono-gray9);
  border-color: var(--border);
}
form.style-line-bot.style-2 fieldset input::placeholder {
  color: var(--mono-gray9);
}
form.style-line-bot.style-2 button {
  position: unset;
  transform: unset;
}

.tecko-select {
  position: relative;
}
.tecko-select select {
  cursor: pointer;
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  -webkit-appearance: none;
  appearance: none;
  background-color: 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;
  background-color: var(--dark-color);
  border: none !important;
  height: 46px;
  color: var(--mono-gray);
}
.tecko-select select option {
  border-bottom: 1px solid var(--dark-color);
  background-color: var(--white);
}
.tecko-select select option:checked {
  background-color: #f0f0f0;
}
.tecko-select select option:hover {
  background-color: #f0f0f0;
}
.tecko-select select:focus-visible {
  outline: none !important;
}
.tecko-select::after {
  font-family: "icomoon";
  position: absolute;
  content: "\e938";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: -1;
}
.tecko-select:hover select {
  border: none;
}
.tecko-select.style-2::after {
  font-size: 16px;
  z-index: 1;
  color: var(--white);
}

.form-request p a {
  color: var(--mono-gray);
  position: relative;
}
.form-request p a::after {
  background-color: var(--mono-gray);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  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;
}
.form-request p a:hover::after {
  background-color: var(--primary);
}
.form-request.style-1 textarea {
  height: 129px;
}

.form-search {
  position: relative;
}
.form-search fieldset input {
  border-bottom: 1px solid var(--mono-gray3);
  background-color: var(--secondary);
  height: max-content;
}

.send-mail fieldset input {
  color: #999999;
  border-color: #bbbbbb !important;
}

.form-newsletter fieldset input {
  background-color: var(--dark-color2);
}

.form-leave-comment .grid-3 {
  gap: 10px 16px;
}
.form-leave-comment textarea {
  height: 208px;
  margin-bottom: 16px;
}

.form-newsletter fieldset input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-newsletter.style-1 .subscribe-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.form-newsletter.style-1 fieldset {
  flex: 1;
}
.form-newsletter.style-1 fieldset input {
  border-radius: 4px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.0784313725);
}
.form-newsletter.style-1.has-border fieldset {
  flex: 1;
}
.form-newsletter.style-1.has-border fieldset input {
  border: 1px solid #d9dce3;
  background-color: transparent;
}
.form-newsletter.style-2 {
  max-width: 212px;
  background-image: url(../images/item/border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 5.1707317073;
}
.form-newsletter.style-2 .subscribe-content {
  display: flex;
  align-items: center;
}
.form-newsletter.style-2 fieldset {
  flex: 1 0 auto;
}
.form-newsletter.style-2 fieldset input {
  background: transparent;
  height: 40px;
  border-radius: 37px;
  max-width: 172px;
  padding: 12px 0 10px 16px;
}
.form-newsletter.style-2 .subscribe-button {
  height: 28px;
  width: 28px;
  border-radius: 999px;
  background-color: var(--primary);
  flex: 0 0 auto;
  aspect-ratio: 1;
  padding: 5px;
  margin-right: 6px;
  color: var(--white);
  -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;
}
.form-newsletter.style-2 .subscribe-button:hover {
  transform: rotate(45deg);
}

.wrap-sort {
  max-width: 377px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.wrap-sort .tf-dropdown-sort {
  flex: 1;
}

.tf-dropdown-sort {
  position: relative;
  border-radius: 12px;
  padding: 0 12px;
  height: 40px;
  display: flex;
  align-items: center;
  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;
  background-color: var(--white);
}
.tf-dropdown-sort .icon {
  font-size: 20px;
}
.tf-dropdown-sort .btn-select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-dropdown-sort .dropdown-menu {
  width: 100%;
  border: 0;
  padding: 15px 5px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--border);
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}
.tf-dropdown-sort .select-item {
  position: relative;
  padding: 0 15px;
  line-height: 30px;
  width: 100%;
  -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-dropdown-sort .select-item.active {
  background-color: var(--line);
  color: var(--main);
  padding: 0 15px !important;
  border: 0 !important;
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--border);
  color: var(--dark-color);
}
.tf-dropdown-sort:hover {
  border-color: var(--bord);
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--white) !important;
}
.tf-check:checked {
  background-color: var(--primary) !important;
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-family: "icomoon";
  content: "\e948";
  position: absolute;
  color: var(--white);
  opacity: 0;
  left: 2px;
  top: 2px;
  font-size: 16px;
  transform: scale(0.5);
  -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;
}

.box-fieldset-item {
  display: grid;
  gap: 20px;
}
.box-fieldset-item .fieldset-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-project fieldset input {
  padding: 7px 40px 4px 0px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-project fieldset input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-project .tf-btn {
  height: 52px;
  padding: 0 29px;
}
.form-project .tf-btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*------------ slider ---------------- */
.tf-swiper-container {
  width: 100%;
  margin-bottom: 19px;
  overflow: hidden;
  position: relative;
  padding: 1px;
}
.tf-swiper-container.type-2 .tf-swiper-wrapper {
  animation: slide-har-2 5s linear infinite;
}

.tf-swiper-wrapper {
  display: flex;
  animation: slide-har 5s linear infinite;
}

.tf-swiper-slide {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  margin-right: 10px;
}
.tf-swiper-slide > * {
  height: 100%;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  max-width: max-content;
  margin-left: auto;
}
.pagination-wrap .sw-dots {
  width: unset !important;
}

.sw-button {
  position: unset;
  margin-top: 0;
}
.sw-button.style-default {
  height: unset;
}
.sw-button.style-default i {
  font-size: 14px;
  color: var(--white);
}
.sw-button.style-default::after {
  display: none;
}
.sw-button.style-default.has-bg {
  width: 32px;
  height: 32px;
  background-color: var(--primary);
  border-radius: 999px;
  border: 1px solid var(--primary);
  color: var(--white);
}
.sw-button.style-default.has-bg.swiper-button-disabled {
  background-color: var(--white);
  opacity: 1;
  border: 1px solid #999999;
  color: var(--primary);
}
.sw-button.style-default.has-bg::after {
  display: none;
}
.sw-button.style-1 {
  background-color: var(--white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--dark-color);
  -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;
}
.sw-button.style-1::after {
  display: none;
}
.sw-button.style-1:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sw-button.style-1.bg-liner {
  background: linear-gradient(264deg, rgba(255, 255, 255, 0.1) -1.01%, rgba(255, 255, 255, 0) 149.68%);
}
.sw-button.style-1.bg-liner i {
  color: var(--white);
}
.sw-button.style-2 {
  color: var(--white);
  background-color: var(--dark-color);
  height: 32px;
  width: 32px;
  border-radius: 4px;
  border: 1px solid var(--dark-color);
  -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;
}
.sw-button.style-2.swiper-button-disabled {
  background-color: var(--five);
  border: 1px solid var(--border);
  color: var(--black);
  opacity: 1;
}
.sw-button.style-2:hover {
  background-color: var(--white);
  color: var(--dark-color);
}
.sw-button.style-2::after {
  display: none;
}

.sw-dots .swiper-pagination-bullet {
  background-color: var(--mono-gray3);
  opacity: 1;
  width: 7px;
  height: 7px;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
}

.sw-line .swiper-pagination-bullet {
  width: 42px;
  border-radius: 4px;
  background-color: var(--border);
  height: 2px;
}
.sw-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--dark-color) !important;
}

.swiper .swiper-slide {
  height: auto;
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*------------ off canvas ---------------- */
.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-body {
  background-color: var(--secondary);
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}

.canvas-header {
  background-color: var(--secondary);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.canvas-header .close-filter {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--dark-color2);
  color: var(--white);
}

.offcanvas-backdrop,
.overlay-filter {
  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-filter.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.offcanvas-search {
  height: max-content !important;
  background-color: var(--black);
  z-index: 99999;
}
.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--mono-gray3);
  color: var(--mono-gray3);
  border-radius: 8px;
  -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-search > .btn-close-search:hover {
  border-color: var(--white);
  color: var(--white);
}
.offcanvas-search .offcanvas-body {
  padding: 60px 0;
}
.offcanvas-search .form-search-courses {
  overflow: hidden;
  border-radius: 4px;
}
.offcanvas-search .form-search-courses .button-submit button {
  position: absolute;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 4px;
}
.offcanvas-search fieldset input {
  border-radius: 4px;
}

.sildebar-fiiler {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sildebar-fiiler .point::before {
  background-color: var(--primary);
}
.sildebar-fiiler .filter,
.sildebar-fiiler .categories {
  border-radius: 12px;
  background-color: var(--dark-color2);
}
.sildebar-fiiler .categories {
  padding: 35px 28px;
  margin-bottom: 52px;
}
.sildebar-fiiler .wrap-categories {
  display: grid;
  gap: 20px;
}
.sildebar-fiiler .categories-item a {
  color: var(--mono-gray);
}
.sildebar-fiiler .categories-item .sub-menu {
  margin-top: 10px;
  padding-left: 40px;
  display: grid;
  gap: 12px;
}
.sildebar-fiiler .categories-item:hover .categories-title a {
  color: var(--white);
}
.sildebar-fiiler .filter {
  padding: 40px 28px;
}
.sildebar-fiiler form.style-line-bot fieldset input {
  font-size: 18px;
}
.sildebar-fiiler form.style-line-bot fieldset input::placeholder {
  font-size: 18px;
}
.sildebar-fiiler form.style-line-bot button svg path {
  stroke: var(--mono-gray2);
}
.sildebar-fiiler .wg-filter {
  border-bottom: 1px solid var(--mono-gray2);
}
.sildebar-fiiler.show {
  transform: none;
}

/*------------ team ---------------- */
.box-team.style-1 {
  padding: 40px 32px 32px;
  background-color: #16171b;
  border-radius: 24px;
  position: relative;
  -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;
  height: 100%;
}
.box-team.style-1::after {
  position: absolute;
  content: "";
  margin: -10px;
  inset: 0px;
  border-radius: 24px;
  border: 1px solid var(--primary);
  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;
}
.box-team.style-1 .avatar {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.box-team.style-1 .content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.box-team.style-1 .content .sub a {
  text-decoration: underline;
}
.box-team.style-1 .tecko-social {
  position: relative;
  z-index: 1;
}
.box-team.style-1 .tecko-social a {
  height: 36px;
  width: 36px;
  color: var(--white);
}
.box-team.style-1:hover::after {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.box-team.style-2 .img-style, .box-team.style-3 .img-style {
  width: 100%;
  height: 487px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.box-team.style-2 .img-style img, .box-team.style-3 .img-style img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.box-team.style-2 .content, .box-team.style-3 .content {
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
.box-team.style-2 .social, .box-team.style-3 .social {
  display: flex;
  align-items: center;
}
.box-team.style-2 .social a, .box-team.style-3 .social a {
  font-size: 24px;
}
.box-team.style-2.swiper-slide-active .content, .box-team.style-3.swiper-slide-active .content {
  animation: fadeInUp;
  animation-duration: 450ms;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.box-team.style-2 {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.box-team.style-2 .content {
  bottom: 20px;
  position: absolute;
  background-color: var(--primary);
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 18px;
  align-items: flex-end;
  padding: 13px 20px 17px;
  border-radius: 16px;
  flex-wrap: wrap;
  gap: 5px;
}
.box-team.style-2 .name {
  margin-bottom: 10px;
}
.box-team.style-2 .sub {
  color: #eeeeee;
}
.box-team.style-2 .social {
  display: flex;
  gap: 12px;
}
.box-team.style-2 .social a {
  color: var(--white);
}
.box-team.style-3 {
  overflow: hidden;
}
.box-team.style-3 .img-style {
  position: relative;
}
.box-team.style-3 .content {
  position: relative;
  width: 100%;
  padding-top: 18px;
  margin-top: 24px;
}
.box-team.style-3 .content::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  transition: 650ms cubic-bezier(0.48, 0, 0.11, 1) 0.55s;
  border-top: 1px solid var(--border);
}
.box-team.style-3 .social {
  gap: 8px;
}
.box-team.style-3 .social a {
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--dark-color2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.box-team.style-3 .social a:hover {
  background-color: var(--dark-color2);
  color: var(--white);
}
.box-team.style-3.is-active .content::before {
  width: 100%;
}
.box-team.style-4 .img-style {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
.box-team.style-4 .tecko-social {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.box-team.style-4 .tecko-social a {
  width: 36px;
  height: 36px;
  background-color: var(--primary);
  border: none;
  color: var(--white);
}
.box-team.style-4 .tecko-social a:hover {
  background-color: var(--white);
  color: var(--dark-color);
}
.box-team.style-no-img {
  padding: 36px 24px 24px;
  border-radius: 24px;
  background: #0c5af5;
  aspect-ratio: 0.75;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-team.style-no-img .tf-btn .bg-effect {
  background-color: var(--dark-color);
}
.box-team .count {
  width: 96px;
  height: 96px;
  background-color: #eaeaea;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  margin-bottom: 20px;
}

/*------------ blog ---------------- */
.blog-article-item,
.project-item {
  -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;
}
.blog-article-item:not(.blog-article-item.style-2,
.project-item.style-2) .tf-btn,
.project-item:not(.blog-article-item.style-2,
.project-item.style-2) .tf-btn {
  opacity: 0;
  visibility: hidden;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  -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;
}
.blog-article-item:not(.blog-article-item.style-2,
.project-item.style-2):hover .tf-btn,
.project-item:not(.blog-article-item.style-2,
.project-item.style-2):hover .tf-btn {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.blog-article-item .article-thumb,
.project-item .article-thumb {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.blog-article-item .article-thumb .tf-btn,
.blog-article-item .article-thumb .tf-btn-effec-arrow,
.project-item .article-thumb .tf-btn,
.project-item .article-thumb .tf-btn-effec-arrow {
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.blog-article-item .article-thumb .tf-btn-effec-arrow i,
.project-item .article-thumb .tf-btn-effec-arrow i {
  color: var(--primary);
}

.blog-article-item .meta-date {
  border-top: 1px solid var(--dark-color2);
}
.blog-article-item .meta-date span {
  display: flex;
  color: var(--white);
}
.blog-article-item .meta-date a {
  margin-right: 5px;
}
.blog-article-item .meta-date.border-bot {
  border-top: none;
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--dark-color2);
}
.blog-article-item.style-2 .article-thumb {
  border-radius: 20px;
}
.blog-article-item.style-2 .article-thumb img {
  height: 300px;
  object-fit: cover;
}
.blog-article-item.style-2 .meta-date {
  margin: 0;
  border: none;
}
.blog-article-item.style-list {
  display: flex;
  gap: 24px;
}
.blog-article-item.style-list .article-thumb {
  width: 49%;
  max-width: 416px;
  flex-shrink: 0;
}
.blog-article-item.style-list .article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-article-item.style-list .meta-date {
  padding-top: 13px;
}
.blog-article-item.style-border {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--mono-gray7);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-article-item.style-border .article-thumb {
  border-radius: 4px;
}
.blog-article-item.style-border .article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.blog-article-item.style-border:hover {
  border-color: var(--primary);
}

.project-item.style-border-1 .wrap-thumbs {
  padding: 24px 16px;
  border: 1px solid var(--mono-gray7);
  border-radius: 16px;
  margin-bottom: 33px;
}
.project-item.style-border-1 .article-thumb {
  border-radius: 8px;
}
.project-item.style-border-2 {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid var(--mono-gray7);
}
.project-item.style-border-2 .article-thumb {
  border-radius: 4px;
  margin-bottom: 17px;
}
.project-item.style-list {
  display: flex;
  gap: 24px;
}
.project-item.style-list .article-thumb {
  max-width: 526px;
  max-height: 403px;
  width: 100%;
}
.project-item.style-list .article-thumb img {
  height: 342px;
}
.project-item.style-list .article-content {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}
.project-item.style-list .wrap {
  display: flex;
  max-width: 624px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.project-item.style-list .tf-btn {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sidebar .sidebar-title.point::before {
  background-color: var(--primary);
}
.sidebar .sidebar-categories {
  display: grid;
  gap: 9px;
}
.sidebar .sidebar-categories span {
  margin-left: 4px;
}

.wrap-popular-tag {
  display: flex;
  gap: 11px 8px;
  flex-wrap: wrap;
}
.wrap-popular-tag .popular-tag-item {
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 30px;
  padding: 0 14px;
  background-color: var(--mono-gray3);
  color: var(--white);
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 500;
}
.wrap-popular-tag .popular-tag-item:hover {
  background-color: var(--primary);
}

.relatest-post-item {
  display: flex;
  gap: 24px;
}
.relatest-post-item:not(:last-child) {
  margin-bottom: 22px;
}
.relatest-post-item .image-rotate {
  width: 86px;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
}

.wrap-list-blog.style-2 .wrap .blog-article-item:not(:last-child) {
  margin-bottom: 72px;
}

.heading-single-post .box-infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.heading-single-post .box-infor .right {
  display: flex;
  gap: 31px;
}
.heading-single-post .box-infor .right .wrap {
  gap: 15px;
}
.heading-single-post .item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.heading-single-post .item i {
  font-size: 26px;
}
.heading-single-post .item.share {
  gap: 19px;
}
.heading-single-post .copy svg path {
  stroke: var(--white);
  -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;
}
.heading-single-post .copy:hover svg path {
  stroke: var(--primary);
}

.box-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.box-user .avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.box-user .content span {
  font-size: 10px;
  line-height: 16px;
}

.thumbs-main-post-single,
.thumbs-post-single {
  border-radius: 24px;
  overflow: hidden;
}

.wrap-quote {
  --border-color-1: #0c5af5;
  --border-color-2: rgba(117, 163, 255, 0);
  position: relative;
  border-radius: 20px;
  background: radial-gradient(134.16% 130% at 110% 20%, var(--border-color-1) 0%, var(--border-color-2) 96.72%);
  padding: 1px;
}

.quote:not(.quote.style-3) {
  padding: 40px;
  position: relative;
  display: block;
  border-radius: inherit;
  background: #16171b;
}
.quote:not(.quote.style-3)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112.32deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 101.12%);
  opacity: 0.2;
  border-radius: inherit;
  transform: rotate(-180deg);
  mix-blend-mode: soft-light;
}
.quote:not(.quote.style-3) .icon {
  position: absolute;
  bottom: 22px;
  right: 7px;
}
.quote:not(.quote.style-3).style-2 .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quote:not(.quote.style-3).style-2 .icon {
  bottom: 49px;
  right: 63px;
}
.quote:not(.quote.style-3).style-2 .box-user {
  gap: 12px;
}
.quote:not(.quote.style-3).style-2 .box-user .avatar {
  width: 32px;
  height: 32px;
}
.quote:not(.quote.style-3).style-2 .box-user .content span {
  font-size: 12px;
  line-height: 16px;
}
.quote.style-3 .text {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.author-box {
  padding: 32px 15px;
  background-color: var(--dark-color);
  display: flex;
  gap: 32px;
  border-radius: 24px;
}
.author-box .author-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
}
.author-box .author-info-wrap {
  padding-top: 7px;
}
.author-box .author-info-wrap .author-name {
  margin-bottom: 3px;
}
.author-box .tecko-social a {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

/*------------ testimonial ---------------- */
.testimonial .box-user .name {
  margin-bottom: 2px;
}
.testimonial .box-user .sub {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial .box-user .sub span {
  font-size: 14px;
  line-height: 20px;
}
.testimonial .box-user .sub span:not(:last-child) {
  position: relative;
}
.testimonial .box-user .sub span:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon/icon-line.svg);
  right: -13px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.testimonial.style-default {
  padding: 30px 42px;
  border-radius: 20px;
  background-color: var(--mono-gray9);
  font-weight: 400;
  -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-bottom: 16px;
}
.testimonial.style-default .text {
  margin-bottom: 85px;
}
.testimonial.style-default .sub {
  color: var(--mono-gray2);
}
.testimonial.style-default .name a,
.testimonial.style-default .text,
.testimonial.style-default .sub {
  -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;
}
.testimonial.style-default.emty {
  width: 100%;
}
.testimonial.style-default:hover {
  background-color: var(--primary);
}
.testimonial.style-default:hover .text,
.testimonial.style-default:hover .name a {
  color: var(--white);
}
.testimonial.style-default:hover .sub {
  color: var(--mono-gray9);
}
.testimonial.style-1 {
  position: relative;
  border: 1px solid;
  height: 100%;
  padding: 32px 40px 40px;
  background-color: rgba(229, 224, 255, 0.1);
  backdrop-filter: blur(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;
  border-image: linear-gradient(269.94deg, rgba(166, 149, 243, 0.2) -14.99%, rgba(166, 149, 243, 0.1) -6.8%, rgba(166, 149, 243, 0.8) 50.52%, rgba(166, 149, 243, 0.1) 101.59%, rgba(166, 149, 243, 0.2) 110.99%) 1;
  min-height: 268px;
}
.testimonial.style-1 > .content {
  gap: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.testimonial.style-1 .box-user .avatar {
  border-radius: unset;
}
.testimonial.style-1:hover {
  background-color: var(--white);
  box-shadow: 0px 8px 20px -8px rgba(132, 35, 255, 0.07);
  backdrop-filter: blur(10px);
}
.testimonial.style-2 {
  background-color: var(--four);
  padding: 26px 43px 32px;
  border-radius: 12px;
}
.testimonial.style-2 .box-user {
  margin-bottom: 30px;
  gap: 24px;
}
.testimonial.style-2 .box-user .avatar {
  width: 64px;
  height: 74px;
  border-radius: unset;
}
.testimonial.style-2 .box-user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 0.8648648649;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.testimonial.style-2 .bot {
  padding-top: 23px;
  margin-top: 31px;
  border-top: 1px solid #dddddd;
}
.testimonial.style-2 .ratings {
  gap: 2px;
}
.testimonial.style-2 .ratings i {
  color: #f48c12;
  font-size: 20px;
}
.testimonial.style-3 {
  padding: 17px 24px 23px;
  background-color: var(--five);
}
.testimonial.style-3 .box-user {
  padding-top: 24px;
  margin-top: 30px;
  border-top: 1px dashed var(--border);
}
.testimonial.style-4 {
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--white);
}
.testimonial.style-4 .box-user .avatar {
  width: 65px;
  height: 65px;
}
.testimonial.style-5 {
  padding: 33px 40px 40px;
  border-radius: 8px;
  background-color: var(--white);
}
.testimonial.style-5 .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: #0d0f11;
  border-radius: 999px;
}
.testimonial.style-5 .text {
  margin-bottom: 64px;
}
.testimonial.style-6 {
  border-radius: 24px;
  background-color: var(--mono-gray9);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 24px;
}
.testimonial.style-6 .author {
  margin-top: 80px;
}
.testimonial.style-6 .ratings i {
  font-size: 24px;
}
.testimonial.style-6 .avatar {
  border-radius: 999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
.testimonial.style-6 .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrap-testimonial.style-1 {
  overflow: hidden;
}
.wrap-testimonial.style-1 .infiniteslide {
  max-height: 738px;
}
.wrap-testimonial.style-3 .heading-section {
  margin-top: 40px;
}
.wrap-testimonial.style-3 .point::before {
  background-color: #412df4;
}

.box-rate {
  background-image: url(../images/backgroup/bg-testimonial.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.box-rate .logo {
  margin-bottom: 24px;
}
.box-rate .param {
  margin-bottom: 16px;
}
.box-rate .wrap-ratings {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.box-rate .wrap-ratings .ratings i {
  color: #ef2b10;
}

.tf-marquee-up {
  overflow: hidden;
}
.tf-marquee-up .wrap-marquee {
  -webkit-animation: slide-har 30s linear infinite;
  animation: slide-up 30s linear infinite;
  transition: animation-duration 300ms;
}
.tf-marquee-up .wrap-marquee:hover {
  animation-play-state: paused;
}

.sw-testimonial.style-1 {
  max-width: 464px;
  border-radius: 8px;
}
.sw-testimonial.style-1 .pagination-wrap {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.sw-testimonial.style-2 .swiper-slide {
  height: auto;
}

/*------------ accordion ---------------- */
.accordion-item .accordion-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}
.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}
.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-item .icon {
  height: 24px;
  width: 24px;
  position: relative;
}
.accordion-item .icon::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: var(--white);
  transition: 0.25s ease-in-out;
}
.accordion-item .icon::before {
  position: absolute;
  content: "";
  right: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: var(--white);
  transition: 0.25s ease-in-out;
}
.accordion-item .accordion-faqs-content {
  padding-top: 20px;
}
.accordion-item.style-default {
  padding: 27px 25px 32px;
  position: relative;
  border-radius: 20px;
}
.accordion-item.style-default::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--body-background-color);
  border: 1px solid transparent;
  background-clip: content-box;
  border-radius: inherit;
  z-index: 1;
}
.accordion-item.style-default::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(357deg, rgba(117, 117, 117, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}
.accordion-item.style-default .bg {
  background-image: url(../images/backgroup/bg-accordion.png);
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  -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;
}
.accordion-item.style-default .accordion-title,
.accordion-item.style-default .accordion-faqs-content {
  position: relative;
  z-index: 2;
}
.accordion-item.style-default .heading h6 {
  display: flex;
  gap: 64px;
}
.accordion-item.style-default .accordion-faqs-content {
  padding-left: 92px;
  padding-top: 20px;
}
.accordion-item.style-default.active .bg {
  opacity: 1;
}
.accordion-item.style-1 {
  backdrop-filter: blur(10px);
  padding: 30px 24px 32px;
  position: relative;
  border: 1px solid;
  border-image: linear-gradient(269.94deg, rgba(166, 149, 243, 0.2) -14.99%, rgba(166, 149, 243, 0.1) -6.8%, rgba(166, 149, 243, 0.8) 50.52%, rgba(166, 149, 243, 0.1) 101.59%, rgba(166, 149, 243, 0.2) 110.99%) 1;
  transition: 350ms ease;
}
.accordion-item.style-1 .accordion-faqs-content {
  padding-top: 30px;
}
.accordion-item.style-1 .icon::after, .accordion-item.style-1 .icon::before {
  background-color: var(--dark-color);
}
.accordion-item.style-2 {
  padding: 33px 39px 31px;
  border-radius: 16px;
  background-color: var(--white);
  -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;
}
.accordion-item.style-2 .heading h6 {
  -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;
}
.accordion-item.style-2 .accordion-faqs-content {
  padding-top: 15px;
}
.accordion-item.style-2 .icon::after, .accordion-item.style-2 .icon::before {
  background-color: #494949;
}
.accordion-item.style-2.active {
  background-color: var(--primary);
}
.accordion-item.style-2.active .heading h6 {
  color: var(--white);
}
.accordion-item.style-2.active .icon::after, .accordion-item.style-2.active .icon::before {
  background-color: var(--white);
}
.accordion-item.style-3 {
  padding: 35px 26px 31px 36px;
  border-radius: 8px;
  background-color: var(--five);
}
.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--dark-color);
}
.accordion-item.style-3 .accordion-title .heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accordion-item.style-3 .accordion-title:not(.collapsed) .icon::after, .accordion-item.style-3 .accordion-title:not(.collapsed) .icon::before {
  background-color: var(--primary);
}
.accordion-item.style-3 .accordion-title:not(.collapsed) h5 {
  color: var(--primary);
}
.accordion-item.style-3 .accordion-title:not(.collapsed) svg path,
.accordion-item.style-3 .accordion-title:not(.collapsed) svg circle {
  stroke: var(--primary);
}
.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 20px;
  margin-top: 34px;
  border-top: 1px dashed var(--border);
}
.accordion-item.style-4 {
  padding: 31px 17px 31px 24px;
  border-radius: 8px;
  border: 1px dashed var(--mono-gray3);
}
.accordion-item.style-4 .accordion-faqs-content {
  max-width: 1052px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.accordion-item.style-4 .accordion-faqs-content p {
  color: var(--mono-gray6);
}
.accordion-item.style-5 {
  padding: 33px 26px 32px;
  background-color: var(--white);
  border-radius: 12px;
}
.accordion-item.style-5 .accordion-title {
  justify-content: start;
  gap: 18px;
}
.accordion-item.style-5 .icon {
  height: 24px;
  width: 24px;
}
.accordion-item.style-5 .icon::after, .accordion-item.style-5 .icon::before {
  background-color: var(--primary);
}
.accordion-item.style-5 .accordion-faqs-content {
  padding-left: 48px;
}
.accordion-item.style-6 {
  padding: 36px 0 27px;
  border-bottom: 1px solid var(--border);
}
.accordion-item.style-6 .heading {
  display: flex;
  align-items: center;
  gap: 100px;
}
.accordion-item.style-6 .icon::after, .accordion-item.style-6 .icon::before {
  background-color: #333333;
}
.accordion-item.style-6 .accordion-faqs-content {
  padding-left: 112px;
  max-width: 947px;
  padding-top: 8px;
}

.accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-item {
  position: relative;
  z-index: 1;
}

.accordion-faqs-content {
  will-change: height;
  transition: height 0.3s ease-out;
}

.collapse {
  transition: height 0.3s ease-out;
}

.collapsing {
  transition: height 0.3s ease-out;
}

/*------------ shop ---------------- */
.product-item .img-style {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 11px;
  position: relative;
  -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: 4px solid transparent;
  width: 100%;
}
.product-item .img-style img {
  object-fit: cover;
}
.product-item .on-sale-wrap {
  position: absolute;
  display: flex;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
}
.product-item .on-sale-wrap .on-sale-item {
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef2a10;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 500;
  font-size: 14;
  line-height: 24;
}
.product-item .content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.product-item .info {
  max-width: 229px;
}
.product-item .product-name a {
  display: inline;
  -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-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 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.product-item .price {
  color: var(--white);
}
.product-item .new-price {
  color: #ef2a10;
}
.product-item .old-price {
  color: var(--mono-gray2);
  text-decoration: line-through;
}
.product-item .add-cart {
  width: 40px;
  height: 40px;
  border: 1.11px solid #bbbbbb;
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16.67px;
  color: var(--white);
  -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;
}
.product-item .add-cart:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.product-item:hover .img-style {
  border-color: var(--primary);
}
.product-item:hover .product-name a {
  background-size: 100% 1px;
}
.product-item.style-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-item.style-list .img-style {
  width: 48%;
  margin-bottom: 0;
}
.product-item.style-list .content {
  flex-direction: column;
  width: 100%;
}
.product-item.style-list .info {
  max-width: unset;
}
.product-item.style-list .box-icon {
  position: relative;
}
.product-item.style-list .box-icon .tooltip {
  top: -100%;
  margin-top: 5px;
  margin-right: 0;
  transform: translateY(8px);
  right: unset;
}
.product-item.style-list .box-icon .tooltip::before {
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  right: unset;
}
.product-item.style-list .box-icon:hover .tooltip {
  transform: none;
}
.product-item.style-list .add-cart {
  max-width: 272px;
  height: 32px;
  width: 100%;
}
.product-item .box-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  background-color: var(--white);
  color: var(--dark-color);
  position: relative;
  z-index: 6;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.product-item .box-icon .icon {
  font-size: 20px;
}
.product-item .box-icon svg {
  width: 18px;
}
.product-item .box-icon svg path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-item .box-icon.active, .product-item .box-icon:hover {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border-color: var(--Onsurface) !important;
}
.product-item .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}
.product-item .box-icon:hover svg path {
  stroke: var(--White);
}
.product-item .tooltip {
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--white);
  color: var(--dark-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.product-item .tooltip::before {
  content: "";
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--white);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.product-item .list-product-btn {
  width: 100%;
  display: flex;
  gap: 10px;
}

.range-price .box-price-product {
  display: flex;
  justify-content: space-between;
}
.range-price .box-price-item {
  height: 44px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--mono-gray);
}
.range-price .box-price-item.min {
  background-color: var(--white);
}
.range-price .box-price-item.max {
  border: 1px solid var(--white);
}
.range-price .btn-go {
  background-color: var(--primary);
  border-radius: 12px;
  color: var(--white);
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  -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;
}
.range-price .btn-go:hover {
  background-color: var(--white);
  color: var(--dark-color);
}

.thumbs-slider {
  display: flex;
  gap: 24px;
  max-width: 770px;
}

.tf-product-media-thumbs {
  width: 86px;
  flex-shrink: 0;
  max-height: 687px;
}
.tf-product-media-thumbs .swiper-slide {
  height: max-content;
  width: auto;
  border-radius: 4px;
  overflow: hidden;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  height: 100%;
  max-height: 86px;
  max-width: 86px;
  opacity: 0.6;
  cursor: pointer;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item {
  opacity: 1;
}

.tf-product-media-main {
  border-radius: 12px;
  overflow: hidden;
}
.tf-product-media-main .pagination-wrap {
  position: absolute;
  justify-content: space-between;
  left: 0;
  right: 0;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 33px;
}
.tf-product-media-main .pagination-wrap i {
  color: var(--black);
  font-size: 26px;
}
.tf-product-media-main .item {
  max-height: 660px;
  height: 100%;
}
.tf-product-media-main .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tf-product-info-sku a:not(:first-child) {
  margin-left: 5px;
}

.tf-product-info-price {
  display: flex;
  align-items: center;
  gap: 26px;
}
.tf-product-info-price .price-on-sale {
  color: #ef2a10;
}
.tf-product-info-price .compare-at-price {
  text-decoration: line-through;
}

.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 10px 28px;
  align-items: center;
  flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values.gap12 {
  gap: 12px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label {
  border: 1px solid var(--Onsurface);
  padding: 3px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 {
  background-color: var(--Onsurface);
  border: 1px solid var(--Onsurface);
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 span {
  color: var(--White);
}
.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text span {
  color: var(--white);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 4.35px solid #bbc1ce;
  background-color: #bbc1ce;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -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;
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 3px 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;
}
.variant-picker-item .variant-picker-values .color-btn.line {
  border-color: var(--line);
}
.variant-picker-item .variant-picker-values .color-btn.active {
  border-color: var(--primary);
}

.tf-product-info-rate {
  display: flex;
  gap: 32px;
  align-items: center;
}
.tf-product-info-rate .ratings {
  position: relative;
}
.tf-product-info-rate .ratings::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--mono-gray2);
  right: -18px;
}
.tf-product-info-rate .ratings i {
  font-size: 18px;
  color: #f4752d;
}

.tf-product-info-by-btn {
  gap: 12px;
}
.tf-product-info-by-btn .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--mono-gray7);
  font-size: 14px;
  color: var(--white);
}
.tf-product-info-by-btn .box-icon:hover, .tf-product-info-by-btn .box-icon.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tf-product-info-sku {
  display: grid;
  gap: 10px;
}
.tf-product-info-sku .tag a {
  position: relative;
}
.tf-product-info-sku .tag a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  -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-product-info-sku .tag a:hover::after {
  width: 100%;
}

.tf-product-info-quantity {
  gap: 23px;
}

.wg-quantity {
  width: 107px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #bbc1ce;
  border-radius: 12px;
  overflow: hidden;
}
.wg-quantity input {
  width: 60px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 12px;
  line-height: 14.52px;
  color: var(--white);
  pointer-events: none;
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  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;
}
.wg-quantity .btn-quantity:hover {
  color: var(--primary);
}
.wg-quantity.style-1 {
  width: 140px;
}
.wg-quantity.style-1 .btn-quantity {
  height: 44px;
  font-size: 30px;
}
.wg-quantity.style-1 input {
  pointer-events: none;
  width: 50px;
}

.bg-color-black {
  background: var(--black);
}

.bg-color-white {
  background: var(--white);
}

.bg-color-lightbeige {
  background: #dbcbab;
}

.bg-color-lightcyan {
  background: #acd9de;
}

.bg-color-palepink {
  background: #e4d7d7;
}

.bg-color-tealgreen {
  background: #487c6c;
}

/*------------ map ---------------- */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: var(--border);
}

.noUi-connect {
  background-color: var(--primary);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background-color: var(--primary);
  box-shadow: unset;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  content: none;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
}

/*------------ hover ---------------- */
.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-img2 .image-rotate {
  overflow: hidden;
}
.hover-img2 .image-rotate 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-img2:hover .image-rotate img {
  transform: scale(1.1) rotate(3deg);
}

.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-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 0px 8.5px;
  height: 25px;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  max-width: 250px;
  width: max-content;
  background-color: var(--primary);
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  position: absolute;
  background: var(--primary);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 5px);
  bottom: unset;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -2px;
}

/*------------ nice-select ---------------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 0;
  padding: 0;
  padding-right: 16px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  width: max-content;
  border-radius: 0;
  color: var(--main);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--line);
}

.nice-select:after {
  border-bottom: 1.7px solid var(--main);
  border-right: 1.7px solid var(--main);
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--White);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 14px;
  max-height: 155px;
  overflow: auto;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  font-size: 16px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--main);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--White);
  color: var(--primary);
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.disabled {
  color: var(--main);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.image-select.style-default {
  display: flex;
  width: max-content !important;
}
.image-select.style-default > select {
  display: none !important;
}
.image-select.style-default > .dropdown-toggle {
  overflow: hidden;
  padding: 0;
  padding-right: 25px;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  color: var(--dark-color);
}
.image-select.style-default > .dropdown-toggle::after {
  border: 0;
  position: absolute;
  right: 0;
  content: "\e938";
  font-family: "icomoon";
  font-size: 16px;
  color: var(--mono-gray);
}
.image-select.style-default .filter-option-inner-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
.image-select.style-default .filter-option-inner-inner img {
  width: 20px;
  height: 15px;
}
.image-select.style-default > .dropdown-menu {
  overflow: unset !important;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
  padding: 15px 20px;
  border-radius: 0;
  border: 0;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
}
.image-select.style-default > .dropdown-menu a {
  padding: 5px 0;
}
.image-select.style-default > .dropdown-menu a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.image-select.style-default > .dropdown-menu a .text img {
  width: 16px;
  height: 12px;
}
.image-select.style-default > .dropdown-menu a:hover, .image-select.style-default > .dropdown-menu a:active, .image-select.style-default > .dropdown-menu a.active {
  color: var(--bright-orange) !important;
  background-color: unset !important;
}
.image-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0;
  left: 50%;
  z-index: 2;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::after {
  display: none;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}
.image-select.type-languages > .dropdown-menu {
  width: 96px !important;
  margin-left: calc(50% - 48px) !important;
}

/*------------ icon-box ---------------- */
.tf-icon-box.style-1 {
  position: relative;
  border-radius: 20px;
}
.tf-icon-box.style-1::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: -1px;
  background-image: linear-gradient(228deg, rgba(117, 117, 117, 0.4) 0%, rgba(255, 255, 255, 0) 26%);
  border-radius: inherit;
}
.tf-icon-box.style-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/backgroup/bg-box-icon.jpg) rgba(0, 0, 0, 0.2) 50%/cover no-repeat;
  border-radius: inherit;
  opacity: 0;
  z-index: 1;
  transition: opacity 450ms ease;
}
.tf-icon-box.style-1 .wrap {
  border-radius: inherit;
  padding: 32px 24px 23px;
  position: relative;
  z-index: 1;
  background-color: var(--body-background-color);
  transition: background-color 450ms ease;
}
.tf-icon-box.style-1 .icon {
  margin-bottom: 25px;
}
.tf-icon-box.style-1 .title {
  margin-bottom: 9px;
}
.tf-icon-box.style-1 .content {
  padding-right: 80px;
  position: relative;
}
.tf-icon-box.style-1 .btn-icon {
  position: absolute;
  bottom: 32px;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(263.54deg, rgba(255, 255, 255, 0.1) -1.01%, rgba(255, 255, 255, 0) 149.68%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transform: rotate(0);
}
.tf-icon-box.style-1 .btn-icon:hover {
  transform: rotate(-45deg);
}
.tf-icon-box.style-1:hover .wrap {
  background-color: transparent;
}
.tf-icon-box.style-1:hover::before {
  opacity: 1;
}
.tf-icon-box.style-2 {
  padding: 48px 32px 18px;
  height: 216px;
  position: relative;
}
.tf-icon-box.style-2 .content {
  position: relative;
  z-index: 5;
  height: 100%;
}
.tf-icon-box.style-2 .icon {
  margin-bottom: 11px;
}
.tf-icon-box.style-2 .title {
  margin-bottom: 2px;
}
.tf-icon-box.style-3 {
  padding: 24px 24px 17px;
  border: 1px solid;
  position: relative;
  border-image: linear-gradient(269.94deg, rgba(166, 149, 243, 0.2) -14.99%, rgba(166, 149, 243, 0.1) -6.8%, rgba(166, 149, 243, 0.8) 50.52%, rgba(166, 149, 243, 0.1) 101.59%, rgba(166, 149, 243, 0.2) 110.99%) 1;
  transition: 350ms ease;
  transition-property: background-color, box-shadow;
}
.tf-icon-box.style-3:hover {
  box-shadow: 0px 30px 50px -8px rgba(132, 35, 255, 0.07);
  background-color: var(--white);
}
.tf-icon-box.style-4 {
  padding: 46px 30px 46px 42px;
  border-radius: 20px;
  background-color: var(--white);
  -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;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tf-icon-box.style-4 .icon {
  margin-bottom: 31px;
}
.tf-icon-box.style-4 .content {
  margin-bottom: 64px;
}
.tf-icon-box.style-4:hover {
  box-shadow: 0px 6px 67px rgba(0, 0, 0, 0.01), 0px 5px 25px rgba(0, 0, 0, 0.05), 0px 28px 17px rgba(0, 0, 0, 0.09), 0px 13px 28px rgba(0, 0, 0, 0.1);
}
.tf-icon-box.style-4:hover .tf-btn-effec-arrow .button-text {
  background-color: var(--primary);
  color: var(--white);
}
.tf-icon-box.style-4:hover .tf-btn-effec-arrow .button-icon {
  background-color: var(--primary);
  color: var(--white);
}
.tf-icon-box.style-5 {
  position: relative;
  padding: 90px 36px 36px;
  border-radius: 16px;
  background-image: url(../images/backgroup/bg-box-icon-2.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: var(--white);
}
.tf-icon-box.style-5 .count {
  position: absolute;
  top: 60px;
  right: 65px;
  color: #d9dce3;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.96px;
}

.dot-border::after, .dot-border::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--sub-color);
}
.dot-border.dot-1::after {
  top: -2px;
  left: -2px;
}
.dot-border.dot-1::before {
  bottom: -2px;
  left: -2px;
}
.dot-border.dot-2::after {
  top: -2px;
  right: -2px;
}
.dot-border.dot-2::before {
  bottom: -2px;
  right: -2px;
}

.border-feature,
.corner-feature {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.border-x {
  background: linear-gradient(90deg, rgba(250, 246, 255, 0.4) 0%, rgba(250, 246, 255, 0) 25%, rgba(250, 246, 255, 0.2) 50%, rgba(250, 246, 255, 0) 75%, rgba(250, 246, 255, 0.4) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
}
.border-x.top {
  top: 0;
}
.border-x.bottom {
  bottom: 0;
}

.border-y {
  background: linear-gradient(180deg, rgba(126, 106, 185, 0.12) 0%, rgba(126, 106, 185, 0.02) 25%, rgba(126, 106, 185, 0.2) 50%, rgba(126, 106, 185, 0.02) 75%, rgba(126, 106, 185, 0.12) 100%);
  height: 100%;
  width: 1px;
  position: absolute;
}
.border-y.left {
  left: 0;
}
.border-y.right {
  right: 0;
}

.corner-bottom,
.corner-top {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #dcd5ef;
}

.corner-bottom.right {
  right: -1px;
  bottom: -1px;
}
.corner-bottom.left {
  left: -1px;
  bottom: -1px;
}

.corner-top.left {
  top: -1px;
  left: -1px;
}
.corner-top.right {
  top: -1px;
  right: -1px;
}

.line-corner {
  position: relative;
}
.line-corner.x::after, .line-corner.x::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  top: 1px;
}
.line-corner.x::after {
  background: linear-gradient(270deg, rgba(250, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.line-corner.x::before {
  background: linear-gradient(90deg, rgba(250, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.line-corner.y::after, .line-corner.y::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  left: 1px;
}
.line-corner.y::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 246, 255, 0.5) 100%);
  bottom: 0;
}
.line-corner.y::before {
  background: linear-gradient(180deg, rgba(250, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/*------------ animation ---------------- */
.scroll-effect .text-change-color div {
  background-clip: text;
  color: transparent;
  background: linear-gradient(to right, #f0f2f4 50%, #7e8695 50%) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 var(--primary);
  }
}
/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -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;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ map ---------------- */
.map-box {
  width: 100%;
  height: 456px;
  overflow: hidden;
  border-radius: 24px;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#map .marker {
  cursor: pointer;
  position: relative;
}
#map .marker::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  font-size: 28px;
  color: var(--primary);
  height: 44px;
  width: 44px;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: -1;
  border-radius: 999px;
}

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
  display: none !important;
}

/*------------ widgets ---------------- */
.marquee-widget {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.marquee-widget .swiper-slide {
  width: auto !important;
}

.ratings {
  display: flex;
  align-items: center;
}
.ratings i {
  font-size: 16px;
  color: #ebc4a0;
}

.wg-pagination li {
  display: block;
  width: 46px;
  height: 46px;
}
.wg-pagination li a {
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  border: 1px solid var(--mono-gray);
  -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;
}
.wg-pagination li a:hover, .wg-pagination li a.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tecko-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tecko-social a {
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--mono-gray);
  color: var(--mono-gray);
  -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-size: 18px;
}
.tecko-social a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.tecko-social.style-2 a, .tecko-social.style-3 a {
  width: 36px;
  height: 36px;
  color: var(--black);
  border-radius: 16px;
  border-color: var(--mono-gray7);
}
.tecko-social.style-2 a i, .tecko-social.style-3 a i {
  font-size: 14px;
}
.tecko-social.style-2 a:hover, .tecko-social.style-3 a:hover {
  color: var(--white);
}
.tecko-social.style-3 a {
  border-radius: 999px;
}
.tecko-social.style-3 a:hover {
  background-color: var(--dark-color2);
}
.tecko-social.style-4 {
  gap: 8px;
}
.tecko-social.style-4 a {
  height: 32px;
  width: 32px;
  color: var(--black);
  border-radius: 999px;
  font-size: 14px;
  background-color: var(--white);
}
.tecko-social.style-4 a:hover {
  color: var(--white);
  background-color: var(--primary);
}

.reply-comment {
  padding: 44px 31.13px 31px;
  background-color: var(--black);
  border-radius: 24px;
}
.reply-comment .reply-comment-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mono-gray5);
}
.reply-comment .reply-comment-heading .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reply-comment .reply-comment-heading .box-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
}
.reply-comment .reply-comment-heading .box-icon .icon {
  font-size: 26px;
}
.reply-comment .box-user {
  display: flex;
  gap: 16px;
  align-items: center;
}
.reply-comment .box-user .avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
}
.reply-comment .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reply-comment .heading .tf-btn {
  height: 30px;
  padding: 0 14px;
}
.reply-comment .heading .tf-btn span {
  font-size: 14px;
  line-height: 16.94px;
}
.reply-comment .reply-comment-wrap {
  border-bottom: 1px solid var(--mono-gray5);
  margin-bottom: 40px;
  padding-bottom: 34px;
}
.reply-comment .reply-comment-wrap:last-child {
  margin-bottom: 0;
}
.reply-comment.style-2 {
  padding-bottom: 40px;
}

.reply-comment-item.type-reply {
  padding-top: 35px;
  padding-left: 20px;
}

.wrap-footer {
  border-radius: 24px 24px 0px 0px;
  background-color: var(--mono-gray6);
}

.readmore-posts {
  padding: 40px 15px;
}

.counter-item .counter-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: max-content;
}
.counter-item span {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif;
}
.counter-item .odometer-value {
  width: 100%;
  text-align: right !important;
}
.counter-item .odometer-digit {
  vertical-align: unset !important;
}
.counter-item .odometer-digit-inner {
  width: 33px;
}
.counter-item.style-default .odometer-formatting-mark {
  display: none;
}
.counter-item.style-default .odometer .odometer-value {
  width: 100%;
  text-align: right !important;
}
.counter-item.style-default .odometer .odometer-digit {
  vertical-align: unset !important;
}
.counter-item.style-default span {
  color: var(--white);
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif;
}
.counter-item.style-default .sub {
  height: max-content;
  display: inline-block;
}
.counter-item.style-default .sub.plus {
  color: var(--primary);
  font-size: 40px;
}
.counter-item.style-1 .count {
  display: flex;
  align-items: center;
  gap: 33px;
}
.counter-item.style-1 span {
  color: var(--primary);
}
.counter-item.style-1 .odometer-formatting-mark {
  display: none;
}
.counter-item.style-1 p {
  text-transform: uppercase;
}
.counter-item.style-1 .sub.plus {
  font-size: 48px;
}
.counter-item.style-2 {
  background-color: #f8f8f8;
  padding: 13px 57px 50px 24px;
  border-radius: 4px;
  position: relative;
  transition: background-size 450ms ease;
}
.counter-item.style-2 .count {
  position: relative;
  z-index: 1;
}
.counter-item.style-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/backgroup/bg-counter-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  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;
}
.counter-item.style-2:hover::after {
  opacity: 1;
}
.counter-item.style-3 span {
  font-size: 40px;
  line-height: 52px;
  font-family: "IBM Plex Sans", sans-serif;
}
.counter-item.style-3 .counter-number {
  gap: 5px;
}
.counter-item.style-4 span {
  font-size: 51.23px;
  font-weight: 700;
  line-height: 67.78px;
  color: #1c1d36;
}
.counter-item.style-5 span {
  font-size: 64px;
  line-height: 64px;
  color: var(--white);
}
.counter-item.style-5 .sub {
  color: var(--primary);
}
.counter-item.style-5 .odometer-digit-inner {
  width: 38px;
}
.counter-item.style-5 .count {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--mono-gray3);
  margin-bottom: 19px;
}

.box-about.style-1 .image-wrap {
  border-radius: 24px;
  overflow: hidden;
  min-height: 300px;
}
.box-about.style-1 .image-wrap .simpleParallax {
  width: 100%;
  height: 100%;
}
.box-about.style-1 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-about.style-1 .content {
  padding: 30px 15px;
  border-radius: 24px;
  background-color: var(--black);
}
.box-about.style-1 .wrap-counter {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.tf-marquee.spacing-1 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.tf-marquee .marquee-item {
  min-width: max-content;
  padding-left: 90px;
  -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-marquee .marquee-item svg path,
.tf-marquee .marquee-item rect {
  -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-marquee .marquee-item:hover {
  filter: brightness(200%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.tf-marquee .marquee-item.style-1 {
  padding-left: 44.98px;
}
.tf-marquee .marquee-item.style-1:hover {
  filter: brightness(0%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.tf-marquee .marquee-item.style-2:hover {
  filter: unset;
}
.tf-marquee .marquee-item.style-2:hover svg path,
.tf-marquee .marquee-item.style-2:hover rect {
  fill: var(--primary);
}
.tf-marquee .marquee-item.style-3 {
  filter: brightness(0%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.tf-marquee .marquee-item.style-4 {
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 12px;
  background: #000;
  width: 306px;
  height: 168px;
  filter: brightness(200%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.wrap-shop {
  display: flex;
  gap: 10px;
}
.wrap-shop .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrap-shop .top .wrap-sort {
  flex: 44%;
}
.wrap-shop .top .wrap {
  flex: 25%;
  gap: 100px;
}
.wrap-shop .top .wrap-layout {
  flex: 1;
}
.wrap-shop .top .wrap-layout .nav-tab-filter {
  justify-content: end;
}
.wrap-shop .top .result-count {
  flex: 1;
}

.sildebar-fiiler .point::before {
  background-color: var(--primary);
}
.sildebar-fiiler .filter,
.sildebar-fiiler .categories {
  border-radius: 12px;
  background-color: var(--dark-color2);
}
.sildebar-fiiler .categories {
  padding: 35px 28px 33px;
  margin-bottom: 52px;
}
.sildebar-fiiler .wrap-categories {
  display: grid;
  gap: 17px;
}
.sildebar-fiiler .categories-item a {
  color: var(--mono-gray);
}
.sildebar-fiiler .categories-item .sub-menu {
  margin-top: 13px;
  padding-left: 40px;
  display: grid;
  gap: 17px;
}
.sildebar-fiiler .categories-item:hover .categories-title a {
  color: var(--white);
}
.sildebar-fiiler .filter {
  padding: 32px 28px 47px;
}
.sildebar-fiiler form.style-line-bot fieldset input {
  padding: 6px 40px 12px 0px;
  font-size: 18px;
  font-weight: 400;
}
.sildebar-fiiler form.style-line-bot fieldset input::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.sildebar-fiiler form.style-line-bot button svg path {
  stroke: var(--mono-gray2);
}
.sildebar-fiiler .wg-filter {
  border-bottom: 1px solid var(--mono-gray2);
}
.sildebar-fiiler .wg-filter.brand {
  padding-bottom: 56px;
  margin-bottom: 58px;
}
.sildebar-fiiler .wg-filter.color {
  padding-bottom: 56px;
  margin-bottom: 57px;
}

.filterShop {
  position: fixed;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 0 12px 12px 0;
  background-color: black;
  font-size: 18px;
  box-shadow: 0 0 3px #0c5af5;
  color: white;
  cursor: pointer;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.tech-logo-container {
  position: relative;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  min-height: 400px;
  width: 100%;
  height: 100%;
  background: #1f2025;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tech-logo-container .tech-logo {
  position: absolute;
  display: inline-flex;
  padding: 20px;
  background-color: inherit;
}
.tech-logo-container .tech-logo.js {
  top: 80px;
  left: 21px;
  padding: 12px 12px 12px 12px;
}
.tech-logo-container .tech-logo.react {
  top: 160px;
  left: 90px;
  padding: 10px 80px 10px 80px;
}
.tech-logo-container .tech-logo.python {
  top: 243px;
  left: 0px;
  padding: 10px 60px 10px 60px;
}
.tech-logo-container .tech-logo.shopify {
  top: 300px;
  left: 237px;
  padding: 10px 70px 10px 70px;
}

.box-why .point::before {
  background-color: #f4752d;
}
.box-why .list {
  display: grid;
  gap: 24px;
}
.box-why .list li {
  display: flex;
  gap: 12px;
}
.box-why .list li i {
  color: var(--primary);
}

.progress-container {
  position: relative;
  background-color: var(--dark-color3);
  z-index: 999;
}
.progress-container .step-wrap {
  display: flex;
}
.progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background: rgb(194, 184, 247);
  position: absolute;
  left: 0;
}
.progress-container .step {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 64px;
  cursor: pointer;
}
.progress-container .step .step-number {
  height: 16px;
  width: 16px;
  background-color: var(--mono-gray3);
  color: var(--mono-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.progress-container .step .title {
  color: var(--mono-gray);
  -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;
}
.progress-container .step.active .title {
  color: var(--dark-color);
}

.tf-project-filter {
  display: flex;
  gap: 30px;
}
.tf-project-filter .tf-btns-filter {
  cursor: pointer;
}
.tf-project-filter .tf-btns-filter h6 {
  color: var(--mono-gray2);
  position: relative;
  -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-project-filter .tf-btns-filter h6::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primary);
  -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;
  bottom: 0;
  left: 0;
}
.tf-project-filter .tf-btns-filter:hover h6, .tf-project-filter .tf-btns-filter.is--active h6 {
  color: var(--primary);
}
.tf-project-filter .tf-btns-filter:hover h6::after, .tf-project-filter .tf-btns-filter.is--active h6::after {
  width: 100%;
}

.loadmore-item .fl-item {
  display: none;
}

.box-reporting {
  position: relative;
  background-color: #131216;
}
.box-reporting:before {
  content: "";
  position: absolute;
  inset: 0;
  top: -120px;
  background-image: linear-gradient(rgba(19, 18, 22, 0), #131216 12%);
}
.box-reporting .title {
  color: var(--mono-gray);
  margin-bottom: 100px;
}
.box-reporting .list {
  gap: 16px;
  margin-bottom: 48px;
}
.box-reporting .list i {
  color: var(--primary);
  font-size: 20px;
}
.box-reporting .left,
.box-reporting .right {
  position: relative;
  z-index: 2;
}
.box-reporting .right {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 100px;
  background-color: var(--dark-color3);
}

.card-tech {
  max-width: 354px;
  height: 322px;
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid;
  background-color: var(--white);
  border-image: linear-gradient(269.94deg, rgba(166, 149, 243, 0.2) -14.99%, rgba(166, 149, 243, 0.1) -6.8%, rgba(166, 149, 243, 0.8) 50.52%, rgba(166, 149, 243, 0.1) 101.59%, rgba(166, 149, 243, 0.2) 110.99%) 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;
}
.card-tech .icon {
  font-size: 40px;
  color: var(--mono-gray);
}
.card-tech:hover {
  box-shadow: 0px 30px 50px -8px rgba(132, 35, 255, 0.07);
}

.box-promotion {
  padding: 30px 15px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 32px rgba(87, 54, 253, 0.12), 0px 0px 0px 1px rgba(87, 54, 253, 0.05), 0px 4px 6px rgba(87, 54, 253, 0.08), 0px 24px 108px rgba(87, 54, 253, 0.1);
}
.box-promotion .heading-section {
  position: relative;
  z-index: 2;
}
.box-promotion .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.box-promotion .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.work-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: max-content;
}
.work-item img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}
.work-item .content-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  max-width: 100%;
  padding: 45px 59px 30px 53px;
  margin: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(72px);
  border-radius: 24px;
}

.box-process .process-title {
  width: 100%;
  padding: 25px 24px;
  border: 1px dashed var(--border);
  text-transform: uppercase;
}
.box-process .right > .content {
  height: 100%;
}
.box-process .right .icon {
  border-bottom: 1px dashed var(--border);
  padding: 24px;
  height: 50%;
}
.box-process .right .tab-content {
  padding: 0 24px 0 24px;
}
.box-process .right .main-content {
  height: 50%;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.box-process .item:not(:last-child) {
  margin-bottom: 24px;
}
.box-process .item.active {
  background-color: var(--white);
}
.box-process .step {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  background-color: var(--white);
  border-radius: 4px;
  max-width: max-content;
}

.tf-radio-item {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid var(--black);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-radio-item span {
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 999px;
}

.box-why.style-1 {
  padding: 31px 24px 8px;
  border: 1px solid var(--mono-gray7);
  -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: 8px;
}
.box-why.style-1 .tag {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px 8px 3px;
  background-color: var(--six);
  max-width: max-content;
  -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: 4px;
}
.box-why.style-1 .img-wrap {
  text-align: center;
  opacity: 0.3;
  -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-left: auto;
  margin-right: auto;
}
.box-why.style-1 .img-wrap.w-187 {
  width: 187px;
}
.box-why.style-1:hover {
  background-color: var(--white);
}
.box-why.style-1:hover .tag {
  background-color: var(--primary);
}
.box-why.style-1:hover .img-wrap {
  opacity: 1;
}

.wg-box-feature {
  background-color: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px 15px;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.wg-box-feature.style-2 {
  background-color: var(--primary);
}

.box-budget {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 17px;
}
.box-budget::after {
  position: absolute;
  content: "";
  background-image: url("../images/backgroup/bg-feature-1.png");
  inset: 0;
}
.box-budget .title {
  margin-top: 46px;
  margin-bottom: 12px;
}

.budget-item {
  width: 100%;
  max-width: 358px;
  padding: 12px;
  border-radius: 16px;
  background-color: var(--white);
  z-index: 1;
}
.budget-item .img-wrap {
  width: 70px;
  border-radius: 999px;
  border: 1px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.budget-item .content .name {
  font-size: 14px;
  line-height: 16.41px;
  margin-bottom: 8px;
}
.budget-item .content .time {
  font-size: 12px;
  line-height: 14.06px;
}
.budget-item .chart {
  gap: 45px;
}
.budget-item .price {
  font-size: 14px;
  line-height: 16.41px;
  color: var(--dark-color);
}
.budget-item .price span {
  color: #a4a4a4;
  margin-left: 2px;
}

.box-savings {
  position: relative;
  background-color: #f4f4f4;
}
.box-savings::after {
  position: absolute;
  content: "";
  background-image: url("../images/backgroup/bg-feature-2.png");
  inset: 0;
}
.box-savings .sub-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16.3px;
  font-weight: 400;
  line-height: 21.57px;
  color: #a8a8a8;
}
.box-savings .tf-btn {
  border-radius: 12px;
  height: 30px;
  padding: 0 12px;
}
.box-savings .tf-btn span {
  font-size: 16.3px;
  font-weight: 400;
  line-height: 21.57px;
  font-family: "Red Hat Display", sans-serif;
}
.box-savings .wrap {
  background-color: var(--white);
  max-width: max-content;
  padding: 30px 41px 26px;
  border-radius: 16px;
  border: 4px solid rgba(255, 255, 255, 0.21);
  display: flex;
  gap: 3.99px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.box-savings .title {
  margin-bottom: 10px;
}
.box-savings p {
  margin-bottom: 58px;
}

.box-personalized {
  min-height: 356px;
  width: 100%;
}
.box-personalized::after {
  position: absolute;
  content: "";
  background-image: url("../images/backgroup/bg-feature-3.png");
  inset: 0;
}
.box-personalized .title {
  margin-bottom: 9px;
}
.box-personalized .content {
  position: relative;
  z-index: 3;
}
.box-personalized .item {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.box-personalized .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-get-app {
  min-height: 356px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 413px;
  width: 100%;
}
.box-get-app::after {
  position: absolute;
  content: "";
  background-image: url("../images/backgroup/bg-feature-4.png");
  inset: 0;
}
.box-get-app .title {
  margin-bottom: 27px;
}
.box-get-app .item {
  position: absolute;
  top: 48px;
  right: 48px;
}
.box-get-app .tf-btn {
  padding: 0 20px;
}
.box-get-app .tf-btn span {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
}

.wrap-project-list .tf-filter-item {
  padding-top: 32px;
  border-top: 1px solid var(--mono-gray5);
}
.wrap-project-list .tf-filter-item:not(:last-child) {
  margin-bottom: 40px;
}

.tf-project-filter .tf-btns-filter h6 {
  white-space: nowrap;
}

.main-project .thumbs-main {
  margin-bottom: 45px;
}
.main-project .tags {
  padding-bottom: 46px;
  border-bottom: 1px solid var(--mono-gray3);
  margin-bottom: 38px;
}
.main-project .list-item {
  display: flex;
  gap: 52px;
}
.main-project .list-item ul {
  padding-left: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.main-project .list-item ul li {
  color: var(--mono-gray4);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  list-style: disc;
}
.main-project .list-item ul::marker {
  color: var(--mono-gray4);
}
.main-project .content .wrap {
  display: flex;
  gap: 20px;
}
.main-project .content .wrap > div {
  flex: 1;
}
.main-project .content .img-wrap {
  display: flex;
  gap: 8px;
}
.main-project .content .img-wrap img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.process-item.style-1 .img-style {
  border-radius: 24px;
  overflow: hidden;
}
.process-item.style-2 {
  position: relative;
  overflow: hidden;
}
.process-item.style-2 .img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  flex: 1 1 auto;
  height: 300px;
}
.process-item.style-2 .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.process-item.style-2 .content {
  padding-top: 25px;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.process-item.style-2 .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  transition: 650ms cubic-bezier(0.48, 0, 0.11, 1) 0.55s;
  border-top: 1px solid var(--border);
}
.process-item.style-2 .number {
  color: #dca9e4;
}

.box-community {
  padding: 40px 15px;
  background-color: var(--dark-color3);
  position: relative;
  border-radius: 16px;
}
.box-community::after {
  position: absolute;
  content: "";
  background-image: url("../images/backgroup/bg-community.png");
  background-repeat: no-repeat;
  background-position: top right;
  inset: 0;
}
.box-community .heading-section {
  position: relative;
  z-index: 1;
}

.service-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bebebe;
  width: 100%;
}
.service-item .number {
  flex: 0 0 15%;
  color: #2b303b;
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  -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: linear-gradient(92deg, #fd9ed0 -18.46%, #d4a2fe 42.08%, #a1b1fb 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
}
.service-item .content {
  flex: 1 1 auto;
}
.service-item .title a {
  color: #2b303b;
  font-family: "Red Hat Display", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -1.44px;
  -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: linear-gradient(92deg, #fd9ed0 -18.46%, #d4a2fe 42.08%, #a1b1fb 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
  color: inherit;
}
.service-item .wrap-tags {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  margin-top: 12px;
}
.service-item .wrap-tags li {
  position: relative;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 1;
  max-width: max-content;
}
.service-item .wrap-tags li::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(92deg, #fd9ed0 -18.46%, #d4a2fe 42.08%, #a1b1fb 107.05%);
  z-index: 1;
}
.service-item .wrap-tags li::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: inherit;
  background: var(--white);
  border: 1px solid var(--mono-gray9);
  background-clip: content-box;
  z-index: 1;
}
.service-item .wrap-tags span {
  font-size: 12px;
  line-height: 16px;
  color: var(--mono-gray3);
  transition: color 450ms ease;
  background: linear-gradient(92deg, #fd9ed0 -18.46%, #d4a2fe 42.08%, #a1b1fb 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  z-index: 2;
}
.service-item .icon {
  flex: 0 0 10%;
  color: #2b303b;
  font-size: 52px;
  -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: linear-gradient(92deg, #fd9ed0 -18.46%, #d4a2fe 42.08%, #a1b1fb 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
}
.service-item:hover .icon,
.service-item:hover .title,
.service-item:hover .number {
  color: rgba(0, 0, 0, 0);
}
.service-item:hover .wrap-tags li::after {
  border-color: transparent;
}
.service-item:hover .wrap-tags li::before {
  opacity: 1;
}
.service-item:hover .wrap-tags span {
  color: rgba(0, 0, 0, 0);
}

.showcase-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.showcase-item::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 250ms ease 0.45s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: inherit;
}
.showcase-item .img-style {
  width: 100%;
}
.showcase-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-item .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0 15px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  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;
}
.showcase-item .content .title,
.showcase-item .content .tag,
.showcase-item .content .icon {
  -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;
}
.showcase-item .content .title {
  transform: translateX(-30px);
  transition-delay: 0.1s;
}
.showcase-item .content .tag {
  transform: translateX(-30px);
  transition-delay: 0.25s;
}
.showcase-item .content .icon {
  transform: translateY(30px);
  transition-delay: 0.25s;
}
.showcase-item .tag {
  height: 25px;
  color: #dddddd;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #dddddd;
  width: min-content;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-item .icon {
  font-size: 40px;
  color: var(--white);
}
.showcase-item:hover::after {
  opacity: 1;
}
.showcase-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.showcase-item:hover .content .title,
.showcase-item:hover .content .tag,
.showcase-item:hover .content .icon {
  transform: translate(0);
}

.wrap-box-hover-active {
  display: flex;
}

.box-contact.style-1 {
  background-image: url(../images/backgroup/bg-contact.jpg);
  padding: 40px 15px;
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-contact.style-1 .heading-section {
  position: relative;
  z-index: 1;
}
.box-contact.style-1 .heading-title {
  line-height: 56px;
}
.box-contact.style-1 .item {
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-contact.style-1 .tf-btn .bg-effect {
  background-color: var(--dark-color);
}
.box-contact.style-1 .tf-btn:hover {
  background-color: var(--dark-color);
}
.box-contact.style-2 .img-style {
  max-width: 416px;
  border-radius: 24px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.box-contact.style-2 .content {
  max-width: 526px;
}

.value-item {
  padding: 33px 24px 34px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) -6.85%, rgba(255, 255, 255, 0) 85.57%);
  background-clip: padding-box;
}

.wg-listing .tf-grid-layout-2 {
  gap: 56px 24px;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 15px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--black);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
  position: absolute;
  content: "\e917";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: var(--primary);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--primary);
  stroke-width: 4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.loadItem.hidden {
  display: none;
}

.wd-load {
  grid-column: 1/-1;
}

.area-cursor-custom {
  cursor: none;
}
.area-cursor-custom .custom-cursor {
  position: absolute;
  aspect-ratio: 1;
  width: 120px;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 1;
  pointer-events: none;
  transition: 250ms ease;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

#loading {
  background-color: var(--body-background-color);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  right: 0px;
  z-index: 999999;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading #loading-center .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader .icon {
  position: absolute;
  max-width: 80px;
}
#loading #loading-center .loader-container .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#loading .icon {
  width: 42px;
  height: 42px;
}

/*------------ sections ---------------- */
.content-with-slidebar {
  flex-direction: column;
  gap: 40px;
}

.heading-section .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.heading-section.style-1 .top {
  border-bottom: 1px dashed var(--mono-gray7);
}
.heading-section.style-1 .top .sub-heading-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.heading-section.style-1 .top.border-top {
  border-top: 1px dashed var(--mono-gray7) !important;
}
.heading-section.style-3 .top {
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
  padding-top: 0;
  align-items: start;
}
.heading-section.style-3 .tf-btn {
  border-radius: 30px;
  border-color: #bbbbbb;
}

.sub-heading-section.style-1 {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(87, 54, 253, 0.05);
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(198, 176, 255, 0.03) 0%, rgba(97, 105, 229, 0.4) 50%, rgba(197.64, 175.88, 255, 0.03) 100%) 1;
  color: rgb(119, 97, 229);
}
.sub-heading-section.style-2 .line {
  width: 47.5px;
  background-color: var(--black);
  height: 1px;
  display: inline-block;
  margin-left: 19px;
  margin-right: 13px;
}
.sub-heading-section.styel-3 .number {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.page-title {
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 35px;
}
.page-title .tag .nav-link {
  padding: 0;
}
.page-title .tag .nav-link.active {
  color: var(--white) !important;
}
.page-title.style-1 {
  background-image: url(../images/backgroup/bg-3.jpg);
  background-position: center center;
}
.page-title.style-2 {
  background-color: var(--white);
  border-radius: 0 0 36px 36px;
  padding-bottom: 60px;
}
.page-title.style-3 {
  background-image: url(../images/backgroup/bg-2.png);
  background-size: auto;
  padding-bottom: 70px;
}
.page-title.style-3 .tf-btn {
  padding: 0 32.5px;
}
.page-title.style-4 {
  background-image: url(../images/backgroup/bg-1.jpg);
  background-position: center center;
  position: relative;
  margin-top: -88px;
  padding-top: 140px;
}
.page-title.style-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -9.97%, rgba(255, 255, 255, 0.412445) 93.09%, #ffffff 100%);
}
.page-title.style-5 .bot {
  padding: 40px 0;
}
.page-title.style-5 .bot p {
  margin-bottom: 32px;
  color: #7f7f7f;
}
.page-title .wrap-book {
  border-width: 1px 0px 1px 0px;
  border-color: #d9dce3;
  border-style: dashed;
  padding: 40px 0;
}
.page-title .wrap-book .right {
  text-align: end;
}
.page-title .wrap-book .right p {
  color: #7e8695;
}
.page-title .wrap-book .wrap-image {
  display: flex;
  justify-content: end;
}
.page-title .wrap-book .wrap-image .avatar {
  width: 40px;
  border-radius: 4px;
  border: 0.5px solid var(--primary);
  overflow: hidden;
}
.page-title .wrap-book .wrap-image .avatar:not(:first-child) {
  margin-left: -10px;
}
.page-title .wrap-book .tf-btn {
  height: 96px;
  width: 306px;
  position: relative;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 16px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.page-title .wrap-book .tf-btn span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.page-title .wrap-book .tf-btn .icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.page-title .wrap-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -50px;
}
.page-title .wrap-item .item-1 {
  margin-right: -118px;
}
.page-title .wrap-item .item-2 {
  position: relative;
  z-index: 1;
}
.page-title .wrap-item .item-3 {
  margin-left: -118px;
}
.page-title .breadcrumbs {
  gap: 40px;
}
.page-title .breadcrumbs li {
  color: var(--white);
}
.page-title .breadcrumbs li:not(:last-child) {
  color: var(--mono-gray3);
  position: relative;
}
.page-title .breadcrumbs li:not(:last-child)::after {
  position: absolute;
  content: "/";
  color: var(--mono-gray3);
  right: -20px;
}

.banner-title {
  position: relative;
}
.banner-title.style-1 {
  border-radius: 24px;
  padding: 30px 15px;
  background-color: var(--black);
}
.banner-title.style-1 .item {
  position: absolute;
  right: 40px;
  bottom: 48px;
}
.banner-title.style-2 {
  padding: 64px 0 50px;
}
.banner-title.style-2::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/backgroup/bg-sub-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
.banner-title.style-2 .sub-heading {
  padding: 5px 12px;
  background: rgba(87, 54, 253, 0.05);
  border: 1px solid;
  max-width: max-content;
  border-image: linear-gradient(270deg, rgba(198, 176, 255, 0.03) 0%, rgba(97, 105, 229, 0.4) 50%, rgba(197.64, 175.88, 255, 0.03) 100%) 1;
}
.banner-title.style-2 .sub-heading .box-icon {
  position: relative;
}
.banner-title.style-2 .sub-heading .box-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(87, 54, 253, 0.2);
  right: -8px;
}
.banner-title.style-2 .sub-heading .link {
  display: flex;
  color: var(--primary);
  align-items: center;
}
.banner-title.style-2 .sub-heading .link i {
  font-size: 20px;
}
.banner-title.style-2 .sub-heading .link:hover {
  color: #0c5af5 !important;
}
.banner-title.style-2 .wrap-btn {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  max-width: 291px;
}
.banner-title.style-2 .bot {
  margin-top: 154px;
}
.banner-title.style-3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
}
.banner-title.style-3 .left {
  margin-top: 85px;
}
.banner-title.style-3 .left .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 33px;
}
.banner-title.style-3 .right {
  overflow: hidden;
}
.banner-title.style-3 .right img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.banner-title.style-3 .facts {
  display: flex;
  gap: 1px;
  align-items: center;
}
.banner-title.style-3 .facts .avatar {
  position: relative;
  max-width: 64px;
}
.banner-title.style-3 .facts .avatar:not(:first-child) {
  margin-left: -15px;
}
.banner-title.style-3 .facts .avatar.item-1 {
  z-index: 3;
}
.banner-title.style-3 .facts .avatar.item-2 {
  z-index: 2;
}
.banner-title.style-3 .facts p {
  max-width: 143px;
}
.banner-title.style-4 {
  background-color: #f2f0ed;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
  background-image: url(../images/banner/pattern-1.png);
}
.banner-title.style-4 .content {
  margin: 0 auto;
  text-align: center;
}
.banner-title.style-5 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.banner-title.style-5 .content {
  text-align: center;
}
.banner-title.style-5 .box-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 17px 24px;
}
.banner-title.style-5 .box-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
.banner-title.style-5 .ratings {
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5019607843);
}
.banner-title.style-5 .ratings span {
  margin-right: 3px;
}
.banner-title.style-5 .item {
  position: absolute;
  top: 77px;
  left: -11%;
  z-index: -1;
}

.section-related .swipper {
  border-radius: 12px;
}
.section-related .sw-button {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.section-related .sw-button.swiper-button-disabled {
  opacity: 0.5;
}
.section-related .sw-button i {
  font-size: 26px;
}
.section-related .sw-button.nav-next-layout-1 {
  right: -30px;
}
.section-related .sw-button.nav-prev-layout-1 {
  left: -30px;
}

.shop-details {
  display: flex;
  gap: 30px;
}
.shop-details .left {
  flex: 0 0 auto;
  max-width: 770px;
  width: 60%;
}
.shop-details .right {
  flex: 0 0 auto;
  max-width: 441px;
  margin-left: auto;
  width: 36%;
}

.section-why.style-1 {
  display: flex;
  background-color: var(--white);
  border-radius: 24px;
  padding: 46px 24px 48px;
}
.section-why.style-1 .left {
  position: relative;
}
.section-why.style-1 .left img {
  position: absolute;
  bottom: -49px;
  left: 5px;
}
.section-why.style-2 {
  background-color: #f4f4f4;
}

.section-project.style-1 {
  border-radius: 24px;
  background-color: var(--black);
  padding: 20px 0 20px 15px;
}
.section-project.style-1 .wrap-sw-btn,
.section-project.style-1 .heading-section {
  padding-right: 15px;
}
.section-project.style-1 .point::before {
  background-color: #f4752d;
}
.section-project.style-2 .swiper-wrapper {
  height: auto;
}
.section-project.style-2 .text {
  max-width: 330px;
  color: #7f7f7f;
}
.section-project.style-2 .bot {
  margin-top: 40px;
}
.section-project.style-3 {
  background-image: url(../images/backgroup/bg-project.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-project.style-3 .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-project.style-3 .tf-grid-layout {
  gap: 30px;
}
.section-project.style-3 .tf-btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-project.style-3 .wrap-showcase {
  display: flex;
  gap: 36px;
}

.section-testimonial.style-1 {
  background-color: var(--white);
  border-radius: 24px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.section-testimonial.style-1 .infiniteslide_wrap {
  max-height: 773px;
}
.section-testimonial.style-1 .heading-section {
  margin-top: 24px;
}
.section-testimonial.style-1 .bot {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 12px 23px 12px 13px;
  gap: 26px;
  border: 1px solid var(--border);
  border-radius: 24px;
  max-width: max-content;
}
.section-testimonial.style-1 .bot p {
  font-size: 12px;
  line-height: 14.52px;
  color: var(--mono-gray2);
}
.section-testimonial.style-1 .ratings i {
  color: #ef2b10;
  font-size: 20px;
}
.section-testimonial.style-1 .point::before {
  background-color: #412df4;
}
.section-testimonial.style-2 {
  background-image: url(../images/backgroup/bg-testimonial-2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 70px;
}
.section-testimonial.style-2 .heading-section {
  margin-bottom: 40px;
}
.section-testimonial.style-2 .swiper {
  background-color: var(--five);
  margin-bottom: 70px;
}
.section-testimonial.style-3 {
  background-color: #f4f4f4;
  background-image: url(../images/backgroup/bg-testimonial-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
}
.section-testimonial.style-4 {
  background-color: #ffffff;
  background-image: url(../images/backgroup/bg-testimonial-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-testimonial.style-5 {
  padding: 42px 15px 47px;
  background-color: var(--primary);
  border-radius: 24px;
}
.section-testimonial.style-5 .content {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-testimonial.style-5 .content .right {
  max-width: 416px;
}
.section-testimonial.style-5 .left {
  position: relative;
}
.section-testimonial.style-5 .left .avatar {
  width: 200px;
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  bottom: 31px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-testimonial.style-6 {
  padding: 40px 15px 0;
  margin-bottom: 40px;
}
.section-testimonial.style-6 .wrap-ratings .logo {
  margin-left: 8px;
  margin-right: 4px;
}
.section-testimonial.style-6 .ratings {
  gap: 2px;
}
.section-testimonial.style-6 .ratings i {
  color: #ef2b10;
}
.section-testimonial.style-8 {
  padding: 20px 15px;
}
.section-testimonial.style-8 .logo {
  margin-left: 9px;
}
.section-testimonial.style-8 .ratings {
  gap: 2px;
}
.section-testimonial.style-8 .ratings i {
  color: #ef2a10;
}
.section-testimonial .meta-date li:not(:last-child) {
  position: relative;
}
.section-testimonial .meta-date li:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--dark-color);
  right: -12px;
}

.section-faq.style-1 .wrap {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
.section-faq.style-2 {
  background-color: var(--four);
  border-radius: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-faq.style-2 .heading-section {
  height: 100%;
}
.section-faq.style-2 .accordion-wrap {
  gap: 4px;
}
.section-faq.style-3 {
  background-color: var(--dark-color);
  border-radius: 16px;
  padding-bottom: 96px;
  margin-left: 36px;
  margin-right: 36px;
  margin-bottom: 40px;
}
.section-faq.style-3 .heading-section .top,
.section-faq.style-3 .heading-section h1 {
  padding-left: 36px;
  padding-right: 36px;
}
.section-faq.style-5 {
  background-color: #f4f4f4;
}

.section-fucntion .img-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1004px;
  min-height: 443px;
  position: relative;
  z-index: 1;
}
.section-fucntion .img-wrap img {
  width: 100%;
  min-height: 443px;
  object-fit: cover;
}
.section-fucntion .wrap {
  position: relative;
  text-align: center;
}
.section-fucntion .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1004px;
  max-height: 743px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0064ff;
  opacity: 0.3;
  filter: blur(150px);
}
.section-fucntion .item {
  position: absolute;
  z-index: 2;
  padding: 6px 12px;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 4px;
  background: linear-gradient(104.62deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.8) 41.9%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0px 10px 20px rgba(220, 234, 255, 0.3);
  backdrop-filter: blur(50px);
}
.section-fucntion .item .icon {
  width: 24px;
}
.section-fucntion .item-1 {
  left: 0;
  top: 39%;
  transform: rotate(-2deg);
}
.section-fucntion .item-2 {
  left: 50%;
  top: 314.06px;
  transform: rotate(-8deg) translateX(-50%);
}
.section-fucntion .item-3 {
  right: 0;
  top: 50%;
  transform: rotate(4deg);
}
.section-fucntion .item-4 {
  left: 0;
  bottom: 10%;
  transform: rotate(-5deg);
}
.section-fucntion .item-5 {
  right: 0;
  bottom: 15%;
  transform: rotate(10deg);
}

.section-progress .tabs-content-wrap {
  margin-top: 120px;
}

.section-feature.style-1 {
  position: relative;
  background-color: #131216;
}
.section-feature.style-1::after {
  content: "";
  position: absolute;
  width: 411px;
  height: 411px;
  left: -12%;
  bottom: -7%;
  background: #4127de;
  opacity: 0.2;
  filter: blur(150px);
}
.section-feature.style-1 .item {
  position: absolute;
}
.section-feature.style-1 .item-1 {
  top: 0;
  left: 0;
}
.section-feature.style-1 .item-2 {
  top: 0;
  right: 0;
}
.section-feature.style-2 {
  border-radius: 0 0 32px 32px;
  margin-bottom: -28px;
  background: white;
  position: relative;
  z-index: 4;
}

.section-achievement .heading-section {
  margin-bottom: 160px;
}
.section-achievement .wrap {
  position: relative;
}
.section-achievement .card-tech {
  position: absolute;
}
.section-achievement .item-1 {
  left: 40px;
  top: 0;
  transform: rotate(15deg);
  z-index: 1;
}
.section-achievement .item-2 {
  left: 500px;
  top: 74px;
  transform: rotate(-15deg);
  z-index: 2;
}
.section-achievement .item-3 {
  right: 25px;
  top: 0px;
  transform: rotate(4deg);
  z-index: 5;
}
.section-achievement .item-4 {
  left: 201px;
  top: 303px;
  transform: rotate(6deg);
  z-index: 1;
}
.section-achievement .item-5 {
  right: 135px;
  bottom: 148px;
  transform: rotate(-10deg);
  z-index: 4;
}

.section-wrap {
  background-image: url(../images/backgroup/item-background.png);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}

.section-about .swiper {
  padding: 14px 24px 19px;
  background-color: var(--white);
  border-radius: 8px;
}
.section-about .swiper .item {
  position: absolute;
  right: 0;
  top: 0;
}
.section-about.style-1 .wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
.section-about.style-1 .wrap {
  padding-top: 0;
  padding-bottom: 40px;
}
.section-about.style-1 .swiper {
  margin-bottom: 40px;
}
.section-about.style-1 .bot {
  padding: 40px 0;
}
.section-about.style-2 .tf-btn-effec-arrow {
  height: 42.57px;
}
.section-about.style-2 .tf-btn-effec-arrow .button-text {
  padding: 0 23px;
}
.section-about.style-2 .tf-btn-effec-arrow .button-icon {
  width: 43px;
}

.section-why .wrap-hightlight .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 289px;
  padding: 77px 24px 7px;
  border-width: 0px 1px 1px 1px;
  border-style: dashed;
  border-color: var(--mono-gray9);
  border-radius: 0px 0px 8px 8px;
}
.section-why .wrap-hightlight .item p {
  text-transform: uppercase;
}

.section-join {
  background-color: var(--white);
  border-radius: 16px;
  margin-left: 36px;
  margin-right: 36px;
  padding: 0 36px;
  position: relative;
}
.section-join .wrap {
  height: 100%;
  min-height: 639px;
  padding: 43px 0 48px;
  background-image: url(../images/backgroup/bg-join.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-join .sub {
  font-size: 12px;
  line-height: 15.6px;
}

.section-intergration {
  border-radius: 32px 32px 0 0;
  background-color: var(--white);
  position: relative;
  z-index: 3;
  background-color: #f4f4f4;
  margin-top: -28px;
}
.section-intergration .wrap {
  padding: 40px 15px;
  position: relative;
  background-color: var(--white);
  border-radius: 16px;
}
.section-intergration .logo {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border-radius: 999px;
}
.section-intergration .bg-1 {
  top: 0;
  left: 0;
}
.section-intergration .bg-2 {
  top: 0;
  right: 0;
}
.section-intergration .wrap-logo {
  margin-bottom: 40px;
}

.section-dowload {
  padding: 170px 0 177px;
}
.section-dowload .bg-1 {
  top: -147px;
  left: 0;
}
.section-dowload .bg-2 {
  top: -147px;
  right: 0;
}
.section-dowload .item {
  position: absolute;
  right: 45px;
  top: -55px;
  z-index: 1;
}

.section-work.style-1 .tf-container {
  background-image: url(../images/backgroup/bg-section-work.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.section-work.style-1 .box-inner {
  position: relative;
  padding-top: 28px;
  margin-top: 40px;
}
.section-work.style-1 .box-inner::after {
  position: absolute;
  content: "";
  top: 1.5px;
  width: 100%;
  height: 1px;
  background-color: #bbc1ce;
}
.section-work.style-1 .box-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #2db04c;
  transition: width 250ms ease;
  border-radius: 3px;
  z-index: 1;
}
.section-work.style-1 .box-inner .title,
.section-work.style-1 .box-inner .text {
  color: var(--mono-gray);
  -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;
}
.section-work.style-1 .box-inner:hover::before {
  width: 50%;
  transition-duration: 550ms;
}
.section-work.style-1 .box-inner:hover .title {
  color: var(--black);
}
.section-work.style-1 .box-inner:hover .text {
  color: var(--mono-gray3);
}

.wrap-section.style-1 {
  background-color: #f4f4f4;
}

.section-service .img-wrap {
  position: relative;
}
.section-service .img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 293px;
  max-height: 262px;
  height: 100%;
  left: -10px;
  top: 146px;
  background: linear-gradient(180deg, rgba(239, 215, 222, 0.3) 0%, rgba(223, 204, 236, 0.3) 40.5%, rgba(181, 187, 235, 0.3) 69%, rgba(181, 210, 238, 0.3) 100%);
  filter: blur(120px);
}
.section-service .img-wrap::before {
  content: "";
  position: absolute;
  max-width: 484px;
  width: 100%;
  max-height: 484px;
  height: 100%;
  left: -22px;
  top: 18px;
  background: linear-gradient(126.25deg, rgba(234, 207, 218, 0.3) 10.85%, rgba(220, 191, 221, 0.3) 28.82%, rgba(208, 196, 234, 0.3) 52.89%, rgba(182, 198, 237, 0.3) 68.56%, rgba(179, 216, 229, 0.3) 85.36%);
  filter: blur(60px);
}
.section-service.style-1 .tf-grid-layout-md {
  gap: 28px 24px;
}
.section-service.style-2 .widget-tabs {
  margin-top: 40px;
}

.section-indicator {
  padding-bottom: 48px;
}
.section-indicator .img-wrap {
  background-image: url(../images/backgroup/bg-indicator.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 620px auto;
}
.section-indicator .wrap-counter {
  gap: 8px;
}
.section-indicator .infiniteslide_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px;
  border-style: solid;
  border-color: var(--border);
}

.section-contact.style-1 {
  padding: 40px 15px;
  border-radius: 24px;
  background-color: var(--black);
}
.section-contact.style-1 .left,
.section-contact.style-1 .right {
  flex: 1;
  position: relative;
}
.section-contact.style-1 .info-wrap {
  display: flex;
}
.section-contact.style-1 .info-wrap > div {
  flex: 1;
}
.section-contact.style-1 .author {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-contact.style-1 .avatar {
  width: 72px;
  border-radius: 999px;
  overflow: hidden;
}
/*.section-contact.style-1 .tf-btn {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  width: 416px;
  height: 416px;
  border-radius: 999px;
}
.section-contact.style-1 .tf-btn span {
  font-size: 48px;
  font-weight: 400;
}*/
.section-contact.style-1 .right {
  display: flex;
  justify-content: end;
}
.section-contact.style-1 .icon {
  position: absolute;
  bottom: 0;
  background-color: var(--white);
  color: #141b34;
  max-width: max-content;
  font-size: 37px;
  border-radius: 24px;
  z-index: 1;
  left: 17px;
  padding: 28px 29px;
}

.section-result .wrap-img {
  margin-bottom: 93px;
}
.section-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-meet-team .img-wrap {
  border-radius: 24px;
  overflow: hidden;
}
.section-meet-team .content {
  max-width: 636px;
}

.section-clients {
  position: relative;
  background-color: var(--secondary);
  border-radius: 24px;
  padding: 42px 0 39px;
}
.section-clients .item {
  position: absolute;
  top: 0;
  left: 125px;
}
.section-clients .item img {
  background-color: var(--body-background-color);
}

.section-culture > div {
  width: 100%;
}
.section-culture .img-wrap {
  width: 100%;
}
.section-culture .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-culture .box-quote {
  padding: 24px 48px 23px;
  border-radius: 24px;
  background-color: var(--primary);
}
.section-culture .box-quote .author {
  display: flex;
  gap: 12px;
  text-align: end;
  justify-content: end;
}
.section-culture .box-quote .avatar {
  width: 48px;
  border-radius: 999px;
  overflow: hidden;
}

.section-culture .img-wrap {
  border-radius: 24px;
  overflow: hidden;
}
.section-culture .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-price {
  position: relative;
}
.section-price::after {
  content: "";
  position: absolute;
  max-width: 411px;
  width: 100%;
  max-height: 411px;
  height: 100%;
  right: 0;
  bottom: -117px;
  background: #5736fd;
  opacity: 0.2;
  filter: blur(150px);
}

.section-pricing.style-1 .bot {
  text-align: center;
}
.section-pricing.style-1 .bot a {
  text-decoration: underline;
}

.section-space {
  padding: 40px 0;
}

.section-feedback .sw-button.swiper-button-disabled i {
  color: var(--primary);
}

.section-newsLetter.style-1 .swiper {
  margin-left: 15px;
}

.section-feature.style-1 .heading-section {
  margin-bottom: 70px;
}

.sectiom-blog.style-1 .blog-article-item {
  border-color: #bbbbbb !important;
}

/*-------------- Responsive ----------------- */
@media (min-width: 576px) {
  .tf-grid-layout-2.sm-col-2,
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.sm-col-3,
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.sm-col-4,
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-col-md-2 {
    width: 16.6666666667%;
  }
  .tf-col-md-3 {
    width: 25%;
  }
  .tf-col-md-4 {
    width: 33.3333333333%;
  }
  .tf-col-md-5 {
    width: 41.6666666667%;
  }
  .tf-col-md-6 {
    width: 50%;
  }
  .tf-col-md-7 {
    width: 58.3333333333%;
  }
  .tf-col-md-8 {
    width: 66.6666666667%;
  }
  .tf-col-md-9 {
    width: 75%;
  }
  .tf-grid-layout-2.md-col-2,
  .tf-grid-layout.md-col-2,
  .tf-grid-layout-md.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.md-col-3,
  .tf-grid-layout.md-col-3,
  .tf-grid-layout-md.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.md-col-4,
  .tf-grid-layout.md-col-4,
  .tf-grid-layout-md.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .heading-section.style-2 .tf-btn {
    height: 50px;
    padding: 0 27px;
  }
  .heading-section.style-2 .tf-btn span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .tf-grid-layout-md {
    display: grid;
    gap: 30px 24px;
  }
  .d-none-md {
    display: none !important;
  }
  .nav-pricing-wrap.style-1 {
    margin-top: 10px;
  }
  .sw-button.style-2 {
    height: 40px;
    width: 40px;
  }
  .wrap-testimonial .wrap-testimonial-item1 {
    padding-right: 8px;
  }
  .wrap-testimonial .wrap-testimonial-item3 {
    padding-left: 16px;
  }
  .wrap-testimonial .wrap-testimonial-item2 {
    padding-left: 8px;
  }
  .wrap-testimonial .wrap-testimonial-item4 {
    padding-right: 16px;
  }
  .blog-article-item.style-2 .article-thumb img {
    height: auto;
  }
  .banner-title.style-3 .left {
    max-width: 41%;
  }
  .banner-title.style-3 .right {
    max-width: 56%;
  }
  .banner-title.style-5 .content {
    position: relative;
  }
  .banner-title.style-5 .text-2 {
    text-align: end;
    margin-right: -54px;
  }
  .banner-title.style-5 .box-text {
    max-width: 286px;
    position: absolute;
    right: -140px;
    bottom: -88px;
    justify-content: start;
  }
  .banner-title.style-5 .tf-btn {
    height: 52px;
    padding: 0 28px;
  }
  .banner-title.style-5 .box-rating {
    margin-top: 178px;
    padding-bottom: 64px;
  }
  .page-title .wrap-book {
    position: relative;
  }
  .page-title .wrap-book .right {
    max-width: 416px;
    margin-left: auto;
  }
  .page-title .wrap-book::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    border: 1px dashed #d9dce3;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .banner-title.style-1 {
    padding: 33px 40px 48px;
  }
  .banner-title.style-5 {
    width: max-content;
  }
  .banner-title.style-5 .content {
    text-align: start;
  }
  .tf-icon-box.style-2.top-row .border-x.top {
    visibility: hidden;
  }
  .tf-icon-box.style-2.bot-row .border-x.bottom {
    visibility: hidden;
  }
  .tf-icon-box.style-2.outside-left .border-y.left,
  .tf-icon-box.style-2.outside-left .corner-bottom.left,
  .tf-icon-box.style-2.outside-left .corner-top.left {
    visibility: hidden;
  }
  .tf-icon-box.style-2.outside-right .border-y.right,
  .tf-icon-box.style-2.outside-right .corner-bottom.right,
  .tf-icon-box.style-2.outside-right .corner-top.right {
    visibility: hidden;
  }
  .tf-icon-box.style-2.layout-1 .corner-top {
    visibility: hidden;
  }
  .tf-icon-box.style-2.layout-2 .corner-bottom {
    visibility: hidden;
  }
  .wrap-box-hover-active {
    gap: 24px;
  }
  .section-testimonial.style-7 .heading-section {
    margin-bottom: 86px;
  }
  .box-team.style-2, .box-team.style-3 {
    flex: 1 0 0%;
    transition: flex 0.5s cubic-bezier(0.29, 0, 0.2, 1);
  }
  .box-team.style-2 .img-style img, .box-team.style-3 .img-style img {
    transition: filter 0.6s cubic-bezier(0.48, 0, 0.11, 1);
    filter: saturate(0%);
  }
  .box-team.style-2.is-active, .box-team.style-3.is-active {
    flex: 17%;
  }
  .box-team.style-2.is-active .img-style img, .box-team.style-3.is-active .img-style img {
    filter: unset;
  }
  .box-team.style-2.is-active .content, .box-team.style-3.is-active .content {
    animation: fadeInUp;
    animation-duration: 450ms;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
  }
  .box-team.style-3 .social a {
    width: 40px;
    height: 40px;
  }
  .box-team.style-4 .tecko-social {
    bottom: 24px;
    right: 24px;
  }
  .box-team.style-4 .tecko-social a {
    transform: translateY(12px);
    opacity: 0;
  }
  .box-team.style-4 .tecko-social a:nth-child(1) {
    transition-delay: 0s;
  }
  .box-team.style-4 .tecko-social a:nth-child(2) {
    transition-delay: 0.1s;
  }
  .box-team.style-4:hover .tecko-social a {
    opacity: 1;
    transform: translateY(0);
  }
  .product-item .on-sale-wrap {
    top: 14px;
    left: 14px;
  }
  .product-item .on-sale-wrap .on-sale-item {
    font-size: 16px;
  }
  .product-item .tooltip {
    display: block;
  }
  .section-project.style-1 {
    padding: 48px 0 33px 48px;
  }
  .section-project.style-1 .wrap-sw-btn,
  .section-project.style-1 .heading-section {
    padding-right: 48px;
  }
  .section-project.style-2 .swiper-wrapper {
    height: auto;
    row-gap: 24px;
  }
  .section-project.style-2 .swiper-slide {
    height: calc((100% - 48px) / 2) !important;
  }
  .section-project.style-2 .bot {
    margin-top: 72px;
  }
  .box-about.style-1 .content {
    padding: 35px 48px 47px 37px;
  }
  .work-item .content {
    max-width: 622px;
  }
  .box-process .right {
    padding-left: 17px;
  }
  .box-process .right > .content {
    border-left: 1px dashed var(--border);
  }
  .box-budget,
  .box-savings {
    padding: 30px 20px;
  }
  .section-intergration .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-intergration .wrap-logo {
    margin-bottom: 60px;
  }
  .section-work.style-1 .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-work.style-1 .box-inner {
    margin-top: 56px;
    padding-top: 40px;
  }
  .box-community {
    padding: 40px 20px;
  }
  .process-item.style-2 {
    flex: 1 0 0%;
    transition: flex 0.5s cubic-bezier(0.29, 0, 0.2, 1);
  }
  .process-item.style-2 .img-wrap {
    flex: 1 1 auto;
    height: 451px;
  }
  .process-item.style-2 .title,
  .process-item.style-2 p {
    white-space: nowrap;
  }
  .process-item.style-2 .content {
    opacity: 0;
    transform: translateX(15px);
  }
  .process-item.style-2 .content::after {
    width: 0;
  }
  .process-item.style-2.is-active {
    flex: 51%;
  }
  .process-item.style-2.is-active .content {
    opacity: 1;
    transform: none;
    transition: 450ms cubic-bezier(0.48, 0, 0.11, 1) 0.4s;
    transition-property: opacity, transform;
  }
  .process-item.style-2.is-active .content::after {
    width: 100%;
  }
  .gap-md-52 {
    gap: 52px !important;
  }
  .box-contact.style-1 {
    padding: 60px;
  }
  .section-contact.style-1 {
    padding: 40px 20px;
  }
  .section-team.style-1 .tf-grid-layout-2 {
    margin-bottom: 66px;
  }
  .section-team.style-2 .tf-grid-layout-md {
    gap: 20px;
  }
  .section-team.style-2 .swiper {
    padding: 10px;
    margin: -10px;
  }
  .section-pricing.style-1 p {
    text-align: end;
  }
  .section-feature.style-1 .heading-section {
    margin-bottom: 115px;
  }
}
@media (min-width: 992px) {
  .mx-lg-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .tf-col-lg-2 {
    width: 16.6666666667%;
  }
  .tf-col-lg-3 {
    width: 25%;
  }
  .tf-col-lg-4 {
    width: 33.3333333333%;
  }
  .tf-col-lg-5 {
    width: 41.6666666667%;
  }
  .tf-col-lg-6 {
    width: 50%;
  }
  .tf-col-lg-7 {
    width: 58.3333333333%;
  }
  .tf-col-lg-8 {
    width: 66.6666666667%;
  }
  .tf-col-lg-9 {
    width: 75%;
  }
  .tf-grid-layout-2.lg-col-2,
  .tf-grid-layout.lg-col-2,
  .tf-grid-layout-md.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.lg-col-3,
  .tf-grid-layout.lg-col-3,
  .tf-grid-layout-md.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.lg-col-4,
  .tf-grid-layout.lg-col-4,
  .tf-grid-layout-md.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #footer:not(#footer.style-2, #footer.style-3, #footer.style-4, #footer.style-5, #footer.style-6) {
    padding: 0 24px;
  }
  #footer:not(#footer.style-2, #footer.style-3, #footer.style-4, #footer.style-5, #footer.style-6) .footer-body {
    padding: 40px 48px 0;
  }
  #footer .footer-body .top {
    display: flex;
    gap: 60px;
  }
  #footer .content-right {
    width: 60%;
    gap: 34px;
  }
  #footer.style-5 .content-right {
    padding-top: 16px;
  }
  #footer.style-5 .footer-bottom .right {
    margin-left: 22px;
  }
  #footer.style-5 .footer-bottom .left {
    margin-top: 23px;
  }
  #footer.style-3 .content-right {
    width: 60%;
    gap: 24px;
  }
  #footer.style-3 .footer-body {
    padding-top: 89px;
  }
  #footer.style-3 .content-left .content {
    gap: 92px;
  }
  #footer.style-3 .footer-heading {
    margin-bottom: 20px;
  }
  #footer.style-3 .contact .footer-heading {
    margin-bottom: 22px;
  }
  #footer.style-4 .content-left {
    margin-top: 71px;
  }
  #footer.style-4 .content-right {
    padding: 62px 0 97px 68px;
    margin-left: 49px;
    border-left: 1px dashed var(--border);
    gap: 43px;
  }
  #footer.style-4 .footer-bottom {
    margin-top: 0;
    padding: 0;
    min-height: 60px;
  }
  #footer.style-4 .footer-bottom .right {
    margin-left: 77px;
    padding-left: 65px;
    border-left: 1px dashed var(--border);
    justify-content: space-between;
  }
  #footer.style-6 .footer-heading {
    margin-bottom: 6px;
  }
  #footer.style-6 .content-right {
    gap: 27px;
  }
  .header .mobile-button {
    display: none;
  }
  .page-title.style-3 {
    padding-bottom: 117px;
    padding-top: 36px;
  }
  .page-title.style-5 .bot {
    padding: 64px 0;
  }
  .page-title.style-5 .bot p {
    margin-bottom: 22px;
  }
  .readmore-posts,
  .section-testimonial.style-6,
  .section-testimonial.style-8,
  .section-space {
    display: flex;
    gap: 30px;
    padding-top: 64px;
    padding-left: 72px;
    margin-bottom: 58px;
  }
  .readmore-posts .left,
  .section-testimonial.style-6 .left,
  .section-testimonial.style-8 .left,
  .section-space .left {
    width: 33.3333333333%;
  }
  .readmore-posts .right,
  .section-testimonial.style-6 .right,
  .section-testimonial.style-8 .right,
  .section-space .right {
    width: 66.6666666667%;
  }
  .readmore-posts .right .swiper,
  .section-testimonial.style-6 .right .swiper,
  .section-testimonial.style-8 .right .swiper,
  .section-space .right .swiper {
    margin-left: -15px;
  }
  .section-space {
    margin-bottom: 17px;
  }
  .readmore-posts.style-2 {
    padding-top: 72px;
    padding-right: 0;
    margin-bottom: 22px;
  }
  .wrap-testimonial.style-3 .heading-section {
    margin-top: 58px;
  }
  .section-space {
    padding-left: 0;
  }
  .section-space .left,
  .section-space .right {
    width: 50%;
  }
  .wrap-list-blog:not(.wrap-list-blog.style-2) .blog-article-item {
    border-top: 1px solid var(--mono-gray2);
  }
  .blog-article-item {
    overflow: hidden;
  }
  .blog-article-item.style-2 {
    position: relative;
  }
  .blog-article-item.style-2 .article-thumb {
    position: absolute;
    height: 0;
    overflow: hidden;
    -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;
    opacity: 0;
    visibility: hidden;
  }
  .blog-article-item.style-2 .article-content {
    -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;
  }
  .blog-article-item.style-2 .article-content {
    display: flex;
  }
  .blog-article-item.style-2 .meta-date {
    padding-top: 0;
  }
  .blog-article-item.style-2 .meta-date span {
    justify-content: end;
  }
  .blog-article-item.style-2 .meta-date .point::before {
    display: none;
  }
  .blog-article-item.style-2:hover .article-thumb {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .blog-article-item.style-2:hover .article-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  .content-with-slidebar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .content-with-slidebar .wrap-list-blog {
    max-width: 855px;
  }
  .content-with-slidebar .sidebar {
    gap: 59px;
    max-width: 330px;
  }
  .content-with-slidebar.style-2 {
    gap: 84px;
  }
  .content-with-slidebar.style-2 .left {
    max-width: 880px;
  }
  .content-with-slidebar.style-2 .sidebar {
    margin-top: -14px;
  }
  .reply-comment-item.type-reply {
    padding-left: 64px;
  }
  .wrap-testimonial.style-2 {
    position: relative;
  }
  .wrap-testimonial.style-2::after, .wrap-testimonial.style-2::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 100%;
    width: 18%;
    top: 0;
    z-index: 2;
  }
  .wrap-testimonial.style-2::before {
    right: 0;
  }
  .section-testimonial.style-1 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-testimonial.style-1 .heading-section {
    margin-top: 40px;
  }
  .section-testimonial.style-1 .bot {
    margin-bottom: 48px;
  }
  .section-testimonial.style-2 {
    padding-bottom: 117px;
  }
  .section-testimonial.style-2 .heading-section {
    margin-bottom: 135px;
  }
  .section-testimonial.style-2 .swiper {
    margin-bottom: 92px;
  }
  .section-testimonial.style-3 {
    padding-top: 87px;
  }
  .section-testimonial.style-3 .heading-section {
    max-width: 1048px;
    padding-top: 86px;
    padding-bottom: 87px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/section/section-testimonial.png);
    background-repeat: no-repeat;
    margin-bottom: 98px;
  }
  .section-testimonial.style-6 {
    padding-top: 64px;
    padding-left: 72px;
    margin-bottom: 94px;
  }
  .section-testimonial.style-8 {
    padding-top: 64px;
    padding-left: 72px;
    margin-bottom: 101px;
  }
  .box-promotion {
    padding: 48px 72px;
  }
  .section-service.style-1 .heading-section p {
    max-width: 416.29px;
  }
  .section-service.style-1 .wrap-counter {
    margin-top: 90px;
  }
  .section-service.style-2 .heading-section p {
    max-width: 416.29px;
  }
  .section-service.style-2 .swiper {
    padding: 40px;
    margin: -40px;
  }
  .section-service.style-2 .wrap-counter {
    margin-top: 84px;
  }
  .section-project.style-2 .main-post {
    padding-right: 110px;
  }
  .section-project.style-2 .main-post .project-item {
    width: 550px;
  }
  .section-project.style-2 .main-post .project-item .wrap-thumbs {
    margin-bottom: 21px;
  }
  .section-project.style-2 .main-post .project-item .article-thumb img {
    height: 330px !important;
  }
  .section-project.style-2 .swiper .project-item {
    padding: 24px 16px 9px;
  }
  .section-project.style-2 .swiper .project-item .article-thumb img {
    height: 177px;
  }
  .section-project.style-2 .main-post,
  .section-project.style-2 .right {
    width: 50%;
  }
  .section-project.style-3 .tf-grid-layout {
    gap: 36px;
  }
  .section-project.style-3 .tf-btn {
    height: 52px;
    padding: 0 28px;
  }
  .section-project.style-3 .wrap {
    gap: 40px;
    margin-bottom: 64px;
  }
  .box-budget {
    padding: 97px 48px 42px;
  }
  .box-savings {
    padding: 42px 48px 48px;
  }
  .box-get-app {
    max-width: 413px;
  }
  .box-personalized {
    max-width: 687px;
    padding: 41px 48px 48px;
  }
  .box-get-app {
    padding: 36px 35px;
  }
  .section-intergration .wrap {
    padding: 64px 64px 68px;
  }
  .section-intergration .wrap-logo {
    margin-bottom: 90px;
  }
  .section-dowload .heading-section,
  .section-dowload .wrap-btn {
    padding-left: 109px;
  }
  .wrap-project-list .tf-filter-item:not(:last-child) {
    margin-bottom: 90px;
  }
  .box-community {
    padding: 58px 86px 48px;
  }
  .section-indicator .infiniteslide_wrap {
    padding-top: 47px;
    margin-top: 31px;
  }
  .box-contact.style-1 {
    padding: 80px 80px 146px 80px;
  }
  .section-culture .img-wrap {
    max-width: 526px;
    margin-left: auto;
  }
  .section-contact.style-1 {
    padding: 48px 49px 48px 47px;
  }
  .section-contact.style-2 .heading-section {
    max-width: 416px;
  }
  .section-service.style-2 .widget-tabs {
    margin-top: 70px;
  }
  .section-about.style-1 .wrapper {
    margin-left: 36px;
    margin-right: 36px;
  }
  .section-about.style-1 .wrap {
    padding-top: 62px;
    padding-bottom: 69px;
  }
  .section-about.style-1 .swiper {
    margin-bottom: 72px;
  }
  .section-about.style-1 .bot {
    padding: 69px 0;
  }
  .section-about.style-2 .heading-section {
    padding-top: 40px;
  }
  .section-faq.style-3 {
    margin-bottom: 65px;
  }
  .quote.style-3 {
    margin-top: 58px;
  }
  .section-why.style-3 .heading-section {
    padding-left: 72px;
  }
  .wg-listing > .tf-btn {
    margin-top: 80px;
  }
  .section-meet-team.style-1 .tf-grid-layout {
    gap: 67px 24px;
  }
  .box-about.style-1 .content {
    margin-left: 10px;
  }
  .box-budget .budget-item:nth-child(1) {
    margin-left: 10px;
  }
  .box-budget .budget-item:nth-child(2) {
    margin-right: 28px;
  }
  #listLayout .wd-load .tf-btn {
    width: 224px;
  }
}
@media (min-width: 1025px) {
  .banner-title.style-5 .box-text {
    right: -86px;
    bottom: -49px;
  }
}
@media (min-width: 1200px) {
  .tf-col-xl-2 {
    width: 16.6666666667%;
  }
  .tf-col-xl-3 {
    width: 25%;
  }
  .tf-col-xl-4 {
    width: 33.3333333333%;
  }
  .tf-col-xl-5 {
    width: 41.6666666667%;
  }
  .tf-col-xl-6 {
    width: 50%;
  }
  .tf-col-xl-7 {
    width: 58.3333333333%;
  }
  .tf-col-xl-8 {
    width: 66.6666666667%;
  }
  .tf-col-xl-9 {
    width: 75%;
  }
  .tf-grid-layout-2.xl-col-2,
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-2.xl-col-3,
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-2.xl-col-4,
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #footer .footer-body .top {
    gap: 136px;
  }
  #footer .contact .tf-collapse-content {
    gap: 172px;
  }
  #footer.style-6 .footer-body .top {
    gap: 27px;
  }
  #footer .footer-bottom ul {
    gap: 47px;
  }
  .banner-title.style-3 {
    padding: 16px 16px 16px 72px;
  }
  .banner-title.style-3 .left {
    max-width: 400px;
    margin-top: 125px;
  }
  .banner-title.style-3 .description {
    margin-bottom: 22px;
  }
  .banner-title.style-3 form {
    margin-bottom: 155px;
    max-width: 306px;
  }
  .banner-title.style-4 {
    padding: 61px 0 80px;
  }
  .banner-title.style-4 .content {
    max-width: 464px;
  }
  .banner-title.style-5 .heading {
    max-width: 781px;
  }
  .banner-title.style-5 .heading .text-1,
  .banner-title.style-5 .heading .text-3 {
    margin-left: 66px;
  }
  .sildebar-fiiler {
    margin-right: 16px;
  }
  .wrap-shop .tf-grid-layout-2 {
    gap: 58px 20px;
  }
  .blog-article-item.style-2 {
    height: 260px;
  }
  .blog-article-item.style-2 .article-content {
    display: flex;
    gap: 8px;
  }
  .blog-article-item.style-border {
    min-height: 493px;
  }
  .content-post-main,
  .heading-single-post {
    max-width: 856px;
  }
  .content-post-main .box-infor .right,
  .heading-single-post .box-infor .right {
    padding-right: 16px;
  }
  .content-post-main .box-infor .right .wrap,
  .heading-single-post .box-infor .right .wrap {
    gap: 46px;
  }
  .quote:not(.quote.style-3) {
    padding: 80px 147px 75px 76px;
  }
  .quote:not(.quote.style-3).style-2 {
    padding: 43px 77px 63px 63px;
  }
  .author-box {
    padding: 32px 20px;
  }
  .author-box.style-2 {
    padding: 32px;
  }
  .tf-icon-box.style-1 .content {
    padding-right: 108px;
    position: relative;
  }
  .pricing-item {
    gap: 55px;
  }
  .pricing-table.style-1 {
    padding: 48px 56px 56px;
  }
  .product-item .box-icon {
    height: 40px;
    width: 40px;
  }
  .product-item.style-list .add-cart {
    height: 40px;
  }
  .section-service.style-1 .swiper {
    padding: 10px;
    margin: -10px;
  }
  .section-faq.style-2 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .section-indicator .wrap-counter {
    padding-right: 100px;
    padding-top: 73px;
  }
  .showcase-item .content {
    padding: 0 42px 54px;
  }
  .counter-item.style-5 {
    padding-right: 24px;
  }
  .section-why.style-1 .right {
    padding-left: 123px;
  }
  .section-testimonial.style-5 .left {
    position: relative;
    margin-left: 62px;
  }
  .section-clients .heading-section {
    padding-left: 12px;
  }
  .section-contact.style-1 .info-wrap {
    gap: 59px;
  }
  .form-request.style-1 {
    margin-top: 7px;
  }
  .thumbs-slider {
    margin-top: 9px;
  }
  .section-team.style-2 .tf-grid-layout-md {
    gap: 40px;
  }
  .sw-testimonial.style-2 {
    margin: 0 -110px 0;
  }
}
@media (min-width: 1321px) {
  .header.style-3 .header-left {
    gap: 141px;
  }
}
@media (min-width: 1441px) {
  .section-newsLetter.style-1 .swiper {
    margin-left: 72px;
  }
}
@media (max-width: 1500px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1299px) {
  .tf-product-wrap-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 1233px) {
  .tf-project-filter {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 53px;
    line-height: 62px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .wrap-shop {
    gap: 0;
  }
  .wrap-shop .right {
    width: 100%;
  }
  .canvas-body {
    padding: 15px 15px 70px;
  }
  .xl-hide {
    display: none;
  }
  .sildebar-fiiler {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .filterShop {
    display: flex;
  }
  .section-why br {
    display: none;
  }
  .section-why .right {
    padding-left: 30px;
    width: 40%;
  }
  .service-item .title a {
    font-size: 40px;
    line-height: 46px;
  }
  .section-testimonial.style-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .counter-item.style-1 .count {
    gap: 12px;
  }
  .counter-item.style-5 .odometer-digit-inner {
    width: 30px;
  }
  .counter-item.style-5 span {
    font-size: 52px;
    line-height: 60px;
  }
  .section-culture .box-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-tech {
    max-width: 270px;
    height: 240px;
  }
  .section-achievement .item-2 {
    left: 276px;
  }
  .sw-testimonial.style-2 {
    margin: 0 15px 0;
  }
}
@media (max-width: 1024px) {
  .text-display {
    font-size: 100px;
    line-height: 100px;
  }
  .text-display-2 {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 44px;
  }
  .tecko-spacing,
  .tecko-spacing-2,
  .tecko-spacing-3,
  .tecko-spacing-4,
  .tecko-spacing-5,
  .tecko-spacing-6,
  .tecko-spacing-7,
  .tecko-spacing-8,
  .tecko-spacing-9,
  .tecko-spacing-10,
  .tecko-spacing-11,
  .tecko-spacing-12,
  .tecko-spacing-13,
  .tecko-spacing-14,
  .tecko-spacing-15,
  .tecko-spacing-16,
  .tecko-spacing-17,
  .tecko-spacing-18,
  .tecko-spacing-19,
  .tecko-spacing-20,
  .tecko-spacing-21,
  .tecko-spacing-22,
  .tecko-spacing-23,
  .tecko-spacing-24,
  .tecko-spacing-25,
  .tecko-spacing-26,
  .tecko-spacing-27,
  .tecko-spacing-28,
  .tecko-spacing-29,
  .tecko-spacing-30,
  .tecko-spacing-31,
  .tecko-spacing-32,
  .tecko-spacing-33,
  .tecko-spacing-34,
  .tecko-spacing-35,
  .tecko-spacing-36,
  .tecko-spacing-37,
  .tecko-spacing-38,
  .tecko-spacing-39,
  .tecko-spacing-40,
  .tecko-spacing-41,
  .tecko-spacing-42,
  .tecko-spacing-43,
  .tecko-spacing-44,
  .tecko-spacing-45,
  .tecko-spacing-46,
  .tecko-spacing-47,
  .tecko-spacing-48,
  .tecko-spacing-49,
  .tecko-spacing-50,
  .tecko-spacing-51 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  br {
    display: none;
  }
  .lg-hide {
    display: none;
  }
  .page-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .heading-section.style-1 {
    margin-bottom: 40px;
  }
  .heading-section.style-1 .top {
    margin-bottom: 40px;
  }
  .topbar .right {
    display: none;
  }
  .header .header-right {
    gap: 10px !important;
  }
  .header.style-5 .header-inner-wrap {
    padding: 0 0 16px;
  }
  .header.style-5 .tf-btn {
    height: 36px;
  }
  .header.header-sticky.style-5 .header-inner-wrap {
    padding: 0;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .main-menu {
    display: none;
  }
  .lg-flex-wrap {
    flex-wrap: wrap;
  }
  #footer .footer-body .top {
    flex-wrap: wrap;
  }
  #footer .content-left,
  #footer .content-right {
    width: 100%;
    justify-content: space-between;
  }
  #footer.style-2 .social {
    margin-bottom: 17px;
  }
  #footer.style-4 .logo,
  #footer.style-4 .description {
    margin-bottom: 16px;
  }
  #footer.style-4 .footer-body .top {
    gap: 30px;
  }
  .wrap-list-blog:not(.wrap-list-blog.style-2) .blog-article-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-blog .wg-pagination {
    margin-top: 40px;
  }
  .blog-article-item br {
    display: none;
  }
  .blog-article-item.style-2 .article-thumb {
    margin-bottom: 32px;
  }
  .blog-article-item.style-2 .article-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .blog-article-item.style-2 .article-content h5 a,
  .blog-article-item.style-2 .article-content .description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .blog-article-item.style-2 .article-content .description {
    margin-bottom: 14px;
  }
  .section-service.style-2 .wrap-counter {
    gap: 12px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .banner-title.style-5 .box-text {
    margin: 20px 0;
  }
  .banner-title.style-5 .box-rating {
    gap: 12px;
  }
  .tf-icon-box.style-4 {
    padding: 20px 15px;
  }
  .tf-icon-box.style-4 .icon {
    margin-bottom: 30px;
  }
  .tf-icon-box.style-4 .content {
    margin-bottom: 30px;
  }
  .section-why {
    flex-wrap: wrap;
  }
  .section-why .left {
    display: none;
  }
  .section-why .right {
    width: 100%;
  }
  .section-why .right {
    padding-left: 0;
  }
  .section-why.style-1 .box-why {
    width: 100%;
  }
  .section-why.style-2 .wrap-hightlight .item {
    width: 100%;
  }
  .box-about .image-wrap,
  .box-about .right {
    width: 100%;
  }
  .section-fucntion .item-1 {
    top: 30%;
  }
  .section-fucntion .item-3 {
    top: 30%;
  }
  .section-fucntion .item-4 {
    bottom: 10%;
  }
  .section-fucntion .item-5 {
    bottom: 15%;
  }
  .section-indicator .left,
  .section-indicator .right {
    width: 100%;
  }
  .section-indicator .img-wrap {
    background-size: contain;
  }
  .section-indicator .left {
    order: 2;
  }
  .section-indicator .right {
    justify-content: center !important;
  }
  .box-service .right,
  .box-service .left {
    width: 100%;
  }
  .box-service .img-wrap {
    text-align: center;
  }
  .section-contact.style-1 > div {
    flex-direction: column;
  }
  .section-contact.style-1 .left {
    width: 100%;
    order: 2;
  }
  .section-contact.style-2 .form-request {
    width: 100%;
  }
  .readmore-posts .left,
  .section-testimonial.style-6 .left {
    margin-bottom: 40px;
  }
  .section-about.style-1 .sw-line {
    margin-bottom: 30px;
  }
  .section-about.style-2 .img-wrap {
    margin-bottom: 40px;
  }
  .counter-item.style-1 .count {
    flex-wrap: wrap;
  }
  .counter-item.style-1 span {
    font-size: 43px;
    line-height: 52px;
  }
  .counter-item.style-5 span {
    font-size: 43px;
    line-height: 52px;
  }
  .section-meet-team .wrap-counter {
    flex-wrap: wrap;
  }
  .section-testimonial.style-1 .infiniteslide {
    max-height: 543px;
  }
  .section-testimonial.style-8 {
    margin-bottom: 40px;
  }
  .section-testimonial.style-8 .left {
    margin-bottom: 40px;
  }
  .section-testimonial.style-8 .heading-section {
    margin-bottom: 20px;
  }
  .section-testimonial.style-8 .heading-section h2 {
    margin-bottom: 20px;
  }
  .tf-grid-layout {
    gap: 20px !important;
  }
  .box-reporting {
    flex-wrap: wrap;
  }
  .box-reporting .left {
    order: 2;
  }
  .box-reporting .left .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 400;
  }
  .box-reporting .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    height: 300px;
    margin-bottom: 30px;
  }
  .section-achievement .item-2 {
    left: 276px;
  }
  .section-achievement .item-5 {
    bottom: 0;
  }
  .section-achievement .item-4 {
    left: 60px;
    top: 259px;
  }
  .card-tech {
    max-width: 200px;
    height: 230px;
    padding: 15px;
  }
  .box-why.style-1 {
    width: 100%;
  }
  .main-project .list-item {
    gap: 30px;
  }
  .box-process .right .main-content {
    height: 61%;
  }
  .box-process .right .tab-content {
    padding: 0 15px;
  }
  .box-process .right .icon {
    height: 30%;
  }
  .pricing-table {
    padding: 20px 15px !important;
  }
  .page-title.style-5 {
    padding-top: 34px;
  }
  .tf-icon-box.style-4 {
    box-shadow: unset !important;
  }
}
@media (max-width: 940px) {
  .section-testimonial.style-5 .content {
    flex-wrap: wrap;
  }
  .section-testimonial.style-5 .content .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-testimonial.style-5 .content .right {
    max-width: 100%;
  }
  .section-testimonial.style-5 .item {
    text-align: center;
  }
}
@media (max-width: 845px) {
  .box-community::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading-section {
    margin-bottom: 40px !important;
  }
  .heading-section .sub-heading-section.style-2 {
    margin-bottom: 20px;
  }
  h1,
  .h1 {
    font-size: 44px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 33px;
    line-height: 44px;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h5,
  .h5 {
    font-size: 26px;
    line-height: 32px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .sub-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .md-hide {
    display: none;
  }
  .tf-grid-layout-2 {
    gap: 15px !important;
  }
  form textarea {
    height: 115px;
  }
  .text-display {
    font-size: 66px;
    line-height: 78px;
  }
  .text-display-2 {
    font-size: 43px;
    line-height: 55px;
  }
  .heading-section.style-2 .tf-btn {
    margin-top: 0;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .header.style-3 .tf-btn-effec-arrow .button-text,
  .header.style-3 .tf-btn-effec-arrow .button-icon {
    background-color: var(--primary);
    color: var(--whhite);
  }
  .header.style-3 .mobile-button {
    color: var(--primary);
  }
  #footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  #footer .content-right {
    flex-direction: column;
  }
  #footer .contact .footer-logo {
    margin-top: 30px;
  }
  #footer .footer-menu-listt {
    margin-bottom: 30px;
  }
  #footer .footer-heading {
    margin-bottom: 10px !important;
  }
  #footer .footer-body top {
    gap: 0;
  }
  #footer .footer-bottom {
    gap: 12px 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px !important;
  }
  #footer .footer-bottom .right {
    gap: 6px;
  }
  #footer .footer-heading-mobile {
    display: block;
    position: relative;
  }
  #footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--mono-gray4);
    transition: 0.25s ease-in-out;
  }
  #footer .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--mono-gray4);
    transition: 0.25s ease-in-out;
  }
  #footer .footer-menu-list {
    margin-bottom: 24px;
    gap: 10px !important;
  }
  #footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  #footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  #footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  #footer.style-4 .footer-bottom .right {
    gap: 20px;
  }
  #footer.style-5 .logo {
    margin-bottom: 0;
  }
  #footer.style-5 .footer-bottom {
    margin-top: 40px;
  }
  #footer.style-5 .right .wrap a {
    width: 162px;
  }
  #footer.style-5 .content-right {
    gap: 0px;
  }
  .reply-comment {
    padding: 20px 15px;
  }
  .reply-comment .reply-comment-heading .right {
    gap: 8px;
  }
  .page-title.style-default {
    padding-top: 50px;
  }
  .section-blog.style-1 .blog-article-item.main {
    padding-bottom: 40px;
  }
  .pricing-table.style-2.center {
    margin-top: 25px;
  }
  .wrap-shop .top {
    flex-direction: column;
    align-items: unset;
  }
  .wrap-shop .top .wrap {
    gap: 12px;
  }
  .wrap-shop .top .result-count {
    order: 2;
  }
  .banner-title.style-1 .title,
  .banner-title.style-1 .description {
    margin-bottom: 20px;
  }
  .banner-title.style-3 {
    flex-direction: column;
  }
  .banner-title.style-5 .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-title.style-5 .item {
    width: 75%;
    top: -72px;
    left: -13%;
  }
  .page-title .wrap-book .tf-grid-layout {
    justify-items: center;
  }
  .page-title .wrap-book .right {
    text-align: center;
  }
  .page-title .wrap-book .wrap-image {
    justify-content: center;
  }
  .page-title .wrap-book .tf-btn {
    height: 77px;
  }
  .page-title .wrap-item {
    margin-top: 30px;
  }
  .tecko-social a {
    width: 32px;
    height: 32px;
  }
  .section-wrap {
    background-size: cover;
    background-position: center center;
  }
  .section-service.style-1 .left,
  .section-service.style-1 .right {
    width: 100%;
  }
  .tf-icon-box.style-4 {
    text-align: center;
  }
  .tf-icon-box.style-4 .tf-btn-effec-arrow {
    justify-content: center;
  }
  .wrap-testimonial {
    flex-direction: column;
    gap: 40px;
  }
  .product-item .product-name {
    margin-bottom: 5px;
  }
  .product-item .product-name a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .product-item .price {
    font-size: 16px;
    line-height: 24px;
  }
  .product-item .content {
    gap: 5px;
    flex-direction: column;
  }
  .product-item.style-list {
    gap: 10px;
  }
  .product-item.style-list .img-style {
    width: 62%;
  }
  .product-item.style-list .box-icon.quickview {
    display: none;
  }
  .product-item.style-list .add-cart {
    width: 150px;
  }
  .box-get-app {
    max-width: 100%;
  }
  .shop-details {
    flex-wrap: wrap;
  }
  .shop-details .left,
  .shop-details .right {
    max-width: 100%;
    width: 100%;
  }
  .shop-details .right {
    margin-left: 0;
  }
  .thumbs-slider {
    display: flex;
    flex-direction: column;
  }
  .thumbs-slider > div {
    width: 100%;
  }
  .thumbs-slider .tf-product-media-thumbs {
    order: 2;
  }
  .thumbs-slider .sw-button {
    display: none;
  }
  .section-project.style-1 .heading-section {
    flex-wrap: wrap;
  }
  .section-project.style-2 .text {
    max-width: 100%;
  }
  .section-project.style-3 .wrap-showcase {
    gap: 15px;
  }
  .section-project.style-3 .wrap-showcase .showcase-item {
    width: 200;
  }
  .section-project.style-3 .wrap-showcase .showcase-item .img-style img {
    height: 188px;
  }
  .section-project.style-3 .wrap-showcase .showcase-item h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .section-project.style-3 .wrap-showcase .showcase-item .content {
    padding-bottom: 15px;
  }
  .box-community .heading-section {
    margin-bottom: 0 !important;
  }
  .section-testimonial.style-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-testimonial.style-4 {
    padding-left: 15px;
  }
  .testimonial.style-default {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial.style-default .text {
    margin-bottom: 30px;
  }
  .testimonial.style-5 {
    padding: 20px;
  }
  .section-fucntion .wrap-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 24px;
  }
  .section-fucntion .item {
    gap: 5px;
    position: unset;
    transform: rotate(0);
  }
  .section-fucntion .item p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .section-why.style-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-why.style-1 .wrap-hightlight {
    gap: 0 !important;
  }
  .section-why.style-1 .wrap-hightlight .item {
    width: 100%;
  }
  .service-item {
    gap: 5px;
  }
  .service-item .title a {
    font-size: 33px;
    line-height: 38px;
  }
  .showcase-item .icon {
    font-size: 30px;
  }
  .box-contact.style-1 .right {
    width: 100%;
  }
  .counter-item.style-5 .odometer-digit-inner {
    width: 25px;
  }
  .counter-item.style-5 span {
    font-size: 35px;
    line-height: 44px;
  }
  .section-clients .heading-section {
    padding: 0 15px;
  }
  .section-clients .item {
    display: none;
  }
  .section-meet-team .main-post .img-wrap {
    min-height: 350px;
  }
  .section-meet-team .main-post .img-wrap .simpleParallax {
    width: 100%;
    min-height: 350px;
  }
  .section-meet-team .main-post .img-wrap img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
  }
  .section-team.style-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-contact.style-1 > div {
    flex-direction: column;
  }
  .section-contact.style-1 .info-wrap {
    margin-bottom: 40px;
  }
  .section-contact.style-1 .left {
    width: 100%;
    order: 2;
  }
/*  .section-contact.style-1 .tf-btn {
    width: 300px;
    height: 300px;
  }
  .section-contact.style-1 .tf-btn span {
    font-size: 33px;
  }*/
  .section-contact.style-1 .icon {
    padding: 0.2em;
  }
  .progress-container .step .title {
    display: none;
  }
  .section-achievement .card-tech {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .section-achievement .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-achievement .img-wrap {
    position: absolute;
  }
  .work-item .content-inner {
    padding: 30px 15px;
  }
  .section-faq.style-2 .heaidng-section {
    margin-bottom: 22px;
  }
  .section-faq.style-3 {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 40px;
  }
  .section-faq.style-4 .heading-section {
    margin-bottom: 0 !important;
  }
  .section-join {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-join .wrap {
    background-size: contain;
    min-height: 350px;
  }
  .tf-marquee .marquee-item.style-4 {
    width: 268px;
    height: 128px;
  }
  .main-project .list-item {
    justify-content: space-between;
  }
  .section-result .wrap-img {
    margin-bottom: 40px;
  }
  .section-result .tecko-social {
    gap: 3px;
  }
  .section-result .item {
    width: 100%;
  }
  .showcase-item {
    width: 100%;
  }
  .box-promotion .img-wrap {
    opacity: 0.2;
  }
  .section-why .wrap-hightlight .item {
    min-height: 150px;
    padding: 21px 24px 7px;
  }
  .box-process .right .main-content,
  .box-process .right .icon {
    height: unset;
  }
  .box-process .right .icon {
    padding: 15px 0;
  }
  .box-process .right .main-content {
    margin-top: 18px;
  }
  .box-process .right .tab-content {
    padding: 0;
  }
  .box-team.style-3 .img-style {
    height: 350px;
  }
  .box-team.style-3 .social a {
    font-size: 16px;
  }
  .section-pricing.style-2 .wrap-switch-tabs-content .tabs-title {
    margin-bottom: 30px;
  }
  .section-pricing.style-2 .pricing-table {
    margin-top: 0 !important;
  }
  .wrap-list-blog.style-2 .wrap .blog-article-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .sidebar {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  br {
    display: none;
  }
  h1,
  .h1 {
    font-size: 37px;
    line-height: 42px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .text-display-2 {
    font-size: 35px;
    line-height: 47px;
  }
  .header.style-6 .tf-btn, .header.style-5 .tf-btn {
    display: none;
  }
  .wrap-shop .top {
    flex-wrap: wrap;
  }
  .wrap-shop .top > div {
    width: 100%;
  }
  .section-why {
    padding: 24px 15px;
  }
  .section-why .left {
    display: none;
  }
  .section-why.style-2 {
    padding: 0;
  }
  .section-project.style-1 .swiper {
    margin-top: 30px;
  }
  .blog-article-item.style-list {
    flex-wrap: wrap;
  }
  .blog-article-item.style-list .article-thumb {
    min-height: 350px;
    max-width: 100%;
    width: 100%;
  }
  .blog-article-item.style-list .heading {
    padding-bottom: 10px;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .accordion-item.style-default {
    padding: 15px;
  }
  .accordion-item.style-default .heading h6 {
    gap: 20px;
  }
  .accordion-item.style-default .accordion-faqs-content {
    padding-left: 40px;
  }
  .project-item.style-list {
    flex-direction: column;
  }
  .service-item {
    gap: 5px;
  }
  .service-item .title a {
    font-size: 27px;
    line-height: 30px;
  }
  .service-item .icon {
    font-size: 28px;
  }
  .accordion-item.style-6 .heading {
    gap: 30px;
  }
  .accordion-item.style-6 .accordion-faqs-content {
    padding-left: 42px;
  }
  .counter-item.style-5 {
    font-size: 29px;
    line-height: 36px;
  }
  .work-item .content-inner {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .work-item h6 {
    margin-bottom: 7px;
  }
  .career-footer .list li {
    font-size: 12px;
    line-height: 24px;
  }
  .counter-item.style-1 .count {
    flex-wrap: wrap;
  }
  .counter-item.style-1 span {
    font-size: 34px;
    line-height: 46px;
  }
  .counter-item.style-1 .odometer-digit-inner {
    width: 22px;
  }
  .counter-item.style-1 .sub.plus {
    font-size: 34px;
  }
  .section-testimonial.style-5 .content {
    flex-wrap: wrap;
  }
  .section-testimonial.style-5 .content .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-testimonial.style-5 .content .left .avatar {
    width: 150px;
  }
}
@media (max-width: 475px) {
  .heading-section.style-3 .top {
    padding-bottom: 0;
    border: unset;
  }
  .heading-section.style-3 .tf-btn {
    margin-top: 0;
  }
  .pricing-item {
    display: grid;
    gap: 20px;
    text-align: center;
  }
  .pricing-item .tf-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .section-contact.style-1 .info-wrap {
    flex-direction: column;
    gap: 5px;
  }
  .counter-item.style-2 {
    padding: 15px;
  }
  .counter-item.style-2 span {
    font-size: 40px;
    line-height: 52px;
  }
  .counter-item.style-2 .odometer-digit-inner {
    width: 25px;
  }
}
@media (max-width: 425px) {
  .text-display {
    font-size: 44px;
    line-height: 56px;
  }
  .header.style-default .header-right {
    gap: 5px;
  }
  .header.style-default .header-right .login span {
    display: none;
  }
  .heading-single-post .item {
    gap: 8px !important;
  }
  .heading-single-post .box-infor .right {
    gap: 20px;
  }
  .box-team.style-2 .content {
    gap: 12px;
  }
  .box-team.style-2 .name {
    margin-bottom: 2px;
  }
}

/*# sourceMappingURL=styles.css.map */
